.AppFooter {
  background: var(--colorBrandDark);
  color: hsl(0, 0%, calc((var(--colorContrastBg-l) - 60) * -100%));
  padding-top: 4.5em;
}

@media (max-width: 62rem) {
  .AppFooter {
    padding-top: 3em;
  }
}

@media (max-width: 30rem) {
  .AppFooter {
    padding-top: 1em;
  }
}

.AppFooter a {
  color: inherit;
}

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

@media (max-width: 64rem) {
  .AppFooter.CrisisPage .AppFooter-frame {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 30rem) {
  .AppFooter.CrisisPage .AppFooter-frame {
    grid-gap: 2em;
  }
}

.AppFooter.CrisisPage .AppFooter-border {
  border-bottom: 0;
}

.AppFooter-frame {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 3em;
}

@media (max-width: 87rem) {
  .AppFooter-frame {
    grid-gap: 0 1em;
    padding: 0 3em;
  }
}

@media (max-width: 62rem) {
  .AppFooter-frame {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3em 1em;
  }
}

@media (max-width: 30rem) {
  .AppFooter-frame {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 1.5em;
  }
}

.AppFooter-col {
  font-size: 0.875rem;
}

@media (max-width: 30rem) {
  .AppFooter-border {
    border-bottom: 1px solid hsl(var(--colorBrandDark-h), calc(var(--colorBrandDark-s) * 1%), calc(var(--colorBrandDark-l) * 1.5 * 1%));
    padding-top: 1.2em;
  }
}

@media (max-width: 30rem) {
  .AppFooter-isHide {
    display: none;
    margin-bottom: 2em;
  }
  .AppFooter-isHide.is-active {
    display: block;
  }
}

.AppFooter p {
  margin-bottom: var(--spaceMd);
}

.AppFooter-title {
  position: relative;
  margin: 0 0 3em;
  color: inherit;
  font-weight: bold;
  font-size: 1em;
  pointer-events: none;
}

@media (max-width: 62rem) {
  .AppFooter-title {
    margin: 0 0 1.5em;
  }
}

@media (max-width: 30rem) {
  .AppFooter-title {
    pointer-events: auto;
    margin: 0 0 1.2em;
  }
}

.AppFooter-title.has-arrow:after {
  content: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 12'%3e%3cpath fill='%233AB5E9' d='M4.503 12a1.205 1.205 0 0 0 1.204-1.202V4.082L7.02 5.387a1.205 1.205 0 0 0 1.987-.867 1.201 1.201 0 0 0-.289-.829L5.355.328 5.313.292l-.07-.06L5.169.18 5.105.135a.734.734 0 0 0-.084-.042L4.973.066h-.027L4.856.04 4.773.015 4.687 0H4.34l-.09.015-.082.021-.09.03h-.027L4.004.09c-.027.015-.058.027-.085.045a.476.476 0 0 0-.072.045.662.662 0 0 0-.075.051l-.07.06-.042.037L.29 3.69a1.201 1.201 0 0 0 .867 1.984c.303.012.6-.091.83-.288l1.312-1.305v6.716A1.202 1.202 0 0 0 4.503 12Z'/%3e%3c/svg%3e");
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-size: cover;
}

@media (max-width: 30rem) {
  .AppFooter-title.has-arrow:after {
    content: "";
  }
}

.AppFooter-title.has-arrow.is-active:after {
  transform: translateY(-50%) rotate(0);
}

.AppFooter-contact .AppFooterContact + a {
  display: inline-block;
  margin-top: var(--spaceMd);
}

.AppFooterContactItem {
  display: flex;
  align-items: center;
}

.AppFooterContactItem:hover, .AppFooterContactItem:active, .AppFooterContactItem:focus {
  text-decoration: none;
}

.AppFooterContactItem:hover svg, .AppFooterContactItem:active svg, .AppFooterContactItem:focus svg {
  transform: scale(1.1);
  color: var(--colorBrand);
}

.AppFooterContactItem:hover strong, .AppFooterContactItem:active strong, .AppFooterContactItem:focus strong {
  color: var(--colorBrand);
}

.AppFooterContactItem:not(:last-of-type) {
  margin-bottom: 1.8em;
}

.AppFooterContactItem-icon {
  width: 2.5em;
  height: 2.5em;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.AppFooterContactItem-icon svg {
  transition: .25s;
}

.AppFooterContactItem strong {
  display: block;
  font-size: 1.4em;
  transition: .25s;
}

@media (max-width: 40rem) {
  .AppFooter-address {
    grid-column: 1 / -1;
  }
}

.AppFooter-address p {
  line-height: 2;
}

.AppFooter-iso {
  display: block;
  margin-bottom: 1.5em;
}

@media (max-width: 48rem) {
  .AppFooter-iso {
    order: 2;
  }
  .AppFooter-iso img {
    width: 125px;
  }
}

@media (max-width: 30rem) {
  .AppFooter-iso img {
    width: 100px;
  }
}

@media (max-width: 48rem) {
  .AppFooter-image {
    display: flex;
    grid-gap: 1em;
    justify-content: space-between;
  }
}

@media (max-width: 40rem) {
  .AppFooter-image {
    grid-column: 1 / -1;
  }
}

.AppFooter-logo {
  margin-top: var(--spaceLg);
}

@media (max-width: 87rem) {
  .AppFooter-logo svg {
    width: 14em;
  }
}

@media (max-width: 62rem) {
  .AppFooter-logo {
    display: none;
  }
}

.AppFooter-socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  align-items: center;
  margin-top: var(--spaceMd);
  grid-gap: 1em;
}

.AppFooter-socials a {
  display: inline-flex;
  align-items: center;
  margin-right: var(--spaceXs);
  transition: var(--animationBase);
  color: inherit;
}

.AppFooter-socials a svg {
  margin-right: .5em;
}

.AppFooter-socials a:hover {
  color: var(--colorBrand);
}

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

.AppFooter-socials a:hover, .AppFooter-socials a:active, .AppFooter-socials a:focus {
  text-decoration: none;
}

.AppFooter-copy {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: var(--textRg);
  width: 100%;
  padding-bottom: var(--spaceMd);
  margin-top: var(--spaceXl);
}

@media (max-width: 62rem) {
  .AppFooter-copy {
    margin-top: 0;
  }
}

@media (max-width: 48rem) {
  .AppFooter-copy {
    font-size: .85em;
    flex-wrap: wrap;
  }
}

@media (max-width: 30rem) {
  .AppFooter-copy {
    flex-direction: column;
    padding-top: 1.2em;
    line-height: 1.75;
  }
}

.AppFooter-copy .AppFooter-border {
  padding-top: 0;
  padding-bottom: 1.2em;
}

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

@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: 0 8px;
}

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

.AppFooter-copy a {
  text-decoration: underline;
}

.AppFooter-copy a:hover, .AppFooter-copy a:active, .AppFooter-copy a:focus {
  text-decoration: none;
}

@media (max-width: 48rem) {
  .AppFooter-poski {
    width: 100%;
    padding-top: 1.2em;
  }
}

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