a{
  color: #000;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

b{
font-weight:600;
}

html{
font:normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
}

ins{
text-decoration: underline;
}

del{
text-decoration: line-through;
}

table{
border-collapse:collapse;
border-spacing:0;
}

html{
scroll-behavior:smooth;  
}


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: "Poppins", sans-serif;
font-weight:400;
overflow-x:hidden;
/*font-family: "Merriweather", serif;*/
}


body input, body textarea, body button, body select{
font-family: "Poppins", sans-serif;
}

.body-hide-ow{
overflow:hidden;
}

.container{
width:calc(100% - 40px);
max-width:1600px;
padding:0px 20px;
margin:0px auto;
}

/*LOADER PAGE*/

.loaderpage{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:9999999999999999999999;
background:#fff;
}

.loaderpage-logo{
margin-bottom:20px;
}

.loaderpage-content{
position: absolute;
left:50%;
top:50%;
transform: translateY(-50%)translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
-ms-transform: translateY(-50%)translateX(-50%);
animation: spinA 1s linear infinite;
opacity: 1;
text-align:center;
}

.loaderpage-content-text{
text-align:center;
color:#578e2f; 
font-size:15px;
font-weight:500;		
}

@keyframes spinA {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}


/*HEADER TOP*/

.header-page{
padding-top:0px;
}

.header-page-block{
position:absolute;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999; 
background:transparent;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0);
}

.header-page-block-f{
position:fixed;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999;
background:#fff;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
}

.header-page-block-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-left{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin-left:40px;
}

.header-page-block-content-right{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
margin-right:40px;
}


.header-page-block .header-page-block-content-left-brand{
width:88px;
display:block;
margin:20px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-content-left-brand{
width:60px;
display:block;
margin:10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-content-left-brand img{
width:100%;
height:auto;
}

.header-page-block-content-right-nav{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-right-nav ul{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-right-nav ul li{
list-style-type:none;
margin:0px 0px 0px 60px;
}

.header-page-block-content-right-nav ul li a{
display:inline-block;
vertical-align:middle;
font-size:14px;
font-weight:500;
color:#000;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


.header-page-block-content-right-nav ul li a:hover,
.header-page-block-content-right-nav ul .current-menu-item  a,
.header-page-block-content-right-nav ul .current-menu-parent a{
color:#578e2f; 
}


.header-page-block-lang{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}


.header-page-block-lang ul{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
margin-left:60px;
}


.header-page-block-lang ul li{
list-style-type:none;
margin:0px 0px 0px 20px;
}


.header-page-block-swecher{
height:18px;
width:28px;
border-top:2px solid #000;
border-bottom:2px solid #000;
cursor:pointer;
position:absolute;
top:50%;
right:-60px;
display:none;
margin:-11px 0px 0px 0px;
}

.header-page-block-swecher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:2px;
background:#000;
margin-top:-1px;
}

.header-page-block-content-right-nav-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background: url('../images/zam.png') no-repeat center center;
cursor:pointer;
display:none;
}

/*SUB PAGE BANER*/

.subpage-page-baner{
position:relative;
margin-top:100px;
margin-bottom:50px;
}

.subpage-page-baner-img{
width:100%;
height:300px;
position:relative;	
}

.subpage-page-baner-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
z-index:9;
}

.subpage-page-baner-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.subpage-page-baner-text{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:10;	
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);	
}

.subpage-page-baner-text-a{
font-size:40px;
line-height:normal;
font-weight:700;
color:#fff;
text-align:center;
position:relative;
font-family: "Merriweather", serif;
}

.subpage-page-baner-text-b{
font-size:24px;
line-height:normal;
font-weight:500;
color:#fff;	
text-align:center;
}


/*SLAIDR*/

.home-page-slider{
position:relative;
padding-top:100px;
}

.home-page-slider-content-item{
position:relative;
}

.home-page-slider-content-item-img{
width:100%;
height:calc(100vh - 100px);
position:relative;
}

.home-page-slider-content-item-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
z-index:9;

}

.home-page-slider-content-item-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;

}

.home-page-slider-content-text{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:10;	
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
}

.home-page-slider-content-text-a{
font-size:40px;
line-height:normal;
font-weight:700;
color:#fff;
text-align:center;
position:relative;
font-family: "Merriweather", serif;
}


.home-page-slider-content-text-button{
padding-top:30px;
text-align:center;
}

.home-page-slider .tns-controls{
position:absolute;
top:50%;
left:0px;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
z-index:99; 
margin-top:30px; 
}

.home-page-slider .tns-controls button:first-child{
width:40px;
height:40px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
background:#578e2f;
margin-left:40px;
border-radius:50%;
position:relative;
}

.home-page-slider .tns-controls button:first-child::before{
content:'';
position:absolute;
top:15px;
left:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-left:3px solid #fff;
transform:rotate(-45deg); 
-webkit-transform:rotate(-45deg); 
-ms-transform:rotate(-45deg); 
}

.home-page-slider .tns-controls button:last-child{
width:40px;
height:40px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
background:#578e2f;
margin-right:40px;
border-radius:50%;
position:relative;
}

.home-page-slider .tns-controls button:last-child::before{
content:'';
position:absolute;
top:15px;
right:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg); 
-ms-transform:rotate(45deg); 
}

/*KONTAKT*/

.section-contact-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.section-contact-block-left{
width:calc(50% - 60px);
margin-right:60px;
}

.section-contact-block-left .page-header-one,
.section-contact-block-right .page-header-one{
text-align:left;
}

.section-contact-block-left .page-header-two,
.section-contact-block-right .page-header-two{
text-align:left;
min-height:72px;
}

.section-contact-block-right{
width:calc(50% - 60px);
margin-left:60px;
}

.section-contact-block-info{
padding-top:50px;
margin-bottom:40px;
}

.contact-loc,
.phone-contact-icon,
.mail-contact-icon{
display:inline-block;
padding-left:30px;
position:relative;
color:#444343;
font-weight:400;
font-size:15px;
line-height:28px;
margin-bottom:10px;
}


.contact-loc::before{
content:'';
position:absolute;
left:-3px;
top:4px;
-webkit-mask: url("../images/location-dot-solid-full.svg") no-repeat left center;
mask: url("../images/location-dot-solid-full.svg") no-repeat left center;
width:20px;
height:20px;
-webkit-mask-size:contain;
mask-size:contain;
background-color:#444343;
}

.phone-contact-icon::before{
content:'';
position:absolute;
left:0px;
top:7px;
-webkit-mask: url("../images/phone-call.svg") no-repeat left center;
mask: url("../images/phone-call.svg") no-repeat left center;
width:16px;
height:16px;
-webkit-mask-size:contain;
mask-size:contain;
background-color:#444343;
}

.mail-contact-icon::before{
content:'';
position:absolute;
left:0px;
top:7px;
-webkit-mask: url("../images/email.svg") no-repeat left center;
mask: url("../images/email.svg") no-repeat left center;
width:16px;
height:16px;
-webkit-mask-size:contain;
mask-size:contain;
background-color:#444343;
}


.section-contact-block-map{
margin-bottom:40px;
}

.section-contact-block-map iframe{
width:100%;
height:400px;
}

.section-contact-block-info-two{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:10px;
}

.section-contact-block-info-two-item{
width:calc(50% - 40px);
}


/*SEKCJA HOME O NAS*/

.section-home-about-us-content{
padding:90px 40px;
/*background:rgba(87,142,47, 0.05);*/
}

.section-home-about-us-content-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.section-home-about-us-content-block-left{
width:calc(50% - 40px);
margin-right:40px;
}

.section-home-about-us-content-block-left .page-header-one,
.section-home-about-us-content-block-left .page-header-two{
text-align:left;
}

.section-home-about-us-content-block-right{
width:50%;
}

.section-home-about-us-content-block-right img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.section-home-about-us-text{
padding:60px 0px 30px 0px;
width:100%;
max-width:1100px;
margin:0px auto;
text-align:justify;
}

.section-home-about-us-button{
text-align:left;
}

/*SEKCJA ETAPY*/

.section-etaps-content{
padding:90px 40px;	
}

.section-etaps-block{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.section-etaps-block-item{
width:15%;
}

.section-etaps-block-item-icon{
width:80px;
height:80px;
background-color:#578e2f;
margin:0px auto 40px auto;	
}

.section-etaps-block-item-text{
font-size:18px;
line-height:normal;
font-weight:700;
color: #578e2f;
font-family: "Merriweather", serif;	
text-align:center;
}

.section-etaps-block-item-arrow{
width:40px;
height:40px;
-webkit-mask: url("../images/redo-arrow.svg") no-repeat center;
mask:url("../images/redo-arrow.svg") no-repeat center;
background-color:#000;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto;	
}


/*PRODUKTY*/

.section-page-products-list-content{
padding:90px 40px;
}

.section-page-products-list-content-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -20px;
}

.section-page-products-list-content-block-item{
background:rgba(87,142,47, 0.05);
width:calc(25% - 80px);
padding:20px 20px 60px 20px;
margin:0px 20px 40px 20px;
text-align:center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-page-products-list-content-block-item.list-category{
width:calc(33.33333333333333333333333333333% - 80px);
position:relative;
padding:20px 20px 90px 20px;
}

.section-page-products-list-content-block-item.list-nextcategory{
position:relative;
padding:20px 20px 90px 20px;
}

.section-page-products-list-content-block-item.list-category .section-home-recipes-block-button{
text-align:center;
margin-bottom:30px;
bottom:0px;
left:50%;
transform:translateX(-50%); 
-webkit-transform:translateX(-50%); 
-ms-transform:translateX(-50%);
}

.section-page-products-list-content-block-item.list-nextcategory .section-home-recipes-block-button{
text-align:center;
margin-bottom:30px;
bottom:0px;
left:50%;
transform:translateX(-50%); 
-webkit-transform:translateX(-50%); 
-ms-transform:translateX(-50%);	
}

.section-page-products-list-content-block-item .section-home-recipes-block-button{
max-width:150px;	
}

.section-page-products-list-content-block-item:hover{
background:rgba(87,142,47, 0.15);
}

.section-page-products-list-content-block-item-img{
position:relative;
}

.section-page-products-list-content-block-item-img img{
width:100%;
height:auto;
}

.section-page-products-list-content-block-item-img .img-a{
opacity:0;
position:absolute;
top:0px;
left:0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:scale(0.5,0.5); 
-webkit-transform:scale(0.5,0.5); 
-ms-transform:scale(0.5,0.5);
-o-transform:scale(0.5,0.5);
}

a:hover .section-page-products-list-content-block-item-img .img-a{
opacity:1;
transform:scale(1.1,1.1); 
-webkit-transform:scale(1.1,1.1); 
-ms-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1);
}

.section-page-products-list-content-block-item-img .img-b{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
transform:scale(1,1); 
-webkit-transform:scale(1,1); 
-ms-transform:scale(1,1);
-o-transform:scale(1,1);
}

a:hover .section-page-products-list-content-block-item-img .img-b{
opacity:0;
transform:scale(1.2,1.2); 
-webkit-transform:scale(1.2,1.2); 
-ms-transform:scale(1.2,1.2);
-o-transform:scale(1.2,1.2);
}

.section-page-product-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-page-product-block-left{
width:calc(50% - 20px);
position:sticky;
top:100px;
text-align:center;
}

.section-page-product-block-right{
width:calc(50% - 20px);
}

.section-page-product-block-left-img img{
width:100%;
max-width:400px;
height:auto;
}

.section-page-product-block-right .page-header-one{
text-align:left;
}

.section-page-product-button{
padding-top:60px;
text-align:center;
}

.section-page-product-button .page-button-one{
max-width:300px;
}


.section-page-product-block-right-table{
padding-top:60px;
}

.page-table table{
border-collapse:separate;
border-spacing:0;
border:2px solid #578e2f;
border-bottom:2px solid #578e2f;
border-radius:9px;
width:auto;
margin-left:auto;
margin-right:auto;
width:100%;	
}

.page-table th{
font-size:15px;
font-weight:400;
line-height:28px;
color:#578e2f;
padding:15px;
border-bottom:2px solid #578e2f;
border-right:2px solid #578e2f;
}

.page-table td{
font-size:15px;
font-weight:400;
line-height:28px;
color:#578e2f;
padding:15px;
border-bottom:2px solid #578e2f;
border-right:2px solid #578e2f;
}

.page-table tr th:first-child{
border-bottom-left-radius:9px;
text-align:left;
}

.page-table tr td:first-child{
text-align:left;
}

.page-table tr th:last-child{
border-bottom-right-radius:9px;
border-right:0px solid #578e2f;
}

.page-table tr td:last-child{
border-right:0px solid #578e2f;
}

.page-table tr:last-child td{
border-bottom:0px solid #578e2f;
}



/*SEKCJA O NAS HISTORIA*/

.section-history-content{
padding:20px 40px;
}


.section-history-block{
padding:0px 50px;
position:relative;
}

.section-history-block-arrow-left{
position:absolute;
top:280px;
left:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-left2.png') no-repeat center center;
padding:0px;
border:0px;
cursor:pointer;
}

.section-history-block-arrow-right{
position:absolute;
top:280px;
right:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-right2.png') no-repeat center center;
padding:0px;
border:0px;
cursor:pointer;
}

.section-history-block-content{
width:100%;
overflow-x:hidden;
position:relative;
}

.section-history-block-content-box{
min-height:400px;
position:relative;
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
}

.section-history-block-content-box-item-top{
height:300px;
width:300px;
border-bottom:2px solid #578e2f;
position:relative;
}

.section-history-block-content-box-item-top-year-a{
position:absolute;
top:0px;
left:0px;
width:100%;
height:50px;
text-align:center;
font-weight:600;
font-size:28px;
line-height:normal;
color:#578e2f;
}

.section-history-block-content-box-item-top-icon-a{
position:absolute;
top:50px;
left:50%;
width:90px;
height:90px;
border-radius:50%;
border:6px solid #578e2f;
margin-left:-48px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}

.section-history-block-content-box-item-top-icon-a img{
width:50px;
height:auto;
}


.section-history-block-content-box-item-top-icon-a::before{
content:'';
position:absolute;
top:100%;
left:50%;
width:2px;
height:155px;
background:#578e2f;
margin-left:-2px; 
}

.section-history-block-content-box-item-top-icon-a::after{
content:'';
position:absolute;
top:calc(100% + 145px);
left:50%;
width:20px;
height:20px;
background:#578e2f;
margin-left:-11px;
border-radius:50%; 
}

.section-history-block-content-box-item-top-year-b{
position:absolute;
top:50px;
left:0px;
width:100%;
height:50px;
text-align:center;
font-weight:600;
font-size:28px;
line-height:normal;
color:#5a362f;
}

.section-history-block-content-box-item-top-icon-b{
position:absolute;
top:100px;
left:50%;
width:90px;
height:90px;
border-radius:50%;
border:6px solid #578e2f;
margin-left:-48px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}

.section-history-block-content-box-item-top-icon-b img{
width:50px;
height:auto;
}


.section-history-block-content-box-item-top-icon-b::before{
content:'';
position:absolute;
top:100%;
left:50%;
width:2px;
height:105px;
background:#578e2f;
margin-left:-2px; 
}

.section-history-block-content-box-item-top-icon-b::after{
content:'';
position:absolute;
top:calc(100% + 95px);
left:50%;
width:20px;
height:20px;
background:#578e2f;
margin-left:-11px;
border-radius:50%; 
}

.section-history-block-content-box-item-text{
padding:20px 20px;
width:260px;
text-align:center;
}

.section-history-block-content-box-item-text h4{
font-weight:600;
font-size:22px;
line-height:normal;
color:#578e2f;
}

.section-history-block-content-box-item-text.page-text p{
font-size:16px;
}


/*SEKCJA TABY B2b*/

.section-tab{
display:flex;
justify-content:center;
align-items:stretch;
flex-wrap:wrap;
}

.section-tab-item{
padding:15px 20px;
background:rgba(87,142,47, 0.1);
font-size:18px;
line-height: normal;
font-weight: 700;
color: #578e2f;
font-family: "Merriweather", serif;
cursor:pointer;
margin:0px 2px;
}

