/*
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: #c2081b;
    --dark: #292929; 
    --font: "SansBeam Body";
    --widthBig: 1420px;
}

body{
	font-family: var(--font);
}
#hello-bar a{
	background-color: var(--dark);
}
#hello-bar i{
	top: 0; 
}
/* HEADER */


#header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 60px;
    background-color: #FFF;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#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;
    border-left: 1px solid #e4e4e4;
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 7px 0 3px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 16px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    text-decoration: none;
    border-color: #929292;
}

#header .contact a, .btn {
    display: inline-block;
    height: 53px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 5px;
    
}
.btn{
	margin: 5px;
	padding: 0 20px;
	
}
.btn-book-online,
.button{
	cursor: pointer !important; 
}
.btn.w-100{
	width: calc( 100% - 10px ) !important;
}



.navbar .navbar-nav .dropdown .dropdown-menu{
	width: 350px;
}
.navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after{
	top: 7px !important; 
}


#header .contact a:hover , .btn:hover, .btn.text-white:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
    border: 2px solid var(--main);
}
.btn.text-white:hover {
	color: var(--main) !important;
}
.navbar .navbar-nav .nav-link{
	font-weight: 500;
}
.navbar .navbar-nav .dropdown .nav-link::after, .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after{
	color: var(--main);
	top: -1px;
}
.navbar .navbar-nav > li.red a{
	color: var(--main);
	font-weight: 600;
}

/* HERO */

#hero {
    position: relative;
    height: 900px;
    background-size: cover;
    background-position: top center;
    z-index: 4;
    padding: 150px 0 0 0;
    overflow: hidden;
}
#hero .container{
	max-width: 1500px;
	width: 90%;
}

#hero h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#hero h1 {
    color: #FFF;
    font-size: 68px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#hero h1 span {
    color: var(--orange);
    border-bottom: 4px solid var(--orange);
}
#hero .photo{
	position: absolute;
	top: 0;
	left: 55%;
	width: 55%;
	height: 610px;
	border-radius: 40px 0 0 300px;
	background-position: center center;
	background-size: cover;
}
#hero h1{
	color: var(--dark);
	font-size: 60px;
	line-height: 1;
}
#hero h1 span{
	color: var(--main);
}


/* google */
#hero .google{
	display: flex;
	padding-bottom: 40px;
	
}
#hero .google .rank{
	font-size: 41px;
  border-right: 1px solid #ddd;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 15px;
  margin-right: 15px;
}
#hero .google .reviews{
	padding-right: 15px;
}
#hero .google .reviews .into{
	font-size: 13px;
	color: #666;
	font-weight: 300;
}
#hero .google .reviews .stars i{
	color: #f5bf05;
}
#hero .google .glogo{
	margin-top: 3px;
	width: 100px;
}


/* buttons */
#hero .buttons{
	width: 550px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;

}
#hero .buttons .button{
	background-color: var(--main);
	margin: 5px;
	border-radius: 5px;
	flex: 1 0 48%;
	margin: 1%;
	color: #fff;
	text-align: center;
	padding: 18px 0 14px;
	line-height: 1;
	font-weight: 500;
	transition-duration: 0.3s;
	border: 2px solid var(--main);
}
#hero .buttons .button:hover{
	background: transparent;
	color: var(--main);
}
#hero .buttons .button b{
	font-weight: 700;
	color: var(--dark);
}
#hero .buttons .button i{
	font-size: 14px;
	padding-right: 4px;
}
#hero .buttons .button.button-dark{
	background-color: var(--dark);
	border: 2px solid var(--dark);
}
#hero .buttons .button.button-dark:hover{
	background: transparent;
	color: var(--dark);
}
#hero .buttons .button-border{
	border: 2px solid var(--main);
	background-color: #fff;
	color: var(--main);
}
#hero .buttons .button-border:hover{
	background-color: var(--main);
	color: #fff;
}
#hero .buttons .button-border:hover b{
	color: #fff;
}


/* van */
#hero .van{
	position: absolute;
	bottom: 50px;
	left: 50%;
	
}



/* home-headline */
.home-headline .title{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
}

/* SERVICES */
#services .container{
	max-width: var(--widthBig);
}
#services {
	background-color: var(--main);
	background-image: url("img/bg-services.webp");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 0;
	overflow: hidden;
}
#services .home-headline .title{
	color: #fff;
	padding-bottom: 60px;
}

#services .service-row{
	display: flex;
	flex-wrap: wrap;
}
#services .service-row .box{
	flex: 0 0 calc( 25% - 20px );
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 30px 10px;
	position: relative;
	overflow: hidden;
}
#services .service-row .box a{
	display: block;
	position: relative;
	z-index: 100;
}
#services .service-row .box .icon{
	height: 100px;
	display: flex;	
	margin-bottom: 15px;
}
#services .service-row .box:hover .icon{
	opacity: 0;
}
#services .service-row .box .icon img{
	margin: auto;
}
#services .service-row .box .title{
	font-size: 22px;
	font-weight: 600;
}
#services .service-row .box .more{
	color: var(--main);
	font-weight: 600;
	text-decoration: underline;
}
#services .service-row .box .photo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: 0.3s;
	background-color: #000;
}
#services .service-row .box:hover .photo{
	opacity: 1;
}
#services .service-row .box .photo img{
	 object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
#services .service-row .box  .content{
	position: relative;
	z-index: 100;
}
#services .service-row .box:hover  .content .title{
	color: #fff;
}
#services .service-row .box:hover  .content .more{
	color: #fff; 
}	
#services .service-row .box:last-child{
	flex: 0 0 calc( 100% - 20px );
	text-align: left;
	padding-left: 120px;
}
#services .service-row .box:last-child a{
	display: flex;
}
#services .service-row .box:last-child a .icon{
	padding-right: 30px;
	margin-bottom: 0;
}
#services .service-row .box:last-child a .title{
	margin-top: 10px;
}

#services .container-services{
	position: relative;
	padding-bottom: 160px;
}
#services .container-services .van{
	position: absolute;
	bottom: 0;
	right: -100px;
}


#services .bottom-box{
	clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: relative;
	bottom: -1px;
}
/* FAST CONTACT */

.cta {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
}

.cta .content .title-1 {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
.cta .content .title-2 {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 28px 0;
    margin: 15px 0 0 0;
     color: #fff;
}

.cta .content a {
    display: block;
    width: 340px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0;
    padding: 0;
    margin: 5px 5px 0 5px;
    background-color: var(--dark);
    border: 1px solid var(--dark);
    border-radius: 5px;
}
.cta .content a span {
    font-weight: 300;
}
.cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.cta .content a.phone {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--main);
}
.cta .content a.phone:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.cta .content a.phone span{
	font-weight: 500;
	color: var(--dark);
}
.cta .content a.phone:hover span{
	color: #fff;
}
.cta .content a.phone i{
	font-size: 15px;
}




/* ABOUT */
.about,
#about {
    position: relative;
}

#about .home-headline .title {
    font-size: 54px;
    font-weight: 400;
    letter-spacing: -1.33px;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

#about .home-headline .title strong{
	font-weight: 700;
}
#about .home-headline .title strong span{
	color: var(--main);
}

.about .content,
#about .content {
    padding-top: 5px;
    padding-right: 25px;
    display: flex;
}
.about .content .in,
#about .content .in{
	margin: auto 0;
}
.about .content p ,
#about .content p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
.about .content p a,
#about .content p a{
	color: var(--main);
}
.about .content p strong,
#about .content p strong{
	font-weight: 500;
	font-size: 21px;
}
#about .content .more{
	font-size: 19px;
	font-weight: 500;
	text-decoration: underline;
	color: var(--main);
}
.about .photo,
#about .photo{
	margin-left: -200px;
	width: calc( 100% + 180px );
	border-radius: 30px 30px 30px 300px;
	overflow: hidden;
}


.more{
	transition-duration: 0.3s;
}
.more:hover{
	text-decoration: none !important; 
	opacity: 0.66;
}

/* special */
.special{
	background-color: var(--main);
	padding: 0;
	padding-bottom: 60px;
}
.special .container{
	max-width: var(--widthBig);
}
.special .bottom-box{
	clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: relative;
	top: -1px;
}
.grey .special .bottom-box{
	background-color: #f9f9f9;
}
.special .home-headline .title{
	color: #fff;
	margin: 60px 0;
}

