.nav-container img {
  filter: none;
}
.nav-container .fold-poland img {
  filter: brightness(1) invert(1) !important;
  -webkit-filter: brightness(0) invert(1) !important;
}

#nav-list.nav-list2 .white {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: rgb(0, 0, 0) solid 2px;
  transition: 0.2s;
  margin-bottom: 0;
}

.fold-poland {
  background-color: #7a2973;
  color: #fff;
}

.nav-list2 {
  color: black;
}

.dropdown .i-dropdown-arrow.left::before {
  background-color: black;
}

a.marking-line::before {
  background-color: #7a2973;
}

.nav-container i::before {
  background-color: #000;
}

.scene {
  position: relative;
  width: 518px;
  height: 449px;
}

.video-mask {
  width: 518px;
  height: 449px;
  position: relative;
  overflow: hidden;
  -webkit-mask: url("data:image/svg+xml,%3csvg width='518' height='449' viewBox='0 0 518 449' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect width='261.818' height='448.485' rx='20' transform='matrix(-1 0 0 1 389.723 0)' fill='white'/%3e %3crect width='95' height='323' rx='20' transform='matrix(-1 0 0 1 518 63.4844)' fill='white'/%3e %3crect width='95' height='323' rx='20' transform='matrix(-1 0 0 1 95 63.4844)' fill='white'/%3e %3c/svg%3e")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3csvg width='518' height='449' viewBox='0 0 518 449' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect width='261.818' height='448.485' rx='20' transform='matrix(-1 0 0 1 389.723 0)' fill='white'/%3e %3crect width='95' height='323' rx='20' transform='matrix(-1 0 0 1 518 63.4844)' fill='white'/%3e %3crect width='95' height='323' rx='20' transform='matrix(-1 0 0 1 95 63.4844)' fill='white'/%3e %3c/svg%3e")
    center / 100% 100% no-repeat;

  filter: hue-rotate(50deg) saturate(100%);
  mask-mode: luminance;
}

.video-mask > video,
.video-mask > #video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer {
  position: absolute;
  pointer-events: none;
}

.astronaut {
  width: 389px;
  top: -33px;
  right: 127px;
}
.mask {
  width: 249px;
  height: 322px;
  overflow: hidden;
  right: -157px;
  position: absolute;
  top: 63px;
}

.server-card-price-holder h3 {
  font-size: 40px;
}

.planet {
  width: 220px;
  top: 29px;
  right: 100px;
  animation: przesuwanie 22s linear forwards;
}

@keyframes przesuwanie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(65px);
  }
}

.power-cube {
  width: 217px;
  bottom: 220px;
  right: 336px;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.check-more {
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 100px;
  width: 100%;
}

.buttons-row:has(.check-more) {
  margin-top: 0;
}

@media (max-width: 1350px) {
  .check-more {
    margin-left: var(--padding-bigger);
    margin-right: var(--padding-bigger);
  }
  .standard-vps-banner.mini-banner {
    margin: 20px var(--padding-bigger);
  }
}

@media (max-width: 520px) {
  .buttons-row:has(.check-more) {
    position: relative;
    top: -120px;
  }
  .check-more {
    margin-bottom: 0;
  }
}
