.footer-gradient {
  position: absolute;
  width: 100%;
  height: 189px;
  transform: rotate(180deg);
  filter: blur(30px);
  z-index: 2;
  display: block !important;
  top: -140px;
  left: 0;
  right: 0;
  width: 100vw;
}
.footer-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(30px);
  z-index: 3;
}
@media (max-width: 768px) {
  .footer-gradient {
    top: -85px;
    height: 120px;
    left: 0;
    right: 0;
    width: 100vw;
  }
}
footer {
  position: relative;
  border: none !important;
  z-index: 101;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--background-image-footer);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  filter: blur(30px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  footer::before {
    background-position: bottom !important;
  }
}
.footer-block__heading {
  font-size: 24px;
  line-height: 42px;
  font-weight: 900;
  color: #fff;
  text-align: left;
  font-family: Augustus-Black, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-block__heading {
    font-size: 18px;
    line-height: 42px;
  }
}
.list-menu__item {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  font-family: Brown-Bold, sans-serif;
}
.footer__content-bottom-wrapper {
  flex-direction: row !important;
  padding: 0 !important;
}
.footer-block__details-content {
  color: #fff !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  max-width: 273px;
  font-family: Brown-Bold, sans-serif;
}
@media (max-width: 768px) {
  .footer-block__details-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
}
.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer-container {
    padding: 0 20px;
  }
}
.footer-block__newsletter-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Brown-Bold, sans-serif;
}
@media (max-width: 768px) {
  .footer-block__newsletter-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__newsletter .newsletter-form {
  position: relative;
  max-width: 392px;
}
.footer__newsletter .newsletter-form__field-wrapper {
  margin-top: 28px;
}
.footer__newsletter .newsletter-form__field-wrapper .field {
  position: relative;
  margin: 0;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid #fff;
  border-radius: 1000px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.footer__newsletter .newsletter-form__field-wrapper .field .field__input {
  background: 0 0;
  border: none;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: Brown-Bold, sans-serif;
  padding: 0;
  min-height: unset;
  width: 100%;
}
.footer__newsletter
  .newsletter-form__field-wrapper
  .field
  .field__input::placeholder {
  color: rgba(255, 255, 255, 0.74);
  opacity: 1;
}
.footer__newsletter .newsletter-form__field-wrapper .field .field__input:focus {
  outline: 0;
  box-shadow: none;
}
.footer__newsletter .newsletter-form__field-wrapper .field .field__label {
  display: none;
}
.footer__newsletter
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #ea9c4d;
  border: 1px solid #fff;
  border-radius: 75px;
  padding: 12px 24px;
  min-width: 135px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71140d;
  font-weight: 700;
  font-family: Brown-Bold, sans-serif;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.11);
  transition: background-color 0.3s ease;
}
.footer__newsletter
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button:hover {
  background-color: rgb(228.6180904523, 130.6281407035, 31.3819095477);
}
.footer__newsletter
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button
  .svg-wrapper {
  display: none;
}
.footer__newsletter
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button::after {
  content: "Subscribe...";
  display: block;
}
.footer__newsletter .form__message {
  margin-top: 10px;
  color: #fff;
}
footer .field:after {
  display: none;
}
.footer__content-bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.footer-container-copyright {
  justify-content: flex-start !important;
}
.footer-container-payment {
  justify-content: flex-end !important;
}
.footer__payment {
  margin-left: auto !important;
}
@media (max-width: 768px) {
  .footer__payment {
    margin-left: 0 !important;
  }
}
.copyright__content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: Brown-Bold, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .copyright__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-block__social-icons ul {
  justify-content: flex-start !important;
  padding: 0 !important;
  gap: 12px !important;
}
.footer-block__social-icons ul a {
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid #fff;
  border-radius: 1000px !important;
  transition: all 0.3s ease-in-out;
}
.footer-block__social-icons ul a:hover {
  background: #ea9c4d;
}
.footer-block__social-icons ul a:hover svg {
  color: #71140d !important;
}
.footer-block__social-icons ul a svg {
  color: #fff !important;
}
.footer__payment-image {
  max-width: 476px;
  max-height: 39px;
  aspect-ratio: 476/39;
}
@media (max-width: 768px) {
  .footer__payment-image {
    max-width: 316px;
    max-height: 26px;
  }
}
@media (max-width: 768px) {
  .footer__blocks-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-block {
    width: fit-content !important;
    margin: 0 !important;
  }
  .footer-block ul {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
