.footer-inner__row {
    gap: 0;
}

.row.foot-btm .foot-btm__copy {
  display: flex;
  flex-direction: column;
}

@media (max-width: 810px) {
  .row.foot-btm .foot-btm__copy {
    display: block;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }

  .foot-mdl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .foot-nav {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .foot-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    flex: auto;
  }

  .foot-info {
    max-width: 100%;
    width: 100%;
  }

  .foot-nav > div,
  .foot-contact > div {
    max-width: unset;
    width: auto;
    flex: auto;
    max-width: 50%;
  }

  .foot-contact {
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }

  .foot-inner .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row.footer-inner__row {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
  }

  .foot-box {
    max-width: 100%;
    flex: auto;
  }

  .footer-inner__address {
    max-width: 100%;
  }

  .foot-btm {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .foot-btm a {
    color: #ffffff;
  }

  .foot-btm .conf-link {
    color: #8a8c99;
  }

  .foot-btm_info,
  .foot-btm_company {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }

  .foot-btm_info .row,
  .foot-btm_company .row {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .foot-btm_info .row > div,
  .foot-btm_company .row > div {
    flex: auto;
    max-width: 50%;
    width: 100%;
  }
}

@media (max-width: 540px) {
 .foot-btm__copy {
     padding-right: 0;
 }   
}