.section-tab-item.active{
background:rgba(87,142,47, 1);
color:#fff;
}

.section-tab-content-item{
padding:60px 0px;
display:none;
}

.section-tab-content-item.active{
display:block;
}

.section-tab-content-item-header{
font-size:22px;
line-height: normal;
font-weight:700;
color:#578e2f;
font-family:"Merriweather", serif;
text-align:center;
margin:0px 0px 40px 0px;
}

.section-tab-content-a{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;	
}

.section-tab-content-b{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;	
}

.section-tab-content-c{
display:flex;
justify-content:center;
align-items:flex-start;
flex-wrap:wrap;	
}

.section-tab-content-a img{
width:100%;
max-width:200px;
height:auto;
}

.section-tab-content-b img{
width:100%;
max-width:400px;
height:auto;
}

.section-tab-content-c-item{
width:calc(33.3333333333333333% - 40px);
margin:0px 20px 40px 20px;
}

.section-tab-content-c-item img{
width:100%;
height:auto;
margin-bottom:40px;
}


/*SEKCJA HOME PRZEPISY*/

.section-home-recipes-content{
padding:90px 40px;
background:rgba(87,142,47, 0.05);
}

.section-home-recipes-text{
padding:60px 0px 30px 0px;
width:100%;
max-width:1100px;
margin:0px auto;
text-align:justify;
}

.section-home-recipes-block{
position:relative;
padding:0px 80px;
}

.section-home-recipes-block-slider-item-img{
width:100%;
height:270px;
position:relative;
overflow:hidden;
margin-bottom:20px;
}

.section-home-recipes-block-slider-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg)scale(1,1); 
-webkit-transform:rotate(0deg)scale(1,1); 
-ms-transform:rotate(0deg)scale(1,1);
-o-transform:rotate(0deg)scale(1,1);
}

a:hover .section-home-recipes-block-slider-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(2deg)scale(1.2,1.2); 
-webkit-transform:rotate(2deg)scale(1.2,1.2); 
-ms-transform:rotate(2deg)scale(1.2,1.2);
-o-transform:rotate(2deg)scale(1.2,1.2);
}

.section-home-recipes-block-slider-item-img-ob img{
width:102%;
height:102%;
object-position:center center;
object-fit:cover;
}

.section-home-recipes-block-header{
font-size:24px;
line-height:normal;
font-weight:700;
color:#000;
position:relative;
font-family: "Merriweather", serif;
margin-bottom:20px;	
}

.section-home-recipes-block-button{
display:inline-block;
padding:15px 28px;
font-weight:600;
font-size:16px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:130px;
position:relative;
background:#578e2f;
text-align:center;
border-radius:18px;	
}

a:hover .section-home-recipes-block-button{
background:#9aa829;
}


.section-home-recipes-block .tns-controls{
position:absolute;
top:50%;
left:0px;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
z-index:99; 
margin-top:-20px; 
}

.section-home-recipes-block .tns-controls button:first-child{
width:40px;
height:40px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
background:#578e2f;
border-radius:50%;
position:relative;
}

.section-home-recipes-block .tns-controls button:first-child::before{
content:'';
position:absolute;
top:15px;
left:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-left:3px solid #fff;
transform:rotate(-45deg); 
-webkit-transform:rotate(-45deg); 
-ms-transform:rotate(-45deg); 
}

.section-home-recipes-block .tns-controls button:last-child{
width:40px;
height:40px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
background:#578e2f;
border-radius:50%;
position:relative;
}

.section-home-recipes-block .tns-controls button:last-child::before{
content:'';
position:absolute;
top:15px;
right:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg); 
-ms-transform:rotate(45deg); 
}


/*SEKCJA IKONY*/

.section-home-icon-content{
padding:90px 0px;
}

.section-home-icon-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.section-home-icon-block-item{
width:calc(20% - 40px);
margin:0px 20px 40px 20px;
}

.section-home-icon-block-item-img-svg-1{
width:100px;
height:100px;
-webkit-mask: url("../images/quality.svg") no-repeat center;
mask:url("../images/quality.svg") no-repeat center;
background-color:#578e2f;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto 20px auto;
}

.section-home-icon-block-item-img-svg-2{
width:100px;
height:100px;
-webkit-mask: url("../images/quality.svg") no-repeat center;
mask:url("../images/quality.svg") no-repeat center;
background-color:#578e2f;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto 20px auto;
}

.section-home-icon-block-item-img-svg-3{
width:100px;
height:100px;
-webkit-mask: url("../images/quality.svg") no-repeat center;
mask:url("../images/quality.svg") no-repeat center;
background-color:#578e2f;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto 20px auto;
}

.section-home-icon-block-item-img-svg-4{
width:100px;
height:100px;
-webkit-mask: url("../images/quality.svg") no-repeat center;
mask:url("../images/quality.svg") no-repeat center;
background-color:#578e2f;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto 20px auto;
}

.section-home-icon-block-item-img-svg-5{
width:100px;
height:100px;
-webkit-mask: url("../images/quality.svg") no-repeat center;
mask:url("../images/quality.svg") no-repeat center;
background-color:#578e2f;
-webkit-mask-size:contain;
mask-size:contain;
margin:0px auto 20px auto;
}

.section-home-icon-block-item-header{
font-size:24px;
line-height:normal;
font-weight:700;
color:#578e2f;
position:relative;
font-family: "Merriweather", serif;
margin-bottom:20px;	
text-align:center;	
}

.section-home-icon-block-item-text{
text-align:center;
}


