@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:400,700&display=swap');
@import url("//hello.myfonts.net/count/3a1331");
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
@font-face {font-family: 'Marujo';src: url('../webfonts/3A1331_0_0.eot');src: url('../webfonts/3A1331_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3A1331_0_0.woff2') format('woff2'),url('../webfonts/3A1331_0_0.woff') format('woff'),url('../webfonts/3A1331_0_0.ttf') format('truetype');}

:root{
	--cream: #d2a561;
	--white: #fff;
}
*{
	margin: 0;
	box-sizing: border-box;
	font-family: 'Marujo';
	font-display: auto;

}
a{
	text-decoration: none;
	outline: none;
}
nav ul .lang a {
    width: auto;
    text-decoration: none;
}
.lang{
	margin: 0 0 20px 0;
}
.lang p{
	font-size: 3em;
	margin:0 10px 0 10px;
	border-bottom: 2px solid transparent;
	transition: all .5s;
	-webkit-transition: all .5s;
	--ms-transition: all .5s;
}
.lang a:nth-of-type(2) > p{
	border-bottom: 2px solid #2e3092;
}
.lang p:hover{
	border-bottom: 2px solid #2e3092;
}
div.mob_fix{
		position: absolute !important;
		top:0px; 
}
.slick-slide {
    box-shadow: none;
    border-color:none;
    color: none;
    background: none;
    outline:none;
}
.op_men::after{
	opacity: 1;
}
.o-hidden{
	overflow:hidden;
}
.normal{
	font-family: 'Saira Extra Condensed', sans-serif;
	font-display: auto;
	line-height: 120%;
}
.bold{
	font-weight: 900;
}
.flex_c{
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	flex-wrap: 	wrap;	
}
.column{
	flex-direction: column;
}
.up{
	text-transform: 	uppercase;	
}
.circle{
	position: 	relative;	
	border-radius: 	50%;
	width: 	200px;
	height: 200px;
	margin: 50px 30px 0 30px;	
}
.dark{
	color: 	#724706;

}
.fs3{
		font-size: 	3em;
}
.fs2_5{
		font-size: 	2.5em;
}
#carusel{
	width: 80%;
	margin: auto;
}
.pad50{
 padding: 50px;
}
.txt-center{
	text-align: center;
}
.abs{
	position: absolute;
}
#prev,#next{
font-size: 3.5em;
cursor:pointer;
}
#prev{
	left:5%;
}
#next{
	right: 5%;
}
.button:hover{
	background-color: #724706;
}
.button:hover > p::after {
    padding-left: 50px;
}
.w50{
	width: 50%;
}
.ma{
	margin: auto;
}
.button{
/*position: relative;*/
background-color:#d2a561;
padding: 20px 80px 20px 80px;
margin: auto;
margin-top: 50px;
color:#fff;
font-size: 2em;
cursor: pointer;
transition: all .8s;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-o-transition: all .8s;
}
.button > p::after{
content: ' \f054';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
padding: 3px 0 0 20px;
font-size: 1em;
position: absolute;
transition: all .8s;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-o-transition: all .8s;
}
.circle:nth-of-type(1)::after{
	content:"";
	background:#efe6d8 url('../img/ZRÓB_DRÓB_WWW_61_oferta_03.png')no-repeat 50% 50% /cover;
	display: inline-block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
}
.circle:nth-of-type(2)::after{
	content:"";
	background:#efe6d8 url('../img/ZRÓB_DRÓB_WWW_61_oferta_06.png')no-repeat 50% 50% /cover;
	display: inline-block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
}
.cream{
	color: 	#d2a561;
}
.w100{
	width: 	100%;
}
.fake_br{
	position: 	absolute;	
	width: 	100%;
	height: 	100%;
		border-radius: 	50%;
	border: 3px dashed #724706;
}
.spin{
	animation:spin 60s infinite linear
}
@keyframes spin{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(359deg)}}
body{
	display: flex;
	background-color: #d2a561;
	font-size: 10px;
}
header{
	width: 15%;
	height:100vh;
	min-height: 700px;
	z-index: 999;
	position: relative;
}
main{
	width: 85%;
	position: relative;
}
nav ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	justify-content: center;
  	align-items: center;
  	text-align: center;
}
nav ul a li {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	position: relative;
	width: 100%;
	cursor: pointer;
	font-size: 3em;
}
nav ul a {
	width: 100%;
	text-decoration: none;
}
nav ul a li::after {
	content: "";
	border-bottom: 2px solid #2e3092;
	position: absolute;
	width: 100%;
	bottom: 0;
	opacity: 0;
	left: 20%;
	transition: all .5s;
	-webkit-transition: all .5s;
	--ms-transition: all .5s;
}
nav ul a li:hover::after{
	opacity: 1;
}
header > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 15%;
	position: fixed;
}
header > div > div:nth-of-type(2) {
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	color: white;
}
header > div > div:nth-of-type(2) > p{
	writing-mode:vertical-lr ;
	font-size: 2em;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 25px;
}

