.box--footer {
  background: #181832;
  padding-top: 64px;
  padding-bottom: 33px;
}
.box--footer .btn {
  background: transparent;
  max-width: 328px;
}
@media screen and (max-width: 1024px) {
  .box--footer .btn {
    max-width: 254px;
  }
}
@media screen and (max-width: 768px) {
  .box--footer .btn {
    max-width: 220px;
    min-width: auto;
  }
}
.box--footer .btn:hover {
  color: #181832;
  background: #fff;
}
.box--footer .feedback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box--footer address {
  display: flex;
  flex-direction: column;
}
.box--footer address span,
.box--footer address a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.box--footer .box--content--social {
  margin-top: 10px;
  margin-bottom: 15px;
}
.box--footer .separator {
  width: 100%;
  height: 2px;
  background: #9d9da8;
  opacity: 0.3;
  margin: 33px 0;
}
.box--footer .copyright {
  margin-left: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 148%;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .box--footer .copyright {
    text-align: center;
  }
}
.box--footer .menu {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 148%;
  color: #fff;
  grid-gap: 50px 0;
}
@media (max-width: 576px) {
  .box--footer .menu {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(157,157,168,0.2);
  }
}
.box--footer .menu .title {
  margin-bottom: 17px;
}
.box--footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box--footer .menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #9d9da8;
  text-decoration: none;
}
.box--footer .menu ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .box--footer {
    padding-top: 60px;
  }
  .box--footer .feedback {
    text-align: center;
  }
  .box--footer .logo {
    text-align: center;
    margin-bottom: 16px;
  }
  .box--footer .box--content--social {
    margin-top: 28px;
    margin-bottom: 65px;
  }
  .box--footer .box--content--social ul {
    justify-content: center;
  }
  .box--footer .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 284px;
    width: 100%;
  }
  .box--footer .separator {
    height: 1px;
  }
  .box--footer .copyright {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=index.css.map */