footer {
  background-color: rgb(240,240,240);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 30px;
  margin-top: 0px;
  bottom: 0;
  /*color: #3333;*/
}

.footer-navigation h3 {
  margin: 0;
  font: normal 36px Cookie, cursive;
  margin-bottom: 20px;
  color: #fff;
}

.footer-navigation h3 a {
  text-decoration: none;
  color: #fff;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

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

.footer-contacts p {
  display: inline-block;
  color: var(--gray-dark);
  vertical-align: middle;
}

span.new-line-span {
  display: block;
  font-family: 'Poppins';
  font-weight: normal;
  display: block;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.footer-about p {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

