/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');


body {
    width: 100%;
    height: 100%;
    font-family: "DM Sans", sans-serif;
	font-weight: 300;
    color: #111;
    background-color: #fff;
	font-size: 15px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ff0040;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
	background: #fff;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
  color: #000;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand2 h1{
	color: black;
  font-size: 20px;
  line-height: 40px;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #231f20;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #111 !important;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color:#444;
}

.navbar-custom.top-nav-collapse ul.nav li a:hover {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color:#01aeef;
	font-weight: 700;
}d

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #111;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	color:#01aeef;
	background:none;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	color:#01aeef;
	background:none;
}



.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #444;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

#load {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #01aeef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-top: 20%;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 50px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	margin-top:70px;
	background: url(../img/fhd-background.jpg) no-repeat top center;
}

#intro.intro {
	padding:10% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 40px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social a{background: #979797; border-radius:2px;}
.company-social .social a:hover{background: #009bde;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 10px 0 ;
}


.footer-kontakt {
	position:absolute;
	bottom:0;
	width:100%;
}
	

footer p {
	color: #ffffff;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #111;
    color: #111;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #111;
  border-color: #111;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background-color: #fff;
		border-bottom: 1px solid rgba(189, 189, 189, 0.48);
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000000;
		background-color: #f7f7f7;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 70%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(189, 189, 189, 0.48);
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

.credits {
    font-size: 10px;
}

.copyright {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0;
    font-weight: 300;
}

.notemsg {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 50%;
    color: white;
    font-size: 20px;
}


.unu
{
  margin-top: 4px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




.mouse
{
  height: 40px;
  width: 27px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #01aeef;
  top: 170px;
}

.wheel
{
  height: 8px;
  width: 3px;
  display: block;
  margin: 5px auto;
  background: #01aeef;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.center2 {
    position: absolute;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    top: 250px;
}

.intro .page-scroll {
    text-align: center;
    padding-top: 10%;
}

h4.intro-title {
    font-size: 30px;
    color: #979797;
    line-height: 10px;
    margin: 0px 0px 0px 0px;
}

h2.intro-title {
    font-size: 60px;
    line-height: 90px;
    color: #009bde;
    text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

h5.intro-title {
    color: #0d1218;
    font-size: 36px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 50px;
	margin: 0px 0px 0px 0px;
	font-weight:300;
	font-family: "DM Sans", sans-serif;

}

h2.about-me {
    color: #009bde;
	text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
	line-height: 90px;
	font-size:50px;
}

h2.about-me:before {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 4px;
    width: 80px;
    background-color: #009bde;
    left: 40px;
    transform: translateX(-50%);
}

.job-text {
    margin-top: 125px;
}


.skill-square:hover {
    background-color: #009bde;
    color: #fff;
}

.skill-square {
    list-style: none;
    display: inline-block;
    float: left;
    text-align: center;
    height: 150px;
    width: 150px;
    background-color: #f3f6f8;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 38px 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
	font-size:50px;
	color: #009bde;
}

.name {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.col-md-8.content-me {
	
	font-size: 18px;
    line-height: 40px;
}

.col-md-1.dotted {
		
	font-size: 18px;
    line-height: 40px;
}

a.no-decoration {
    font-weight: 300;
    color: #111;
}

a.no-decoration:hover {
    font-weight: 300;
    color: #111;
}

h2.konsultacja {
    margin: 0px 0px 0px 0px;
    margin-top: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins';
    font-size: 37px;
}

p.konsultacja {
    margin: 5px 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    color: #fff;
}

a.btn.btn-primary.scroll {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    border-radius: 50px;
    background: #fff;
    color: #01aeef;
}


a.btn.btn-primary.newsletter {
	border: 1px solid #fff;
    border-radius: 5px;
    border-radius: 50px;
    background: #fff;
    color: #01aeef;
}


i.fa.fa-info.paralax {
    font-size: 40px;
    border: 4px solid #fff;
    width: 70px;
    height: 70px;
    padding: 13px 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
    color: #fff;
	text-align: center;
}

p.aboutfooter {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 0 0;
}

span.title-footer {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.36);
}

i.fa.fa-arrow-circle-o-right {
    font-weight: 100;
    color: #01aeef;;
    font-size: 16px;
}


/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 5px;
	border: 1px solid #0eb2f1;
	-webkit-box-shadow: none;
	box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		  border: 1px solid #0eb2f1;
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}

span.title-section {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px;
    font-size: 44px;
}

p.description {
    font-size: 18px;
}

button.btn.btn-default.formularz {
    background: #0eb2f1;
    border: 1px solid #0eb2f1;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

button.btn.btn-default.formularz:hover {
    background: #fff;
    border: 1px solid #0eb2f1;
    border-radius: 5px;
    color: #0eb2f1;
    font-weight: 300;
}

/* OFERTA BOX */

.price {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background: rgba(171, 172, 179, 0.1);
    color: #01aeef;
	font-size: 20px;
}

p.price-numer {
    display: inline;
    font-size: 70px;
}

.thumbnail.oferta {
    padding: 0px;
	background: #f7f7f7;
	border-radius: 0px;
}

.thumbnail.oferta:hover {
	background:#01aeef;
}


p.oferta.text-justify {
    font-size: 14px;
    padding-top: 15px;
}

h3.oferta {
    padding-top: 20px;
    font-size: 16px;
	font-weight:300;
	color: #47484c;
}

h3.oferta {
    padding-top: 20px;
    font-size: 16px;
	font-weight:300;
	color: #47484c;
}

/* OFERTA BOX HOVER */

.thumbnail.oferta:hover {
	background:#01aeef;
	}

.thumbnail.oferta:hover h3.oferta {    
	padding-top: 20px;
    font-size: 16px;
	font-weight:300;
	color: #fff; 
	}

.thumbnail.oferta:hover	.price {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		background: rgba(101, 102, 102, 0.28);
		color: #fff;
	}
	
.thumbnail.oferta:hover	p.oferta.text-justify {
    font-size: 14px;
    padding-top: 15px;
	color:#fff;
}

.thumbnail.oferta:hover .col-md-12.oferta-list {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
	color:#fff;
}


.col-md-12.oferta-list {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e0e0e7;
}

#newsletter {
    background: url(../img/paralax-1.jpg) no-repeat center center fixed;
    display: table;
    height: 205px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

span.newsletter-title {
    color: #fff;
    font-size: 45px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    margin-top: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins';
    font-size: 37px;
}

.padding-call-us {
    padding-top: 15px;
    padding-bottom: 30px;
}

span.newsletter-description {
    font-size: 16px;
    color: #fff;
}

input.NewsletterName.form-control {
    height: 50px;
    padding: 0 10px 0 20px;
    line-height: 50px;
    border-radius: 0px;
    color: #111 !important;
    opacity: 1 !important;
    border-radius: 20px;
}

.display-none{
	display:none;
}

span.header-short {
    color: #000000;
    font-size: 18px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins';
}

span.header-normal {
    color: #000;
    font-size: 59px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-family: "Poppins", sans-serif;
}

span.header-long {
    color: #000;
    margin-top: 25px;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    margin-top: 9px;
    display: block;
}

a.btn.btn-primary.header {
    background: none;
    border: 1px solid #01aeef;
	color: #01aeef;
    border-radius: 50px;
	padding: 15px 25px !important;

}

a.btn.btn-primary.header:hover {
    background: #01aeef;
    color: #fff;
	 border: 1px solid #01aeef;
}

a.btn.btn-primary.header2 {
    background: none;
    border: 1px solid #01aeef;
    border-radius: 50px;
    background: #01aeef;
    margin-left: 10px;
    padding: 15px 25px !important;
}

a.btn.btn-primary.header2:hover {
    background: none;
    color: #01aeef;
	border: 1px solid #01aeef;
	margin-left:20px;
}

.btn.btn-primary.zamow {
    background: none;
    border: 1px solid #01aeef;
    border-radius: 5px;
	background: #01aeef;
	margin-left:20px;
}

.btn.btn-primary.zamow:hover {
    background: none;
    color: #01aeef;
	border: 1px solid #01aeef;
	margin-left:20px;
}

a.btn.btn-primary.website {
    background: none;
    border: 1px solid #01aeef;
    border-radius: 5px;
	background: #01aeef;
	margin-left:20px;
}

a.btn.btn-primary.website:hover {
    background: none;
    color: #01aeef;
	border: none;
	margin-left:20px;
	background:#fff;
}

a.btn.btn-primary.website-border {
    background: none;
    border: 1px solid #01aeef;
    border-radius: 5px;
	background: #01aeef;
	margin-left:20px;
}

a.btn.btn-primary.website-border:hover {
    background: none;
    color: #01aeef;
	border: 01aeef;
	margin-left:20px;
	background:#fff;
}

a.btn.btn-primary.website-light {
    background: none;
	border: 1px solid #01aeef;
    border-radius: 5px;
	background: #fff;
	margin-left:20px;
	color: #01aeef;
}

a.btn.btn-primary.website-light:hover {
    background: #01aeef;
    color: #01aeef;
	border: 1px solid #01aeef;
	color: #fff;
	margin-left:20px;
}

a.btn.btn-primary.main-section {
    background: none;
    border: 1px solid #01aeef;
	color:	#01aeef;
    border-radius: 5px;

}

a.btn.btn-primary.main-section:hover {
    background: #01aeef;
    color: #fff;
	 border: 1px solid #01aeef;
}

a.menu-red {
	color: #01aeef;
	
}

a.menu-red:hover {
	color: #000;
	
}

.man-section{
    background: #f4f7f7;
    display: table;
    min-height: 616px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.portfolio-section{
    background: url(../img/strony-internetowe-portfolio-compressor.png) no-repeat;
    display: table;
    min-height: 616px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

p.text-site {
    text-align: justify;
    padding-right: 30px;
}

p.description-iphone {
    padding: 20px 20px 20px 20px;
    text-align: justify;
	font-size: 14px;
}

h2.title-iphone {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 0 0;
}



p.first-slide-description {
    padding: 20px 20px 20px 20px;
	text-align: justify;
}

p.first-slide-description-nopadding {
	text-align: justify;
}

.portfolio-set{
    position: absolute;
	top:50px;
	left: 73%;
}

span.title-portfolio {
    color: white;
    font-size: 22px;
}
.website-portfolio {
    color: white;
    font-size: 16px;
    z-index: 2;
    font-weight: 300;
    margin: 0 0 0 0;
    text-transform: none;
    display: block;
}

span.uslugi-portfolio {
    color: white;
    font-size: 16px;
}

p.count {
    margin: 0 0 0 0;
    font-size: 40px;
}

.counter{
	font-size: 18px;
}

.key-footer
{
	margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;	
	text-align:left;
	color: #fff;
	display:inline;
}

h1.title-iphone {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 0 0;
}

.slid_line {
    width: 100px;
    height: 1px;
    background: #a2a2a2;
    transition-delay: 1.7s;
    margin-top: 10px;
}

.carousel-indicators .active {
    margin: 0;
    width: 17px;
    height: 17px;
    background-color: #01aeef;
	border:none;
}

.carousel-indicators li {

	background-color: none;
    border: 2px solid #d8d8d8;
    background: transparent;
	width: 17px;
    height: 17px;
}

@media screen and (min-width: 768px){
	.carousel-indicators {
		bottom: -80px;
	}
}

p.author-opinion {
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.col-md-4.dark {
    min-height: 350px;
    background: #fff;
    padding: 30px 30px 30px 30px;
}

.col-md-4.white {
    min-height: 350px;
    background: #fff;
    padding: 30px 30px 30px 30px;
}

.border-right-down{
 	border-bottom: 1px solid rgb(233, 233, 233);
	border-right: 1px solid rgb(233, 233, 233);	
}

.border-down{
 	border-bottom: 1px solid rgb(233, 233, 233);
}

.border-right{
 	border-right: 1px solid rgb(233, 233, 233);
}

p.list {
    text-align: justify;
	padding-top:30px;
}

.ofert_line {
    width: 80px;
    height: 4px;
    background: #01aeef;
    transition-delay: 1.7s;
    margin-top: 20px;
}

.cennik-title {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #01aeef;
}



.cennik-row {
    margin-top: 15px;
}

.cennik-cena-color {
	background-color: #f2f2f2;
    padding-top: 7px;
    padding-bottom: 7px;
	text-align: right;
}

.cennik-usluga-color {
    text-align: left;
    background-color: #f2f2f2;
    padding-top: 7px;
    padding-bottom: 7px;
}

.cennik-cena {
    padding-top: 7px;
    padding-bottom: 7px;
	text-align: right;
}

.cennik-usluga {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
}

.container-margin-cennik{
 margin-top:30px;	
}	

.zamow-title {
    display: inline;
	font-size: 16px;
    font-weight: 700;
    color: #01aeef;
}

h1.main-title {
    color: #000;
    font-size: 17px;
    margin-top: 20px;
    display: inline;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0px;
	color: #000;
    margin-top: 20px;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 1.2em;
}


.margin-top-atuts {
    margin-top: 28px;
}

.maskParent {
    padding-bottom: 30px;
    padding-top: 10px;
}


.widget-facebook .slideout-widget-handler, .widget-facebook .slideout-widget-content {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.widget-gplus .slideout-widget-handler, .widget-gplus .slideout-widget-content{
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}


.width-100{
	max-width:100%;
}

.padding-bottom-20{
	padding-bottom: 20px;
}


@media (min-width: 50px) and (max-device-width: 700px){
	.display-none-mobile{
		display:none;
	}
	
	.padding-top-mobile{
		padding-top:15px;
	}
	.padding-bottom-mobile{
		padding-bottom:20px;
	}
	.logo-size-mobile{
		height: 40px !important;
		padding: 0 0 0 0 !important;
		margin-top: 1px !important;
	}	
	
	.margin-top-mobile{
		margin-top: 60px !important;
	}		
	.margin-top-20-mobile{
		margin-top: 20px !important;
	}		
}

h2.title-left {
    text-align: left;
    margin: 0 0 0 0 !important;
}

a.footer {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

footer {
    background-color: #111 !important;
}

a.copyright-keywords {
    color: #fff !important;
}


a.footer:hover {
    color: #01aeef;
    font-weight: 500;
    font-size: 14px;
}

.titlemain {
    width: 70%;
    margin: auto;
    background: url(../img/pattern.jpg) repeat-x center center;
    text-align: center;
    margin-bottom: 30px;
}

.front-title {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    line-height: 120%;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

.zabieg-circle IMG {
    max-width: 100%;
    height: auto;
    margin: 0 auto 7px auto;
    padding: 0;
    border: 0;
    display: block;
    border-radius: 50%;
    border: 7px solid rgba(1, 1, 1, 0.06);
    box-sizing: border-box;
}
.zabieg-circle IMG:hover {
    max-width: 100%;
    height: auto;
    margin: 0 auto 7px auto;
    padding: 0;
    border: 0;
    display: block;
    border-radius: 50%;
    border: 7px solid #e53263;
    box-sizing: border-box;
}

a.oferta {
    font-size: 22px;
    color: #fff;
}

.maskParent {
    position: relative;
    height: 100%;
    width: 100%;
}

#information {
    background: url(../img/paralax-1.jpg) no-repeat center center fixed;
    display: table;
    height: 350px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.about-us {
    text-align: justify;
    font-size: 16px;
}

p.paralax {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 100px;
}

.thumbnail.fancybox:hover {
	border-color:#e53363;
}

p.tecar-title {
    display: inline;
    font-weight: 700;
    font-size: 22px;
}

.collapse.navbar-collapse.navbar-right.navbar-main-collapse {
    float: left !important;
}

.menu-right {
    float: right;
    border-left: 1px solid #eaebec;
    margin-top: 4px;
	padding-left: 20px;
}

a.contactus {
    display: inline-block;
    background: #01aeef;
    border-radius: 5px;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    padding: 8px 20px;
    margin-top: 3px;
    margin-left: 20px;
	border: 1px solid #01aeef;
	border-radius: 40px;
}

a.contactus:hover {
	display: inline-block;
    background: #2597d4;
    border-radius: 5px;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    padding: 8px 20px;
    margin-top: 3px;
    margin-left: 20px;
	border-radius: 40px;
	border: 1px solid #2597d4;
}

a.phone-menu {
    font-size: 15px;
    letter-spacing: 0px;
    color: #231f20;
    font-weight: 600;
    font-family: 'Poppins';
}

i.fa.fa-phone {
    color: #01aeef;;
}

.oferta-square-1 {
    background: #01aeef;
    border-radius: 10px;
	padding:20px 20px 20px 20px;
}

.oferta-square-2 {
    background: #01aeef;
    border-radius: 10px;
	padding:20px 20px 20px 20px;
}

.oferta-square-3 {
    background: #01aeef;
    border-radius: 10px;
	padding:20px 20px 20px 20px;
}

p.desc-oferta {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}

img.oferta-img {
    margin-bottom: 15px;
    margin-top: 15px;
}

.oferta-kolko{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 12px solid #22b3ed;
    width: 170px;
	height: 170px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.oferta-kwadrat{
	padding: 60px 10px 20px 10px;
    margin-top: -51px;
    text-align: center;
    position: relative;
	background: white;
	color:#111;
	border-radius: 20px;
}

.oferta-kwadrat:hover{
	padding: 60px 10px 20px 10px;
    margin-top: -51px;
    text-align: center;
    position: relative;
	background: #007bc2;
	transition-delay:0.1s;
	color:#fff;
}

p.animator-name {
    font-weight: 700;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 4px;
    display: block;
    font-family: "Poppins";
    text-transform: uppercase;
}

p.animator-title {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -7px !important;
    display: block;
}

p.animator-desc {
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    margin-top: -12px;
}

span.etapty-dzialania-title {
    padding-left: 10px;
    font-size: 18px;
}

span.etapty-dzialania-desc {
    margin-left: 10px;
    text-align: justify;
}


img.etapty-dzialania-img {
    float: left;
}

a.footer2 {
    color: #111 !important;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

p.contact.desc {
	color: #111 !important;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

a.footer2:hover {
    color: #01aeef !important;
}

.price-right {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    margin-right: -18px;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 31px !important;
    color: #111 !important;
}

@media only screen and (max-width: 680px) {
    .menu-right {
        float: left;
        border-left: none;
        margin-top: 4px;
        padding-left: 20px;
        padding-bottom: 10px;
        display: block;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
    }
	
	.oferta-square-1 {
    margin-bottom: 20px;
	}
	.oferta-square-2 {
    margin-bottom: 20px;
	}
	
	.margin-top-50{
     margin-top: 50px;
	}
}

	.margin-right-20{
	 margin-right: 20px;	
	}

h3.cennik {
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    font-family: "Poppins";
}
	
	.cennik-usluga {
    text-align: left;
    padding: 0px 0px 0px 0px;
	}
	
.cennik-row {
    padding-bottom: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 30px 50px !important;
    background: #f8f8f8;
    margin-bottom: 29px !important;
}

.border-radius-map {
    border-radius: 20px;
}
	
.opis-uslugi {
    text-align: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2em;
}
	
.cena-uslugi {
    font-weight: 700;
    font-size: 17px;
    color: #111;
    text-align: right;
    font-family: 'Poppins';
}
	
	.cennik-more {
    font-size: 20px;
    color: #01aeef;
    margin-top: 50px;
	}
	
	a.cennik-link {
    color: #01aeef;
	}
	
	a.cennik-link:hover {
    color: #41cbff;
	}
	
			#intro.intro {
			padding: 6% 0 0 0;
		}
	
	
@media (min-width: 1200px) {
    .container {
        width: 1280px !important;
    }
}
	
	
	@media (min-width: 767px) {
			.navbar-custom.top-nav-collapse {
				border-bottom: 1px solid rgba(255, 255, 255, .3);
				padding-top: 10px;
				padding-bottom: 10px;
			}
	}
	
	
	
	
	
	  
/* ----------- CUSTOM STYLE DLA MNIEJSZEJ ROZDZIELCZOŚCI ----------- */

@media only screen and (max-width: 768px) {
	
	
	.logo-size-mobile {
        height: 55px !important;
        padding: 0 0 0 0 !important;
        margin-top: 1px !important;
    }
	
	#intro.intro {
		padding: 30% 0 20% 0;
	}

	span.header-short {
		color: #000000;
		font-size: 37px;
		line-height: 43px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Poppins';
	}
	
	.carousel-indicators {
		position: absolute;
		bottom: -85px;
		left: 15%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: center;
	}
	
span.header-long {
    color: #000;
    margin-top: 25px;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 1.2em;
    margin-top: 9px;
    display: block;
    max-width: 74%;
}

	h1.main-title{
		color: #000;
		margin-top: 25px;
		font-family: "DM Sans", sans-serif;
		font-size: 19px;
		line-height: 1.2em;
	}
	
	.intro {
    width: 100%;
    position: relative;
    margin-top: 70px;
    background: url(../img/fhd-background.jpg) no-repeat;
    background-position: calc(50% - -60px) center;
	}
	
	.cennik-row {
		padding-bottom: 25px;
		border: 1px solid #e1e1e1;
		border-radius: 20px;
		padding: 30px 30px !important;
		background: #f8f8f8;
		margin-bottom: 29px !important;
	}
	
	section#cennik {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: -10px;
    margin-bottom: -70px;
}

span.title-section {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 1.2em;
}

p.description {
    font-size: 16px;
    font-family: 'DM Sans';
    padding-top: 13px;
}

section#onas {
    padding-bottom: 2px !important;
}

section#dlaczegomy {
    padding-bottom: 50px !important;
}

.oferta-kwadrat {
    margin-bottom: 35px;
}

.container.margin-top-container-icon {
    margin-top: -60px;
}

.col-md-4.col-sm-6.service.margin-top-50.text-left.wow.fadeInLeft.animated.animated {
    margin-top: 45px !important;
}

.margin-para {
    padding-bottom: 55px !important;
}

.margin-top-form-mobile {
    margin-top: 13px !important;
}

h3.cennik {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    font-family: "Poppins";
    width: 100%;
    display: block;
}

.price-right {
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    margin-right: -18px;
    width: 100%;
    display: block;
    text-align: left;
}

.opis-uslugi {
    text-align: left;
    margin-left: 0px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    border-top: 1px solid #cfcfcf;
    padding-top: 18px;
    color: #111;
}



.menu-right {
    float: left;
    border-left: none;
    margin-top: 4px;
    padding-left: 0;
    padding-bottom: 20px;
    display: flex;              /* ← flex zamiast block */
    align-items: center;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.menu-right__phone {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.menu-right__cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;  /* ← button do prawej */
    padding-right: 20px;
}

/* usuń margin-left z buttona bo teraz pozycjonuje flex */
a.contactus {
    margin-left: 0;
    margin-top: 0;
}


}

/* ----------- CUSTOM STYLE DLA MNIEJSZEJ ROZDZIELCZOŚCI ----------- */

@media (min-width: 1000px) and (max-width: 1400px) {   

		#intro.intro {
			padding: 6% 0 0 0;
		}
		
		 .intro {
			height: 80%;
		}
		
		
		.carousel-indicators {
			bottom: 10px;
		}
		
		
		.margin-about{
				margin-bottom: 25px !important;
		}
		
		.home-section {
			padding-top: 55px;
			padding-bottom: 30px;
			display: block;
			position: relative;
			z-index: 120;
		}
		
		section#dlaczegomy {
			padding-bottom: 63px !important;
		}
		
		div#information {
			padding-bottom: 40px !important;
		}
	
		div#tf-services {
			padding-bottom: 41px !important;
		}
  
}



@media (min-width: 1001px) {

    .menu-right {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-left: 20px;
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        width: auto;
    }

    .menu-right__phone {
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    .menu-right__cta {
        flex: 0 0 auto;
        padding-right: 0;
        justify-content: flex-start;
    }

    a.contactus {
        margin-left: 0;
        margin-top: 0;
    }

}
	
	
	
	
/* -------------- CUSTOM STYLE DLA ROZDZIELCZOŚCI FHD -------------- */

@media (min-width: 1650px) and (max-width: 1950px) {   

	section#dlaczegomy {
		padding-top: 0px;
	}
	
	div#information {
    padding-top: 25px;
    padding-bottom: 35px;
}

   
}



  .table-addon-container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            color: #111;
            padding: 20px;
        }

.table-addon-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #111;
    text-transform: uppercase;
    padding-top: 30px;
}

        .table-addon-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

.table-addon-box {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #f8f8f8;
    padding: 15px;
}

        .table-addon-table {
            width: 100%;
            border-collapse: collapse;
        }

        .table-addon-table tr {
            border-bottom: 1px solid #ddd;
        }

        .table-addon-table tr:last-child {
            border-bottom: none;
        }

        .table-addon-table td {
            padding: 15px;
            color: #111;
            font-size: 14px;
        }

        .table-addon-table td:first-child {
            font-weight: bold;
            text-transform: uppercase;
			text-align: left
        }

        .table-addon-table td:last-child {
            text-align: right;
            font-weight: bold;
            white-space: nowrap;
            color: #111;
        }
		
		
		#myjnia-cennik {
		  scroll-margin-top: 100px; /* wysokość Twojego navbaru */
		}
		
		#detailing-cennik{
		  scroll-margin-top: 100px; /* wysokość Twojego navbaru */
		}
		#klimatyzacja-cennik {
		  scroll-margin-top: 100px; /* wysokość Twojego navbaru */
		}

        /* Responsive - mobile */
        @media (max-width: 768px) {
            .table-addon-title {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .table-addon-wrapper {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .table-addon-table td {
                padding: 12px;
                font-size: 13px;
            }

            .table-addon-table td:first-child {
                padding-right: 10px;
            }
			
			.table-addon-container {
				padding: 0px;
			}
			
		#myjnia-cennik {
		  scroll-margin-top: 120px; /* wysokość Twojego navbaru */
		}
		
		#detailing-cennik{
		  scroll-margin-top: 120px;; /* wysokość Twojego navbaru */
		}
		#klimatyzacja-cennik {
		  scroll-margin-top: 120px; /* wysokość Twojego navbaru */
		}
		
        }

        @media (max-width: 480px) {
            .table-addon-title {
                font-size: 16px;
				margin-top: -25px;
            }

            .table-addon-table td {
                padding: 10px;
                font-size: 12px;
            }
        }
		
		
		
		@media (max-width: 768px) {
			  .opis-uslugi {
				display: flex;
				flex-direction: column;
			  }

				.opis-uslugi span {
					border-bottom: 1px solid #ddd;
					padding: 10px 0;
				}

			  .opis-uslugi span:last-child {
				border-bottom: none; /* ostatni bez linii */
			  }
	}
	
	
	@media (min-width: 769px) {
		  .opis-uslugi {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		  }

		  .opis-uslugi span {
			padding: 0 10px;
			border-right: 1px solid #ddd;
		  }

		  .opis-uslugi span:first-child {
			padding-left: 0;
		  }

		  .opis-uslugi span:last-child {
			border-right: none;
		  }
		}
		
		
		
		
		
		
		/* COOKIE BANNER */
		
		
		/* ============================================================
   COOKIE BANNER – RODO
   Prefix: banner-cookie-
   Fonty: Poppins (tytuły) + DM Sans (tekst)
   Dodaj do <head>:
   <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=DM+Sans:wght@400;500&display=swap" rel="stylesheet">
   ============================================================ */

