.footer_4_main_footer {
  padding: 0 0 0;
  background-color: #696969;
  position: relative;
}

.footer_4_footer_first {
  padding: 30px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.footer_4_footer_first section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.footer_4_footer_articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
  color: #fff;
}
.footer_4_footer_articles h3 {
  padding: 0 0 16px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: serif;
}
.footer_4_footer_articles h4 {
  max-width: 320px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.footer_4_footer_articles li {
  margin: 0 0 12px;
}
.footer_4_footer_articles li a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_4_footer_articles li a:hover {
  color: #b99d75;
}
.footer_4_footer_articles p {
  max-width: 320px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.footer_4_footer_second {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer_4_footer_second section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.footer_4_footer_second li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.footer_4_footer_second a {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_4_footer_second a:hover {
  color: #b99d75;
}
.footer_4_footer_second .copyright {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.footer_4_cookie_popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 500px;
  z-index: 1000;
}
.footer_4_cookie_popup .footer_4_cookie_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer_4_cookie_popup .footer_4_cookie_content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer_4_cookie_popup .footer_4_cookie_content p a {
  color: #b99d75;
  text-decoration: underline;
}
.footer_4_cookie_popup .footer_4_cookie_content p a:hover {
  color: #fff;
}
.footer_4_cookie_popup .footer_4_cookie_content .footer_4_btn_accept {
  background-color: #b99d75;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
}
.footer_4_cookie_popup .footer_4_cookie_content .footer_4_btn_accept:hover {
  background-color: #fff;
  color: #333;
}
.footer_4_cookie_popup.hidden {
  display: none;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .footer_4_footer_articles {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer_4_footer_articles h3 {
    font-size: 18px;
  }
  .footer_4_footer_articles h4 {
    margin: 0 auto;
  }
  .footer_4_footer_articles p {
    margin: 0 auto;
  }
  .footer_4_footer_second section {
    flex-wrap: wrap;
  }
  .footer_4_footer_second .copyright {
    width: 100%;
    text-align: center;
  }
  .footer_4_footer_second ul {
    width: 100%;
    padding: 0 0 12px;
    text-align: center;
  }
  .footer_4_footer_second li {
    padding: 0 12px;
  }
}
