.footer {
  background-color: #333;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}
/*
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  box-sizing: border-box;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

.footer__social_links a[title="Facebook"] i {
  color: #3b5998;
}
.footer__social_links a[title="Vkontakte"] .fa-stack {
  color: #45668e;
}
.footer__social_links a[title="Twitter"] .fa-stack {
  color: #1da1f2;
}
.footer__social_links a[title="Instagram"] i {
  color: #e1306c;
}
.footer__social_links a[title="YouTube"] .fa-stack {
  color: #cd201f;
}
.footer__social_links a[title="Odnoklassniki"] .fa-stack {
  color: #ed812b;
}
.footer__social_links a[title="Telegram"] .fa-stack {
  color: #0088cc;
}
.footer__social_links a[title="Soundcloud"] .fa-stack {
  color: #FE5000;
}

.footer__content {
	width: 1050px;
	margin: auto;
	position: relative;
  box-sizing: border-box;
}

.footer__subscribe {
  margin-bottom: 30px;
}

.footer__subscribe a {
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 98px;
  background-image: url(/i/main/bubble.svg);
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding-top: 21px;
  line-height: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: auto;
}
.footer__social_links a:not(:first-child) {
  margin-left: 5px;
}
.footer__social_links {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__copyright {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: center;
}