fieldset,hr{border:0;padding:0}html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border-top:1px solid #e2e2e2;margin:1em 0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:var(--kolor-czarny);padding:.2em 0}

/* ==========================================================================
   influencja.pl
   ========================================================================== */

	@font-face {
	    font-family: "Futura Bk Book";
	    src: url("../fonts/Futura-Bk-Book.ttf");
	}

	:root {
	  --kolor-glowny: #1a2a34;
	  --kolor-bialy: #fff;
	  --kolor-czarny: #1a2a34;
	  --kolor-szary-jasny: #dcdddd;
	  --kolor-szary: #89898d;
	  --kolor-czerwony: #e5222a;
	  --czcionka-1: 'Montserrat', sans-serif;
	  --czcionka-2: 'Futura Bk Book';
	}


.czcionka {
	font-family: var(--czcionka-1);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: var(--czcionka-1);
	color: var(--kolor-czarny);
	font-size: 15px;
	width: 100%;
	overflow-x: hidden;
	background-color: #e4e4e4;
	font-weight: 300;
}
#ladowanie {
	text-align: center;
	background-color: var(--kolor-bialy);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #666666;
	font-size: 13px;
	pointer-events: none;

}
#ladowanieZawartosc {
	padding-top:150px;
}
#ladowanieZawartosc img {
	max-width:100%;
	height:auto;
}
.imgMin{
	display: none;
}
a, a * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
a:hover, a:hover * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}

.menuStron ul{
	margin: 0px;
	padding:0px;
}

.menuStron ul li{
	float: left;
	list-style: none;
	padding-right: 40px;
}

.menuStron ul li a{
	line-height: 45px;	
	font-weight:400;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--kolor-bialy);
}

.menuStron ul li a:hover{
	color: var(--kolor-glowny);
}

.menuStron ul li a i{
	color: var(--kolor-glowny);
}
ul.siezka {
	overflow: hidden;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
ul.siezka li{
	float: left;
	line-height: 35px;
	color:#999;
	font-size: 12px;
	padding-right: 15px;
}

ul.siezka li a {
	color: var(--kolor-szary);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.siezka li a:hover {
	color: var(--kolor-czarny);
}
ul.siezka li a i.fa-chevron-right{
	font-size: 10px;
	line-height: 12px;
	padding-right: 5px;
}

/** HEADER **/
#glowny_naglowek_knt {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: absolute;
	left:0px;
	right:0px;
	top: 0px;
	z-index:501;
		-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-color: var(--kolor-bialy);
	/*box-shadow: 0px 0px 18px rgba(0,0,0,0.4);*/
	margin: 0px 10vw;
	background-color:#fff;
	margin-bottom: 2vw;

}
.cien {
	/*box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
	background-color: #fafafa;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.menu_grid{
	display:grid;
	grid-template-columns: 240px 1fr 180px;
	align-items: center;
	padding: 2vw;

}
.odstep {
	min-height: 150px;

}
#glowny_naglowek {
	position: relative;
}
#logo {
	margin: 0px;
	float: left;
}
#menu_mobil {
	display:none;
}
#menuGlowne {
	font-family: var(--czcionka-1);
	z-index: 500;
	margin-top: 0px;
	float: right;
} 
#menuGlowne ul {
	display: block;
	padding:0px; 
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
} 
#menuGlowne ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} 
#menuGlowne li {
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
	height: auto;
	display: block;
	cursor: pointer;
	padding-right: 15px;
	padding-left: 15px;
}
#menuGlowne li:first-child  {
	padding-left: 0px;
}
#menuGlowne li:last-child  {
	padding-right: 0px;
}
#menuGlowne li:nth-last-child(2)  {
	padding-right: 0px;
}
#menuGlowne ul li a {
	display: block;
	position: static;
	width: 100%;
	color: var(--kolor-czarny);
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-image: url("../img/tlo_btn.jpg");
	background-size: cover;
	background-position: center center;
}

#menuGlowne ul li a i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
	width: 30px;
	display: block;
	padding: 5px;
	text-align: center;
}
#menuGlowne ul li a:hover {
	/*background-color: #666666;*/
	color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#koszykIcon{
	position: absolute;
	top: -10px;
	right: 10px;
	padding: 0px 7px;
	background-color: var(--kolor-szary-jasny);
	font-size: 12px;
}

.panelKlienta{
	display: none;
}
#menuGlowne ul ul {
	display: none;
	font-family: var(--czcionka-1);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 80px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	z-index: 500;
	background-color: var(--kolor-bialy);
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	height: auto;
}
#menuGlowne ul ul li {
	font-family: var(--czcionka-1);
	float: none;
	height: auto;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
} 
#menuGlowne ul ul li a {
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 300;
	color: var(--kolor-czarny);
	background-color: var(--kolor-bialy);
	height: auto;
	margin-left: 0px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 115px;
	text-transform: none;
	text-align: left;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne  ul ul li a:hover {
	color: #999;
	/*background-color: #666666;*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


#menuGlowne  ul ul ul{
	display: none;
	position: absolute;
	width: auto;
	margin: 0px;
	left: 250px;
	top: 0px;
	background: #444;
}
#menuGlowne  ul ul ul li a{
	padding-left: 20px;
	width: 215px;
}

#menuGlowne2 ul i{
    display: none;
}
#menuGlowne2 {
	font-family: var(--czcionka-1);
	z-index: 500;
	text-align: center;
	height: 40px;
} 
#menuGlowne2 ul {
	display: inline-block;
	padding:0px; 
	margin: 0px;
} 
#menuGlowne2 ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} 
#menuGlowne2 li {
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
	height: auto;
	display: block;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
}
#menuGlowne2 li:first-child  {
	padding-left: 0px;
}
#menuGlowne2 ul li a {
	display: block;
	position: static;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: var(--kolor-szary);
	margin: 0px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne2 ul li a:hover {
	/*background-color: #666666;*/
	color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne2 ul li.do_prawej a {
	font-weight: bold;
	padding-right: 20px;
	padding-left: 0px;
}
#menuGlowne2 ul li.do_prawej {
	float: right;
	padding-right: 20px;
	padding-left: 0px;
}
#menuGlowne2 ul ul {
	display: none;
	font-family: var(--czcionka-1);
	width: 100%;
	position: absolute;
	left: 10px;
	top: 40px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	z-index: 500;
	background-color: var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	height: auto;
}
#menuGlowne2 ul ul li {
	font-family: var(--czcionka-1);
	float: none;
	height: auto;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
} 
#menuGlowne2 ul ul li a {
	display: block;
	float: none;
	font-size: 13px;
	font-weight: 300;
	color: var(--kolor-czarny);
	background-color: var(--kolor-bialy);
	height: auto;
	margin-left: 0px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 225px;
	text-transform: none;
	text-align: left;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menuGlowne2  ul ul li a:hover {
	color: var(--kolor-bialy);
	background-color: var(--kolor-glowny);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


#menuGlowne2  ul ul ul{
	display: none;
	position: absolute;
	width: auto;
	margin: 0px 0px 0px -11px;
	left: 250px;
	top: 0px;
	background: #444;
}
#menuGlowne2  ul ul ul li a{
	padding-left: 20px;
	width: 215px;
}

#menuGlowne2 ul li.menu_specjalne{
	display:none;
}

.informacja_menu {
	float: right;
	color: var(--kolor-bialy);
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 7px;
}
.menu_kontakt_knt {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: calc( 100% - 60px);
	height: 35px;
	overflow: hidden;
	padding: 0px 30px;
}
.menu_kontakt{
	width: 600px;
	float: right;
}
ul.menu_kontakt {
	overflow: hidden;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
ul.menu_kontakt li{
	float: right;
	padding: 0px 20px;
}

ul.menu_kontakt li a{
	color: #999;
	font-size: 14px;
	line-height: 35px;
	
}
ul.menu_kontakt li a:hover{
	color: var(--kolor-czarny);
}
.menu_sciezka{
	width: calc(100% - 600px);
	float: left;
}

ul.produkcja{
	padding: 0px;
	overflow: hidden;
}
text{
	font-size: 24px;
	text-align: center;
	display: block;
	font-weight: 100;
}
ul.produkcja li{
	width: 29%;
	list-style: none;
	background: #f2f2f2;
	padding: 1%;
	float: left;
	margin:1%;
	min-height: 510px;
}

ul.produkcja li:nth-child(3n+1) {
	clear: both;
}
ul.produkcja li h2{
    text-align: center;
    border-bottom: 3px solid #666666;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

ul.produkcja li span{
	font-weight: 100;
	line-height: 20px;
	font-size: 16px;
	display: block;
	padding: 10px 30px 10px 30px;
}
.form-control{
    width: 100%;
    height: 25px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}
textarea.form-control{
	min-height: 100px;
}
textarea.link_podglad_ta{
	width: 100%;
	height: 36px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-size: 10px;
	line-height: 12px;
	display: none;
}
.link_podglad {
	cursor: pointer;
}
.kontaktInfo{
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
	border:3px solid #dcdddd;
	box-shadow: 0px 0px 21px rgba(0,0,0,0.1);
}

.kontaktInfo a{
	color: var(--kolor-czarny);
}
.btn {
    padding: 5px 20px;
    margin-top: 10px;
    background-color: var(--kolor-bialy);
    border: 1px solid #666;
}
.btn:hover {
	background-color: #ccc;
}
.plik{
	list-style: none;
	display: block !important;
}
.plik h3 {
	color: #666666;
	margin:0px;
	font-size: 16px;
}
.plik:hover h3 {
	color: var(--kolor-czarny);
}
.plik h3 i{
	padding-right: 20px;
	font-size: 34px;
}

#dalej {
	right: 110px;
	bottom: 50px;
	position:absolute;
	text-align:center;
	cursor:pointer;
	z-index: 10;
	padding-bottom: 15px;
}
.baner_txt_1 {
	font-size: 98px;
	line-height: 98px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.baner_txt_2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 160px;
}
#prev {
	position: absolute;
	margin-top: 235px;
	z-index: 500;
	left: 0px;
	cursor: pointer;
}
#next {
	position: absolute;
	margin-top: 235px;
	z-index: 500;
	right: 0px;
	cursor: pointer;
}
#baner_knt{
	position: relative;
}
#baner img {
	max-width: 100%;
}
#baner2 {
	width: 100%;
	margin: auto;
	border-top: 1px solid var(--kolor-bialy);
	border-bottom: 1px solid var(--kolor-bialy);
	box-shadow: 0px 0px 75px rgba(0,0,0,0.2);
	width: 1200px;
	margin: 10px auto;
	/*padding-bottom: 10px;*/
}
#baner2 img {
	max-width: 100%;
}
#baner2 {
	margin: 25px auto;
	text-align: center;
}
.pager { text-align: center; width: 100%; height:35px; z-index: 100; overflow: hidden;  position: absolute; z-index: 100; margin-top: -15px; right: 0; left: 0;  
 		}
		.pager span { width: 20px; height: 20px; display: inline-block; color: #d4d0cd; background-color: #d4d0cd; margin-right:15px; overflow: hidden; opacity: 1; border: 5px #fff solid; border-radius: 0px; -webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out; font-size: 1px;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none; 
		}
		.pager span.cycle-pager-active { color: #40505a; background-color:#40505a; opacity: 1; font-size: 1px; border: 5px #fff solid; border-radius: 0px; -webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;text-decoration:none;
		}
		.pager > * { cursor: pointer;}
.baner_wiekszy {
	float: left;
	position: relative;
}
.baner_wiekszy img {
	margin-bottom: 10px;
}
.nastepny, .poprzedni {
	position: absolute;
	margin-top: 280px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding: 20px;
	background-color: var(--kolor-bialy);
	z-index: 500;
}
.nastepny:hover, .poprzedni:hover {
	opacity: 1;
	background-color: #efefef;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.nastepny {
	right: 0px;
}
.poprzedni {
	left: 0px;
}

