/*-----------------------------------------------------------------------------------
	Mobilny Serwis Klimatyzacji Samochodowej
	About: mabilna klimatyzacja samochodowa
	Author: mk
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
}
.container{
	max-width:1140px;
}
.contents-card{
	border-radius:30px 30px 30px 30px;
}
.contents-item{
	border-style:solid;
	border-color:var(--swatch-var-4742)!important;
	border-width:0px 0px 1px 0px;
}
.number-label{
	float:right;
	text-align:right;
	min-width:50px;
}
.contents-title{
	display:inline-block;
}
.section-heading{
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.quote-avatar{
	width:100px;
}
.book-container{
	box-shadow:0.00px 26.00px 25px rgba(0,0,0,0.32);
	min-height:600px;
	background-color:var(--swatch-var-1078);
	background:linear-gradient(0deg, #DCDCDC 0%, #FFFFFF  100%);
	position:relative;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	min-width:100%;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding:40px 40px 40px 40px;
}
.primary-gradient{
	background:linear-gradient(90deg, var(--swatch-var-2641)      0%, var(--swatch-var-417) 100%);
}
.book-container::after{
	content:"";
	position:absolute;
	min-height:100%;
	left:0px;
	background:linear-gradient(270deg, rgba(0,0,0,0.23)    0%, transparent 48%, transparent 77%, rgba(0,0,0,0.46)  100%);
	min-width:20px;
	bottom:0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	box-shadow:1.00px 0.00px 0px rgba(255,255,255,0.77);
}
.bloc-fill{
	fill:var(--swatch-var-2641);
}
.hero-heading{
	font-weight:700;
	font-size:90px;
	font-family:"Roboto";
	color:var(--swatch-var-417)!important;
	text-transform:uppercase;
	background-size:length;
}
.hero-sub-heading{
	font-size:20px;
	color:var(--swatch-var-417)!important;
	font-weight:800;
	font-family:"Open Sans";
}
.testimonial-card{
	box-shadow:0.00px -0.00px 13px rgba(0,0,0,0.10);
	padding:30px 30px 30px 30px;
	border-radius:30px 30px 30px 30px;
}
.grid-style{
	grid-template-columns:0.30fr 1fr;
	row-gap:0px;
	grid-template-rows:auto;
}
.grid-testimonial-style{
	grid-template-columns:1fr 1fr 1fr;
}
.price-title{
	font-size:55px;
}
.pricing-sub-heading{
	font-size:20px;
	color:var(--swatch-var-7343)!important;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.dark-icon{
	opacity:0.8;
}
.price-list-item{
	display:inline;
}
.white-btn{
	color:var(--swatch-var-2641)!important;
}
.white-bg{
	background-color:var(--swatch-var-1078);
}
.link-style{
	font-family:"Poppins";
	font-weight:700;
}
.section-sub-heading{
	font-size:30px;
	font-weight:400;
}
.video-info{
	font-size:14px;
}
.book-graphic{
	max-width:300px;
}
.book-title{
	font-weight:600;
	font-size:33px;
}
.book-divider{
	margin-top:5px;
	margin-bottom:5px;
	background-color:var(--swatch-var-2641);
	height:3px;
}
.primary-text{
	color:var(--swatch-var-2641)!important;
}
.qoute-heading{
	font-size:36px;
}
.menu-icon-stroke{
	stroke:#3399CC!important;
	fill:#3399CC!important;
}
.hero-btn{
	min-width:200px;
}
.primary-dot::after{
	content:".";
	color:var(--swatch-var-2641)!important;
	position:absolute;
}
.sample-chapter-p::first-letter{
	color:var(--swatch-var-3578)!important;
	line-height:45px;
	font-size:50px;
}
.video-frame video{
	border-radius:12px 12px 12px 12px;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-1078);
	fill:var(--swatch-var-1078);
}
.navbar-brand img{
	width:100px;
	height:54px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Helvetica";
}
.bloc-quote-fill{
	fill:var(--swatch-var-4742);
}
.bloc-pricing-fill{
	fill:var(--swatch-var-4742);
}
.biale_tluste{
	color:var(--swatch-var-1078)!important;
	font-size:32pt;
	font-weight:normal;
}
.h3-style{
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
}
.info{
	font-weight:bold;
	color:var(--swatch-var-417)!important;
}
.blocs-card-width{
	width:25%;
}
.agitacja{
	color:var(--swatch-var-417)!important;
	background-size:length;
	font-weight:normal;
	font-size:22pt;
}
.rabaty{
	font-weight:bold;
	text-align:center;
	text-transform:none;
	text-decoration:none;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	background-image:url("img/serwis%20klimatyzacji.PNG");
	background-image: -webkit-image-set(url("img/serwis%20klimatyzacji.webp") 1x,
url("img/serwis%20klimatyzacji.webp") 2x);background-image: image-set(url("img/serwis%20klimatyzacji.PNG") 1x,
url("img/serwis%20klimatyzacji.PNG") 2x,url("img/serwis%20klimatyzacji.webp") 1x,
url("img/serwis%20klimatyzacji.webp") 2x);
	background-image: -webkit-image-set(url("img/serwis%20klimatyzacji.webp") 1x,
url("img/serwis%20klimatyzacji.webp") 2x);background-image: image-set(url("img/serwis%20klimatyzacji.PNG") 1x,
url("img/serwis%20klimatyzacji.PNG") 2x,url("img/serwis%20klimatyzacji.webp") 1x,
url("img/serwis%20klimatyzacji.webp") 2x);
	background-color:var(--swatch-var-2641);
}
.phonebutton{
	background-color:var(--swatch-var-417);
}
.tlo{
	background-image:url("img/R134a.PNG");
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
	background-color:var(--swatch-var-417);
	background-blend-mode:multiply;
	background-attachment:scroll;
	opacity:50;
}
.biale{
	color:var(--swatch-var-1078)!important;
	text-transform:none;
	font-weight:bold;
}
.btn-style{
	font-weight:bold;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-4742);
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-417);
	height:30px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-417);
	width:100%;
	height:30px;
}
.img-hero-style{
	height:60px;
}
.whitebutton{
	color:#FEFFFF!important;
}
.img-1-style{
	height:60px;
}
.h2-bloc-0-style{
	font-family:"Lato";
	font-weight:900;
}
.niebieski_tlusty{
	color:var(--swatch-var-417)!important;
	font-weight:bold;
}
.ramka{
	background-color:var(--swatch-var-1078);
	background-blend-mode:lighten;
	border-radius:12px 12px 12px 12px;
}
.zaokraglenie{
	border-radius:15px 15px 15px 15px;
}
h1{
	font-size:90px;
}
.h3-about-style{
	font-size:36px;
}
.h3-6-style{
	font-size:36px;
}
.h4-style{
	font-size:36px;
}
.h4-about-style{
	font-size:36px;
}
.h4-5-style{
	font-size:36px;
}
.h1-style{
	font-size:60px;
}
.bialemenu{
	color:var(--swatch-var-1078)!important;
	font-family:"Roboto";
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.logo{
	border-radius:20px 20px 20px 20px;
}
.opacity{
	opacity:30%;
}
.podtytuly{
	color:var(--swatch-var-417)!important;
	text-transform:uppercase;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2641:rgba(38,99,235,1.00);
	
	--swatch-var-1078:rgba(255,255,255,1.00);
	
	--swatch-var-3578:rgba(20,20,20,1.00);
	
	--swatch-var-6936:rgba(248,250,252,1.00);
	
	--swatch-var-4742:rgba(0,0,0,0.10);
	
	--swatch-var-509:rgba(0,0,0,0.50);
	
	--swatch-var-257:rgba(255,255,255,0.50);
	
	--swatch-var-417:rgba(38,157,235,1.00);
	
	--swatch-var-7343:rgba(0,0,0,1.00);
	
	--swatch-var-3237:rgba(255,255,255,1.00);
	
	--swatch-var-5612:rgba(37,138,228,0.87);
	
	--swatch-var-1046:#4F5959;
	
	--swatch-var-6019:rgba(79,89,89,0.07);
	
}


/* Background colour styles */

