/*
	Theme Name: Finansowanie
	Version: 1.0.0
	Author: addslashes
*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap&subset=latin-ext');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

body .wrapper{
	transition: .2s;
}


body.blur .wrapper{
	filter: blur(10px);
	overflow:hidden;
}

h1{
	font-size: 37px;
	line-height: 48px;
	color:#023f88;
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
	color:#fff;
}

h3{
	font-size: 17px;
	line-height: 26px;
}

p{
	margin-bottom: 0;
	margin-top: 0;
}

.orange{
	color:#f58b20;
}

ul{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
	outline: 0!important;
}

small{
	font-size: 10px;
	line-height: 11px;
	font-weight: 300;
}

.container{
	max-width: 1190px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.cols{
	display: flex;
}

.cols4 .col{
	width: 25%;
}

.btn{
	display: inline-block;
	font-size: 17px;
	line-height: 43px;
	font-weight: 700;
	border: 1px solid rgba(0,0,0,0);
	padding: 0 42px;
	color:#fff;
	border-radius: 21.5px;
	text-align: center;
	transition: .3s;
}

.btn.btn-transparent{
	border-color:#fff;
}

.btn.btn-transparent:hover{
	background: #fff;
	color:#023f88;
	border-color:#fff;
}

.btn.btn-orange{
	border-color:#f58b20;
	background: #f58b20;
}

.btn.btn-orange:hover{
 border-color:#f58b20;
 background: transparent;
 color:#f58b20;
}

.btn.btn-white{
	color:#023f88;
	background: #fff;
	box-shadow:11px 14px 29px rgba(2,63,136,0.27);
}

.btn.btn-white:hover{
	box-shadow:11px 14px 29px rgba(2,63,136,0.54);
}

.btn.btn-blue{
	background: #023f88;
	color:#fff;
}

.section-top{
	height: 535px;
	background-size: cover;
	background-position: center;
	background-image: url(img/section-top-bg.jpg);
}

.section-top .container{
	position: relative;
	height: 100%;
}

.section-top .form{
	position: absolute;
	top:57px;
	right:0;
	height: auto;
	background: #f58b20;
	width: 260px;
	padding: 25px 0px;
	text-align: center;
	color:#fff;
}

.section-top .form h2{
	position: relative;
	z-index: 2;
}

.section-top .form p{
	line-height: 18px;
}

.section-top .form .wpcf7{
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 15px;
}

.section-top .form .wpcf7 span.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
	width: 100%;
	border:0;
	outline: 0;
	margin-bottom: 5px;
	height: 30px;
	padding: 8px 11px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="text"].wpcf7-not-valid{
	margin-bottom: 0;
}

.section-top .form .wpcf7 textarea{
	height: 50px;
}

.wpcf7 input[type="checkbox"]{
	display: none;
}

.wpcf7 input[type="submit"]{
	width: 100%;
	margin-top: 8px;
	box-shadow: 11px 14px 29px rgba(2,63,136,0.27);
	line-height: 32px;
	font-size: 12px;
	outline: 0;
}

.wpcf7 input[type="submit"]:focus{
	outline: 0;
}

.section-top .form .wpcf7  ::-webkit-input-placeholder { /* Edge */
  color: #939598;
}

.section-top .form .wpcf7  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #939598;
}

.section-top .form .wpcf7  ::placeholder {
  color: #939598;
}

span.wpcf7-list-item{
	margin-left: 0;
}

span.wpcf7-list-item label{
	display: block;
	font-weight: 300;
	font-size: 9px;
	line-height: 16px;
}

span.wpcf7-form-control-wrap span{
	display: inline-block;
	width: 100%;
}

span.wpcf7-form-control-wrap a{
	color:inherit;
	text-decoration:underline;
}

.wpcf7-list-item-label{
	position: relative;
	padding-left: 17px;
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after{
	content: "";
	position: absolute;
	left:0;
	top:4px;
	width: 4px;
	height: 4px;
	background: #fff;
}

.wpcf7-list-item-label:before{
	background: #fff;
	width: 8px;
	height: 8px;
}

.wpcf7-list-item-label:after{
	background: #023f88;
	opacity: 0;
	visibility: hidden;
	left:2px;
	top:6px;
}

input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
	visibility: visible;
}