header > div > div:nth-of-type(2) > p::before{
	content: ' \f077';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-bottom: 6px;
	font-size: 1.3em;
}
header > div > div:nth-of-type(2) > p::after{
	content: ' \f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-top: 6px;
	font-size: 1.3em;
}
header > div > div:nth-of-type(3){
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	margin:50px 0 80px 0;
}
header > div > div:nth-of-type(3) > a > div{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	margin:0 10px 0 10px;
  	cursor: pointer;
}
header > div > div:nth-of-type(3) > a:nth-of-type(1) > div::after{
	content: '\f0e1';
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
	color: #d2a561;
	font-size: 2.5em;
}
header > div > div:nth-of-type(3) > a:nth-of-type(2) > div::after{
	content: '\f39e';
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
	color: #d2a561;
	font-size: 2.5em;
}
header > div > div:nth-of-type(1){
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	background-color: #2e3092;
  	padding-bottom: 30px;
  	position: relative;
}
header > div > div:nth-of-type(1)::after{
	content: "";
  border-right: 15px solid transparent;
  -webkit-border-image: url(../img/border-blue2.png) 19% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-blue2.png) 19% round; /* Opera 11-12.1 */
  border-image: url(../img/border-blue2.png) 19% round;
  position: absolute;
  height: 100%;
  right: -13px;
  top:0;
}
header > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(2) > img{
	display: none;
}
#oferta{
	background-color: #efe6d8;
	position: relative;
}
#oferta::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#oferta::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
} 
#oferta > div{
	position: relative;
	padding: 100px 0 100px 0 ;
	overflow-x: hidden;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2){
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div > img{
	width: 100%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2){
	top: 5%;
	right: -2%;
	position: absolute;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1){
	bottom: 5%;
	left: 2%;
	position: absolute;
}

#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
	font-size: 8em;
	color: #d2a561;
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	width: 40%;
  	position: relative;
  	margin: auto;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::after{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 3% 20% 0 20px;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::before{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 3% 20px 0 20%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1){
	text-align: center;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(2){
	color: #724706;
	font-size: 4.5em;
	margin: 50px 0 20px 0 ;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(3){
	color: #000;
	font-size: 3.5em;
	margin: 0 0 0 0;
	font-weight: 400;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(4){
	color: #724706;
	font-size: 4em;
	margin: 20px 0 0 0 ;
	font-weight: 900;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(5){
	color: #724706;
	font-size: 3em;;
	font-weight: 900;
}
#produkty{
	position: relative;
	background-color: #fff;
	padding: 50px 0 50px 0;
}
#produkty::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
}
#produkty::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}
#opis{
	background-color: #efe6d8;
	position: relative;
	z-index: 2;
	padding: 50px 0 50px 0;
}
.w70{
	width: 70%;
}
.border_wh{
	border-width:10px 10px 20px 10px;
	border-style: solid;
	border-color: #fff;
}
.border_cr{
	border-width:10px 10px 20px 10px;
	border-style: solid;
	border-color: #eadac3;
}

.mt50{
	margin-top: 50px;
}
.plaster_l > img,.plaster_r > img{
	box-shadow: 10px 10px 10px 3px rgba(0,0,0,.5)
}
.plaster_l::after{
	content: "";
	background: url('../img/plaster2.png')no-repeat 45% 50% /cover;
	display: inline-block;
	width: 185px;
	height: 164px;
	position: absolute;
	left: -8.85%;
	top: -6%;
	z-index: 900;
}
.plaster_r::after{
	content: "";
	background: url('../img/plaster2.png')no-repeat 45% 50% /cover;
	display: inline-block;
	width: 185px;
	height: 164px;
	position: absolute;
	right: -14.85%;
	top: -9%;
	z-index: 900;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(90deg);
}
.rel{
	position: relative;
}
.kura_1{
	top: 30%;
	right: 2%;
	position: absolute;
}
.flex_sb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.flex_sa{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.flex_n{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.kura_1 > img{
	width: 100%;
}
.w40{
	width: 40%;
}
#opis::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#opis::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
} 
#kontrola{
	position: relative;
	background-color: #fff;
	padding: 100px 0 100px 0;
}
.w30{
	width: 30%;
}
.w80{
	width: 80%;
}
.fs4{
	font-size: 4em;
}
#kontrola::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
}
#kontrola::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}
#all_k{
	position: relative;
	background-color: #efe6d8;
	padding: 100px 0 100px 0;
	z-index: 3;
}
.circle_s{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.circle_s_ins{
	width: 90%;
	height: 90%;
	background-color: #fff;
	border-radius: 50%;
}
.circle_s_ins > img{
	padding: 20%;
	margin-top: -10px
}
.w90{
	width: 90%;
}
#all_k::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#all_k::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
}
#kontakt{
	position: relative;
	padding: 100px 0 100px 0;

}
#kontakt > div:nth-of-type(1){

  	text-align: center;

}
.title{
	font-size: 8em;
	color: #fff;
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	width: 60%;
  	position: relative;
  	margin: auto;

}
.title::after{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 2% 20% 0 20px;
}
.title::before{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 2% 20px 0 20%;
}
.title_c{
	font-size: 8em;
	color: #d2a561;
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	position: relative;
  	margin: auto;
  	width: 100%;

}
.title_c::after{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 2% 20% 0 20px;
}
.title_c::before{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 2% 20px 0 20%;
}
#kontakt > div:nth-of-type(2){
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	width: 70%;
  	margin: auto;
}
#kontakt > div:nth-of-type(2) > div{
	width: 40%;
	margin-top: 50px;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(1){
	width: 100%;
	background-color: #724706;
	padding: 20px 0 20px 0; 
	color: #fff;
	font-size: 2.5em;
	letter-spacing: 3px;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(2){
	font-size: 0.7em;
	color: #d2a561;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(2){
	width: 100%;
	background-color: #fff;
	padding: 20px 0 20px 0; 
	color: #000;
	font-size: 2.5em;
	letter-spacing: 3px;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(2) div > p:nth-of-type(1){
	font-size: 1.2em;
	color: #724706;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(2) div > a > p{
	font-size: 0.8em;
	color: #5c5c5c;

}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(2) div{
	margin: 20px 0 20px 0; 
}
#kontakt > div:nth-of-type(2) > div{
	position: relative;
	box-shadow: -10px 10px  3px rgba(0,0,0,0.4);
}
#kontakt > div:nth-of-type(2) > div::before{
	content: "";
	background: url('../img/plaster.png')no-repeat 45% 50% /cover;
	display: inline-block;
	width: 185px;
	height: 164px;
	position: absolute;
	left: -13.85%;
	top: -6%;
	z-index: 900;
}
#o_firmie{
	position: relative;
	background-color: #fff;
	z-index: 4;
}
#o_firmie::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  height: 100%;
  left: 0;
  top:-14px;
  width: 100%;
}
#o_firmie::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  height: 100%;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}
#o_firmie > div > div{
	width: 50%;
}
#o_firmie > div:first-of-type{
	position: relative;
	z-index: 900;
	padding:100px 0 100px 0 ;
	display: flex;
	justify-content: center;
  	align-items: center;
  	width: 100%;
}
#o_firmie > div > div:nth-child(2) > div > img{
	width: 70%;
	border: 15px solid #eadac3;
	box-shadow: 10px 10px 10px 3px #d8d8d8;
}
#o_firmie > div > div:nth-child(2) > div {
	position: relative;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div{
	width: 80%;
	margin: auto;
	text-align: center;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1){
	font-size: 8em;
	color: #d2a561;
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	width: 100%;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1)::after{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 5% 15% 0 20px;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1)::before{
	content: "";
	height: 2px;
	background-color: #724706;
	flex-grow: 1;
	margin: 5% 20px 0 15%;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(2){
	font-size: 3.5em;
	color: #724706;
  	width: 100%;
  	margin-top: 15px;
  	font-weight: 900;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(3){
	font-size: 3.5em;
	color: #724706;
  	width: 100%;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(4){
	font-size: 2.5em;
	color: #724706;
  	width: 100%;
  	margin-top: 50px;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1){
	background-color: #d2a561;
	display: inline-block;
	padding: 20px 20% 20px 20%;
  	margin-top: 50px;
  	color: #fff;
  	font-size: 2em;
  	cursor: pointer;
  	transition:all .8s; 
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) > p::after{
	content: ' \f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 3px 0  0 20px;
	font-size: 1em;
	position: absolute;
	transition:all .8s; 
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1):hover > p::after{
	padding-left:50px;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1):hover{
	background-color: #724706;
}
#info{
	position: relative;
	background-color: #efe6d8;
	padding: 50px 0 50px 0;
	z-index: 3;
}
#info::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#info::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
}
.flex_e {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}
.mt20{
	margin-top: 20px;
}
.mb20p{
	margin-bottom: -20%
}
.fs5_5{
	font-size: 5.5em;
}
#priorytety{
	position: relative;
	background-color: #fff;
	padding: 100px 0 100px 0;
}
#priorytety::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
}
#priorytety::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}

.wc3 ul {
	list-style: none;
}
.wc3 ul li{
	list-style: none;
	position: relative;
}
.wc3 ul li::before {
  content: "";
  background-color: #724706;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -3em;
}
.w20{
	width: 20%;
}
.z900{
	position: relative;
	z-index: 900;
}
.txt-left{
	text-align: left;
}
#dolacz_do_nas{
	position: relative;
	background-color: #efe6d8;
	padding: 100px 0 100px 0;
	z-index: 3;
}
#dolacz_do_nas::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#dolacz_do_nas::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
}
.rekrut{
	background-color: #724706;
	padding: 0 70px 0 70px;
	margin-top: 30px;		
}
.rekrut_fix{
	line-height: 120%;
	letter-spacing: 3px;
}
.wh{
	color: white;
}
.fs1_5{
	font-size: 1.5em;
}
#dolacz_more{
	position: relative;
	background-color: #fff;
	padding: 100px 0 100px 0;
}
#dolacz_more::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
}
#dolacz_more::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}
.kura3{
	top:15%;
	right: 2%;
}
#marka{
	position: relative;
	background-color: #fff;
	padding-bottom: 100px;
}
#marka::after{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
}
#marka > div:nth-of-type(1) {
	 padding: 100px 0 150px 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 80%;
	 margin: auto;
	 z-index: 900;
}
#marka > div:nth-of-type(1) > div{
 	width: 50%;
}
#marka > div:nth-of-type(1) > div:nth-of-type(2) > img{
 	width: 100%;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > img{
 	width: 45%;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
	margin:20px 0 20px 0 ;
 	color: #d2a660;
 	text-transform: uppercase;
 	font-weight: 900;
 	font-size: 5.5em;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(2){
	color: #724706;
	font-size: 5em;
	font-weight: 900;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(3){
	color: #724706;
	font-size: 3.5em;
}
#marka > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1){
	text-align: right;
	margin-top: 15px;
	color: #724706;
	font-size: 2.5em;
}
#marka > div:nth-of-type(1) > div:nth-of-type(2) > p > span{
	font-weight: 900;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1){
	padding: 0px 0 100px 0 ;
	width: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 900;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) > div{
	background-color: #d2a561;
	display: inline-block;
	padding: 20px 20% 20px 20%;
	margin: auto;
  	margin-top: 50px;
  	color: #fff;
  	font-size: 2em;
  	cursor: pointer;
  	transition:all .8s; 
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) > div > p::after{
	content: ' \f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 3px 0  0 20px;
	font-size: 1em;
	position: absolute;
	transition:all .8s; 
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) > div:hover > p::after{
	padding-left:50px;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) > div:hover{
	background-color: #724706;
}
#marka > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > img{
	position: absolute;
	top:2%;
	right: 0;
	width: 10%;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > img{
	position: absolute;
	bottom:3%;
	left: 0;
	width: 13%;
}
.fs0_7{
	font-size: .75em;
}
#marka_more{
	margin-top: -10%;
	position: relative;
	z-index: 5;
	background-color: #fff;
	width:50%;
}
.inbl{
	display: inline-block;
}
.flex_sb_s {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.paprik{
width: 20%;
top: 0;
left: 30%;
}
.pomidoro{
	top: 2%;
right: 0;
width: 10%;
}
.moza{
	top: 36%;
	width: 15%;
}
.lemon{
	top: 30%;
right: 0;
width: 20%;
}
.plate{
	bottom: 8%;
width: 32%;
left: 0;
}
.garlic{
	right: 0;
    bottom: -8%;
    z-index: 1;
    width: 15%;
}
#zalety{
	background-color: #efe6d8;
	position: relative;
	padding: 50px 0 50px 0;
}
#zalety::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
} 
#zalety::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-light-cream.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-light-cream.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-light-cream.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
} 
.wc2 ul {
	list-style: none;
}
.wc2 ul li{
	list-style: none;
	position: relative;
	margin-top: 20px
}
.wc2 ul li::before {
  content: "";
  background: url(../img/ok.png)no-repeat 50% 50% /cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -5em;
}
.oliw{
	left: 0;
	top: -32%;
z-index: 1;
width: 16%;
}
#all_prod{
	position: relative;
	background-color: #fff;
	padding: 100px 0 100px 0;
}
#all_prod::after{
	content: "";
  border-top: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  top:-14px;
  width: 100%;
}
#all_prod::before{
	content: "";
  border-bottom: 15px solid transparent;
  -webkit-border-image: url(../img/border-white.png) 17% round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border-white.png) 17% round; /* Opera 11-12.1 */
  border-image: url(../img/border-white.png) 17% round;
  position: absolute;
  left: 0;
  bottom:-13px;
  width: 100%;
  z-index: 2;
}
#pops{
	position: fixed;
	z-index: 999;
	width: 85%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.9);
	display: none;
}
#pops > div > div {
	display: none;
}
.close{
	position: absolute;
	top:5%;
	right: 8%;
	width: 70px;
	height:70px;
	border-radius: 50%;
	background-color:#d2a561;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.close::after{
	content: ' \f00d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 5em;
	color: #fff;
}
@media only screen and (max-width: 1650px) {
#all_prod{
	padding: 50px 0 50px 0;
}
.pad50{
	padding: 30px;
}
#marka > div:nth-of-type(1) {
	 width: 90%;
}
#o_firmie > div > div:nth-child(2) > div::before{
	width: 19%;
}
.w80{
	width: 90%;
}
#kontakt > div:nth-of-type(2){
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	text-align: center;
  	width: 90%;
  	margin: auto;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
  	width: 50%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div > img{
	width: 70%;
	margin: auto;
}
header > div > div:nth-of-type(3){
  	margin:10px 0 30px 0;
}
header > div > div:nth-of-type(2) > p{
	margin-top: 10px;
}
nav ul a li {
	padding: 5px 0 5px 0;
}
#kontakt > div:nth-of-type(2) > div{
	width: 45%;
}
body{
	font-size: 8px;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div > img{
	width: 60%;

}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
  	width: 60%;
}
.kura_1 > img{
	width: 70%;
}
.kura_1 {
	right: -3%;
}
}
@media only screen and (max-width: 1400px) {
header > div > div:nth-of-type(1) > a > img {
	width: 100%;
}
}
@media only screen and (max-width: 1100px) {
#marka > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
	text-align: center;
    font-size: 3.5em;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > img {
    width: 55%;
    margin:auto;
}
#marka > div:nth-of-type(1) > div {
    width: 70%;
    margin-top: 20px;
}
#marka > div:nth-of-type(1) {
	padding: 50px 0 50px 0;
	flex-wrap: wrap;
    width: 90%;
}
#o_firmie > div > div:nth-child(2) > div::after,#o_firmie > div > div:nth-child(2) > div::before {
    display: none;
}
#o_firmie > div > div:nth-child(2) > div {
	margin-top: 50px;
    display: flex;
	justify-content: center;
	align-items: center;
}
#o_firmie > div:first-of-type {
    flex-wrap: wrap;
}
#o_firmie > div > div {
    width: 70%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
    left: 0%;
}
#kontakt > div:nth-of-type(2) > div{
	width: 60%;
	margin:auto;
	margin-top: 50px;
}
#kontakt > div:nth-of-type(2){
	width: 90%;
	flex-wrap: wrap;
}
.title::before,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::before {
    margin: 2% 20px 0 10%;
}
.title::after,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::after {
    margin: 2% 10% 0 20px;
}
.kura_1{
	display: none;
}
}
@media only screen and (max-width: 950px) {
div.mob_fix{
		position: absolute !important;
		top:-90px; 
	}
#pops > div:nth-of-type(1){
	margin-top: 100px;
}
#pops{
	width: 100%;
}
.w_fix{
	width: 30% !important;
}	
.flex_sb_s{
	flex-direction: column;
}
#marka > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > img,#marka > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > img {
    width: 20%;
}
#marka > div:nth-of-type(1) > div {
    width: 90%;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 100%;
}
#marka > div:nth-of-type(1) > div {
    font-size: 6px;
	display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
