header,
footer {
  display: none !important;
}


.header-line {
  width: 100%;
  border-bottom: 40px solid #96c93d;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.footer-block {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer-block .bottom-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-block .footer-links {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  font: normal 12px/14px "Helvetica Neue", sans-serif;
}

.footer-block .footer-links li {
  margin: 0;
  padding-right: 10px;
}

.footer-block .bottom-line .footer-links li a {
    text-decoration: none;
    word-break: unset;
    letter-spacing: -0.5px;
    color: #2573BA;
    cursor: pointer;
    font-weight: 400;
    font: normal 12px/14px "Helvetica Neue", sans-serif;
}

.footer-block .bottom-line .footer-links li a:focus {
	border: none;
}

.footer-block .bottom-line .logo-block {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  background-color: white;
  position: relative;
  align-items: center;
}

.footer-block .bottom-line .logo-block img {
  margin-top: 30px;
}

.footer-block .bottom-line + div {
	color: #5c6770;
}

@media (max-width: 1179px) {
  .header-line {
    padding: 20px 0;
    border-bottom: 15px solid #96C93D;
  }
}


@media (max-width: 991px) {
  .footer-block {
    padding: 0;
  }

  .footer-block .bottom-line {
    flex-direction: column;
    align-items: center;
  }

  .footer-block .bottom-line .logo-block {
  	width: 100%;
    justify-content: center;
    align-items: center;
  }

  .footer-block .footer-links {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer-block .footer-links li {
    margin-top: 15px;
    padding: 0;
  }

  .footer-block .footer-links li a {
    line-height: 16px;
  }

  .footer-block .bottom-line + div {
    margin-top: 20px;
    text-align: center;
  }
}