.footer {
  width: 100%;
  background: transparent url("../images/bg-footer.jpg") no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.footer .text--img {
  width: 100%;
  text-align: center;
  margin-bottom: 52px;
}
.footer .text--img img {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .footer .text--img img {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .text--img {
    margin-bottom: 40px;
  }
}

.font-weight-normal {
  font-weight: 400 !important;
}

.footer--main {
  width: 100%;
}
.footer--main .row {
  gap: 30px 0;
}
.footer--main .footer--box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}
.footer--main .footer--box .footer--box-items {
  width: 100%;
}
.footer--main .footer--box .title {
  color: #FF717E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 0 0 14px;
}
.footer--main .footer--box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.footer--main .footer--box ul > * {
  width: 100%;
}
.footer--main .footer--box ul li {
  list-style: none;
}
.footer--main .footer--box ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}
.footer--main .footer--box ul li a:hover {
  color: #BE1E2D;
}
.footer--main .footer--box.footer--box---last .title {
  text-align: right;
}
.footer--main .footer--box.footer--box---last ul li {
  text-align: right;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: -0.48px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer--main .footer--box.footer--box---last .title {
    text-align: left;
  }
  .footer--main .footer--box.footer--box---last ul li {
    text-align: left;
  }
}

.box-newtword {
  width: 100%;
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
  justify-content: end;
}
.box-newtword a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #686868;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.box-newtword a img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .box-newtword {
    justify-content: start;
  }
}