/*SEKCJA WIĘCEJ*/

.section-home-more-content{
padding:90px 40px;
background:rgba(87,142,47, 0.05);
}

.section-home-more-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.section-home-more-block-item{
width:20%;
display:block;
}

.section-home-more-block-item-con{
padding:20px;
}

.section-home-more-block-item-con-header{
font-size:20px;
line-height:normal;
font-weight:700;
color:#fff;
font-family: "Merriweather", serif;
margin-bottom:20px;	
}

.section-home-more-block-item-con img{
width:100%;
max-width:150px;
height:auto;
display:block;
margin:0px auto;
}

.section-home-more-down{
text-align:right;
}

.section-home-more-button{
display:inline-block;
padding:12px 34px;
font-weight:600;
font-size:14px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-align:center;
border-radius:18px;
border:2px solid #fff;
background:transparent;	
}

a:hover .section-home-more-button{
background:#fff;
color:#578e2f;
}

.block-item-1{
background:#578e2f;
}

.block-item-2{
background:#659e3c;
}

.block-item-3{
background:#73ae49;
}

.block-item-4{
background:#81bb57;
}

.block-item-5{
background:#9cd474;
}

.page-button-one{
display:inline-block;
padding:15px 28px;
font-weight:600;
font-size:16px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:130px;
position:relative;
background:#578e2f;
text-align:center;
border-radius:18px;
}

.page-button-one:hover{
background:#9aa829;
}

.page-header-one{
font-size:40px;
line-height:normal;
font-weight:700;
color:#578e2f;
text-align:center;
position:relative;
font-family: "Merriweather", serif;
}

.page-header-margin-a{
margin-bottom:10px;
}

.page-header-margin-b{
margin-bottom:60px;
}

.page-header-two{
font-size:24px;
line-height:normal;
font-weight:500;
color:#000;
text-align:center;
}


.page-text-one p{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
padding-bottom:30px;
}

.page-text-two p{
color:#fff;
font-size:14px;
font-weight:400;
line-height:22px;
}


/*PODSTRONA PRZEPISY*/

.section-page-recipes-content{
padding:50px 40px;
}

.section-page-recipes-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;	
margin:0px -15px;
}

.section-page-recipes-block .section-home-recipes-block-slider-item{
width:calc(25% - 30px);
margin:0px 15px 40px 15px;
}

/*PRZEPIS*/

.section-page-recipes-content-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-page-recipes-content-block-left{
width:calc(50% - 20px);
position:sticky;
top:100px;
}

.section-page-recipes-content-block-right{
width:calc(50% - 20px);
}

.section-page-recipes-yt{
position:relative;
cursor:pointer;
}

.section-page-recipes-yt-img{
width:100%;
height:400px;
}

.section-page-recipes-yt-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
z-index:9;
}

.section-page-recipes-yt-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
display:block;
}

.section-page-recipes-yt-play{
position:absolute;
top:50%;
left:50%;
width:60px;
height:60px;
margin:-30px 0px 0px -30px;
background:#578e2f;
border-radius:50%;
z-index:9;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
}

.section-page-recipes-yt:hover .section-page-recipes-yt-play{
background:#9aa829;
}

.section-page-recipes-yt-play::before{
content:'';
position:absolute;
top:50%;
left:50%;
transform:translate(-40%, -50%);
width:0;
height:0;
border-top:12px solid transparent;
border-bottom:12px solid transparent;
border-left:20px solid #fff;
}

.section-page-recipes-text-info{
padding-top:40px;
}

.section-page-recipes-text-info-header{
font-size:24px;
line-height:normal;
font-weight:500;
color:#000;
margin-bottom:15px;	
font-family: "Merriweather", serif;
}


.section-page-recipes-list{
padding:40px;
background:#578e2f;
}

.section-page-recipes-list-two{
padding:40px;
background:#73ae49;	
}

.section-page-recipes-list-header{
font-size:24px;
line-height:normal;
font-weight:500;
color:#fff;
margin-bottom:15px;
font-family: "Merriweather", serif;
}


.section-page-recipes-list ul, .section-page-recipes-list-two ol{
column-count:2;
column-gap:20px;
margin:0;
padding:0;
margin-bottom: 15px;
}

.section-page-recipes-list li, .section-page-recipes-list-two li{
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
margin-left:15px;
margin-bottom:15px;
}

.youtube-window{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:#fff;
z-index:9999999;
display:none;
}

.youtube-window-block{
position:absolute;
top:80px;
left:80px;
width:calc(100% - 160px);
height:calc(100% - 160px);
}

.youtube-window-block iframe{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}

.youtube-window-block-close{
position:absolute;
top:20px;
right:80px;
display:block;
padding:10px 20px;
font-weight:600;
font-size:14px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:130px;
background:#578e2f;
text-align:center;
border-radius:18px;
}

.youtube-window-block-close:hover{
background:#9aa829;
}

.section-page-recipes-products{
padding:50px 0px;
}

.section-page-recipes-products-content{
padding:90px 40px;
background:rgba(87,142,47, 0.05);
}

.section-page-recipes-products-content-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.section-page-recipes-products-content-block-item{
width:calc(25% - 40px);
margin:20px;
display:block;
}

.section-page-recipes-products-content-block-item-img{
width:100%;
height:320px;
margin-bottom:20px;
position:relative;
overflow:hidden;
}

.section-page-recipes-products-content-block-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg)scale(1,1); 
-webkit-transform:rotate(0deg)scale(1,1); 
-ms-transform:rotate(0deg)scale(1,1);
-o-transform:rotate(0deg)scale(1,1);
}



