.o-footer {
  width: 100%;
  padding: 48px 0;
  background-color: #FFFFFF;
  border-top: 1px solid #D5D5D5;
}
@media (max-width: 980px) {
  .o-footer {
    padding: 36px 0;
  }
}
.o-footer .o-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 980px) {
  .o-footer .o-container {
    gap: 20px;
  }
}
.o-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .o-footer__brand {
    height: 36px;
    margin-bottom: 20px;
  }
}
.o-footer__brand img {
  height: 100%;
}
.o-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px 32px;
  width: 100%;
}
@media (max-width: 980px) {
  .o-footer__nav {
    gap: 10px 16px;
    margin-bottom: 12px;
  }
}
.o-footer__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition-property: color;
}
@media (max-width: 980px) {
  .o-footer__nav-item {
    font-size: 14px;
  }
}
.o-footer__nav-item:hover {
  color: #111111;
}
.o-footer__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 24px;
  width: 55%;
}
@media (max-width: 980px) {
  .o-footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
}
.o-footer__info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
}
.o-footer__info-item b {
  flex-shrink: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}
.o-footer__info-item span {
  flex-shrink: 0;
  color: #333333;
  font-size: 14px;
}
.o-footer__copyright {
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .o-footer__copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=c7abdb626bf701f9342d1a54c2b2103f9d6ffb84.Footer.scss.map */
