.footer {
  background: #0a3979;
  border-radius: 30px 30px 0 0;
  padding-top: 60px;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__general {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.footer__top {
  display: flex;
  flex-flow: column;
  gap: 20px;
  max-width: 329px;
  width: 100%;
}
.footer__desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.5;
}
.footer__logo {
  height: 28px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer__left {
  display: flex;
  gap: 116px;
}
.footer__contact-item {
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: flex-start;
}
.footer__contact-item.address {
  max-width: 178px;
  width: 100%;
}
.footer__contact-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.5;
}
.footer__contact-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #ffffff;
}
.footer__contact-link.address {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  color: #ffffff;
}
.footer__menu {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.footer__link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  color: #ffffff;
}
.footer__contacts {
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding-left: 50px;
}
.footer__right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 78px;
  margin-left: 24px;
}
.footer__go-up {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}
.footer__social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__social-item {
  height: 48px;
  width: 48px;
}

.big-text {
  padding: 60px 0 32px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 84px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.3;
  text-wrap: nowrap;
  overflow: hidden;
}

.copyright {
  padding-bottom: 28px;
}
.copyright__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright__left {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}
.copyright__mid {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  color: #ffffff;
}
.copyright__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.copyright__link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .footer {
    padding: 0 4px;
    padding-top: 40px;
  }
  .footer__left {
    flex-flow: column;
    gap: 40px;
  }
  .footer__contacts {
    padding: 0;
  }
  .footer__top {
    gap: 12px;
  }
  .footer__logo {
    height: 20px;
  }
  .footer__general {
    gap: 28px;
  }
  .footer__desc {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.5;
    max-width: 220px;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 16px;
    max-width: 260px;
  }
  .footer__contact-label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .footer__contact-item.address {
    max-width: 100%;
  }
  .footer__contact-link {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #FFFFFF;
  }
  .footer__contact-link.address {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
  }
  .footer__contacts {
    gap: 28px;
  }
  .footer__right {
    position: relative;
  }
  .footer__go-up {
    position: absolute;
    top: 0;
    right: 0;
    flex-flow: column-reverse;
    gap: 8px;
    align-items: center;
    text-wrap: nowrap;
  }
  .big-text {
    padding: 60px 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.3;
  }
  .copyright__content {
    flex-flow: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
  .copyright__right {
    margin-bottom: 40px;
	margin-top: 40px;
    justify-content: flex-start;
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */