/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.17
*/

:root {
    --main: #ff5e00;
    --blue: #001489;
    --fontH: "Archivo", sans-serif;
}

body{
	background-color: #f1f7f9;
}
p{
	font-size: 18px;
	font-weight: 300;
	color: #000;
}
/* HEADER */

#header {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFF;
    transition: all .3s;
}
#header .navigation{
	width: 100%;
}
#header .navigation .navbar{
	margin: 0 auto;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}
#header .logo{
	margin-top: -15px !important;
	margin-bottom: -15px !important;
	margin-right: 200px;
}
#header .logo img{
	transition-duration: 0.3s;
	height: 150px;
}
#header.sticky .logo img{
	height: 120px;
}
#header .logo a {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#header .phone {
    padding: 18px 0 18px 25px;
}
.button i{
	font-size: 14px;
}

.button {
    display: inline-block;
    height: 53px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 0 0 0 10px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
    cursor: pointer;
}
.button:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
    border: 2px solid var(--main);
    color: var(--main);
}
.buttonB{
	background-color: var(--blue);
	border: 2px solid var(--blue);
}
.buttonB:hover{
 	border: 2px solid var(--blue);
    color: var(--blue);
}

/* HERO */

#hero {
    position: relative;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    height: 680px;
	padding-bottom: 80px;
}
#hero .h3_hero,
#hero h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 30px 0;
    margin: 0;
}
.h1_headline,
#hero h1 {
    color: #FFF;
    font-size: 68px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
    font-family: var(--fontH);
}
#hero h1 span {
    color: var(--orange);
    border-bottom: 4px solid var(--orange);
}
#hero  .buttons{
	display: flex;
	justify-content: center;
	padding: 45px 0 35px;
}
#hero  .buttons .button{
	width: 300px;
}
#hero  .buttons .button:hover{
	background-color: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}
#hero  .buttons .buttonB{
	background-color: #fff;
	color: #000;
}


.google-box{
	display: flex;
	justify-content: center;
}
.google-box .box{
	width: 680px;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 20px 10px;
	height: 80px;
}
.google-box .rank{
	font-size: 35px;
	line-height: 1;
	padding-right: 30px;
	border-right: 1px solid #eee;
}
.google-box .reg{
	margin: -25px 0;
}
.google-box .stars i{
	color:#f5bf05;
}	
.google-box .rev{
	font-size: 14px;
	color: #555;
}
.google-box .g-reviews{
	
}



/* sub-hero */
#hero.sub-hero{
	height: 560px;
	background: none !important;
	border-radius: 0 0 300px 0;
	overflow: hidden;
}
#hero.sub-hero .photo{
	position: absolute;
	right: 0;
	width: 70%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#hero.sub-hero .photo img{
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: auto;
	object-fit:cover;
}
#hero.sub-hero:after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("img/apla.webp");
	background-position: center center;
	position: absolute;
	top: 0;
	
}
#hero.sub-hero .container{
	position: relative;
	z-index: 10;
}
#hero.sub-hero .buttons .button:hover{
	border: 2px solid #fff;
}

.sub-hero-out {
	position: relative;
}
.sub-hero-out .google-box .box{
  position: absolute;
  bottom: 63px;
  right: 60px;
  z-index: 20;
}  
#hero.sub-hero {
	padding-bottom: 40px;
}
#hero.sub-hero .buttons{
	justify-content: flex-start;
}
#hero.sub-hero .buttons .button{
	width: 230px;
	text-align: center;
	margin-left: 0;
	margin-right: 5px;
}
#hero.sub-hero .h3_hero,
#hero.sub-hero h3{
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.5px;
  padding: 0 0 30px 0;
  margin: 0;
}
.h1_headline,
#hero.sub-hero h1{
	font-size: 76px;
	line-height: 1;
}
/* HEADLINE */

.home-headline h3 {
    color: #9ca1a4;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: var(--blue);
    font-size: 54px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.93px;
    padding: 0;
    margin: 0;
    font-family: var(--fontH);
}



/* SERVICES */
#services{
	background-color: var(--blue);
	position: relative;
	z-index: 10;
	padding: 0;
}
.services-e{
	width: 100%;
	height: 300px;
	margin-top: -150px;
	clip-path: ellipse(50% 50% at 50% 50%);
	display: block;
	background-color: var(--blue);
}
#services .box{
	padding: 5px;
	height: 100%;
}
#services .box .box-in{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	height: 410px;
}
#services .box .head{
	display: flex;
	align-items: center;
}
#services .box .head h2{
	line-height: 1;
	font-family: var(--fontH);
	font-weight: 600;
	color: var(--blue);
	padding: 0;
	padding-left: 15px;
	margin: 0;
}
#services .box .links ul{
	margin: 30px 0;
}
#services .box .links ul li{
	position: relative;
}
#services .box .links ul li{
	list-style: none;
}
#services .box .links ul li::before{
    content: "\f0da";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: auto;
    top: 18px;
    position: absolute;
    left: -20px;
}
#services .box .links ul li a{
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 400;
	transition-duration: 0.3s;
	
}
#services .box .links ul li a:hover{
	color: var(--main);
}
#services .box .button{
	margin: 0;
	position: absolute;
	bottom: 40px;
	width: calc( 100% - 60px );
	font-size: 16px;
	text-align: center;
}


/* reviews */
.reviews-h{
	padding-bottom: 0;
}
.reviews {
	padding: 80px 0 40px;
}
.reviews .review{
	flex: 0 0 33.33%;
}
.reviews .review .in{
	padding: 0px;
}
.reviews .review .in .content{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	padding-bottom: 100px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	height: 230px;
}
.reviews .review .in .content p{
	font-weight: 400;
	line-height: 1.5;
	font-size: 17px;
	
	text-indent: 30px;
} 
.reviews .review .in .content:before{
	content: "";
	width: 70px;
	height: 55px;
	background-image: url("img/q.webp");
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 30px;
}
.reviews .review .in .content .bottom{
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 80px );
	position: absolute;
	bottom: 30px;
}
.reviews .review .in .content .bottom i{
	font-size: 13px;
	color: #f5bf05;
}
.reviews .review .in .content .bottom .google img{
	width: 90px;
}
.reviews .overview{
	display: flex;
	padding: 30px 30px;
	position: relative;
}
.reviews .overview:before{
	width: 40px;
	height: 20px;
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}	
.reviews .overview .photo{
	width: 70px;
}
.reviews .overview .name{
	font-size: 17px;
}
.reviews .overview .date{
	font-size: 14px;
	color: #838383;
}


/* limited */
.limited .limited-in{
	max-width: 1600px;
	margin: 0 auto;
	width: 90%;
	border-radius: 20px;
	position: relative;
	background: #040A39;
	background: linear-gradient(90deg, rgba(4, 10, 57, 1) 0%, rgba(2, 22, 135, 1) 100%);
	padding: 20px 0;
}

.limited .col-photo{
	flex: 0 0 35%;
	padding-right: 30px;
}
.limited .col-photo img{
	margin-top: -50px;
	margin-bottom: 30px;
}
.limited .col-txt{
	flex: 0 0 45%;
	color: #fff;
	display: flex;
}
.limited .col-txt .in{
	margin: auto;
}
.limited .col-txt h3{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-family: var(--fontH);
	font-weight: 600;
}
.limited .col-txt h2{
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-family: var(--fontH);
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.limited .col-txt h2 span{
	color: var(--main);
	display: block;
}
.limited .col-txt .button{
	margin-left: 0;
}
.limited .photo-men{
	position: absolute;
	top: -40px;
	right: 40px;
}
.limited .entry-content ul{
	margin: 30px 0;
}
.limited .entry-content ul li{
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	padding-left: 30px;
	margin: 20px 0;
}
.limited .entry-content ul li:before{
	content: "";
	font-size: 22px;
	font-weight: 400;
}



/* why */
.why .home-headline{
	padding-bottom: 60px;
}
.why .col-photo{
	flex: 0 0 60%;
	position: relative;
}
.why .col-photo .photo{
	margin-left: -10%;
	width: 110%;
	
	position: relative;
	z-index: 10;
	border-radius: 400px;
	box-shadow: -10px 10px 0 var(--main);
	overflow: hidden;
}
.why .col-photo .photo img{
	max-width: 200% !important;
	
	box-shadow: -10px 10px 0 #fff;
	width: 100%;
	top: -6px;
  right: -8px;
  border-radius: 400px;
  position: relative;
}

.why .col-txt{
	flex: 0 0 40%;
	display: flex;
}
.why .col-txt .in{
	margin: auto 0;
}
.why .col-txt p{
	font-size: 20px;
	font-weight: 400;
}
.why .entry-content ul li{
		font-size: 23px;
	font-weight: 500;
	color: #000;
	padding-left: 40px;
	margin: 30px 0;
}
.why .entry-content ul li:before{
	content: "";
	font-size: 22px;
	font-weight: 600;
}
.why .col-txt .button{
	padding-left: 80px;
	padding-right: 80px;
}


/* contact-form */
.contact-form{
	background-image: url("img/bg-form.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fefcfd;
}
.contact-form .home-headline h2 span{
	color: var(--main);
}
.contact-form .form{
	background-color: var(--blue);
	max-width: 1100px;
}
.contact-form .gform_heading{
	display: none;
}
.contact-form .form{
	background-color: var(--blue);
	padding: 60px 200px;
	margin: 80px auto;
	border-radius: 20px;
}
.contact-form .form .gform_fields label{
	color: #fff !important;
	margin-left: 20px !important;
	margin-bottom: 0 !important; 
}
.contact-form .form .gform_fields textarea,
.contact-form .form .gform_fields input{
	padding: 30px !important;
	font-size: 16px !important;
	border-radius: 6px !important;  
}
.gform-theme--foundation .gform_fields{
	row-gap: 15px !important;
}
.gform-theme--foundation .gform_button{
	margin: auto !important;
	background-color: var(--main) !important;
	border-radius: 30px !important;
	font-size: 19px !important;
	padding: 16px 100px !important;
}
.gform-theme--foundation .gfield textarea.large {
  	min-block-size: 240px !important;
 }
.contact-form .form{
	position: relative;
}

.contact-form .form .photo-men{
	position: absolute;
	top: -60px;
	left: -180px;
}


/* special */
.special{
	background-color: #fefcfd;
}
.special .home-headline h2{
	color: #fff;
}
.special .home-headline h2 span{
	display: block;
	font-weight: 300;
}
.special-in{
	background-image: url("img/bg-special.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 94%;
	border-radius: 30px;
	margin: auto;
	
}
.row-special{
	justify-content: center;	
}
.special-main.special {
	padding-top: 50px;
}

.special-main .special-in{
	background-position: top center;
	background-size: auto;
}

.special-main.special .tabs{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.special-main.special .tabs .button{
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	margin: 0 4px;
	width: auto;
	padding-top: 1px;
}
.special-main.special .tabs .button.active,
.special-main.special .tabs .button:hover{
	background-color: transparent;
	color: #fff;
}

.special .home-headline {
	padding-bottom: 40px;
}
.special-main .special-in .item{
	
	margin-bottom: 25px;
}
.special .item .photo{
	border-radius: 10px;
	overflow: hidden;
}
.special .item .in{
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
}
.special-main.special .item .in{
	border: 1px solid #cdcdcd;
}
.special-main.special .item .price .in{
	border: none;
}
.special .item .price:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: -9px;
	background-image: url("img/g.webp");
	background-position: center center;
	background-repeat: no-repeat;
}
.special .item .price{
	background-color: #fff;
	margin-top: -40px;
	border-radius: 0 25px 0;
	display: block;
	width: 170px;
	position: relative;
	z-index: 1;
}
.special .item .price .in{
	display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0 15px;
  
}
.special .item .price .big{
	font-size: 40px;
	font-weight: 600;
	color: var(--main);
	font-family: var(--fontH);
} 
.special .item .price .old{
	font-weight: 400;
	font-size: 25px;
	text-decoration:line-through;
}
.special .item .content{
	margin: 15px;
}
.special .item .title{
	font-size: 27px;
	line-height: 1.2;
	font-weight: 600;
	font-family: var(--fontH);
	color: var(--blue);
}
.special .item .in{
		padding-bottom: 120px;
	  height: 100%;
	  position: relative;
}  
.special .entry-content p, 
.special .entry-content ul li, 
.special .entry-content ol li{
	font-size: 17px;
	line-height: 1.5;
}

.special .item .bottom{
	position: absolute;
	bottom: 20px;
	width: calc( 100% - 30px );
	display: flex;
	flex-wrap: wrap;
	
}
.special .item .bottom .button{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.special .item .bottom .dis{
	width: 100%;
	text-align: center;
	padding-top: 7px;
}


/* sa */
.sa-title{
	background-color: #fefcfd; 
	padding: 70px 0;
}
.sa.why .col-photo .photo{
	width: 100%;
	margin-left: 0;
	box-shadow: none;
}
.sa.why .col-photo .photo img{
	top: 0;
	right: 0;
}
.sa.why .col-txt .in{
	width: 100%;
}
.sa .entry-content ul li{
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
	margin: 20px 0;
}
.sa .entry-content ul li:before{
	content: "";
	font-size: 20px;
	font-weight: 600;
}


/* club */
.club{
	background-color: var(--blue);
	background-position: center center;
	background-position-x: 60%;
}
.club .col-txt h2{
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	font-family: var(--fontH);
	padding-bottom: 0;
	
}
.club .col-txt p{
	font-size: 21px;
	color: #fff;
	opacity: 0.9;
}	
.club .col-txt .button{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
}



/* financing */
.financing{
	padding: 120px 0;	
}
.financing.why .home-headline{
	padding-bottom: 20px;
}
.financing .col-photo{
	position: relative;
	z-index: 10;
}
.financing .col-txt{
	position: relative;
}
.financing .col-txt .in{
	position: relative;
	z-index: 5;
}

.financing .col-txt:after{
	  z-index: 1;
	  content: "";
	  display: block;
	  width: 130%;
	  height: 114%;
	  background-color: #fff;
	  position: absolute;
	  left: -15%;
	  top: -7%;
	  border-radius: 30px;
}  
.financing.why .entry-content ul li{
	margin: 20px 0;
	font-size: 21px;
}
.financing .col-txt .button{
	margin-top: 20px;
}
  

/* logos */
.logos{
	background-color: #fff;
	padding: 50px 0; 
}
.logos-in{
}
.logos-in .item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px; 
}


/* footer */
#footer{
	background-color: var(--blue);
}
#footer .logo{
	flex: 0 0 20%;
	margin-right: 5%;
	justify-content: center;
}
#footer .logo .lic{
	text-align: center;
	padding-top: 20px;
	font-size: 21px;
}



#footer .links{
	padding-top: 50px;
	flex: 0 0 23%;
}
#footer .links ul li a{
	opacity: 0.7;
}


#footer .contact{
	flex: 0 0 28%;
	border: 2px solid #fff;
  border-radius: 20px;
  padding-bottom: 20px;
}
#footer .contact h4{
	margin-top: -12px;
  background-color: var(--blue);
  display: inline;
  position: relative;
  top: -14px;
  padding: 0 10px;
  left: 10px;
}
#footer .contact .box{
	background-image: url("img/icon-contact-1.webp");
	background-position: left center;
	background-repeat: no-repeat;
	
	padding: 17px 0 17px 50px;
	margin: 0px 20px 5px;
} 
#footer .contact .box-address{
	background-image: url("img/icon-contact-2.webp");
}
#footer .contact .box-answering{
	background-image: url("img/icon-contact-3.webp");
}
#footer .contact .box .phone{
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
}
#footer .contact .email{
	margin-top: 3px;
}



/* about */
.about-section{
	margin: 50px 0;
}
.about-section .container{
	padding: 20px 70px;
	position: relative;
}
.about-intro .container{
	padding-right: 300px;
}
.about-section .intro{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
}
.about-section .intro:before{
	content: "";
	width: 20px;
	height: 100%;
	background-color: var(--main);
	position: absolute;
	left: -40px;
	top: 0;
	display: block;
	border-radius: 4px;
}

.about-mission .container{
	background-color: #fff;
	border-radius: 10px;
	padding-right: 300px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.about-mission .container .photo-men{
	position: absolute;
	bottom: -40px;
	right: 0;
}



.about-why-boxes .container{
	padding: 0;
}
.about-why-boxes .item{
	margin-bottom: 25px;
}
.about-why-boxes .item .in{ 
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.about-why-boxes .item .photo{
	height: 280px;
	width: 340px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 200px 0;
}
.about-why-boxes .item .txt{
	padding: 20px 40px;
} 
.about-why-boxes .item h3:after{
	content: "";
	width: 150px;
	height: 5px;
	border-radius: 1px;
	margin-top: 10px;
	background-color: var(--main);
	display: block;
} 
.about-why-boxes .photo-men img{
	margin-top: -120px;
}





.about-more .container{
	padding: 20px 0;
}
.about-more .container-title{
	padding-left: 110px;
}

.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-bg: transparent;
    padding-bottom: 60px;
}

.accordion-item {
    border: 0;
    background: none;
    padding: 20px 110px 0px 140px;
}

.accordion-item.active{
	background-color: #fff;
	border-radius: 10px; 
	padding-bottom: 40px;
	position: relative;
	top: -1px;
}
.entry-content .accordion-item button{
	font-size: 30px;
	padding-bottom: 40px;
}

.entry-content .accordion-item h3 p,
.entry-content .accordion-item h3 br{
	display: none;
}
.accordion-item.active h3 .accordion-button {
	color: var(--main) !important;
	font-weight: 600;
}
.accordion-item.active h3{
	border-bottom: none;
}
.accordion-item h3 .accordion-button{
	color:var(--blue);
}
.accordion .accordion-button{
	font-family: var(--fontH);
	color: var(--blue);
	font-size: 30px; 
	font-weight: 700;
	border-bottom: 1px solid #cbd7df;
	padding-top: 20px;
	padding-bottom: 20px;
}
.entry-content .accordion-item button{
	padding-bottom: 30px;
}
.accordion-button,
.accordion-item h3{
	position: relative;
	border-bottom: 1px solid #cbd7df;
	padding-bottom: 40px;
}
.accordion-item.active .accordion-button{
	border-bottom: none;
}
.accordion-item.show{
	background-color: #f1f7f9;
	padding-bottom: 30px;
	
}
.about-section .accordion-item.show{
	background-color: #fff;
	padding-bottom: 45px;
}
.accordion .accordion-button.show,
.about-section .accordion .accordion-button.active{
	border: none !important;
}
.accordion-button:before,
.accordion-item h3:before{
	content: "+";
	font-weight: 300;
	position: absolute;
	left: -30px;
	top: 17px;
	color: var(--main);
}

.accordion-button {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    font: inherit;
}

.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none; /* usuwa strzałkę bootstrapa */
}

.accordion-body {
    font-size: 21px;
    padding: 0;
}





