@charset "utf-8";

/* Wczytanie fontów */

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Th.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.otf') format('opentype');
 font-style: normal;
 font-weight: 100;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-UltLt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
 font-style: normal;
 font-weight: 200;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Lt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
 font-style: normal;
 font-weight: 300;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Roman.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),
	url('../static/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
 font-style: normal;
 font-weight: 400;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Md.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
 font-style: normal;
 font-weight: 500;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Bd.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
 font-style: normal;
 font-weight: 600;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Hv.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.otf') format('opentype');
 font-style: normal;
 font-weight: 700;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Blk.eot');
 src:
	 url('../static/fonts/HelveticaNeueLTPro-Blk.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
 font-style: normal;
 font-weight: 800;
}

html{
	scroll-behavior: smooth;
}


/* Styl Body */

#Nawigacja, #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1600px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

/*************/

/* Styl Nawigacji */

#Nawigacja {
	display: flex;
	justify-content: space-between;
}

#Nawigacja .Logo{
	padding-top: 40px;
	padding-right: 0;
    width: 10%;
}

#Nawigacja nav {
    margin: auto;
    padding-top: 50px;
}

#Nawigacja nav ul{
	font-family: 'HelveticaNeueLTPro';
    text-align: left;
    font-size: 20px;
	font-weight: 400;
}

#Nawigacja nav ul li {
	padding-left: 70px;
	padding-right: 70px;
    list-style: none;
    display: inline-block;
    position: relative;
	text-transform: uppercase;
    text-align: left;
     
}

#Nawigacja nav li a {
    color: #161615;
}

 #Nawigacja nav ul li a:hover {
	font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
} 

#Nawigacja nav ul li .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: auto;
	width: 100%;
    display: none;
    background: white;
	padding-left: 0;
}

#Nawigacja nav ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 15px;
	box-shadow: 0px 1px 2px -1px #ccc;
	z-index: 1;
}

#Nawigacja nav ul li .dropdown li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
	padding-left: 30px;
	
}

#Nawigacja nav ul li .dropdown li a:hover {
    font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
}


#Nawigacja nav ul li .dropdown_2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	padding-left: 0;
    left: auto;
	width: 90%;
    display: none;
    background: white;
}

#Nawigacja nav ul li:hover > .dropdown_2,
    ul li .dropdown_2:hover {
		margin-top: 5px;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
    	visibility: visible;
    	opacity: 1;
    	display: block;
    	text-align: left;
   		padding-top: 15px;
    	box-shadow: 0px 1px 2px -1px #ccc;
		z-index: 1;
}

#Nawigacja nav ul li .dropdown_2 li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
	padding-left: 30px;
}

#Nawigacja nav ul li .dropdown_2 li a:hover {
    font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
}

#Nawigacja nav a {
    text-decoration: none;
}

#Nawigacja nav a:hover {
    color: #840021;
}
 
#Nawigacja nav ul li .dropdown li a { 
	transition: all 0.5s ease; 
} 
#Nawigacja nav ul li .dropdown_2 li a { 
	transition: all 0.5s ease; 
}

#nav-container{
    display: none;
}

/*************/



/* Oferta */

#Oferta {
	margin-top: 100px;
	display: flex;
	align-items: center;
}

#Oferta .Produkt .Zdjecie{
	height: 850px;
	width: 850px;
	border-radius: 40px;
	background-color: #840021;
	background-image: url("../static/img/Teczki_3.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#Oferta .Info{
	margin-left: 50px;
}

#Oferta .Info h2{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#Oferta .Info h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 77px;
	font-weight: 800;
	text-transform: uppercase;
}

#Oferta .Info h3{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#Oferta .Info h3 strong{
	font-weight: 600;
}

#Oferta .Info p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 16px;
	width: 480px;
	margin-bottom: 50px;
}

#Oferta .Info li{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 16px;
	padding-left: 20px;
}

#Oferta .Info p strong{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 600;
	font-size: 16px;
}

