/* Variables */
/* Common styles */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, "Open Sans", sans-serif;
  overflow-x: hidden;
}

button:hover {
  opacity: 0.8;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

footer .footer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer {
  background: #000;
  width: 100%;
  height: 280px;
  color: #fff;
  margin: 55px 0 0;
}
footer .footer_container {
  max-width: 1183px;
  margin: 55px auto 0;
  padding-top: 36px;
}
footer .footer_container h5 {
  font-size: 15px;
  margin-bottom: 27px;
  text-align: center;
}
footer .footer_container p {
  font-size: 18px;
  text-align: center;
  color: #8f8f8f;
  margin-bottom: 12px;
}
footer .footer_container .logo_block {
  width: 20%;
}
footer .footer_container .contact_info {
  width: 50%;
}
footer .footer_container .contact_info div {
  text-align: center;
}
footer .footer_container .contact_info div a {
  color: #fff;
  opacity: 0.6;
  transition: 0.3s;
  font-size: 17px;
  text-decoration: none;
}
footer .footer_container .contact_info div a:hover {
  opacity: 1;
}
footer .footer_container .contact_info div a:nth-child(2) {
  margin: 0 39px;
}
footer .footer_container .contact_info .footer_social {
  margin-bottom: 35px;
}

.footer_menu_list {
  width: 30%;
}
.footer_menu_list .menu_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer_menu_list .menu_list ul {
  list-style: none;
  padding: 0 20px;
}
.footer_menu_list .menu_list ul a {
  font-size: 18px;
  text-align: center;
  color: #8f8f8f;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.footer_menu_list .menu_list ul a:hover {
  color: #fff;
}

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