.footer-third__contain {
  padding: 25px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 990px) {
  .footer-third__contain {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
.footer-third__img {
  max-width: 100%;
  height: 50px;
  margin: 0 auto 25px auto;
  padding: 0 20px;
}
.footer-third__nav {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 20px;
  margin-top: 0;
}
@media (max-width: 990px) {
  .footer-third__nav {
    grid-row-start: 4;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
  }
}
.footer-third__nav a {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 0 10px;
  display: block;
}
@media (max-width: 990px) {
  .footer-third__nav a {
    margin: 0;
    text-align: center;
  }
}
.footer-third__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0 20px;
}
@media (max-width: 990px) {
  .footer-third__icon {
    margin-bottom: 15px;
  }
}
.footer-third__icon img {
  margin: 0 10px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-third__text {
  font-size: 14px;
  line-height: 24px;
  color: #DDDDDD;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 25px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 990px) {
  .footer-third__text {
    font-size: 12px;
    line-height: 15px;
  }
}
.footer-third__copy {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 25px 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .footer-third__copy {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=footer-3.css.map */