.glowny_film {
	text-align:center;
	overflow:hidden !important;
}
.glowny_film_nakladka {
	position:absolute;
	top: 0px;
	left:0px;
	right:0px;
	z-index:2;
	overflow:hidden;
	background-image:url(../img/nakladka.png);
	height:auto;
	opacity:0.7;
}
#film_strona {
	width:100%;
	height:auto;
	margin-top:50px;
	margin-bottom:20px;
	margin-left:0px;
	position:relative;
}
#film_strona2 {
	width:50%;
	max-width:485px;
	height:auto;
	float:right;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:20px;
	position:relative;
}
#video{
		/*min-height: 300px*/
		position: relative;
}
.playVideo {
	display:none;
	width:100%;
	position:absolute;
	z-index:601;
	opacity:0.8;
	text-align:center;
	margin-top:180px;
	cursor:pointer;
}
.playVideo .pauseV{
	display:none;
}
.playVideo .playV{
	display:none;
	font-size:50px;
	margin:0 auto;
	margin-top:20px;
}
.playVideoS {
	display:none;
	width:100%;
	position:absolute;
	opacity:0.8;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
}
.haslo {
	position: absolute;
	z-index: 500;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 123px;
	margin-top: -123px;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	color: var(--kolor-bialy);
	text-transform: uppercase;
	background: url(../img/tlo_baner_napis.png) top center;
	font-weight: 400;
}
.haslo h2 {
	font-size: 38px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.haslo div {
	width: 1200px;
	margin: auto;
	text-align: right;
	padding-top: 25px;
}

/** HEADER **/

.row {
    width: 100%;
    margin: 0px;
}

/** MAIN **/
#start_hook {
	position: absolute; 
}
main {
	padding: 0;
	margin:0;
	position: static;
	z-index: 3;
}
.tlo_strona {
	
	background-size: 100%;
	background-repeat: no-repeat;
}
.tlo_lista{
	background-color: #f5f5f5;

}
.tresc {
	width: 94%;
	padding: 3%;
	width: calc( 100% - 60px);
	padding: 30px;
	margin:auto;
}
.trescStrony{
	margin: 0 auto;
}
.trescStronyProduktu{
	margin: 0 3vw;
}
.trescStrony h1 {
	font-family: var(--czcionka-1);
	color: var(--kolor-czarny);
	font-size: 56px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.trescStrony h2 {
	font-family: var(--czcionka-2);
	color: var(--kolor-czarny);
	font-size: 56px;
	line-height: 1.2em;
	font-weight: 400;
}
.tresc2 {
	width: 1100px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.tlo_szare{
	background-color: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tlo_szare h2{
	color:#666666;
	font-size: 36px;
	font-weight: 400;

}
.konf_h1 {
	font-weight: normal;
	font-style: 24px;
	padding: 50px 0px 10px 0px;
	text-transform: uppercase;
	text-align: center;
}
.tlo_transparentne {
	padding: 0px;	
}
.tlo_transparentne.tlo_zaprojketuj {
	background-image: url(../img/tlo_info.jpg);
	background-repeat:  no-repeat;
	background-position: top center;
	background-color: #e4e4e4;
	padding-bottom: 5vw;
	padding-top: 5vw;



}
.tlo_transparentne.tlo_zaprojketuj .tekst {
	margin-left: 65%;
	/*padding-top: 150px;*/
	padding-bottom: 100px;
	color: var(--kolor-czarny);
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1.2vw;
	font-family: var(--czcionka-2);

}

.tlo_transparentne.tlo_zaprojketuj .tekst p{
	margin-left: 2vw;
}
.tlo_transparentne.tlo_zaprojketuj .tekst h2 {
	font-size: 6vw;
	line-height: 1.5em;
}
.tlo_transparentne.tlo_zaprojketuj .tekst a.formBtn {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 18px;
	/*color: var(--kolor-bialy);
	border: 1px solid var(--kolor-bialy);*/
}
.tlo_transparentne.tlo_zaprojketuj .tekst a.formBtn:hover {
	border: 1px solid var(--kolor-bialy);
}


.tlo_biale a.formBtn {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 18px;
	/*color: var(--kolor-bialy);
	border: 1px solid var(--kolor-bialy);*/
}
.tlo_biale a.formBtn:hover {
	/*border: 1px solid var(--kolor-bialy);*/
}



.grid-container-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1vw 1vw;
  grid-template-areas: "box-1-1 box-1-1 box-2-1 box-2-1" "box-1-1 box-1-1 box-2-2 box-2-2";
}
.grid-container-1-box{
	padding: 3vw;
	color: var(--kolor-czarny);
	line-height: 1.2em;
	font-size: 1.2vw;

	font-family: var(--czcionka-2);
}
.grid-container-1-box h3{
	font-size: 2.2vw;
	font-family: var(--czcionka-2);
	margin:0px;
	line-height: 1.2em;
	color: var(--kolor-glowny);
}
.box-1-1 { 
	grid-area: box-1-1; 
	background-image: url("../img/tlo2_60.jpg");
	background-size: cover;
	background-position: center center;
	font-family: var(--czcionka-1);
}
.box-1-1 strong{
	margin-top: 3vw;
}
.box-1-1 a{
	color: var(--kolor-glowny);
	display:block;
	margin: 2vw 0px;
	font-weight: 600;
}

.box-1-1 a i{
	font-size: 30px;
	padding-right:5px;
}
.box-1-1 a.formBtn{
	margin-top:0px;
	display:inline-block;
	color: var(--kolor-glowny);
	border-color: var(--kolor-glowny);
}

.box-1-1 a.formBtn:hover{
	color: var(--kolor-bialy);
		background-color: var(--kolor-glowny);
}

.box-2-1 { 
	grid-area: box-2-1; 
	background-image: url("../img/tlo_kontakt_56.jpg");
	background-size: 100% auto;
	background-position: top center;

	color: var(--kolor-bialy);
}
.box-2-1 h3{
	color: var(--kolor-bialy);
}

.box-2-1 .formBtn{
	color: var(--kolor-bialy);
	border-color: var(--kolor-bialy);
	text-transform:uppercase;
	float: left;

}

.box-1-1 .formBtn{
	text-transform:uppercase;
}

.box-2-2 { 
	grid-area: box-2-2; 
	background-color: #fff; 
	text-align: center;
	display:flex;
	align-items: center;
}

.box-2-2 img{
	margin-top: 20px;
	max-width: 100%;
}  



.tlo_transparentne.tlo_strgl .ikona {
	float: right;
	max-width: 55%;
}
.tlo_transparentne.tlo_sklep {
	background-image: url(../img/tlo_sklep.jpg);
	background-repeat:  no-repeat;
	background-size: 40% auto;
	background-position: top left;
	text-align: center;
	padding: 150px 10% 100px 10%;
}
.tlo_transparentne.tlo_sklep .tekst {
	float: left;
	width: 35%;
	padding-left: 10%;
}
.tlo_transparentne.tlo_sklep .ikona {
	float: left;
	max-width: 55%;
}
.tlo_transparentne.tlo_strona {
/*	padding: 50px 10% 50px 10%;*/
}
.tlo_transparentne.tlo_jakosc {
	background: url(../img/tlo_nasza_jakosc.jpg) center center no-repeat;
	padding: 25px 0px 50px 0px;	
}
.tlo_transparentne.tlo_oferta {
	background: url(../img/tlo_produkty.jpg) center center no-repeat #f0f0f0;
	margin: 0px;	
	padding: 5%;
}
.tlo_transparentne.podobne_produkty {
	background: url(../img/tlo_podobne.jpg) top center no-repeat #f7f7f7;
	margin: 0px;	
	padding: 50px 0px 0px 0px;	
}
.podobne_produkty_koniec {
	background: url(../img/tlo_podobne_koniec.jpg) center center no-repeat;
	height: 81px;
}
.tlo_transparentne h1, .tlo_transparentne .ngh1 {
	font-family: var(--czcionka-2);
	color: var(--kolor-czarny);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tlo_transparentne h1 span, .ngh1 span {
	color: var(--kolor-czarny);
	font-size: 40px;
	font-weight: 400;
	text-transform: none;
	display: block;
	padding-left: 40px;
}
.tlo_transparentne h2 {
	font-family: var(--czcionka-1);
	color: var(--kolor-czarny);
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.tlo_transparentne h2 span  {
	color: #666666 !important;
	font-weight: bold !important;
}
.tlo_transparentne.tlo_strgl h1 {
}
.tlo_transparentne.tlo_strgl h2 {
	font-size: 34px;
	text-transform: uppercase;
}
.tlo_transparentne.tlo_jakosc .ngh1 {
	color: var(--kolor-bialy);
	padding-bottom: 0px;
}
.tlo_transparentne.tlo_jakosc p {
	color: var(--kolor-bialy);
	font-size: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
}

.tlo_strona h1, .tlo_strona .ngh1 {
	font-size: 40px;
	line-height: 40px;
}
.tlo_strona h1 span, .ngh1 span {
	color: var(--kolor-czarny);
	font-size: 30px;
	font-weight: 400;
	text-transform: none;
	display: block;
	padding-left: 40px;
}



.btnLink{
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--kolor-czarny);
	letter-spacing: 0px;
}
.btnLink:hover{
	color: #666666;
}
.katalog{
	width: 31.333%;
	margin: 1%;
	float:left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 4px;
}
.katalog:hover{
	background-color:#ddd;
}
.katalog img{
	width: 60px;
	height: auto;
	margin: 10px;
}
.podobne_produkty h2 {
	text-align: center;
	font-size: 24px;
}
.ngh1_produkt {
	border-bottom: 1px solid #e2e2e2; 
	padding-bottom: 0px !important;
	margin-bottom: 20px !important;
}
.tlo_transparentne header {
	clear: both;
	background-image: url(../img/kreska.jpg);
	background-repeat: repeat-x;
	background-position: center 36px;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 0px;
	text-align:center;
}
.tlo_transparentne header h2 {
	font-size: 13px;
	color: #96a0a6;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left:25px;
	font-weight: 700;
	text-align: left;
	background-color: #f2f2f2;
	display: inline;
	letter-spacing: 3px;
	text-transform: uppercase;;
}
.tlo_transparentne header a {
	display: block;
	float:right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right:25px;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	background-color: var(--kolor-bialy);
}
.tlo_transparentne header a:hover {
	margin-right:15px;
	color: #63493c;
}
.tekst_z_lewej {
	/*float: left;*/
	width: 40%;
	padding-left: 5%;
	position: relative;
}
.tekst_z_lewej img {

}
.tekst_z_prawej {
	float: right;
	width: 45%;
}
.btnMin{
	display: none;
}
#menuOferty div{
   padding-top: 10px;
}

.btnOferty{
    display: block;
    float: none;
    text-align: center;
}
.kim_jestesmy {
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}
.wysoka_jakisc_itp {
	color: var(--kolor-bialy) !important;
	padding-top: 200px !important;
	padding-bottom: 350px !important;
	width: 40%;
}
.wysoka_jakisc_itp h2 {
	font-weight: 400;
	font-size: 28px;
	color: var(--kolor-bialy) !important;
	text-transform: uppercase;
}
.klucz_do_sukcesu {
	padding-top: 250px !important;
	padding-bottom: 160px !important;
}
.proukt_opis {
	float: left;
	width: 54%;
}
.proukt_opis img {
	max-width: 100%;
}
.produkt_galeria {
	float: right;
	width: 40%;
}
.produkt_galeria ul {
	padding:0px; margin:0px;
}
.produkt_galeria ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} 
.produkt_galeria ul li {
	list-style:none;
	float:left;
	margin: 10px 2% 10px 2%;
	text-align:center;
	width:46%;
} 
.produkt_galeria ul li:first-child {
	width:96%;
}
.produkt_galeria ul li img {
	width:100%;
	height:auto;
	cursor:pointer;
	border: 1px solid #e6e4e4;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.05);
}
.produkt_galeria ul li img:hover {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.15);
}
ul.produkty {
	padding:0px; margin:0px;
}
ul.produkty:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
} 
ul.produkty li {
	list-style:none;
	float:left;
	margin: 10px 2% 10px 2%;
	width:21%;
	text-align:center;
	color: var(--kolor-czarny);
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
} 
ul.produkty li:nth-child(4n+1) {
	clear:both;
}
ul.produkty li img {
	width:100%;
	height:auto;
	cursor:pointer;
	margin-bottom:10px;
	border: 1px solid #ddd;
}
ul.produkty a {
	color: var(--kolor-czarny);
}
ul.produkty li img:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
ul.produkty li h3 {
	color: #666666;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-weight: 400;
	text-transform: uppercase;
}
.tlo_mieszane {
	color: var(--kolor-czarny);
	/*background-image: url(../img/tlo_mieszane.png);*/
	background-position: center top;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 80px;
}
.tlo_mieszane .tekst.prawa {
	color:#dadada !important;
}
.tlo_mieszane h1 {
	font-family: var(--czcionka-1);
	color: #2588e6;
	font-size: 36px;
	font-weight: 900;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 12px;
	text-transform: uppercase;
}
.tlo_mieszane h1 span {
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.tlo_mieszane .ngh1 {
	font-family: var(--czcionka-1);
	color: #2588e6;
	font-size: 36px;
	font-weight: 900;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 12px;
	text-transform: uppercase;
}
.tlo_mieszane .ngh1 span {
	color: #dadada !important;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.tlo_mieszane h2 {
	font-family: var(--czcionka-1);
	color: #333333;
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: left;
}
.tlo_mieszane h3 {
	font-size: 17px;
	color: #2588e6;
}
.tlo_biale{
	background-color: var(--kolor-bialy);
	padding-bottom: 2vw;
	padding-top: 2vw;
}
.tlo_ciemne{
	padding-top: 50px;
	min-height: 400px;
}
.tekst {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 30px 30px 30px;
	text-align: left;
}
.tekst p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.tekst a {
	color: #666666;
	text-decoration: none;
}
.tekst a:hover {
	color: var(--kolor-czarny);
}
.tekst span {
	color: #444;
	font-weight:500;	
}
.tekst img {
	max-width: 96%;
	height: auto;
}
#baner_pro {
	background: url(../img/d_tlo.jpg) top center;
	width: 100%;
	height: 415px;
	margin-top: 80px;
	font-size: 18px;
	font-weight: 300;
	color: var(--kolor-bialy);
	text-align: right;
}
#baner_pro article {
	margin-left:10px;
	padding-top:80px;
	width: 450px;
	text-align: right;
	font-weight: 400;
}
#baner_pro img {
	position:absolute;
	margin-top:-99px;
}
#baner_pro h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--kolor-bialy);
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#losowe_produkty {
	background-color: var(--kolor-bialy);
	text-align: center;
	margin-top: 25px;
}
#loseowe_produkty_lista {
	width: 100%;
	left: 0px;
	right: 0px;
	margin-bottom: 25px;
}
#loseowe_produkty_lista a {
	display: block;
}
#loseowe_produkty_lista div {
	width: 300px;
	margin: 15px;
	padding-bottom: 5px;
}
#loseowe_produkty_lista div img {
	max-width: 280px;
	max-height: 180px;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
