#footer_page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1E211E;
  color: #C2B398;
  z-index: 1000;
}
#footer_page ._main {
  padding: 6rem 0;
}
#footer_page ._top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0rem;
  margin-bottom: 3rem;
  width: 100%;
}
#footer_page ._top ._close {
  cursor: pointer;
  font-size: 3.6em;
  color: #f9f9f9;
}
#footer_page ._top ._close:hover {
  color: #A15252;
}
#footer_page ._logo img {
  width: 22em;
  height: auto;
}
#footer_page .columns {
  display: flex;
  gap: 15rem;
  margin-top: 8rem;
}
#footer_page ._col {
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 600;
  gap: 0.5em;
  max-width: 18em;
  line-height: 1.35;
}
#footer_page ._col a {
  color: #f9f9f9;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
#footer_page ._col a:hover {
  color: #C2B398;
}
#footer_page ._col h3 {
  font-size: 0.61em;
  font-weight: 400;
  color: #C2B398;
}
#footer_page .col_2 {
  color: #f9f9f9;
}
#footer_page ._tels {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  font-size: 1em;
}

@media (max-width: 850px) {
  #footer_page ._logo img {
    width: 32em;
    height: auto;
  }
  #footer_page .columns {
    flex-direction: column;
    gap: 3em;
  }
  #footer_page .columns ._col {
    font-size: 4.2rem;
  }
}/*# sourceMappingURL=footer.css.map */