#Oferta .Info a{
	background-color: #840021;
	left: 80px;
	top: 550px;
	padding: 15px 65px;
	border-radius: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro';
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	transition: 0.5s all ease;
}

#Oferta .Info a:hover{
	-webkit-box-shadow:inset 0px 0px 0px 2px #840021;
    -moz-box-shadow:inset 0px 0px 0px 2px #840021;
    box-shadow:inset 0px 0px 0px 2px #840021;
	color: #840021;
	background-color: transparent;
	transition: 0.5s all ease;
}
	
#Oferta .Info .spacer{
	width: 115%;
	border-top: 4px solid #840021;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Inne Produkty */

#Inne .spacer{
	width: 300px;
	border-top: 4px solid #840021;
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#Inne h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

#Inne .Produkty{
	display: flex;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	justify-content: space-between;
}

#Inne .Produkty .Numer_1 .Zdjecie{
	height: 360px;
	width: 360px;
	border: 4px solid #840021;
	border-radius: 30px;
	background-image: url("../static/img/Foldery_2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#Inne .Produkty .Numer_1 h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

#Inne .Produkty .Numer_1 a{
	display: block;
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#Inne .Produkty .Numer_1 p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
}

#Inne .Produkty .Numer_1 p strong{
	font-weight: 600;
}

#Inne .Produkty .Numer_2 .Zdjecie{
	height: 360px;
	width: 360px;
	border: 4px solid #840021;
	border-radius: 30px;
	background-image: url("../static/img/Zaproszenia_2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#Inne .Produkty .Numer_2 h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

#Inne .Produkty .Numer_2 a{
	display: block;
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#Inne .Produkty .Numer_2 p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
}

#Inne .Produkty .Numer_2 p strong{
	font-weight: 600;
}


#Inne .Produkty .Numer_3 .Zdjecie{
	height: 360px;
	width: 360px;
	border: 4px solid #840021;
	border-radius: 30px;
	background-image: url("../static/img/Bannery_2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#Inne .Produkty .Numer_3 h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

#Inne .Produkty .Numer_3 a{
	display: block;
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#Inne .Produkty .Numer_3 p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
}

#Inne .Produkty .Numer_3 p strong{
	font-weight: 600;
}

/* Styl Klienci */

#Klienci{
	margin-top: 150px;
	margin-bottom: 150px;
	background-color: #840021; 
	width: 100%;
	height: 200px;
	
}


/* Slider */

.slick-slide{
	height: 200px;
	margin: 0;
}


.slick-slide img {
    height: 100%;
	width: auto!important;
	opacity: 60%;
	transition: 0.5s all ease;
}

.slick-slide img:hover {
	opacity: 100%;
	transition: 0.5s all ease;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Styl footer */

footer .Zawartosc{
	display: flex;
}

footer .Zawartosc .Info{
	margin-right: 520px;
}

footer .Zawartosc .Info img{
	width: 100px;
}

footer .Zawartosc .Info p{
	width: 240px;
	padding-top: 20px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
	width: 150px;
	margin-top: 20px;
}



footer .Zawartosc .Handlowy{
	padding-top: 50px;
	margin-right: 100px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

footer .Zawartosc .Handlowy p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Handlowy a{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
}

footer .Zawartosc .Handlowy strong{
	color: #840021;
	font-weight: 500;
}

footer .Zawartosc .Kontakt{
	padding-top: 50px;
	margin-right: 100px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	padding-top: 50px;
	
}

footer .Zawartosc .Lokalizacja h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

footer .Kreska{
	margin-top: 50px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
}

footer .Copyright a{
	text-decoration: none;
	color: #840021;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}
footer .polish-company {
	margin-top: 30px!important;
    width: 70px!important;
}


/* Responsywnosc */

@media all and (max-width:1700px) {
    
    #Nawigacja, #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    #Oferta {
	margin-top: 50px;
}
    
    #Oferta .Info{
	margin-left: 100px;
}

#Oferta .Produkt .Zdjecie{
	height: 650px;
	width: 650px;
	border-radius: 35px;
}

#Oferta .Info h2{
	font-size: 26px;
}