.section-top .form .submit{
	position: relative;
	margin-bottom: 15px;
}


.section-top .form div.wpcf7 .ajax-loader{
	position: absolute;
	left:0;
	top:18px;
}

.wpcf7 .wpcf7-not-valid-tip{
	font-size: 10px;
	line-height: 10px;
	top: -4px;
	position: relative;
	text-align: left;
}

.wpcf7 .acceptance-836 .wpcf7-not-valid-tip{
	top:0;
}

.wpcf7 .submit{
	margin-top:20px;
}

@media (min-width:1200px){
	.wpcf7 .submit{
		margin-top: 0;
	}
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	margin: 0 0 10px;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 10px;
	border:0;
	color:#fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	background: #ff0000;
}

.wpcf7 form.send .wpcf7-response-output, {
	background: green;
}

.section-top .form .tel{
	margin-top: 18px;
}

.section-top .form .tel a{
	color:#023f88;
	font-size: 24px;
	list-style-position: 26px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-top .form .tel img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.section-top .btn{
	min-width: 185px;
}

.section-top .logo{
	padding-top: 57px;
	margin-bottom: 57px;
}

.section-top .logo img{
	max-width: 150px;
	height: auto;
}

.section-top  .el-1{
	text-transform: uppercase;
	margin-bottom: 15px;
	color:#676767;
}

.section-top  .el-3 p{
	margin-bottom: 20px;
}

.section-1 {
	text-align: center;
	padding: 50px 0;
}

.section-1 h2{
	font-size: 37px;
	line-height: 48px;
	color:#023f88;
	margin-bottom: 40px;
}

.section-1 .cols{
	margin: 0 auto;
	padding: 0 60px;
}

.section-1 .col{
	padding-left: 33px;
	padding-right: 33px;
}

.section-1 .icon{
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-1 h3{
	color:#023f88;
	padding-bottom: 30px;
	text-transform:uppercase;
	position: relative;
}

.section-1 h3:after{
	content: "";
	width: 15px;
	background: #023f88;
	height: 2px;
	position: absolute;
	left:50%;
	right: 50%;
	margin-left: -7.5px;
	bottom:14px;
}

.section-1 p{
	color:#676767;
}

.section-2{
	background: #f58b20;
	padding: 50px 0 75px;
	text-align: center;
	position: relative;
	overflow: hidden;
	color:#fff;
}

.section-2:after{
	content: "";
	position: absolute;
	left:50%;
	right: 50%;
	border-radius: 50%;
	background: #f69737;
	width: 820px;
	height: 820px;
	margin-left: -410px;
	top:50%;
	bottom:50%;
	margin-top: -410px;
}

.section-2 .container{
	position: relative;
	z-index: 1;
}

.section-2 h2{
	font-size: 37px;
	line-height: 48px;
	color:#fff;
	margin-bottom: 40px;
}

.section-2 .tabs{
	margin-bottom: 57px;
}

.section-2 .tabs ul{
	display: flex;
	justify-content: center;
}

.section-2 .tabs li{
	list-style: none;
	cursor: pointer;
	border:1px solid #fff;
	padding: 17px 43px 14px;
	color:#fff;
	font-size: 17px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display:inline-block;
	transition: .3s;
}

.section-2 .tabs li:first-child{
	border-right: 0;
}

.section-2 .tabs li.active{
	background: #fff;
	color:#f58b20;
}

.section-2 .cols{
	justify-content: center;
}

.section-2 .cols .col{
	padding: 0 20px;
}

.section-2 .icon{
	padding-bottom: 32px;
	position: relative;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-2 .icon img{
	max-height: 100%;
	width: auto;
}

.section-2 .icon:before{
	content: "";
	font-size: 96px;
	line-height: 76px;
	opacity: 0.15;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
}

.section-2 .icon-1:before{
	content: "01";
}

.section-2 .icon-2:before{
	content: "02";
}

.section-2 .icon-3:before{
	content: "03";
}

.section-2 .icon:after{
	content: "";
	position: absolute;
	bottom:10px;
	height: 2px;
	background: #fff;
	width: 10px;
	left:50%;
	right: 50%;
	margin-left: -5px;
}

.section-3 .container{
	overflow: hidden;
}

.section-3 .box{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-3 .box-1{
	background: #efefef;
	padding: 55px 140px 0px 55px;
	width: 580px;
	margin-left: 70px;
	float: left;
}

.section-3 .box-1 img{
	margin-top: 80px;
	margin-left: -125px;
	width: calc(100% + 205px);
}

.section-3 .box-2{
	background: #023f88;
	width: 490px;
	padding: 55px;
	color:#fff;
	margin-top: 50px;
	margin-left: -60px;
	float: left;
}

.section-3 h2 {
  font-size: 37px;
  line-height: 48px;
  margin-bottom: 25px;
}

.section-3 .box-1 h2{
	margin-bottom: 20px;
}

.section-3 p{
	padding-top: 30px;
	position: relative;
}

.section-3 .big{
	font-size: 17px;
	margin-bottom: 30px;
	padding: 0;
	position: static;
}

.section-3 p.line:before{
	width: 10px;
	height: 2px;
	background: #fff;
	left:50%;
	right: 50%;
	margin-left: -5px;
	content: "";
	top:14px;
	position: absolute;
}

.section-3 .box-1 p{
	color: #676767
}

.section-3 .box-1 p.line:before{
	background: #676767
}

.section-3 p.small{
	padding-top: 45px;
}

.section-3 .image{
	font-size:0;
	line-height:0;
	position: relative;
}

.section-3 .image img{
	position: relative;
	z-index: 2;
}

.section-3 .image:after{
	content: "";
	position: absolute;
	right:-200px;
	top:100px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
}

footer{
	background: #023f88;
	padding: 70px 0 75px;
	color:#fff;
}

footer ul{
	display: flex;
	align-items: center;

}

footer li{
	list-style: none;
	display: inline-block;
}

footer a{
	display: block;
}


footer .el-1,
footer .el-2{
	margin-right: 15px;
}

footer .el-3{
	margin-right: 130px;
}

footer .el-5{
	margin-left: auto;
}

footer .social{
	background: #fff;
	width: 43px;
	height: 43px;
	border-radius: 50%;
}

#popup-bg,
#popup-bg-dane-osobowe{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

#popup-bg.active,
#popup-bg-dane-osobowe.active{
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
	transition-duration: .2s;
}

#close-bg,
#close-bg-dane-osobowe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#popup{
	background: #fff;
	width: 600px;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
}


#popup h2{
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 30px;
	position: relative;
}

#popup h2:after{
	content: "";
	position: absolute;
	left:50%;
	right: 50%;
	height: 2px;
	width: 10px;
	background: #676767;
	margin-left: -5px;
	bottom: 14px;
}