#loseowe_produkty_lista h3 {
	color: #414141 !important;
	font-size: 18px;
	font-weight: 300;
	padding: 25px 15px 15px 15px;
}
.linkBoks {
	display: block;
	background-color: var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	text-align: center;
}
.linkBoks:hover {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}
.linkBoks img {
	width: 100%;
	height: auto;
}
.linkBoks h3 {
	color: #666666;
	padding: 35px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 32px;
}
.linkBoks p {
	padding: 10px 50px 30px 50px;
	color: #666666;
	font-size: 18px;
	font-weight: 700;
}
.link{
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}
.ofertaBox{
	overflow: hidden;
	height: auto;
}
.oferta{
	width: 48%;
	/*width: calc(23% - 2px);*/
	margin: 2% 2% 2% 0%;
	/*border: 1px solid #ccc;*/
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	display: block;
	float:left;
	background-image: url(../img/tlo_biale.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 40% 100%;
}
.oferta img {
	float: left;
/*	position: absolute;
	z-index: 0;*/
	padding-top: 2%;
	width: 30%;
	height: auto;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0.4;
}
.oferta:hover img {
	padding-left: 2%;

	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
}
.opis_oferty {
	padding-left: 35%;
	padding-bottom: 4%;
}
a.oferta .opis_oferty h3{
	margin:0px;
	padding: 4% 0px 0px 0px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: var(--kolor-czarny);
	text-transform: uppercase;
}
a.oferta .opis_oferty h3 span{
	text-transform: none;
	display: block;
	font-size: 24px;
	color: var(--kolor-czarny);
	font-weight: 600;
	line-height: 30px;
}
a.oferta .opis_oferty p {
	color: #666;
	margin:0px;
	padding-top: 10px;

}
a.oferta:hover .opis_oferty .formBtn i {
	padding-left: 10px;
}
a.oferta:hover .opis_oferty .formBtn {
	color: var(--kolor-bialy);
	background-color: #666666;
}

.menuOferta ul { padding: 0px 0px 0px 0px; margin:0px; } 
.menuOferta ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.menuOferta ul li {
	list-style:none;
	margin: 0px 0px 5px 0px;
	padding: 1% 2% 3% 0%;
	width: 48%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menuOferta ul li:nth-child(2n) {
	padding: 1% 0% 3% 2%;
}
.menuOferta ul li a img {
	width: 100%;
	height: auto;
	margin-top: 25px;
	display: block;
	border-top: 2px solid var(--kolor-bialy);
	border-bottom: 2px solid var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
}
.menuOferta ul li a {
	color: #333;
}
.menuOferta ul li a:hover {
	color: #c2984e;
	font-weight: bold;
}
.menuOferta ul li a:hover img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border-top: 2px solid #c2984e;
	border-bottom: 2px solid #c2984e;
}
.menuSerii ul { padding: 0px 0px 0px 0px; margin:0px; } 
.menuSerii ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.menuSerii ul li {
	list-style:none;
	margin: 0px 0px 5px 0px;
	padding: 1% 2% 3% 0%;
	width: 31.3333%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menuSerii ul li:nth-child(3n) {
	padding: 1% 0% 3% 2%;
}
.menuSerii ul li a img {
	width: 100%;
	height: auto;
	margin-top: 25px;
	display: block;
	border-top: 2px solid var(--kolor-bialy);
	border-bottom: 2px solid var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
}
.menuSerii ul li a {
	color: #333;
}
.menuSerii ul li a:hover {
	color: #c2984e;
	font-weight: bold;
}
.menuSerii ul li a:hover img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border-top: 2px solid #c2984e;
	border-bottom: 2px solid #c2984e;
}

ul.kontakt_lista { padding:0px; margin:0px; } 
ul.kontakt_lista:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
ul.kontakt_lista li {
	list-style:none;
	font-size:20px;
	font-weight:700;
	margin-bottom:3px;
} 
ul.kontakt_lista li a {
	color: #dadada;
}
ul.kontakt_lista li a:hover {
	color: #666666;
}
ul.kontakt_lista li a i {
	color: #666666;
	margin-right:5px;
	margin-left:5px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.kontakt_lista li a:hover i {
	color: #dadada;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

ul.skroty * {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.skroty {
	margin: 0px;
	padding: 0px;
	clear:both;
	width:100%;
}
ul.skroty:after {
	display:block;
	content:" ";
	clear:both;
}
ul.skroty li {
	list-style: none;
	display: block;
	float: left;
	width: calc(20% - 1px);
	background-color: #666;
	text-align: center;
	margin: 0 0 0 1px;
	padding: 0;
	overflow:hidden;
	background-color:#393c00;
}
ul.skroty li:hover {
	background-color:#8b9300;
}
ul.skroty li a {
	text-decoration:none;
	color:var(--kolor-bialy);
}
ul.skroty li img {
	width:100%;
	height:auto;
	opacity:0.2;
}
ul.skroty li a:hover img {
	box-shadow:0px 0px 25px rgba(0,0,0,0.25) inset;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
ul.skroty li h3 {
	font-size: 36px;
	color: var(--kolor-bialy)fff;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 2%;
	padding-left: 2%;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 45px;
	position: absolute;
	width: 20%;
	z-index: 5;
	line-height: 32px;
}
ul.skroty p {
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	width: 20%;
	z-index: 5;
	padding-top: 250px;
	text-transform: uppercase;
	color: #efefef;
}
#realizacje_img {
	box-shadow:0px 0px 50px rgba(0,0,0,0);
}
#realizacje_img:hover {
	box-shadow:0px 0px 50px rgba(0,0,0,0.15);
}
.mapka, .google-map, .angular-google-map-container {
	width:100%;
	height: 400px;
	border:1px solid #ccc;
	margin-bottom:50px;
}
.przedstawiciel{
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.przedstawiciel span{
	background-color: rgba(163,3,0,0.2);
	border:2px solid rgba(163,3,0,1);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	display: block;
	float: left;
}

.przedstawiciel div{
	float: left;
	padding-left: 10px;
}
ul.galeria {
	padding:0px;
	margin: 2% 0px 2% 0px;
}
ul.galeria:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
} 
ul.galeria li {
	list-style:none;
	float:left;
	margin: 1%;
	width:23%;
	text-align:center;
} 
/*ul.galeria li:nth-child(4n+1) {
	clear:both;
}*/
ul.galeria li img {
	max-width: 100%;
	width:100%;
	height:auto;
	cursor:pointer;
	/*margin-bottom:10px;*/
	/*border: 1px solid #ddd;?*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.galeria li img:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.ikona {
	padding:0px; margin: 0px;
}
ul.ikona:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
} 
ul.ikona li {
	list-style:none;
	display: inline;
	cursor: pointer;
} 
ul.ikona li img:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
.formInput {
	font-family: var(--czcionka-1);
	font-size: 15px;
	color: var(--kolor-czarny);
	width: calc(100% - 22px);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.grawerInput {
	height: 150px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.formInput2 {
	font-family: var(--czcionka-1);
	font-size: 15px;
	color: var(--kolor-czarny);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.formInputIlosc {
	font-family: var(--czcionka-1);
	font-size: 16px;
	color: var(--kolor-czarny);
	width: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.formInputKoszyk {
	font-family: var(--czcionka-1);
	font-size: 15px;
	color: var(--kolor-czarny);
	width: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.formTextarea {
	width:100%;
	height:125px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.inputTextBlad {
	color: #cc0000 !important;
}
.inputTextInfo {
	color: #666666 !important;
}
#formularz_sortowania {
	float: right;
	padding-top: 15px;
}
.formBtn {
	font-family: var(--czcionka-1);
	padding: 10px 20px;
	color: var(--kolor-czarny);
	cursor: pointer;
	font-weight: 400;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
	border: 2px solid var(--kolor-czarny);
	cursor: pointer;
	font-size: 20px;
}
.formBtn:hover {
	background-color: var(--kolor-czarny);
	color: var(--kolor-bialy);
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.formBtn.dotpay {
	background-image: url(../img/dotpay_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 130px;
}
.tlo_biale a.formBtn {
	color: var(--kolor-czarny);
	/*background-color: var(--kolor-bialy);*/
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform:uppercase;
	border: 2px solid var(--kolor-czarny);
	margin: 10px 0px;
	letter-spacing: 2px;
	float: left;
}
.tlo_biale a.formBtn:hover {
	color: var(--kolor-bialy);
	background-color: var(--kolor-czarny);
}
.formBtnZamow {
	font-family: var(--czcionka-1);
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: var(--kolor-czarny);
	cursor: pointer;
	font-weight: 500;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
	border: 3px solid var(--kolor-czarny);
	cursor: pointer;
	font-size: 22px;
	width: 100%;
	margin-top:20px;

}
.formBtnZamow:hover {
	background-color: var(--kolor-bialy);
	color: var(--kolor-czarny);
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.formBtnZamow.dotpay {
	background-image: url(../img/dotpay_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 130px;
}
.formBtnZamow i {
	padding-left: 0px;
}
.formBtnZamow:hover  {
	background-color:var(--kolor-czarny);
	color: var(--kolor-bialy);
}
a.formBtnZamow {
	color: var(--kolor-bialy);
	background-color: var(--kolor-czarny);
	cursor: pointer;
}
a.formBtnZamow:hover {
	color: var(--kolor-czarny);
	background-color: var(--kolor-bialy);
}
.niekatywnyBtn {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.formBtnSzary {
	cursor: pointer;
}
a.formCiemny {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background: none;
	font-size: 16px;
}
a.formCiemny:hover {
	background-color: #666666;
	padding-right: 30px;
	padding-left: 30px;
}
a.megaBtn {
	background-color: #666666;
	background-image: url(../img/btn_koszyk.jpg); 
	background-repeat: no-repeat;
	background-position: left center;
	color: var(--kolor-bialy);
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 90px;
	margin-top: 15px;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: inline-block;
}
a.megaBtn:hover {
	background-color: #666666;
	padding-right: 35px;
	padding-left: 95px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.boxTogle{
	background-color: #f2f2f2;
}

.formularz_wyceny .formBtn {
	display:inline;
}

.formularz_wyceny .wgrane_pliki {
	overflow: hidden;
	margin-top: 20px;
}
.formularz_wyceny .plikWiersz{
	background: var(--kolor-czarny);
	color: #fff;
	padding: 10px;
	overflow: hidden;
	margin: 10px;
}
.formularz_wyceny .plikWiersz span{
	float:left;
	color: #fff;
}

.formularz_wyceny .plikWiersz a{
	float:right;
	color: var(--kolor-czerwony);
	cursor: pointer;
}

.bledy_ladowania_zalacznikow{
	border: 2px solid var(--kolor-czerwony);
	color:  var(--kolor-czerwony);
	margin-top: 20px;
	padding:10px;
}
.bledy_ladowania_zalacznikow span{
	color:  var(--kolor-czerwony);
}



ul.opis_tekst {
		margin:0px;
		padding:10px;
		padding-top:0px;
	}
ul.opis_tekst:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul.opis_tekst li {
	list-style: none;
	margin: 0px;
	padding: 25px;
	background-color: var(--kolor-bialy);
	display: none;
}
ul.opis_tekst  li ul {
	margin:auto;
	padding:auto;
}
ul.opis_tekst:after li ul { content:"."; display:block; height:0; clear:none; visibility:hidden; }
ul.opis_tekst li ul li {
	list-style: circle;
	margin: auto !important;
	padding: 5px !important;
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
ul.opis_menu {
	padding:10px;
	padding-bottom:0px;
	margin: 0px;
}
ul.opis_menu:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul.opis_menu li {
	list-style: none;
	color: #666;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	text-align: center;
	float: left;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.opis_menu li:hover {
	color: var(--kolor-czarny);
	background-color: #fafafa;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.opis_menu li.wybrane {
	color: var(--kolor-czarny);
	background-color: var(--kolor-bialy);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.opis_menu li h2 {

	color: #666;
	font-size: 18px;
	font-weight: 400;
}
ul.opis_menu li:hover h2, ul.opis_menu li.wybrane h2 {
	color: #424242;
}
.tekst ul.punkty {
	margin-left: 0px;
	padding-left: 0px;
}
.tekst ul.punkty:after {
	display:block;
	clear:both;
	content:'';
}
.tekst ul.punkty li {
	display: block;
	float: left;
	width: 320px;
	list-style: none;
	padding: 10px 15px 10px 15px;
	margin: 3px;
	border-radius: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	cursor:pointer;
	overflow:hidden;
	height:42px;
	text-align:left;
}
.menuPrawa {
	margin: 0px 0px 45px 0px;
	padding: 0;
	margin-top: 50px;
}
.menuPrawa h3 {
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
	padding: 0 20px 0  20px;
}
.menuPrawa ul {
	margin: 0px;
	padding: 0px;
}
.menuPrawa ul:after {
	display:block;
	content:" ";
	clear:both;
}
.menuPrawa ul li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 8px 20px 8px  20px;
	font-size: 16px !important;
	color: #666666;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
}
.menuPrawa ul li:last-child {
	border-bottom: none;
}
.menuPrawa ul li a {
	color: var(--kolor-czarny);
	text-decoration: none;
	font-size: 20px;
		padding: 5px 10px;
	letter-spacing: 2px;
}
.menuPrawa ul li a.link-2 {
	/*color: var(--kolor-bialy);
	background-color: var(--kolor-czarny);*/
	margin-top: 10px;
	letter-spacing: 2px;
	color: var(--kolor-glowny);
	border:1px solid var(--kolor-glowny);
}
.menuPrawa ul li a.link-2:hover {
	color: var(--kolor-bialy);
	background-color: var(--kolor-czarny);

}
.menuPrawa a.zaznaczone {
	color: var(--kolor-czarny);
	font-weight: 400;
}
.menuPrawa ul li ul {
	border-top:none;
	padding-left: 10px;
}
.menuPrawa ul li ul li {
	padding: 3px 6% 3px 3%;
	font-size: 15px !important;
	text-transform: none;
	border-bottom: none;
	font-weight: 400;
}
.menuPrawa ul li ul li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 300;
}
.menuPrawa ul li ul li a:hover {
	color: var(--kolor-czarny);
}


.tlo_filtry {
    padding-left: 40px;
    /*background-color: rgba(0,0,0,0.01);*/
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 40px;
    padding-top: 1px;
}
.tlo_filtry h2{
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.tlo_filtry h3{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--kolor-czarny);
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 400;
}
.tlo_filtry ul{
	padding-left: 10px;
	list-style: none;
	margin-top: 0px;
}

.tlo_filtry ul li{
	padding:2px 0px;
}
.tlo_filtry a {
	color: var(--kolor-czarny);
	padding: 3px 13px 3px 0px;
}
.tlo_filtry a.zaznaczone {
	border: 1px solid #ddd;
	background-color: #efefef;
	font-weight: bold;
	padding: 3px 13px 3px 13px;
	display: inline-block;
}

.tlo_filtry a:hover{
	color: #666666;
	cursor: pointer;
}
.tlo_filtry form{
	padding-left: 0px;
}
.wyczysc_filtry {
    color: var(--kolor-bialy);
    background-color: #666666;
  	border: 1px solid #666666;
  	font-size: 13px;
  	padding: 2px 10px 2px 10px;
  	margin-top: 10px;
  	margin-right: 30px;
  	text-transform: uppercase;
  	cursor: pointer;
  	display: inline-block;
  	float: right;
}
.wyczysc_filtry:hover {
	background-color: #999999;
  	border: 1px solid #666;
 }
.inputFiltr{
	width: 50px;
	background: none;
	border: 1px solid #666666;
}
.submitFiltr {
    color: var(--kolor-bialy);
    background-color: var(--kolor-czarny);
  	border: 1px solid var(--kolor-czarny);
  	font-size: 13px;
  	padding: 2px 10px 2px 10px;
}
.submitFiltr:hover {
	background-color: #999999;
  	border: 1px solid #999999;
 }
 .tlo_baner1 {
 	background-image: url(../img/tlo_box1.jpg);
	background-size: 90%;
	background-position: bottom right;
	padding: 40px;
	padding-bottom: 100px;
	background-color: #d1d1d1;
	background-repeat: no-repeat;
}
.tlo_baner1 h2{
	color: var(--kolor-czarny);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: 600;
}
.tlo_baner1 p{
 	color:var(--kolor-czarny);
 	margin: 5px 0px;
}
.tlo_baner1 a{
	color: var(--kolor-czarny);
	font-size: 16px;
}
.tlo_baner1 a:hover{
	color: #999;
}

 .tlo_baner2 {
 	background-image: url(../img/tlo_box2.jpg);
	background-size: 100%;
	background-position: bottom right;
	padding: 40px;
	padding-bottom: 100px;
	background-color: var(--kolor-bialy);
	background-repeat: no-repeat;
}
.tlo_baner2 h2{
	color: var(--kolor-czarny);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: 600;
}
.tlo_baner2 p{
 	color:#626262;
 	margin: 5px 0px;
}
.tlo_baner2 a{
	color: var(--kolor-czarny);
	font-size: 16px;
}
.tlo_baner2 a:hover{
	color: #666666;
}
.banery_boczne img{
	width: 80%;
	padding: 20px 10%;

}
.offer-box .jq-tab .col-sm-3 {  
	padding-left:5px;   
	padding-right:5px;
}

.offer-item{ 
 	background:var(--kolor-bialy);
 	position:relative;  
	transition:0.4s all ease;
	display:block;
	padding:0px;
	margin:0 0 10px 0;
	text-align:center;
	color:#333;
	text-decoration:none;
	min-height: 290px;
	position: relative;
}
.offer-item .item-name{  
	color: var(--kolor-czarny);
	font-weight:300;   
	font-size: 20px;
	display:block;   
	padding:0 10px;   
	text-align:center;   
	line-height:25px;   
	/*height:50px;  */
	overflow:hidden;  
	height: 50px;
	margin-top: 20px;
	color: var(--kolor-szary);
	font-weight: 600;
	/*line-height: 50px;*/
}
.offer-item .item-name2{
	font-size: 12px;
	padding-top: 0px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}  
.offer-item .item-img{  
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.item-etykieta{
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 10px;
	font-size: 14px;
}
.offer-item .cena{
	font-size: 22px;
	padding-bottom: 30px;
	color: var(--kolor-czarny); 
}
.offer-item a {
	color: var(--kolor-czarny); 
}

.Polecany .item-etykieta span{
	float: none !important;
	color: var(--kolor-bialy);
	background: var(--kolor-szary); /*#ffb100;*/
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: 600;
}

.kol_4 .Promocja .formBtn {   
	color: var(--kolor-glowny);  
}


.kol_3 .Promocja .formBtn {   
	color: var(--kolor-glowny);  
}

.kol_3 .Promocja:hover{   
}

.Promocja .item-etykieta span{
	float: none !important;
	color: var(--kolor-bialy);
	background: var(--kolor-glowny);
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: 600;
}
.offer-item .Promocja { 
	color: var(--kolor-glowny);
	border: 1px solid var(--kolor-glowny);
	background: var(--kolor-bialy);
}


.kol_4 .Rabat .formBtn {   
	color: var(--kolor-glowny);  
}

.kol_3 .Rabat .formBtn {   
	color: var(--kolor-glowny);  
}

.kol_3 .Rabat:hover{   
}

.Rabat .item-etykieta span{
	float: none !important;
	color: var(--kolor-szary);
	background: rgba(255,255,255,0.2);
	text-transform: none;
	padding: 5px 15px;
	font-weight: 500;
	font-size: 13px;
	display: none;
}
.offer-item .Rabat { 
	color: var(--kolor-glowny);
	border: 1px solid var(--kolor-glowny);
	background: var(--kolor-bialy);
}




.offer-item .formBtn { 
	position: absolute;
	bottom: -15px;
	right: 10%;
    left: 10%;
    width: calc(80% - 20px);
	padding: 2px 10px;
	color: var(--kolor-czarny);
	border: 1px solid var(--kolor-czarny);
	background: var(--kolor-bialy);
	display: none
}

.offer-item .Polecany { 
	color: #e5e5e5; /*#ffb100;*/
	border: 1px solid #e5e5e5; /*#ffb100;*/
	background: var(--kolor-bialy);
}

.offer-item .formBtn { 
	display: block;color: var(--kolor-czarny);
	text-transform: uppercase;
	font-size: 16px;
}

.carousel {
    width:100%;
    height: 500px;
    display: relative;
  }
.carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }
.dodatkoweInfo .kol_2{
	padding: 0px;
	width: 49%;
	width: calc(50% - 2px);
	border: 1px solid #ccc;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	min-height: 200px;
}
.dodatkoweInfo .kol_2 h2{
	background-color: #f2f2f2;
	padding:5px;
	color: #666666;
	font-size: 26px;
}
.opis_tabela {
	width:97%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-top:15px;
}
.opis_tabela thead tr {
	font-weight: 400;
    background: var(--kolor-bialy)fff !important;
}
.opis_tabela td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:1%;
}
.opis_tabela tr:hover {
    background: #eeeeee !important;
}
.opis_tabela tr:nth-child(odd) {
    background: #f7f7f7;
}
.opis_tabela tr:nth-child(even) {
    background: var(--kolor-bialy)fff;
} 
.produktImg {
	/*border-radius: 5px;*/
	/*border: 1px solid #ddd;*/
	/*width: calc(100% - 1px);*/
	width: 100%;
	height: auto;
	/*margin-top: 100px;*/
}
.banery_male{
	width: 100%; 
	overflow: hidden;
}
.banery_male div{
	width: 48%; 
	margin: 0px 1%; 
	float: left;
}
.banery_male div img{
	max-width: 100%;
	height: auto;
}

.numery {
	font-size: 13px;
	color: #CCCCCC;
	margin-top: 35px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
.numery a {
	font-size: 12px;
	color: #333333;
	margin: 2px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #efefef;
	display: inline-block;
	padding: 5px 12px 5px 12px;
}
.numery a:hover {
	font-size: 12px;
	color: var(--kolor-bialy);
	border: 1px solid #054982;
	text-decoration: none;
	background-color: #666666;
}
.pusty {
	background-color: #dddddd;
	color: #CCCCCC;
	margin: 2px;
	display: inline-block;
	padding: 5px 12px 5px 12px;
}
.wynik {
	border: 1px solid #ddd;
	background-color: var(--kolor-bialy);
	margin-bottom: 10px;
	padding: 3px 10px 3px 10px;
}
.wynik:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	background-color: #efefef;
}

/** MAIN odstep_z_lewej



/** FOOTER **/
#stopka {

	color: var(--kolor-czarny);
	font-size: 14px;
	font-weight: 333;
	padding: 3vw 0px;
	margin:0px;
	background: var(--kolor-bialy);
	position: relative;
}
#stopka a {
	color:var(--kolor-szary);
	display: block;
	font-weight: 600;
}
#stopka a:hover {
	color: var(--kolor-glowny);
	text-decoration:none;
}
.odstep_z_lewej {
	padding-left: 2%;
}
#stopka h2{
	color: var(--kolor-czarny);
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
}
#stopka p{
	margin: 0px 0px 10px 0px;
}
#stopka span {
	font-size: 16px;
	font-weight: 600;
}
#stopka ul {
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
}
#stopka li {
	padding-bottom: 2px;
}