a:hover .section-page-recipes-products-content-block-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(2deg)scale(1.2,1.2); 
-webkit-transform:rotate(2deg)scale(1.2,1.2); 
-ms-transform:rotate(2deg)scale(1.2,1.2);
-o-transform:rotate(2deg)scale(1.2,1.2);
}

.section-page-recipes-products-content-block-item-img-ob img{
width:102%;
height:102%;
object-position:center center;
object-fit:cover;
}

/*BLOG*/

.section-page-blog-content{
border-left: 1px solid #ddd;
}

.section-page-blog-content-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.section-page-blog-content-block-item{
border: 1px solid #ddd;
border-left:0px;
width:calc(25% - 81px);
padding:40px;
}

.section-page-blog-content-block-item-img{
width:100%;
height:320px;
margin-bottom:20px;
position:relative;
overflow:hidden;
}

.section-page-blog-content-block-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg)scale(1,1); 
-webkit-transform:rotate(0deg)scale(1,1); 
-ms-transform:rotate(0deg)scale(1,1);
-o-transform:rotate(0deg)scale(1,1);
}


a:hover .section-page-blog-content-block-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(2deg)scale(1.2,1.2); 
-webkit-transform:rotate(2deg)scale(1.2,1.2); 
-ms-transform:rotate(2deg)scale(1.2,1.2);
-o-transform:rotate(2deg)scale(1.2,1.2);
}

.section-page-blog-content-block-item-img-ob img{
width:102%;
height:102%;
object-position:center center;
object-fit:cover;
}

.section-page-blog-content-block-item-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-page-blog-content-block-item-top-left{
width:calc(100% - 200px);
}

.section-page-blog-content-block-item-top-right{
width:160px;
text-align:right;
}

.section-page-blog-header{
font-size:24px;
line-height:normal;
font-weight:700;
color:#000;
position:relative;
font-family: "Merriweather", serif;
margin-bottom:20px;		
}

.section-page-blog-content-block-item-top-right p{
font-size:15px;
line-height:normal;
font-weight:700;
color:#000;
}

/*BLOGPOJ*/

.section-page-blog-one-content{
padding:0px 40px;
}

.section-page-blog-one-content-top h2{
font-size:24px;
line-height:normal;
font-weight:700;
color:#000;
position:relative;
font-family: "Merriweather", serif;
margin-bottom:20px;	
text-align:center;
}

.section-page-blog-one-content-top p{
font-size:15px;
line-height:normal;
font-weight:700;
color:#000;
text-align:center;
margin-bottom:40px;
}

.section-page-blog-one-content-text{
width:100%;
max-width:800px;
margin:0px auto;
}

.section-page-gallery-blog{
padding-top:50px;
}


.section-page-blog-one-bottom{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
margin-top:50px;
}

.section-page-blog-one-bottom-a{
display:block;
padding:10px 20px 10px 35px;
font-weight:600;
font-size:14px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:130px;
background:#578e2f;
text-align:center;
border-radius:18px;
position:relative;
}

.section-page-blog-one-bottom-a::before{
content:'';
position:absolute;
top:15px;
left:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-left:3px solid #fff;
transform:rotate(-45deg); 
-webkit-transform:rotate(-45deg); 
-ms-transform:rotate(-45deg);
} 

.section-page-blog-one-bottom-a:hover{
background:#9aa829;
}

.section-page-blog-one-bottom-b{
display:block;
padding:10px 35px 10px 20px;
font-weight:600;
font-size:14px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:130px;
background:#578e2f;
text-align:center;
border-radius:18px;
position:relative;
}

.section-page-blog-one-bottom-b::before{
content:'';
position:absolute;
top:15px;
right:16px;
width:8px;
height:8px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg); 
-ms-transform:rotate(45deg);
} 

.section-page-blog-one-bottom-b:hover{
background:#9aa829;
}

/*GALERAIA*/

.section-page-gallery{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -1px;
}

.section-page-gallery-item{
width:calc(25% - 2px);
margin:1px;
}


.section-page-gallery-item-img{
width:100%;
height:240px;
position:relative;
overflow:hidden;
cursor:pointer;
}

.section-page-gallery-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg)scale(1,1); 
-webkit-transform:rotate(0deg)scale(1,1); 
-ms-transform:rotate(0deg)scale(1,1);
-o-transform:rotate(0deg)scale(1,1);
}


.section-page-gallery-item-img:hover .section-page-gallery-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(2deg)scale(1.2,1.2); 
-webkit-transform:rotate(2deg)scale(1.2,1.2); 
-ms-transform:rotate(2deg)scale(1.2,1.2);
-o-transform:rotate(2deg)scale(1.2,1.2);
}

.section-page-gallery-item-img-ob img{
width:102%;
height:102%;
object-position:center center;
object-fit:cover;
}


/*GALERIA SKRYPT*/


.okno-realizacje{
position: fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:9999999;
display:none;
}

.okno-realizacje-zaw{
position:absolute;
top:50px;
left:120px;
width:calc(100% - 240px);
height:calc(100% - 100px);
text-align:center;    
}


.okno-realizacje-zaw img{
width:100%;
height:100%;
object-fit:contain;
object-position:center;
}

.okno-realizacje-load{
position: absolute;
left:50%;
top:50%;
margin-left:-25px;
margin-top:-25px;
border: 2px solid #fff;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin_gal 2s linear infinite;
display:none;
}

