.l-header,
.l-main,
.l-footer {
  width: 100%;
}

.l-header,
.l-footer {
  position: relative;
}

.l-header {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  height: 94px;
  z-index: 100;
}

.l-container,
.l-header__container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  z-index: 100;
}

.l-main {}

.l-footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 74, 173, 0.12);
  height: 106px;
}

.l-footer__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  height: 38px;
  position: relative;
}

.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}

@media (max-width: 767px) {

  .l-header {
    height: 60px;
  }

  .l-header__container {
    padding: 0 16px;
  }

  .l-container {
    padding: 0 16px;
  }

  .l-footer {
    height: auto;
    padding: 20px 0;
  }

  .l-footer__nav {
    height: auto;
    padding: 12px 0;
  }

  .l-footer__copyright {
    height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 480px) {}