#popup p{
	color:#676767;
	margin: 0;
	padding: 0;
}

#popup .wpcf7{
	max-width: 220px;
	margin: 20px auto 0;
}

#popup .wpcf7 input[type="tel"],
#popup .wpcf7 input[type="email"]{
	background: #e6e6e6;
}

#popup .wpcf7-list-item-label:before{
	background: #e6e6e6;
}

#popup span.wpcf7-form-control-wrap span{
	text-align: left;
}

#popup-dane-osobowe{
	background: #023f88;
	font-size: 9px;
	line-height: 11px;
	padding: 20px;
	text-align: left;
	border-radius: 10px;
	color:#fff;
	max-width: 360px;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 999;
	position: relative;
}

#popup #close,
#popup-dane-osobowe #close-dane-osobowe{
	position: absolute;
	right:15px;
	top:15px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: 3;
}

#popup-dane-osobowe #close-dane-osobowe{
	top:8px;
	right: 8px;
}

#popup #close:before,
#popup #close:after,
#popup-dane-osobowe #close-dane-osobowe:before,
#popup-dane-osobowe #close-dane-osobowe:after{
	content: "";
	background: #676767;
	position: absolute;
}

#popup-dane-osobowe #close-dane-osobowe:before,
#popup-dane-osobowe #close-dane-osobowe:after{
	background: #fff;
}

#popup #close:before,
#popup-dane-osobowe #close-dane-osobowe:before{
	width: 100%;
	height: 2px;
	left:0;
	top:9px;
}

