.Footer {
  color: #fff;
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99.99%), #634D40;
}

.Footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: space-between;
  gap: var(--spaceXl);
  padding-top: var(--spaceXl);
  padding-bottom: var(--spaceXl);
}

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

.Footer a {
  color: inherit;
  text-decoration: none;
}

.Footer a:hover, .Footer a:active, .Footer a:focus {
  text-decoration: underline;
}

.Footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

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

@media (min-width: 64rem) {
  .Footer-content {
    margin-left: auto;
    grid-template-columns: repeat(2, 15rem);
  }
}

.Footer-contentCol {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: var(--spaceXl);
  padding: 0;
  font-size: var(--textSm);
}

@media (max-width: 48rem) {
  .Footer-contentCol {
    width: 100%;
  }
}

.Footer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: start;
  width: fit-content;
  gap: 2rem;
}

.Footer-infoContact {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1rem;
  gap: 0.5rem;
}

.Footer-infoCompany {
  font-size: 1.75rem;
}

.Footer-infoPhone, .Footer-infoEmail {
  font-size: 1rem;
}

.Footer .Footer-info-btn {
  color: #634D40;
  background: var(--colorWhite);
  text-transform: none;
  max-width: 14rem;
}

.Footer .Footer-info-btn:hover, .Footer .Footer-info-btn:active, .Footer .Footer-info-btn:focus {
  background: var(--colorButtonLightHover);
}

.Footer .Footer-info-btn:hover a, .Footer .Footer-info-btn:active a, .Footer .Footer-info-btn:focus a {
  text-decoration: none;
}

.Footer .Footer-info-btn span {
  color: #634D40;
}

.Footer-title {
  font-size: var(--textLg);
  font-weight: 400;
  color: white;
  margin-bottom: 1rem;
}

@media (min-width: 64rem) {
  .Footer-title {
    margin-bottom: var(--spaceMd);
  }
}

.FooterNav-item {
  font-size: 0.925rem;
}

.FooterNav-item:hover, .FooterNav-item:active, .FooterNav-item:focus {
  text-decoration: underline;
}

.Footer-socials {
  display: grid;
  gap: var(--spaceXs);
}

.Footer-socials > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (min-width: 48.01rem) {
  .Footer-socials > a svg {
    margin: auto;
  }
}

.Footer-socials > a .Social-desc {
  margin-right: auto;
}

.Footer-socials > a .Social-desc span:nth-child(2) {
  display: none;
}

.Footer-socials > a .Social-desc span {
  font-size: 1em;
  color: white;
  text-wrap: nowrap;
}

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

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

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

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

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

.Footer-copy svg path {
  fill: var(--colorWhite);
}

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

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