@charset "UTF-8";
.text-color-2 {
  color: #FF8C00;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

@media (max-width: 1023px) {
  .col-span-3 {
    grid-column: span 12;
  }
}
.layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.text-color-2 {
  color: #FF8C00;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

@media (max-width: 1023px) {
  .col-span-3 {
    grid-column: span 12;
  }
}
.layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.lp-video__contact .first .inner-box .text-heading h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}
@media (max-width: 767px) {
  .lp-video__contact .first .inner-box .text-heading h2 {
    font-size: 36px;
  }
}

.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a:hover, .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka, .wpcf7 select, .wpcf7 label, .wpcf7 label#textarea-offer textarea, .wpcf7 label#tel-offer input, .wpcf7 label#mail-offer input, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 textarea, .lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a:hover, .lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka, .lp-video__contact.new .wpcf7 select, .lp-video__contact.new .wpcf7 label, .lp-video__contact.new .wpcf7 label#textarea-offer textarea, .lp-video__contact.new .wpcf7 label#tel-offer input, .lp-video__contact.new .wpcf7 label#mail-offer input, .lp-video__contact.new .wpcf7 input[type=text],
.lp-video__contact.new .wpcf7 input[type=search],
.lp-video__contact.new .wpcf7 input[type=url],
.lp-video__contact.new .wpcf7 input[type=tel],
.lp-video__contact.new .wpcf7 input[type=number],
.lp-video__contact.new .wpcf7 input[type=range],
.lp-video__contact.new .wpcf7 input[type=date],
.lp-video__contact.new .wpcf7 input[type=month],
.lp-video__contact.new .wpcf7 input[type=week],
.lp-video__contact.new .wpcf7 input[type=time],
.lp-video__contact.new .wpcf7 input[type=datetime],
.lp-video__contact.new .wpcf7 input[type=datetime-local],
.lp-video__contact.new .wpcf7 input[type=color],
.lp-video__contact.new .wpcf7 input[type=email],
.lp-video__contact.new .wpcf7 input[type=file],
.lp-video__contact.new .wpcf7 input[type=submit],
.lp-video__contact.new .wpcf7 textarea, .lp-video__contact.new .first .inner-box a.contact:hover p, .lp-video__contact .first .inner-box a.contact:hover p, .lp-strony__underhero .counter .percent, .lp-strony__underhero .text-desc, .lp-strony__hero .row .first-column .text-hero h1 {
  color: #283150;
}

.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a, .lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a, .lp-strony__underhero .text-desc strong {
  color: #FF8B00;
}

footer {
  font-family: "Nunito", sans-serif;
  padding: 42px 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  position: relative;
  z-index: 10;
}
footer p {
  margin: 0;
}
footer a {
  color: #fff;
  transition: all 300ms linear;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #FF8B00;
  text-decoration: none;
}

.bg-granat {
  background-color: #283150;
}
@media (max-width: 1024px) {
  .bg-granat .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bg-granat .row .logo {
    order: -1;
    margin-bottom: 24px;
  }
  .bg-granat .row .copyright {
    margin-bottom: 8px;
  }
}

header {
  padding: 32px 0 0 0;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  header {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
header .row {
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 42px;
  background: #F8F7F3;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  header .row {
    padding: 20px;
  }
}
header .right {
  display: flex;
  align-self: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  header .right .lp-dropdown {
    display: none;
  }
}
header ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
header ul li {
  display: flex;
  align-items: center;
}
header ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #283150;
  transition: all 300ms linear;
  text-decoration: none;
  border-radius: 6px;
  background: transparent;
}
header ul li a:visited {
  color: #283150;
}
header ul li a:hover {
  color: #FF8B00;
  text-decoration: none;
}

/* Animacja rysowania konturu */
@keyframes drawArrow {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* Animacja płynnego pojawiania się wypełnienia */
@keyframes fadeInFill {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}
.lp-strony__hero {
  position: relative;
  contain: layout;
  height: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .lp-strony__hero {
    padding-top: 20px;
  }
}
.lp-strony__hero .row .first-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .first-column {
    padding-top: 20px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.lp-strony__hero .row .first-column .icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__hero .row .first-column .text-hero h1 {
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  max-width: 944px;
  margin: 0 auto 40px auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .first-column .text-hero h1 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 30px;
  }
}
.lp-strony__hero .row .first-column .badge-hero {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 40px;
  text-align: center;
  color: #283150;
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .first-column .badge-hero {
    margin-bottom: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
  }
}
.lp-strony__hero .row .first-column .badge-hero span.text-navy {
  font-weight: 800;
  color: #283150;
}
.lp-strony__hero .row .first-column .badge-hero span.text-orange {
  font-weight: 800;
  color: #ff8b00;
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .first-column .d-flex.gap-1 {
    flex-wrap: wrap;
  }
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient {
  margin-top: 0;
  background: #FF8C00;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 30%, rgb(248, 247, 243) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C00", endColorstr="#F8F7F3", GradientType=0);
  max-width: 280px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient .button {
  margin-top: 0px;
  display: block;
  padding: 15px;
  background: #fff;
  color: #283250;
  width: 100%;
  text-align: center;
  border: 0;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 30px;
  transition: background 0.25s ease, color 0.25s ease;
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient:hover .button {
  background: #f3f3f3;
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient.navy {
  background: #FF8C00;
  background: linear-gradient(135deg, rgb(255, 140, 0) 30%, rgb(248, 247, 243) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C00", endColorstr="#F8F7F3", GradientType=0);
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient.navy .button {
  background: #283150;
  color: #fff;
}
.lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient.navy:hover .button {
  background: #1f2740;
}
.lp-strony__hero .row .second-column {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .second-column {
    justify-content: center;
    top: 0px;
    z-index: 20;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .lp-strony__hero .row .second-column {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .lp-strony__hero .row .second-column {
    margin-top: 20px;
  }
}
.lp-strony__hero .row .second-column .arrow {
  position: absolute;
  top: -50px;
  left: 207px;
}
.lp-strony__hero .row .second-column .arrow path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  fill-opacity: 0;
  /* Startujemy od niewidocznego wypełnienia */
  animation: drawArrow 1.2s ease-out forwards, fadeInFill 0.8s ease-in forwards;
  /* Rysowanie startuje po 1s, a wypełnianie zaczyna się w połowie rysowania (np. po 1.6s) */
  animation-delay: 1s, 1.6s;
}
.lp-strony__hero .row .second-column .parallax-hero {
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 0.05s ease-out;
  /* lekki smoothing */
}
.lp-strony__hero .row .second-column .box-1 {
  position: absolute;
  bottom: -50px;
  left: 57px;
}
.lp-strony__hero .row .second-column .box-2 {
  position: absolute;
  top: 150px;
  right: 110px;
}
.lp-strony__hero .row .second-column .cta-box {
  position: absolute;
  top: 50px;
  left: 77px;
  max-width: 242px;
  border-radius: 20px;
  background: #F8F7F3;
  padding: 0;
  margin: 0;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper {
  position: relative;
  overflow: hidden;
  padding: 14px 22px;
  border-radius: 20px;
  background: #F8F7F3;
  width: 100%;
  height: 100%;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper .navy-circle {
  position: absolute;
  bottom: -205px;
  left: -205px;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #283150;
  margin: 0;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper p span.text-navy {
  font-weight: 800;
  color: #283150;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper p span.text-orange {
  font-weight: 800;
  color: #FF8C00;
}
.lp-strony__hero .row .second-column .cta-box .cta-box__wrapper .orange-circle {
  position: absolute;
  top: -220px;
  right: -220px;
}
.lp-strony__hero .row .second-column .img-first {
  position: relative;
  z-index: 10;
}
.lp-strony__hero .row .second-column .img-first .blue-box {
  right: -16%;
  top: 3%;
}
.lp-strony__hero .row .second-column .img-first .heart-icon {
  top: 10%;
  left: -16%;
}
.lp-strony__hero .row .second-column .img-first .pop-icon {
  bottom: 17%;
  left: -35px;
}
.lp-strony__hero .row .second-column .img-first img {
  transform: rotate(-5.43deg);
  transition: all 600ms ease-in-out;
}
.lp-strony__hero .row .second-column .img-first.aos-animate img {
  transform: rotate(0deg);
}
.lp-strony__hero .row .second-column .img-second {
  position: relative;
  margin-left: -65px;
  z-index: 9;
}
.lp-strony__hero .row .second-column .img-second .img-inside {
  position: relative;
}
.lp-strony__hero .row .second-column .img-second .img-inside .orange-box {
  right: -15%;
  z-index: -1;
  bottom: 20%;
}
.lp-strony__hero .row .second-column .img-second .img-inside .like-icon {
  right: -20%;
  top: 3%;
}
.lp-strony__hero .row .second-column .img-second img {
  transform: rotate(5.24deg);
  transition: all 450ms ease-in-out;
}
.lp-strony__hero .row .second-column .img-second.aos-animate img {
  transform: rotate(0deg);
}
.lp-strony__hero .background-absolute {
  background: #D4D6DC;
  border-radius: 20px;
  position: absolute;
  max-width: 1310px;
  width: 1310px;
  pointer-events: none;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
}
@media (max-width: 1024px) {
  .lp-strony__hero .background-absolute {
    top: 20px;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .lp-strony__hero .background-absolute {
    height: calc(100% - 120px);
  }
}
.lp-strony__hero .vector {
  position: absolute;
  top: -55%;
  transform: translateY(0%);
  right: -22%;
  pointer-events: none;
}
.lp-strony__hero .vector img {
  width: 100%;
  height: 100%;
  max-width: 1000%;
}
.lp-strony__hero .vector {
  display: block;
}
@media (max-width: 1024px) {
  .lp-strony__hero .vector {
    display: none;
  }
}
.lp-strony__hero .vector--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .lp-strony__hero .vector--mobile {
    display: block;
    right: 0;
    position: absolute;
    top: -15%;
    right: -50%;
    pointer-events: none;
  }
}
.lp-strony__hero .blackfriday-second-column {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .lp-strony__hero .blackfriday-second-column {
    height: auto;
  }
}
.lp-strony__hero .blackfriday-second-column img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
}
@media (max-width: 1024px) {
  .lp-strony__hero .blackfriday-second-column img {
    height: auto;
  }
}
.lp-strony__hero .second-column--macbook {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .lp-strony__hero .second-column--macbook {
    height: auto;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .lp-strony__underhero {
    padding: 72px 0 0 0 !important;
  }
}
.lp-strony__underhero .text-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media (max-width: 1024px) {
  .lp-strony__underhero .col-span-4 {
    grid-column: span 12/span 12;
  }
}
.lp-strony__underhero .col-span-8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 5.9405940594%;
}
@media (max-width: 1024px) {
  .lp-strony__underhero .col-span-8 {
    margin-top: 32px;
    gap: 28px;
    flex-wrap: wrap;
    grid-column: span 12/span 12;
  }
}
@media (max-width: 1024px) {
  .lp-strony__underhero .counter {
    width: 100%;
  }
}
.lp-strony__underhero .counter .upper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.lp-strony__underhero .counter .percent {
  font-size: 48px;
  font-weight: 700;
  line-height: 34px;
}
.lp-strony__underhero .counter .percent span {
  font-size: 48px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}
@media (max-width: 1024px) {
  .lp-strony__underhero .counter .percent span {
    font-size: 42px;
    line-height: 30px;
  }
}
.lp-strony__underhero .counter .desc {
  color: #646D86;
  font-size: 18px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 1024px) {
  .lp-strony__underhero .counter .desc {
    font-size: 16px;
    line-height: 115%;
  }
}
.lp-strony__underhero .counter .w-year {
  color: #D4D4D4;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .orange-box {
    right: -10% !important;
  }
  .orange-box svg {
    width: 39.995px;
    height: 40.061px;
  }
  .like-icon {
    right: -10% !important;
    top: 3%;
  }
  .like-icon img {
    width: 27.872px;
    height: 24.442px;
  }
  .heart-icon {
    left: -10% !important;
  }
  .heart-icon img {
    width: 27.565px;
    height: 22.84px;
  }
  .pop-icon {
    left: -9px !important;
  }
  .pop-icon img {
    width: 45.169px;
    height: 56.612px;
  }
}
@media (max-width: 1175px) {
  .lp-strony__hero .row .second-column .arrow {
    left: 150px;
  }
}
@media (max-width: 1065px) {
  .lp-strony__hero .row .second-column .arrow {
    left: 100px;
  }
}
@media (max-width: 1024px) {
  .lp-strony__hero {
    margin-bottom: 50px;
  }
  .lp-strony__hero .row {
    flex-direction: column;
  }
  .lp-strony__hero .row .first-column {
    order: 1;
    padding-top: 20px;
  }
  .lp-strony__hero .row .first-column .d-flex.gap-1 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 280px;
    margin: 0 auto;
  }
  .lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient {
    width: 100%;
    max-width: 100%;
  }
  .lp-strony__hero .row .first-column .d-flex.gap-1 .button-gradient.navy .button {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-strony__hero .row .second-column {
    order: 2;
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp-strony__hero .row .second-column img,
  .lp-strony__hero .row .second-column .cta-box {
    max-width: 100%;
    height: auto;
  }
  .lp-strony__hero .row .second-column .arrow {
    display: none;
  }
  .lp-strony__hero .row .second-column .box-1 {
    display: none;
  }
  .lp-strony__hero .row .second-column .box-2 {
    display: none;
  }
  .lp-strony__hero .row .second-column .cta-box {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    order: 2;
  }
  .lp-strony__hero .row .second-column .cta-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .lp-strony__hero .row .second-column .hero-main-image {
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
    order: 1;
  }
}
@media (max-width: 450px) {
  .lp-strony__hero {
    margin-bottom: 25px;
  }
  .lp-strony__hero .row {
    flex-direction: column;
  }
  .lp-strony__hero .row .first-column {
    order: 1;
    padding-top: 20px;
  }
  .lp-strony__hero .row .first-column .text-hero h1 {
    font-size: 26px;
    line-height: 130%;
  }
  .lp-strony__hero .row .first-column .badge-hero {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 355px) {
  .lp-strony__hero .row {
    flex-direction: column;
  }
  .lp-strony__hero .row .first-column {
    order: 1;
    padding-top: 20px;
  }
  .lp-strony__hero .row .first-column .text-hero h1 {
    font-size: 22px;
    line-height: 130%;
  }
  .lp-strony__hero .row .first-column .badge-hero {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.lp-strony__projects {
  overflow: hidden;
}
.lp-strony__projects h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 10px auto;
  text-align: center;
  color: #283250;
}
.lp-strony__projects h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__projects h2 span.text-orange {
  color: #FF8C00;
}
.lp-strony__projects p {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  color: #283250;
}
.lp-strony__projects p span.text-navy {
  color: #283250;
  font-weight: 800;
}
.lp-strony__projects .swiperRealisationNew {
  margin: 100px 0;
}
.lp-strony__projects .swiperRealisationNew .navigation {
  height: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .lp-strony__projects .swiperRealisationNew .navigation {
    padding: 0 10px;
  }
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev {
  pointer-events: auto;
  cursor: pointer;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 1024px) {
  .lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev svg {
    width: 40px;
    height: 40px;
  }
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev svg path,
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev svg rect {
  transition: all 0.3s ease-out;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev:hover svg rect {
  fill: #FF8C00;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-prev:hover svg path {
  fill: #283250;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next {
  pointer-events: auto;
  cursor: pointer;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 1024px) {
  .lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next svg {
    width: 40px;
    height: 40px;
  }
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next svg path,
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next svg rect {
  transition: all 0.3s ease-out;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next:hover svg rect {
  fill: #FF8C00;
}
.lp-strony__projects .swiperRealisationNew .navigation .custom-nav-btn-next:hover svg path {
  fill: #283250;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev {
  border-radius: 40px;
  align-self: center;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next .inverted, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev .inverted {
  -webkit-mask-image: none;
          mask-image: none;
  border-radius: 40px;
  aspect-ratio: 944/360;
  transition: aspect-ratio 0.5s ease, -webkit-mask-size 0.5s ease;
  transition: aspect-ratio 0.5s ease, mask-size 0.5s ease;
  transition: aspect-ratio 0.5s ease, mask-size 0.5s ease, -webkit-mask-size 0.5s ease;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next .box .cta, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev .box .cta {
  display: none;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next .box,
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next img, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev .box,
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev img {
  border-radius: 40px;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next .button-gradient, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev .button-gradient {
  display: none;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .inverted {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20944%20520%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M40%2C0H904A40%2C40%200%2C0%2C1%20944%2C40V480A40%2C40%200%2C0%2C1%20904%2C520H300A40%2C40%200%2C0%2C1%20260%2C480V460A40%2C40%200%2C0%2C0%20220%2C420H40A40%2C40%200%2C0%2C1%200%2C380V40A40%2C40%200%2C0%2C1%2040%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20944%20520%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M40%2C0H904A40%2C40%200%2C0%2C1%20944%2C40V480A40%2C40%200%2C0%2C1%20904%2C520H300A40%2C40%200%2C0%2C1%20260%2C480V460A40%2C40%200%2C0%2C0%20220%2C420H40A40%2C40%200%2C0%2C1%200%2C380V40A40%2C40%200%2C0%2C1%2040%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  background-color: #969897;
  aspect-ratio: 944/520;
}
@media (max-width: 1024px) {
  .lp-strony__projects .swiperRealisationNew .swiper-slide .inverted {
    max-width: 100%;
  }
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient {
  margin: 0;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 30%, rgb(248, 247, 243) 70%);
  max-width: 220px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 100;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button {
  margin: 0;
  display: block;
  padding: 15px 20px;
  background: #283250;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 9999px;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 1.4;
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button {
    padding: 12px 18px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button:hover {
  transform: scale(1.05);
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button .text-orange {
  color: #FF8C00;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  background: #FF8C00;
  z-index: 20;
  max-width: 240px;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper {
  position: relative;
  overflow: hidden;
  padding: 21px 10px;
  border-radius: 20px;
  background: #FF8C00;
  width: 100%;
  height: 100%;
  isolation: isolate;
  backface-visibility: hidden;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper .bottom-circle {
  position: absolute;
  bottom: -204.5px;
  left: -206.5px;
  will-change: transform;
  transform: translateZ(0);
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  color: #283250;
  z-index: 10;
  position: relative;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-navy {
  color: #283250;
  font-weight: 800;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-navy.big {
  font-size: 26px;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-white {
  color: #fff;
  font-weight: 800;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-white.big {
  font-size: 18px;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper .top-circle {
  position: absolute;
  top: -220px;
  right: -204.5px;
  will-change: transform;
  transform: translateZ(0);
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .img-inside {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide .box .img-inside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-active .box {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
  position: relative;
}

@media (max-width: 1250px) {
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient {
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient {
    left: 40px;
    width: 170px;
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .lp-strony__projects h2 {
    font-size: 34px;
    line-height: 28px;
    margin: 0 auto;
  }
  .lp-strony__projects p {
    font-size: 20px;
  }
  .lp-strony__projects .swiperRealisationNew {
    margin: 50px 0 100px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev {
    border-radius: 40px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next .box,
  .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-next img, .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev .box,
  .lp-strony__projects .swiperRealisationNew .swiper-slide.swiper-slide-prev img {
    border-radius: 40px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .inverted {
    -webkit-mask-image: none;
            mask-image: none;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    aspect-ratio: unset;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 175px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button {
    font-size: 17px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button:hover {
    transform: scale(1.05);
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button .text-orange {
    color: #FF8C00;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box {
    transition: all 0.5s ease-out;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta {
    top: auto;
    left: auto;
    bottom: auto;
    border-radius: 20px;
    width: 100%;
    max-width: unset;
    transform: none;
    order: 2;
    position: relative;
    margin-top: 20px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper {
    padding: 10px 10px 40px;
    border-radius: 20px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper .bottom-circle {
    position: absolute;
    bottom: -204.5px;
    left: -206.5px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p {
    font-size: 15px;
    line-height: 18px;
    padding: 15px 0;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-navy.big {
    font-size: 26px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-white.big {
    font-size: 18px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper .top-circle {
    position: absolute;
    top: -220px;
    right: -204.5px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .img-inside {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .img-inside img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 20px;
  }
}
@media (max-width: 450px) {
  .lp-strony__projects .swiper-slide .inverted .button-gradient {
    width: 35%;
    left: 3%;
    bottom: 8%;
  }
  .lp-strony__projects .swiper-slide .inverted .button-gradient .button {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
}
@media (max-width: 757px) {
  .lp-strony__projects .swiperRealisationNew {
    margin: 25px 0 75px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient {
    bottom: -15px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button {
    font-size: 17px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button:hover {
    transform: scale(1.05);
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .button-gradient .button .text-orange {
    color: #FF8C00;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta {
    max-width: 100%;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px 10px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-navy.big {
    font-size: 18px;
  }
  .lp-strony__projects .swiperRealisationNew .swiper-slide .box .cta .cta-wrapper p span.text-white.big {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .lp-strony__projects h2 {
    font-size: 24px;
  }
  .lp-strony__projects p {
    font-size: 16px;
  }
}
.lp-strony__sale {
  padding-bottom: 100px;
}
.lp-strony__sale .first-column .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 100px auto;
  text-align: center;
  color: #283250;
}
.lp-strony__sale .first-column .text-hero h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__sale .first-column .text-hero h2 span.text-orange {
  color: #FF8C00;
}
.lp-strony__sale .second-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-strony__sale .second-column.image_first img, .lp-strony__sale .second-column.image_second img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: height 0.5s ease;
}
.lp-strony__sale .second-column.image_first {
  /* normalne wysokości */
}
.lp-strony__sale .second-column.image_first img:first-child {
  height: 380px;
}
.lp-strony__sale .second-column.image_first img.second {
  height: 200px;
}
.lp-strony__sale .second-column.image_first {
  /* hover na kolumnie */
}
.lp-strony__sale .second-column.image_first:hover img:first-child {
  height: 200px;
}
.lp-strony__sale .second-column.image_first:hover img.second {
  height: 380px;
}
.lp-strony__sale .second-column.image_second {
  /* normalne wysokości */
}
.lp-strony__sale .second-column.image_second img:first-child {
  height: 200px;
}
.lp-strony__sale .second-column.image_second img.second {
  height: 380px;
}
.lp-strony__sale .second-column.image_second {
  /* hover na kolumnie */
}
.lp-strony__sale .second-column.image_second:hover img:first-child {
  height: 380px;
}
.lp-strony__sale .second-column.image_second:hover img.second {
  height: 200px;
}
.lp-strony__sale .second-column.text {
  align-items: center;
}
.lp-strony__sale .second-column.text p.main {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #283250;
}
.lp-strony__sale .second-column.text p.main span.text-navy {
  color: #283250;
  font-weight: 800;
}
.lp-strony__sale .second-column.text p.main span.text-orange {
  color: #FF8C00;
  font-weight: 800;
}
.lp-strony__sale .second-column.text span.under {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #283250;
}
.lp-strony__sale .second-column.text span.under span.text-navy {
  color: #283250;
  font-weight: 800;
}
.lp-strony__sale .second-column.text span.under span.text-orange {
  color: #FF8C00;
  font-weight: 800;
}
.lp-strony__sale .second-column.text .button-gradient {
  margin-top: 30px;
  background: #FF8C00;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 30%, rgb(248, 247, 243) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C00", endColorstr="#F8F7F3", GradientType=0);
  max-width: 280px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-strony__sale .second-column.text .button-gradient .button {
  margin-top: 0px;
  display: block;
  padding: 15px;
  background: #fff;
  color: #283250;
  width: 100%;
  text-align: center;
  border: 0;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 30px;
  transition: background 0.25s ease, color 0.25s ease;
}
.lp-strony__sale .second-column.text .button-gradient .button .text-orange {
  color: #FF8B00;
}
.lp-strony__sale .second-column.text .button-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.lp-strony__sale .second-column.text .button-gradient:hover .button {
  background: #f6f6f6;
}
.lp-strony__sale .second-column.text .button-gradient:hover .text-orange {
  color: rgb(204, 111.2, 0);
}

@media (max-width: 1024px) {
  .lp-strony__sale {
    padding-bottom: 60px;
  }
  .lp-strony__sale .row {
    flex-direction: column;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lp-strony__sale .col-lg-4 {
    max-width: 100% !important;
    flex: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lp-strony__sale .first-column .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .lp-strony__sale .second-column {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
  }
  .lp-strony__sale .second-column.image_first, .lp-strony__sale .second-column.image_second {
    flex-direction: row;
  }
  .lp-strony__sale .second-column.image_first img, .lp-strony__sale .second-column.image_second img {
    width: calc(50% - 7.5px);
    height: auto !important;
  }
  .lp-strony__sale .second-column.image_first img, .lp-strony__sale .second-column.image_second img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
    transition: height 0.5s ease;
  }
  .lp-strony__sale .second-column.image_first img:first-child,
  .lp-strony__sale .second-column.image_first img:last-child, .lp-strony__sale .second-column.image_second img:first-child,
  .lp-strony__sale .second-column.image_second img:last-child {
    height: auto !important;
  }
  .lp-strony__sale .second-column.image_first:hover img:first-child, .lp-strony__sale .second-column.image_first:hover img:last-child, .lp-strony__sale .second-column.image_second:hover img:first-child, .lp-strony__sale .second-column.image_second:hover img:last-child {
    height: auto !important;
  }
  .lp-strony__sale .second-column.text {
    align-items: center;
    text-align: center;
    padding: 0 10px;
    margin: 25px 0;
  }
  .lp-strony__sale .second-column.text p.main {
    font-size: 20px;
    line-height: 28px;
  }
  .lp-strony__sale .second-column.text span.under {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 10px;
  }
  .lp-strony__sale .second-column.text .button-gradient {
    margin-top: 0;
    max-width: 240px;
    width: 100%;
    padding: 1px;
  }
  .lp-strony__sale .second-column.text .button-gradient .button {
    padding: 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .lp-strony__sale .second-column.text svg {
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .lp-strony__sale {
    padding-bottom: 40px;
  }
  .lp-strony__sale .first-column .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .lp-strony__sale .second-column {
    gap: 10px;
  }
  .lp-strony__sale .second-column.text p.main {
    font-size: 18px;
    line-height: 26px;
  }
  .lp-strony__sale .second-column.text span.under {
    font-size: 14px;
    line-height: 20px;
  }
  .lp-strony__sale .second-column.text .button-gradient .button {
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
  }
  .lp-strony__sale .second-column.text svg {
    width: 80px;
    height: 80px;
  }
  .lp-strony__sale .second-column.image_first img, .lp-strony__sale .second-column.image_second img {
    border-radius: 12px;
  }
}
.lp-strony__stands {
  padding-bottom: 100px;
}
.lp-strony__stands .first-column .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 100px auto;
  text-align: center;
  color: #283250;
}
.lp-strony__stands .first-column .text-hero h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__stands .first-column .text-hero h2 span.text-orange {
  color: #FF8C00;
}
@media (min-width: 1024px) {
  .lp-strony__stands .first-column .text-hero h2 br {
    display: none;
  }
}
.lp-strony__stands .cards-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.lp-strony__stands .cards-wrapper .card-wrapper {
  width: calc(20% - 8px);
  position: relative;
}
.lp-strony__stands .cards-wrapper .card-wrapper:nth-child(even) {
  top: 50px;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #F8F7F3;
  position: relative;
  box-shadow: 30px 30px 60px 0px rgba(40, 50, 80, 0);
  transition: all 0.3s ease;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column:hover {
  box-shadow: 30px 30px 60px 0px rgba(40, 50, 80, 0.3);
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row p.main {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #283250;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column span.under {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #283250;
}
.lp-strony__stands .cards-wrapper .card-wrapper .card-column span.under span.bold {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .lp-strony__stands {
    padding-bottom: 60px;
  }
  .lp-strony__stands .first-column .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .lp-strony__stands .cards-wrapper {
    display: flex;
    gap: 20px;
    padding-bottom: 0;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper {
    width: calc(50% - 20px);
    top: 0 !important;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column {
    padding: 15px;
    border-radius: 15px;
    gap: 15px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column img {
    width: 50px;
    height: 50px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column p.main {
    font-size: 16px;
    line-height: 22px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column span.under {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .lp-strony__stands {
    padding-bottom: 40px;
  }
  .lp-strony__stands .first-column .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .lp-strony__stands .cards-wrapper {
    gap: 15px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper {
    width: 100% !important;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column {
    padding: 12px;
    gap: 12px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row img {
    width: 40px;
    height: 40px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row p.main {
    font-size: 14px;
    line-height: 20px;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column .title-row p.main br {
    display: none;
  }
  .lp-strony__stands .cards-wrapper .card-wrapper .card-column span.under {
    font-size: 13px;
    line-height: 18px;
  }
}
.lp-strony__solutions {
  padding-bottom: 100px;
  position: relative;
}
.lp-strony__solutions .ellipse {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 30;
  pointer-events: none;
}
.lp-strony__solutions .first-column .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 100px auto;
  text-align: center;
  color: #283250;
}
.lp-strony__solutions .first-column .text-hero h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__solutions .first-column .text-hero h2 span.text-orange {
  color: #FF8C00;
}
.lp-strony__solutions .text-wrapper {
  display: flex;
  position: relative;
}
.lp-strony__solutions .text-wrapper .background-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 762px;
}
.lp-strony__solutions .text-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.lp-strony__solutions .text-column .gradient {
  background: #FF8C00;
  background: linear-gradient(170deg, rgba(255, 140, 0, 0.2) 50%, rgb(255, 255, 255) 100%);
  padding: 2px;
  border-radius: 20px;
  position: relative;
}
.lp-strony__solutions .text-column .gradient.active {
  background: #fff;
  background: linear-gradient(0);
}
.lp-strony__solutions .text-column .gradient .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  border: none;
}
.lp-strony__solutions .text-column .gradient .card span.main {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  color: #283250;
}
.lp-strony__solutions .text-column .gradient .card span.main span.text-orange {
  font-weight: 800;
  color: #FF8C00;
}
.lp-strony__solutions .text-column .gradient .card p.under {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #283250;
}
.lp-strony__solutions .text-column .gradient .card p.under span.text-navy {
  font-weight: 800;
  color: #283250;
}
.lp-strony__solutions .image-column {
  width: 100%;
  height: 482px;
  border-radius: 20px;
  position: relative;
  z-index: 40;
}
.lp-strony__solutions .image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: 20;
  position: relative;
}
.lp-strony__solutions .image-column img.mockup {
  position: absolute;
  bottom: -180px;
  left: -96px;
  width: 464px;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .lp-strony__solutions {
    padding-bottom: 60px;
  }
  .lp-strony__solutions .first-column .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .lp-strony__solutions .text-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .lp-strony__solutions .text-wrapper .background-circle {
    width: 400px;
    height: 420px;
  }
  .lp-strony__solutions .text-column {
    width: 100%;
    gap: 15px;
    padding: 0 !important;
  }
  .lp-strony__solutions .text-column .gradient {
    padding: 1px;
    border-radius: 15px;
  }
  .lp-strony__solutions .text-column .gradient .card {
    padding: 15px;
    gap: 15px;
  }
  .lp-strony__solutions .text-column .gradient .card span.main {
    font-size: 20px;
    line-height: 28px;
  }
  .lp-strony__solutions .text-column .gradient .card p.under {
    font-size: 14px;
    line-height: 20px;
  }
  .lp-strony__solutions .image-column {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0 !important;
  }
  .lp-strony__solutions .image-column img.main-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .lp-strony__solutions .image-column img.mockup {
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 280px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .lp-strony__solutions {
    padding-bottom: 40px;
  }
  .lp-strony__solutions .first-column .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .lp-strony__solutions .text-wrapper .background-circle {
    width: 300px;
    height: 320px;
  }
  .lp-strony__solutions .text-column {
    gap: 12px;
  }
  .lp-strony__solutions .text-column .gradient {
    padding: 1px;
  }
  .lp-strony__solutions .text-column .gradient .card {
    padding: 12px;
    gap: 12px;
  }
  .lp-strony__solutions .text-column .gradient .card span.main {
    font-size: 18px;
    line-height: 24px;
  }
  .lp-strony__solutions .text-column .gradient .card p.under {
    font-size: 13px;
    line-height: 18px;
  }
  .lp-strony__solutions .image-column {
    margin-top: 20px;
  }
  .lp-strony__solutions .image-column img.main-image {
    border-radius: 12px;
  }
  .lp-strony__solutions .image-column img.mockup {
    bottom: -60px;
    left: -15px;
    width: 150px;
  }
}
.lp-strony__services {
  padding-bottom: 100px;
}
.lp-strony__services .first-column .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 90px auto 50px auto;
  text-align: center;
  color: #283250;
}
.lp-strony__services .first-column .text-hero h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__services .first-column .text-hero h2 span.text-orange {
  color: #FF8C00;
}
.lp-strony__services .cards-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.lp-strony__services .cards-wrapper .gradient {
  width: calc(50% - 16px);
  background: #FF8C00;
  background: linear-gradient(170deg, rgba(255, 140, 0, 0.2) 50%, rgb(255, 255, 255) 100%);
  padding: 2px;
  border-radius: 20px;
}
.lp-strony__services .cards-wrapper .gradient .card-column {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.lp-strony__services .cards-wrapper .gradient .card-column span.main {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #283250;
}
.lp-strony__services .cards-wrapper .gradient .card-column span.main span.text-navy {
  font-weight: 800;
  color: #283250;
}

@media (max-width: 1024px) {
  .lp-strony__services {
    padding-bottom: 60px;
  }
  .lp-strony__services .first-column .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 60px auto 30px auto;
  }
  .lp-strony__services .cards-wrapper {
    gap: 12px;
  }
  .lp-strony__services .cards-wrapper .gradient {
    padding: 1px;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column {
    padding: 15px;
    gap: 12px;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column span.main {
    font-size: 18px;
    line-height: 24px;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 757px) {
  .lp-strony__services .cards-wrapper .gradient {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .lp-strony__services {
    padding-bottom: 40px;
  }
  .lp-strony__services .first-column .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 40px auto 20px auto;
  }
  .lp-strony__services .cards-wrapper {
    gap: 10px;
  }
  .lp-strony__services .cards-wrapper .gradient {
    width: 100%;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column {
    padding: 12px;
    gap: 10px;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column span.main {
    font-size: 16px;
    line-height: 22px;
  }
  .lp-strony__services .cards-wrapper .gradient .card-column img {
    width: 40px;
    height: 40px;
  }
}
.lp-video__work {
  padding-bottom: 100px;
}
.lp-video__work .work-wrapper {
  display: flex;
  padding: 0;
}
.lp-video__work .first {
  padding: 0;
}
@media (max-width: 1024px) {
  .lp-video__work .first {
    margin-bottom: 42px;
  }
}
.lp-video__work .first .inner-box {
  background-color: #F8F7F3;
  color: #fff;
  padding: 20px 20px 0px;
  border-radius: 20px;
  max-width: 464px;
  position: relative;
  overflow: hidden;
}
.lp-video__work .first .inner-box .gradient-left {
  position: absolute;
  left: -293px;
  bottom: -354px;
}
.lp-video__work .first .inner-box .gradient-right {
  position: absolute;
  right: -269px;
  top: -269px;
}
.lp-video__work .first .inner-box .inner-wrapper {
  position: relative;
  z-index: 2;
}
.lp-video__work .first .inner-box .text-heading {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .lp-video__work .first .inner-box .text-heading {
    margin-bottom: 24px;
  }
}
.lp-video__work .first .inner-box .text-heading h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto;
  color: #283250;
}
.lp-video__work .first .inner-box .text-heading h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-video__work .first .inner-box .text-heading h2 span.text-orange {
  color: #FF8C00;
}
.lp-video__work .first .inner-box .person {
  position: relative;
  margin-top: 63px;
  overflow: hidden;
}
.lp-video__work .first .inner-box .person svg {
  position: absolute;
  top: 0px;
  left: 20px;
  transform: translateX(-20px);
  z-index: 1;
}
.lp-video__work .first .inner-box .person img {
  margin-top: 52px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
.lp-video__work .second {
  display: flex;
  justify-content: end;
}
.lp-video__work .second .timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 616px;
}
.lp-video__work .second .step {
  display: flex;
  align-items: stretch;
}
.lp-video__work .second .marker-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 16px;
  width: 40px;
}
.lp-video__work .second .circle {
  width: 40px;
  height: 40px;
  border: 2px solid #FAD7B9;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
  position: relative;
  color: #283250;
}
.lp-video__work .second .marker-column::before,
.lp-video__work .second .marker-column::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #FAD7B9;
  z-index: 1;
}
.lp-video__work .second .marker-column::before {
  top: 0;
  bottom: 50%;
}
.lp-video__work .second .marker-column::after {
  top: 50%;
  bottom: -22px;
}
.lp-video__work .second .step:first-child .marker-column::before {
  display: none;
}
.lp-video__work .second .step:last-child .marker-column::after {
  display: none;
}
.lp-video__work .second .gradient {
  background: #FF8C00;
  background: linear-gradient(170deg, rgba(255, 140, 0, 0.2) 50%, rgb(255, 255, 255) 100%);
  padding: 2px;
  border-radius: 20px;
  flex-grow: 1;
}
.lp-video__work .second .gradient .content-card {
  flex-grow: 1;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.lp-video__work .second .gradient .content-card h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  color: #283250;
  margin: 0;
}
.lp-video__work .second .gradient .content-card h3 span.text-orange {
  font-weight: 700;
  color: #FF8C00;
}
.lp-video__work .second .gradient .content-card p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #283250;
  margin: 0;
}
.lp-video__work .second .gradient .content-card p span.text-bold {
  font-weight: 800;
}
.lp-video__work .second .highlight-card {
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 140, 0, 0.25) 55%, rgba(255, 140, 0, 0.2) 90%);
  border: none;
}
.lp-video__work .second .text-orange {
  color: #FF8A00;
}

@media (max-width: 1024px) {
  .lp-video__work {
    padding-bottom: 60px;
  }
  .lp-video__work .work-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .lp-video__work .first {
    width: 100%;
    margin-bottom: 30px;
  }
  .lp-video__work .first .inner-box {
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .lp-video__work .first .inner-box .gradient-left {
    left: -150px;
    bottom: -180px;
  }
  .lp-video__work .first .inner-box .gradient-left svg {
    width: 293px;
    height: 354px;
  }
  .lp-video__work .first .inner-box .gradient-right {
    right: -135px;
    top: -135px;
  }
  .lp-video__work .first .inner-box .gradient-right svg {
    width: 269px;
    height: 269px;
  }
  .lp-video__work .first .inner-box .text-heading {
    margin-bottom: 24px;
  }
  .lp-video__work .first .inner-box .text-heading h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .lp-video__work .first .inner-box .person {
    margin-top: 20px;
  }
  .lp-video__work .first .inner-box .person svg {
    left: 10px;
    transform: translateX(-10px);
  }
  .lp-video__work .first .inner-box .person img {
    margin-top: 30px;
    width: 200px;
    height: auto;
  }
  .lp-video__work .second {
    width: 100%;
    justify-content: center;
  }
  .lp-video__work .second .timeline {
    max-width: 100%;
    gap: 12px;
  }
  .lp-video__work .second .timeline .step {
    flex-direction: row;
  }
  .lp-video__work .second .timeline .step .marker-column {
    margin-right: 12px;
    width: 30px;
  }
  .lp-video__work .second .timeline .step .marker-column .circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .lp-video__work .second .timeline .step .marker-column::before, .lp-video__work .second .timeline .step .marker-column::after {
    width: 2px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card {
    padding: 15px;
    border-radius: 16px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .lp-video__work {
    padding-bottom: 40px;
  }
  .lp-video__work .first .inner-box {
    padding: 10px 10px 0;
  }
  .lp-video__work .first .inner-box .text-heading h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .lp-video__work .second .timeline {
    gap: 8px;
  }
  .lp-video__work .second .timeline .step .marker-column {
    width: 24px;
  }
  .lp-video__work .second .timeline .step .marker-column .circle {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card {
    padding: 12px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .lp-video__work .second .timeline .step .gradient .content-card p {
    font-size: 13px;
    line-height: 20px;
  }
}
.lp-strony__investment {
  padding-bottom: 100px;
  position: relative;
}
.lp-strony__investment .ellipse {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 10;
  pointer-events: none;
}
.lp-strony__investment .first-column {
  z-index: 20;
  position: relative;
}
.lp-strony__investment .first-column .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 15px;
  text-align: center;
  color: #283250;
}
.lp-strony__investment .first-column .text-hero h2 span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}
.lp-strony__investment .first-column .text-hero h2 span.text-orange {
  color: #FF8C00;
}
.lp-strony__investment .first-column .badge-hero {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  color: #283250;
}
.lp-strony__investment .first-column .badge-hero span.text-bold {
  display: block;
  font-weight: 700;
}
.lp-strony__investment .cards-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin: 100px 0;
  z-index: 20;
  position: relative;
}
.lp-strony__investment .cards-wrapper .gradient {
  background: RGBA(255, 140, 0, 0.21);
  background: linear-gradient(0deg, rgba(255, 140, 0, 0.05) 0%, rgba(255, 140, 0, 0.3) 40%);
  padding: 2px;
  border-radius: 20px;
  width: calc(33% - 7px);
  box-shadow: 30px 30px 60px 0px rgba(40, 50, 80, 0.3);
}
.lp-strony__investment .cards-wrapper .gradient .card-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
.lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper p.main {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #283250;
}
.lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper p.main span.text-navy {
  font-weight: 800;
  color: #283250;
}
.lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper span.price {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  text-align: center;
  color: #FF8C00;
}
.lp-strony__investment .button-gradient {
  margin: 0 auto;
  background: #FF8C00;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 30%, rgb(248, 247, 243) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C00", endColorstr="#F8F7F3", GradientType=0);
  max-width: 280px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-strony__investment .button-gradient .button {
  margin-top: 0px;
  display: block;
  padding: 15px;
  background: #fff;
  color: #283250;
  width: 100%;
  text-align: center;
  border: 0;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 30px;
  transition: background 0.25s ease, color 0.25s ease;
}
.lp-strony__investment .button-gradient .button .text-orange {
  color: #FF8B00;
}
.lp-strony__investment .button-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.lp-strony__investment .button-gradient:hover .button {
  background: #f5f5f5;
}
.lp-strony__investment .button-gradient:hover .text-orange {
  color: rgb(204, 111.2, 0);
}
.lp-strony__investment .button-gradient svg {
  position: absolute;
  right: -146px;
  top: -35px;
  transform: scaleX(-1) rotate(45deg);
  transition: transform 0.3s ease;
}
.lp-strony__investment .button-gradient:hover svg {
  transform: scaleX(-1) rotate(45deg) translateY(-4px);
}

@media (max-width: 1024px) {
  .lp-strony__investment {
    padding-bottom: 60px;
  }
  .lp-strony__investment .first-column .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .lp-strony__investment .first-column .badge-hero {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .lp-strony__investment .cards-wrapper {
    margin: 0 0 25px;
    gap: 12px;
    justify-content: center;
  }
  .lp-strony__investment .cards-wrapper .gradient {
    width: calc(50% - 12px);
    padding: 2px;
    border-radius: 16px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column {
    padding: 25px 15px;
    gap: 15px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper p.main {
    font-size: 24px;
    line-height: 32px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper span.price {
    font-size: 48px;
    line-height: 48px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lp-strony__investment .button-gradient {
    max-width: 280px;
    margin: 30px auto 0;
  }
  .lp-strony__investment .button-gradient .button {
    font-size: 16px;
    line-height: 28px;
    padding: 12px;
  }
  .lp-strony__investment .button-gradient svg {
    display: none;
  }
}
@media (max-width: 650px) {
  .lp-strony__investment .cards-wrapper .gradient {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .lp-strony__investment {
    padding-bottom: 40px;
  }
  .lp-strony__investment .first-column .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .lp-strony__investment .first-column .badge-hero {
    font-size: 16px;
    line-height: 22px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column {
    padding: 20px 12px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper p.main {
    font-size: 20px;
    line-height: 26px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column .text-wrapper span.price {
    font-size: 40px;
    line-height: 40px;
  }
  .lp-strony__investment .cards-wrapper .gradient .card-column img {
    width: 40px;
    height: 40px;
  }
  .lp-strony__investment .button-gradient {
    margin: 20px auto 0;
  }
  .lp-strony__investment .button-gradient .button {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
  }
  .lp-strony__investment .button-gradient svg {
    right: -60px;
    top: -15px;
    width: 60px;
  }
}
.lp-video__contact {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .lp-video__contact {
    padding-bottom: 72px;
  }
}
.lp-video__contact .button-send {
  background-color: #FF8B00;
  border-color: #FF8B00;
}
.lp-video__contact .button-send:hover {
  background-color: #283150;
  border-color: #283150;
}
@media (max-width: 1024px) {
  .lp-video__contact .col-lg-6 {
    max-width: 100% !important;
    flex: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.lp-video__contact--line {
  padding-bottom: 120px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .lp-video__contact--line {
    padding-bottom: 65px;
  }
}
.lp-video__contact--line .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.lp-video__contact--line svg {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .lp-video__contact .first {
    margin-bottom: 42px;
  }
}
.lp-video__contact .first .inner-box {
  background-color: #FF8B00;
  color: #fff;
  padding: 42px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box {
    padding: 42px 24px;
  }
}
.lp-video__contact .first .inner-box .position-absolute {
  bottom: -20px;
  right: 50px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .position-absolute {
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .position-absolute .icon-1 {
    display: none;
  }
}
.lp-video__contact .first .inner-box .position-absolute .icon-2 {
  display: none;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .position-absolute .icon-2 {
    display: block;
  }
}
.lp-video__contact .first .inner-box .text-badge {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.lp-video__contact .first .inner-box .text-heading {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .text-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .text-heading h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
.lp-video__contact .first .inner-box .text-desc {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 54px;
  font-weight: 500;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .text-desc {
    font-size: 16px;
    margin-bottom: 42px;
  }
}
.lp-video__contact .first .inner-box a.contact {
  align-items: center;
  color: inherit;
  transition: all 300ms linear;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box a.contact {
    margin-top: 16px;
  }
}
.lp-video__contact .first .inner-box a.contact svg {
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box a.contact svg {
    width: 44px;
    height: 44px;
  }
}
.lp-video__contact .first .inner-box a.contact p {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all 300ms linear;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box a.contact p {
    font-size: 16px;
  }
}
.lp-video__contact .first .inner-box a.contact span {
  color: #A15501;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact .first .inner-box a.contact .icon {
  transition: all 300ms ease-in-out;
}
.lp-video__contact .first .inner-box a.contact:hover {
  text-decoration: none;
}
.lp-video__contact .first .inner-box a.contact:hover .icon {
  fill: #283150;
}
.lp-video__contact .first .inner-box .button {
  margin-top: 54px;
  display: block;
  padding: 0;
  background: #FF8B00;
}
@media (max-width: 1024px) {
  .lp-video__contact .first .inner-box .button {
    margin-top: 42px;
  }
}
.lp-video__contact .first .inner-box .button svg {
  margin-left: 10px;
}
.lp-video__contact:not(.new) .first .inner-box {
  position: relative;
  z-index: 0;
}
.lp-video__contact:not(.new) .first .inner-box .sygnet {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}
.lp-video__contact:not(.new) .first .inner-box .sygnet svg {
  position: absolute;
  top: 30px;
  left: 30px;
}
.lp-video__contact.new .form__wrapper {
  padding: 40px;
  background-color: #F8F7F3;
  border-radius: 20px;
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .form__wrapper {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .lp-video__contact.new .form__wrapper {
    padding: 24px 12px;
  }
}
.lp-video__contact.new .form__wrapper .gradient-left {
  position: absolute;
  left: -293px;
  bottom: -341px;
}
.lp-video__contact.new .form__wrapper .gradient-right {
  position: absolute;
  right: -250.5px;
  top: -261.5px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first {
    margin-bottom: 0px;
  }
}
.lp-video__contact.new .first .inner-box {
  background-color: #FF8B00;
  color: #fff;
  padding: 30px 30px 0px;
  border-radius: 20px;
  max-width: 424px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box {
    padding: 24px;
    max-width: unset;
  }
}
.lp-video__contact.new .first .inner-box .sygnet {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .sygnet {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.lp-video__contact.new .first .inner-box .inner-wrapper {
  position: relative;
  z-index: 2;
}
.lp-video__contact.new .first .inner-box .position-absolute {
  bottom: -20px;
  right: 50px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .position-absolute {
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .position-absolute .icon-1 {
    display: none;
  }
}
.lp-video__contact.new .first .inner-box .position-absolute .icon-2 {
  display: none;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .position-absolute .icon-2 {
    display: block;
  }
}
.lp-video__contact.new .first .inner-box .text-badge {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.lp-video__contact.new .first .inner-box .text-heading {
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .text-heading {
    margin-bottom: 24px;
  }
}
.lp-video__contact.new .first .inner-box .text-heading h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 800;
  color: #283250;
  margin: 0;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .text-heading h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .lp-video__contact.new .first .inner-box .text-heading h2 {
    font-size: 28px;
    line-height: 130%;
  }
}
.lp-video__contact.new .first .inner-box .text-heading h2 span.text-white {
  color: #fff;
}
.lp-video__contact.new .first .inner-box .text-desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}
.lp-video__contact.new .first .inner-box .text-desc span.text-navy {
  color: #283250;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .text-desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.lp-video__contact.new .first .inner-box a.contact {
  align-items: center;
  color: inherit;
  transition: all 300ms linear;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box a.contact {
    margin-top: 16px;
  }
}
.lp-video__contact.new .first .inner-box a.contact svg {
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box a.contact svg {
    width: 44px;
    height: 44px;
  }
}
.lp-video__contact.new .first .inner-box a.contact p {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all 300ms linear;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box a.contact p {
    font-size: 16px;
  }
}
.lp-video__contact.new .first .inner-box a.contact span {
  color: #A15501;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .first .inner-box a.contact .icon {
  transition: all 300ms ease-in-out;
}
.lp-video__contact.new .first .inner-box a.contact:hover {
  text-decoration: none;
}
.lp-video__contact.new .first .inner-box a.contact:hover .icon {
  fill: #283150;
}
.lp-video__contact.new .first .inner-box .button-svg-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .button-svg-wrapper {
    justify-content: center;
  }
}
.lp-video__contact.new .first .inner-box .button-svg-wrapper svg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 134px;
  height: 60px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .button-svg-wrapper svg {
    display: none;
  }
}
.lp-video__contact.new .first .inner-box .button-svg-wrapper .button-gradient {
  margin-top: 30px;
  background: #FF8C00;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 30%, rgb(248, 247, 243) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C00", endColorstr="#F8F7F3", GradientType=0);
  max-width: 230px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .first .inner-box .button-svg-wrapper .button-gradient {
    margin-top: 0;
  }
}
.lp-video__contact.new .first .inner-box .button-svg-wrapper .button-gradient .button {
  margin-top: 0px;
  display: block;
  padding: 15px;
  background: #fff;
  color: #283250;
  width: 100%;
  text-align: center;
  border: 0;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 30px;
}
.lp-video__contact.new .first .inner-box .button-svg-wrapper .button-gradient .button .text-orange {
  color: #FF8B00;
}
.lp-video__contact.new .first .inner-box .mail-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-video__contact.new .wpcf7 {
  display: flex;
  height: 100%;
}
.lp-video__contact.new .wpcf7 form {
  display: flex;
  height: 100%;
  flex-direction: column;
  transition: all 300ms linear;
  max-width: 464px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .wpcf7 form {
    max-width: unset;
  }
}
.lp-video__contact.new .wpcf7 form.sent {
  justify-content: center;
}
.lp-video__contact.new .wpcf7 input[type=text],
.lp-video__contact.new .wpcf7 input[type=search],
.lp-video__contact.new .wpcf7 input[type=url],
.lp-video__contact.new .wpcf7 input[type=tel],
.lp-video__contact.new .wpcf7 input[type=number],
.lp-video__contact.new .wpcf7 input[type=range],
.lp-video__contact.new .wpcf7 input[type=date],
.lp-video__contact.new .wpcf7 input[type=month],
.lp-video__contact.new .wpcf7 input[type=week],
.lp-video__contact.new .wpcf7 input[type=time],
.lp-video__contact.new .wpcf7 input[type=datetime],
.lp-video__contact.new .wpcf7 input[type=datetime-local],
.lp-video__contact.new .wpcf7 input[type=color],
.lp-video__contact.new .wpcf7 input[type=email],
.lp-video__contact.new .wpcf7 input[type=file],
.lp-video__contact.new .wpcf7 input[type=submit],
.lp-video__contact.new .wpcf7 textarea {
  background-image: none;
  padding: 17px 20px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
  margin-top: 10px;
  max-height: 140px;
}
.lp-video__contact.new .wpcf7 input[type=text]:hover, .lp-video__contact.new .wpcf7 input[type=text]:focus,
.lp-video__contact.new .wpcf7 input[type=search]:hover,
.lp-video__contact.new .wpcf7 input[type=search]:focus,
.lp-video__contact.new .wpcf7 input[type=url]:hover,
.lp-video__contact.new .wpcf7 input[type=url]:focus,
.lp-video__contact.new .wpcf7 input[type=tel]:hover,
.lp-video__contact.new .wpcf7 input[type=tel]:focus,
.lp-video__contact.new .wpcf7 input[type=number]:hover,
.lp-video__contact.new .wpcf7 input[type=number]:focus,
.lp-video__contact.new .wpcf7 input[type=range]:hover,
.lp-video__contact.new .wpcf7 input[type=range]:focus,
.lp-video__contact.new .wpcf7 input[type=date]:hover,
.lp-video__contact.new .wpcf7 input[type=date]:focus,
.lp-video__contact.new .wpcf7 input[type=month]:hover,
.lp-video__contact.new .wpcf7 input[type=month]:focus,
.lp-video__contact.new .wpcf7 input[type=week]:hover,
.lp-video__contact.new .wpcf7 input[type=week]:focus,
.lp-video__contact.new .wpcf7 input[type=time]:hover,
.lp-video__contact.new .wpcf7 input[type=time]:focus,
.lp-video__contact.new .wpcf7 input[type=datetime]:hover,
.lp-video__contact.new .wpcf7 input[type=datetime]:focus,
.lp-video__contact.new .wpcf7 input[type=datetime-local]:hover,
.lp-video__contact.new .wpcf7 input[type=datetime-local]:focus,
.lp-video__contact.new .wpcf7 input[type=color]:hover,
.lp-video__contact.new .wpcf7 input[type=color]:focus,
.lp-video__contact.new .wpcf7 input[type=email]:hover,
.lp-video__contact.new .wpcf7 input[type=email]:focus,
.lp-video__contact.new .wpcf7 input[type=file]:hover,
.lp-video__contact.new .wpcf7 input[type=file]:focus,
.lp-video__contact.new .wpcf7 input[type=submit]:hover,
.lp-video__contact.new .wpcf7 input[type=submit]:focus,
.lp-video__contact.new .wpcf7 textarea:hover,
.lp-video__contact.new .wpcf7 textarea:focus {
  border-color: #FF8B00;
}
.lp-video__contact.new .wpcf7 input[type=text]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=search]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=url]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=tel]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=number]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=range]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=date]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=month]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=week]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=time]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=datetime]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=datetime-local]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=color]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=email]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=file]::-moz-placeholder, .lp-video__contact.new .wpcf7 input[type=submit]::-moz-placeholder, .lp-video__contact.new .wpcf7 textarea::-moz-placeholder {
  color: #283250;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.lp-video__contact.new .wpcf7 input[type=text]::placeholder,
.lp-video__contact.new .wpcf7 input[type=search]::placeholder,
.lp-video__contact.new .wpcf7 input[type=url]::placeholder,
.lp-video__contact.new .wpcf7 input[type=tel]::placeholder,
.lp-video__contact.new .wpcf7 input[type=number]::placeholder,
.lp-video__contact.new .wpcf7 input[type=range]::placeholder,
.lp-video__contact.new .wpcf7 input[type=date]::placeholder,
.lp-video__contact.new .wpcf7 input[type=month]::placeholder,
.lp-video__contact.new .wpcf7 input[type=week]::placeholder,
.lp-video__contact.new .wpcf7 input[type=time]::placeholder,
.lp-video__contact.new .wpcf7 input[type=datetime]::placeholder,
.lp-video__contact.new .wpcf7 input[type=datetime-local]::placeholder,
.lp-video__contact.new .wpcf7 input[type=color]::placeholder,
.lp-video__contact.new .wpcf7 input[type=email]::placeholder,
.lp-video__contact.new .wpcf7 input[type=file]::placeholder,
.lp-video__contact.new .wpcf7 input[type=submit]::placeholder,
.lp-video__contact.new .wpcf7 textarea::placeholder {
  color: #283250;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.lp-video__contact.new .wpcf7 label#mail-offer input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8.98376L11.2046 10.817C11.4558 10.9265 11.7269 10.9833 12.0009 10.9837C12.275 10.9841 12.5462 10.9282 12.7978 10.8194L17 9.00238M7 4.5H17C19.2091 4.5 21 6.29086 21 8.5V15.5C21 17.7091 19.2091 19.5 17 19.5H7C4.79086 19.5 3 17.7091 3 15.5V8.5C3 6.29086 4.79086 4.5 7 4.5Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#mail-offer input:hover, .lp-video__contact.new .wpcf7 label#mail-offer input:focus {
  border-color: #FF8B00;
}
.lp-video__contact.new .wpcf7 label#mail-offer input::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#mail-offer input::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#tel-offer input {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6625 12.3655C12.7664 12.2964 12.8859 12.2542 13.0101 12.243C13.1344 12.2317 13.2595 12.2515 13.3741 12.3008L17.7954 14.2817C17.9444 14.3454 18.0687 14.4556 18.1498 14.5959C18.231 14.7362 18.2645 14.8989 18.2454 15.0598C18.0997 16.1483 17.5637 17.1469 16.737 17.8698C15.9103 18.5926 14.8492 18.9907 13.751 18.9898C10.3695 18.9898 7.12646 17.6465 4.73537 15.2555C2.34428 12.8644 1.00098 9.62136 1.00098 6.23985C1.00014 5.14166 1.39818 4.08055 2.12107 3.25385C2.84396 2.42714 3.8425 1.89112 4.93098 1.74547C5.09188 1.72636 5.25465 1.75987 5.39492 1.84099C5.53519 1.92211 5.64542 2.04647 5.7091 2.19547L7.69004 6.62047C7.73871 6.73412 7.75853 6.85805 7.74774 6.98121C7.73694 7.10437 7.69587 7.22296 7.62817 7.32641L5.62473 9.7086C5.55366 9.81583 5.51164 9.93967 5.50276 10.068C5.49389 10.1963 5.51847 10.3248 5.5741 10.4408C6.34942 12.028 7.99004 13.6489 9.58192 14.4167C9.69852 14.4721 9.82756 14.4961 9.95628 14.4864C10.085 14.4767 10.209 14.4336 10.316 14.3614L12.6625 12.3655Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#tel-offer input:hover, .lp-video__contact.new .wpcf7 label#tel-offer input:focus {
  border-color: #FF8B00;
}
.lp-video__contact.new .wpcf7 label#tel-offer input::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#tel-offer input::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#textarea-offer textarea {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_55_6772)'%3E%3Cpath d='M12.001 12.9277C12.5187 12.9277 12.9385 12.508 12.9385 11.9902C12.9385 11.4725 12.5187 11.0527 12.001 11.0527C11.4832 11.0527 11.0635 11.4725 11.0635 11.9902C11.0635 12.508 11.4832 12.9277 12.001 12.9277Z' fill='%23666666'/%3E%3Cpath d='M7.87598 12.9277C8.39374 12.9277 8.81348 12.508 8.81348 11.9902C8.81348 11.4725 8.39374 11.0527 7.87598 11.0527C7.35821 11.0527 6.93848 11.4725 6.93848 11.9902C6.93848 12.508 7.35821 12.9277 7.87598 12.9277Z' fill='%23666666'/%3E%3Cpath d='M16.126 12.9277C16.6437 12.9277 17.0635 12.508 17.0635 11.9902C17.0635 11.4725 16.6437 11.0527 16.126 11.0527C15.6082 11.0527 15.1885 11.4725 15.1885 11.9902C15.1885 12.508 15.6082 12.9277 16.126 12.9277Z' fill='%23666666'/%3E%3Cpath d='M7.49429 19.7817C9.38479 20.8758 11.6087 21.2451 13.7513 20.8207C15.894 20.3962 17.8092 19.207 19.1398 17.4748C20.4704 15.7426 21.1257 13.5856 20.9834 11.4059C20.8411 9.22629 19.911 7.17277 18.3665 5.62824C16.822 4.08371 14.7684 3.1536 12.5888 3.01131C10.4091 2.86903 8.25211 3.52428 6.5199 4.85491C4.78768 6.18554 3.5985 8.10072 3.17406 10.2434C2.74962 12.386 3.1189 14.6099 4.21304 16.5004L3.04023 20.002C2.99616 20.1341 2.98976 20.2759 3.02176 20.4115C3.05376 20.5471 3.12288 20.6711 3.22138 20.7696C3.31988 20.8681 3.44387 20.9372 3.57945 20.9692C3.71502 21.0012 3.85683 20.9948 3.98898 20.9507L7.49429 19.7817Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_55_6772'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.000976562 -0.00976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px 15px;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 104px;
}
.lp-video__contact.new .wpcf7 label#textarea-offer textarea:hover, .lp-video__contact.new .wpcf7 label#textarea-offer textarea:focus {
  border-color: #FF8B00;
}
.lp-video__contact.new .wpcf7 label#textarea-offer textarea::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label#textarea-offer textarea::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 label {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 select {
  padding: 18px 12px 18px 12px;
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23283351' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 300ms linear;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
}
.lp-video__contact.new .wpcf7 select:hover, .lp-video__contact.new .wpcf7 select:focus {
  border-color: #FF8B00;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] {
  display: flex;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-list-item {
  margin: 0;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance {
  display: flex;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label {
  margin: 0;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='3.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='3.5' stroke='%23999999'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  margin-right: 12px;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label > input:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='3.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='3.5' stroke='%23999999'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' transform='scale(1.4)' d='M4 12.5714L7.42857 16L16 4' stroke='%23F28A19' stroke-width='2'/%3E%3C/svg%3E");
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka {
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a {
  font-weight: 700;
  transition: color 300ms linear;
  text-decoration: underline;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka-offer-lp {
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.lp-video__contact.new .wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka-offer-lp a {
  text-decoration: underline;
  color: #fff;
}
.lp-video__contact.new .wpcf7 input[type=checkbox] {
  display: none;
}
.lp-video__contact.new .form-button {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .lp-video__contact.new .form-button {
    justify-content: center;
  }
}
.lp-video__contact.new .form-button .button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
}

.wpcf7 {
  display: flex;
  height: 100%;
}
.wpcf7 form {
  display: flex;
  height: 100%;
  flex-direction: column;
  transition: all 300ms linear;
}
.wpcf7 form.sent {
  justify-content: center;
}
.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 textarea {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8.98376L11.2046 10.817C11.4558 10.9265 11.7269 10.9833 12.0009 10.9837C12.275 10.9841 12.5462 10.9282 12.7978 10.8194L17 9.00238M7 4.5H17C19.2091 4.5 21 6.29086 21 8.5V15.5C21 17.7091 19.2091 19.5 17 19.5H7C4.79086 19.5 3 17.7091 3 15.5V8.5C3 6.29086 4.79086 4.5 7 4.5Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
}
.wpcf7 input[type=text]:hover, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:hover,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:hover,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:hover,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:hover,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:hover,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:hover,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:hover,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:hover,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:hover,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:hover,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:hover,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  border-color: #FF8B00;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 textarea::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#mail-offer input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8.98376L11.2046 10.817C11.4558 10.9265 11.7269 10.9833 12.0009 10.9837C12.275 10.9841 12.5462 10.9282 12.7978 10.8194L17 9.00238M7 4.5H17C19.2091 4.5 21 6.29086 21 8.5V15.5C21 17.7091 19.2091 19.5 17 19.5H7C4.79086 19.5 3 17.7091 3 15.5V8.5C3 6.29086 4.79086 4.5 7 4.5Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#mail-offer input:hover, .wpcf7 label#mail-offer input:focus {
  border-color: #FF8B00;
}
.wpcf7 label#mail-offer input::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#mail-offer input::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#tel-offer input {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6625 12.3655C12.7664 12.2964 12.8859 12.2542 13.0101 12.243C13.1344 12.2317 13.2595 12.2515 13.3741 12.3008L17.7954 14.2817C17.9444 14.3454 18.0687 14.4556 18.1498 14.5959C18.231 14.7362 18.2645 14.8989 18.2454 15.0598C18.0997 16.1483 17.5637 17.1469 16.737 17.8698C15.9103 18.5926 14.8492 18.9907 13.751 18.9898C10.3695 18.9898 7.12646 17.6465 4.73537 15.2555C2.34428 12.8644 1.00098 9.62136 1.00098 6.23985C1.00014 5.14166 1.39818 4.08055 2.12107 3.25385C2.84396 2.42714 3.8425 1.89112 4.93098 1.74547C5.09188 1.72636 5.25465 1.75987 5.39492 1.84099C5.53519 1.92211 5.64542 2.04647 5.7091 2.19547L7.69004 6.62047C7.73871 6.73412 7.75853 6.85805 7.74774 6.98121C7.73694 7.10437 7.69587 7.22296 7.62817 7.32641L5.62473 9.7086C5.55366 9.81583 5.51164 9.93967 5.50276 10.068C5.49389 10.1963 5.51847 10.3248 5.5741 10.4408C6.34942 12.028 7.99004 13.6489 9.58192 14.4167C9.69852 14.4721 9.82756 14.4961 9.95628 14.4864C10.085 14.4767 10.209 14.4336 10.316 14.3614L12.6625 12.3655Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px center;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#tel-offer input:hover, .wpcf7 label#tel-offer input:focus {
  border-color: #FF8B00;
}
.wpcf7 label#tel-offer input::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#tel-offer input::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#textarea-offer textarea {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_55_6772)'%3E%3Cpath d='M12.001 12.9277C12.5187 12.9277 12.9385 12.508 12.9385 11.9902C12.9385 11.4725 12.5187 11.0527 12.001 11.0527C11.4832 11.0527 11.0635 11.4725 11.0635 11.9902C11.0635 12.508 11.4832 12.9277 12.001 12.9277Z' fill='%23666666'/%3E%3Cpath d='M7.87598 12.9277C8.39374 12.9277 8.81348 12.508 8.81348 11.9902C8.81348 11.4725 8.39374 11.0527 7.87598 11.0527C7.35821 11.0527 6.93848 11.4725 6.93848 11.9902C6.93848 12.508 7.35821 12.9277 7.87598 12.9277Z' fill='%23666666'/%3E%3Cpath d='M16.126 12.9277C16.6437 12.9277 17.0635 12.508 17.0635 11.9902C17.0635 11.4725 16.6437 11.0527 16.126 11.0527C15.6082 11.0527 15.1885 11.4725 15.1885 11.9902C15.1885 12.508 15.6082 12.9277 16.126 12.9277Z' fill='%23666666'/%3E%3Cpath d='M7.49429 19.7817C9.38479 20.8758 11.6087 21.2451 13.7513 20.8207C15.894 20.3962 17.8092 19.207 19.1398 17.4748C20.4704 15.7426 21.1257 13.5856 20.9834 11.4059C20.8411 9.22629 19.911 7.17277 18.3665 5.62824C16.822 4.08371 14.7684 3.1536 12.5888 3.01131C10.4091 2.86903 8.25211 3.52428 6.5199 4.85491C4.78768 6.18554 3.5985 8.10072 3.17406 10.2434C2.74962 12.386 3.1189 14.6099 4.21304 16.5004L3.04023 20.002C2.99616 20.1341 2.98976 20.2759 3.02176 20.4115C3.05376 20.5471 3.12288 20.6711 3.22138 20.7696C3.31988 20.8681 3.44387 20.9372 3.57945 20.9692C3.71502 21.0012 3.85683 20.9948 3.98898 20.9507L7.49429 19.7817Z' stroke='%23666666' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_55_6772'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.000976562 -0.00976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 12px 15px;
  padding: 18px 12px 18px 48px;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 300ms linear;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 104px;
}
.wpcf7 label#textarea-offer textarea:hover, .wpcf7 label#textarea-offer textarea:focus {
  border-color: #FF8B00;
}
.wpcf7 label#textarea-offer textarea::-moz-placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label#textarea-offer textarea::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 label {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wpcf7 select {
  padding: 18px 12px 18px 12px;
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23283351' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 300ms linear;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
}
.wpcf7 select:hover, .wpcf7 select:focus {
  border-color: #FF8B00;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] {
  display: flex;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance {
  display: flex;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label {
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%23999999'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 12px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .wpcf7-acceptance label > input:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%23999999'/%3E%3Cpath d='M4 12.5714L7.42857 16L16 4' stroke='%23F28A19' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka {
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka a {
  font-weight: 700;
  transition: color 300ms linear;
  text-decoration: none;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka-offer-lp {
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-811] .text-polityka-offer-lp a {
  text-decoration: underline;
  color: #fff;
}
.wpcf7 input[type=checkbox] {
  display: none;
}

.form-button {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 42px;
}
@media (max-width: 1024px) {
  .form-button {
    justify-content: center;
  }
}

.wpcf7-response-output {
  border: 1px solid #FF8B00 !important;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

.wpcf7-validation-errors {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #F21C1C !important;
}

img {
  max-width: 100%;
  height: auto;
}

svg path {
  shape-rendering: geometricPrecision;
}

.py-120, .lp-strony__underhero {
  padding: 120px 0;
}

strong {
  font-weight: 800;
}

.js-scroll-to-element {
  display: none;
}

.page {
  margin: 0;
}

@media (max-width: 1024px) {
  main {
    overflow: hidden;
  }
}
main p {
  margin: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-20 {
  gap: 20px;
}

.logo {
  transition: all 300ms linear;
}
.logo:hover {
  opacity: 0.7;
}

.button {
  background-color: #283150;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  padding: 15px 18px;
  border-radius: 9999px;
  transition: all 300ms linear;
  color: #fff;
  border: 1px solid #283150;
  line-height: 1;
}
@media (max-width: 1024px) {
  .button {
    padding: 12px 24px;
    font-size: 17px;
    line-height: 1;
  }
}
.button:visited {
  color: #fff;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #FF8B00;
  border-color: #FF8B00;
}
.button-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.button-icon:hover {
  background-color: #FF8B00;
}
.button-send {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #FF8B00;
  outline: none;
  position: relative;
  border-color: #FF8B00;
}
.button-send:focus {
  outline: none;
  border-color: #283150;
}
.button-send:hover {
  background-color: #283150;
  border-color: #283150;
}
.button-transparent {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #283150;
  color: #283150;
  position: relative;
}
.button-transparent:focus {
  border-color: #283150;
}
.button-transparent:hover {
  background-color: #283150;
  color: #fff;
  border-color: #283150;
}
.button-transparent:visited {
  color: #283150;
}
.button-transparent:visited:hover {
  color: #fff;
}
.button-nostyles {
  border: 0;
}
.button-nostyles:hover {
  color: #283150;
}

.container {
  max-width: 1246px;
  padding: 0 20px;
}

.js-hamburger {
  cursor: pointer;
}

.js-hamburger--close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 32px;
}

.menu-button-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .menu-button-mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .menu-hide {
    display: none;
  }
}

.menu-kontakt {
  display: flex;
  justify-content: flex-end;
}

.js-menu-mobile {
  box-shadow: 0px 19px 24px rgba(137, 137, 137, 0.25);
  width: 100%;
  transform: translateX(100%);
  transition: all 450ms ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  padding: 40px 20px;
  z-index: 999;
  height: 100%;
}
.js-menu-mobile > ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  text-align: right;
  padding: 0;
  font-family: "Nunito", sans-serif;
  margin-bottom: 24px;
  gap: 1em;
}
.js-menu-mobile > ul li a {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #283150;
  transition: all 300ms linear;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  background: transparent;
}
.js-menu-mobile > ul li a:visited {
  color: #283150;
}
.js-menu-mobile > ul li a:hover {
  color: #FF8B00;
  text-decoration: none;
  background: #EBE6DB;
}
.js-menu-mobile.active {
  transform: translateX(0%);
}

html #cookies {
  padding: 20px;
  position: fixed;
  bottom: 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 99999999;
  background: #fff !important;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #283351;
  font-family: "Nunito";
}
@media (max-width: 992px) {
  html #cookies .col-lg-8 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
html #cookies .header {
  font-family: "Nunito";
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  /* 27.9px */
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}
html #cookies .header p {
  white-space: nowrap;
  margin: 0;
}
html #cookies .content {
  padding: 0;
}
html #cookies .content p {
  font-family: "Nunito";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #283351;
}
html #cookies .content p strong {
  font-weight: 800;
  color: #F28A19;
}
html #cookies .content p strong a {
  font-weight: 800;
  color: #F28A19;
}
html #cookies .buttons {
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  html #cookies .buttons {
    justify-content: center !important;
  }
}
html #cookies .btn {
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  padding: 12px 32px;
  border: 1px solid #283351;
  border-radius: 999px;
  color: #283351;
  transition: all 300ms linear;
  background-color: transparent;
}
html #cookies .btn:hover {
  background-color: #283351;
  color: #fff;
}
html #cookies .btn-on {
  background-color: #283351;
  color: #fff;
}
html #cookies .btn-on:hover {
  background-color: #fff;
  color: #283351;
}

.blackfriday-hidden {
  display: none !important;
}

.mobile-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #283150;
  color: #fff;
  border-radius: 25px;
  padding: 20px 0;
}
.mobile-buttons .column {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.mobile-buttons .column-text {
  text-align: center;
}
.mobile-buttons .column-text p.head {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-text p.head {
    font-size: 16px;
  }
}
.mobile-buttons .column-text p s {
  font-size: 28px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  position: relative;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-text p s {
    font-size: 20px;
  }
}
.mobile-buttons .column-text p s:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  background: #000;
  z-index: 10;
}
.mobile-buttons .column-text p strong {
  margin-top: 10px;
  display: block;
  color: #FF8B00;
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-text p strong {
    font-size: 28px;
  }
}
.mobile-buttons .column-text p strong span {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-text p strong span {
    font-size: 16px;
  }
}
.mobile-buttons .column-button a {
  background-color: #FF8B00;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding: 10px;
  gap: 4px;
  transition: all 450ms ease-in-out;
}
.mobile-buttons .column-button a:hover {
  text-decoration: none;
  box-shadow: 8px 8px 56px 0px rgb(255, 139, 0);
}
.mobile-buttons .column-button a p {
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-button a p {
    font-size: 10px;
    line-height: 1;
  }
}
.mobile-buttons .column-button a strong {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .mobile-buttons .column-button a strong {
    font-size: 12px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .hide-mobile-all {
    display: none;
  }
}
.cta__custom {
  padding-bottom: 120px;
}
.cta__custom--pt {
  padding-bottom: 0;
  padding: 120px 0 0 0;
}
.cta__custom--nop {
  padding: 0;
}
.cta__custom .button {
  background-color: #FF8B00;
  border-color: #FF8B00;
}
.cta__custom .button:hover {
  background-color: #283150;
  border-color: #283150;
}

@media (max-width: 1024px) {
  .cta__custom--pt {
    padding-bottom: 0;
    padding: 72px 0 0 0;
  }
  .cta__custom--nop {
    padding: 0;
  }
  .cta__custom {
    padding-bottom: 72px;
  }
}
.gap-30 {
  gap: 30px;
}

.custom-nav-container {
  position: relative;
  z-index: 9999999;
  max-width: 300px;
  /* Adjust width as needed */
}

.lp-dropdown {
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  /* Full rounded corners */
  border: 1px solid #969897;
  min-width: 200px;
}
.lp-dropdown .dropdown-toggle::after {
  display: none;
}

.lp-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #283150;
}

.lp-dropdown-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 24px;
  /* Gap between text and indicator */
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded=true] {
  transform: rotate(180deg);
}

.lp-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #969897;
  z-index: 999999;
  border-radius: 30px;
}
.lp-dropdown-menu.show {
  display: block;
}
.lp-dropdown-menu li {
  padding: 0;
  margin: 0;
}
.lp-dropdown-menu a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.lp-dropdown-menu a:hover,
.lp-dropdown-menu a:focus {
  background-color: #f8f9fa;
  color: #FF8B00;
}
.lp-dropdown-menu .current-menu-item a {
  font-weight: 600;
  color: #FF8B00;
}

.try {
  padding-bottom: 100px;
}

.pozycjonowanieStrony .text-hero h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 0 auto 40px;
  text-align: center;
  color: #283250;
}
@media (max-width: 1024px) {
  .pozycjonowanieStrony .text-hero h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .pozycjonowanieStrony .text-hero h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.pozycjonowanieStrony .text-hero h2 .icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}

.button-gradientPozycjonowanie {
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 140, 0, 0.2) 70%, rgb(248, 247, 243) 90%);
  max-width: 280px;
  width: 100%;
  border-radius: 9999px;
  padding: 2px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.button-gradientPozycjonowanie:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(248, 247, 243, 0.5);
}
.button-gradientPozycjonowanie:hover .button {
  background: #f5f5f5;
}
.button-gradientPozycjonowanie .button {
  display: block;
  width: 100%;
  padding: 15px;
  background: #F8F7F3;
  color: #283250;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  border: 0;
  border-radius: 9999px;
  /* zachowujemy zaokrąglenie */
  position: relative;
  z-index: 10;
  transition: background 0.25s ease, color 0.25s ease;
}
