.footer {
  align-items: center;
  display: flex;
  background-color: #000;
  padding: 20px 0;
  width: 100%;
}
.footer .centerWrapper .logo {
  font-size: 32px;
  line-height: 39px;
  color: rgb(187, 0, 50);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.footer .centerWrapper .menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.footer .centerWrapper .menu .menu__title {
  height: 36px;
  line-height: 36px;
  color: rgb(187, 0, 50);
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.footer .centerWrapper .menu .menu__element {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.footer .centerWrapper .menu .menu__element:last-of-type {
  margin-bottom: 0;
}
.footer .centerWrapper .footerContacts {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .centerWrapper .footerContacts a {
  display: flex;
  color: #FFF;
  text-decoration: none;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  height: 36px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .centerWrapper {
    align-items: flex-start;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .centerWrapper .logo {
    width: auto;
    padding: 0;
    margin-right: 40px;
  }
  .footer .centerWrapper .menu {
    align-items: flex-start;
    margin-right: 40px;
    width: auto;
  }
  .footer .centerWrapper .menu .menu__title {
    text-align: left;
  }
  .footer .centerWrapper .footerContacts a {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .footer {
    align-items: center;
    display: flex;
    background-color: #000;
    width: 100%;
  }
  .footer .centerWrapper .logo {
    width: auto;
  }
  .footer .centerWrapper .menu {
    margin-right: 40px;
  }
  .footer .centerWrapper .footerContacts a {
    justify-content: flex-end;
  }
}

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