@keyframes spin_gal {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.okno-realizacje-zam{
position: absolute;
top:10px;
right:10px;
width:40px;
height:40px;
cursor:pointer;
background:#fff url('../images/zam.png') no-repeat center center;
border-radius:50%;
}

.okno-realizacje-lewo{
position:absolute;
top:50%;
left:10px;
width:40px;
height:40px;
background:#fff url('../images/arrow-left2.png') no-repeat center center;
background-size:20px 20px;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
border-radius:50%;
}

.okno-realizacje-prawo{
position:absolute;
top:50%;
right:10px;
width:40px;
height:40px;
background:#fff url('../images/arrow-right2.png') no-repeat center center;
background-size:20px 20px;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
border-radius:50%;
}

/*KARIERA*/

.section-page-career-content{
padding:0px 40px;
}

.section-page-career-content-top{
width:100%;
max-width:800px;
margin:0px auto;
}

.section-page-career-content-block{
padding:40px;
background:#578e2f;
display:block;
margin-bottom:20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-page-career-content-block:hover{
background:#9aa829;
}

.section-page-career-content-block-top{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;	
}

.section-page-career-content-block-top-icon{
width:40px;
height:40px;
-webkit-mask: url("../images/user-regular-full.svg") no-repeat center;
mask:url("../images/user-regular-full.svg") no-repeat center;
-webkit-mask-size:contain;
mask-size:contain;
background-color:#fff;
}

.section-page-career-content-block-top .section-page-recipes-list-header{
width:calc(100% - 60px);
margin-bottom:0px;
}

.section-page-career-one{
padding:90px 40px;
}

.section-page-career-one-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-page-career-one-block-left{
width: calc(60% - 20px);
}

.section-page-career-one-block-right{
width: calc(40% - 20px);
position:sticky;
top:100px;		
}

.section-page-career-one-block-left .section-page-recipes-list-header{
color:#000;
margin-bottom:40px;	
}

.section-page-career-header-sm{
font-size:20px;
line-height:normal;
font-weight:500;
color:#000;
position:relative;
font-family: "Merriweather", serif;
margin-bottom:15px;	
}

.section-page-career-one-block-left ul{
margin-bottom:30px;
}

.section-page-career-one-block-left ul li{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
margin-left:15px;
}

.section-page-career-one-block-right-block{
padding:40px;
background: #578e2f;
}

.section-page-career-one-block-right-block.page-text-one p{
color:#fff;
}


/*FORMULARZE*/

.page-form-input label{
color:#fff;
font-size:15px;
font-weight:700;
margin-bottom:10px;
display:block;
}

.page-form-input input{
width:calc(100% - 30px);
border:0px;
padding:10px 15px;
margin:0px;
font-size:15px;
font-weight:400;
color:#000;
box-shadow:inset 0 4px 10px rgba(0,0,0,.40);
outline:none;
margin-bottom:10px;
display:block;
background:#fff;
}

.page-form-input textarea{
width:calc(100% - 30px);
height:150px;
border:0px;
padding:10px 15px;
margin:0px;
font-size:15px;
font-weight:400;
color:#000;
box-shadow:inset 0 4px 10px rgba(0,0,0,.40);
outline:none;
margin-bottom:10px;
display:block;
background:#fff;
}


.page-form-input-check{
padding:0px 0px 0px 0px;  
}

.page-form-input-check input{
display: none;
}

.page-form-input-check label{
position:relative;
padding-left:30px;
display:block;
font-weight:400;
font-size:11px;
margin:0px;
color:#fff;
line-height:17px;
text-align:left;

}

.page-form-input-check label a, .page-form-input-check label a:hover{
font-weight:400;
font-size:11px;
color:#fff;
line-height:17px;
text-decoration:none;
}


.page-form-input-check label::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
border:1px solid #fff;
background:transparent;
border-radius:50%;
border:1px solid #fff;   
}

.page-form-input-check label::after{
content:'';
position:absolute;
top:0px;
left:0px;
}

.page-form-input-check input[type="checkbox"]:checked + label::after{
content:'';
position:absolute;
top:5px;
left:5px;
width:12px;
height:12px;
background:#fff;
border-radius:50%;
}

.page-form-input-button{
padding-top:20px;
}

.page-form-input-button-send{
display:inline-block;
padding:12px 34px;
font-weight:600;
font-size:14px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-align:center;
border-radius:18px;
border:2px solid #fff;
background:transparent;	
cursor:pointer;
}

.page-form-input-button-send:hover{
background:#fff;
color:#578e2f;
}


/*PAGINACJA*/

.section-page-pagination{
padding:60px 0px;
}

.section-page-pagination .nav-links{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}

.section-page-pagination a{
display:block;
width:40px;
height:40px;
background:#578e2f;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:50%;
}

.section-page-pagination span{
display:block;
width:40px;
height:40px;
background:#578e2f;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:50%;
}

.section-page-pagination a:hover, .section-page-pagination .current{
background:#000;
}



/*STOPKA*/

.footer-page{
padding:90px 0px 0px 0px;
}

.footer-page-bg{
background:#578e2f;
}

.footer-page-bg-content{
padding:90px 40px;
}

.footer-page-bg-content-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;

}

.footer-page-bg-content-block-item{

}

.footer-page-header{
font-size:20px;
line-height:normal;
font-weight:700;
color:#fff;
font-family: "Merriweather", serif;
margin-bottom:40px;	
}

.footer-page-bg-content-block-item ul{
margin:0px;
padding:0px;
display:block;
}

