body.dark-mode .scrolled {
  border-bottom: 1px solid rgb(var(--color-blue-gray-RGB));
  background: linear-gradient(
    to bottom,
    rgb(var(--color-blue-gray-RGB)),
    rgb(var(--color-blue-black-RGB))
  );
}
body.dark-mode .scrolled img#logo,
body.dark-mode .bar-mobile img.logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
body.dark-mode .scrolled-text {
  color: rgb(var(--color-text-base-RGB));
}
body.dark-mode .nav-container.scrolled .fold-poland {
  background-color: white;
  color: black;
}
body.dark-mode .nav-container.scrolled .fold-poland img {
  -webkit-filter: none !important;
  filter: none !important;
}

body.dark-mode #nav-list.nav-list2.scrolled-text .white {
  color: black;
  background-color: rgb(var(--color-guest-action-RGB));
  border: rgb(var(--color-guest-action-RGB)) solid 2px;
}
body.dark-mode #nav-list.nav-list2.scrolled-text .black {
  color: white;
  border: white solid 2px;
}

body.dark-mode .main-baner-container---vps.-ryzen {
  transition: 1.8s cubic-bezier(1, 0, 1, 0);
  background-image: url("/static/guests/images/typing_baner_img/main-baner-background---vps_ryzen-light.8154a283d3d0.avif");
}

body.dark-mode .popup {
  background: rgba(var(--color-box-bg-RGB));

  color: rgb(var(--color-text-base-RGB));
}

body.dark-mode .offer-box {
  background: linear-gradient(
    to bottom,
    rgb(var(--color-blue-gray-RGB)),
    rgb(var(--color-blue-black-RGB))
  );
}
body.dark-mode .offer-box.transparent {
  background: rgba(0, 0, 0, 0);
}
body.dark-mode form.vps-text {
  background: linear-gradient(
    to bottom,
    rgb(var(--color-blue-gray-RGB)),
    rgb(var(--color-blue-black-RGB))
  );
}
body.dark-mode .home-contact {
  background: linear-gradient(
    to bottom,
    rgb(var(--color-blue-gray-RGB)),
    rgb(var(--color-blue-black-RGB))
  );
}
body.dark-mode .faq-container details {
  background-color: rgb(var(--color-box-bg-RGB));
}

body.dark-mode .map_contact-container {
  background-image: url("/static/guests/images/wave-tech-back-orange.90af799aed9d.webp");
}
body.dark-mode select,
body.dark-mode span.select2-container {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
}
body.dark-mode .close-button {
  filter: invert(1);
}
body.dark-mode #polish-capital {
  filter: invert(1);
}
body.dark-mode #polska-chmura {
  display: none;
}
body.dark-mode #polska-chmura-dark {
  display: block;
}
body.dark-mode #korbank-data-center {
  filter: invert(1);
}
body.dark-mode .nav-logo-img,
body.dark-mode .nav-logo-img-mobile,
body.dark-mode #done-icon {
  filter: brightness(0) invert(1);
}

body.dark-mode select:disabled {
  background-image: none !important;
  cursor: inherit;
}