.special .special-boxes .item .in{
	background-color: #fff;
	border-radius: 20px;
	display: block;
	padding: 30px;
	transition-duration: 0.3s;
	height: 100%; 
}
.special .special-boxes .item .in:hover{
	transform: scale(1.03);
}
.print .special .special-boxes .item .in:hover{
	transform: scale(1);
}
.special .special-boxes .item .in .titus{
	margin-bottom: 25px;
}
.special .special-boxes .item .in .titus img{
	width: 200px;
}
.special .special-boxes .item .in .price{
	font-size: 35px;
	color: var(--main);
	font-weight: 700;
}
.special .special-boxes .item .in .title{
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
}
.special .special-boxes .item .in .info{
	border-top: 2px solid var(--main);
	margin-top: 15px; 
	padding-top: 15px;
	font-size: 14px;
}
.special .row-all{
	margin: 40px 0 0;
	text-align: center;
}
.special .more{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-decoration: underline;
	text-align: center;
}


/* guarantee-icons */
.guarantee{
	padding-bottom: 0;
}
.guarantee-icons{
	margin: 50px 0;
}
.guarantee-icons .item{
	font-size: 22px;
	font-weight: 600;
	display: flex;
	margin: 10px 0;
}
.guarantee-icons .item .icon{
	flex: 0 0 90px;
	height: 90px;
	border-radius: 100px;
	display: flex;
	background-color: var(--main);
}
.guarantee-icons .item .icon img{
	margin: auto;
	
}
.guarantee-icons .item .txt{
	height: 100%;
	display: flex;
  align-items: center;    
  justify-content: center;
  padding-left:15px;
}


/* guarantee2 */
.guarantee2{
	background-image: url("img/bg-guarante.webp");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 590px;
	margin-top: -220px;
}
.guarantee2 .home-headline .title{
	color: #fff;
	font-size: 80px;
	margin-bottom: 50px;
}
.guarantee-acc{
	background-color: #fff;
	border-radius: 30px;
	padding: 50px 110px 50px 130px;
}

.guarantee-acc .accordion-item{
	border: none;
	padding: 0;
}
.guarantee-acc .accordion-item .accordion-header .accordion-button {
	font-size: 27px;
	padding: 25px 0;
	font-weight: 600;
}
.guarantee-acc .accordion-item .accordion-body,
.guarantee-acc .accordion-item .accordion-body p,
.guarantee-acc .accordion-item .accordion-body li {
	font-size: 19px;
	
}
.guarantee-acc .accordion-button:not(.collapsed){
	background: none !important;
	color: var(--main);
	font-size: 29px;
}
.accordion-button::focus{
	color: var(--main) !important;
}
.guarantee-acc .accordion-item{
	border-bottom: 2px dotted #aaa;
}
#guaranteeAccordion .accordion-button{
	position: relative;
}
#guaranteeAccordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
#guaranteeAccordion .accordion-button::after {
    color: #000;
    display: none;
}
#guaranteeAccordion .accordion-button::before {
	content: "+";
	color: var(--main);
	position: absolute;
	left: -40px;
	font-weight: 300;
	font-size: 40px;
}
#guaranteeAccordion .accordion-button:not(.collapsed)::before {
    content: "-";
}



/* cta-2 */
.cta-2{
	background-color: var(--main);
	color: #fff;
	padding: 80px 0;
}
.cta .content .title-1{
	font-weight: 600;
	padding-bottom: 15px;
}