#marka > div:nth-of-type(2) > div:nth-of-type(1) > div {
    font-size: 3em;
}
.flex_sb{
	flex-wrap: wrap;
}
.rekrut{
	padding: 10px;
}
.rekrut_fix{
	font-size: 2.3em;
}
.flex_mob{
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.resfix{
	width: 60% !important;
}
.mb20p{
	margin: 30px 0 0 0;
}
.flex_e,.flex_mob_c {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.flex_mob_c {
	margin: auto;
}
#o_firmie > div > div {
    width: 100%;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div {
    width: 90%;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) {
    font-size: 3em;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1)::after,#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1)::before{
    width: 0;
    display: none;
}
#o_firmie > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(1) {
    justify-content: center;
}
#o_firmie > div > div:nth-child(2) > div > img {
    width: 90%;
}
#o_firmie > div:first-of-type {
    padding: 30px 0 30px 0;
}
#oferta,#o_firmie,#marka{
	padding-top: 60px;
}
#dolacz_do_nas{
	padding-top: 100px;
}
.w50,.w70,.w40,.w80,.w30{
	width: 95%;
}
#kontakt > div:nth-of-type(2) > div {
    width: 80%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1) {
    width: 80%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2),#oferta > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
   display: none;
}
header > div > div:nth-of-type(2) > p {
    display: none;
}
header > div > div:nth-of-type(3) {
    margin: -10px 0 30px 0;
}
header > div > div:nth-of-type(3) > a > div {
	margin-top: 4px;
    width: 30px;
    height: 30px;
}
nav ul a li {
    font-size: 2.5em;
    padding: 3px 0 3px 0;
}
#kontakt > div:nth-of-type(2) > div::before {
   display: none;
}
.title {
    width: 90%;
}
.title::before,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::before {
    margin: 2% 20px 0 0;
}
.title::after,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::after {
    margin: 2% 0 0 20px;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(3) {
    width: 100%;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(3) > div {
    font-size: 3em;
}
main {
    width: 100%;
    overflow:hidden;
}
.title::after,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::after,.title::before,#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1)::before,header > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(1) > img,.title_c::after,.title_c::before,.plaster_l::after,.plaster_r::after,.drob,.kura3,.paprik,.pomidoro,.moza,.lemon,.plate,.garlic,.oliw{
    width: 0;
    display: none;
}
#kontakt > div:nth-of-type(2) > div {
    width: 100%;
}
#kontakt > div:nth-of-type(2) {
    width: 95%;
}
#kontakt > div:nth-of-type(2) > div > div:nth-of-type(2) {
    font-size: 2em;
}
#oferta > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1),.title,.title_c {
    justify-content: center;
}
#oferta > div,#kontakt {
    padding: 30px 0 30px 0;
}
header{

	position: absolute;
	width: 100%;
	min-height: auto;
	height: auto;
}
header > div {
	overflow:hidden;
	width: 100%;
	justify-content: flex-start;
	height: auto;
}
header > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(2) > img{
	display: inline-block;
	width: 60%;
}
nav{
	background-color: #d2a561;
	display: none;
	padding: 10px 0 20px 0;
}
header > div > div:nth-of-type(1){
	padding-bottom: 0;
}
header > div > div:nth-of-type(3){
	position: absolute;
	margin:0;
	margin-top: 8px;
	flex-direction: column;
}

#nav-icon3{
  width: 50px;
  height: 45px;
  position: absolute;
  right: 3%;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #d2a561;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}
nav ul a li::after {
    width: 20%;
     left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
nav ul a li{
    display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
}
}
@media only screen and (max-width: 400px) { 
	header > div > div:nth-of-type(3){
		margin-top: 0px;
	}
}
