.site-footer {}

.site-footer .site-footer__main--wrapper {
  position: relative;
  background: var(--blue-t);
  border-radius: 20px;
}

.site-footer .site-footer__main--logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  border-radius: 20px;
  box-shadow: 3px -4px 16px #00000019;
}

.site-footer .footer-logo {
  width: 105px;
  height: auto;
}

.site-footer .site-footer__main {
  padding: 85px 80px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 55px;
  row-gap: 1rem;
  margin-top: 60px;
}

.site-footer .site-footer__main--mission {
  color: var(--blue-md);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: -1.5px;
  line-height: 1.3;
}

.site-footer .site-footer__main--mission span {
  display: block;
}

.site-footer .site-footer__main--mission .site-footer__main--mission-item--youth {
  position: relative;
  display: inline-block;
}

.site-footer .site-footer__main--mission .circle-r {
  position: absolute;
  display: inline;
  font-size: 8px;
  top: 5px;
  right: -10px;
}

.site-footer .site-footer__main--name {
  justify-self: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--blue-md);
  text-transform: uppercase;
}

.site-footer .site-footer__main--buttons {
  align-self: end;
  justify-self: center;
  padding-bottom: 1rem;
}

.site-footer .site-footer__main--buttons .button-row {
  justify-content: center;
  gap: .5rem;
}

.site-footer .site-footer__main--buttons .btn {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  min-width: 230px;
}

.site-footer .site-footer__main--language {
  align-self: center;
}

.site-footer .site-footer__main--language .gt_selector {
  width: 100%;
  background: transparent;
  border: 2px solid black;
  padding: 0.4rem;
}

.site-footer .site-footer__main--menu {
  display: flex;
  justify-content: center;
  font-weight: 700;
  background: white;
  padding: 14px 50px;
  border-radius: 8px;
  box-shadow: 5px 5px 15px #0000000d;
}

.site-footer .site-footer__main--menu ul {
  list-style: none;
  text-transform: uppercase;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .site-footer__main--menu a {
  color: var(--blue-dk);
  white-space: nowrap;
  transition: color 0.3s ease-out;
}

.site-footer .site-footer__main--menu a:hover {
  color: var(--blue-md);
}

.site-footer .site-footer__main--menu li:not(:last-child)::after {
  content: "|";
  color: var(--blue-dk);
  margin: 0 1.5rem;
}

.site-footer .site-footer__main--socials {
  align-self: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.site-footer .site-footer__social--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: var(--white);
  background: var(--purple-gradient);
  box-shadow: 0px 3px 6px #00000029;
  font-size: 38px;
}

.site-footer .site-footer__social--container .facebook {
  margin-bottom: -12px;
  margin-right: -12px;
}

.site-footer .copyright {
  color: var(--gray);
  font-size: 16px;
  text-align: center;
  padding: 15px 1rem;
}

.site-footer .copyright__mission {
  font-weight: 700;
}

.site-footer .copyright__mission p {
  margin-bottom: 0;
}

.site-footer .copyright__copyright {}

@media (max-width: 1770px) {
  .site-footer .site-footer__main--mission {
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .site-footer .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .site-footer__main--name {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .site-footer .site-footer__main--menu {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .site-footer .site-footer__main--language .gt_selector {
    width: unset;
  }

  .site-footer .site-footer__main--mission {
    justify-self: center;
  }

  .site-footer .site-footer__main--language {
    justify-self: center;
  }
}

@media (max-width: 992px) {
  .site-footer .site-footer__main--menu li:not(:last-child)::after {
    margin: 0 1rem;
  }
}

@media (max-width: 768px) {
  .site-footer .site-footer__main--menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .site-footer .site-footer__main--menu li:not(:last-child)::after {
    display: none;
  }

  .site-footer .site-footer__main {
    padding: 40px 30px;
    padding-top: 70px;
  }

  .site-footer .site-footer__main--name {
    text-align: center;
    font-size: 20px;
    margin: 0 -1rem;
  }
}

@media (max-width: 576px) {
  .site-footer .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer .site-footer__main--socials {
    grid-row: 2;
  }

  .site-footer .site-footer__main--menu {
    grid-row: 3;
    margin: 0 1rem;
  }

  .site-footer .site-footer__main--language {
    grid-row: 4;
    width: 100%;
  }

  .site-footer .site-footer__main--language .gt_selector {
    width: 100%;
  }

  .site-footer .site-footer__main--buttons {
    display: none;
  }
}