.footer_7_footer {
  padding: 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.footer_7_footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #303030;
  opacity: 10;
}
.footer_7_footer > div {
  position: relative;
}

.footer_7_footer_first {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_7_footer_first section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.footer_7_footer_logo a {
  display: inline-block;
  width: 300px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_7_footer_logo p {
  max-width: 800px;
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.footer_7_footer_right h3 {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer_7_copyright {
  padding: 24px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.85;
  color: #fff;
  text-align: center;
}

.footer_7_footer_nav li {
  padding: 0 0 10px;
}
.footer_7_footer_nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer_7_footer_nav a:hover {
  text-decoration: underline;
}

.footer_7_modal_darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.footer_7_modal_18 {
  width: 480px;
  height: auto;
  padding: 24px;
  text-align: center;
  background-color: #525252;
  position: fixed;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0 10px rgba(82, 82, 82, 0.8);
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 12px;
}
.footer_7_modal_18 h2 {
  padding: 0 0 20px;
  font-size: 32px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}
.footer_7_modal_18 p {
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
.footer_7_modal_18 .links {
  text-align: center;
  font-size: 0;
}
.footer_7_modal_18 .links a, .footer_7_modal_18 .links button {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 12px;
  border: none;
  font-size: 17px;
  line-height: 1.64;
  color: #1f1f23;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: -3px -3px 6px 0 rgba(255, 200, 39, 0.4), 3px 5px 8px 0 rgba(255, 82, 1, 0.2);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_7_modal_18 .links a:hover, .footer_7_modal_18 .links button:hover {
  transform: translate(0, -2px);
}
.footer_7_modal_18 .links a.deny, .footer_7_modal_18 .links button.deny {
  background: linear-gradient(0deg, #13a600 10%, #32cd32 110%);
}

.footer_7_modal_not {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0 40px rgba(0, 0, 0, 0.99);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.footer_7_modal_not p {
  height: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 4vw;
  text-align: center;
}

.footer_7_cookie_popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #000;
  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_7_cookie_popup .footer_7_cookie_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer_7_cookie_popup .footer_7_cookie_content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer_7_cookie_popup .footer_7_cookie_content p a {
  color: #000;
  text-decoration: underline;
}
.footer_7_cookie_popup .footer_7_cookie_content p a:hover {
  color: #000;
}
.footer_7_cookie_popup .footer_7_cookie_content .footer_7_btn_accept {
  background-color: #ff0052;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
}
.footer_7_cookie_popup .footer_7_cookie_content .footer_7_btn_accept:hover {
  background-color: #fff;
  color: #333;
}
.footer_7_cookie_popup.hidden {
  display: none;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .footer_7_footer_first section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_7_footer_nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0 0;
  }
  .footer_7_footer_nav li {
    width: 100%;
    padding: 0 0 16px;
    text-align: center;
  }
}
