.mc-footer {
  margin-top: auto;
  padding-top: 2.2rem;
  color: #d7e4f0;
  background: #031d3a;
}

.mc-footer a { color: #fff; }

.mc-footer__top {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) minmax(28rem, 3fr) auto;
  align-items: center;
  gap: 2rem;
}

.mc-footer__brand {
  display: grid;
  gap: .85rem;
  color: #fff;
  font-size: .68rem;
  line-height: 1.35;
  text-decoration: none;
}

.mc-footer__brand img { width: 7.5rem; }

.mc-footer__nav {
  min-width: 0;
}

.mc-footer-menu,
.mc-footer-menu__children {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-footer-menu__item {
  position: relative;
  margin: 0;
}

.mc-footer-menu__link {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .45rem;
  padding: .5rem .7rem;
  border-radius: .4rem;
  font-size: .74rem;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.mc-footer-menu__link::before {
  width: .32rem;
  height: .32rem;
  flex: 0 0 auto;
  border: 1px solid #75a5cd;
  border-radius: 50%;
  content: "";
}

.mc-footer-menu__link::after {
  position: absolute;
  right: .7rem;
  bottom: .32rem;
  left: .7rem;
  height: 2px;
  background: #e3283d;
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .18s ease, transform .18s ease;
}

.mc-footer-menu__link:hover,
.mc-footer-menu__link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  outline: 2px solid transparent;
}

.mc-footer-menu__link:hover::after,
.mc-footer-menu__link:focus-visible::after,
.mc-footer-menu__item.is-active-trail > .mc-footer-menu__link::after {
  opacity: 1;
  transform: scaleX(1);
}

.mc-footer-menu__children {
  margin-top: .3rem;
  padding-left: .65rem;
  justify-content: flex-start;
}

.mc-footer-menu__children .mc-footer-menu__link {
  color: #b9cada;
  font-size: .68rem;
}

.mc-footer__social {
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
}

.mc-footer__social a {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 750;
  text-decoration: none;
}

.mc-footer__social a:hover,
.mc-footer__social a:focus-visible {
  color: #031d3a;
  background: #fff;
}

.mc-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.6rem;
  padding-block: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #cbd8e4;
  font-size: .68rem;
  line-height: 1.55;
}

.mc-footer__made-by { color: #fff; font-size: .76rem; white-space: nowrap; }

@media (max-width: 48rem) {
  .mc-footer__top { grid-template-columns: 1fr; align-items: start; }
  .mc-footer-menu,
  .mc-footer-menu__children { justify-content: flex-start; }
  .mc-footer__social { justify-content: flex-start; }
}

@media (max-width: 30rem) {
  .mc-footer-menu { display: grid; grid-template-columns: 1fr 1fr; }
  .mc-footer-menu__link { width: 100%; }
  .mc-footer__bottom { align-items: flex-start; flex-direction: column; gap: .75rem; }
}



.mc-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 16% 8%,
      rgba(31, 122, 215, 0.14),
      transparent 38%
    ),
    linear-gradient(
      120deg,
      #031f40 0%,
      #06345f 100%
    );
}

.mc-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
}

.mc-footer > * {
  position: relative;
  z-index: 1;
}


