.footer_9_footer {
  padding: 0 0;
  background-color: #000000;
  position: relative;
}

.footer_9_copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #000000;
  text-align: center;
}
.footer_9_copyright div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 1px 1px 0 1px;
  clip-path: polygon(0% 0%, 94% 0%, 100% 100%, 0% 100%, 0% 100%, 6% 0%);
}
.footer_9_copyright p {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 40px;
  clip-path: polygon(0% 0%, 94% 0%, 100% 100%, 0% 100%, 0% 100%, 6% 0%);
}

.footer_9_footer_first {
  padding: 20px 0 20px;
}
.footer_9_footer_first section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.footer_9_footer_first h3 {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 10);
  font-weight: 600;
  text-transform: uppercase;
}
.footer_9_footer_first li {
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}
.footer_9_footer_first li:last-child {
  padding: 0;
}
.footer_9_footer_first a {
  color: rgba(255, 255, 255, 10);
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_9_footer_first a:hover {
  color: #ffffff;
}
.footer_9_footer_first .phone {
  padding: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.footer_9_footer_first .phone a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_9_footer_first .phone a:hover {
  color: #ffffff;
}

.footer_9_footer_logo {
  padding: 0 0 0 0;
}
.footer_9_footer_logo a {
  display: inline-block;
  width: 200px;
  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_9_up_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_9_up_button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.99);
}
.footer_9_up_button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg) translate(2px, -2px);
}

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

.footer_9_modal_18 {
  width: 1000px;
  height: auto;
  max-width: 130vw;
  padding: 24px;
  text-align: center;
  background-color: #000;
  position: fixed;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0 10px rgba(112, 101, 214, 1);
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 12px;
}
.footer_9_modal_18 h2 {
  padding: 0 0 20px;
  font-size: 32px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}
.footer_9_modal_18 p {
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
.footer_9_modal_18 .links {
  text-align: center;
  font-size: 0;
}
.footer_9_modal_18 .links a, .footer_9_modal_18 .links button {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 12px;
  border: none;
  font-size: 17px;
  line-height: 1.64;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg, #4b4869 40%, #4b4869 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_9_modal_18 .links a:hover, .footer_9_modal_18 .links button:hover {
  transform: translate(0, -2px);
}
.footer_9_modal_18 .links a.deny, .footer_9_modal_18 .links button.deny {
  background: linear-gradient(0deg, #0d0d12 10%, #0d0d12 110%);
}

.footer_9_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_9_modal_not p {
  height: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 4vw;
  text-align: center;
}

.footer_9_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(255, 255, 255, 0.3);
  width: 80%;
  max-width: 1300px;
  z-index: 1000;
}
.footer_9_cookie_popup .footer_9_cookie_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer_9_cookie_popup .footer_9_cookie_content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer_9_cookie_popup .footer_9_cookie_content p a {
  color: #fff;
  text-decoration: underline;
}
.footer_9_cookie_popup .footer_9_cookie_content p a:hover {
  color: #fff;
}
.footer_9_cookie_popup .footer_9_cookie_content .footer_9_btn_accept {
  background-color: #cdf7ff;
  color: #060d15;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
  font-weight: 600;
}
.footer_9_cookie_popup .footer_9_cookie_content .footer_9_btn_accept:hover {
  background-color: #fff;
  color: #060d15;
}
.footer_9_cookie_popup.hidden {
  display: none;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .footer_9_footer_first section {
    flex-wrap: wrap;
  }
  .footer_9_footer_first article {
    width: 100%;
    padding: 0 0 16px;
  }
  .footer_9_footer_logo {
    order: 3;
  }
}