#Oferta .Info h1{
	font-size: 68px;
}

#Oferta .Info h3{
	font-size: 26px;
}

#Oferta .Info p{
	margin-bottom: 40px;
}

#Oferta .Info a{
	font-size: 16px;
}

	
#Oferta .Info .spacer{
	width: 100%;
}
    
    #Inne .spacer{
	margin-top: 50px;
}

#Inne h1{
	font-size: 42px;
}

#Inne .Produkty{
	margin-left: 180px;
	margin-right: 180px;
}

#Inne .Produkty .Numer_1 .Zdjecie{
	height: 300px;
	width: 300px;
	border: 3px solid #840021;
	border-radius: 25px;
}

#Inne .Produkty .Numer_1 a{
	font-size: 32px;
}

#Inne .Produkty .Numer_1 p{
	margin-top: 20px;
}

#Inne .Produkty .Numer_1 p strong{
	font-weight: 600;
}

#Inne .Produkty .Numer_2 .Zdjecie{
	height: 300px;
	width: 300px;
	border: 3px solid #840021;
	border-radius: 25px;
}

#Inne .Produkty .Numer_2 a{
	font-size: 32px;
}

#Inne .Produkty .Numer_2 p{
	margin-top: 20px;
}

#Inne .Produkty .Numer_2 p strong{
	font-weight: 600;
}


#Inne .Produkty .Numer_3 .Zdjecie{
	height: 300px;
	width: 300px;
	border: 3px solid #840021;
	border-radius: 25px;
}

#Inne .Produkty .Numer_3 a{
	font-size: 32px;
}

#Inne .Produkty .Numer_3 p{
	margin-top: 20px;
}

#Inne .Produkty .Numer_3 p strong{
	font-weight: 600;
}
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 200px;
	
}
    

footer .Zawartosc .Info{
	margin-right: 25%;
}
 
}
    
@media all and (max-width:1500px) {
        
    #Nawigacja, #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1200px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    #Oferta {
	margin-top: 50px;
}
    
    #Oferta .Info{
	margin-left: 80px;
}

#Oferta .Produkt .Zdjecie{
	height: 600px;
	width: 600px;
	border-radius: 30px;
}

#Oferta .Info h2{
	font-size: 24px;
}

#Oferta .Info h1{
	font-size: 62px;
}

#Oferta .Info h3{
	font-size: 24px;
}

#Oferta .Info p{
	margin-bottom: 50px;
}

#Oferta .Info a{
	font-size: 14px;
}

	
#Oferta .Info .spacer{
	width: 100%;
}
    
    #Inne .spacer{
	margin-top: 50px;
}

#Inne h1{
	font-size: 42px;
}

#Inne .Produkty{
	margin-left: 50px;
	margin-right: 50px;
}

#Inne .Produkty .Numer_1 a{
	font-size: 30px;
}

#Inne .Produkty .Numer_1 p{
	margin-top: 15px;
}


#Inne .Produkty .Numer_2 a{
	font-size: 30px;
}

#Inne .Produkty .Numer_2 p{
	margin-top: 15px;
}


#Inne .Produkty .Numer_3 a{
	font-size: 30px;
}

#Inne .Produkty .Numer_3 p{
	margin-top: 15px;
}
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 180px;
}
    
.slick-slide{
	height: 180px;
}
    
footer .Zawartosc .Info{
	margin-right: 15%;
}
 
    
}

