.AppFooter {
  background: var(--colorSecondaryBg);
  padding-top: var(--spaceXl);
  position: relative;
  overflow: hidden;
}

.AppFooter h2 {
  font-size: var(--textXs);
  font-weight: 700;
  color: white;
  margin-bottom: var(--spaceMd);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
}

.AppFooter-frame {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: var(--spaceXl);
}

@media (max-width: 1030px) {
  .AppFooter-frame {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .AppFooter-frame {
    grid-template-columns: repeat(1, 1fr);
  }
}

.AppFooter-kontaktNas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 1030px) {
  .AppFooter-kontaktNas {
    padding-top: 35px;
    grid-column: 1/4;
  }
  .AppFooter-kontaktNas::after {
    top: 21px !important;
  }
}

@media (max-width: 600px) {
  .AppFooter-kontaktNas {
    grid-column: 1/2;
  }
}

.AppFooter-kontaktNas a {
  z-index: 2;
}

.AppFooter-kontaktNas::after {
  content: '';
  background-color: #182F41;
  position: absolute;
  left: -30px;
  right: -1409px;
  bottom: -180px;
  top: -65px;
}

.AppFooter-text {
  margin-bottom: var(--spaceMd);
  font-size: var(--textXs);
  color: #A2BED4;
  z-index: 2;
}

.AppFooter-contact {
  display: flex;
  font-size: var(--textXs);
  margin-bottom: var(--spaceLg);
}

@media (max-width: 48rem) {
  .AppFooter-contact {
    font-size: var(--textSm);
  }
}

.AppFooter-contact svg {
  margin-right: var(--spaceRg);
  color: var(--colorBrand);
}

.AppFooter-contact span, .AppFooter-contact a {
  flex: 1;
  font-weight: 500;
}

.AppFooter-socials {
  display: flex;
  flex-wrap: wrap;
}

.AppFooter-socials a {
  color: white;
  text-decoration: none;
  transition: var(--animationBase);
  margin-right: var(--spaceXxs);
}

.AppFooter-socials a:last-child {
  margin-right: 0;
}

.AppFooter-socials a:hover, .AppFooter-socials a:active, .AppFooter-socials a:focus {
  text-decoration: none;
  color: var(--colorBrand);
}

.AppFooter-socials a svg {
  width: 1.2em;
  height: 1.2em;
}

.AppFooter-navs {
  width: 48%;
}

@media (max-width: 25rem) {
  .AppFooter-navs {
    width: 100%;
  }
}

.AppFooter-form {
  width: 48%;
  margin-left: var(--spaceLg);
  font-size: .85em;
}

@media (max-width: 64rem) {
  .AppFooter-form {
    width: 100%;
    margin: var(--spaceLg) 0 0;
    font-size: 1em;
  }
}

.AppFooter-form h2 {
  font-size: var(--textXl);
  font-weight: 700;
}

.AppFooter-copyFrame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.AppFooter-copy {
  padding: var(--spaceMd) 0;
  background: var(--colorSecondaryBg);
  color: hsl(0, 0%, calc((var(--colorContrastBg-l) - 60) * -100%));
  font-size: var(--textXs);
}

.AppFooter-copy a {
  color: inherit;
}

.AppFooter-copy p {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}

@media (max-width: 25rem) {
  .AppFooter-copy p:first-child {
    width: 100%;
    margin-bottom: var(--spaceXs);
  }
}

.AppFooter-copy svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 25rem) {
  .AppFooter-copy svg {
    width: 1.4em;
  }
}

/*# sourceMappingURL=footer.min.css.map */
