/* Tutaj jest miejsce na Twoje style */
#newsletter-email {
  border-radius: 100px;
}

#top-gfx {
  display: none;
}

@media screen and (min-width: 768px) {
  #top-gfx {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 90%;
    max-height: 100%;
    right: -320px;
    display: block;
  }
}
@media screen and (min-width: 1320px) {
  #top-gfx {
    max-height: 90%;
    right: 0;
  }
}

#top-laptop {
  position: relative;
  z-index: 1;
  bottom: -20%;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}

@media screen and (min-width: 576px) {
  #top-laptop {
    width: 520px;
    left: 70%;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #top-laptop {
    width: 640px;
    bottom: -70px;
    left: -28%;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  #top-laptop {
    width: 740px;
    bottom: -40px;
    left: -20%;
    transform: none;
  }
}
@media screen and (min-width: 1200px) {
  #top-laptop {
    left: -28%;
    bottom: -50px;
    width: unset;
  }
}
@media screen and (min-width: 1320px) {
  #top-laptop {
    left: -20%;
    bottom: -40px;
    width: unset;
  }
}
@media screen and (min-width: 1440px) {
  #top-laptop {
    bottom: -10px;
  }
}

.corner {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 576px) {
  .corner {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .corner {
    width: 300px;
    height: 300px;
  }
}

.corner--bottom-left {
  bottom: 0;
  left: 0;
}

.corner--top-left {
  top: 80px;
  left: 0;
  transform: rotate(90deg);
}

.corner--bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(270deg);
}

.blue-bg {
  background: linear-gradient(60deg, #fff 40%, #c5e3f8 90%);
}

@media screen and (min-width: 768px) {
  .blue-bg {
    background: linear-gradient(24deg, #ebf5fc 0%, #c5e3f8 90%);
  }
}

.blue-bg-light {
  background: #ebf5fc;
}

.bottom-left-white-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.ua-flag {
  width: 120px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 12px;
}

.blue {
  background: #015bbb;
  width: 50px;
  height: 8px;
}

.yellow {
  background: #fed400;
  width: 50px;
  height: 8px;
}

.section--cta {
  text-align: center;
  margin: 0;
  margin-top: -80px;
  padding: 80px 0;
  padding-top: 160px;
  background-color: #d9ecfa;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 0 0px;
}

/* @media screen and (min-width: 768px) {
  .section--cta {
    border-radius: 0 0 0 340px;
  }
}
@media screen and (min-width: 1200px) {
  .section--cta {
    border-radius: 0 0 0 500px;
  }
} */

@media (min-width: 768px) {
  .section--cta {
    padding: 100px 0;
    padding-top: 160px;
  }
}

.section--cta h2 {
  margin-bottom: 30px;
  color: #000;
}

.section--cta h1 {
  max-width: 700px;
  margin: 0 auto;
}

.section--cta .row {
  position: relative;
}

.section--cta-bg {
  position: absolute;
  top: 10%;
  left: -50%;
  bottom: 0;
  object-fit: contain;
  object-position: 0 50%;
}

@media screen and (min-width: 576px) {
  .section--cta-bg {
    width: unset;
    height: 100%;
    padding-top: 80px;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.details {
  padding-top: 0;
}

.details-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.details-card img {
  width: 100%;
}

.details-card-top {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  flex-shrink: 0;
}

.details-card-header {
  background: #0082fa;
  padding: 10px;
  border-radius: 24px 24px 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.details-card-header h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.details-card-copy {
  border: 1px solid #0082fa;
  border-radius: 0 0 24px 24px;
  padding: 26px 42px 10px 42px;
  height: 100%;
}

.details-payment .details-card-copy {
  padding: 36px 42px 10px 42px;
}

.details-card-copy-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.details-card-copy-item h4 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}

.details-card-copy-item p {
  line-height: 1.2;
  margin-bottom: 0;
}

.details-card-copy-item-check {
  margin-right: 24px;
  width: 26px;
  flex-shrink: 0;
}

.details-card-copy-item-col {
  display: flex;
  flex-direction: column;
}

footer.section {
  background: #0870cf;
  padding: 100px 20px 80px 20px;
  margin-bottom: 0 !important;
  border-radius: 56px 56px 0 0;
}

@media screen and (min-width: 576px) {
  footer.section {
    border-radius: 96px 96px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  footer.section {
    border-radius: 256px 256px 0 0;
  }
}

footer.section h2 {
  color: #fff;
  margin-bottom: 0;
}

.details .corner--top-left,
.products .corner--top-left {
  top: 0;
}

.details {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .details {
    padding-top: 100px;
  }
}