@media all and (max-width:1200px) {
    
    #Nawigacja nav{
        display: none;
    }
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 10%;
    }

    #nav-container {
      display: block;
      position: fixed;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }

    #nav-container .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
        height: 100vh;
      height: calc(100% - 70px);
      visibility: hidden;
      opacity: 0;
      transition: .3s;
        background: #840021;
    }
    #nav-container:focus-within .bg {
      visibility: visible;
      opacity: 1;
    }
    #nav-container * {
      visibility: visible;
    }

    .button {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 1;
      -webkit-appearance: none;
      border: 0;
      background: none;
      border-radius: 0;
      height: 150px;
      width: 35px;
      cursor: pointer;
      pointer-events: auto;
      margin-left: auto;
        margin-right: 50px;
      touch-action: manipulation;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
        
    }
    .icon-bar {
      display: block;
      width: 100%;
        height: 5px;
      background: #840021;
      transition: .3s;
    }
    .icon-bar + .icon-bar {
      margin-top: 7px;
    }

    #nav-container:focus-within .button {
      pointer-events: none;
        
    }
    #nav-container:focus-within .icon-bar:nth-of-type(1) {
      transform: translate3d(0,12px,0) rotate(45deg);
        background: white;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(2) {
      opacity: 0;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(3) {
      transform: translate3d(0,-12px,0) rotate(-45deg);
        background: white;
    }
    

    #nav-content {
      margin-top: 150px;
      padding: 20px;
      width: 100vw;
      max-width: 300px;
      position: absolute;
      top: -50px;
      left: 100px;;
      height: calc(100% - 70px);
      pointer-events: auto;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      transform: translateX(-150%);
      transition: transform .5s;
      will-change: transform;
      contain: paint;
    }

    #nav-content ul {
      display: flex;
      flex-direction: column;
    }

    #nav-content li a {
      font-family: 'HelveticaNeueLTPro';
        font-size: 24px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
      padding: 15px 5px;
      display: block;
      text-transform: uppercase;
    }
    #nav-content li a:hover {
        font-weight: 600;
    }


    #nav-content li{
      margin-top: auto;
    }

    #nav-container:focus-within #nav-content {
      transform: none;
    }
    
    #nav-content ul li .dropdown a{
        font-size: 18px;
	font-weight: 400;
	line-height: 20px;
        padding: 5px 30px;
        width: 100%;
    }
    
    #nav-content ul li .dropdown a:hover{
        font-weight: 600;
    }
    
    #nav-content ul li .dropdown {
    visibility: hidden;
    opacity: 0;
    left: auto;
    display: none;
	padding-left: 0;
    width: 100%;
}

    #nav-content ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 5px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 10px;
    padding-bottom: 10px;
	z-index: 1;
    box-shadow: none;    
}
    #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1000px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    #Oferta {
	margin-top: 50px;
}
    
    #Oferta .Info{
	margin-left: 50px;
}

#Oferta .Produkt .Zdjecie{
	height: 450px;
	width: 450px;
	border-radius: 30px;
}

#Oferta .Info h2{
	font-size: 20px;
}

#Oferta .Info h1{
	font-size: 48px;
}

#Oferta .Info h3{
	font-size: 20px;
    margin-bottom: 30px;
}

#Oferta .Info p{
    font-size: 12px;
	margin-bottom: 30px;
}
    
#Oferta .Info p strong{
      font-size: 12px;  
}    

#Oferta .Info a{
	font-size: 12px;
    padding: 10px 40px;
}

	
#Oferta .Info .spacer{
	width: 100%;
}
    
#Inne .spacer{
	margin-top: 50px;
}

#Inne h1{
	font-size: 36px;
}

#Inne .Produkty{
	margin-left: 50px;
	margin-right: 50px;
}
    
#Inne .Produkty .Numer_1 .Zdjecie{
	height: 250px;
	width: 250px;
	border-radius: 20px;
}

#Inne .Produkty .Numer_1 a{
	font-size: 28px;
}

#Inne .Produkty .Numer_1 p{
	margin-top: 15px;
}

#Inne .Produkty .Numer_2 .Zdjecie{
	height: 250px;
	width: 250px;
	border-radius: 20px;
}
    
#Inne .Produkty .Numer_2 a{
	font-size: 28px;
}

#Inne .Produkty .Numer_2 p{
	margin-top: 15px;
}
    