:root {
  --bc-brand:       #01aeef;
  --bc-brand-dark:  #0192cb;
  --bc-brand-light: #e6f7fd;
  --bc-text:        #111111;
  --bc-text-muted:  #555555;
  --bc-bg:          #ffffff;
  --bc-border:      #e2e8f0;
  --bc-overlay:     rgba(0, 0, 0, 0.45);
  --bc-radius:      14px;
  --bc-radius-sm:   8px;
  --bc-shadow:      0 8px 40px rgba(0, 0, 0, 0.14);
  --bc-font-title:  'Poppins', sans-serif;
  --bc-font-body:   'DM Sans', sans-serif;
  --bc-trans:       0.22s ease;
}

/* ── OVERLAY ─────────────────────────────────────────────── */
#banner-cookie-overlay {
  position: fixed;
  inset: 0;
  background: var(--bc-overlay);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#banner-cookie-overlay.banner-cookie-visible {
  opacity: 1;
  pointer-events: all;
}

/* ── MAIN BANNER ─────────────────────────────────────────── */
#banner-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--bc-bg);
  border-top: 3px solid var(--bc-brand);
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.10);
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  transform: translateY(110%);
  transition: transform 0.38s cubic-bezier(.4, 0, .2, 1);
}
#banner-cookie-bar.banner-cookie-visible {
  transform: translateY(0);
}