.mc-footer__top {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(250px, 0.75fr)
    minmax(460px, 1.7fr)
    minmax(130px, 0.4fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: start;
  padding-top: 64px;
  padding-bottom: 50px;
}

.mc-footer__brand {
  max-width: 310px;
}

.mc-footer__logo {
  width: auto;
  max-width: 168px;
  height: auto;
  margin-bottom: 24px;
}

.mc-footer__organization {
  max-width: 300px;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.42;
}

.mc-footer__description {
  max-width: 300px;
  margin: 0;
  color: rgba(231, 242, 253, 0.75);
  font-size: 14px;
  line-height: 1.6;
}


.mc-footer__navigation {
  min-width: 0;
  align-self: end;
}

.mc-footer__navigation::before {
  display: block;
  margin-bottom: 16px;
  color: rgba(228, 241, 253, 0.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  content: "Российский Фонд развития информационных технологий";
}

.mc-footer__navigation::after {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 720;
  line-height: 1.45;
  content: "+7 (495) 134-44-02";
}

.mc-footer__socials {
  display: flex;
  gap: 12px;
  align-self: end;
  justify-content: flex-end;
}

.mc-footer__socials a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(189, 220, 249, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.mc-footer__socials a:hover,
.mc-footer__socials a:focus-visible {
  border-color: #8dceff;
  background: rgba(38, 131, 224, 0.32);
  transform: translateY(-2px);
}


.mc-footer__to-top {
  position: absolute;
  top: 54px;
  right: 0;
  display: inline-flex;
  gap: 13px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  cursor: pointer;
}

.mc-footer__to-top-label {
  font-size: 14px;
  font-weight: 700;
}

.mc-footer__to-top-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #06345f;
  font-size: 20px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.mc-footer__to-top:hover
.mc-footer__to-top-icon,
.mc-footer__to-top:focus-visible
.mc-footer__to-top-icon {
  box-shadow: 0 10px 26px rgba(0, 13, 34, 0.28);
  transform: translateY(-3px);
}


.mc-footer-directory {
  grid-column: 1 / -1;
  margin-top: 14px;
  padding-top: 28px;
  border-top: 1px solid rgba(195, 222, 248, 0.48);
}

.mc-footer-directory__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(28px, 4vw, 54px);
  align-items: center;
}


.mc-footer-directory__link:first-child
~ .mc-footer-directory__link[href="/"],
.mc-footer-directory__link:first-child
~ .mc-footer-directory__link[href="./"] {
  display: none;
}

.mc-footer-directory__link {
  position: relative;
  padding: 8px 0 11px;
  color: #ffffff;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 680;
  line-height: 1.35;
  text-decoration: none;
}

.mc-footer-directory__link::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: #69baff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.mc-footer-directory__link:hover,
.mc-footer-directory__link:focus-visible,
.mc-footer-directory__link.is-active {
  color: #a8d8ff;
}

.mc-footer-directory__link:hover::after,
.mc-footer-directory__link:focus-visible::after,
.mc-footer-directory__link.is-active::after {
  transform: scaleX(1);
}


.mc-footer__bottom {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(185, 216, 245, 0.16);
}

.mc-footer__legal,
.mc-footer__credit {
  color: rgba(224, 239, 252, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.mc-footer__credit {
  text-align: right;
}

@media (max-width: 1080px) {
  .mc-footer__top {
    grid-template-columns:
      minmax(230px, 0.8fr)
      minmax(380px, 1.6fr);
  }

  .mc-footer__socials {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .mc-footer__to-top {
    top: 42px;
  }
}

@media (max-width: 760px) {
  .mc-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 104px;
    padding-bottom: 38px;
  }

  .mc-footer__brand,
  .mc-footer__organization,
  .mc-footer__description {
    max-width: none;
  }

  .mc-footer__to-top {
    top: 34px;
    right: 0;
  }

  .mc-footer__navigation {
    align-self: auto;
  }

  .mc-footer-directory {
    margin-top: 0;
  }

  .mc-footer-directory__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mc-footer-directory__link {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(188, 219, 247, 0.14);
  }

  .mc-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mc-footer__credit {
    text-align: left;
  }
}






.mc-footer__navigation {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: stretch;
}

.mc-footer__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 18px 34px;
  margin: 0 0 26px;
}

.mc-footer__contact {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
}

.mc-footer__contact--phone:hover
.mc-footer__contact-value,
.mc-footer__contact--phone:focus-visible
.mc-footer__contact-value {
  color: #9dd4ff;
}

.mc-footer__contact-label {
  color: rgba(221, 238, 252, 0.64);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mc-footer__contact-value {
  color: #ffffff;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 690;
  line-height: 1.42;
  transition: color 180ms ease;
}


.mc-footer__navigation::before,
.mc-footer__navigation::after {
  display: none !important;
  content: none !important;
}


.mc-footer-directory {
  margin-top: auto;
  padding-top: 28px;
}


.mc-footer__to-top {
  top: auto !important;
  right: 0 !important;
  bottom: 46px !important;
}

.mc-footer__socials {
  padding-bottom: 76px;
}

@media (max-width: 1080px) {
  .mc-footer__contacts {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mc-footer__socials {
    padding-bottom: 0;
  }

  .mc-footer__to-top {
    right: 0 !important;
    bottom: 30px !important;
  }
}

@media (max-width: 760px) {
  .mc-footer__contacts {
    margin-bottom: 18px;
  }

  .mc-footer__to-top {
    position: static;
    justify-self: start;
    margin-top: 8px;
  }

  .mc-footer__socials {
    padding-bottom: 0;
  }
}





.mc-socials--footer .mc-socials__list {
  gap: 10px;
}

.mc-socials--footer .mc-socials__link {
  width: 40px;
  height: 40px;

  color: #ffffff;

  background: transparent;

  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
}

.mc-socials--footer .mc-socials__link:hover,
.mc-socials--footer .mc-socials__link:focus-visible {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .68);
}

.mc-socials--footer .mc-socials__icon {
  width: 20px;
  height: 20px;
}



.mc-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.mc-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .52;
  background:
    radial-gradient(
      circle at 15% 34%,
      rgba(255, 255, 255, .075) 0 1px,
      transparent 1.6px
    ) 0 0 / 68px 68px,
    linear-gradient(
      126deg,
      transparent 0 20%,
      rgba(255, 255, 255, .035) 20.12%,
      transparent 20.32%
    ),
    linear-gradient(
      54deg,
      transparent 0 78%,
      rgba(255, 255, 255, .028) 78.12%,
      transparent 78.32%
    );
}

.mc-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -80px;
  top: -110px;
  width: 420px;
  height: 420px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(255, 255, 255, .012),
    0 0 0 92px rgba(255, 255, 255, .008);
}

.mc-footer > * {
  position: relative;
  z-index: 1;
}

.mc-footer__top {
  position: relative;
}

.mc-footer__top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  opacity: .62;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, .18) 0 38px,
      rgba(255, 255, 255, .055) 38px 52px,
      transparent 52px 70px
    );
}