/* videos */
.videos .container{
	max-width: var(--widthBig);
}
.video-boxes{
	margin-top: 50px;
}
.video-boxes .item{
	
	height: 400px;
}
.video-boxes .video-box{
	padding: 0;
}
.video-boxes .video{
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.video-boxes .video::before{
	background-color: rgba(0,0,0,0.2);
}
.video-boxes .title{
	border: 2px solid var(--main);
	border-radius:0 0 20px 20px;
	margin: -10px 15px 0 15px;
	height: 110px;
	width: calc( 100% - 30px );
	font-size: 20px;
	font-weight: 600;
	padding: 25px;
}	


/* guide */
.guide{
	background-image: url("img/bg-guide.webp");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 20px;
}
.guide .men{
	position: absolute;
	bottom: 0;
	left: 60%;
}
.guide .men img{
	height: 820px;
}
.row-guide{
	width: 1100px;
	margin-left: -50px;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}
.row-guide .item .in{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	height: 100%;
	padding-bottom: 90px;
	position: relative;
} 

.row-guide .item .title{
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	padding: 20px 0 15px;
	border-bottom: 3px solid var(--main);
	margin-bottom: 20px;
}
.row-guide .item .text{
	font-size: 19px;
}
.row-guide .item .more{
	color: var(--main);
	text-decoration: underline;
	font-weight: 500;
	position: absolute;
	bottom: 30px;
	font-size: 18px;
}


/* sa */
.sa{
	background-image: url("img/map.webp");
	background-position: center top;
	background-repeat: no-repeat;
}
.sa .sa-in{
	margin-left: 600px;
}
.sa .item{
	padding: 0;
}
.sa .item .entry-content ul li{
	color: #fff;
}
.sa .item .entry-content ul li::before{
	content: "\f3c5";
	color: #fff;
	opacity: 0.7;
	font-size: 18px;
}
.sa .home-headline .title{
	color: #fff;
	padding-bottom: 30px;
	
}


/* #footer */
#footer{
	background: none;
	color: var(--dark);
}
#footer h4{
	color: var(--dark);
}
#footer .license{
	width: 330px;
	text-align: center;
	margin-top: 30px;
}
#footer .get{
	color: var(--main);
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: underline;
}
#footer .get:hover{
	text-decoration: none;
}
#footer .phone{
	font-size: 28px;
	font-weight: 600;
}
#footer .phone:hover{
	color: var(--main);
}
#footer .phone i{
	color: var(--main);
	font-size: 21px;
}
#footer .copy p{
	color: var(--dark);
	opacity: 0.5;
	font-size: 14px;
}
#footer .menu ul li a{
	color: var(--dark);
	font-weight: 300;
}
#footer .menu ul li::after{
	color: var(--dark);
}
.social-media ul li a{
	background-color: #f3f6f9;
}
.social-media ul li a:hover{
	background-color: var(--main);
	color: #fff !important; 
}
#footer .row.row-2{
	border-top: 5px solid var(--main);
	padding-top: 20px;
}
#footer .row-footer{
	padding: 45px 0;
}
#footer .col-zero{
	margin: 0; 
	padding: 0; 
}

/* 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);
}




/* REVIEWS */

#reviews {
    position: relative;
}

#reviews .reviews {
    margin-top: 20px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 60px 50px 65px;
    background-color: #f9f9f9;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p {
    position: relative;
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 65px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p:first-of-type::before {
    content: '“';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 18px; left: -85px;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

/* SUBPAGES */


#page-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
    padding-bottom: 80px;
    margin-bottom: 0;
}
#page-wrapper #main::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -100vw;
}

.page-template-full #page-wrapper {
    background-color: #FFF;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.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: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h1.post-title::after {
    content: "";
    display: block;
    width: 400px;
    height: 20px;
    margin-top: 25px;
    background-image: url("img/arr.webp");
    background-repeat: no-repeat;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}
.entry-content u{
	text-decoration: underline !important;
}
.broken_link, a.broken_link{
	text-decoration: none !important; 
}
.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
    color: var(--main);
}

.sa .entry-content a:hover {
	color: #fff !important;
}

.entry-content,
.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 600;
}
.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: auto;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}
.fst-italic{
	font-weight: 300 !important;
}

.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; 
}
.contact-map iframe {
    filter: grayscale(100%);
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: -65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

#banners.widget .box a {
    padding: 35px;
}
#banners.widget .box.box-1 a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
}
#banners.widget .box.box-2 a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners.widget .box a::after {
    display: none;
}

#banners.widget .box .icon {
    padding-right: 25px;
}
#banners.widget .box .icon img {
    max-height: 56px;
}