#stopka li a i{
	color: #aaaaaa;
}
.do_prawej {
	float: right;
	margin-left: 15px;
}
.influencja_knt {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #e4e4e4;
}
#influencja  {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
}
#influencja:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
#wymiary table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
#wymiary table th{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	border-top: 0;
}
#wymiary table tr{
   padding-top: 5px;
   padding-bottom: 5px;
}
#wymiary table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

table.zamowienia {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table.zamowienia th{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	padding: 1% 2% 1% 2%;
}
table.zamowienia td {
	padding: 1% 2% 1% 2%;
}
table.zamowienia tr{
   padding-top: 5px;
   padding-bottom: 5px;
}
table.zamowienia tr.zam {
    background-color: #f9f9f9;
}
table.zamowienia tr.pus {
    font-size: 12px;
    line-height: 12px;
}
table.zamowienia i {
	cursor: pointer;
}
table.koszyk {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
table.koszyk th{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	padding: 1% 2% 1% 2%;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}
table.koszyk td {
	padding: 1% 2% 1% 2%;
}
table.koszyk tr{
   padding-top: 5px;
   padding-bottom: 5px;
}
table.koszyk tr.zam {
}
table.koszyk tr.zam:hover {
    background-color: #fafafa;
}
table.koszyk tr.pus {
    font-size: 6px;
    line-height: 6px;
	padding: 0px;
}
table.koszyk td.pus {
	padding: 0px;
}
table.koszyk td.kosz {
	width: 100px;
}
table.koszyk i {
	cursor: pointer;
}
table.koszyk .koszyk_obr_knt {
	width: 70px;
}
table.koszyk .koszyk_obr {
	max-width: 60px;
	max-height: 60px;
	width: auto;
	height: auto;
}
table.koszyk a.nierozpoczty {
	color: #b06229;
	font-weight: bold;
}
table.koszyk a.niezakonczony {
	color: #b68131;
	font-weight: bold;
}
table.koszyk a.zakonczony {
	color: #7fb029;
	font-weight: bold;
}
table.koszyk a.nierozpoczty:hover,
table.koszyk a.niezakonczony:hover,
table.koszyk a.zakonczony:hover {
	color: #333;
}
.koszyk_uwagi {
	padding: 5px 10px 5px 10px;
	border: 1px solid rgba(0,0,0,0.1);
}
.koszyk_uwagi, .koszyk_uwagi * {
	width: 200px;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: center;
	font-weight: bold !important;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.info_koszyk {
	position: fixed;
	width: 20%;
	padding: 1%;
	margin-right: -25%;
	z-index: 600;
	right: 1%;
	bottom: 1%;
	background-color: #666666;
	font-weight: 400;
	color: var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
}
.info_koszyk a {
	color: var(--kolor-bialy);
}
.info_koszyk.blad {
	background-color: #cc0000;
}
.info_koszyk.pokaz {
	margin-right: 0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
}

.daneAdresowe {
	font-size: smaller;
	padding: 5px 10px 5px 10px;
	background-color: var(--kolor-bialy);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	margin: 5px 0px 15px 0px; 
}
.panel_lewa {
	width: 73%;
	padding-right: 2%;
	float: left;
}
.panel_lewa .tekst {
	padding: 0px !important;
}
.panel_prawa {
	width: 24%;
	float: right;
}
.info_nag {
	font-size: 12px;
	text-transform: uppercase;
}
.zamowienia .tabelaProduktow {
    font-size: 13px;
}
.tabelaProduktow {
    width: 100%;
    background-color: var(--kolor-bialy);
}
.tabelaProduktow th {
    background-color: #fafafa;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #999;
    padding: 5px;
}
.tabelaProduktow td {
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
.tabelaProduktow th strong {
    color: var(--kolor-czarny);
    font-size: 15px;
}
.produkt_boks {
	/*background-color: #f4f4f4;*/
	padding: 2% 1% 3% 2%;
	margin: 30px 0px 30px 0px;
}
.produkt_boks legend {
	border: 1px solid rgba(0,0,0,0.1);
	/*background-color: #fafafa;*/
	/*border-radius: 5px;*/
	padding: 2px 3% 0px 3%;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.1);*/
}




.atrybuty_boks{
	  border: 3px solid #dcdddd;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    padding: 2vw;
}
.atrBox div{
	padding: 10px 0px;
}

.produkt_boks .ngh{
	font-size: 28px;
	line-height: 30px;
	margin-top: 20px;

}

.produkt_boks .ngh{
	font-weight:600;
	font-size: 30px;
	line-height: 50px;

}
.atrybuty_boks .ngh strong{
	display:inline-block;
	min-width: 40px;
	height: 40px;
	text-align:center;
	margin-right: 10px;
	font-size: 30px;
	line-height: 40px;
	color: var(--kolor-bialy);
	background-color: var(--kolor-czarny);
}
.koszyk_boks{

	  border: 3px solid #dcdddd;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    padding: 2vw;
    background-color:#f4f4f4;
}
.koszyk_boks h2.ngh{
	font-family: var(--czcionka-2);
	font-size:46px;

}
.przetwarzaj_box{
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px;
}
.koszyk_boks .atrLinia{
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin:5px 0px;
}
.koszyk_boks .atrLinia span{
	float:left;
	color: var(--kolor-szary);
	text-transform: uppercase;
	width: 45%;
}

.koszyk_boks .atrLinia strong{
	float:left;
	color: var(--kolor-czrny);
	width: 55%;
}

.koszyk_boks .atrLinia2 span{
	float:left;
	color: var(--kolor-szary);
	text-transform: uppercase;
	width: 150px;
}

.koszyk_boks .atrLinia2 strong{
	float:left;
	color: var(--kolor-czrny);
	width: calc(100% - 150px);
}

.atrybutyBlock input{
	background-color: #dcdddd;
	padding: 20px;
	width: calc(100% - 40px);
	margin: 20px 0px;
	border: 0px;
}
#produktBody {
	display: flex;
}
#produktBody.zatopione {
			align-items: flex-end;
		}

#produktBody .kol_30{
	position: relative;
}