.mc-footer,
.mc-footer *,
.mc-footer address,
.mc-footer em,
.mc-footer i,
.mc-footer__contact,
.mc-footer__contact-value,
.mc-footer__bottom,
.mc-footer__made-by {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-style: normal;
}

.mc-footer__contact--address,
.mc-footer__contact--address *,
.mc-footer address,
.mc-footer address * {
  font-style: normal !important;
}

.mc-footer__contact-value {
  font-style: normal !important;
}

.mc-footer a {
  transition:
    transform .16s ease,
    opacity .16s ease,
    background .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}

.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
):hover,
.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
):focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .065);
  border-color: rgba(255, 255, 255, .24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 8px 22px rgba(0, 0, 0, .13);
}

.mc-footer__bottom {
  position: relative;
}

.mc-footer__bottom::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-right: 9px;
  vertical-align: middle;
  opacity: .65;
  background: currentColor;
}

.mc-footer::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: -210px;
  right: -125px;

  width: 620px;
  height: 620px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      transparent 0 46%,
      rgba(255, 255, 255, .024) 46.2% 46.5%,
      transparent 46.7% 62%,
      rgba(255, 255, 255, .016) 62.2% 62.5%,
      transparent 62.7%
    );

  opacity: 1;
}

.mc-footer::after {
  content: "";

  position: absolute;
  z-index: 0;

  left: -190px;
  bottom: -360px;

  width: 720px;
  height: 720px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 50%;

  box-shadow:
    0 0 0 64px rgba(255, 255, 255, .009),
    0 0 0 126px rgba(255, 255, 255, .006);
}

.mc-footer > * {
  position: relative;
  z-index: 1;
}

.mc-footer__top {
  position: relative;
}

.mc-footer__top::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: -1px;
  left: 0;

  height: 1px;

  opacity: 1;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, .08) 6%,
      rgba(255, 255, 255, .18) 28%,
      rgba(255, 255, 255, .18) 72%,
      rgba(255, 255, 255, .08) 94%,
      transparent 100%
    );

  box-shadow:
    0 1px 12px rgba(255, 255, 255, .025);
}

.mc-footer__contacts {
  position: relative;
}

.mc-footer__contacts::before {
  content: "";

  position: absolute;

  top: 2px;
  bottom: 2px;
  left: -24px;

  width: 1px;

  opacity: .23;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255, 255, 255, .55),
      transparent
    );
}