#banners.widget .box .content {
    width: calc(100% - 75px);
}
#banners.widget .box .content h3 {
    font-size: 16px;
}
#banners.widget .box .content p {
    font-size: 25px;
}

.widget-links {
    padding-top: 25px;
    padding-left: 60px;
}
.widget-links h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: #40414b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 17px 0 17px 70px;
    margin: 0;
}
.widget-links ul li a::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 50px;
}
.widget-links ul li a:hover, .widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: #FFF;
}



/* hero */
#hero.sub-hero{
	height: 655px;
	padding-bottom: 0px;
	padding-top: 80px;
}
#hero.sub-hero .photo{
	width: 50%;
}


/* bg-light */
.bg-light{
	background-color: #f2f2f2;
}

/* intro */
.intro{
	background-color: var(--main);
	color: #fff;
	background-image: url("img/bg-services.webp");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 300px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc( 100% - 200px ))
}
.intro p{
	font-size: 20px;
} 
.intro h4{ 
	font-size: 22px;
}

#page-wrapper{
	background: none;
	margin-top: -250px;
}
#page-wrapper #main{
	margin-left: -80px;
	padding-top: 80px;
	padding-left: 90px;
	background-color: #fff;
	border-radius: 10px 0 10px 10px;
	width: 1050px;
	margin-bottom: 0px;
}
#page-wrapper #main:before{
	display: none;
}
#sidebar-area::before{
	display: none;
}
#sidebar-area{
	width: 405px;
	margin-top: 0;	
}
#sidebar-area .photo{
	height: auto;
	border-radius: 0 10px 20px 0;
	min-width: 100%;
	
	/*
	background-image: url("img/photo-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	*/
}
#sidebar-area .photo-empty{
	min-height: 390px;
}
#sidebar-area  .van{
	width: 130%;
	margin-left: -15%;
}
#sidebar-area  .cta{
	background-color: var(--main);
	
	background-image: url("img/bg-services.webp");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	
	text-align: center;
	padding: 40px 30px;
	color: #fff;
	
	border-radius: 0 15px 15px 0;
}
#sidebar-area  .cta h4{
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 400;
}
#sidebar-area  .cta h3{
	padding: 5px 0;
}
#sidebar-area .buttons{
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
#sidebar-area .buttons a{
	padding: 15px 0px;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 19px;
	display: block;
	margin: 6px 0;
	color: var(--dark);
}


/* guarantee2-sub */
.guarantee2-sub{
	height: 750px;
}

/* margin-zero */
.margin-zero .cta{
	margin-top: 0;
}


/* container-services */
.container-services{
	width: 90%;
	max-width: var(--widthBig);
	position: relative;
	z-index: 10;
	background-position: center bottom;
	background-size: auto;
}
.service-item{
	flex: 0 0 50%;
	margin-bottom: 40px;
}
.service-item .in{
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	transition-duration: 0.3s;	
}
.service-item .in:hover{
	transform: scale(0.96);
}
.service-item  .in .photo{
	position: absolute;
	top: 0;
	right: 0;
	width: 275px;
	height: 210px;
	border-radius: 0 0 0 100px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-item  .in .txt{
	margin: 80px 45px 45px 45px;
}
.service-item  .txt .title{
	font-size: 35px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-image: url("img/arr.webp");
  background-size: 200px 15px;
  background-position-y: bottom;
  padding-bottom: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
  height: 120px;
  display: flex;
  align-items: end;
  padding-right: 230px;
}
.service-item  .in .service-link{
	position: absolute;
	left: 45px; 
	bottom: 45px;
	color: var(--main);
	text-decoration: underline;
}
.service-item  .in p{
	font-size: 18px;
}


/* intro-services */
.intro-services{	
	clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	padding-bottom: 90px;
}	
.intro-services .col-left{
	padding-right: 40px;
}
.intro-services .col-right{
	padding-top: 20px;
}
.intro-services .col-right p{
	font-size: 19px;
}


#page-wrapper.page-wrapper-services{ 
	margin-top: 40px;
}
.service-headline {
	font-size: 45px;
	font-weight: 700;
	color: var(--main);
	padding-bottom: 40px;
}



