/* Tutaj jest miejsce na Twoje style */
.gfx {
  position: absolute;
  pointer-events: none;
}

.gfx-1 {
  object-fit: contain;
  width: 100%;
  max-width: 130px;
  height: 100%;
  top: -60%;
  left: 12%;
}

@media (min-width: 1200px) {
  .gfx-1 {
    max-width: 300px;
    top: -80%;
  }
}

#tony {
  margin-left: auto;
  display: flex;
  width: 120%;
  margin-left: -16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  #tony {
    margin-left: -86px;
  }
}

.main-1 {
  position: relative;
  background-color: #93d50a;
  margin-top: -120px;
  overflow: visible;
}

.main-1::before {
  content: "";
  background-image: url("../../img/main/divider-top.png?v=2.0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 1640px;
  height: 100%;
  top: -64px;
}

.main-1::after {
  content: "";
  background-image: url("../../img/main/divider-bottom.png?v=2.0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 1640px;
  height: 100%;
  bottom: -64px;
}

.main-1 .main__copy h3,
.main-2 .main__copy h3 {
  background-color: red;
  background: radial-gradient(#253c8e, #20347b);
  border-radius: 100px 0 0 100px;
  padding: 24px 48px;
  color: #fff;
  margin-bottom: 24px;
  width: 100%;
}

.main-2 .main__copy h3 {
  border-radius: 0 100px 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  background: radial-gradient(#253c8e, #20347b);
  padding: 56px 12px;

  margin-top: 32px;
  position: relative;
  border-bottom: 10px solid #93d50a;
}
@media (min-width: 768px) {
  .main-2 .main__copy h3 {
    padding: 56px 86px;
  }
}

.main-1 .main__copy p {
  font-size: 1.4rem;
  padding: 0 48px;
}

.gfx-2 {
  right: -64px;
  bottom: -100px;
  z-index: 1;
  width: 200px;
}

@media (min-width: 576px) {
  .gfx-2 {
    width: 320px;
    bottom: -132px;
  }
}

@media (min-width: 1200px) {
  .gfx-2 {
    width: 460px;
    bottom: -132px;
  }
}

.gfx-3 {
  width: 120px;
  top: -48px;
  left: 20%;
  z-index: 2;
}

@media (min-width: 1200px) {
  .gfx-3 {
    width: 320px;
    top: -280px;
    left: 12%;
  }
}

.main-2 {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .main-2 {
    margin-bottom: 100px;
  }
}

.main-2 .main__copy {
  position: relative;
}

.main-2 .main__image img {
  width: 100%;
  object-fit: contain;
  object-position: right;

  transform-origin: right;
}

@media (min-width: 1200px) {
  .main-2 .main__image img {
    transform: scale(1.5);
  }
}

.products {
  margin-top: 0;
}

footer {
  position: relative;
}

.footer-disclaimer {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-align: right;
  z-index: 2;
  bottom: 0;
  right: 0;
}
