/* Footer styles from new_template/css/index.css */
/* Adapted for Bitrix template */

.footer svg {
  fill: #e1e1e1;
}

body .footer {
  background-color: #292929;
  color: #e4e4e4;
  margin-top: 50px;
}

body .footer_top {
  padding-bottom: 1rem;
}

body .footer_top_main {
  margin-top: 16px;
}
body .footer_top .footer_top_main,
body .footer_top .footer_top_measures,
body .footer_top .footer_top_contacts,
body .footer_top .footer_top_social_networks{
  padding-top: 3.5rem;
}
body .footer_top_main a {
  margin-bottom: 2rem;
}

body .footer_top_measures {
  /*margin-top: 50px;*/
}

body .footer_top_contacts {
  /*margin-top: 50px;*/
}

body .footer_top_social_networks {
  /*margin-top: 50px;*/
  font-size: 30px;
}

body .footer_top_social_networks a {
  margin-right: 12px;
}

body .footer_top a {
  color: #e4e4e4;
  text-decoration: none;
}

body .footer_bottom {
  padding: 20px 0;
  border-top: 1px solid #494949;
  color: #949494;
}

