/* Tutaj jest miejsce na Twoje style */
h5 {
  margin-bottom: 20px;
  font-weight: 300;
}

body {
  background-color: #f5fbff;
}

h2 {
  font-weight: 600;
}

.disclaimer {
  font-size: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.footer {
  position: relative;
  margin-bottom: 48px;
  margin-top: 60px;
}

.footer img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 32px;
}

.steps__card {
  max-width: 1270px;
  padding: 60px 32px;
  font-weight: 400;
  box-shadow: none;
}

.gfx {
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}

.gfx--1 {
  margin-top: 86px;
  top: 60vh;
  left: -264px;
}

.gfx--2 {
  right: -164px;
  margin-top: 186px;
}

.gfx--prod {
  opacity: 0.2;
  width: 100%;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.2s linear;
  border-radius: 16px;
}

.packshot {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 32px;
  position: relative;
}

.consent-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  padding: 6px;
}

.consent-wrapper label {
  pointer-events: all;
  user-select: none;
}

.consent-wrapper input {
  width: 16px;
  height: 16px;
}

.consent-wrapper > * {
  cursor: pointer;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-wrapper input {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgb(204, 204, 204);
  padding: 12px;
  padding-right: 32px;
  min-width: 260px;
}

.input-wrapper .cta {
  margin-top: 0;
  margin-left: -24px;
  min-height: 50px;
}

.cta-link {
  color: #0067c7;
}

.cta-link:hover {
  color: #0067c7;
  text-decoration: underline;
}

.top__box {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  padding: 42px 60px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: -32px;
}

p {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .top__box {
    padding-top: 40px;
  }
  .steps__card {
    box-shadow: 0 30px 30px #00478810;
  }
}

.top__box a img {
  margin-bottom: 32px;
  max-width: 150px;
}

.top__box h1 {
  margin-bottom: 10px;
}

.top__box .cta {
  margin-top: auto;
}

.hero {
  position: relative;
  background: linear-gradient(transparent, #f5fbff), url("../../img/main/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 60px 0 80px;
}

.hero h1 {
  font-weight: 600;
}

.hero__pack {
  position: absolute;
  width: 480px;
  max-width: 80%;
  z-index: 2;
  bottom: -32px;
  display: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  .hero__pack {
    display: block;
    width: 320px;
    bottom: 0;
  }
  .hero {
    padding: 110px 0;
  }
  p {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .hero__pack {
    width: 480px;
  }
}

.hero__pack--left {
  right: 66%;
}

.hero__pack--right {
  left: 72%;
}

@media (min-width: 1320px) {
  .hero__pack--left {
    right: 58%;
  }

  .hero__pack--right {
    left: 64%;
  }
}

@media (min-width: 1600px) {
  .hero__pack--left {
    right: 58%;
  }

  .hero__pack--right {
    left: 62%;
  }
}

@media (min-width: 1800px) {
  .hero__pack--right {
    left: 60%;
  }
}

.top .top__copy h4 {
  max-width: 420px;
  margin-bottom: 24px;
}

.top .top__copy h1 {
  font-size: 1.8rem;
}

.top .top__copy h2 {
  font-size: 1.4rem;
}

.top__box-pack {
  width: 420px;
  max-width: 60%;
  margin-bottom: 32px !important;
  display: block;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  .top__box-pack {
    display: none;
  }
}