#Inne .Produkty .Numer_3 .Zdjecie{
	height: 250px;
	width: 250px;
	border-radius: 20px;
}

#Inne .Produkty .Numer_3 a{
	font-size: 28px;
}

#Inne .Produkty .Numer_3 p{
	margin-top: 15px;
}
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 160px;
}
    
.slick-slide{
	height: 160px;
}
    


footer .Zawartosc .Info{
	margin-right: 13%;
}

footer .Zawartosc .Info img{
	width: 80px;
}

footer .Zawartosc .Info p{
	width: 200px;
	padding-top: 20px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
	width: 100px;
	margin-top: 20px;
}

footer .Zawartosc .Handlowy{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}


footer .Zawartosc .Kontakt{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	padding-top: 30px;
}

footer .Zawartosc .Lokalizacja h1{
	font-size: 12px;
}
 

footer .Kreska{
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}


    }

@media all and (max-width:1000px) {
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 15%;
    }

    #nav-container {
      display: block;
      position: absolute;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }
    
    .button{
         margin-right: 10%;
    }
    
     #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 800px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    #Oferta {
	margin-top: 50px;
}
    
    #Oferta .Info{
	margin-left: 30px;
}

#Oferta .Produkt .Zdjecie{
	height: 350px;
	width: 350px;
	border-radius: 30px;
}

#Oferta .Info h2{
	font-size: 16px;
}

#Oferta .Info h1{
	font-size: 36px;
}

#Oferta .Info h3{
	font-size: 16px;
    margin-bottom: 30px;
}

#Oferta .Info p{
    width: 100%;
    font-size: 10px;
	margin-bottom: 30px;
}
    
#Oferta .Info p strong{
      font-size: 10px;  
}    

#Oferta .Info a{
	font-size: 10px;
    padding: 8px 35px;
}

	
#Oferta .Info .spacer{
	width: 100%;
}
    
#Inne .spacer{
	margin-top: 60px;
}

#Inne h1{
	font-size: 28px;
}

#Inne .Produkty{
	margin-left: 50px;
	margin-right: 50px;
}
    
#Inne .Produkty .Numer_1 .Zdjecie{
	height: 200px;
	width: 200px;
	border-radius: 15px;
}

#Inne .Produkty .Numer_1 a{
	font-size: 22px;
}

#Inne .Produkty .Numer_1 p{
	margin-top: 10px;
}

#Inne .Produkty .Numer_2 .Zdjecie{
	height: 200px;
	width: 200px;
	border-radius: 15px;
}
    
#Inne .Produkty .Numer_2 a{
	font-size: 22px;
}

#Inne .Produkty .Numer_2 p{
	margin-top: 10px;
}
    
#Inne .Produkty .Numer_3 .Zdjecie{
	height: 200px;
	width: 200px;
	border-radius: 15px;
}

#Inne .Produkty .Numer_3 a{
	font-size: 22px;
}

#Inne .Produkty .Numer_3 p{
	margin-top: 10px;
}
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 180px;
}
    
.slick-slide{
	height: 180px;
}
    


footer .Zawartosc .Info{
	margin-right: 30%;
}


footer .Zawartosc .Handlowy{
	padding-top: 30px;
	margin-right: 70px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}


footer .Zawartosc .Kontakt{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	display: none;
}


footer .Kreska{
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}
    
}

