.site-footer {
  background-color: #151418;
}
.site-footer__logo img {
  filter: brightness(100);
}
.footer__copyright {
  background-color: #121114;
}
.footer__links {
  padding-left: 50px;
}
.footer__links li {
  margin-bottom: 10px;
	color: #fff;
}
.footer__links li a {
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
  line-height: 1.65;
  padding-left: 12px;
  position: relative;
  color: #fff !important;	
}
.footer__links li a:hover {
  padding-left: 20px;
}
.footer__links li a:after {
  content: " ";
  background: var(--primary-color);
  height: 2px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 16px;
}
.footer__contact a {
  display: block;
  margin-bottom: 10px;
}
.footer__contact svg {
  margin-right: 10px;
}

.h2__size.footer-banner {
  font-size: clamp(32px, 2.083333333333333vw, 40px);
  color: #fff;
}
.global-banner.footer .subtitle {
  color: #fff;
}
.banner-box .filled__button.black__button {
  padding: 11px 50px 11px;
}
.footer-banner__box {
  margin-bottom: -60px;
  background-color: #121114;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
}
ul.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1280px) {
  .footer-banner__box {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__links {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__contact-box {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contact-box {
    padding-left: 0;
  }
}

@media only screen and (max-width: 567px) {
  .footer-banner__box {
    flex-direction: column;
  }
  .footer-banner__box div:last-child {
    width: 100%;
  }
  .footer-banner__box div:last-child .filled__button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