.banner-cookie-bar__text {
  flex: 1 1 320px;
}
.banner-cookie-bar__text h2 {
  font-family: var(--bc-font-title);
  font-size: 17px;
  font-weight: 700;
  color: var(--bc-text);
  margin-bottom: 6px;
}
.banner-cookie-bar__text p {
  font-family: var(--bc-font-body);
  font-size: 13.5px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}
.banner-cookie-bar__text a {
  color: var(--bc-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.banner-cookie-bar__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.banner-cookie-btn {
  font-family: var(--bc-font-title);
  font-size: 13.5px;
  font-weight: 600;
  border-radius: var(--bc-radius-sm);
  padding: 10px 20px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--bc-trans);
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
.banner-cookie-btn--primary {
  background: var(--bc-brand);
  color: #fff;
  border-color: var(--bc-brand);
}
.banner-cookie-btn--primary:hover {
  background: var(--bc-brand-dark);
  border-color: var(--bc-brand-dark);
}
.banner-cookie-btn--outline {
  background: transparent;
  color: var(--bc-text);
  border-color: var(--bc-border);
}
.banner-cookie-btn--outline:hover {
  border-color: var(--bc-brand);
  color: var(--bc-brand);
}
.banner-cookie-btn--ghost {
  background: transparent;
  color: var(--bc-text-muted);
  border-color: transparent;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.banner-cookie-btn--ghost:hover {
  color: var(--bc-brand);
}

/* ── MODAL ───────────────────────────────────────────────── */
#banner-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
#banner-cookie-modal.banner-cookie-visible {
  pointer-events: all;
  opacity: 1;
  transform: scale(1) translateY(0);
}

.banner-cookie-modal__box {
  background: var(--bc-bg);
  border-radius: var(--bc-radius);
  box-shadow: var(--bc-shadow);
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.banner-cookie-modal__header {
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--bc-border);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.banner-cookie-modal__header h2 {
  font-family: var(--bc-font-title);
  font-size: 20px;
  font-weight: 700;
  color: var(--bc-text);
}
.banner-cookie-modal__header p {
  font-family: var(--bc-font-body);
  font-size: 13.5px;
  color: var(--bc-text-muted);
  margin-top: 6px;
  line-height: 1.6;
}

.banner-cookie-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
  font-size: 22px;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 6px;
  transition: color var(--bc-trans), background var(--bc-trans);
  flex-shrink: 0;
  margin-top: -2px;
}
.banner-cookie-close:hover {
  color: var(--bc-text);
  background: var(--bc-brand-light);
}

.banner-cookie-modal__body {
  padding: 20px 28px;
  flex: 1;
}

/* ── CATEGORY CARD ───────────────────────────────────────── */
.banner-cookie-category {
  border: 1.5px solid var(--bc-border);
  border-radius: var(--bc-radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color var(--bc-trans);
}
.banner-cookie-category:last-child {
  margin-bottom: 0;
}
.banner-cookie-category:has(.banner-cookie-toggle:checked) {
  border-color: var(--bc-brand);
}

.banner-cookie-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.banner-cookie-category__head:hover {
  background: var(--bc-brand-light);
}

.banner-cookie-category__info {
  flex: 1;
}
.banner-cookie-category__name {
  font-family: var(--bc-font-title);
  font-size: 14px;
  font-weight: 600;
  color: var(--bc-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-cookie-badge {
  font-size: 10px;
  font-weight: 600;
  font-family: var(--bc-font-body);
  background: var(--bc-brand-light);
  color: var(--bc-brand);
  border: 1px solid var(--bc-brand);
  border-radius: 20px;
  padding: 2px 8px;
  letter-spacing: 0.3px;
}
.banner-cookie-category__desc {
  font-family: var(--bc-font-body);
  font-size: 12.5px;
  color: var(--bc-text-muted);
  margin-top: 4px;
  line-height: 1.5;
}

/* ── TOGGLE SWITCH ───────────────────────────────────────── */
.banner-cookie-toggle-wrap {
  position: relative;
  flex-shrink: 0;
}
.banner-cookie-toggle {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.banner-cookie-toggle-label {
  display: block;
  width: 46px;
  height: 26px;
  background: #d1d5db;
  border-radius: 13px;
  cursor: pointer;
  transition: background var(--bc-trans);
  position: relative;
}
.banner-cookie-toggle-label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  transition: transform var(--bc-trans);
}
.banner-cookie-toggle:checked + .banner-cookie-toggle-label {
  background: var(--bc-brand);
}
.banner-cookie-toggle:checked + .banner-cookie-toggle-label::after {
  transform: translateX(20px);
}
.banner-cookie-toggle:disabled + .banner-cookie-toggle-label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── ACCORDION DETAIL ────────────────────────────────────── */
.banner-cookie-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease;
  border-top: 0 solid var(--bc-border);
}
.banner-cookie-detail.banner-cookie-open {
  max-height: 200px;
  border-top-width: 1px;
  padding: 12px 16px;
}
.banner-cookie-detail p {
  font-family: var(--bc-font-body);
  font-size: 12.5px;
  color: var(--bc-text-muted);
  line-height: 1.6;
  margin: 0;
}

.banner-cookie-expand {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
  padding: 0 4px;
  transition: transform var(--bc-trans), color var(--bc-trans);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.banner-cookie-expand:hover {
  color: var(--bc-brand);
}
.banner-cookie-expand.banner-cookie-open {
  transform: rotate(180deg);
  color: var(--bc-brand);
}

/* ── MODAL FOOTER ────────────────────────────────────────── */
.banner-cookie-modal__footer {
  padding: 20px 28px;
  border-top: 1px solid var(--bc-border);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ── TOAST ───────────────────────────────────────────────── */
#banner-cookie-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  font-family: var(--bc-font-body);
  font-size: 13.5px;
  padding: 12px 22px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 11000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
#banner-cookie-toast.banner-cookie-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#banner-cookie-toast::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--bc-brand);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  #banner-cookie-bar {
    padding: 18px;
    gap: 16px;
  }
  .banner-cookie-bar__actions {
    width: 100%;
  }
  .banner-cookie-btn {
    flex: 1;
    text-align: center;
  }
  .banner-cookie-modal__header,
  .banner-cookie-modal__body,
  .banner-cookie-modal__footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}