.Footer {
  position: relative;
  color: var(--colorWhite);
  border-top: 2px solid var(--colorBrand);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(/frontend/images/footer-background.png) lightgray 50%/cover no-repeat;
}

.Footer-main {
  padding: var(--spaceXl) var(--spaceLg) var(--spaceMd);
}

.Footer-button {
  width: fit-content;
  font-size: 0.875rem;
  color: var(--colorText);
  background: var(--colorTextWhite);
}

.Footer-info {
  display: flex;
  flex-direction: column;
  gap: var(--spaceMd);
}

.Footer-info p, .Footer-info a:not(.Footer-button) {
  font-size: 1.125rem;
}

.Footer-logo {
  margin-bottom: var(--spaceRg);
}

.Footer-content {
  display: grid;
  row-gap: var(--spaceRg);
  column-gap: var(--spaceXl);
}

@media (min-width: 36.01rem) {
  .Footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64.01rem) {
  .Footer-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.Footer-content p {
  margin-bottom: var(--spaceXs);
  font-size: 1.125rem;
}

.Footer-contentCol {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: var(--spaceMd);
  width: auto;
  font-size: 1.125rem;
}

.Footer-contentCol:first-of-type {
  margin-right: auto;
}

@media (min-width: 64rem) {
  .Footer-contentCol:not(.Footer-info) {
    margin-left: auto;
  }
}

.Footer a:not(.Footer-button) {
  color: inherit;
  text-decoration: none;
}

.Footer a:not(.Footer-button):hover, .Footer a:not(.Footer-button):active, .Footer a:not(.Footer-button):focus {
  text-decoration: underline;
}

.Footer-title {
  font-family: var(--font-secondary);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--colorBrand);
  margin: 0 0 var(--spaceRg);
}

.Footer-socials {
  color: var(--colorWhite);
}

.Footer-socials > a {
  display: flex;
  align-items: center;
  margin-bottom: var(--spaceRg);
  font-size: 1.125rem;
}

.Footer-socials > a svg {
  margin: auto var(--spaceSm) auto 0;
}

.Footer-socials > a .Social-desc span:first-of-type {
  display: none;
}

.Footer-contactsFlex {
  display: flex;
  flex-direction: column;
}

.Footer-contactsFlex a {
  margin-bottom: var(--spaceXs);
}

@media (min-width: 48.01rem) {
  .Footer-contactsFlex {
    flex-direction: row;
  }
}

.Footer-contactsDivider {
  display: none;
  margin: 0 0.3rem;
}

@media (min-width: 48.01rem) {
  .Footer-contactsDivider {
    display: block;
  }
}

.Footer-linksItem {
  margin-bottom: var(--spaceSm);
  font-size: 1.125rem;
}

.Footer-linksItem a {
  color: var(--colorWhite);
}

.Footer-copy {
  font-size: var(--textXs);
  width: 100%;
}

.Footer-copyInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--spaceRg) var(--sizeContentOffset);
}

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

.Footer-copy p:first-child {
  width: 100%;
  margin-bottom: var(--spaceXs);
}

@media (min-width: 23.4475rem) {
  .Footer-copy p:first-child {
    width: auto;
    margin-bottom: 0;
  }
}

.Footer-copy svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--spaceSm);
  width: 1.4em;
}

@media (min-width: 23.4475rem) {
  .Footer-copy svg {
    width: auto;
  }
}

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