.mc-footer__bottom::before {
  content: none;
}

.mc-footer__made-by {
  position: relative;
}

.mc-footer__made-by::before {
  content: "";

  display: inline-block;

  width: 6px;
  height: 6px;

  margin-right: 8px;

  vertical-align: 1px;

  border: 1px solid currentColor;
  border-radius: 2px;

  opacity: .55;

  transform: rotate(45deg);
}

.mc-footer__contact--address,
.mc-footer__contact--address *,
.mc-footer address,
.mc-footer address *,
.mc-footer__contact-value {
  font-style: normal !important;
}

.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
) {
  position: relative;
}

.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
)::after {
  content: "";

  position: absolute;
  inset: -4px;

  pointer-events: none;

  border: 1px solid transparent;
  border-radius: 50%;

  transition:
    border-color .16s ease,
    transform .16s ease;
}

.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
):hover::after,
.mc-footer :is(
  [class*="social"] a,
  [class*="social"] button
):focus-visible::after {
  border-color: rgba(255, 255, 255, .14);
  transform: scale(1.08);
}

.mc-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;

  pointer-events: none;

  opacity: 1;

  background:
    radial-gradient(
      580px 500px at -3% 108%,
      transparent 0 42%,
      rgba(255, 255, 255, .044) 42.2% 42.5%,
      transparent 42.7% 54%,
      rgba(255, 255, 255, .029) 54.2% 54.5%,
      transparent 54.7% 66%,
      rgba(255, 255, 255, .017) 66.2% 66.5%,
      transparent 66.7%
    ),
    radial-gradient(
      670px 560px at 104% -4%,
      transparent 0 44%,
      rgba(255, 255, 255, .040) 44.2% 44.5%,
      transparent 44.7% 57%,
      rgba(255, 255, 255, .025) 57.2% 57.5%,
      transparent 57.7% 69%,
      rgba(255, 255, 255, .015) 69.2% 69.5%,
      transparent 69.7%
    ),
    radial-gradient(
      920px 300px at 51% 118%,
      transparent 0 54%,
      rgba(255, 255, 255, .027) 54.15% 54.4%,
      transparent 54.6% 65%,
      rgba(255, 255, 255, .016) 65.15% 65.4%,
      transparent 65.6%
    );
}

.mc-footer::after {
  content: "";
  position: absolute;
  z-index: 0;

  top: 90px;
  right: 7%;
  left: 28%;

  height: 190px;

  pointer-events: none;

  opacity: .65;

  background:
    linear-gradient(
      171deg,
      transparent 0 24%,
      rgba(255, 255, 255, .024) 24.1% 24.25%,
      transparent 24.35% 49%,
      rgba(255, 255, 255, .018) 49.1% 49.25%,
      transparent 49.35% 74%,
      rgba(255, 255, 255, .013) 74.1% 74.25%,
      transparent 74.35%
    );

  transform: skewX(-7deg);
}

.mc-footer .mc-container {
  position: relative;
  z-index: 1;
}

.mc-footer .mc-container::before {
  content: "";

  position: absolute;
  z-index: -1;

  top: 34px;
  right: 31%;

  width: 210px;
  height: 210px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, .027);
  border-radius: 50%;

  box-shadow:
    0 0 0 34px rgba(255, 255, 255, .008),
    0 0 0 68px rgba(255, 255, 255, .005);
}

.mc-footer .mc-container::after {
  content: "";

  position: absolute;
  z-index: -1;

  right: 10%;
  bottom: 70px;

  width: 380px;
  height: 96px;

  pointer-events: none;

  border-top: 1px solid rgba(255, 255, 255, .028);
  border-bottom: 1px solid rgba(255, 255, 255, .017);

  border-radius: 50%;

  transform: rotate(-6deg);
}

.mc-footer__top::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: -1px;
  left: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, .07) 4%,
      rgba(255, 255, 255, .16) 24%,
      rgba(255, 255, 255, .18) 50%,
      rgba(255, 255, 255, .16) 76%,
      rgba(255, 255, 255, .07) 96%,
      transparent 100%
    );
}

