.elementor-722 .elementor-element.elementor-element-48d3111{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-722 .elementor-element.elementor-element-03c58d0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-722 .elementor-element.elementor-element-48d3111{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-ad75fd9 *//* ===============================
   FOOTER BASE
================================*/
.custom-footer {
  background: #031314;
  color: white;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}

/* GRID */
.footer-wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Disable pointer-block from BG */
.custom-footer::before,
.custom-footer::after {
  pointer-events: none !important;
}

/* BACKGROUND GRID */
.custom-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16,167,179,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,167,179,0.05) 1px, transparent 1px);
  background-size: 140px 140px;
  animation: gridMove 22s linear infinite;
}
@keyframes gridMove {
  from { background-position: 0 0; }
  to   { background-position: 140px 140px; }
}

/* SCAN LINE */
.custom-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 300%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0,255,255,0) 0%,
    rgba(0,255,255,0.12) 50%,
    rgba(0,255,255,0) 100%
  );
  animation: scanWave 15s linear infinite;
}
@keyframes scanWave {
  from { transform: translateX(-40%); }
  to   { transform: translateX(40%); }
}

/* ===============================
   LEFT COLUMN
================================*/
.footer-left h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.footer-left a {
  color: #10A7B3;
  font-size: 22px;
  text-decoration: none;
}
.footer-left a:hover {
  text-shadow: 0 0 10px #10A7B3;
}

/* ===============================
   SOCIAL ICONS
================================*/
.social-list {
  display: flex;
  gap: 22px;
  margin-top: 18px;
}

.social-list img {
  width: 34px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: 0.25s;
}
.social-list img:hover {
  opacity: 1;
  filter: drop-shadow(0 0 8px #10A7B3);
  transform: scale(1.2);
}

/* ===============================
   CENTER LOGO
================================*/
.footer-center {
  text-align: center;
  opacity: 0.18;
}
.footer-center img {
  width: 230px;
  user-select: none;
}

/* ===============================
   MENU (RIGHT)
================================*/
.footer-right {
  min-width: 140px;
}

.footer-right h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.footer-right a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.25s;
}
.footer-right a:hover {
  color: #10A7B3;
  text-shadow: 0 0 10px #10A7B3;
}

/* ===============================
   BOTTOM
================================*/
.footer-bottom {
  width: 90%;
  max-width: 1500px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  opacity: 0.9;
}

.footer-bottom a {
  color: #10A7B3;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-shadow: 0 0 10px #10A7B3;
}

/* ===============================
   TABLET (600–1024px)
================================*/
@media (max-width: 1024px) {

  .footer-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;
  }

  .footer-left h3,
  .footer-right h3 {
    font-size: 22px;
  }

  .footer-left a,
  .footer-right a {
    font-size: 18px;
  }

  .footer-center img {
    width: 200px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* ===============================
   MOBILE (<600px)
================================*/
@media (max-width: 600px) {

  .custom-footer {
    padding: 60px 0 30px;
  }

  .footer-left h3,
  .footer-right h3 {
    font-size: 20px;
  }

  .footer-left a,
  .footer-right a {
    font-size: 16px;
  }

  .social-list img {
    width: 30px;
  }

  .footer-center img {
    width: 150px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03c58d0 *//* OVERLAY (blur background) */
.cookie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    z-index: 9998;
}

.cookie-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* POPUP */
.cookie-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    background: #031314;
    border: 2px solid #14A6AE;
    color: #fff;
    width: 340px;
    padding: 25px;
    border-radius: 14px;
    opacity: 0;
    transition: 0.35s ease;
    z-index: 9999;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.cookie-popup.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* BUTTON */
.cookie-btn {
    margin-top: 18px;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    background: #14A6AE;
    border: none;
    font-size: 18px;
    color: #000;
    font-family: 'Russo One', sans-serif;
    cursor: pointer;
    transition: 0.25s ease;
}

.cookie-btn:hover {
    background: #0dd2e3;
    box-shadow: 0 0 12px #14A6AE;
}

/* LINKS */
.cookie-link {
    margin-top: 12px;
    font-size: 14px;
    color: #ccc;
}

.cookie-link a {
    color: #14A6AE;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}

.cookie-link a:hover {
    color: #19d8e6;
    text-shadow: 0 0 6px #19d8e6;
}

/* POPUP */
.cookie-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    background: #031314;
    border: 2px solid #14A6AE;
    color: #fff;
    width: 340px;
    padding: 25px;
    border-radius: 14px;
    opacity: 0;
    transition: 0.35s ease;
    z-index: 9999;
    text-align: center;
    font-family: 'Oswald', sans-serif;

    /* ВАЖНО: не ловим клики, пока попап скрыт */
    pointer-events: none;
}

.cookie-popup.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);

    /* когда показан — начинаем ловить клики */
    pointer-events: auto;
}/* End custom CSS */