#popup #close:after,
#popup-dane-osobowe #close-dane-osobowe:after{
	height: 100%;
	width: 2px;
	top:0;
	left:9px;
}

.cookies-set #cookie-notice{
	opacity: 0;
	visibility: hidden;
}

#cookie-notice{
	max-width: 290px;
	min-width: initial;
	width: 100%;
	left: initial;
	right:15px;
	bottom:15px;
	border:1px solid rgba(0,0,0,0.1);
}

#cookie-notice .cookie-notice-container{
	text-align: right;
	font-size: 11px;
	line-height: 14px;
}

#cookie-notice .cookie-notice-container span{
	display: block;
	text-align: left;
}

#cookie-notice a{
	margin-top: 10px;
	margin-left: 0!important;
	display: inline-block;
	font-size: 11px;
	padding-top:5px;
	padding-bottom: 5px;
	line-height: 23px;
}

.tooltip{
	background: #023f88;
	font-size: 10px;
	line-height: 12px;
	padding: 20px;
	text-align: left;
	border-radius: 10px;
	width: 420px;
	z-index: 10;
	transition: opacity .3s;
}

.section-top .pb .btn-blue{
	display: none;
	box-shadow: 11px 14px 29px rgba(2,63,136,0.27);
}

#form-mobile{
	display: none;
}

.section-3 .image2{
	display: none;
}

.mobile{
	display: none;
}

@media (max-width: 1199px) {

	.container{
		padding-left: 25px;
		padding-right: 25px;
		max-width: 767px;
		margin: 0 auto;
	}

	.cols{
		flex-wrap: wrap;
	}

	.cols4 .col{
		width: 50%;
	}

	small {
    font-size: 11px;
    line-height: 13px;
	}

	.section-top{
		height: calc(100vh - 60px);
		min-height: 500px;
		position: relative;
	}

	.section-top:after{
		content: "";
		height: 50%;
		width: 100%;
		position: absolute;
		left:0;
		bottom:0;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
	}

	.section-top .container{
		position: relative;
		z-index: 10;
	}

	.section-top .logo{
		padding-top: 25px;
	}

	.section-top .pb{
		position: absolute;
		bottom:20px;
		left:0;
		padding: 0 25px;
		width: 100%;
	}

	.section-top .pb > div{
		width: 100%;
	}

	.section-top .el-1{
		color:#000;
	}

	.section-top .pb .btn-white{
		display: none;
	}

	.section-top .pb .btn-blue{
		display: block;
		max-width: 280px;
	}

	.section-top .form{
		display: none;
	}

	.section-1 .cols{
		padding: 0;
	}

	.section-1 .col{
		margin-bottom: 40px;
	}

	.section-1 h3 br{
		display: none;
	}

	.section-3 .container{
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.section-3 .box-1,
	.section-3 .box-2{
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin: 0 auto;
		width: auto;
		padding: 55px 55px;
	}


	.section-3 .image{
		display: none;
	}

	.section-3 .image2{
		display: block;
		line-height: 0;
		font-size: 0;
		max-width: 100%;
		margin: 0 auto;
	}

	.section-3 .image2 img{
		width: 100%;
		height: auto;
	}


	footer{
		padding: 30px 0 40px;
	}

	footer ul{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	footer .el-1{
		order:3;
		display: block;
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}

	footer .el-2{
		order:4;
		margin: 0;
		margin-right: 10px;
	}

	footer .el-3{
		order:5;
		margin: 0;
		margin-left: 10px;
	}

	footer .el-4{
		order:2;
		display: block;
		width: 100%;
		margin-bottom: 35px;
	}

	footer .el-5{
		order:1;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	#form-mobile{
		display: block;
		margin-top: 30px;
		text-align: center;
		padding-bottom: 20px;
	}

	#form-mobile  h2{
		color:#676767;
	}

	#form-mobile h2 + p{
		margin-top: 5px;
		margin-bottom: 10px;
		color:#676767;
	}

	#form-mobile .p2{
		margin-top: 0px;
		margin-bottom: 2px;
	}

	#form-mobile .tel{
		margin-top: 10px;
	}

	#form-mobile .tel a{
		color:#023f88;
		font-size: 24px;
		list-style-position: 26px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#form-mobile .tel img{
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}

	#form-mobile form{
		max-width: 320px;
		margin: 0 auto;
	}

	#form-mobile textarea,
	#form-mobile input[type="text"],
	#form-mobile input[type="tel"],
	#form-mobile input[type="email"]{
		background: #e9e9e9;
		margin-bottom: 8px;
				font-size: 12px;
	}

	#form-mobile input[type="text"],
	#form-mobile input[type="tel"],
	#form-mobile input[type="email"]{
		padding-bottom: 20px;
		height: auto;
	}

	#form-mobile textarea{
		height: 60px;
	}

	#form-mobile .wpcf7-list-item-label:before{
		background: #e9e9e9;
		margin-left: -15px;
		left: initial;
	}

	#form-mobile input:checked + .wpcf7-list-item-label:before{
		background: #023f88;
	}

	#form-mobile .wpcf7-list-item-label:after{
		display: none;
	}

	#form-mobile span.wpcf7-list-item-label{
		padding-left: 0;
	}

	#form-mobile span.wpcf7-list-item label{
		color:#676767;
	}

	.wpcf7 input[type="submit"]{
		max-width: 280px;
		font-size: 17px;
    line-height: 43px;
    font-weight: 700;
    padding: 0 42px;
    color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}

	div.wpcf7 .ajax-loader{
		display: block;
		width: 100%;
		margin: 3px 0;
		background-repeat: no-repeat;
		background-position: center;
	}


	.tooltip{
		color:#fff;
		width: calc(100% - 50px);
		max-width: 320px;
	}

}


