@charset "utf-8";
/* CSS Document */

.footer {
    position: relative;
    display: block;
    width: 100%;
	padding: 0 20px 30px;
}

.footer p {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 12px;
  opacity: 0.7;
}

.footer .logo {
    max-width: 200px;
    display: block;
    position: relative;
    padding: 20px 0;
}

.footer .social-links {
    list-style: none;
	margin: 0;
	padding: 0;
}

.footer .social-links li {
    display: inline-block;
    padding: 10px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.social-links__age-limit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-links__icon-limit {
  background-color: #c59f56;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: #000;
  font-weight: 600;
}