footer {
  background: #272A2C;
  padding: 0 20px;
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  footer {
    max-width: 600px;
  }
}
footer .wrap_box {
  padding: 40px 0 32px;
  border-bottom: 1px solid white;
}
footer .wrap_box ._title {
  font-size: 11px;
  color: white;
  font-weight: 400;
}
footer .wrap_box ._menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 56px;
  width: 50%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 0px 24px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 460px) {
  footer .wrap_box ._menu {
    width: 70%;
  }
}
footer .wrap_box ._menu a {
  color: white;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  display: block;
}
footer .wrap_box ._menu a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: -14px;
  background: #272A2C;
  border-left: 6px solid white;
  border-top: 6px solid #272A2C;
  border-bottom: 6px solid #272A2C;
}
footer .wrap_box ._button {
  background: #272A2C;
  border-radius: 19px;
  width: 118px;
  height: 36px;
  border: solid 1px white;
  margin-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrap_box ._button .__text {
  font-size: 14px;
  color: white;
  font-weight: 400;
}
footer .wrap_box ._address {
  font-size: 12px;
  font-weight: 400;
  color: white;
  padding-top: 40px;
}
footer .wrap_box ._address span {
  display: block;
  padding-bottom: 8px;
  color: white;
}
footer ._copylight {
  font-size: 8px;
  color: white;
  padding: 16px 0;
  font-weight: 400;
  text-align: center;
}/*# sourceMappingURL=footer.css.map */