/* Tutaj jest miejsce na Twoje style */
.top__copy {
  display: inline-flex;
  padding: 16px;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(47, 121, 150, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  /* border-radius: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media screen and (min-width: 576px) {
  .top__copy {
    padding: 32px 42px 26px 32px;
  }
}

@media screen and (min-width: 1200px) {
  .top__copy {
    top: 0;
  }
}

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

@media screen and (min-width: 576px) {
  .top__copy h1 {
    margin: 0;
    line-height: 1.3;
    font-size: 2.2rem;
  }
}

.gfx {
  position: absolute;
}

#gfx-1 {
  bottom: 2%;
  right: 12%;
  width: 100%;
  max-width: 186px;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  #gfx-1 {
    max-width: 232px;
    bottom: 6%;
  }
}
@media screen and (min-width: 992px) {
  #gfx-1 {
    bottom: 10%;
  }
}

#gfx-2 {
  left: 0;
  top: 0;
  width: 100%;
  max-width: 800px;
}

.main__grid {
  display: flex;
  gap: 12px;

  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .main__grid {
    flex-direction: row;
  }
}

.main__grid div:first-child {
  flex-basis: 43%;
  position: relative;
  min-height: 420px;
}
.main__grid div:first-child img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.main__grid div:nth-child(2) {
  flex-basis: 14%;
}
.main__grid div:nth-child(3) {
  flex-basis: 43%;
}
.main__grid-text-box {
  background: rgba(0, 89, 63, 0.8);
  padding: 32px;
  display: block;
  min-height: unset !important;
  z-index: 1;
}

.main__grid-text p {
  color: #fff;
  margin: 0;
}

.main__grid-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main__grid-gallery img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__grid-video {
  position: relative;
  min-height: 300px;
}

.main__grid-video img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.main__wrapper {
  margin-top: 12px;
}

.main {
  background: black;
  padding: 40px 0 40px 0;
  position: relative;
}

.main__wrapper {
  background: #fff;
  padding: 32px 10%;
  max-width: unset;
}

.main__wrapper img {
  box-shadow: none;
}

.gfx-3 {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

#gfx--top {
  left: 50%;
  transform: translateX(-50%);
  max-width: 150px;
  bottom: -32px;
}

@media (min-width: 576px) {
  #gfx--top {
    left: 10%;
    bottom: 5%;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  #gfx--top {
    left: 10%;
    bottom: 5%;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  #gfx--top {
    left: 20%;
    bottom: 5%;
    z-index: 1;
  }
}

#gfx--top-2 {
  max-width: 150px;
}

@media (min-width: 576px) {
  #gfx--top-2 {
    right: 10%;
    top: 5%;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  #gfx--top-2 {
    right: 10%;
    top: 5%;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  #gfx--top-2 {
    right: 20%;
    top: 5%;
    z-index: 1;
  }
}

.divider {
  position: absolute;
  bottom: -1px;
  height: 90px;
  width: 100%;
  clip-path: polygon(-1% 100%, 100% 30%, 100% 100%, 0 100%);
}

.tile-packs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tile-packs img {
  max-width: 80%;
}

.tile--background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(47, 121, 150, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  /* border-radius: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 20px;
}

.banner__card {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: center;

  text-align: center;
}

@media (min-width: 768px) {
  .banner__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: start;
  }
}

.banner__card h1 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .banner__card h1 {
    margin-bottom: 0;
  }
}

.banner__card .cta {
  padding: 0 20px 0 30px;
  height: 46px;
}

.advent-calendars {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #print {
    height: 64px;
    width: 232px;
    z-index: 0;
    position: relative;
  }
}

.cta--red {
  background: #c50e00;
  color: #fff;
  border-radius: 6px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  line-height: 42px;
  padding: 16px 40px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cta--red p {
  margin-right: 10px;
}

.cta--red:hover {
  background: #b10c00;
  color: #fff;
}

.bg--dark {
  padding: 20px;
  min-height: 450px;
  background-color: #000000;
  background-image: url("../../img/main/bg-dark.jpg?v=3.2");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}

.bg--pink {
  padding: 20px;
  min-height: 450px;
  background-color: #ff8b90;
  background-image: url("../../img/main/bg-pink.jpg?v=3.2");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}

.header-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

@media (max-width: 768px) {
  .cars-container {
    text-align: center;
  }

  .cars-container img {
    max-width: 70%;
  }

  .tile-packs {
    padding-top: 30px;
  }

  .tiles-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .tiles-container img {
    max-width: 80%;
  }

  .bg--dark {
    background-size: contain;
  }

  .bg--pink {
    background-size: contain;
  }
}

.header-text {
  font-size: 24px;
  padding: 24px 0;
}

@media (min-width: 800px) {
  .header-text {
    font-size: 32px;
  }
}

.santa {
  position: absolute;
}

.santa {
  right: 0;
  width: 400px;
}

#gfx--top {
  bottom: 50px;
  transform: scale(0.5);
}

#gfx--top-2 {
  transform: scale(0.5);
  top: 100px;
}

@media (max-width: 640px) {
  #gfx--top {
    display: none;
  }

  #gfx--top-2 {
    display: none;
  }

}

@media (min-width: 640px) {
  .santa {
    right: unset;
    left: 50%;
    transform: scale(1.2);
    bottom: 0;
  }
  #gfx--top {
    transform: scale(1.6);
    right: 80%;
    left: unset;
  }

  #gfx--top-2 {
    transform: scale(1.6);
    /* left: 80%;
    right: unset; */
  }
}
@media (min-width: 1200px) {
  .santa {
    left: 50%;
    transform: scale(2);
  }
  .catalog {
    transform: scale(1.4);
    
  }
  #gfx--top {
    transform: scale(2);
    right: 80%;
    left: unset;
  }

  #gfx--top-2 {
    transform: scale(2);
    left: 80%;
    right: unset;
  }
}
