*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #e7e7e7;
}
body {
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
input, select, textarea, button, a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}
html {
	scroll-behavior: smooth;
}

/*------ blue touch ------*/

input, select, textarea, button, a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
user-select: none;
}

:root {
	--color: #0b407e;
	--color-light: #00e9ee;
	--mint: #00deac;
	--light-mint: #00e0ac;
	--blue: #00b3ff;
	--more-blue: #2595FB;
	--light-blue: #00e9ee;
	--gray: #b9b9b9;
	--light-gray: #e7e7e7;
	--contrast: #222222;
	--contrast-bg: #030c17;
	--bg-light: #f5f5f5;
	--more-gray: #707070;
	--finea: #0AC5B2;
	--finea-light: #3bddcd;
	--finea-more-gray:#00163E;
	--faktura: #2595fc;
	--biura-contrast: #141d4d;
}

/* flex containers */

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.container-nowrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.container-column {
	display: flex;
	flex-direction: column;
}

.container-reverse {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.center {
	justify-content: center;
}

.start {
	justify-content: flex-start;
}

.start-icon {
	justify-content: center;
}

@media (max-width: 600px) {
	.start-icon {
	justify-content: flex-start;
}
}

.end {
	justify-content: flex-end;
}

.content-top {
	align-content: flex-start;
}

.align-center {
	align-items: center;
}

.gap {
	gap: 40px;
}

.row-gap {
	row-gap: 40px;
}

.column-gap {
	column-gap: 40px;
}

.half-gap {
	gap: 20px;
}

.gap-plus {
	gap: 140px;
}

/* flex items */

.logo {
	flex-basis: 200px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.logo-right {
	flex-basis: 100px;
	display: flex;
	justify-content: flex-end;
}

.claim {
	flex-basis: auto;
	text-align: right;
}

.claim-footer {
	flex-basis: auto;
	text-align: left;
}

@media (max-width: 605px) {
	.form-control.reverse{
		margin: 0px !important;
	}

}

@media (max-width: 1119px) {
	.claim {
	text-align: center;
	padding: 20px 0;
	}
}

.item {
	flex-basis: 1240px;
	padding: 20px;
}
.item-1240 {
	flex-basis: 1240px;
	padding: 20px;
}

.item-hero {
	flex-basis: 700px;
	padding: 20px;
}

.item-hero-2 {
	flex-basis: 800px;
	padding: 20px;
}

.item-hero-3 {
	flex-basis: 760px;
	padding: 20px;
}

.item-hero-4 {
	flex-basis: 630px;
	padding: 20px;
}

.item-form {
	flex-basis: 640px;
	padding: 40px;
}

@media (max-width: 768px) {
	.item-form {
	padding: 35px 10px 10px 10px;
}
}

.item-auto {
	flex-basis: auto;
	padding: 20px;
}

.item-3-4 {
	flex-basis: 700px;
	padding: 20px;
}

.item-1000 {
	flex-basis: 1000px;
	padding: 20px;
}

.item-1-2 {
	flex-basis: 530px;
	padding: 20px;
}

.item-50 {
	flex-basis: 50%;
	padding: 20px;
}

/* 550 */

.item-400 {
	flex-basis: 400px;
	padding: 5px;
}

.item-1-3 {
	flex-basis: 330px;
	padding: 20px;
}

.item-ekspert {
	flex-basis: 380px;
	padding: 20px;
}

@media (min-width: 600px) and (max-width: 1069px) {
	.item-1-3 {
	flex-basis: 505px;
	}
}

/* 355 */

.item-1-4 {
	flex-basis: 245px;
	padding: 20px;
}

/* 255 */

.item-1-6 {
	flex-basis: 150px;
	padding: 20px;
}

/* 156 */

.item-1-6-half-gap {
	flex-basis: 170px;
	padding: 20px;
}

.item-100 {
	flex-basis: 100px;
	padding: 2px;
}

.item-inside {
	flex-basis: 100%;
}

.item-bullet {
	min-width: 28px;
}

.item-icon-left {
	min-width: 20px;
}

.item-circle-number {
	min-width: 45px;
}

.grow {
	flex-grow: 1;
}

/* typo */
	
body, input, select {
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	color: #222222;
}

p {
	font-weight: 400;
}

p.lead {
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-size: clamp(19px, 3vw, 26px);
	line-height: 1.5;
}

p.lead-plus {
	font-size: 32px;
	font-size: clamp(26px, 3.5vw, 32px);
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
}

h1, .quote-title {
	font-weight: 600;
	font-size: 36px;
	font-size: clamp(28px, 4.6vw, 36px);
	line-height: 1.3;
}

.quote-title {
	font-family: 'Nunito', sans-serif;
}

.mega-claim {
	font-size: 80px;
	font-size: clamp(40px, 5.5vw, 80px);
	line-height: 1.3;
	font-weight: 700;
}

.big-claim {
	font-size: 55px;
	font-size: clamp(30px, 4.8vw, 55px);
	line-height: 1.3;
	font-weight: 600;
}

.big-text {
	font-size: 28px;
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.3;
	font-weight: 700;
}

h2 {
	font-weight: 600;
	font-size: 34px;
	font-size: clamp(28px, 3.5vw, 34px);
	line-height: 1.3;
	padding-bottom: 20px;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: var(--contrast);
}

.white-text {
	color: #ffffff;
}

.more-blue-text {
	color: var(--more-blue);
}

.faktura-text {
	color: var(--faktura);
}

.center-text {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

/* bg */

.bg-color {
	background-color: var(--color);
}

.bg-more-blue {
	background-color: var(--more-blue);
}

.bg-color-light {
	background-color: var(--color-light);
}

.bg-dark {
	background: var(--contrast-bg)
}

.bg-light {
	background: var(--bg-light)
}

.bg-gray {
	background: var(--more-gray)
}

.bg-white {
	background: #ffffff;
}

.bg-black {
	background: #000000;
}







@media (max-width: 1024px) {
#form-bottom > div{
	justify-content: center !important;
}

.hero-2, .hero-3, .hero-4 {
	background: none;
	background-color: var(--more-blue);
	height: auto;
	min-height: 400px;
}
.hero-img-mobile, .hero-2-img-mobile, .hero-3-img-mobile, .hero-4-img-mobile{
	display: flex;
}
.item-hero, .item-hero-2, .item-hero-3, .item-hero-4 {
	flex-basis: 100%;
	padding: 20px;
}

.slider .info.before {
    display: none;
}
.slider .info.after {
    display: none;
}
#form-bottom .space-up {
    padding-top: 0;
}
}

.social-proof {
	background: url(../wlasciciel-fabryki.webp) no-repeat center -7vw;
	background-size: cover;
	min-height: 800px;
}

@media (max-width: 1024px) {
.social-proof {
	background: none;
	background-color: var(--contrast-bg);
	min-height: 600px;
}
}

.photo-bg-1 {
	background: url(../faktoring-01.webp) no-repeat center center;
	background-size: cover;
	height: 45vh;
	min-height: 300px;
	background-position: 50%;
}

.bg-line {
	background: url(../line-v.svg) no-repeat;
	background-size: 2px 80%;
	background-position: 62px;
	background-color: #ffffff;
}

/* design */

.voucher {
	margin-right: -10vw;
}

@media (max-width: 1500px) {
	.voucher {
		margin-right: -5vw;
	}
}

@media (max-width: 1340px) {
	.voucher {
		margin-right: 0;
	}
}


mark {
	color: #ffffff;
	background: var(--mint);
}

.mint {
	color: var(--mint);
}
.blue {
	color: var(--blue);
}
.light-blue {
	color: var(--light-blue);
}

.gradient-blue {
	background: hsla(212, 84%, 27%, 1);
	background: linear-gradient(90deg, hsla(212, 84%, 27%, 1) 0%, hsla(198, 100%, 50%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(212, 84%, 27%, 1) 0%, hsla(198, 100%, 50%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(212, 84%, 27%, 1) 0%, hsla(198, 100%, 50%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0B407E", endColorstr="#00B3FF", GradientType=1 );
}

.gradient-mint {
	background: rgb(0,153,153);
	background: -moz-linear-gradient(90deg, rgba(0,153,153,1) 5%, rgba(0,224,172,1) 21%, rgba(0,153,153,1) 37%);
	background: -webkit-linear-gradient(90deg, rgba(0,153,153,1) 5%, rgba(0,224,172,1) 21%, rgba(0,153,153,1) 37%);
	background: linear-gradient(90deg, rgba(0,153,153,1) 5%, rgba(0,224,172,1) 21%, rgba(0,153,153,1) 37%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009999",endColorstr="#009999",GradientType=1);
}

.gradient-mint {
background: rgb(0,224,172);
background: -moz-radial-gradient(circle at 17%, rgba(0,224,172,1) 0%, rgba(0,153,153,1) 37%);
background: -webkit-radial-gradient(circle at 17%, rgba(0,224,172,1) 0%, rgba(0,153,153,1) 37%);
background: radial-gradient(circle at 17%, rgba(0,224,172,1) 0%, rgba(0,153,153,1) 37%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e0ac",endColorstr="#009999",GradientType=1);
}

.gradient-light-blue {
	background: hsla(198, 100%, 50%, 1);
	background: linear-gradient(90deg, hsla(198, 100%, 50%, 1) 0%, hsla(181, 100%, 47%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(198, 100%, 50%, 1) 0%, hsla(181, 100%, 47%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(198, 100%, 50%, 1) 0%, hsla(181, 100%, 47%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00B3FF", endColorstr="#00E9EE", GradientType=1 );
}

.border-blue {
	border: 2px solid var(--more-blue); 
}

.text-with-icon {
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	padding-bottom:20px;
}
.text-icon {
    font-size: 1.5em;
    line-height: 0;
    padding-right: 0.5em;
}

.text-icon img {
	width: 20px;
}

@media (min-width: 1500px) {
.cross-text-block-right {
	margin-right: 140px;
}
.cross-text-block-left {
	margin-left: 140px;
}
}

.shadow {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.shadow-small {
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

.move-up {
	margin-top: -50px;
}

.move-up-more {
	margin-top: -65px;
}

.button {
	padding: 15px 25px;
	border-radius: 40px;
	text-align: center;
	line-height: 1.3;
	font-weight: 700;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.button-mint {
	color: #009999;
	background-color: #ffffff;
}

.button-blue {
	color: #00b2ff;
	background-color: #ffffff;
}

.big-button {
	padding: 15px 25px;
	font-size: 21px;
	letter-spacing: 0.01em;
}

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

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

.black-button {
	color: #ffffff;
	background-color: #000000;
}

.white-button {
	color: var(--contrast);
	background-color: #ffffff;
}

a.black-button:visited, a.black-button:active,
a.color-button:visited,a.color-button:active {
	text-decoration: none;
	color: #ffffff;
}

a.white-button:visited, 
a.white-button:active {
	color: var(--contrast);
}

a.black-button:hover {
	background-color: #ffffff;
	color: #000000;
}

a.white-button:hover, a.button-mint:hover, a.button-blue:hover {
	background-color: var(--more-blue);
	color: #000000;
}

.left-border-box {
	border-left: 3px solid var(--gray);
	padding: 10px 10px 10px 40px;
}

.cb-box {
	padding: 30px;
	min-height: 230px;
}

#bottom-bar {
	position: fixed;
	bottom: -300px;
	width: 100%;
	display: flex;
	transition: bottom 0.4s;
}

.bar-text {
	justify-content: flex-end; 
	padding: 0;
}

@media (max-width: 1024px) {
	.bar-text {
	justify-content: center; 
	text-align: center;
	padding: 0;
	}
	.bar-button {
	justify-content: center;
	}
}

#footer a {
	color: #ffffff;
}

.box-text {
	font-size: 1.3em;;
	line-height: 1.4;
}

.social-proof-text {
	justify-content: flex-end;
}

@media (max-width: 1024px) {
.social-proof-text {
	justify-content: center;}
.social-proof-text .item-1-2 {
	flex-basis: 800px;}
.social-proof-mobile {
	display: flex;
	padding: 0 40px;}
.social-proof-mobile img {
	border-radius: 20px;}
.move-up, .move-up-more {
	margin-top: 0;
}
}

.circle-number {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	background-color: var(--finea);
	padding: 10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
}

.efaktor .circle-number {
	background-color: var(--color);
}

.steps {
	padding: 0 40px 40px 40px;
}

.form-padding {
	padding: 30px 40px 0 40px;
}

@media (max-width: 500px) {
.steps {padding: 0 0 40px 0;}
.form-padding {padding: 30px 5px 0 5px;}
}

/* space */

.space-up {
	padding-top: 40px;
}

.half-space-up {
	padding-top: 20px;
}

.space-up-plus {
	padding-top: 60px;
}

.space-down {
	padding-bottom: 40px;
}

.half-space-down {
	padding-bottom: 20px;
}

.space-down-plus {
	padding-bottom: 60px;
}

.no-space {
	padding: 0;
}
.bullet-text {
	padding-top: 0.12em;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
}

/* form */

input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
}

.form-control.reverse {
	border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
	border-color: var(--faktura);
	margin: 0px 40px;
}

.form-control.reverse:focus, .form-control.reverse:active {
	background: #ffffff;
	border-color: #FFFFFF;
}

input.error {
	border: 1px red solid !important;
}

input[type="checkbox"].error+label {
	color: red;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

input[type=text],
input[type=phone],
input[type=email] {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	transition-timing-function: ease;
	outline: none;
}

input[type=text]:focus,
input[type=phone]:focus,
input[type=email]:focus {
	box-shadow: 0px 3px 0px 0px var(--faktura);
}

input[type=text]::placeholder,
input[type=phone]::placeholder,
input[type=email]::placeholder {
	color: var(--faktura);
	text-align: center;
}	

.submit-button {
	color: #ffffff;
	background-color: var(--faktura);
	width: initial;
    padding: 0px 80px;
    margin-top: 20px;	
	font-weight: 300;
}

.submit-button:hover {
	color: #ffffff;
	background-color: var(--light-mint);
}

.zgoda {
	font-size: 0.77em;
	line-height: 1.0;
	user-select: none;
}


label {
	position: relative;
	padding-left: 30px;
}

.tooltip {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	font-weight: 600;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 160px;
	background-color: var(--contrast-bg);
	color: #fff;
	text-align: center;
	border-radius: 8px;
	padding: 8px 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: var(--contrast-bg) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.slider {
    position: relative;
    height: 1rem;
    border-radius: 20px;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
    margin-top: 120px;
    margin-bottom: 70px;
    background-color: #F1F1F1;

	width: 100%;
}

.slider .edge.min {
    left: -36px;
}

.slider .edge {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #E0E0E0;
    background-color: #F8F8F8;
    position: absolute;
    top: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #224064;
}

.slider .edge.max {
    right: -36px;
}

.slider-handle {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background: #F1F1F1;
    top: 50%;
    box-sizing: border-box;
	background: #ffd100;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    display: inline-block;
    max-width: 100%;
    height: 1rem;
    transition: all 0.2s ease-in-out;
    background-color: #FFD800;
}

.slider .slider-drop input:disabled {
    cursor: pointer;
}

.slider .slider-drop input {
    text-align: center;
    color: #000000;
    background-color: unset;
    border: none;
    width: 42px;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    pointer-events: none;
}

span.slider-handle:focus {
    outline: none !important;
}

.slider .slider-drop {
    position: absolute;
    display: flex;
    top: -103px;
    left: -181%;
    border-radius: 8.15423px;
    width: 160px;
    height: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 8.15423px 13.5904px rgba(0, 0, 0, 0.15);
    align-content: center;
}

span.slider-drop::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7px;
    transform: rotate(45deg);
    background: #fff;
}

.slider .info {
    position: absolute;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.slider .info.before {
    bottom: -30px;
    left: 0;
}

.slider .info.after {
    bottom: -30px;
    right: 0px;
}

.form-max-width {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}


#pb_loader {
	position: fixed;
	width:  96px;
	height: 96px;
	left:  50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 24px 64px rgba(0,0,0,0.24);
	border-radius:16px;
	opacity: 0; 
	visibility: hidden;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index:1000;
}

#pb_loader.fullscreen {
	padding:  0;
	left:  0;
	top:  0;
	width:  100%;
	height: 100%;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}

#pb_loader.show {
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#pb_loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left:  calc(50% - 24px);
  top:  calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}

#pb_loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.checkmark {
	background-color: #FFFFFF;
	position: absolute;
	border: 1px solid #0E366C;
	height: 16px;
	width: 16px;
	left: 0;
	top: -3px;
  }
  
  input:checked ~ span.checkmark::after {
	display: block;
  }
  input:checked ~ .checkmark::after {
	content: "";
	display: none;
	position: absolute;
	width: 60%;
	height: 60%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../check.svg") no-repeat center/cover;
  }

  .visually-hidden {
    position: absolute;
    left: -100vw;
 }

 .help-block{
	color: var(--more-blue);
 }

 .cw-form-success{
	color: var(--more-blue);
    text-align: center;
    font-weight: 700;
    border: 2px var(--more-blue) solid;
    padding: 10px;
    margin: 20px 0px 10px 0px;
 }
