.footer {
  padding-top: 31px;
  padding-bottom: 35px;
}
.footer p {
  margin: 0;
}
.footer__wrap {
  background: #161B21;
  padding: 26px;
  border-radius: 8px;
}
@media (max-width: 524px) {
  .footer__wrap {
    padding: 16px;
  }
}
.footer__description {
  max-width: 375px;
  margin-top: 10px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
}
.footer__social {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer__flex {
  display: flex;
  gap: 8px;
}
.footer__social {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer__social a {
  display: flex;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 524px) {
  .footer__row {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__link {
  display: flex;
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #A4A4A4;
  gap: 10px;
}
.footer__link img {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.footer__grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .footer__grid {
    flex-direction: column;
  }
}
.footer__submenu {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer__submenu--gap {
  gap: 11px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 387px;
  gap: 36px;
}
@media (max-width: 524px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__menu {
  display: flex;
  margin-top: 15px;
  width: 100%;
  max-width: 796px;
}
.footer__end {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 23px;
}
@media (max-width: 1024px) {
  .footer__end {
    justify-content: center;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  margin-top: 15px;
  color: #A4A4A4;
  align-items: flex-end;
}
@media (max-width: 524px) {
  .footer__copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 11px;
  }
}
.footer__copyright-image {
  display: flex;
  gap: 16px;
  height: fit-content;
  flex-wrap: wrap;
}
.footer__copyright-image img {
  max-width: 60px;
}
.footer__bottom {
  margin-top: 34px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #A4A4A4;
}

.message {
  padding: 24px 14px;
  gap: 24px;
  background: #19161F;
  width: fit-content;
  border-radius: 8px;
  display: flex;
}
@media (max-width: 767px) {
  .message {
    flex-direction: column;
    width: 100%;
  }
}
.message__text {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  max-width: 246px;
}
.message__button {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 8px;
  background: #13101A;
  border-radius: 8px;
}
@media (max-width: 524px) {
  .message__button {
    font-size: 12px;
    line-height: 18px;
    padding: 14px 26px;
  }
}

.bottom-menu {
  display: flex;
  gap: 24px;
}
@media (max-width: 524px) {
  .bottom-menu {
    flex-direction: column;
  }
}
.bottom-menu a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #75899C;
}