#oferta_body.zatopione {
	align-items: end;
}
.koszyk_podsumowanie.plywajace {
	position: fixed;
}

.stara_cena {
	text-decoration: line-through !important;
	opacity: 0.5;
}
.koszyk_naglowek_knt {
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	margin: 0px 0px 2% 0px;
	font-weight: 300;
}
.koszyk_naglowek span {
	font-weight: 300;
}
.koszyk_naglowek {
	width: 22%;
	padding: 1% 1% 1% 2%;
	background-color: var(--kolor-bialy);
	color: #e5e5e5;
	float: left;
	font-weight: 300;
}
.koszyk_naglowek.wybrany {
	background-color: #f6f6f6;
	color: var(--kolor-czarny);
	cursor: pointer;
	font-weight: 400;
}
.koszyk_naglowek.wybrany span {
	font-weight: 400;
}
.dostawa_platnosc {
	display: block;
	padding: 10px;
	background: #efefef;
	border: 1px solid #efefef;
	border-radius: 3px;
	cursor: pointer;
}
.dostawa_platnosc:hover {
	border: 1px solid #ddd;
}
.scroll_link {
	position: absolute;
	margin-top: -15px;
}
.powiazany {
	display: inline-block;
	padding: 3px 10px 3px 10px !important;
	margin: 5px 0px 5px 0px !important;
}
.powiazany a {
	color: var(--kolor-czarny);
}
.powiazany a:hover {
	color: #666666;
}
.powiazany.zaznaczony a {
	color: var(--kolor-czarny);
}
.powiazany.zaznaczony {
	border: 1px solid #999;
	background-color: #ddd;
	padding-top: 11px;
}
.powiazany img {
	height: 20px;
	width: auto;
}
.panelKlienta {
    margin: 0px 0px 45px 0px;
    padding: 0;
    margin-top: 40px;
    padding-left: 40px;
}

.panelKlienta  h3{
	color: var(--kolor-bialy);
	text-decoration: uppercase;
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0px;
}

.panelKlienta  p{
	margin: 0px;
	padding: 3px;
}

.panelKlienta  a{
	color: #c5f1eb;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 400;
	padding-left: 10px;
}

ul.panel_klienta_menu {
	padding:0px; margin:0px;
}
ul.panel_klienta_menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} 
ul.panel_klienta_menu li {
	list-style:none;
	float:left;
	margin: 10px 2% 10px 2%;
	text-align:center;
	width:29.3333%;
	font-weight: bold;
} 
ul.panel_klienta_menu li i {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
}
ul.panel_klienta_menu li a {
	display: block;
	padding: 20px 10px 20px 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}

.darmowa_dostawa{
		border: 1px solid #f2f2f2;
		background-color: #f2f2f2;
		text-align: center;
		padding: 10px;
}
/** FOOTER **/
.proukt_opis table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.proukt_opis table th{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	border-top: 0;
}
.proukt_opis table tr{
   padding-top: 5px;
   padding-bottom: 5px;
}
.proukt_opis table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
/*td, th {
    padding: 5px;
}
tr:hover{
	border: 1px solid #666;
	background-color: #ddd !important;
}*/

/** ANIMATIONS **/
.ngFade.ng-enter {
  transition:0.5s linear all;
  opacity:0;
}
.ngFade.ng-enter.ng-enter-active {
  opacity:1;
  transition:0.5s linear all;
}
/** ANIMATIONS **/


/** DODATKI **/
.oberek100{
	width: 100%;
	height: auto;
}
.kolor {
	color: var(--kolor-czarny);
}
.czarny {
	color: #333333;
}
.czerwony {
	color: #cc0000;
}
.zielony {
	color: #65b600;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px22 {
	font-size: 22px;
}
.px24 {
	font-size: 24px;
}
.px30 {
	font-size: 30px;
}
.px36 {
	font-size: 36px;
}
.px48 {
	font-size: 48px;
}
#sama_gora {
	position:absolute;
	top:0px;
}
#do_gory {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 599;
	cursor: pointer;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding-top:10px;
	padding-bottom:0px;
}
#do_gory:hover {
	opacity:1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding-top:0px;
	padding-bottom:10px;
}
label{
	font-weight:normal;
}
.odstepMin{
	display: none;
}
.nasza_jakosc {
	border-radius: 50%;
	border: 1px solid #e8000b;
	box-shadow: 5px 5px 35px rgba(0,0,0,0.2);
	width: 15%;
	margin-right: 1%;
}
ul.kolumny_zalaczniki{
	padding: 0px;
	overflow: hidden;
}
ul.kolumny_zalaczniki li{
	width: 44%;
	margin: 1%;
	text-align: center;
	float: left;
}
ul.kolumny_zalaczniki li a {
	display: block;
	padding: 2% 1% 2% 1%;
	border: 1px solid #eee;
	background-color: #fafafa;
}
ul.kolumny_zalaczniki li a:hover {
	border: 1px solid #ddd;
	background-color: #eee;
}
ul.kolumny_zalaczniki li img{
	border:1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	opacity: 0.6;
	width: 200px;
}

ul.kolumny_zalaczniki li:hover img{
	opacity: 1;
}
.ukryte {
	position: absolute;
	opacity: 0;
	height: 1px;
	overflow: hidden;
}
/** DODATKI **/



