.footer-wrap {
  width: 100%;
  background: #fff;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 39px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px 16px;
  background: #fff;
  font-size: 12px;
  color: #7B8794;
  z-index: 100;
  line-height: 1.4;
}

.footer span:first-child {
  font-weight: 700;
  margin-right: 10px;
}

@media (max-width: 836px){
  .footer{ 
    position: static; 
  }
  
  body{ 
    padding-bottom: 0;
  }
}