/* intro-about */
.intro-about{
	padding-bottom: 320px;
}
.van-about{
	text-align: center;
	margin-top: -300px;
	position: relative;
	z-index: 10;
}

.wrapper-about .col-photo img{
	width: 115%;
	max-width: 115%;
	border-radius: 20px 20px 20px 200px ;
	margin-left: -17%;
}
.wrapper-about .col-txt{
	padding-left: 20px;
}
	

.guarantee-about{
	background-color: var(--main);
	clip-path: polygon(50% 17%, 100% 0, 100% 100%, 0 100%, 0 0);
	padding-top: 170px;
	padding-bottom: 1px;
}
.guarantee-about .home-headline .title{
	color: #fff;
}
.guarantee-about .guarantee-icons{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 0;
}



/* contact-wrapper */
#contact-wrapper{
	margin-top: -400px;
	position: relative;
}
#contact-wrapper .container{
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 100px;
	
}

/* intro-contact */
.intro-contact{
	height: 450px;
}
.van-contact{
	margin-top: -50px;
}
.van-contact img{
	width: 800px;
	margin-left: 800px;
} 
.gform_heading{
	display: none !important; 
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large{
	height: 60px !important;
	padding: 10px !important;
	font-size: 18px !important;
}
.gform-theme--foundation .gfield label{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important; 
	font-weight: 300;
}
.gform-footer{
	text-align: center !important;
}
.gform-footer input{
	margin:  0 auto !important;
	background-color: var(--main) !important;
	color: #fff !important; 
	font-size: 19px !important;
	font-weight: 600 !important; 
	padding: 20px 100px !important; 
}

.guarantee-contact{
	padding-bottom: 60px;
}


/*  page-template-full */
.error404 #hero .photo,
.page-template-full #hero .photo{
	height: 550px;
}
.error404 #hero.sub-hero,
.page-template-full #hero.sub-hero{
	height: 500px;
}
.error404 #page-wrapper #content,
.page-template-full  #page-wrapper #content{
	background-color: #fff;
	border-radius: 10px;
	position: relative;	
}
.error404 #page-wrapper,
.page-template-full #page-wrapper{
	background:  none !important;
	margin-top: -330px;
}

.page-template-full-big #page-wrapper .container{
	max-width: 1500px;
	width: 100%;
}
.page-template-full-big #page-wrapper #main{
	width: 100%;
	border-radius: 10px;
	margin-top: -80px;
}

/* index-wrapper */
#index-wrapper{
	margin-top: -340px;
}
.news > a{
	border-radius: 10px;
	overflow: hidden;
}
.news > a .photo{
	border-radius: 0 0 200px 0;
}
.news .content h2::after, .news .content h3::after{
	width: 200px;
  height: 12px;
  background: none;
  background-repeat: no-repeat;
 background-image: url("img/arr.webp");
 background-size: contain;
 background-position: left center;
 margin-top: 5px;
}
.news .content .more span{
	border-radius: 8px; 
}
.news .category{
	padding: 5px 10px 4px;
}

.news .content time{
	display: none;
}



/* single-wrapper */
#single-wrapper{
	margin-top: -340px;
	position: relative;
}
#single-wrapper #main{
	background-color: #fff;
	padding: 70px 90px 50px;
	border-radius: 10px;
}
.single #hero .info{
	padding-bottom: 20px;
}
.single #hero .date{
	padding-top: 10px;
}
.single #hero .date i{
	font-size: 12px;
	margin-right: 5px;
	color: var(--main);
}


/* faq */
.page-template-faq #page-wrapper #main{
	padding-top: 40px;
}
.faq-group-title{
	font-weight: 700;
	background-image: url("img/arr.webp");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 310px 10px;
	padding-bottom: 10px;
	padding-top: 40px;
}
.accordion-item{
	border: none !important; 
	border-bottom: 1px solid #ddd !important; 
	
}
.accordion-button:focus {
    box-shadow: none !important; /* usuwa domyślny focus w Bootstrap */
    outline: none !important;    /* dodatkowe zabezpieczenie */
}

/* 2. Kolor aktywnego (otwartego) pytania */
.accordion-button.collapsed {
    color: inherit; /* normalny kolor, gdy zamknięte */
}