@media (max-width: 767px) {

	.mobile{
		display: block;
	}

	.desktop{
		display: none;
	}

	.container{
		max-width:100%;
	}

	.cols4 .col,
	.cols3 .col{
		width: 100%;
	}

	.section-1 h2{
		color:#f58b20;
		font-size: 24px;
    line-height: 32px;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

	.section-1 h2 br{
		display: none;
	}

	.section-1 .icon{
		margin-bottom: 5px;
	}

	.section-1 h3{
		max-width: 280px;
		margin: 0 auto;
	}

	.section-1 h3 br{
		display: block;
	}

	.section-1 p{
		max-width: 280px;
		margin: 0 auto;
	}

	.section-1 .col:last-child{
		margin-bottom: 0;
	}

	.section-2{
		padding:35px 0;
	}

	.section-2:after{
		display: none;
	}

	.section-2 h2{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
	}

	.section-2 .tabs li:first-child{
		border-right: 1px solid #fff;
	}

	.section-2 .tabs{
		margin-bottom: 40px;
		position: relative;
		z-index: 2;
	}

	.section-2 .tabs-2{
		margin-top: 60px;
	}

	.section-2 .cols{
		position: relative;
	}

	.section-2 .cols .col{
		position: relative;
		z-index: 2;
		margin-bottom: 40px;
	}

	.section-2 .cols .col:last-child{
		margin-bottom: 0;
	}

	.section-2 .cols:after{
		content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    border-radius: 50%;
    background: #f69737;
    width:600px;
    height: 600px;
    margin-left: -300px;
    top: -20px;
	}

	.section-2 .cols-padding{
		padding-bottom: 50px;
	}

	.section-2 .col p br{
		display: none;
	}

	.section-2 .col p{
		max-width: 280px;
		margin: 0 auto;
	}

	.section-3 .box-1, .section-3 .box-2{
		padding-top: 35px;
	}

	.section-3 h2{
		font-size: 24px;
		line-height: 32px;
	}


}


@media (max-width: 567px) {

	.btn{
		font-size: 15px;
		padding: 11px 10px;
		line-height: 20px;
	}

	.section-top .el-1{
		max-width: 240px;
	}

	.section-top h1{
		max-width: 240px;
	}

	.section-3 .box-1, .section-3 .box-2{
		padding-left: 35px;
		padding-right: 35px;
	}

	.section-3 p br{
		display: none;
	}

	footer .btn{
		width: 100%;
	}
}

@media (max-width: 399px) {
	.section-top .pb .btn-blue{
		margin: 0 auto;
	}
}