.alignnone {
	margin: 2%;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 2%;
	max-width: 45% !important;
	height: auto;
}
.alignleft:hover {
}
.alignright {
	display: inline;
	float: right;
	margin-left: 2%;
	max-width: 45% !important;
	height: auto;
}
.alignright:hover {
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.aligncenter:hover {
}
.text-center {
	text-align: center;
}
.kol_3 div.slajd{
	width: 100%;
}
.angular-google-map{ 
	height: 600px;
	 }

/** Formularz **/
/*input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
  vertical-align: top;
  padding: 0 5px;
  margin: 10px;
  border: 1px solid #ddd;
  height: 36px;
  font: 13px 'Open Sans', sans-serif;
  color: #666;
  display: block;
  width: 100%;
  background: var(--kolor-bialy) 95% center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #54AFE4;
    -webkit-box-shadow: 0 0 2px rgba(84, 175, 228, 0.4);
    -moz-box-shadow: 0 0 2px rgba(84, 175, 228, 0.4);
    box-shadow: 0 0 2px rgba(84, 175, 228, 0.4); }
  input[type="email"].disabled, input[type="number"].disabled, input[type="password"].disabled, input[type="search"].disabled, input[type="tel"].disabled, input[type="text"].disabled, input[type="url"].disabled, input[type="color"].disabled, input[type="date"].disabled, input[type="datetime"].disabled, input[type="datetime-local"].disabled, input[type="month"].disabled, input[type="time"].disabled, input[type="week"].disabled, select.disabled, textarea.disabled {
    background-color: #f5f5f5; }

textarea{
	height: 155px;
}


input[type="submit"], input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    min-width: 100px;
    border: 1px solid #ccc;
    height: 40px;
    color: #4E4E4E;
    font: bold 13px/40px 'Open Sans', sans-serif;
    cursor: pointer;
    border-radius: 3px;

}*/
.text-danger {
	color: #a94442;
}
.polecane{
	color: #e5e5e5; /*#ffb100;*/
}
.promocje{
	color: var(--kolor-glowny);
}
.nowosci{
	color: #00cde5;
}
.produkty{
	padding-top:40px;
}

.ngh2d{
	font-family: var(--czcionka-2);
	overflow: hidden;
	/*border-bottom: 1px solid #e5e5e5;*/
	margin-bottom: 20px;
	text-align: center;
}
.ngh2d h1, .ngh2d h2.ngh1{
	margin: 0px;
	line-height: 1.3em;
	font-size: 50px;
	font-family: var(--czcionka-2);
	text-align:center;

	text-transform: initial;
}

.ngh2d h2{
	text-transform: uppercase;
	margin: 0px;
	line-height: 30px;
	font-size: 30px;
	font-weight: 400;
	text-align:center;
	font-family: var(--czcionka-2);
}
.ngh2d h3{
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px;
	color: #666;
	font-weight: 400;
	font-family: var(--czcionka-2);
	text-align: left;
}
.ngh2d span{
	float: right;
	margin: 0px;
	line-height: 40px;
}
.ngh2d span a{
	text-transform: uppercase;
	color: #6c6c6c;
	font-weight: 500;
}

.text-danger {
	color: #a94442;
}
.has-error {
    color: #cc0000 !important;
}
.validationMessage {
    font-size: 13px;
    display: block;
}

.produktyIndex, .produktyIndex h2{
	text-align:center !important;
}
.produktyIndex a.formBtn{
	float:none;
}
#sprawdz_kod{
	float: none;
}

.menu_kontakt li.wyszukiwarka {
	padding-right: 0px;
}
.formInputSzukaj {
	font-family: var(--czcionka-1);
	font-size: 14px;
	font-weight: 300;
	color: var(--kolor-czarny);
	background-color: #dcdddd !important;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: calc(100% - 60px);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtnSzukaj {
	font-family: var(--czcionka-1);
	background-color: transparent;
	color: var(--kolor-bialy);
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/lupka.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 57px;
	width: 24px;
	margin-top: 0;
	margin-left: -35px;
	position: absolute;
}
.formBtnSzukaj:hover {
	opacity:0.8;
}
ul#ralownik{
	overflow: hidden;
	padding:0px;
}
ul#ralownik li{
	width: 105px;
	float: left;
	margin :5px !important;
	display: block;
}

ul#ralownik li h3{
	text-align: center;
}

.wymiaryTab{
	border:2px solid #ccc;
}
.wymiaryTab tr:first-child{
	background-color: #ccc !important;
	border-bottom: 1px solid #666;
}


.logoBox{
 	width: 100px; 
 	position: absolute; 
 	z-index: -1; 
 	background-color: rgba(0,0,0,0.8); 
 	height: 100px; 
 	top:0px; 
 	bottom:0px; 
 	left:0px;
 }

.kolumnaLewa2 {
	width: 47%;
	padding-right: 3%;
	float: left;
}
.kolumnaPrawa2 {
	width: 47%;
	float: left;
	padding-right: 3%;
}

.kolumnaLewa{
	width: 50%;
	float: left;
	
}
.kolumnaPrawa{
	width: 50%;
	float: left;
}
.kolumnaPrawa img, .kolumnaLewa img {
	max-width: 100%;
	height: auto;
}


.koniecKolumn {clear: both;}
.tlo_lista .kolumnaPrawa img{
	width: 50%;
	margin:0px 25% !important;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}

.tlo_lista .ngh2d h1, .ngh2d h2.ngh1{
	text-align:left;
}

.selectBox option{
	height: 30px;
}

.menu_konf{
	display:grid;
	grid-template-columns: 1fr 1fr;
	border: 2px solid var(--kolor-czarny);
}
.menu_konf span{
	margin:0px !important;
	text-align:center;
	font-size:22px !important;;
	text-transform:uppercase;
	font-weight: 400 !important;
	letter-spacing: 2px;
	background-color: #fff;
	color: var(--kolor-czarny);
	cursor: pointer;
}
.menu_konf span.aktywny{
	background-color: var(--kolor-czarny);
	color: #fff;
}


.atrybutyGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	
	overflow-y: auto;
  max-height: 400px;

}


.atrybutyGrid_1 {
	grid-template-columns: 1fr;
}
.atrybutyGrid_2 {
	grid-template-columns: 1fr 1fr;
}
.atrybutyGrid_3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.atrybutyGrid_4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.atrybutyGrid_5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.atrybutyGrid aside {
	text-align:center;
	
	cursor: pointer;
	margin: 10px;
	opacity: 0.8;

	border: 3px solid #fff;
	position: relative;

}
.atrybutyGrid aside input{
	opacity: 0;
	position: absolute;
	top: 0px;
}
.atrybutyGrid aside img{
	width: 100%;
	cursor: pointer;
	height: auto;
	opacity: 0.8;
}

.atrybutyGrid aside span{
	width: auto;
	cursor: pointer;
	height: auto;
	padding:10px;
	color: var(--kolor-szary);
	font-weight: 500;
	display:block;
}

.atrybutyGrid aside.aktywny {
	border: 3px solid #dcdddd;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.atrybutyGrid aside.aktywny img{
	opacity: 1;
}


/** Bootstrap **/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a94442;
}
.bg-primary {
  color: var(--kolor-bialy);
  background-color: #337ab7;
  padding: 5px 25px 5px 25px !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
  padding: 5px 25px 5px 25px !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
  padding: 5px 25px 5px 25px !important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
  padding: 5px 25px 5px 25px !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
  padding: 5px 25px 5px 25px !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}


.width-1200{
	width: auto;
	margin: 0 10vw;
}
.width-1200 .left{
	float: left;
	padding-left: 30px;
}
.width-1200 .right{
	float: right;
}
.width-1200 .right li {
    padding-left: 10px;
}

.width-1200 .right li a{
	font-weight: 600;
}
.paczkomat_info{
	display: block;
}
/** Bootstrap **/


/*
autor:      influencja.pl
wersja:     165.12.2.1
kompilacja: 123080962145912635976129019625019261569361986365;
klasy:      .wiersz
            .kol_[1-9]
            .kol_[10-100]
            .ods_z[gora,dol,prawa,lewa]_[5-100]
            .ods_w[gora,dol,prawa,lewa]_[5-100]
            .px[10-36]
*/