.accordion-button:not(.collapsed) {
    color: var(--main); /* kolor aktywnego pytania */
    background: none;
}
/* Usuń padding i margin */
.page-template-faq .accordion-button,
.page-template-faq .accordion-body {
    padding: 0 !important;
    margin: 0 !important;
}
.page-template-faq .accordion-button{
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0 !important;
}
.accordion .accordion-item{ cursor: pointer !important; }


/* special-page */
.special-page .item{
	margin-bottom: 20px;
}
.intro-special{
	background-image: none;
}
.page-template-coupons #page-wrapper{
	margin-top: -330px;
}
.page-template-coupons #page-wrapper #main{
	border-radius: 10px;
}


/* print */
.print #hello-bar,
.print #header{
	display: none !important;
}

.print .special{
	background: none;
}
.print .special .special-boxes{
	justify-content: center;
}
.print .special .item{
	border: 2px solid var(--main);
	margin: 30px 0;
	border-radius: 10px;
	width: 600px;
}

	
	
	
/* reviews */
.page-template-reviews #page-wrapper{
	position: relative;
	margin-top: -130px;
}	
.arrow{
	background-image: url("img/arr.webp");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 250px 11px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.intro-reviews{
	padding-bottom: 150px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc( 100% - 100px ));
}
/* container-reviews */
.container-reviews .reviews{
	display: flex;
	flex-wrap: wrap;
	width: 110%;
	margin-left: -5%;
}
.container-reviews .review-item{
	flex: 0 0 48%;
	background-color:#Fff;
	border-radius: 10px;
	margin: 1%;
	padding: 40px;
	padding-bottom: 70px;
	position: relative;
}
.container-reviews .review-item:before{
	content: '"';
	font-size: 100px;
	font-weight: 600;
	color: var(--main);
	position: absolute;
	left: 30px;
	top: 0;
	line-height: 1;
}	
.review-text{

}
.review-customer{
	position: absolute;
	bottom: 20px;
}


.page-template-reviews iframe{
	width: 1100px !important;
	max-width: 1100px !important;
	max-height: 900px !important;
	height: 800px !important;
}
.review-text p{
	font-size: 18px;
	text-indent: 40px;
}
.review-customer{
	font-weight: 500;
	font-size: 17px;
}


/* videos-career */
.videos-career .video-boxes .video{
	height: 380px;
}
.videos-career .video-boxes .title{
	text-align: center;
}


.videos-career p{
	font-size: 18px;
}

.benefits{
	padding: 60px 0;
}

.benefit-icon{
	width: 120px;
	height: 120px;
	border-radius: 120px;
	display: flex;
	background-color: #fff;
	flex: 0 0 120px;
}
.benefit-icon img{
	width: 60px;
	margin: auto;
}
.benefit-content{
	height: 100%;
	display: flex;
	margin: auto 0;
}
.benefit-content h4{
	font-size: 20px;
}


.img-r-dynamic{
	position: absolute;
	right: -390px;
	top: 0;
	width: 390px;
	border-radius: 0 10px 60px 0;
	height: auto;
	min-height: 360px;
	max-height: 450px;
	object-fit:cover;
	overflow: hidden;
}



/* accordion */
.accordion button.btn{
	text-align: left;
	background: none;
	color: var(--main) !important;
	border: none !important;
	padding: 0 10px;
	
}
.accordion button p{
	display: none;
}
.accordion button h4{
	color: var(--main);
}
.accordion .accordion-item.shadow{
	box-shadow: none !important;
}

.accordion .accordion-collapse{
	display: none;
}
.accordion .accordion-collapse.show{
	display: block;
}


/* embed-responsive */
.embed-responsive{
	width: 100%;
	padding: 30% 0;
	position: relative;
}
.embed-responsive iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}


.alert{
	padding: 20px;
}
.alert-secondary{
	padding: 30px !important; 
}
.alert-secondary em{
	font-weight: 300 !important;
	color: #333 !important;
}

/* single proj */
.single-latest-projects #sidebar-area{
	width: 45%;
}
.single-latest-projects  #sidebar-area .photo{
	height: 600px;
}