.mc-footer,
.mc-footer *,
.mc-footer address,
.mc-footer address *,
.mc-footer em,
.mc-footer i,
.mc-footer__contact,
.mc-footer__contact-value,
.mc-footer__bottom,
.mc-footer__made-by {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-style: normal;
}

.mc-footer__contact--address,
.mc-footer__contact--address *,
.mc-footer address,
.mc-footer address *,
.mc-footer__contact-value {
  font-style: normal !important;
}

.mc-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 1;

  background:
    radial-gradient(
      620px 500px at -9% 94%,
      transparent 0 38%,
      rgba(255, 255, 255, .050) 38.25% 38.6%,
      transparent 38.9% 49%,
      rgba(255, 255, 255, .031) 49.25% 49.6%,
      transparent 49.9% 60%,
      rgba(255, 255, 255, .017) 60.25% 60.6%,
      transparent 60.9%
    ),
    radial-gradient(
      690px 530px at 109% 8%,
      transparent 0 37%,
      rgba(255, 255, 255, .052) 37.25% 37.6%,
      transparent 37.9% 48%,
      rgba(255, 255, 255, .032) 48.25% 48.6%,
      transparent 48.9% 59%,
      rgba(255, 255, 255, .018) 59.25% 59.6%,
      transparent 59.9%
    ),
    linear-gradient(
      124deg,
      transparent 0 6%,
      rgba(255, 255, 255, .027) 6.08% 6.18%,
      transparent 6.28% 11%,
      rgba(255, 255, 255, .016) 11.08% 11.18%,
      transparent 11.28% 100%
    ),
    linear-gradient(
      56deg,
      transparent 0 89%,
      rgba(255, 255, 255, .016) 89.08% 89.18%,
      transparent 89.28% 94%,
      rgba(255, 255, 255, .027) 94.08% 94.18%,
      transparent 94.28% 100%
    );
}

.mc-footer::after {
  content: "";
  position: absolute;
  z-index: 0;

  right: -150px;
  bottom: -250px;

  width: 570px;
  height: 570px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 50%;

  box-shadow:
    0 0 0 48px rgba(255, 255, 255, .009),
    0 0 0 96px rgba(255, 255, 255, .005);
}

.mc-footer .mc-container::before {
  content: "";
  position: absolute;
  z-index: -1;

  top: 34%;
  left: -235px;

  width: 330px;
  height: 180px;

  pointer-events: none;

  border-top: 1px solid rgba(255, 255, 255, .034);
  border-bottom: 1px solid rgba(255, 255, 255, .018);

  border-radius: 50%;

  transform: rotate(11deg);
}

.mc-footer .mc-container::after {
  content: "";
  position: absolute;
  z-index: -1;

  top: 13%;
  right: -250px;

  width: 390px;
  height: 220px;

  pointer-events: none;

  border-top: 1px solid rgba(255, 255, 255, .037);
  border-bottom: 1px solid rgba(255, 255, 255, .020);

  border-radius: 50%;

  transform: rotate(-13deg);
}

.mc-footer__contact--address,
.mc-footer__contact--address *,
.mc-footer address,
.mc-footer address *,
.mc-footer__contact-value {
  font-style: normal !important;
}

/* BR-048.11 — footer phone.
 *
 * No card, no border, no background.
 * Just a phone icon and the number.
 */

.mc-footer__contact--phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: auto;
  min-height: 0;

  margin: 0;
  padding: 0;

  border: 0 !important;
  border-radius: 0 !important;

  background: none !important;
  box-shadow: none !important;

  color: #fff;
  text-decoration: none;
}

.mc-footer__contact--phone .mc-footer__contact-label {
  display: none !important;
}

.mc-footer__contact--phone::before {
  content: "";

  display: block;
  flex: 0 0 auto;

  width: 20px;
  height: 20px;

  background-color: currentColor;

  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center / contain no-repeat;

  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.mc-footer__contact--phone::after {
  content: none !important;
  display: none !important;
}

.mc-footer__contact--phone .mc-footer__contact-value {
  margin: 0;
  padding: 0;

  color: #fff;

  font-style: normal !important;
  font-weight: 700;
  line-height: 1.2;

  white-space: nowrap;
}

.mc-footer__contact--phone:hover,
.mc-footer__contact--phone:focus-visible {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #fff;
}

