.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: 487px;
  height: 485px;
}

.video-mask {
  width: 518px;
  height: 449px;
  position: relative;
  overflow: hidden;
  -webkit-mask: url("data:image/svg+xml,%3csvg width='454' height='448' viewBox='0 0 454 448' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M278.996 20C278.996 8.95431 270.042 0 258.996 0H20C8.95431 0 0 8.95431 0 20V428C0 439.046 8.95431 448 20 448H258.996C270.042 448 278.996 439.046 278.996 428V20Z' fill='white'/%3e%3cpath d='M454.004 75C454.004 63.9543 445.05 55 434.004 55H332C320.954 55 312 63.9543 312 75V373C312 384.046 320.954 393 332 393H434.004C445.05 393 454.004 384.046 454.004 373V75Z' fill='white'/%3e%3c/svg%3e")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3csvg width='454' height='448' viewBox='0 0 454 448' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M278.996 20C278.996 8.95431 270.042 0 258.996 0H20C8.95431 0 0 8.95431 0 20V428C0 439.046 8.95431 448 20 448H258.996C270.042 448 278.996 439.046 278.996 428V20Z' fill='white'/%3e%3cpath d='M454.004 75C454.004 63.9543 445.05 55 434.004 55H332C320.954 55 312 63.9543 312 75V373C312 384.046 320.954 393 332 393H434.004C445.05 393 454.004 384.046 454.004 373V75Z' 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;
}

.gpu {
  width: 635px;
  top: -50px;
  right: -130px;
}

.gpu-mask {
  width: 470px;
  height: 560px;
  overflow: hidden;
  right: 176px;
  position: absolute;
  top: -70px;
}

.planets-mask {
  width: 268px;
  height: 339px;
  overflow: hidden;
  right: -125px;
  position: absolute;
  top: 55px;
}

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

.planet-big {
  width: 355px;
  top: -14px;
  right: 25px;
}

.planet-small {
  width: 142px;
  top: 226px;
  right: 114px;
  transform: rotate(40deg) !important;
}

.buttons-row {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.info-section .blog-title {
  text-align: left;
  margin: 0px 0px 40px 0px;
}

.info-section img {
  height: 225px;
}

.info-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1280px;

  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.map_contact-container {
  justify-content: center !important;
  margin-top: 100px;
  padding-top: 80px;
  align-content: center;
}

.map_contact-container h2 {
  margin-bottom: 0 !important;
  width: 70% !important;
}

#offer-section .offer-row {
  margin-top: 135px;
  margin-bottom: -200px;
}

.special-offer-holder {
  margin: 0 0 -10px 0;
}

.wide-form {
  margin-top: 0px !important;
}

.title-contact {
  color: #fff;
}

.offer-row {
  bottom: 100px !important;
}

.offer-box.wide {
  max-width: 450px;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  padding: 45px;
}

.offer-box.wide h6 {
  text-align: center !important;
}

.offer-box.wide span {
  max-width: 100%;
}

.offer-box.wide img {
  max-height: 140px;
  height: 110%;
}

.offer-box.wide .offer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-container {
  margin: 140px auto 0px auto;
  max-width: 1280px;
  display: block;
}

.process-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-holder {
  margin: 50px 0px 0px 0px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}

.process-holder img {
  height: 85px;
}

.process-holder h6 {
  margin: 10px auto;
}

@media (max-width: 1300px) {
  .content-container {
    margin: 140px 8%;
  }

  .info-container {
    margin: auto 8%;
  }
}

@media (max-width: 1020px) {
  .offer-box.wide {
    width: 80% !important;
    padding: 30px 20px;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .process-holder h6 {
    font-size: 22px;
  }

  .process-holder .description-large {
    font-size: 16px;
  }
  .process-holder img {
    height: 60px;
  }

  .content-container {
    margin: 80px 8%;
  }

  .process-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .map_contact-container .title-contact {
    width: 100% !important;
  }
  .info-section {
    margin-top: -100px;
  }

  .info-container {
    flex-direction: column;
  }

  .info-container h2 {
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .swipe-dots {
    bottom: -50px !important;
  }
}