.accordion-content {
    display: none;
    padding: 10px;
}
.accordion-header {
    cursor: pointer;
    padding: 10px;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    background: none !important;
}







.about-reviews{
	background-color: var(--blue);
}
.about-reviews .home-headline h2{
	color: #fff;
}
.about-reviews .reviews .overview .name{
	color: #fff;
}
.about-reviews .reviews .overview .date{
	color: #fff;
	opacity: 0.6;
}
.about-reviews .reviews .button{
	display: none;
}


.about-form .wrapper{
	padding-bottom: 0;
}


/*  service-txt-1 */
.service-txt-1 .home-headline h2{
	padding: 20px 0 10px;
	font-weight: 600;
}
.service-txt-1 .home-headline h3{
	padding: 10px 0;
	text-transform: none;
	color: var(--main);
	font-size: 40px;
}	
.service-txt-1 .home-headline{
	padding-bottom: 60px;
}
.service-txt-1 .col-photo img{
	border-radius: 10px;
	width: 110%;
	max-width: 200%;
	max-height: 630px;
	margin-left: -10%;
}
.service-txt-1 .col-txt{
	padding-left: 40px;
	display: flex;
}
.service-txt-1 .col-txt .in{
	margin: auto 0;
}


/* wrapper service-txt-2 */
.service-txt-2{
	background-color: #fff;
}
.service-txt-2 .home-headline{
	padding: 0 0 30px 0;
}
.service-txt-2 .home-headline h3{
	text-transform: none;
	font-size: 40px;
	padding: 20px 0;
}
.service-txt-2 .accordion-item.active{
	background-color: #f1f7f9;
}


.related-services{
	background-color: #fff;
}
.related-services .container{
	width: 1080px;
	background-color: #f1f7f9;
	border-radius: 20px;
	padding: 40px 100px;
}
.related-services .container h3{
	text-align: center;
	padding: 20px 0;
}
.related-services .container ul {
	display: flex;
	flex-wrap: wrap;
}
.related-services .container ul li{
	flex: 0 0 50%;
}


/* FAQ */

.faq-wrapper.box {
    background-color: #f9f9f9;
}

.faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
.faq-wrapper.box .accordion-item {
    padding: 0 100px 0 170px;
}
.faq-wrapper.box .accordion-item.active {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
.faq-wrapper.box .accordion-item::after {
    width: calc(100% - 250px);
    right: 30px;
}
.faq-wrapper.box .accordion-item:last-of-type::after {
    display: block;
}
.faq-wrapper.box .accordion-item.active::after {
    background-color: transparent;
}
.faq-wrapper.box .accordion-item.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
.faq-wrapper.box .accordion-header h3[aria-expanded="true"]::before {
    color: #FFF;
    font-size: 28px;
    top: 38px;
    left: -155px;
}

.faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 55px 0 0 0;
}
.faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}



/* SUBPAGES */


.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: var(--blue);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.33px;
    font-family: var(--fontH);
}

.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--blue);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.33px;
    font-family: var(--fontH);
    padding-bottom: 0;
}
.entry-content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.64;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* CONTACT */

#contact-intro {
    position: relative;
    background-color: #f9f9f9;
}

#contact-intro .box {
    display: flex;
    padding-left: 55px;
}
#contact-intro .box:first-of-type {
    padding-left: 150px;
}

#contact-intro .box .icon {
    width: 60px;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
#contact-intro .box .content h2 {
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 15px 0 35px 0;
    margin: 0;
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: var(--main);
    font-size: 39px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

#contact-wrapper .form {
    margin-top: 20px;
}
#contact-wrapper .form .wpcf7 {
    padding: 115px 130px 100px 130px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(51, 51, 51, .08);
}

.contact-map {
    font-size: 0; 
}