/* btn-book-online */
.btn-book-online br,
.btn-book-online br{
	display: none;
}
.btn-book-online {
	width: auto; 
}

.why-sub-page{
	overflow: hidden;
}

/* why-sub-page */
#about.why-sub-page{
	background-color: #f8f9fa;
	padding: 110px 0;
}








/* Wiersze parzyste - odwrócona kolejność */
.text_sections .why-sub-page .row  .col-photo .photo img{
	width: 100%;
	object-fit:cover;
	max-width: 200%;
}

.text_sections .why-sub-page:nth-child(odd){
	background-color: var(--dark);
}


.text_sections .why-sub-page:nth-child(odd) .entry-content h1, 
.text_sections .why-sub-page:nth-child(odd) .entry-content h2, 
.text_sections .why-sub-page:nth-child(odd) .entry-content p,
.text_sections .why-sub-page:nth-child(odd) .entry-content strong,
.text_sections .why-sub-page:nth-child(odd) .entry-content li, 
.text_sections .why-sub-page:nth-child(odd) h1.post-title
 {
	color: #fff;
}


.text_sections .why-sub-page:nth-child(even) .row > .col-photo {
  order: 1;
  
}


.text_sections .why-sub-page:nth-child(even) .row > .content {
  order: 2;
}

/* Wiersze nieparzyste - domyślna kolejność */
.text_sections .why-sub-page:nth-child(odd)  .row> .col-photo {
  order: 2;
}

.text_sections .why-sub-page:nth-child(odd)  .row> .content {
  order: 1;
}
.text_sections .why-sub-page:nth-child(odd) .row > .col-photo .photo{
	margin-right: -200px;
  margin-left: auto;
}
.text_sections .why-sub-page:nth-child(even) .row > .col-photo .photo{
	margin-right: auto;
  margin-left: -200px;
}
.why-sub-page.full{
	background-color: #f9f9f9;
}


.entry-content iframe{
	width: 100%;
	height: 560px;
}
.entry-content .lilbear{
	font-weight: 300;
	color: #848484;
	display: block;
}




/* sa-blog-post */
.sa-blog-post{
	margin-top: 300px;
}
.sa-blog-post .news > a .photo,
.sa-blog-post .news p,
.sa-blog-post .category{
	display: none;
}

/* sa services */
#services.sa-services{
	padding-bottom: 70px;
}
.sa-related-box{
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 100px;
}
.sa-related-box ul{
	display: flex;
	flex-wrap: wrap;
}
.sa-related-box ul li{
	flex:0 0 50%;
}


/* projects */
.sa-projects{
	margin-top: 250px;
	background-color: #f9f9f9;
}
.sa-projects .row-projects{
	margin: auto;
	width: 700px;
}



/* sa-blog-post-single */
.sa-blog-post-single{
	background-color: #f9f9f9;
	padding: 320px 0 80px;
	margin-top: 0;
}


.page-template-projects .news > a .photo{
	width: 70%;
	height: 240px; 
}



/* breadcrumbs */
.yoast_breadcrumb{
	color: #fff; 
	position: relative;
	margin-bottom: -60px;
	padding-top: 30px;
}
#breadcrumbs{
	padding-bottom: 0;
	margin-bottom: -5px;
	font-size: 16px;
	position: relative;
	z-index: 1000;
}
#breadcrumbs i{
	font-size: 12px;
	padding: 0 5px;
} 
#breadcrumbs a:hover{
	opacity: 0.85;
	text-decoration: underline; 
}


.single-latest-projects .date,
.single-latest-projects .read-time{
	display: none;
}
.single-latest-projects p.text-center{
	background-color: #f8f9fa;
    border: 1px solid #dbe0e4;
    padding: 10px;
    border-radius: 8px;
}

.single-latest-projects #recent-posts{
	padding-top: 0; 
}



iframe.wufoo-form-container{
	height: 870px !important; 
}



.page-id-2071 #sidebar-area .photo{
	height: 300px !important; 
	object-fit: cover;
}

.recommendations {
	margin-top: 50px;
}
.recommendations .rounded{
	width: 31.2% !important;
	margin: 1% !important;
}
.recommendations .rounded .profile-card {
	border: none !important; 
}