:root {
  --color-2: #171717;
  --color-1: white;
  --color-3: #ffcb04;
  --color-5: #2d2d2d;
  --color-4: #212121;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #FFCB05;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #FFCB05;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #FFCB05;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-2);
  color: var(--color-1);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.linia-100-footer {
  background-color: #ffffff26;
  min-height: 1px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #f7f9fb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 2rem;
  display: grid;
}

.container {
  max-width: 1300px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.menu-top {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.menu-top.thx {
  justify-content: center;
  align-items: center;
}

.section-footer {
  background-color: #171717;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
}

.link {
  color: #f7f9fb;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: #ffcb05;
}

.link.small-regulamin {
  color: #f7f9fb80;
  font-size: .7rem;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  pointer-events: none;
  width: 100%;
  max-width: 120px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-faq {
  border: 0 solid #ffffff26;
  border-top-width: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.code-embed {
  background-color: #f7f9fb;
}

.heading {
  font-size: 2.4rem;
}

.text-span {
  color: var(--color-3);
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.text-block {
  color: var(--color-3);
  font-size: 1.1rem;
  font-weight: 600;
}

.section-zarejestruj-sie-strefa-pro {
  background-image: url('../images/graf-easydrop-modul-left.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 4rem;
  position: relative;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.div-block-5 {
  background-color: var(--color-3);
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 2rem;
}

.div-block-5.w2 {
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  color: var(--color-1);
}

.heading-2 {
  color: var(--color-2);
  text-align: left;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}

.heading-2.w2 {
  color: var(--color-3);
  margin-bottom: 1rem;
}

.text-block-2 {
  color: var(--color-2);
  margin-bottom: 1rem;
  font-weight: 800;
}

.text-block-2.w2 {
  color: var(--color-1);
  font-weight: 400;
}

.div-block-6 {
  background-color: var(--color-2);
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  color: var(--color-3);
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-2);
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  display: flex;
}

.button {
  background-color: var(--color-2);
  width: 100%;
  color: var(--color-3);
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.button.w2 {
  background-color: var(--color-3);
  width: auto;
  color: var(--color-2);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  transition: all .3s;
  display: inline-block;
}

.button.w2:hover {
  background-color: var(--color-1);
}

.button.w3 {
  background-color: var(--color-3);
  width: auto;
  color: var(--color-2);
  margin-left: auto;
  margin-right: auto;
  padding: 16px 1rem;
  font-size: .9rem;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button.w3:hover {
  background-color: var(--color-1);
}

.button.w4 {
  border: 0px solid var(--color-5);
  background-color: var(--color-4);
  width: auto;
  color: var(--color-1);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  transition: all .3s;
  display: block;
}

.button.w4:hover {
  background-color: var(--color-3);
  color: var(--color-2);
}

.button.w2_left {
  background-color: var(--color-3);
  width: auto;
  color: var(--color-2);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  transition: all .3s;
  display: block;
}

.button.w2_left:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.w3-tel {
  background-color: var(--color-4);
  width: auto;
  color: var(--color-3);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  transition: all .3s;
  display: inline-block;
}

.button.w3-tel:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button._w-form {
  background-color: var(--color-3);
  color: var(--color-2);
}

.image-8 {
  mix-blend-mode: lighten;
  object-fit: cover;
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 550px;
  display: block;
}

.div-block-7 {
  background-color: var(--color-2);
  position: relative;
}

.image-9 {
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-zarabiaj-wiecej {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.text-block-3 {
  font-style: italic;
  font-weight: 300;
}

.margin-2 {
  min-height: 2rem;
}

.text-block-4 {
  color: var(--color-3);
  font-size: 1rem;
  font-weight: 700;
}

.section-dane-techniczne {
  padding-top: 4rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-10 {
  border-bottom: 1px solid var(--color-5);
  display: flex;
}

.div-block-11 {
  border-right: 1px solid var(--color-5);
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.text-block-5 {
  color: var(--color-3);
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-6 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.div-block-15 {
  display: inline-block;
  position: relative;
}

.image-10 {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-16 {
  border-left: 2px solid var(--color-3);
  background-color: var(--color-4);
  flex: 1;
}

.div-block-17 {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
  overflow: hidden;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-span-2 {
  color: var(--color-3);
}

.image-11 {
  object-fit: cover;
  min-height: 100%;
}

.section {
  background-image: url('../images/Easy_Drop.webp');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.image-12 {
  pointer-events: none;
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lightbox-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-38 {
  border: 1px solid #000;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 4px;
  display: none;
}

.div-block-39 {
  border: 3px solid #ffcb05;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  width: 20px;
  max-width: 20px;
  margin-left: 4px;
}

.div-video {
  background-color: var(--color-1);
  color: #ffcb05;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 1rem 2rem;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.section-jak-to-dziala {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-41 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-42 {
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  text-align: center;
  padding: 1rem .5rem;
}

.div-block-42.wtroznij {
  border-color: var(--color-3);
}

.text-block-8 {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-9 {
  font-size: .9rem;
}

.code-embed-2 {
  margin-bottom: 1rem;
}

.krok-1-ukryty {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: none;
}

.h2-left {
  margin-bottom: 0;
}

.section-dlaczego-easydrop {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-43 {
  border: 1px solid var(--color-5);
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--color-5);
  grid-template-rows: auto;
  grid-template-columns: minmax(180px, 240px) 1fr 1fr;
}

.div-block-44 {
  border-left: 1px solid var(--color-5);
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.text-block-10 {
  font-weight: 600;
}

.div-block-45 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--color-5);
  background-color: #212121;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  font-size: .9rem;
  display: flex;
}

.div-block-45.w2 {
  background-color: var(--color-3);
  color: var(--color-2);
  border-left-width: 0;
}

.div-block-46 {
  color: var(--color-3);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.div-block-47 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-11 {
  font-size: 1rem;
  font-weight: 700;
}

.image-13 {
  margin-top: 4px;
}

.div-block-48 {
  background-color: var(--color-3);
}

.image-14 {
  width: 100%;
  min-height: 100%;
}

.tab-link-tab-2 {
  border: 1px solid var(--color-5);
  background-color: var(--color-4);
  color: var(--color-1);
  padding: .8rem 1.5rem;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  background-color: var(--color-3);
  color: var(--color-2);
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.navbar {
  background-color: var(--color-2);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.thx {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand {
  margin-left: 0;
  margin-right: auto;
}

.brand.thx {
  margin-left: auto;
}

.nav-link {
  color: var(--color-1);
  padding: 16px .8rem;
  font-size: .9rem;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--color-3);
}

.section-2 {
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-6 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  position: relative;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.heading-3.thx {
  max-width: 550px;
  font-size: 2.6rem;
  line-height: 1.2;
}

.text-span-3 {
  color: var(--color-3);
  font-size: 5.3rem;
  font-weight: 800;
  line-height: 1;
}

.div-block-53 {
  background-color: var(--color-1);
  width: 100%;
  max-width: 600px;
  min-height: 20px;
  padding: 1rem 1rem 1rem 2rem;
  position: absolute;
  inset: auto -250px 0% auto;
}

.div-block-53.ukryj_desktop {
  display: none;
}

.image-16 {
  width: 100%;
  max-width: none;
  min-height: 1px;
  position: relative;
}

.image-17 {
  max-height: 50px;
}

.div-block-54 {
  opacity: .35;
  filter: blur(150px);
  pointer-events: none;
  background-color: #ffcb04;
  border-radius: 100000000px;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 24%;
}

.image-18 {
  pointer-events: none;
  max-width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide {
  margin-right: 3rem;
}

.left-arrow {
  color: #171717;
  background-color: #ffcb05;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: flex;
  left: -28px;
}

.left-arrow:hover {
  color: #ffcb05;
  background-color: #171717;
}

.slider-video {
  background-color: #ddd0;
  max-width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mask-video {
  height: auto;
  overflow: visible;
}

.pause-state {
  background-color: #f7f9fb;
  border: 1px solid #ffcb05;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  max-height: 12px;
  display: flex;
}

.image-20 {
  width: 20px;
  max-width: 20px;
  margin-left: 4px;
}

.right-arrow {
  color: #171717;
  background-color: #ffcb05;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: flex;
  right: -28px;
}

.right-arrow:hover {
  color: #ffcb05;
  background-color: #171717;
}

.play-pause-button {
  inset: 0%;
}

.section-3 {
  padding-top: 4rem;
  overflow: hidden;
}

.checkbox {
  border: 1px solid var(--color-1);
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  box-shadow: none;
  border-radius: 3px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox:hover, .checkbox:active {
  box-shadow: none;
  border-width: 1px;
  border-color: #dee4ed;
}

.checkbox.w--redirected-checked {
  background-color: #141919;
  background-image: url('../images/check_v_form.svg');
  background-position: 50%;
  background-size: 10px;
  border-width: 1px;
  border-color: #171717;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: none;
  border-width: 1px;
  border-color: #dee4ed;
}

.div-block-56 {
  flex: 1;
}

.btn_fourth-text {
  z-index: 3;
  position: relative;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .6rem;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc00;
  border-radius: 3px;
  padding-top: 0;
  overflow: hidden;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  inset: 0%;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.div-block-57 {
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 3px;
  font-size: .8rem;
  font-weight: 600;
}

.div-block-58 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  flex-direction: row;
    align-items: flex-end;
}

.text-field {
  color: #171717;
  background-color: #f7f9fb;
  border: 0 solid #000;
  min-height: 50px;
  margin-bottom: 0;
  font-weight: 600;
}

.text-field.big-pytanie {
  min-height: 120px;
}

.btn_fourth-bg {
  background-color: #171717;
  position: absolute;
  inset: auto 0% 0%;
}

.form {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color-1);
  flex-flow: column;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button-2.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-2.is-filled.with-icon {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #171717;
  background-color: #ffcb05;
  border-width: 1px;
  border-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .7rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.button-2.is-filled.with-icon._w-form-cta {
  min-height: 60px;
  font-size: 1rem;
  font-weight: 600;
}

.button-2.is-filled.with-icon._w-form-cta.w--current {
  min-height: 60px;
}

.button-form {
  color: #171717;
  background-color: #ffcb05;
  width: 100%;
  min-height: 55px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: none;
}

.section-formularz {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  padding-top: 4rem;
  position: relative;
}

.text-block-12 {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.div-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-3);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.text-span-4 {
  color: var(--color-1);
}

@media screen and (max-width: 991px) {
  .section-zarejestruj-sie-strefa-pro {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.w3 {
    width: 100%;
    transition: all .3s;
  }

  .button.w3:hover {
    background-color: var(--color-2);
    color: var(--color-3);
  }

  .image-8 {
    max-width: 450px;
    margin-top: 1rem;
  }

  .div-block-8 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .div-block-41 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .code-embed-2 {
    display: none;
  }

  .krok-1-ukryty {
    display: block;
  }

  .grid-5 {
    grid-template-columns: minmax(120px, 160px) 1fr 1fr;
  }

  .nav-link {
    color: var(--color-2);
    text-align: center;
  }

  .nav-link:hover {
    background-color: var(--color-2);
    color: var(--color-3);
  }

  .nav-link.w--current {
    color: var(--color-2);
  }

  .section-2 {
    overflow: hidden;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-51 {
    padding-right: 2rem;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 2.4rem;
  }

  .text-span-3 {
    font-size: 7rem;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: relative;
    right: auto;
  }

  .div-block-53.ukryj {
    display: none;
  }

  .div-block-53.ukryj_desktop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-16 {
    max-width: 75%;
    margin-left: auto;
  }

  .div-block-54 {
    inset: auto 10% 5% auto;
  }

  .div-block-55 {
    text-align: center;
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
    color: var(--color-2);
  }

  .nav-menu {
    background-color: var(--color-3);
    text-align: center;
  }

  .image-18 {
    display: none;
  }

  .button_arrow-block.is-second {
    background-color: #fcfcfc00;
    padding: 0;
  }

  .button_arrow-active.is-2 {
    position: absolute;
    inset: 0%;
  }

  .text-field {
    font-size: 1.1rem;
  }

  .btn_fourth-bg {
    background-color: #171717;
  }

  .button-2 {
    color: #171717;
    background-color: #ffcb05;
    border-radius: 0;
    min-height: 50px;
    padding: .7rem 1rem;
    text-decoration: none;
  }

  .button-2.is-filled.with-icon {
    border-radius: 0;
  }

  .section-formularz {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-faq {
    padding-top: 5rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section-zarabiaj-wiecej {
    padding-top: 5rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .section-dane-techniczne {
    padding-top: 5rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .section-jak-to-dziala {
    padding-top: 5rem;
  }

  .div-block-41 {
    grid-template-columns: 1fr 1fr;
  }

  .section-dlaczego-easydrop {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-5.gora {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    border-bottom: 1px solid var(--color-5);
  }

  .div-block-45 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image-14 {
    object-fit: cover;
    min-height: 240px;
    max-height: 240px;
  }

  .image-15 {
    object-fit: cover;
    width: 1px;
    min-height: 240px;
    max-height: 240px;
  }

  .div-block-49, .div-block-50 {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-51 {
    padding-right: 2rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .text-span-3 {
    font-size: 5rem;
  }

  .slider-video {
    max-width: 320px;
  }

  .div-block-58 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2.dane-adresowe {
    margin-top: 2rem;
  }

  .image-6 {
    max-width: 90%;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-7 {
    max-width: 80px;
  }

  .div-block-4, .div-block-5 {
    padding: 1.2rem;
  }

  .div-block-6 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .button.w2, .button.w4, .button.w2_left, .button.w2_left.w--current, .button.w3-tel {
    width: 100%;
  }

  .image-9 {
    width: 100%;
    max-width: 70px;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-9 {
    padding: 1.2rem;
  }

  .div-block-11 {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    display: none;
  }

  .image-12 {
    max-width: 140px;
  }

  .div-block-40 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-41 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .div-block-44 {
    text-align: center;
  }

  .image-14 {
    min-height: 160px;
    max-height: 160px;
  }

  .tab-link-tab-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-52 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .heading-3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .text-span-3 {
    font-size: 3.8rem;
  }

  .div-block-54 {
    opacity: .25;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .div-block-55 {
    width: 100%;
  }

  .image-19 {
    max-width: 70%;
  }

  .div-block-57 {
    margin-bottom: 0;
  }

  .button-2.is-filled.with-icon._w-form-cta.w--current {
    min-height: 40px;
  }
}

#w-node-_877671c4-912e-916f-c53a-399aaef43bd2-8ecae5fc {
  place-self: end;
}

#w-node-_2a46efcc-e74a-37b4-9303-d401061ce7e1-8ecae5fc, #w-node-b0e887c4-df91-5bbd-c561-92d8e85c9c71-8ecae5fc {
  align-self: stretch;
}

#w-node-_500e6d51-5b63-5d10-1714-3d3cf193c256-8ecae5fc {
  align-self: start;
}

#w-node-_10e793f4-3f3d-5159-b5bd-55436d5ee6fc-8ecae5fc, #w-node-_7cd94bd5-d5e5-e979-232e-c9f131ac0e03-8ecae5fc {
  place-self: stretch stretch;
}

#w-node-_7cd94bd5-d5e5-e979-232e-c9f131ac0de2-8ecae5fc {
  align-self: start;
}

#w-node-_877671c4-912e-916f-c53a-399aaef43bd2-358703a6 {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_10e793f4-3f3d-5159-b5bd-55436d5ee6fc-8ecae5fc {
    justify-self: stretch;
  }

  #w-node-_7cd94bd5-d5e5-e979-232e-c9f131ac0e03-8ecae5fc {
    order: 9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a470fad7-1790-05bd-fdc9-3d35bcb38c81-8ecae5fc, #w-node-_8c50675e-a290-cef1-c6f8-a0c84e893626-8ecae5fc {
    align-self: stretch;
  }
}