/* main */
#main{
	background-color: #fff;
	position: relative;
	padding-right: 30px;
	padding-top: 60px;
}
#main::before{
	content: "";
	display: block;
	width: 150px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -150px;
	border-radius:0 0 0 10px;
}
#main::after{
	content: "";
	display: block;
	width: 150px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -150px;
	
	border-radius:0 0 10px 0;
}
.entry-content .service-txt-2 h4,
.entry-content .service-txt-1 h4,
#main .main-service .entry-content h4,
#main  .entry-content h2{
	font-size: 44px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0;
	padding-top: 0;
	line-height: 1.1;
	font-family: var(--fontH);
	color: var(--blue);
	font-weight: 700;
	padding: 20px 0;
}
.entry-content .service-txt-2 h4{
	text-align: center;
}

#main  .entry-content h2:first-child:before{
	width: 20px;
	border-radius: 0 0 3px 3px;
	background-color: var(--main);
	position: absolute;
	left: -40px;
	bottom: 0;
	content: "";
	display: block;
	height: calc( 100% + 80px );
}

.entry-content .service-txt-2 p,
.entry-content .service-txt-1 p{
	padding: 10px 0;
}
.service-txt-1 .col-photo img{
	min-height: 100%;
	object-fit:cover;
}





#sidebar-area .home-headline{
	position: relative;
	z-index: 8;
}
#sidebar-area .contact-form{
	background: none !important;  
	width: 500px;
}
#sidebar-area .home-headline h2{
	text-align: left;
}
#sidebar-area .contact-form .form {
  padding: 50px 100px 50px 50px;  
  margin: 35px 0;
}  
#sidebar-area .contact-form .form .photo-men{
	top:-30px;
	left: auto;
	right: -100px;
	z-index: 9;
}
#sidebar-area .contact-form .form #gform_wrapper_2{
	position: relative;
	z-index: 10;
}
#sidebar-area .contact-form .gform-theme--foundation .gfield textarea.large{
	min-block-size: 170px !important;
}



.service-boxes .item .in{
	position: relative;
}
.service-boxes .item .photo{
  background-position: center;
  height: 380px;
  width: 215px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 30px;
  position: absolute;
  right: 0;
}  


.service-main .col-txt{
	padding-top: 20px;
}
.service-main .row-txt{
	padding-top: 20px;
}
.service-main .service-intro{
	padding: 40px 15px 20px 0;
	font-size: 21px;
}

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

.service-boxes .container{
	max-width: 1440px;
}
.service-boxes .item .txt{
	padding: 50px 70px 90px 70px; 
	height: 100%;
}
.service-boxes .item h3::after{
	display: none;
}
.service-boxes .item ul{
	margin: 40px 0;
	width: calc( 100% - 180px );
	padding-left: 35px;
}  
.service-boxes .item ul li{
	margin: 0px 0;
	padding: 22px 0;
	border-bottom: 1px solid #ccc;
}
.service-boxes .item ul li:last-child{
	border-bottom: none;
}
.service-boxes .item ul li:before{
	font-size: 20px;
	left: -35px;
}
.service-boxes .item ul li.repair:before{ content:""; }
.service-boxes .item ul li.install:before{ content:""; }
.service-boxes .item ul li.maintenance:before{ content: ""; }

.service-boxes .item ul li a{
	text-decoration: none;
	display: block;
}
.service-boxes .item ul li a:hover{
	color: var(--main);
}
.service-boxes .item .button{
	text-decoration: none;
	font-size: 18px; 
	width:calc( 100% - 160px );
	text-align: center;
	position: absolute;
	bottom: 30px;
}
.service-boxes .photo-men img{
	margin-top: -50px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}



/* full */
.page-template-full #main{
	padding-top: 60px;
	padding-bottom: 60px;
}


/* content */
.contact-map {
	width: 90%;
	margin: auto;
	border-radius: 8px;
	margin-bottom: 70px;
	overflow: hidden;
}

