@import url("../../settings/color-root.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
li,
ul {
  list-style-type: none;
  padding: 0;
}
html {
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans", "Tahoma", sans-serif;
  font-weight: 400;
  /* background: radial-gradient(
      1200px 800px at 80% -10%,
      #34495e 0,
      var(--bg) 52%
    )
    no-repeat fixed; */
}
/* header */
/* header.site {
  background: linear-gradient(
    135deg,
    var(--aquamarine) 0%,
    var(--primary-dark) 100%
  );
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
} */
button {
  /* background: transparent; */
  border: 0;
}
.burger {
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  height: fit-content;
}
.burger img {
  width: 30px;
  height: 30px;
}
.brand {
  white-space: normal;
  color: var(--text-light);
  transition: all 0.3s ease;
}
.brand img {
  transition: transform 0.3s ease;
}
.nav-item {
  color: var(--text-light) !important;
  transition: all 0.3s ease;
}
.nav-item img {
  width: 18px;
}

/* footer */
.footer-brand {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
}
.footer-brand:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: 0 0 0 6px rgba(var(--bs-primary-rgb), 0.12);
  display: inline-block;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}
footer.site {
  background: linear-gradient(
    180deg,
    rgba(var(--bs-primary-rgb), 0.1),
    rgba(var(--bs-primary-rgb), 0.03)
  );
  color: var(--text-primary);
  border-top: 1px solid rgba(var(--bs-primary-rgb), 0.25);
  overflow: hidden;
}
.footer-bar__contacts {
  background: rgba(255, 255, 255, 0.7);
}
.footer-bar__links {
}
.contacts-list__item {
}
.contacts-list__item:last-child {
}
.links-item {
  color: var(--text-secondary);
  opacity: 1;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
  background: rgba(255, 255, 255, 0.55);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.footer-bar__social {
  background: linear-gradient(135deg, var(--neutral-950), var(--neutral-850));
  color: var(--text-light);
}


.btn-contact {
  background: var(--primary);
  border-color: var(--primary);

}
.btn-outline-price {
  border-color: var(--secondary);
  color: var(--secondary-dark);
}
.btn-outline-price:hover {
  background: var(--secondary);
}

.packages {
  position: relative;
  isolation: isolate;
}

.packages::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    135deg,
    var(--primary-bg) 0%,
    var(--secondary-bg) 100%
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: -200px;
  right: -200px;
  opacity: 0.15;
  z-index: 0;
}

.packages::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(
    45deg,
    var(--accent-bg) 0%,
    var(--info-bg) 100%
  );
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: -150px;
  left: -150px;
  opacity: 0.12;
  z-index: 0;
}

@keyframes pulseGlow_a8f2n6q9r1t {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.25);
  }
  50% {
    box-shadow: 0 0 35px 0 rgba(59, 130, 246, 0.45);
  }
}

@keyframes gradientFlow_k3m9p2x7q {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


@media (max-width: 991px) {
  .footer-bar__contacts {
    width: 100%;
    max-width: 410px;
  }
}
