/* Tutaj jest miejsce na Twoje style */
#app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#app button {
  padding: 32px;
  margin: 12px;
  background: #1a1a1a;
  border-radius: 16px;
  border: 1px solid #333333;
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

#app button:hover {
  opacity: 1 !important;
}

#app button:active {
  background: #333333;
}

#app .wizard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#app .wizard__title {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}

#app .wizard > * {
  flex: 1 1 164px;
}

@media screen and (min-width: 768px) {
  #app .wizard > * {
    min-width: 186px;
    flex: 1 1 25%;
  }
}

#app .wizard__finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1a1a1a;
  border-radius: 16px;
  border: 1px solid #333333;
  color: #ffffff;
  transition: 0.2s ease-in-out;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  #app .wizard__finish {
    padding: 56px 64px;
  }
}

#app .wizard__finish-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#app .wizard__finish-content img {
  max-width: 100%;
  object-fit: contain;
}

#app .wizard__finish-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.wizard__finish-content h3 {
  font-weight: 600;
  color: #fff;
  font-size: 2.6rem;
}

.wizard__finish-content p {
  color: #fff;
  font-weight: 200;
}

.wizard__finish-content p span {
  font-weight: 600;
  color: #fff;
}

.wizard__finish-content a {
  margin-top: 6px;
}

.wizard__restart {
  opacity: 1;
  cursor: pointer;
  margin-top: 32px !important;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 200px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 200;
}

.wizard__restart:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  opacity: 1;
}

.wizard__restart svg {
  margin-right: 5px;
}

.wizard__restart:hover svg {
  position: relative;
  left: -2px;
}

.app__gfx {
  position: absolute;
  left: 60%;
  top: -264px;
  z-index: -1;
}

.gamer__reviews h2 {
  margin-bottom: 64px;
}

.gamer__reviews-slide {
  height: unset;
}

.gamer__reviews-slider {
  display: flex;
}

.gamer__reviews-slide-card {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}

.gamer__reviews-logodate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  height: 42px;
}

.gamer__reviews-logodate img {
  height: 42px;
}

.gamer__reviews-logodate span {
  color: #773dbd;
}

.gamer__reviews p {
  text-align: start;
}

.gamer__reviews-author {
  margin-top: auto;
}

.gamer__reviews-author p {
  margin-top: 32px;
  font-size: 14px !important;
}

.tns-nav button {
  margin: 0 3px;
  height: 10px;
  width: 10px;
  background-color: #333333;
  border: none;
  border-radius: 200px;
  transition: 0.2s;
}

.tns-nav button.tns-nav-active {
  background-color: #a1a1a1;
  width: 32px;
}

.tns-nav {
  text-align: center;
  margin-top: 16px;
}

.tns-nav button {
  opacity: 0.4;
}

button.tns-nav-active {
  opacity: 1;
}

.divider {
  margin-top: 34px;
}

.features {
  margin-bottom: 0;
}

.products__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 24px;
}

.products__item-price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 300;
  margin-left: 16px;
  font-size: 2rem;
}

.products__item-price .new-price {
  font-size: 3rem;
  font-weight: 600;
}

.discount {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}