/* contact-boxes */
.contact-boxes{
	padding-bottom: 0;
}
.contact-boxes .container{
	max-width: 1440px;
	width: 94%;
}
.contact-boxes .item .in{
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	padding: 50px 40px 50px 130px;
	font-size: 23px;
	background-image: url("img/icon-contact-page-1.webp");
	background-repeat: no-repeat;
	background-position-x: 44px;
	background-position-y: 60px;
}
.contact-boxes .item.item-email .in{ background-image: url("img/icon-contact-page-2.webp"); }
.contact-boxes .item.item-hours .in{ background-image: url("img/icon-contact-page-3.webp"); }

.contact-boxes .item h2{
	font-size: 37px;
}
.contact-boxes .item .phone{
	font-weight: 600;
	font-size: 34px;
	color: var(--main);
	text-decoration: none;
	margin-top: -10px;
	display: block;
}


/* blog */
.news a{
	border-radius: 15px;
	overflow: hidden;
}
.news > a .photo{
	border-radius: 0 0 100px 0;
}
.news .time-cat{
	display: none !important;
}
.news .content h2, .news .content h3,
.news h2{
	font-family: var(--fontH);
	color: var(--blue);
	font-size: 32px;
	line-height: 1.1;
}
.news p{
	font-size: 20px;
	line-height: 1.5;
}
.news .more span{
	border-radius: 30px;
}
.news .content .more::before{
	display: none;
}
.news .content .more span{
	border-radius: 30px;
}



/* single */
#single-wrapper #main{
	padding-top: 60px;
	padding-bottom: 80px;
}
#single-wrapper #main:after{
	border-radius: 0 10px 10px 0;
}
#single-wrapper .back::after{
	background-color: #f1f7f9;
}

#main  h1.post-title{
	font-size: 55px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0;
}
#main  h1.post-title::after{
	width: 500px;
	border-radius: 3px;
	background-color: var(--main);
	
	
	content: "";
	display: block;
	height: 14px;
	margin: 15px 0 30px;
}



#recent-posts{
	background: none !important;
}




/* finance */
.finance-logos {
	margin-top: 50px;
}
.finance-logos .item {
	display: flex;
	
}
.finance-logos .item img{
	margin: auto;
	max-height: 180px;
	width: auto;
	height: auto;
}
.finance-logos .item a{
	margin: auto;
	height: auto;
}


/* gallery */
.row-gallery .col-md-6{
	display: flex;
}
.row-gallery img{
	height: auto;
	width: 80%;
	margin: auto;
}
.row-gallery a{
	margin: auto;
	display: flex !important;
}

/* reviews */
.reviews .grw-header{
	display: none !important; 
}


/* faq-section */ 
.faq-section{
	padding-bottom: 0;
}


/* job-listings */
.job-listings{
	display: flex;
	margin-top: 80px;
	
}
.job-listings .item-out{
	flex: 0 0 50%;
}
.job-listings .job-item{
	background-color: #fff;
	border-radius: 15px;
	padding: 40px;
}
.job-listings .job-item .attachment-full{
	width: auto;
	height: 130px; 
}
.job-listings  .job-title{
	color: var(--blue);
	font-weight: 600;
	font-family: var(--fontH);
	font-size: 40px;
	padding: 0px 0 0;
	margin: 0;
	border-bottom: 6px solid var(--main);
  margin-bottom: 10px;
}
.job-listings  .job-company{
	font-size: 20px;
}
.job-listings .job-time{
	border: 1px solid #65bb23;
	background-color: rgba(101, 186, 36, 0.1);
	color: #65bb23;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 5px;
}
.job-listings .job-thumbnail{
	margin-bottom: 20px;
}
.job-listings .button{
	margin-left: 0;
}
.job-listings .job-location i{
	color: var(--main);
}
.gform-theme--framework .gform_validation_errors{
	background-color: #fff !important; 
}




.accordion-body {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.show .accordion-body {
	max-height: inherit !important; 
}
.accordion-item.active .accordion-body {
    max-height: 1000px; /* lub inna wystarczająca wysokość */
}