.wiersz { clear: both; }
.wiersz:after { clear: both; display: block; content: ' '; height: 0px; overflow: hidden; }
.kol_1 { float: left; width: 100%; width: calc(100% - 30px); padding: 0px 15px 0px 15px; } .kol_2 { float: left; width: 50%; width: calc(50% - 30px); padding: 0px 15px 0px 15px; } .kol_3 { float: left; width: 29%; width: calc(33.333333333333% - 30px); padding: 0px 15px 0px 15px; } .kol_4 { float: left; width: 22%; width: calc(25% - 30px); padding: 0px 15px 0px 15px; } .kol_5 { float: left;width: 18%; width: calc(20% - 30px); padding: 0px 15px 0px 15px; } .kol_6 { float: left; width: calc(16.666666666667% - 30px); padding: 0px 15px 0px 15px; } .kol_7 { float: left; width: calc(14.285714285714% - 30px); padding: 0px 15px 0px 15px; } .kol_8 { float: left; width: calc(12.5% - 30px); padding: 0px 15px 0px 15px; } .kol_9 { float: left; width: calc(11.111111111111% - 30px); padding: 0px 15px 0px 15px; } .kol_10 { float: left; width: calc(10% - 30px); padding: 0px 15px 0px 15px; } .kol_11 { float: left; width: calc(11% - 30px); padding: 0px 15px 0px 15px; } .kol_12 { float: left; width: calc(12% - 30px); padding: 0px 15px 0px 15px; } .kol_13 { float: left; width: calc(13% - 30px); padding: 0px 15px 0px 15px; } .kol_14 { float: left; width: calc(14% - 30px); padding: 0px 15px 0px 15px; } .kol_15 { float: left; width: calc(15% - 30px); padding: 0px 15px 0px 15px; } .kol_16 { float: left; width: calc(16% - 30px); padding: 0px 15px 0px 15px; } .kol_17 { float: left; width: calc(17% - 30px); padding: 0px 15px 0px 15px; } .kol_18 { float: left; width: calc(18% - 30px); padding: 0px 15px 0px 15px; } .kol_19 { float: left; width: calc(19% - 30px); padding: 0px 15px 0px 15px; } .kol_20 { float: left; width: calc(20% - 30px); padding: 0px 15px 0px 15px; } .kol_21 { float: left; width: calc(21% - 30px); padding: 0px 15px 0px 15px; } .kol_22 { float: left; width: calc(22% - 30px); padding: 0px 15px 0px 15px; } .kol_23 { float: left; width: calc(23% - 30px); padding: 0px 15px 0px 15px; } .kol_24 { float: left; width: calc(24% - 30px); padding: 0px 15px 0px 15px; } .kol_25 { float: left; width: calc(25% - 30px); padding: 0px 15px 0px 15px; } .kol_26 { float: left; width: calc(26% - 30px); padding: 0px 15px 0px 15px; } .kol_27 { float: left; width: calc(27% - 30px); padding: 0px 15px 0px 15px; } .kol_28 { float: left; width: calc(28% - 30px); padding: 0px 15px 0px 15px; } .kol_29 { float: left; width: calc(29% - 30px); padding: 0px 15px 0px 15px; } .kol_30 { float: left; width: 28%; width: calc(30% - 30px); padding: 0px 15px 0px 15px; } .kol_31 { float: left; width: calc(31% - 30px); padding: 0px 15px 0px 15px; } .kol_32 { float: left; width: calc(32% - 30px); padding: 0px 15px 0px 15px; } .kol_33 { float: left; width: calc(33% - 30px); padding: 0px 15px 0px 15px; } .kol_34 { float: left; width: calc(34% - 30px); padding: 0px 15px 0px 15px; } .kol_35 { float: left; width: calc(35% - 30px); padding: 0px 15px 0px 15px; } .kol_36 { float: left; width: calc(36% - 30px); padding: 0px 15px 0px 15px; } .kol_37 { float: left; width: calc(37% - 30px); padding: 0px 15px 0px 15px; } .kol_38 { float: left; width: calc(38% - 30px); padding: 0px 15px 0px 15px; } .kol_39 { float: left; width: calc(39% - 30px); padding: 0px 15px 0px 15px; } .kol_40 { float: left; width: calc(40% - 30px); padding: 0px 15px 0px 15px; } .kol_41 { float: left; width: calc(41% - 30px); padding: 0px 15px 0px 15px; } .kol_42 { float: left; width: calc(42% - 30px); padding: 0px 15px 0px 15px; } .kol_43 { float: left; width: calc(43% - 30px); padding: 0px 15px 0px 15px; } .kol_44 { float: left; width: calc(44% - 30px); padding: 0px 15px 0px 15px; } .kol_45 { float: left; width: calc(45% - 30px); padding: 0px 15px 0px 15px; } .kol_46 { float: left; width: calc(46% - 30px); padding: 0px 15px 0px 15px; } .kol_47 { float: left; width: calc(47% - 30px); padding: 0px 15px 0px 15px; } .kol_48 { float: left; width: calc(48% - 30px); padding: 0px 15px 0px 15px; } .kol_49 { float: left; width: calc(49% - 30px); padding: 0px 15px 0px 15px; } .kol_50 { float: left; width: calc(50% - 30px); padding: 0px 15px 0px 15px; } .kol_51 { float: left; width: calc(51% - 30px); padding: 0px 15px 0px 15px; } .kol_52 { float: left; width: calc(52% - 30px); padding: 0px 15px 0px 15px; } .kol_53 { float: left; width: calc(53% - 30px); padding: 0px 15px 0px 15px; } .kol_54 { float: left; width: calc(54% - 30px); padding: 0px 15px 0px 15px; } .kol_55 { float: left; width: calc(55% - 30px); padding: 0px 15px 0px 15px; } .kol_56 { float: left; width: calc(56% - 30px); padding: 0px 15px 0px 15px; } .kol_57 { float: left; width: calc(57% - 30px); padding: 0px 15px 0px 15px; } .kol_58 { float: left; width: calc(58% - 30px); padding: 0px 15px 0px 15px; } .kol_59 { float: left; width: calc(59% - 30px); padding: 0px 15px 0px 15px; } .kol_60 { float: left; width: calc(60% - 30px); padding: 0px 15px 0px 15px; } .kol_61 { float: left; width: calc(61% - 30px); padding: 0px 15px 0px 15px; } .kol_62 { float: left; width: calc(62% - 30px); padding: 0px 15px 0px 15px; } .kol_63 { float: left; width: calc(63% - 30px); padding: 0px 15px 0px 15px; } .kol_64 { float: left; width: calc(64% - 30px); padding: 0px 15px 0px 15px; } .kol_65 { float: left; width: calc(65% - 30px); padding: 0px 15px 0px 15px; } .kol_66 { float: left; width: calc(66% - 30px); padding: 0px 15px 0px 15px; } .kol_67 { float: left; width: calc(67% - 30px); padding: 0px 15px 0px 15px; } .kol_68 { float: left; width: calc(68% - 30px); padding: 0px 15px 0px 15px; } .kol_69 { float: left; width: calc(69% - 30px); padding: 0px 15px 0px 15px; } .kol_70 { float: left; width: 67%; width: calc(70% - 30px); padding: 0px 15px 0px 15px; } .kol_71 { float: left; width: calc(71% - 30px); padding: 0px 15px 0px 15px; } .kol_72 { float: left; width: calc(72% - 30px); padding: 0px 15px 0px 15px; } .kol_73 { float: left; width: calc(73% - 30px); padding: 0px 15px 0px 15px; } .kol_74 { float: left; width: calc(74% - 30px); padding: 0px 15px 0px 15px; } .kol_75 { float: left; width: calc(75% - 30px); padding: 0px 15px 0px 15px; } .kol_76 { float: left; width: calc(76% - 30px); padding: 0px 15px 0px 15px; } .kol_77 { float: left; width: calc(77% - 30px); padding: 0px 15px 0px 15px; } .kol_78 { float: left; width: calc(78% - 30px); padding: 0px 15px 0px 15px; } .kol_79 { float: left; width: calc(79% - 30px); padding: 0px 15px 0px 15px; } .kol_80 { float: left; width: calc(80% - 30px); padding: 0px 15px 0px 15px; } .kol_81 { float: left; width: calc(81% - 30px); padding: 0px 15px 0px 15px; } .kol_82 { float: left; width: calc(82% - 30px); padding: 0px 15px 0px 15px; } .kol_83 { float: left; width: calc(83% - 30px); padding: 0px 15px 0px 15px; } .kol_84 { float: left; width: calc(84% - 30px); padding: 0px 15px 0px 15px; } .kol_85 { float: left; width: calc(85% - 30px); padding: 0px 15px 0px 15px; } .kol_86 { float: left; width: calc(86% - 30px); padding: 0px 15px 0px 15px; } .kol_87 { float: left; width: calc(87% - 30px); padding: 0px 15px 0px 15px; } .kol_88 { float: left; width: calc(88% - 30px); padding: 0px 15px 0px 15px; } .kol_89 { float: left; width: calc(89% - 30px); padding: 0px 15px 0px 15px; } .kol_90 { float: left; width: calc(90% - 30px); padding: 0px 15px 0px 15px; } .kol_91 { float: left; width: calc(91% - 30px); padding: 0px 15px 0px 15px; } .kol_92 { float: left; width: calc(92% - 30px); padding: 0px 15px 0px 15px; } .kol_93 { float: left; width: calc(93% - 30px); padding: 0px 15px 0px 15px; } .kol_94 { float: left; width: calc(94% - 30px); padding: 0px 15px 0px 15px; } .kol_95 { float: left; width: calc(95% - 30px); padding: 0px 15px 0px 15px; } .kol_96 { float: left; width: calc(96% - 30px); padding: 0px 15px 0px 15px; } .kol_97 { float: left; width: calc(97% - 30px); padding: 0px 15px 0px 15px; } .kol_98 { float: left; width: calc(98% - 30px); padding: 0px 15px 0px 15px; } .kol_99 { float: left; width: calc(99% - 30px); padding: 0px 15px 0px 15px; } .kol_100 { float: left; width: calc(100% - 30px); padding: 0px 15px 0px 15px; } 
.ods_zg_0 { margin-top: 0px; } .ods_zl_0 { margin-left: 0px; } .ods_zp_0 { margin-right: 0px; } .ods_zd_0 { margin-bottom: 0px; } .ods_wg_0 { padding-top: 0px; } .ods_wl_0 { padding-left: 0px; } .ods_wp_0 { padding-right: 0px; } .ods_wd_0 { padding-bottom: 0px; }
.ods_zg_5 { margin-top: 5px; } .ods_zl_5 { margin-left: 5px; } .ods_zp_5 { margin-right: 5px; } .ods_zd_5 { margin-bottom: 5px; } .ods_wg_5 { padding-top: 5px; } .ods_wl_5 { padding-left: 5px; } .ods_wp_5 { padding-right: 5px; } .ods_wd_5 { padding-bottom: 5px; } .ods_zg_10 { margin-top: 10px; } .ods_zl_10 { margin-left: 10px; } .ods_zp_10 { margin-right: 10px; } .ods_zd_10 { margin-bottom: 10px; } .ods_wg_10 { padding-top: 10px; } .ods_wl_10 { padding-left: 10px; } .ods_wp_10 { padding-right: 10px; } .ods_wd_10 { padding-bottom: 10px; } .ods_zg_15 { margin-top: 15px; } .ods_zl_15 { margin-left: 15px; } .ods_zp_15 { margin-right: 15px; } .ods_zd_15 { margin-bottom: 15px; } .ods_wg_15 { padding-top: 15px; } .ods_wl_15 { padding-left: 15px; } .ods_wp_15 { padding-right: 15px; } .ods_wd_15 { padding-bottom: 15px; } .ods_zg_20 { margin-top: 20px; } .ods_zl_20 { margin-left: 20px; } .ods_zp_20 { margin-right: 20px; } .ods_zd_20 { margin-bottom: 20px; } .ods_wg_20 { padding-top: 20px; } .ods_wl_20 { padding-left: 20px; } .ods_wp_20 { padding-right: 20px; } .ods_wd_20 { padding-bottom: 20px; } .ods_zg_25 { margin-top: 25px; } .ods_zl_25 { margin-left: 25px; } .ods_zp_25 { margin-right: 25px; } .ods_zd_25 { margin-bottom: 25px; } .ods_wg_25 { padding-top: 25px; } .ods_wl_25 { padding-left: 25px; } .ods_wp_25 { padding-right: 25px; } .ods_wd_25 { padding-bottom: 25px; } .ods_zg_30 { margin-top: 30px; } .ods_zl_30 { margin-left: 30px; } .ods_zp_30 { margin-right: 30px; } .ods_zd_30 { margin-bottom: 30px; } .ods_wg_30 { padding-top: 30px; } .ods_wl_30 { padding-left: 30px; } .ods_wp_30 { padding-right: 30px; } .ods_wd_30 { padding-bottom: 30px; } .ods_zg_35 { margin-top: 35px; } .ods_zl_35 { margin-left: 35px; } .ods_zp_35 { margin-right: 35px; } .ods_zd_35 { margin-bottom: 35px; } .ods_wg_35 { padding-top: 35px; } .ods_wl_35 { padding-left: 35px; } .ods_wp_35 { padding-right: 35px; } .ods_wd_35 { padding-bottom: 35px; } .ods_zg_40 { margin-top: 40px; } .ods_zl_40 { margin-left: 40px; } .ods_zp_40 { margin-right: 40px; } .ods_zd_40 { margin-bottom: 40px; } .ods_wg_40 { padding-top: 40px; } .ods_wl_40 { padding-left: 40px; } .ods_wp_40 { padding-right: 40px; } .ods_wd_40 { padding-bottom: 40px; } .ods_zg_45 { margin-top: 45px; } .ods_zl_45 { margin-left: 45px; } .ods_zp_45 { margin-right: 45px; } .ods_zd_45 { margin-bottom: 45px; } .ods_wg_45 { padding-top: 45px; } .ods_wl_45 { padding-left: 45px; } .ods_wp_45 { padding-right: 45px; } .ods_wd_45 { padding-bottom: 45px; } .ods_zg_50 { margin-top: 50px; } .ods_zl_50 { margin-left: 50px; } .ods_zp_50 { margin-right: 50px; } .ods_zd_50 { margin-bottom: 50px; } .ods_wg_50 { padding-top: 50px; } .ods_wl_50 { padding-left: 50px; } .ods_wp_50 { padding-right: 50px; } .ods_wd_50 { padding-bottom: 50px; } .ods_zg_55 { margin-top: 55px; } .ods_zl_55 { margin-left: 55px; } .ods_zp_55 { margin-right: 55px; } .ods_zd_55 { margin-bottom: 55px; } .ods_wg_55 { padding-top: 55px; } .ods_wl_55 { padding-left: 55px; } .ods_wp_55 { padding-right: 55px; } .ods_wd_55 { padding-bottom: 55px; } .ods_zg_60 { margin-top: 60px; } .ods_zl_60 { margin-left: 60px; } .ods_zp_60 { margin-right: 60px; } .ods_zd_60 { margin-bottom: 60px; } .ods_wg_60 { padding-top: 60px; } .ods_wl_60 { padding-left: 60px; } .ods_wp_60 { padding-right: 60px; } .ods_wd_60 { padding-bottom: 60px; } .ods_zg_65 { margin-top: 65px; } .ods_zl_65 { margin-left: 65px; } .ods_zp_65 { margin-right: 65px; } .ods_zd_65 { margin-bottom: 65px; } .ods_wg_65 { padding-top: 65px; } .ods_wl_65 { padding-left: 65px; } .ods_wp_65 { padding-right: 65px; } .ods_wd_65 { padding-bottom: 65px; } .ods_zg_70 { margin-top: 70px; } .ods_zl_70 { margin-left: 70px; } .ods_zp_70 { margin-right: 70px; } .ods_zd_70 { margin-bottom: 70px; } .ods_wg_70 { padding-top: 70px; } .ods_wl_70 { padding-left: 70px; } .ods_wp_70 { padding-right: 70px; } .ods_wd_70 { padding-bottom: 70px; } .ods_zg_75 { margin-top: 75px; } .ods_zl_75 { margin-left: 75px; } .ods_zp_75 { margin-right: 75px; } .ods_zd_75 { margin-bottom: 75px; } .ods_wg_75 { padding-top: 75px; } .ods_wl_75 { padding-left: 75px; } .ods_wp_75 { padding-right: 75px; } .ods_wd_75 { padding-bottom: 75px; } .ods_zg_80 { margin-top: 80px; } .ods_zl_80 { margin-left: 80px; } .ods_zp_80 { margin-right: 80px; } .ods_zd_80 { margin-bottom: 80px; } .ods_wg_80 { padding-top: 80px; } .ods_wl_80 { padding-left: 80px; } .ods_wp_80 { padding-right: 80px; } .ods_wd_80 { padding-bottom: 80px; } .ods_zg_85 { margin-top: 85px; } .ods_zl_85 { margin-left: 85px; } .ods_zp_85 { margin-right: 85px; } .ods_zd_85 { margin-bottom: 85px; } .ods_wg_85 { padding-top: 85px; } .ods_wl_85 { padding-left: 85px; } .ods_wp_85 { padding-right: 85px; } .ods_wd_85 { padding-bottom: 85px; } .ods_zg_90 { margin-top: 90px; } .ods_zl_90 { margin-left: 90px; } .ods_zp_90 { margin-right: 90px; } .ods_zd_90 { margin-bottom: 90px; } .ods_wg_90 { padding-top: 90px; } .ods_wl_90 { padding-left: 90px; } .ods_wp_90 { padding-right: 90px; } .ods_wd_90 { padding-bottom: 90px; } .ods_zg_95 { margin-top: 95px; } .ods_zl_95 { margin-left: 95px; } .ods_zp_95 { margin-right: 95px; } .ods_zd_95 { margin-bottom: 95px; } .ods_wg_95 { padding-top: 95px; } .ods_wl_95 { padding-left: 95px; } .ods_wp_95 { padding-right: 95px; } .ods_wd_95 { padding-bottom: 95px; } .ods_zg_100 { margin-top: 100px; } .ods_zl_100 { margin-left: 100px; } .ods_zp_100 { margin-right: 100px; } .ods_zd_100 { margin-bottom: 100px; } .ods_wg_100 { padding-top: 100px; } .ods_wl_100 { padding-left: 100px; } .ods_wp_100 { padding-right: 100px; } .ods_wd_100 { padding-bottom: 100px; } 
.px10 { font-size: 10px; } .px11 { font-size: 11px; } .px12 { font-size: 12px; } .px13 { font-size: 13px; } .px14 { font-size: 14px; } .px15 { font-size: 15px; } .px16 { font-size: 16px; } .px17 { font-size: 17px; } .px18 { font-size: 18px; } .px19 { font-size: 19px; } .px20 { font-size: 20px; } .px21 { font-size: 21px; } .px22 { font-size: 22px; } .px23 { font-size: 23px; } .px24 { font-size: 24px; } .px25 { font-size: 25px; } .px26 { font-size: 26px; } .px27 { font-size: 27px; } .px28 { font-size: 28px; } .px29 { font-size: 29px; } .px30 { font-size: 30px; } .px31 { font-size: 31px; } .px32 { font-size: 32px; } .px33 { font-size: 33px; } .px34 { font-size: 34px; } .px35 { font-size: 35px; } .px36 { font-size: 36px; } 

