.site-footer-pro {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  background: #061431;
  color: #fff;
  box-shadow: none;
}

.site-footer-pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(32px, calc((100vw - 1280px) / 2));
  right: max(32px, calc((100vw - 1280px) / 2));
  height: 1px;
  background: linear-gradient(90deg, #24a6bd, rgba(255, 255, 255, .14) 38%, rgba(255, 255, 255, .14));
}

.footer-main-pro {
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) minmax(150px, .55fr) minmax(260px, .9fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding: 64px 0 54px;
}

.footer-brand-pro img {
  width: 190px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer-brand-pro p {
  display: grid;
  gap: 4px;
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
  line-height: 1.6;
}

.footer-nav-pro,
.footer-contact-pro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-nav-pro h2,
.footer-contact-pro h2 {
  margin: 0 0 10px;
  color: #63d0df;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-nav-pro a,
.footer-contact-pro a {
  position: relative;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.55;
  transition: color .2s ease;
}

.footer-nav-pro a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #63d0df;
  transition: right .2s ease;
}

.footer-nav-pro a:hover,
.footer-contact-pro a:hover,
.footer-bottom-pro a:hover {
  color: #63d0df;
}

.footer-nav-pro a:hover::after {
  right: 0;
}

.footer-contact-pro a {
  max-width: 300px;
  overflow-wrap: anywhere;
}

.footer-contact-pro .instagram-link-pro {
  display: inline-flex;
  width: auto;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-link-pro svg {
  display: block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  max-width: 21px;
  min-height: 21px;
  max-height: 21px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  fill: none;
  stroke: #63d0df;
  stroke-width: 1.6;
}

.instagram-link-pro .instagram-dot {
  fill: #63d0df;
  stroke: none;
}

.footer-bottom-pro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

.footer-bottom-pro p {
  margin: 0;
}

.footer-bottom-pro a {
  color: rgba(255, 255, 255, .75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s ease;
}

@media (max-width: 850px) {
  .footer-main-pro {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-pro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .site-footer-pro {
    padding-right: 22px;
    padding-left: 22px;
  }

  .site-footer-pro::before {
    right: 22px;
    left: 22px;
  }

  .footer-main-pro {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 48px 0 38px;
  }

  .footer-brand-pro {
    grid-column: auto;
  }

  .footer-bottom-pro {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
  }
}