.footer-page-bg-content-block-item ul li{
margin:0px;
padding:0px;
display:block;
list-style-type:none;
}

.footer-page-bg-content-block-item ul li a{
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
}

.footer-page-bg-content-block-item ul li a:hover{
opacity:0.5;
}

.footer-page-bg-content-block-item p{
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
padding-bottom:20px;
}

.footer-page-bg-content-block-item p a{
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
}

.footer-page-bg-content-block-item p a:hover{
opacity:0.5;
}

.footer-page-bg-content-down{
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
padding-top:50px;
}

/*SCIEŻKA POWROTU*/

.breadcrumbs ul{
margin:0px;
padding:0px;
}

.breadcrumbs ul li{
margin:0px;
padding:0px;
list-style-type:none;
display:inline-block;
vertical-align:middle;
}

.breadcrumbs ul li a{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
position:relative;
padding-right:40px;
}

.breadcrumbs ul li a::after{
content:'';
position:absolute;
top:7px;
right:16px;
width:6px;
height:6px;
font-size:0px;
border:0px;
margin:0px;
padding:0px;
border-top:2px solid #578e2f;
border-right:2px solid #578e2f;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg); 
-ms-transform:rotate(45deg); 
}

.breadcrumbs ul li span{
color:#444343;
font-size:15px;
font-weight:700;
line-height:28px;
}

/*FORMULARZ ALERT*/

.window-form-alert{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:999999999999;
display:none;
}

.window-form-alert-box{
position:absolute;
top:20px;
left:20px;
width:calc(100% - 40px);
height:calc(100% - 40px);
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
}

.window-form-alert-box-content{
width:calc(100% - 80px);
max-width:600px;
padding:40px;
background:#fff;
}

.window-form-alert-box-content-loader{
border:2px solid #578e2f;
border-top:2px solid transparent; 
border-radius: 50%;
width:30px;
height:30px;
animation: spin_gal 2s linear infinite;
margin:0px auto 20px auto;
}

.window-form-alert-box-content-text{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
text-align:center;
padding:0px 0px 40px 0px;
}

.window-form-alert-box-content-button{
text-align:center;
}

.alert-loader{
display:none;
}

.section-page{
padding:90px 40px;	
}

.section-page .page-text-one ul,
.section-page .page-text-one ol{
padding:0px;
margin:0px 0px 30px 0px;
}

.section-page .page-text-one ul li,
.section-page .page-text-one ol li{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
margin-left:15px;
}

.section-page .page-text-one h1,
.section-page .page-text-one h2,
.section-page .page-text-one h3,
.section-page .page-text-one h4{
color:#444343;
font-size:15px;
font-weight:700;
line-height:28px;
margin-bottom:30px;
}


.section-page .page-text-one p a, .section-page .page-text-one p a:hover{
color:#444343;
text-decoration:underline;
}

.page-text-one p .aligncenter{
display:block;
margin:0px auto;
}


.section-page-blog-one .page-text-one ul,
.section-page-blog-one .page-text-one ol{
padding:0px;
margin:0px 0px 30px 0px;
}

.section-page-blog-one .page-text-one ul li,
.section-page-blog-one .page-text-one ol li{
color:#444343;
font-size:15px;
font-weight:400;
line-height:28px;
margin-left:15px;
}


.section-page-blog-one .page-text-one h1,
.section-page-blog-one .page-text-one h2,
.section-page-blog-one .page-text-one h3,
.section-page-blog-one .page-text-one h4{
color:#444343;
font-size:15px;
font-weight:700;
line-height:28px;
margin-bottom:30px;
}

.section-page-blog-one .page-text-one p a, .section-page-blog-one .page-text-one p a:hover{
color:#444343;
text-decoration:underline;
}





.section-page-recipes-list p{
padding-bottom:19px;
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
}

.section-page-recipes-list p,
.section-page-recipes-list-two p{
padding-bottom:19px;
color:#fff;
font-size:15px;
font-weight:400;
line-height:28px;
}



.section-page-recipes-block{
align-items:stretch;
}


.section-home-recipes-block-slider-item{
position:relative;
}


.section-home-recipes-block-slider-item a{
display:block;
padding-bottom:55px;
}

.section-home-recipes-block-button{
position:absolute;
bottom:0px;
left:0px;
}

.section-page-blog-content-block-item{
position: relative;
padding-bottom:100px;
}

.section-page-blog-content-block-item .section-home-recipes-block-button{
bottom:50px;
left:40px;
}

.section-tab-content-a > div{
cursor:pointer;
}


.section-tab-content-b-item img{
cursor:pointer;	
}

.section-tab-content-b-item-button{
text-align:center;
}


.page-line-contact{
margin:0px 0px 50px 0px;
height:1px;
background:#000;
}

.section-etaps-content-button{
text-align:center;
padding-top:0px;
}

.section-download{
padding-top:60px;
}

.section-download-block{
padding:20px;
background:#578e2f;
display:block;
margin-bottom:20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-download-block:hover{
background:#9aa829;
}

.section-download-block-top{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;	
}

.section-download-block-top-icon{
width:40px;
height:40px;
-webkit-mask: url("../images/cert.svg") no-repeat center;
mask:url("../images/cert.svg") no-repeat center;
-webkit-mask-size:contain;
mask-size:contain;
background-color:#fff;
}

.section-download-block-top-text{
width:calc(100% - 60px);
margin-bottom:0px;
font-size:24px;
line-height:normal;
font-weight:500;
color: #fff;
font-family: "Merriweather", serif;
}