aside {
  color: #1398c5;
  width: 100%;
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 0;
}
aside .footer-3-menu {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
aside .footer-3-menu a {
  font: 13px/1.2 "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
aside .footer-3-menu a:hover {
  opacity: 0.8;
}
aside .footer-3-2-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
aside .footer-3-title {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #00a4ff;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
aside .footer-3-social .footer-3-title {
  margin-bottom: 15px;
  text-align: right;
}

aside .footer-3-text .footer-3-title {
  margin-bottom: 20px;
}
aside .footer-3-list {
  padding: 0;
  list-style-type: none;
}
aside .footer-3-text .item {
  border-bottom: 1px solid #41484e;
}
aside .row {
  margin-left: -10px;
  margin-right: -10px;
}
aside .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}
aside .footer-3-section {
  clear: both;
  padding: 20px;
  margin: -20px -5px;
}
aside .footer-3-text .item a {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 10px 50px 10px 0;
  display: block;
}
aside .footer-3-image .footer-3-list {
  margin-left: -6px;
  margin-right: -6px;
}
aside .footer-3-image .item {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  width: 33%;
}
aside .footer-3-image .item img {
  max-width: 100%;
  width: 100%;
  display: block;
}
aside .footer-3-social .footer-3-list {
  text-align: right;
}
aside .footer-3-social .item {
  display: inline-block;
  padding: 5px;
  margin: -5px 0 -5px -5px;
}
aside .footer-3-social .item a {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  display: block;
  background: linear-gradient(30deg, var(--gold), #2f2d25);
}
aside .footer-3-social .item .ico {
  height: 32px;
  width: 32px;

  display: flex;
  align-items: center;
  justify-content: center;
}
aside .footer-3-social .item svg {
  width: 16px;
  height: 16px;
  fill: var(--gold2);
}
@media (max-width: 767px) {
  aside .footer-3-2-columns {
    display: block !important;
  }
  aside .footer-3-social .footer-3-title,
  aside .footer-3-social .footer-3-list {
    text-align: left;
  }
  aside .footer-3-section {
    margin-bottom: 30px;
  }
}
