.b-footer {
  background: #321879;
  color: #fff;
  padding: 80px 0;
  position: relative; 
  z-index: 2; 
}

.b-footer .container {
  max-width: 1112px !important;
  width: 100% !important;
}

.b-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 40px;
  text-align: center; 
}

.b-footer__logo {
  width: 300px;
  display: inline-block;
  margin-bottom: 26px;
}

.b-footer__logo img {
  width: 100%;
}

.b-footer__part {
  padding-bottom: 40px;
  gap: 45px;
}

.b-footer__social {
  gap: 45px;
}

.b-footer__social a {
  display: inline-block;
  max-width: 38px;
  max-height: 30px;
}

.b-footer__social a img {
  max-width: 100%;
  max-height: 100%;
}

.b-footer__market {
  gap: 16px;
}

.b-footer__market a {
  display: inline-block;
  width: 123px;
}

.b-footer__market a img {
  width: 100%;
}

.b-footer__disclaimer {
  font-size: 14px;
  font-weight: 300;
}

.b-footer__disclaimer > * {
  margin-top: 8px;
}

.b-footer__title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.b-footer__top {
  padding-bottom: 55px;
  line-height: 1;
  justify-content: space-between;
}

.b-footer__top .col-md-auto {
  max-width: 20%;
  width: 20%;
}

.b-footer__top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b-footer__top ul + .b-footer__title {
  margin-top: 40px;
}

.b-footer__top a {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

.b-footer__top a:hover {
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .b-footer__top ul {
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .b-footer__top {
    max-width: 480px;
    margin: 0 auto;
  }

  .b-footer__logo {
    width: 230px;
  }
}