@media all and (max-width: 840px) {
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 25%;
    }

    #nav-container {
      display: block;
      position: absolute;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }

    .button {
      height: 125px;
      width: 30px;    
    }
    

    #nav-content {
      margin-top: 125px;
      padding: 5px;
      width: 100vw;
      max-width: 200px;
      top: -100px;
      left: 50px;;
    }

    #nav-content li a {
      font-family: 'HelveticaNeueLTPro';
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
      padding: 8px 5px;
      display: block;
      text-transform: uppercase;
    }
    #nav-content li a:hover {
        font-weight: 400;
    }
    
    #nav-content ul li .dropdown a{
        font-size: 14px;
	font-weight: 400;
	line-height: 16px;
        padding: 5px 30px;
        width: 100%;
    }
    
    #nav-content ul li .dropdown a:hover{
        font-weight: 400;
    }

    #nav-content ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 0px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 5px;
    padding-bottom: 5px;
	z-index: 1;
    box-shadow: none;    
}
    
    #Header, #Oferta, .customer-logos, footer, #Inne{
	font-family: 'HelveticaNeueLTPro';
	max-width: 400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
    }
    
    #Oferta {
	margin-top: 100px;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#Oferta .Produkt .Zdjecie{
    display: flex;
    justify-content: center;
	height: 300px;
	width: 300px;
	border-radius: 20px;
    padding-right: 0;
}

#Oferta .Info{
    margin-left: 0px;
	margin-top: 25px;
    justify-content: center; 
}

#Oferta .Info h2{
    text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

#Oferta .Info h1{
    text-align: center;
	font-size: 32px;
}

#Oferta .Info h3{
    text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}


#Oferta .Info p{
    text-align: center;
	font-size: 12px;
	width: 300px;
	margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#Oferta .Info li{
	font-size: 12px;
	padding-left: 10px;
}

#Oferta .Info p strong{
	font-size: 12px;
}

#Oferta .Info a{
    display: block;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 45px;
	border-radius: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	transition: 0.5s all ease;
}

	
#Oferta .Info .spacer{
    margin-left: auto;
    margin-right: auto;
	width: 70%;
	border-top: 2px solid #840021;
	margin-top: 10px;
	margin-bottom: 15px;
}
    
#Inne .spacer{
	width: 70%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 2px solid #840021;

}

#Inne h1{
	font-size: 28px;
}

#Inne .Produkty{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#Inne .Produkty .Numer_1 .Zdjecie{
	height: 250px;
	width: 250px;
}

#Inne .Produkty .Numer_1 h1{
	margin-top: 20px;
}


#Inne .Produkty .Numer_1 p{
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 30px;
}


#Inne .Produkty .Numer_2 .Zdjecie{
	height: 250px;
	width: 250px;
}

#Inne .Produkty .Numer_2 h1{
	margin-top: 20px;
}

#Inne .Produkty .Numer_2 p{
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 30px;
}

#Inne .Produkty .Numer_3 .Zdjecie{
	height: 250px;
	width: 250px;
}

#Inne .Produkty .Numer_3 h1{
	margin-top: 20px;
}

#Inne .Produkty .Numer_3 p{
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 30px;
}

#Klienci{
	margin-top: 50px;
	margin-bottom: 80px;
	width: 100%;
	height: 150px;
}


.slick-slide{
	height: 150px;
	margin: 0;
}

footer .Zawartosc{
	display: flex;
    flex-wrap: wrap;

    justify-content: center;
}

footer .Zawartosc .Info{
    width: 100%;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Info img{
    display: block;
    margin-right: auto;
    margin-left: auto;
	width: 150px;
}

footer .Zawartosc .Info p{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	width: 350px;
	padding-top: 50px;
    padding-bottom: 25px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
    margin-right: auto;
    margin-left: auto;
	width: 150px;
	margin-top: 20px;
}

footer .Zawartosc .Handlowy{
	padding-top: 50px;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
    text-align: center;
}

footer .Zawartosc .Handlowy p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
    text-align: center;
}

footer .Zawartosc .Handlowy a{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
    text-align: center;
}

footer .Zawartosc .Handlowy strong{
	color: #840021;
	font-weight: 500;
}

footer .Zawartosc .Kontakt{
	padding-top: 50px;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Kontakt h1{
     text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
     text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
    display: block;
	padding-top: 50px;
	
}

footer .Zawartosc .Lokalizacja h1{
    text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

footer .Kreska{
    margin-right: auto;
    margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #840021;
	width: 88%;
}

footer .Copyright{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
    margin-right: 60px;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 15px;
	font-size: 20px;
	color: #840021;
}
    
}