.bgc-417{
	background-color:var(--swatch-var-417);
}
.bgc-3237{
	background-color:var(--swatch-var-3237);
}

/* Text colour styles */

.tc-3237{
	color:var(--swatch-var-3237)!important;
}
.tc-3578{
	color:var(--swatch-var-3578)!important;
}
.tc-417{
	color:var(--swatch-var-417)!important;
}
.tc-509{
	color:var(--swatch-var-509)!important;
}
.tc-1078{
	color:var(--swatch-var-1078)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}

/* Button colour styles */

.btn-c-3237{
	background:var(--swatch-var-3237);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3237:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1078{
	background:var(--swatch-var-1078);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1078:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-417{
	background:var(--swatch-var-417);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-417:hover{
	background:#006AB8!important;
	color:rgba(0,0,0,.5)!important;
}

/* Bloc image backgrounds */

.bg-R134a{
	background-image:url("img/R134a.PNG");
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
	background-image: -webkit-image-set(url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);background-image: image-set(url("img/R134a.PNG") 1x,
url("img/R134a.PNG") 2x,url("img/R134a.webp") 1x,
url("img/R134a.webp") 2x);
}
.bg-klimatyzacja-20samochodowa-20{
	background-image:url("img/klimatyzacja%20samochodowa%20.png");
	background-image: -webkit-image-set(url("img/klimatyzacja%20samochodowa%20.webp") 1x,
url("img/klimatyzacja%20samochodowa%20.webp") 2x);background-image: image-set(url("img/klimatyzacja%20samochodowa%20.png") 1x,
url("img/klimatyzacja%20samochodowa%20.png") 2x,url("img/klimatyzacja%20samochodowa%20.webp") 1x,
url("img/klimatyzacja%20samochodowa%20.webp") 2x);
}
.bg-klimatyzacja-20samochodowa-20{
	background-image:url("img/klimatyzacja%20samochodowa%20.png");
	background-image: -webkit-image-set(url("img/klimatyzacja%20samochodowa%20.webp") 1x,
url("img/klimatyzacja%20samochodowa%20.webp") 2x);background-image: image-set(url("img/klimatyzacja%20samochodowa%20.png") 1x,
url("img/klimatyzacja%20samochodowa%20.png") 2x,url("img/klimatyzacja%20samochodowa%20.webp") 1x,
url("img/klimatyzacja%20samochodowa%20.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.price-title{
		font-size:50px;
	}
	.pricing-sub-heading{
		font-size:20px;
		margin-bottom:30px;
		font-weight:bold;
		color:var(--swatch-var-417)!important;
	}
	.price-card{
		margin-bottom:20px;
	}
	.hero-heading{
		font-size:50px;
	}
	.book-container{
		min-height:450px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr 1fr;
	}
	.container-div-style{
		width:100%;
	}
	.hero-sub-heading{
		font-weight:bold;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-style{
		height:250px;
		width:800px;
	}
	.quote-text{
		font-weight:bold;
	}
	menu{
		text-align:center;
		text-transform:uppercase;
	}
	.podtytuly{
		color:var(--swatch-var-417)!important;
		text-transform:uppercase;
		font-size:24px;
	}
	.white-btn{
		color:var(--swatch-var-417)!important;
	}
	
}

@media (max-width: 767px){
	.price-title{
		font-size:40px;
	}
	.pricing-sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.price-card{
	}
	.price-list-item{
	}
	.qoute-heading{
		font-size:30px;
	}
	.hero-heading{
		font-size:50px;
	}
	.book-container{
		min-height:440px;
	}
	.contents-card{
		border-radius:20px 20px 20px 20px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr;
	}
	.book-graphic{
		max-width:200px;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-1078);
		fill:var(--swatch-var-1078);
	}
	.blocs-card-width{
		width:50%;
	}
	.quote-text{
		font-size:22px;
	}
	.p-style{
		width:83.78%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1078)!important;
		fill:var(--swatch-var-1078)!important;
	}
	
}

@media (max-width: 575px){
	.price-title{
		font-size:30px;
	}
	.book-container{
		min-height:350px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr;
	}
	.testimonial-card{
		padding:20px 20px 20px 20px;
	}
	.price-card{
		padding:15px 15px 15px 15px;
		border-radius:20px 20px 20px 20px;
	}
	.section-sub-heading{
		font-size:22px;
	}
	.contents-title{
		font-size:14px;
	}
	.number-label{
		font-size:14px;
	}
	.hero-heading{
		font-size:30px;
		color:var(--swatch-var-3578)!important;
	}
	.book-graphic{
		max-width:100px;
	}
	.book-title{
		font-size:23px;
	}
	.menu-icon-stroke{
	}
	.hero-btn{
		width:100%;
	}
	.hero-sub-heading{
		font-size:16px;
		color:var(--swatch-var-3578)!important;
	}
	.contents-card{
	}
	.qoute-heading{
		font-size:24px;
	}
	.footer-link{
		text-align:center;
	}
	.blocs-card-width{
		width:100%;
	}
	.quote-text{
		font-size:18px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.h3-style{
		font-size:30px;
	}
	.section-heading{
	}
	.niebieski_serwis{
		color:var(--swatch-var-417)!important;
		text-transform:uppercase;
		font-size:24px;
	}
	
}

