.footer-container {
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 79px 80px;
}
.footer-wrapper {
  display: flex;
  width: 1280px;
  max-width: 100%;
  flex-direction: column;
}
.footer-content {
  width: 1200px;
  max-width: 100%;
}
.footer-columns {
  gap: 159px;
  display: flex;
}
.footer-left-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 39%;
  margin-left: 0;
}
.brand-section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: start;
  color: rgba(255, 255, 255, 1);
}
.brand-logo {
  aspect-ratio: 4.69;
  object-fit: contain;
  object-position: center;
  width: 155px;
  max-width: 100%;
}
.brand-description {
  align-self: stretch;
  margin-top: 23px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.contact-info {
  display: flex;
  margin-top: 33px;
  max-width: 100%;
  flex-direction: column;
}
.location-info {
  align-self: start;
  display: flex;
  gap: 12px;
  font: 600 16px;
  white-space: nowrap;
}
.location-icon {
  aspect-ratio: 0.83;
  object-fit: contain;
  object-position: center;
  width: 15px;
  align-self: start;
}
.phone-wrapper {
  display: flex;
  margin-top: 16px;
  gap: 9px;
}
.phone-icon {
  aspect-ratio: 0.78;
  object-fit: contain;
  object-position: center;
  width: 14px;
}
.phone-number {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-right-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 61%;
}
.office-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  color: rgba(255, 255, 255, 1);
  font: 600 16px/2;
}
.office-header {
  display: flex;
  align-items: start;
  gap: 18px;
}
.location-header-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 22px;
  margin-top: 4px;
}
.location-title {
  flex-basis: auto;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.location-name {
  margin-top: 24px;
  color: #FF4F17;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.location-address {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.footer-bottom {
  display: flex;
  margin-top: 45px;
  gap: 20px;
  color: rgba(255, 255, 255, 1);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 38px;
}
.payment-methods {
  aspect-ratio: 6.71;
  object-fit: contain;
  object-position: center;
  width: 349px;
}
.footer-socical {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-socical a {
  display: inline-flex;
  align-items: center;
}
.footer-socical img {
  width: 44px;
  height: 44px;
}
@media (max-width: 991px) {
  .brand-logo {
    width: 110px;
  }
  .footer-container {
    max-width: 100%;
    padding: 51px 30px 61px;
  }
  .footer-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .footer-left-column,
  .footer-right-column {
    width: 100%;
  }
  .brand-section {
    align-items: center;
  }
  .brand-description{
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
  .office-section {
    margin-top: 40px;
    align-items: center;
  }
  .location-info {
    white-space: initial;
  }
  .office-header {
    gap: 6px;
  }
  .location-title {
    font-size: 14px;
  }
  .location-name {
    margin-top: 20px;
  }
  .location-address {
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    max-width: 256px;
  }
  .footer-bottom {
    max-width: 100%;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .copyright {
    max-width: 100%;
    margin-top: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    justify-content: center;
  }
}