.wiersz .kol_4:nth-child(4n+1) {
	clear:both;
}
.powiazane_produkty .kol_4 {
	width: 29%; width: calc(33.333333333333% - 30px);
}
.wiersz .powiazane_produkty .kol_4:nth-child(4n+1) {
	clear:none;
}
.wiersz .powiazane_produkty .kol_4:nth-child(3n+1) {
	clear:both;
}
.powiazane_produkty .formBtn {
	font-size: 16px;
}
.powiazane_produkty .item-name {
	font-size: 16px;
}
.kol_menu{
	width: 20%;
	float: left;
	background-color: var(--kolor-bialy);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.kol_zawartosc{
	width: calc(80% - 1px);
	float: left;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.koniec {
	clear: both;
}
.wierszFlex{
	display: flex;
}

.titleMenu{
	display: none;
}
#opisBox {
    display: block;
    padding: 0px;
    font-weight: 600;
    color: var(--kolor-szary);

}
#opisText {
    overflow: hidden;
    height: auto;
    /*max-height: 265px;*/
    position: relative;
    /*padding-bottom: 30px;*/
}
#readmore {
	font-weight: 500;
    text-align:right;
    padding:2px;
    float:right;
    cursor: pointer;
    position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background: #f4f4f4;
}
iframe{
    border: 0;
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.kol_3_p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.kol_3_p p {
	float: left;
	width: 31.3333%;
	margin-right: 2%;
}
.kol_2_p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.kol_2_p p {
	float: left;
	width: 48%;
	margin-right: 2%;
}
#menuOferta_2020 {
	width: 90%;
	margin: 8vw auto 5vw auto;
	position: relative;
}
#menuOferta_2020 h1 {
	text-transform: uppercase;
	margin: 0 auto 1vw auto;
	padding-top: 2vw;
	line-height: 2vw;
	font-size: 2vw;
	font-weight: 400;
}
#menuOferta_2020 #slajdery {
	width: 75%;
	float: left;
}
#menuOferta_2020 #slajdery .slajder_konf_ol {
	display: none;
	cursor: pointer;
}
#menuOferta_2020 #slajdery .slajder_konf_ol.aktywny{
	display: block;
}
#menuOferta_2020 #slajdery img {
	max-width: 100%;
}
#menuOferta_2020 #menu_oferty {
	width: 24%;
	float: right;
}
#menuOferta_2020 #menu_oferty p {
	position: absolute;
	width: 24%;
	margin: -2.3vw auto 1vw auto;
	line-height: 2vw;
	font-size: 0.75vw;
	text-align: right;
	font-weight: bold;
	color: #999;
}
#menuOferta_2020 #menu_oferty a {
	display: block;
	padding: 0.7vw 2vw 0.7vw 2vw;
	font-size: 1.1vw;
	line-height: 1.6vw;
	color: #686868;
	background-image: url(../img/tlo_menu_oferta.jpg);
	background-position: -200px 100%;
	background-size: 200px 100%;
	background-repeat: no-repeat;
}
#menuOferta_2020 #menu_oferty a i {
	font-size: 0.8vw;
}
#menuOferta_2020 #menu_oferty a:hover, #menuOferta_2020 #menu_oferty a.aktywny {
	background-image: url(../img/tlo_menu_oferta.jpg);
	background-position: 100% 100%;
	background-size: 100% 100%;
	padding:  0.7vw 2.3vw 0.7vw 1.7vw;
	color: var(--kolor-czarny);
}
#slajdery .pager {
	bottom: 10px;
}

/** DODATKI **/

.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}
@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before,:first-letter,:first-line{background:0 0!important;color:var(--kolor-czarny)!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}




/** Menu mobilne **/
		#menuGlowne li#menu_mobil {
			  display: none;
		    position: relative;
		}
		.box_m {
		  /*border-radius: 2px;*/
		  /*transform: translate(-50%, -50%);*/
		  position: relative;
		  top: 0px;
		  margin: 0 auto;
		}

		.box_m {
			padding: 8px 8px;
			width: 30px !important;
			cursor: pointer;
		}

		.box_m span {
		  display: block;
		  width: 100%;
		  height: 3px;
		  background: #fff;
		  transition: all .3s;
		  position: relative;
		}

		span + span {
		  margin-top: 7px;
		}

		.active span:nth-child(1) {
		  animation: ease .7s top forwards;
		}

		.not-active span:nth-child(1) {
		  animation: ease .7s top-2 forwards;
		}

		.active span:nth-child(2) {
		  animation: ease .7s scaled forwards;
		}

		.not-active span:nth-child(2) {
		  animation: ease .7s scaled-2 forwards;
		}

		.active span:nth-child(3) {
		  animation: ease .7s bottom forwards;
		}

		.not-active span:nth-child(3) {
		  animation: ease .7s bottom-2 forwards;
		}

		@keyframes top {
		  0% {
		    top: 0;
		    transform: rotate(0);
		  }
		  50% {
		    top: 12px;
		    transform: rotate(0);
		  }
		  100% {
		    top: 12px;
		    transform: rotate(45deg);
		  }
		}

		@keyframes top-2 {
		  0% {
		    top: 8px;
		    transform: rotate(45deg);
		  }
		  50% {
		    top: 8px;
		    transform: rotate(0deg);
		  }
		  100% {
		    top: 0;
		    transform: rotate(0deg);
		  }
		}

		@keyframes bottom {
		  0% {
		    bottom: 0;
		    transform: rotate(0);
		  }
		  50% {
		    bottom: 8px;
		    transform: rotate(0);
		  }
		  100% {
		    bottom: 8px;
		    transform: rotate(135deg);
		  }
		}

		@keyframes bottom-2 {
		  0% {
		    bottom: 8px;
		    transform: rotate(135deg);
		  }
		  50% {
		    bottom: 8px;
		    transform: rotate(0);
		  }
		  100% {
		    bottom: 0;
		    transform: rotate(0);
		  }
		}

		@keyframes scaled {
		  50% {
		    transform: scale(0);
		  }
		  100% {
		    transform: scale(0);
		  }
		}

		@keyframes scaled-2 {
		  0% {
		    transform: scale(0);
		  }
		  50% {
		    transform: scale(0);
		  }
		  100% {
		    transform: scale(1);
		  }
		}

		.szablonMenu h2{ 
			text-transform: uppercase;
			letter-spacing: 2px;
			color: #797983;
			font-size: 16px;
			border-bottom:1px solid #ddd;
			line-height: 32px;
			padding-left: 2vw;
			margin-top: 30px;
		}
		.szablonMenu ul{
			list-style: none;
			margin-left: 2vw;
		}
		.szablonMenu ul li{
			margin: 25px 0px;
		}
		.szablonMenu ul li a{
			font-size: 18px;
			color: var(--kolor-glowny);
			font-weight: 600;
			padding-left:  0px;
			padding-right:  5px;
		}
		.szablonMenu ul li a:hover{
			padding-left:  5px;
			padding-right:  0px;
		}
		.szablonMenu ul.poziom_1,
		.szablonMenu ul.poziom_2,
		.szablonMenu ul.poziom_3{
			margin: 0px;
			margin-left: 1vw;
			padding: 0px;
		}

		.szablonMenu ul.poziom_1 li,
		.szablonMenu ul.poziom_2 li,
		.szablonMenu ul.poziom_3 li{
				margin: 10px 0px;
		}
		
		.szablonMenu ul.poziom_1 li a{
			font-size: 16px;
			color: #797983;
			font-weight: 600;
		}
		.szablonMenu ul li a.zaznacz,
		.szablonMenu ul.poziom_1 li a.zaznacz{
			color: #40505a;
		}

		.pozM0{
			background-color: var(--kolor-glowny);
		}
		#menuGlowne2 ul ul ul {
		  background: #fff;
		  box-shadow: none;
		}

		#menuGlowne2 ul ul ul ul {
		  box-shadow: none;
		}
		#menuGlowne2 ul ul ul li a {
		  background: #f2f2f2;
		}
		#menuGlowne2 ul ul ul ul li a {
		  background: #ccc;
		}



		.arrow-icon {
			display: none;
		    position: relative;
		    cursor: pointer;
		    border-radius: 2px;
		    float: right;
			width: 50px;
			margin-top: -30px;
			height: 20px;
			right: 25px;
		}

		.arrow-icon-boczne {
			display: none;
		    position: relative;
		    cursor: pointer;
		    border-radius: 2px;
		    float: right;
			width: 50px;
			margin-top: 0px;
			height: 20px;
			right: 25px;
		}

		.zaznaczone{
			color: red;
		}

		.left-bar {
		  position: absolute;
		  background-color: transparent;
		  top: 0;
		  left:0;
		  width: 20px;
		  height: 5px;
		  display: block;
		  transform: rotate(35deg);
		  float: right;
		  border-radius: 2px;
		  margin-top: 10px;
		 }

		  .left-bar:after {
		    content:"";
		    background-color: #ccc;
		    width: 20px;
		    height: 5px;
		    display: block;
		    float: right;
		    border-radius: 6px 10px 10px 6px;
		    transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
		    z-index: -1;
		  }


		.right-bar {
		  position: absolute;
		  background-color: transparent;
		  top: 0px;
		  left:13px;
		  width: 20px;
		  height: 5px;
		  display: block;
		  transform: rotate(-35deg);
		  float: right;
		  border-radius: 2px;
		  margin-top: 10px;
		}  

		.right-bar:after {
		    content:"";
		    background-color: #ccc;
		    width: 20px;
		    height: 5px;
		    display: block;
		    float: right;
		    border-radius: 10px 6px 6px 10px;
		    transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
		    z-index: -1;
		  }



		    .open .left-bar:after {
		    transform-origin: center center;
		    transform: rotate(-70deg);
		  }
		  .open .right-bar:after {
		    transform-origin: center center;
		    transform: rotate(70deg);
		  }

	/** Menu mobilne **/