.site-footer {
  background-color: #191d23;
  position: relative;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 24px;
  padding: 40px 0px;
  border-bottom: 1px solid #2f3337;
  align-items: center;
}

.footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-navigation ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.social-media {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(172, 131, 94, 0.3);
  border-radius: 50%;
}

.site-footer__bottom {
  padding: 148px 0px 75px 0px;
}

.site-footer__text {
  max-width: 540px;
}
.site-footer__text h2 {
  color: var(--white-color);
  margin-bottom: 87px;
  text-transform: none;
  line-height: 1.111;
  font-size: 59px;
  font-weight: 300;
  letter-spacing: -0.592px;
}

.site-footer__text h2 b,
.site-footer__text h2 strong {
  font-weight: 600;
  color: #f3cf8f;
}

.phone-footer {
  color: #c29f7b;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22581;
  letter-spacing: 1.515px;
  display: inline-block;
  margin-bottom: 17px;
}

.site-footer__text h5 {
  margin: 0 0 15px 0;
  color: #71677a;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73333;
  text-transform: uppercase;
}

.site-footer__text p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.site-footer__copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  align-items: center;
  padding: 31px 0px;
  flex-wrap: wrap;
}

.copyright-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 21px;

  color: #71677a;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73333;
  padding: 0;
  margin: 0;
}

.copyright-menu li {
  position: relative;
}

.copyright-menu li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2f3337;
  width: 1px;
  height: 18px;
}

.copyright-menu a,
.copyright-menu i {
  color: #71677a;
  text-decoration: none;
}

.copyright-menu i {
  line-height: 1;
  font-size: 16px;
}

.copyright-text a {
  color: #fff;
  display: inline-block !important;
}

.copyright-menu li a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.site-footer__bg {
  position: absolute;
  bottom: 118px;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.site-footer__bg img {
  width: 100%;
}

@media only screen and (max-width: 1536px) {
  .site-footer__top {
    padding: 35px 0px;
  }
  .site-footer__bottom {
    padding: 130px 0px 60px 0px;
  }

  .site-footer__text h2 {
    font-size: 52px;
    margin-bottom: 70px;
  }

  .site-footer__bg {
    bottom: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .site-footer__top {
    padding: 32px 0px;
  }
  .site-footer__bottom {
    padding: 120px 0px 50px 0px;
  }

  .site-footer__text h2 {
    font-size: 48px;
    margin-bottom: 65px;
  }
  .phone-footer {
    font-size: 30px;
  }
  .social-media li a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-navigation ul a {
    font-size: 15px;
  }

  .site-footer__bottom {
    padding: 100px 0px 50px 0px;
  }

  .site-footer__text h2 {
    font-size: 42px;
    margin-bottom: 50px;
  }

  .site-footer__text {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1280px) {
  .site-footer__bg {
    bottom: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer__top {
    padding: 30px 0px;
  }
  .footer-navigation ul {
    gap: 20px 30px;
  }
  .social-media li a {
    width: 45px;
    height: 45px;
  }

  .site-footer__bottom {
    padding: 80px 0px 50px 0px;
  }

  .site-footer__text h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .site-footer__text {
    max-width: 340px;
  }

  .site-footer__copyright {
    padding: 28px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0px;
  }

  .site-footer__bg {
    bottom: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom {
    padding: 60px 0px 30px 0px;
  }

  .site-footer__copyright {
    padding: 25px 0px;
  }

  .site-footer__text h5 {
    margin-bottom: 8px;
  }

  .footer-navigation ul {
    gap: 15px 20px;
  }

  .copyright-menu,
  .site-footer__text h5,
  .site-footer__text p {
    font-size: 14px;
  }

  .site-footer__text h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .site-footer__bg {
    bottom: 155px;
  }
}
@media only screen and (max-width: 575px) {
  .copyright-menu i {
    font-size: 14px;
  }
  .copyright-menu {
    font-size: 12px;
  }

  .copyright-menu li:not(:last-of-type)::after {
    height: 12px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .site-footer {
    overflow: hidden;
  }

  .site-footer__bg {
    bottom: 140px;
    width: 200%;
  }
  .site-footer__bg svg {
    height: 100%;
    position: relative;
    left: -20%;
  }

  .copyright-menu {
    font-size: 10px;
  }
}
