.footer {
  padding: 100px 0;
  font-size: 15px;
  background: #231f20;
}
.footer .container {
  display: flex;
}
.footer-left {
  width: 215px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #efefef;
}
.footer-logo {
  margin-bottom: 30px;
  height: 50px;
  display: block;
}
.footer-logo img {
  height: 100%;
}
.footer-right {
  margin-left: auto;
  width: 100%;
  max-width: 740px;
  display: flex;
  justify-content: space-between;
  color: #efefef;
}
.footer-right__col {
  display: flex;
  flex-direction: column;
}
.footer-right__title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-right__list {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}
.footer-right__list p {
  margin: 0;
  line-height: 1.6;
}
.footer-right__list + .footer-right__list {
  margin-top: 25px;
}
.footer-right a {
  color: #efefef;
}
.footer-right a:hover {
  color: #fe693a;
}
.footer-right__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-right__social .icon-svg {
  width: 18px;
  height: 15px;
}
@media (max-width: 1600px) {
  .footer {
    padding: 75px 0;
  }
}
@media (max-width: 999px) {
  .footer .container {
    flex-direction: column;
  }
  .footer-left {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
  .footer-right {
    gap: 50px;
    flex-direction: column;
  }
}

/*# sourceMappingURL=footer.css.map */
