/* Tutaj jest miejsce na Twoje style */
a {
  color: rgb(160, 104, 0);
}
.wrapper {
  background-position: bottom;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
strong {
  font-weight: 600;
  color: black;
}
.cta--gray {
  background: black;
}

.cta--gray:active {
  background: #3d3d3d;
}

.header__logos-wrapper {
  height: unset;
  /*   border-radius: 200px;
  max-width: 90%; */
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
  border-radius: 0 0 16px 16px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .header__logos-wrapper {
    border-radius: 200px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header__logos-wrapper {
    padding: 0;
    padding-left: 2%;
    padding-right: 2%;
    height: 90px;
  }
}

.header__logos-wrapper img {
  max-height: unset;
  margin: 4px 14px;
}

.header__logos-wrapper img#brand {
  height: 40px !important;
}

.header__logos-wrapper img#vendor1 {
  height: 14px !important;
  position: relative;
}

@media screen and (min-width: 375px) {
  .header__logos-wrapper img#brand {
    height: 50px !important;
  }

  .header__logos-wrapper img#vendor1 {
    height: 18px !important;
  }
}
@media screen and (min-width: 576px) {
  .header__logos-wrapper img#brand {
    height: 60px !important;
  }

  .header__logos-wrapper img#vendor1 {
    height: 24px !important;
  }
}
@media screen and (min-width: 1000px) {
  .header__logos-wrapper img#brand {
    height: 80px !important;
  }

  .header__logos-wrapper img#vendor1 {
    height: 34px !important;
  }
}
.section.top {
  margin-bottom: 0;
}
.top__clouds {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  animation: clouds2 3s infinite ease-in-out alternate;
  min-height: 200px;
}
.top__clouds-2 {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  transform: rotateY(180deg);
  animation: clouds 3s infinite ease-in-out alternate;
  opacity: 0.9;
  max-height: 230px;
}
@media screen and (min-width: 576px) {
  .top__clouds {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .top__clouds {
    min-height: 300px;
  }
}
@media screen and (min-width: 976px) {
  .top__clouds {
    min-height: 400px;
  }
}
@keyframes clouds {
  from {
    bottom: -60px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes clouds2 {
  from {
    bottom: -20px;
  }
  to {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .top__clouds,
  .top__clouds-2 {
    max-height: unset;
  }
}

.top__laptop-wrapper {
}
.top__laptop {
  width: 440px;
  position: absolute;
  top: -60px;
  right: 0;
  margin-right: -120%;
}

@media screen and (min-width: 476px) {
  .top__laptop {
    width: 530px;
    top: -80px;
    right: 0;
    margin-right: -120%;
  }
}
@media screen and (min-width: 768px) {
  .top__laptop {
    width: unset;
    margin-right: unset;
    position: absolute;
    top: -180px;
    left: -500px;
  }
}
@media screen and (min-width: 1400px) {
  .top__laptop {
    width: 1200px;
    top: -180px;
  }
}
.top__plane {
  width: 200px;
  position: absolute;
  right: 0;
  margin-right: -125.5%;
  top: -30px;
  animation: fly-in-mobile 2s infinite alternate ease-in-out;
}

@media screen and (min-width: 476px) {
  .top__plane {
    width: 240px;
    position: absolute;
    right: 0;
    margin-right: -118.5%;
    animation: fly-in-mobile476 2s infinite alternate ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .top__plane {
    width: unset;
    margin-right: unset;
    position: absolute;
    top: -114px;
    right: -240px;
    animation: fly-in768 2s infinite alternate ease-in-out;
  }
}
@media screen and (min-width: 976px) {
  .top__plane {
    right: -161.5px;
    animation: fly-in976 2s infinite alternate ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  .top__plane {
    right: -161.5px;
    animation: fly-in1200 2s infinite alternate ease-in-out;
  }
}
@media screen and (min-width: 1400px) {
  .top__plane {
    right: -80px;
    animation: fly-in1400 2s infinite alternate ease-in-out;
  }
}

@keyframes fly-in768 {
  from {
    top: -114px;
    right: -260px;
  }
  to {
    top: -60px;
    right: -250px;
    transform: skewY(-4deg);
  }
}
@keyframes fly-in976 {
  from {
    top: -114px;
    right: -146px;
  }
  to {
    top: -60px;
    right: -136px;
    transform: skewY(-4deg);
  }
}
@keyframes fly-in1200 {
  from {
    top: -114px;
    right: -56px;
  }
  to {
    top: -60px;
    right: -45.5px;
    transform: skewY(-4deg);
  }
}

@keyframes fly-in1400 {
  from {
    top: -114px;
    right: -76px;
  }
  to {
    top: -60px;
    right: -65px;
    transform: skewY(-4deg);
  }
}
@keyframes fly-in {
  from {
    top: -114px;
    right: -66px;
  }
  to {
    top: -60px;
    right: -55px;
  }
}
@keyframes fly-in-mobile {
  from {
    top: -30px;
    right: 0;
    margin-right: -124.7%;
  }
  to {
    top: -50px;
    right: 0;
    margin-right: -130%;
    transform: skewY(-4deg);
  }
}
@keyframes fly-in-mobile476 {
  from {
    top: -30px;
    right: 0;
    margin-right: -121.5%;
  }
  to {
    top: -50px;
    right: 0;
    margin-right: -124.5%;
    transform: skewY(-4deg);
  }
}
.intro {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .intro {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .intro {
    margin-top: -20px;
  }
}

.intro h5 {
  margin-bottom: 60px;
}
.steps {
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin-top: -180px;
  background-color: #dbdbdb;
  padding-bottom: 60px;
  max-width: 1920px;
}

.steps__item {
  position: relative;
}

.steps__item h4 {
  font-size: 1.7rem;
}
.steps__item h4,
.steps__item p,
.steps__item a {
  z-index: 1;
}

.steps__item img {
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
  object-fit: cover;
  max-height: unset;
  opacity: 0.5;
  margin: 0;
}

.steps h2 {
  margin-top: -40px;
}

.steps__item-1 img {
  height: 100%;
  width: 100%;
}
.steps__item-2 img {
  width: 100%;
}
.steps__item-3 img {
  width: 100%;
}

.steps__bg-top {
  position: absolute;
  top: -120px;
  width: 100%;
  z-index: -1;
  height: 120px;
  object-fit: cover;
  object-position: top;
}
.steps__bg-bottom {
  position: absolute;
  bottom: -120px;
  width: 100%;
  z-index: -1;
  height: 120px;
  object-fit: cover;
  object-position: bottom;
}

.steps__laptop {
  position: absolute;

  bottom: 540px;
  left: -80%;
}

@media screen and (min-width: 768px) {
  .steps__laptop {
    position: absolute;
    left: unset;
    right: 28%;
    bottom: 400px;
  }
}
@media screen and (min-width: 991px) {
  .steps__laptop {
    position: absolute;
    left: unset;
    right: 38%;
    bottom: 230px;
  }
}

@media screen and (min-width: 1200px) {
  .steps__laptop {
    position: absolute;
    left: unset;
    right: 60%;
    bottom: 160px;
  }
}

/* .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  top: 120px;
}

@media screen and (min-width: 576px) {
  .timeline {
    top: 20px;
  }
}

.timeline__top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.timeline__top-item {
  display: flex;
  align-items: flex-end;
}

.timeline__top-item:first-child {
  position: relative;
  width: 20%;
}
.timeline__top-item:nth-child(2) {
  position: relative;
  left: 14%;
  width: 20%;
}
.timeline__top-item:nth-child(3) {
  position: relative;
  left: 28%;
  width: 20%;
}
@media screen and (min-width: 576px) {
  .timeline__top-item:first-child {
    width: 30%;
  }
  .timeline__top-item:nth-child(2) {
    left: 10%;
    width: 30%;
  }
  .timeline__top-item:nth-child(3) {
    left: 10%;
    width: 30%;
  }
}

.timeline__bottom {
  width: 100%;
  display: flex;
  padding-top: 20px;
}

@media screen and (min-width: 576px) {
  .timeline__bottom-item br {
    display: none;
  }
}

.timeline__bottom-item:first-child {
  width: 20%;
}
.timeline__bottom-item:nth-child(2) {
  position: relative;
  left: 14%;
  width: 20%;
}
.timeline__bottom-item:nth-child(3) {
  position: relative;
  left: 28%;
  width: 20%;
}
@media screen and (min-width: 576px) {
  .timeline__bottom-item:first-child {
    width: 30%;
  }
  .timeline__bottom-item:nth-child(2) {
    left: 10%;
    width: 30%;
  }
  .timeline__bottom-item:nth-child(3) {
    left: 10%;
    width: 30%;
  }
}

.timeline__bottom-item h5 {
  font-weight: 200;
}

.timeline__dot {
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
  bottom: -24.5px;
} */
.app__timeline {
  margin-bottom: 64px;
  position: relative;
  top: 100px;
}

@media (max-width: 768px) {
  .app__timeline {
    margin-bottom: 24px;
  }
}

.app__timeline .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (max-width: 991px) {
  .app__timeline .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.app__timeline .timeline:after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #999999;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .app__timeline .timeline:after {
    width: 2px;
    height: 75%;
    left: 5px;
    top: 0;
  }
}

.app__timeline .timeline li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .app__timeline .timeline li {
    margin-bottom: 40px;
  }
}

.app__timeline .timeline li:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  z-index: 5;
}

@media (max-width: 991px) {
  .app__timeline .timeline li:after {
    top: 8px;
  }
}

.app__timeline .timeline li .timeline__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  font-weight: 600;
  padding-bottom: 40px;
  padding-right: 100px;
}

.app__timeline .timeline li .timeline__date {
  font-size: 18px;
}

@media screen and (min-width: 994px) {
  .timeline__date {
    height: 146px;
  }
}

@media (min-width: 320px) {
  .app__timeline .timeline li .timeline__date {
    font-size: calc(18px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .app__timeline .timeline li .timeline__date {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .app__timeline .timeline li .timeline__date {
    padding-left: 40px;
    padding-bottom: 0;
  }
}

.app__timeline .timeline li .timeline__content {
  font-size: 16px;
}

@media (min-width: 320px) {
  .app__timeline .timeline li .timeline__content {
    font-size: calc(16px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .app__timeline .timeline li .timeline__content {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .app__timeline .timeline li .timeline__content {
    padding-left: 40px;
  }
}

.prizes__bg {
  position: absolute;
  top: -100px;
  z-index: -2;
  width: 100vw;
  background-image: url("../../img/main/main__bg3.png");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 576px) {
  .prizes__bg {
    min-height: 1000px;
  }
}

.prizes h2 {
  margin-top: 80px;
}

.podium {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0 auto;
  height: 440px;
  max-width: 1600px;
  z-index: -1;
}

@media screen and (min-width: 576px) {
  .podium {
    height: 800px;
    top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .podium {
    height: 1000px;
  }
}

.prize-1,
.prize-2 {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .prize-1,
  .prize-2 {
    max-width: unset;
    text-align: unset;
  }
}

.main__banner {
  width: auto;
  height: 374px;
  background-image: url("../../img/main/sekcja-4-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  margin-top: -160px;
}

@media screen and (min-width: 768px) {
  .main__banner {
    width: 100%;
    height: 100%;
    background-image: url("../../img/main/sekcja-4-banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -420px;
  }
}

#video-poster {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../../img/main/poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.plyr__control--overlaid {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100px !important;
  width: 100px !important;
  color: black;
  border-radius: 200px;
}

.plyr__control--overlaid svg {
  width: 30px;
  height: 30px;
}

.plyr button {
  border-radius: 200px;
}

.features {
  margin-bottom: 40px;
}

.line1,
.line2,
.line3,
.line4,
.line5 {
  display: none;
}

#line1-info,
#line2-info,
#line3-info,
#line4-info,
#line5-info {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  text-align: center;
  margin: 14px 0;
  font-size: 16px;
  font-weight: 600;
}

#line1-info {
  margin-top: 60px;
}

.features__laptop-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 976px) {
  .line1,
  .line2,
  .line3,
  .line4,
  .line5 {
    display: unset;
  }
  #line1-info,
  #line2-info,
  #line3-info,
  #line4-info,
  #line5-info {
    text-align: unset;
    margin: unset;
  }
  .features__laptop-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 96%;
    flex-direction: row;
  }

  .features__laptop {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .features__line {
    position: absolute;
  }

  .features__line.line1 {
    left: 0;
    top: 110px;
  }
  #line1-info {
    position: absolute;
    left: 0;
    top: 50px;
    margin-top: unset;
  }
  .features__line.line2 {
    left: 0;
    top: 220px;
  }
  #line2-info {
    position: absolute;
    left: 0;
    top: 163px;
  }
  .features__line.line3 {
    left: 0;
    top: 330px;
  }
  #line3-info {
    position: absolute;
    left: 0;
    top: 273px;
  }
  .features__line.line4 {
    right: 0;
    top: 142px;
  }
  #line4-info {
    position: absolute;
    right: 40px;
    top: 83px;
  }
  .features__line.line5 {
    right: 0;
    top: 260px;
  }
  #line5-info {
    position: absolute;
    right: 60px;
    top: 202px;
  }
}

.footer {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 660px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .footer {
    height: 560px;
    justify-content: center;
  }
}

.footer .more {
  position: relative;
  top: 200px;
}

@media screen and (min-width: 576px) {
  .footer .more {
    position: relative;
    top: unset;
  }
}

.footer__bg {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  object-position: 50% top;
}

.footer__laptop-left {
  position: absolute;

  width: 300px;
  object-fit: contain;
  right: 30%;
  top: 60%;
}
.footer__laptop-right {
  position: absolute;
  width: 310px;
  object-fit: contain;
  left: 40%;
  top: 64%;
}

@media screen and (min-width: 576px) {
  .footer__laptop-left {
    width: 400px;

    right: 50%;
    top: 50%;
  }
  .footer__laptop-right {
    width: 410px;

    left: 50%;
    top: 48%;
  }
}

@media screen and (min-width: 768px) {
  .footer__laptop-left {
    width: 600px;

    right: 60%;
    top: 30%;
  }
  .footer__laptop-right {
    width: 510px;

    left: 64%;
    top: 30%;
  }
}

.sketch-01 {
  position: absolute;
  top: 38%;
  left: 0;
  max-height: 1500px;
  z-index: -1;
  max-width: 300px;
}

.sketch-02 {
  position: absolute;
  top: 56%;
  right: 0;
  max-height: 1800px;
  height: 100%;
  z-index: -1;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .sketch-01,
  .sketch-02 {
    max-width: unset;
  }
  .sketch-02 {
    top: 33%;
  }
}
