/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin-ext'); */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&subset=latin-ext'); */

body {
	font-family: Lato, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
	color: #006453 !important;
}

img {
	max-width: 100%;
	height: auto;
}

/* loader */
#loader-wrapper {
	background: #006452;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

#loader-wrapper .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loader-wrapper .rotation {
	animation: rotating infinite 1s;
}

.loader-square {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 2px;
	position: relative;
	float: left;
	transform: scale(0.8);
}

.loader-square:nth-child(1) {
	animation: scaling 1s infinite;
	animation-delay: 0s;
	border-radius: 3px 5px;
}

.loader-square:nth-child(2) {
	animation: scaling 1s infinite;
	animation-delay: 0.25s;
	border-radius: 5px 3px;
}

.loader-square:nth-child(4) {
	animation: scaling 1s infinite;
	animation-delay: 0.5s;
	border-radius: 5px 3px;
}

.loader-square:nth-child(5) {
	animation: scaling 1s infinite;
	animation-delay: 0.75s;
	border-radius: 3px 5px;
}

@keyframes scaling {
	0% {
		transform: scale(0.8);
	}

	25% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}
}

@keyframes rotating {
	0% {
		transform: rotateZ(0deg);
	}

	50% {
		transform: rotateZ(45deg);
	}

	100% {
		transform: rotateZ(0deg);
	}

}

/* /loader */

nav {
	padding: 0px;
	padding-bottom: 10px;
	background: #fff;
	position: relative;
	height: 56px;
	overflow-y: visible;
}

nav:after {
	content: url(/_img/_templates/biale_na_zdjecie_gora.png);
	display: block;
	position: absolute;
	z-index: 9;
	bottom: -17px;
	width: 100%;
	left: 0;
}

nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 56px;
	background: #fff;
	z-index: 1009;
	box-shadow: 5px 0 30px #ccc;
	padding-top: 20px;
	height: 76px;
	font-size: 16px;
}

#burger {
	background: #fff;
	width: 50px;
	display: inline-block;
	left: 10px;
	position: relative;
	top: -2px;
}

#burger span {
	width: 45px;
	display: block;
	margin: 8px 0;
	background: #016452;
	height: 4px;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: all .4s;
}

#burger span:nth-child(2) {
	width: 30px;
}

#burger.open span:nth-child(1) {
	transform: rotateZ(45deg);
	transition: all 0.4s;
	top: 13px;
}

#burger.open span:nth-child(2) {
	transition: all 0.2s !important;
	width: 0px;
}

#burger.open span:nth-child(3) {
	transform: rotateZ(-45deg);
	transition: all 0.4s;
	top: -11px;
	width: 45px;
}

#burger span:last-child {
	width: 40px;
}

#icons {
	position: absolute;
	right: 10px;
	top: 0px;
	transition: all .4s;
	height: 56px;
	z-index: 10000;
}

nav.fixed #icons {
	top: 15px;
	right: 20px;
	height: 50px;
	line-height: 50px;
}

#icons a {
	margin: 0 10px;
}

nav .main-content {
	z-index: 999;
	background: #016452;
	width: 60%;
	top: 76px;
	position: fixed;
	left: 0;
	height: 100%;
	padding: 40px 0;
	transform: translateX(-100%);
	transition: all .4s;
}

nav .main-content.active {
	transform: translateX(0%);
}

nav ul {
	display: block;
	list-style-type: none;
	width: 100%;
	position: relative;
	margin: 0;
	transition: all .3s;
}

nav ul.left-menu {
	left: 0;
	float: left;
	padding-left: 20px;
}

nav ul.right-menu {
	right: 0;
	float: right;
	padding-left: 20px;
}

nav ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff !important;
}

nav.fixed ul li a {
	font-size: 16px !important;
}

nav .logo {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 80px;
}

nav .logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 100%;
	z-index: 3;
	position: relative;
	height: auto;
}

nav.fixed .logo a:nth-child(1) {
	display: none;
}

nav.fixed .logo a:nth-child(2) {
	display: block;
}

nav .logo a:nth-child(2) {
	display: none;
}

nav.fixed .logo {
	max-height: 50px;
	width: auto;
	top: 25px;
}

nav.fixed .logo img {
	max-height: 50px;
}

nav.fixed .logo:after {
	display: none;
}

.transparent-layer {
	position: fixed;
	top: 76px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 888;
	display: none;
}

header {
	background-size: cover;
	min-height: 590px;
	position: relative;
	overflow: hidden;
}

header:after {
	content: url(/_img/_templates/biale_na_zdjecie_dol.png);
	display: block;
	position: absolute;
	bottom: -28px;
	width: 100%;
	left: 0;
}

header #slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

header img {
	height: 590px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

#slideshow>div {
	position: absolute;
	width: 100%;
	height: 100%;
}

#slideshow>div .obrys {
	animation: fadingOut 1.5s forwards;
	z-index: 9;
	opacity: 1;
}

@keyframes fadingOut {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.title {
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	animation: scaling 0.4s forwards;
	animation-delay: 0.4s;
	transform: scale(0.1);
	z-index: 10;
}

@keyframes scaling {
	0% {
		transform: scale(0.1);
	}

	100% {
		transform: scale(1);
	}
}

.title h1 {
	margin: 0;
	bottom: 0;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	text-shadow: 4px 4px 2px rgba(100, 100, 100, 1);
}

.title h1 span {
	font-size: 60px;
}

section {
	padding-top: 100px;
}

section h2 {
	color: #006453;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-bottom: 30px;
}

/* DLACZRGO */

#about {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}

#about h2 {
	color: #006453;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 60px;
	transition: all .4s;
}

#about .invisible {
	transform: scale(0);
	transition: all .4s;
}

#about h2 b {
	text-transform: uppercase;
}

#about h2 img {
	transition: all .4s;
	display: inline-block;
}

#about ul {
	list-style-type: none;
	font-size: 18px;
}

#about ul li {
	margin: 5px 0;
	position: relative;
	transition: all .4s;
}

#about ul li.slided-left {
	transform: translateX(-200%);
	transition: all .4s;
}

#about li:before {
	content: url(/_img/_templates/dlaczego_wypunktowanie.png);
	position: absolute;
	left: -40px;
	top: 8px;
	width: 28px;
	height: 22px;
}

#about img {
	max-width: 100%;
	display: block;
	height: auto;
}

#about .images {
	position: relative;
	padding-bottom: 30px;
}

#about .dlaczego-background {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
	transition: all .4s;
}

#about .dlaczego-background.slided-right {
	transform: translateX(200%);
	transition: all .4s;
}

#about .basket {
	transition: all .6s;
}

#about .basket.slided-right {
	transform: translateX(200%);
	transition: all .6s;
}

/* BISTRO */

#bistro {
	color: #fff;
	position: relative;
}

#bistro h1 {
	color: #fff;
	text-align: right;
	font-size: 64px;
}

#bistro h1 b {
	margin-top: 10px;
	display: inline-block;
	font-size: 64px;
	font-weight: 900;
}

#bistro .vertical-center {
	transform: translateY(-100%);
}

.wrapper-bistro {
	background: #006452;
	color: #fff;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#bistro .col-md-6 {
	padding: 0;
	overflow: hidden;
	height: 740px;
}

.fb-link {
	display: block;
	margin: 20px 15px 15px;
}

#bistro span {
	position: absolute;
	animation: listki_bistro 0.8s forwards linear;
	display: none;
	transform: scale(0.1) scaleX(-1);
	display: block;
}

#bistro .l1 {
	top: 0;
	right: 190px;
	animation-delay: 0.2s;
}

#bistro .l2 {
	top: 0;
	right: 1%;
	animation-delay: 0.3s;
}

#bistro .l3 {
	top: 26%;
	right: 1%;
	animation-delay: 0.5s;
}

#bistro .l4 {
	top: 40%;
	right: 0px;
	animation-delay: 0.2s;
}

#bistro .l5 {
	top: 51%;
	right: 13%;
	animation-delay: 0.3s;
}

#bistro .l6 {
	right: 3%;
	top: 56%;
	animation-delay: 0.5s;
}

#bistro .l7 {
	top: 59%;
	right: 15%;
	animation-delay: 0.2s;
}

#bistro .l8 {
	right: 0;
	bottom: 0;
	animation-delay: 0.3s;
}

#bistro .l9 {
	right: 220px;
	bottom: 22%;
	animation-delay: 0.5s;
}

#bistro .l10 {
	right: 30%;
	bottom: -80px;
	animation-delay: 0.5s;
}

#bistro .l11 {
	right: 40%;
	bottom: 0;
	animation-delay: 0.3s;
}

#bistro .l12 {
	bottom: 30%;
	left: -8%;
	animation-delay: 0.2s;
	z-index: 999;
}

/* OPINIE */
.wrapper-opinions {
	padding: 0px 0 100px 0;
	position: relative;
	overflow: hidden;
}

#opinions {
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

#opinions h2 {
	transition: all .4s;
}

#opinions .container {
	padding: 50px 0;
}

#opinions .col-md-4 {
	transition: all .4s;
}

#opinions .opinion {
	font-size: 17px;
	font-style: italic;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
}

#opinions .first.slided-left {
	transform: translateX(-300%);
	transition: all .4s;
}

#opinions .second.slided-left {
	transform: translateX(-200%);
	transition: all .4s;
}

#opinions .third.slided-left {
	transform: translateX(-100%);
	transition: all .4s;
}

#opinions span {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.wrapper-opinions .op-leaf-1 {
	position: absolute;
	top: 15px;
	right: 0;
	transition: all .4s;
	z-index: 0;
}

.wrapper-opinions .op-leaf-2 {
	position: absolute;
	bottom: 10px;
	left: 0;
	transition: all .4s;
	z-index: 0;
}

.wrapper-opinions .op-leaf-1 img,
.wrapper-opinions .op-leaf-2 img {
	display: block;
}

.wrapper-bistro:before {
	content: url(/_img/_templates/biale_na_zdjecie_gora.png);
	display: block;
	position: absolute;
	z-index: 9;
	top: -22px;
	width: 100%;
	left: 0;
}

.wrapper-bistro:after {
	content: url(/_img/_templates/biale_na_zdjecie_dol.png);
	display: block;
	position: absolute;
	bottom: -28px;
	width: 100%;
	left: 0;
}

.wrapper-opinions .invisible {
	transform: scale(0);
	transition: all .4s;
}


/* SLIDER */

#opinions h2:before,
#products-anchor h2:before,
#recipes-anchor h2:before,
#suppliers h2:before,
#contact h2:before {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}

#opinions h2:before {
	content: url(/_img/_templates/opinie_naglowek.png);
	width: 69px;
	height: 34px;
}

#products-anchor h2:before {
	content: url(/_img/_templates/naglowek1.png);
	width: 90px;
	height: 41px;
}

#recipes-anchor h2:before {
	content: url(/_img/_templates/naglowek2.png);
	width: 49px;
	height: 41px;
}

#suppliers h2:before {
	content: url(/_img/_templates/naglowek3.png);
	width: 70px;
	height: 59px;
}

#contact h2:before {
	content: url(/_img/_templates/naglowek4.png);
	width: 84px;
	height: 55px;
}

.slider-box {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.swiper-container,
.swiper-container-2,
.swiper-container-0 {
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-2,
.swiper-button-prev-2,
.swiper-button-next-0,
.swiper-button-prev-0 {
	bottom: 200px;
	top: auto;
	width: 30px;
	height: 95px;
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-next-2,
.swiper-button-next-0 {
	background-image: url(/_img/_templates/strzalka_prawa.png) !important;
	right: -15%;
}

.swiper-button-prev,
.swiper-button-prev-2,
.swiper-button-prev-0 {
	background-image: url(/_img/_templates/strzalka_lewa.png) !important;
	left: -15%;
}

.caption {
	font-style: italic;
	position: relative;
	z-index: 10;
	margin-top: 30px;
}

.caption h3 {
	font-weight: 900;
	color: #006453;
	margin: 0;
}

#products-slider .item .col-sm-4 {
	text-align: center;
}

#products-slider .product-background {
	position: relative;
	/*absolute;*/
	z-index: -1;
	top: 0;
	left: 50%;
	object-fit: cover;
	width: 100%;
	max-width: max-content;
	max-width: -moz-max-content;
	transform: translateX(-50%);
}

#products-slider .image_frame {
	position: relative;
}

#products-slider .div-product-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 35px;
}

img.product-image {
	max-width: 100%;
	position: relative;
	z-index: 9;
}

#products-slider .caption small {
	font-weight: 900;
	color: #7fb1a9;
	font-size: 14px;
}

#products-slider .caption .price {
	color: #006453;
	font-weight: 900;
	font-size: 16px;
}

#categories .container,
#about .container,
#categories .row,
#about .row,
#opinions .container,
#opinions .row {
	width: 100%;
	margin: 0;
	padding: 0;
}

#categories .col-sm-6 {
	padding: 0;
	position: relative;
	overflow: hidden;
}

#categories .col-sm-6:hover .category-background {
	transition: all .4s !important;
	opacity: 0;
}

#categories h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0 0 25px #000;
	margin: 0;
}

#categories h3 a {
	color: #fff !important;
	padding: 20px 0;
	display: block;
	font-weight: 900;
	font-size: 36px !important;
}

#categories .category-background {
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: all .6s;
	height: 100%;
	width: 100%;
}

#categories .category-background-on {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .6s;
	height: 100%;
	z-index: -1;
	width: 100%;
}

/* PRZEPISY */

#recipes-slider .item .col-sm-4 {
	padding: 5px;
}

.swiper-container-2 {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-button-prev-2,
.swiper-button-next-2,
.swiper-button-next-0 {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.recipe-wrapper {
	text-align: center;
	border: 1px solid #ccc;
	padding-top: 5px;
	color: #016452;
	overflow: hidden;
	transition: all .4s;
	height: 100%;
}

.recipe-wrapper>a {
	display: block;
}

#recipes-slider .top-title {
	text-transform: uppercase;
	font-size: 20px;
	margin: 10px 0;
}

#recipes-slider .product-image {
	bottom: 0;
}

#recipes-slider .caption {
	padding: 20px 0;
	margin: 0;
}

#recipes-slider .caption h3 {
	font-size: 30px;
}

#recipes-slider .caption h3 span {
	font-size: 24px;
}

#recipes-slider .button {
	color: #fff !important;
	background: #009a5e;
	padding: 5px 30px;
	border-radius: 10px;
	display: inline-block;
	margin: 20px auto 10px auto;
	width: auto;
	text-transform: uppercase;
	transition: all .3s;
}

#recipes-slider .button:hover {
	background: #006452;
	transition: all .3s;
}

/* ODWIEDĂ…Âą SKLEP */

#visit-shop {
	min-height: 750px;
	color: #fff;
	position: relative;
	padding-top: 0;
	margin: 100px 0 50px 0;
	background: url(/_img/_templates/biale_na_zdjecie_dol.png),
		url(/_img/_templates/biale_na_zdjecie_gora.png);
	background-repeat: no-repeat;
	background-position: 0 -18px, 0 730px;
}

#visit-shop .container,
#visit-shop .row,
#suppliers .container,
#suppliers .row,
#bistro .container,
#bistro .row {
	margin: 0;
	width: 100%;
	padding: 0;
}

#visit-shop .col-md-6 {
	padding: 0;
	overflow: hidden;
	height: 750px;
	z-index: -1;
}


.green-background {
	height: 100%;
	position: relative;
	color: #fff;
	background: #009a5e;
	min-height: 350px;
}

.green-background span {
	position: absolute;
	animation: listki 0.8s forwards linear;
	display: none;
	transform: scale(0.1);
}

.green-background .polka {
	right: -70px;
	top: 33%;
	display: none !important;
}

.green-background .l1 {
	top: 0;
	left: 190px;
	animation-delay: 0.2s;
}

.green-background .l2 {
	top: 0;
	left: 1%;
	animation-delay: 0.3s;
}

.green-background .l3 {
	top: 26%;
	left: 1%;
	animation-delay: 0.5s;
}

.green-background .l4 {
	top: 40%;
	left: 0px;
	animation-delay: 0.2s;
}

.green-background .l5 {
	top: 51%;
	left: 13%;
	animation-delay: 0.3s;
}

.green-background .l6 {
	left: 3%;
	top: 56%;
	animation-delay: 0.5s;
}

.green-background .l7 {
	top: 59%;
	left: 15%;
	animation-delay: 0.2s;
}

.green-background .l8 {
	left: 0;
	bottom: 0;
	animation-delay: 0.3s;
}

.green-background .l9 {
	left: 220px;
	bottom: 22%;
	animation-delay: 0.5s;
}

.green-background .l10 {
	left: 30%;
	bottom: -80px;
	animation-delay: 0.5s;
}

.green-background .l11 {
	left: 40%;
	bottom: 0;
	animation-delay: 0.3s;
}

.green-background .l12 {
	bottom: -30px;
	left: 63%;
	animation-delay: 0.2s;
}

.green-background .p1 {
	right: 66px;
	top: 43%;
	animation-delay: 0.2s;
}

.green-background .p2 {
	top: 35%;
	right: -5px;
	animation-delay: 0.4s;
}

.green-background .p3 {
	top: 48%;
	right: 0;
	animation-delay: 0.6s;
}


.green-background .l9,
.green-background .l10,
.green-background .l11,
#bistro .l9,
#bistro .l10,
#bistro .l11,
#bistro .l3,
#bistro .l5,
#bistro .l6,
#bistro .l7 {
	display: none !important;
}

@keyframes listki {
	0% {
		transform: scale(0.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes listki_bistro {
	0% {
		transform: scale(0.1) scaleX(-1);
	}

	100% {
		transform: scale(1) scaleX(-1);
	}
}

.green-background a {
	color: #fff !important;
}

.vertical-center {
	top: 50%;
	transform: translateY(-30%);
	position: absolute;
	text-align: left;
	padding-right: 40px;
	padding-left: 10px;
	right: 0;
}

#visit-shop h1,
#bistro h1 {
	font-size: 60px;
	line-height: 0.9;
}

#visit-shop h1 b,
#bistro h1 b {
	font-size: 80px;
	font-weight: 900;
}

#suppliers {
	margin-bottom: 50px;
}

#suppliers .container {
	margin-top: 50px;
}

#suppliers h2,
#contact h2 {
	margin-bottom: 30px;
}

#suppliers img {
	max-width: 100%;
	height: auto;
}

#contact h2:after {
	content: url(/_img/_templates/biale_na_zdjecie_gora.png);
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: visible;
	bottom: -45px;
}

footer {
	background-color: #006452;
	color: #fff;
	padding: 80px 20px 100px 20px;
	position: relative;
	top: -6px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	height: auto;
	background-image: url(/_img/_templates/tlo_stopka_lewa.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
}

footer:after {
	content: url(/_img/_templates/biale_na_zdjecie_gora.png);
	position: absolute;
	bottom: -22px;
	width: 100%;
	left: 0;
}

footer .col-sm-3,
footer .col-sm-2,
footer .col-sm-1 {
	padding: 0;
}

footer ul {
	list-style-type: none;
	padding-left: 10px;
}

footer a {
	color: #fff !important;
}

footer .my_header {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}

footer p {
	margin: 0;
	font-size: 18px;
}

footer ul li a {
	text-transform: uppercase;
	font-size: 16px;
}

footer .social-media li {
	margin: 20px 0;
}

@media(min-width: 630px) {
	.title h1 {
		font-size: 60px;
	}

	.title h1 span {
		font-size: 100px;
	}
}

@media(min-width: 768px) {
	#categories h3 {
		font-size: 36px;
	}

	.swiper-button-next,
	.swiper-button-prev,
	.swiper-button-next-2,
	.swiper-button-prev-2 {
		width: 40px;
	}

	.swiper-button-next,
	.swiper-button-next-2 {
		background-image: url(/_img/_templates/strzalka_prawa.png) !important;
		right: -10%;
	}

	.swiper-button-prev,
	.swiper-button-prev-2 {
		background-image: url(/_img/_templates/strzalka_lewa.png) !important;
		left: -10%;
	}

	footer {
		background-image: url(/_img/_templates/tlo_stopka_lewa.png), url(/_img/_templates/tlo_stopka_prawa.png);
		background-position: left, right;
		background-repeat: no-repeat;
		background-size: 25%;
	}
}

@media(min-width: 768px) and (max-height: 991px) {
	.recipe-wrapper {
		min-height: 455px;
	}
}

@media(max-width: 991px) {
	#bistro .vertical-center {
		padding-right: 100px;
	}

	#bistro .col-md-6 {
		height: 550px;
	}

	#bistro .col-md-6:first-of-type,
	#visit-shop .col-md-6:last-of-type {
		height: auto;
	}

	.full-img {
		width: 100%;
	}
}

@media(max-width: 600px) {
	#bistro .vertical-center {
		padding-right: 20px;
		max-width: 100%;
		padding-left: 20px;
		transform: translateY(-60%);
	}

	#bistro h1,
	#bistro h1 b {
		font-size: 50px;
	}
}

@media(min-width: 992px) {

	#burger,
	.transparent-layer {
		display: none !important;
	}

	nav {
		margin-top: 120px;
		height: auto;
	}

	#icons {
		right: 15%;
		top: -60px;
	}

	nav.fixed #icons {
		top: 0;
	}

	nav .main-content {
		position: relative;
		width: 100%;
		top: 0;
		background: transparent;
		padding: 0;
		transform: translateX(0%);
	}

	nav.fixed .main-content {
		width: 85%;
		left: 15%;
	}

	nav ul {
		display: inline-block;
		width: Calc((100% - 280px) /2);
	}

	nav ul.left-menu {
		left: 0;
		float: left;
		text-align: right;
		padding-right: 20px;
		padding-left: 0px;
	}

	nav.fixed ul.left-menu {
		text-align: left;
	}

	nav ul.right-menu {
		right: 0;
		float: right;
		text-align: left;
		padding-left: 20px;
	}

	nav.fixed ul.right-menu {
		float: left;
	}

	nav ul li {
		display: inline-block;
	}

	nav ul li a {
		font-size: 16px;
		padding: 10px;
		color: #016452 !important;
	}

	nav .logo {
		width: 200px;
		top: -50px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
		height: auto;
	}

	nav .logo:after {
		content: "";
		background: #fff;
		width: 174px;
		height: 175px;
		display: block;
		border-radius: 100%;
		position: absolute;
		top: -14px;
		left: 13px;
		z-index: 1;
	}

	nav .logo img {
		max-width: 200px;
	}

	nav.fixed .inner {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	nav.fixed .logo {
		left: 0;
		transform: translateX(0);
		width: 15%;
		top: 15px;
	}

	nav ul {
		width: Calc((100% - 200px) /2);
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	nav.fixed ul {
		width: auto;
		top: 4px;
	}

	#products-slider,
	#recipes-slider {
		margin: 70px 0 50px 0;
	}

	#products-slider .swiper-slide {
		border-right: 1px solid #ccc;
		margin-left: 1px;
	}

	header {
		min-height: 730px;
	}

	header img {
		height: 730px;
	}

	.swiper-button-next,
	.swiper-button-prev,
	.swiper-button-next-2,
	.swiper-button-prev-2 {
		width: 58px;
	}

	#visit-shop h1 {
		font-size: 72px;
	}

	#visit-shop h1 b {
		font-size: 90px;
		font-weight: 900;
	}

	.green-background {
		min-height: 750px;
	}

	.green-background .polka {
		display: block !important;
	}
}

@media(min-width: 1250px) {
	nav ul {
		width: Calc((100% - 280px) /2);
	}

	nav ul li a {
		font-size: 18px;
		padding: 10px 20px;
	}

	nav.fixed .inner {
		width: 90%;
	}

	nav .logo {
		width: 280px;
		top: -80px;
	}

	nav .logo:after {
		width: 224px;
		height: 224px;
		left: 28px;
		top: -10px;
	}

	nav .logo img {
		max-width: 260px;
	}

	nav ul.right-menu {
		padding-left: 20px;
	}

	nav ul.left-menu {
		padding-right: 20px;
	}

	.vertical-center {
		padding-right: 80px;
	}

	.green-background .l9,
	.green-background .l10,
	.green-background .l11,
	#bistro .l9,
	#bistro .l10,
	#bistro .l11,
	#bistro .l5,
	#bistro .l6,
	#bistro .l7 {
		display: block !important;
	}

	#bistro .vertical-center {
		padding-right: 150px;
	}

}

@media(min-width: 1350px) {
	#recipes-slider .top-title {
		font-size: 23px;
	}
}



/*** NOWE ***/

#slider_0 {
	overflow: hidden
}

#slider_0 .swiper-container-0 {
	width: 100%;
	height: 100%;

	padding-bottom: 20px;
}

#slider_0 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	min-height: 150px;
}

#slider_0 .swiper-logo {
	max-width: 100%;
}


header.my_page {
	min-height: 300px;
}

header.my_page img {
	height: 300px;
}

.page_header_block {
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #006452;
	min-height: 300px;
	max-height: 300px;
	overflow: hidden;
}

.page_header_block::after {
	content: url(/_img/_templates/biale_na_zdjecie_dol.png);
	display: block;
	position: absolute;
	bottom: -28px;
	width: 100%;
	left: 0;
}

.page_header_block .my_title_block {
	display: none;
	padding: 20px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	background: #f6f6f6;
	color: #006452;
	z-index: 10;
	animation: scale 0.4s;
}

#products-slider .product-slider-frame {
	padding-right: 20px;
}

#products-slider .image_frame {}

.recipe-wrapper {
	padding-top: 0px;
}

/* podstrona */

#page {
	min-height: 200px;
}

h1.page_title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}

.page_wrapper {
	margin-bottom: 100px;
	margin-top: 30px;
}

/* kafelki */
.lista_kafelki {
	display: block;
	width: 100%;
	margin: 0 5px;
}

.lista_kafelki .my_item {
	max-width: 320px;
	margin: 0 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}

.lista_kafelki .my_img {
	position: relative;
}

.lista_kafelki .my_img img {
	max-width: 100%;
}

.lista_kafelki .my_date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.lista_kafelki .my_date>span {
	display: block;
	padding: 5px;
	font-size: 14px;
}

.lista_kafelki .my_title {
	font-size: 18px;
	margin: 5px 0;
}

.lista_kafelki .my_text {
	font-size: 14px;
}

.hr_dots {
	height: 1px;
	border-bottom: 1px dotted #ededed;
	margin: 10px 0;
	clear: both;
}

.pagination_menu {
	text-align: center;
}

.pagination_menu span,
.pagination_menu a {
	display: inline-block;
	padding: 3px;
	/*border: 1px solid #c8c8c8;*/
	margin: 3px;
}

.pagination_menu a.active {
	text-decoration: underline !important;
}

/* prod tabs */

.div_title_bar_nav {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin: 20px 0;
	padding: 10px 0;
	text-align: left;
	font-size: 24px;
	color: #076686;
	text-transform: uppercase;
}

.div_title_bar_nav .title_bar {
	display: inline-block;
	padding-left: 10px;
	font-size: 24px;
	margin: 0;
}

.div_title_nav {
	float: right;
	padding: 0 20px;
}

.nav_title_bar {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_title_bar>li {
	display: inline-block;
	margin: 0 10px;
}

.div_prod_tab_list {
	margin-bottom: 20px;
}

.div_prod_tab_widok1 {
	display: block;
	clear: both;
}

.div_prod_tab_widok1>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.div_prod_tab_widok1>ul>li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #cfcfcf;
}

.box_widok1,
.box_widok2 {
	padding: 10px;
}

.box_widok0_col_l,
.box_widok1_col_l {
	display: block;
	vertical-align: top;
	text-align: center;
}

.box_widok0_col_r,
.box_widok1_col_r {
	display: inline-block;
	vertical-align: top;
}

.box_widok2_img_wrapper {
	display: block;
	vertical-align: top;
	text-align: center;
}

.box_widok0_img,
.box_widok1_img,
.box_widok2_img {
	display: inline-block;
	margin-bottom: 10px;
}

.box_widok0_img img,
.box_widok1_img img,
.box_widok2_img img {
	width: 100%;
}

.box_widok0_gallery {
	clear: both;
	margin: 0 auto;
	width: 230px;
}

.box_widok0_gallery>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box_widok0_gallery>ul>li {
	display: inline-block;
	margin: 7px;
}

.box_widok0_gallery>ul>li>a {
	border: 1px solid #D0D0D0;
	display: inline-block;
}

.box_widok0_info,
.box_widok1_info,
.box_widok2_info {
	display: block;
	vertical-align: top;
}

.box_widok0_title,
.box_widok1_title,
.box_widok2_title {
	font-size: 24px;
	color: #000000;
}

.box_widok0_title a,
.box_widok1_title a,
.box_widok2_title a {
	color: #000000;
}

.box_widok0_author,
.box_widok1_author,
.box_widok2_author {
	font-size: 16px;
	padding-bottom: 20px;
}

.box_widok0_description,
.box_widok1_description {
	padding-bottom: 20px;
}

.box_widok0_info_nav,
.box_widok1_info_nav {}

.box_widok1_info_nav>ul,
.box_widok2_info_nav>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box_widok1_info_nav>ul>li,
.box_widok2_info_nav>ul>li {
	display: inline-block;
	margin: 0 10px;
}

.box_widok1_button,
.box_widok2_button {
	display: block;
	vertical-align: top;
	text-align: center;
	padding: 30px 0 15px 0;
}

.box_widok1_price,
.box_widok2_price {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #97010d;
	font-weight: bold;
}

.box_widok1_price span,
.box_widok2_price span {
	color: #6c6c6c;
	font-weight: normal;
}

.box_widok1_price_first,
.box_widok2_price_first {
	font-size: 18px;
	text-decoration: line-through;
	color: #000000;
	font-weight: normal;
}

.box_widok1_button_nav,
.box_widok2_button_nav {
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: top;
}

.box_widok1_button_nav>ul,
.box_widok2_button_nav>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box_widok1_button_nav>ul>li,
.box_widok2_button_nav>ul>li {
	display: inline-block;
	margin: 0 10px;
}

.info_available_0 {
	display: inline-block;
	color: #fe0002;
	height: 24px;
	background: url(/assets/imgs2/ico_niedostepny.png) no-repeat left center;
	padding: 2px 20px 0 30px;
	font-size: 14px;
}

.info_available_1 {
	display: inline-block;
	color: #019a32;
	height: 24px;
	background: url(/assets/imgs2/ico_dostepny.png) no-repeat left center;
	padding: 2px 20px 0 30px;
	font-size: 14px;
}

.info_comments_0 {
	display: inline-block;
	color: #818181;
	height: 24px;
	background: url(/assets/imgs2/ico_opinie_off.png) no-repeat left center;
	padding: 2px 20px 0 30px;
	font-size: 14px;
}

.info_comments_0 a {
	color: #818181;
	font-size: 14px;
}

.info_comments_1 {
	display: inline-block;
	color: #0077bb;
	height: 24px;
	background: url(/assets/imgs2/ico_opinie_on.png) no-repeat left center;
	padding: 2px 20px 0 30px;
	font-size: 14px;
}

.info_comments_1 a {
	color: #0077bb;
	font-size: 14px;
}

.div_prod_tab_widok2 {
	display: block;
	clear: both;
}

.div_prod_tab_widok2>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.div_prod_tab_widok2>ul>li {
	display: inline-block;
	margin: 10px 0;
	width: 320px;
	text-align: left;
	vertical-align: top;
}

.box_widok2_button {
	padding: 10px 0 15px 0;
}

/* widok produktu */

.div_prod_main {
	margin-bottom: 20px;
}

.div_prod_main_wrapper {
	display: block;
}

.box_widok_main_bar {
	background: #086587;
	color: #ffffff;
	padding: 7px 10px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
}

.box_widok0 {}

.box_widok0_price {
	color: #98000d;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}

.box_widok0_price .box_widok0_price_old {
	color: #000000;
	font-size: 20px;
}

.box_widok0_price_omnibus {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.box_widok1_price_first {
	font-size: 18px;
	text-decoration: line-through;
	color: #000000;
	font-weight: normal;
	padding: 0 10px;
}

.powered_by {
	text-align: right;
	margin: -20px 15px 10px 15px;
}

.top_basket {
	position: relative;
}

.top_basket_badge {
	position: absolute;
	top: -10px;
	right: -10px;
	line-height: initial;
}

.top_basket_badge>span {
	display: block;
	background: #016452;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 10px;
	padding: 2px 4px;
	color: #fff;
}


/* lista produktow */

.div_prod_tab_widok2>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.div_prod_tab_widok2>ul>li {
	display: inline-block;
	padding: 0 10px;
	/*0 20px;*/
	width: 100%;
}

@media(min-width: 430px) {
	.div_prod_tab_widok2>ul>li {
		width: 295px;
		/*377px;*/
	}
}

.frame1 {
	width: 100%;
	text-align: center;
}

.frame1_image {
	position: relative;
}

.frame1_image>img {
	position: relative;
	z-index: -1;
	top: 0;
	left: 50%;
	object-fit: cover;
	width: 100%;
	max-width: max-content;
	max-width: -moz-max-content;
	transform: translateX(-50%);
}

.frame1_image_prod {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px;
	/*0 35px;*/
}

.frame1_image_prod>img {
	max-width: 100%;
	max-height: 160px;
	/*180px;*/
	position: relative;
	z-index: 9;
	width: auto;
}

.frame1_image_mod_000000000001 {
	background: url(/_img/_templates/prod_mod/szyszka_lisc_ziel.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	right: 10%;
	bottom: 0;
	width: 100px;
	height: 97px;
	z-index: 10;
}

.frame1_image_mod_1,
.frame1_image_mod_2,
.frame1_image_mod_3,
.frame1_image_mod_4,
.frame1_image_mod_5,
.frame1_image_mod_6,
.frame1_image_mod_7 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.frame1_image_mod_1 {
	background: url(/_img/_templates/_pictures/131.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_2 {
	background: url(/_img/_templates/_pictures/132.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_3 {
	background: url(/_img/_templates/_pictures/133.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_4 {
	background: url(/_img/_templates/_pictures/134.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_5 {
	background: url(/_img/_templates/_pictures/135.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_6 {
	background: url(/_img/_templates/_pictures/136.png) no-repeat left top;
	background-size: cover;
}

.frame1_image_mod_7 {
	background: url(/_img/_templates/_pictures/137.png) no-repeat left top;
	background-size: cover;
}

.frame1_tytul {
	font-size: 24px;
	font-weight: 900;
	color: #006453;
	margin: 0;
}

.frame1_autor {}

.frame1_cena_box {
	color: #006453;
	font-weight: 900;
	font-size: 16px;
}

/* modal */

.modal_koszyk {
	background: #fff;
	padding: 0px;
	position: relative;
	text-align: left;
	max-width: 600px;
	margin: 20px auto;
}

.modal_koszyk_top {
	font-size: 20px;
	background: #086587;
	padding: 8px 10px;
	color: #ffffff;
}

.modal_koszyk_mid {
	padding: 20px;
	clear: both;
}

.modal_koszyk_bottom {
	clear: both;
	padding: 10px 20px;
}

.modal_prod {
	display: block;
	vertical-align: top;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.modal_prod_img {
	display: inline-block;
	width: 30%;
}

.modal_prod_img>img {
	width: 100%;
}

.modal_prod_info {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 60%;
}

.modal_prod_name {
	font-size: 18px;
	margin-bottom: 15px;
}

.modal_prod_description {
	padding: 0;
}

.modal_prod_description>div {
	margin-bottom: 5px;
}

.modal_prod_description>div>span {
	font-weight: bold;
}

.modal_info {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.modal_info>div {
	margin-bottom: 5px;
}

.modal_info>div>span {
	font-weight: bold;
}

.modal_btn_ok,
.modal_btn_ok:hover {
	display: inline-block;
	background-color: #f54d56;
	border: 1px solid #f54d56;
	color: #fff !important;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px;
}

.modal_btn_cancel,
.modal_btn_cancel:hover {
	display: inline-block;
	background-color: #d8d8d8;
	border: 1px solid #b1b1b1;
	color: #333 !important;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px;
}

@media (min-width: 480px) {
	.modal_btn_ok {
		float: right;
	}
}

@media (min-width: 768px) {
	.modal_prod {
		border-bottom: 0;
		border-right: 1px solid #ededed;
		display: inline-block;
		width: 60%;
		margin: 0;
		padding: 0;
	}

	.modal_info {
		width: 39%;
	}
}

/* widok produktu */

.module {}

.div_title_bar {
	border-bottom: 1px solid #cccccc;
	padding: 10px 5px;
	margin: 40px 0 20px 0;
}

.title_bar {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.box_widok0 {}

.box_widok0_col_l {
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 0 25px 10px 0;
}

.box_widok0_col_r {
	display: block;
	vertical-align: top;
	width: 100%;
}

@media (min-width: 768px) {
	.box_widok0_col_l {
		display: inline-block;
		width: 47%;
		padding: 0 25px 10px 0;
	}

	.box_widok0_col_r {
		display: inline-block;
		width: 53%;
	}
}

.box_widok0_img>a {
	display: block;
	z-index: 10;
}

.box_widok0_img {
	position: relative;
	width: 100%;
	background: url(/_img/_templates/tlo_widok_produktu.png) no-repeat top center;
	display: table;
}

.box_widok0_img_wrapper {
	display: table-row;
}

.box_widok0_img_wrapper>a {
	display: table-cell;
	vertical-align: bottom;
	height: 400px;
	padding: 0 10%;
}

.box_widok0_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.box_widok0_gallery {
	clear: both;
	margin: 0 auto;
	width: 230px;
}

.box_widok0_gallery>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box_widok0_gallery>ul>li {
	display: inline-block;
	margin: 7px;
}

.box_widok0_gallery>ul>li>a {
	border: 1px solid #D0D0D0;
	display: inline-block;
}

.box_widok0_info {}

.box_widok0_title {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.box_widok0_title h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	padding-top: 5px;
}

.div_prod_social {
	display: block;
	margin: 5px 0 0 0;
	text-align: right;
}

@media(min-width: 992px) {
	.div_prod_social {
		/*float: right;*/
		/*margin: 5px 0 0 0;*/
	}
}

.div_prod_social>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.div_prod_social>ul>li {
	display: inline-block;
	margin: 0 5px;
}

.div_prod_social>ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
	opacity: 0.4;
}

.div_prod_social>ul>li>a:hover {
	opacity: 1;
}

.box_widok0_producent {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.box_widok0_rating {
	margin: 5px 0 0 0;
}

.box_widok0_rating td {
	vertical-align: middle;
	font-size: 14px;
}

.box_widok0_rating .b_ocena {
	display: block;
	margin-top: 4px;
}

.box_widok0_description {
	color: #333333;
	font-size: 18px;
	line-height: 1.5em;
}

.box_widok0_desc_l {
	display: block;
	vertical-align: top;
	width: 100%;
}

.box_widok0_desc_r {
	display: block;
	vertical-align: top;
	padding: 20px 0;
	width: 100%;
	text-align: left;
}

.box_widok0_part {
	width: 100%;
}

.box_widok0_part img {
	max-width: 100%;
}

@media (min-width: 992px) {
	.box_widok0_desc_l {
		display: inline-block;
		width: 45%;
	}

	.box_widok0_desc_r {
		display: inline-block;
		padding: 0 0 0 20px;
		width: 55%;
		text-align: right;
	}
}

.box_widok0_button {
	border-top: solid 1px #e6e6e6;
	clear: both;
	padding: 15px 5px;
	margin-bottom: 15px;
}

.box_widok0_wege {
	margin: 20px 0;
}

.box_widok0_wege>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.box_widok0_wege>ul>li {
	display: inline-block;
	margin: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: bottom;
}

.box_widok0_wege>ul>li>img {
	width: 40px;
	height: 40px;
	transition: 0.5s ease;
}

.box_widok0_wege>ul>li>img:hover {
	width: 60px;
	height: 60px;
}


.form_add_prod {
	margin: 5px 0;
}

.product_value_spinner {
	display: block;
}

.product_value_spinner button {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background: #333333;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	width: 33px;
	opacity: 0.4;
}

.product_value_spinner button:hover {
	opacity: 1;
}

.product_value_spinner input {
	display: inline-block;
	vertical-align: middle;
	padding: 3.5px 10px;
	width: 169px;
	font-size: 16px;
}

.product_value_submit {
	display: block;
	margin: 15px 0;
}

@media (min-width: 992px) {
	.product_value_spinner {
		display: inline-block;
	}

	.product_value_spinner input {
		width: 150px;
	}

	.product_value_submit {
		display: inline-block;
		margin: 0 0 0 20px;
		vertical-align: bottom;
	}
}


/* opinie */

.rating_list_table {
	display: table;
	font-size: 16px;
	width: 100%;
}

.rating_list_row {
	display: table-row;
}

.rating_list_row.my_row_0 {
	background-color: #e5efee;
}

.rating_list_row.my_row_1 {
	background-color: #ffffff;
}

.rating_list_col {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}

.rating_list_col.my_col_1,
.rating_list_col.my_col_2,
.rating_list_col.my_col_3 {
	display: block;
	width: 100%;
}

.rating_list_col.my_col_2 {
	font-style: italic;
}

.rating_list_col.my_col_2>p {
	font-style: normal;
}

@media (min-width: 768px) {
	.rating_list_col.my_col_1 {
		display: table-cell;
		width: 20%;
	}

	.rating_list_col.my_col_2 {
		display: table-cell;
		width: 60%;
	}

	.rating_list_col.my_col_3 {
		display: table-cell;
		width: 20%;
	}
}

.btn_green {
	background: #016452;
	border: 0;
	color: #ffffff !important;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 40px;
	opacity: 0.9; /*0.4;*/
}

.btn_green:hover {
	opacity: 1;
}


/* przepisy  */

.przepisy_lista {}

.przepisy_lista>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.przepisy_lista>ul>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 15px 20px;
}

.frame2 {
	width: 310px;
	border: 1px solid #ccc;
	text-align: center;
	min-height: 400px;
}

.frame2_image {
	margin-bottom: 20px;
}

.frame2_image img {
	max-width: 100%;
}

.frame2_title {
	padding: 0;
	margin: 20px 0;
	font-size: 30px;
	font-weight: 900;
}

frame2_button {}

.vprz_skladniki,
.vprz_marynata,
.sposob_przygotowania {
	padding-bottom: 20px;
}

#breadcrumbs {
	font-size: 14px;
}

.vprz_ikony {
	display: flex;
	align-items: end;
	margin: 0 10px 20px 10px;
	justify-content: space-between;
	max-width: 540px;
}
.vprz_ikony .my_item {
	text-align: center;
}
.vprz_ikony .my_item .my_icon {
	height: 26px;
}
.vprz_ikony .my_item .my_icon_2 {
	height: 24px;
}
.vprz_ikony .my_item .my_icon_3 {
	height: 27px;
}
.vprz_ikony .my_item .my_icon_4 {
	height: 31px;
}
.vprz_ikony .my_item .my_icon img {
	width: 100%;
	height: 100%;
}
.vprz_ikony .my_item .my_caption {
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #016028;
	margin-top: 10px;
}


/* lista produktĂ�Âłw */

.div_prod_category_table {
	display: table;
	width: 100%;
	margin: 50px 0;
}

.div_prod_category_table .table_row {
	display: table-row;
}

.div_prod_category_table .table_col {
	display: table-cell;
	vertical-align: top;
}

.div_prod_category_table .div_prod_category_menu {
	width: 245px;
	display: none;
}

.div_prod_category_menu .my_wrapper {}

.div_prod_category_menu .my_header_1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 0px 5px 10px 5px;
	text-transform: uppercase;
}

.div_prod_category_menu .my_header_2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 5px;
}

.div_prod_category_menu .my_filter_menu {
	margin-bottom: 20px;
	padding: 0px 5px 12px;
	border-bottom: 1px solid #e6e6e6;
}

.div_prod_category_menu .my_filter_menu select,
.div_prod_category_menu .my_filter_menu input[type="text"],
.div_prod_category_menu .my_filter_button>input {
	width: 100%;
	margin-bottom: 5px;
}

.div_prod_category_menu .my_filter_menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.div_prod_category_menu .my_filter_menu>ul>li {
	display: block;
}

.div_prod_category_menu .my_filter_menu>ul>li>label {}

.div_prod_category_menu .my_filter_menu>ul>li>label>span {
	padding-left: 5px;
}

.div_prod_category_list {}

.div_prod_category_menu .my_close {
	width: 20px;
	height: 20px;
	display: none;
	margin: -15px 10px 10px 10px;
	float: right;
	cursor: pointer;
	background: url(/_img/_templates/close_black.png) no-repeat top left;
}

#div_prod_category_menu.active {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6);
}

#div_prod_category_menu.active .my_wrapper {
	width: 80%;
	height: 100%;
	background: #fff;
	padding: 30px 10px 10px 10px;
	overflow-y: auto;
}

#div_prod_category_menu.active .my_close {
	display: inline-block;
}


.div_prod_sort_bar {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px solid #cccccc;
}

.div_prod_sort_bar .my_table {
	display: table;
	margin: 0 0 10px 0;
	width: 100%;
}

.div_prod_sort_bar .my_row {
	display: table-row;
}

.div_prod_sort_bar .my_col_left {
	display: table-cell;
	width: 50%;
	border-right: 1px solid #cccccc;
}

.div_prod_sort_bar .my_col_right {
	display: table-cell;
	width: 50%;
	text-align: right;
}

@media (min-width: 768px) {
	.div_prod_sort_bar .my_col_left {
		display: none;
	}

	.div_prod_sort_bar {
		float: right;
	}

	.div_prod_category_table .div_prod_category_menu {
		display: table-cell;
	}

	.div_prod_category_table .my_content {
		padding-left: 30px;
	}
}

.select_bar {
	position: relative;
	display: inline-block;
	padding: 0 10px 3px 10px;
	z-index: 30;
}

.select_bar .select_bar_header {
	cursor: pointer;
	font-weight: bold;
	padding-right: 30px;
	background: url(/_img/_templates/select_bar_arrow_down.png) no-repeat 100% 50%;
}

.select_bar.active .select_bar_header {
	background: url(/_img/_templates/select_bar_arrow_up.png) no-repeat 100% 50%;
}

.select_bar .select_bar_header>span {
	color: #006453;
}

.select_bar .select_bar_content {
	position: absolute;
	top: 47px;
	right: 0;
	text-align: left;
	padding: 20px 40px;
	border: 1px solid #cccccc;
	background: #fff;
	display: none;
	min-width: 250px;
}

.select_bar.active .select_bar_content {
	display: block;
}

.select_bar .select_bar_list>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select_bar .select_bar_list>ul>li {
	display: block;
}


.my_cat_menu {
	display: block;
}

.my_cat_menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my_cat_menu>ul>li {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 5px 10px;
	margin-bottom: 10px;
}

.my_cat_menu>ul>li>ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

.my_cat_menu>ul>li>ul>li {
	display: block;
	border-top: 1px solid #e6e6e6;
	padding: 10px 5px;
	font-size: 16px;
}

.my_cat_menu>ul>li>ul>li.my_first {
	border-top: 0;
}

.my_cat_menu li.my_active>a {
	font-weight: bold;
}

.form_star {
	color: #FF0000;
}

.c_koszyk {}

.c_koszyk .row {
	border-bottom: 1px solid #cccccc;
}

.c_koszyk .row>div {
	padding: 5px 0;
}

.vprz_img img {
	max-width: 100%;
}

.div_prod_category_list .my_zwirzeta {}

.div_prod_category_list .my_zwirzeta>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.div_prod_category_list .my_zwirzeta>ul>li {
	display: inline-block;
	padding: 10px;
	width: 30%;
	min-width: 280px;
}

.div_prod_category_list .my_zwirzeta .svg-img {
	max-width: 250px;
}

@media (min-width: 768px) {
	.div_prod_category_list .my_zwirzeta {
		margin-left: 30px;
	}
}

.lista_dostawcow {
	width: 100%;
	text-align: center;
}

.lista_dostawcow .my_wrapper {}

.lista_dostawcow .my_item {
	display: inline-block;
	width: 300px;
	padding: 20px;
	vertical-align: middle;
	min-height: 70px;
}

.lista_dostawcow .my_img>img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.lista_dostawcow .my_item {
		width: 50%;
		min-height: 177px;
		vertical-align: baseline;
	}
}

@media (min-width: 992px) {
	.lista_dostawcow .my_item {
		width: 30%;
	}
}



.lista_przepisow {
	width: 100%;
	text-align: center;
}

.lista_przepisow .my_wrapper {}

.lista_przepisow .my_item {
	display: inline-block;
	vertical-align: middle;
	min-height: 70px;
}

.lista_przepisow .my_img>img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.lista_dostawcow .my_item {
		width: 50%;
		min-height: 177px;
		vertical-align: baseline;
	}
}

@media (min-width: 992px) {
	.lista_przepisow .my_item {}
}




.mfp-figure:after {
	background: #fff;
}

.admin-cellpic {
	z-index: 9999;
	position: fixed;
	height: auto;
	background: #0A2E3C;
	;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	border-bottom: 1px solid #224155;
	width: 100%;
}

.admin-cellpic a {
	float: left;
	display: block;
	padding: 3px 15px;
	font-size: 16px;
	color: #97c5d4 !important;
	text-decoration: none;
	border-right: 1px solid #224155;
	min-height: 30px;
}

.admin-cellpic a:hover,
.admin-cellpic a:focus,
.admin-cellpic a:active {
	background: #419ba4;
	color: #ffffff !important;
}

.admin-cellpic a.pull-right {
	border-left: 1px solid #224155;
	border-right: 0;
	float: right !important;
}

body.admin {
	padding-top: 30px;
}

body.admin nav.fixed {
	margin-top: 30px;
}



@media (min-width: 1302px) {

	.container {
		width: 1280px;
	}

}

.pszczelarze_lista {
	margin-bottom: 40px;
}

.pszczelarze_lista>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pszczelarze_lista>ul>li {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0;
	vertical-align: top;
}

.frame3 .my_nazwa {
	font-size: 1.6em;
}

.frame3 .my_email span,
.frame3 .my_telefon span,
.frame3 .my_rldp span,
.frame3 .my_nadlesnictwo span,
.frame3 .my_wojewodztwo span {
	font-weight: 600;
}

.start_info {
	text-align: center;
	font-size: 18px;
	padding: 25px;
}

.start_info2 {
	text-align: center;
	font-size: 18px;
	padding: 25px;
}


@media (min-width: 768px) {
	.pszczelarze_lista>ul>li {
		padding: 0 20px;
	}

	.start_info {
		font-size: 24px;
	}

	.start_info2 {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.pszczelarze_lista>ul>li {
		width: 50%;
	}

	.start_info {
		font-size: 32px;
	}

	.start_info2 {
		font-size: 24px;
	}
}

#about ul li.slided-bottom {
	transform: translateY(100%);
	opacity: 0;
	transition: transform .4s ease-in, opacity .4s ease-in;
}

#about li.wars {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

#about li.wars img {
	margin: 0 auto;
}

#about li.wars:before {
	display: none;
}

/* naprawa ukrytego checkbox */
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
}


/* info-bar */
.info-bar {
	color: white;
	background: #006453;
	text-align: center;
	padding: 1px;
	font-size: 12px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
}

body.admin.body-info-bar {
	padding-top: 60px;
}

body.body-info-bar {
	padding-top: 30px;
}

body.admin.body-info-bar nav.fixed {
	margin-top: 60px;
}

body.body-info-bar nav.fixed {
	margin-top: 30px;
}

body.admin .info-bar {
	top: 30px;
}


@media (min-width: 600px) {
	.info-bar {
		font-size: 14px;
		padding: 3px;
	}
}

@media (min-width: 992px) {
	.info-bar {
		font-size: 18px;
		padding: 5px;
	}
}

@media (max-width: 992px) {
	body.body-info-bar .transparent-layer {
		top: 106px;
	}

	body.body-info-bar nav .main-content {
		top: 106px;
	}
}

.box_widok0_msg_under_price {
	color: #f2081c;
}

.frame1_kom_pod_cena {
	color: #f2081c;
	font-weight: normal;
}

.start_info2 {
	background-color: white;
	color: #006453;
}

/*22.05*/

.social-media--top {
	position: absolute;
	left: 0;
	padding: 0;
	top: 95px;
	transition: all .4s;
	height: 56px;
	z-index: 10000;
	display: flex;
	height: auto;
	background: white;
	width: -moz-fit-content;
	width: fit-content;
}

.social-media--top li {
	margin-right: 10px;
	height: auto;
}

.social-media--top a {
	padding: 5px;
	height: auto;
}

.social-media--top img {
	height: 25px;
}

#icons {
	max-width: 29%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

#icons a {
	height: fit-content;
	line-height: 1;
}


.social-media--fixed {
	position: fixed;
	top: 100px;
	left: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
	z-index: 999;
	padding: 0;
}

.social-media--fixed .social-media__item {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 30px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	transition: transform .2s ease-in;
}

.social-media--fixed .social-media__item:hover {
	transform: scale(1.1);
}

.social-media--fixed .social-media__item a {
	padding: 7px 5px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media--fixed .social-media__item img {
	max-width: 100%;
	max-height: 100%;
}


@media(min-width: 992px) {
	.social-media--top {
		top: -60px;
		background: none;
		left: 15%;
	}

	.fixed .social-media--top {
		left: 0%;
	}

	nav.fixed ul li a {
		font-size: 13px !important;
	}

	nav.fixed .logo {
		width: auto;
	}

	nav.fixed .logo {
		width: 100px;
		left: calc(15% - 100px);
	}

	nav.fixed .logo img {
		max-width: 100%;

	}

	nav.fixed .inner {
		width: 100%;
	}

	nav.fixed #icons {
		max-width: 16%;
	}

	.social-media--fixed {
		top: 220px;
		left: 20px;
	}
}


@media(min-width: 1440px) {
	nav.fixed ul li a {
		font-size: 16px !important;
	}

	.social-media--top img {
		height: 25px;
	}

	nav.fixed .logo {
		width: 15%;
	}

	nav.fixed .inner {
		width: 90%;
	}

	nav.fixed .main-content {
		width: 77%;
		left: 23%;
	}
}

.section-green-background {
	background-color: #006452;
	color: #fff;
}

nav .my_btn_shop {
	text-transform: unset;
	background: #016452;
	color: #fff !important;
	font-size: 16px;
	font-family: montserrat;
}

@media(min-width: 992px) {
	nav .my_btn_shop {
		padding: 1px 32px;
	}
}

.preparation_radio_group label {
	line-height: 20px;
}

.mapa_sklepy {
	width:100%; 
	height:300px; 
	margin: 20px 0;
}
@media(min-width:768px)
{
	.mapa_sklepy {
		height: 400px;
	}
}
@media(min-width:992px)
{
	.mapa_sklepy {
		height: 500px;
	}
}
@media(min-width:1200px)
{
	.mapa_sklepy {
		height: 600px;
	}
}

#contact .mapa_sklepy {
	margin-bottom: 0;
}


.wrapper-curiosities {
	padding: 0px 0 100px 0;
	position: relative;
	overflow: hidden;
}
.curiosities {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.curiosities_header {
	color: #006453;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	position: relative;
	margin-bottom: 74px;
	transition: all .4s;
}
.curiosities_header::before {
	content: url(/_img/_templates/naglowek1.png);
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.curiosities_button_wrapper {
	text-align: center;
	margin-top: 60px;
}
.curiosities_button {
	text-transform: unset;
	background: #016452;
	color: #fff !important;
	font-size: 16px;
	font-family: montserrat;
	padding: 8px 16px;
	display: inline-block;
	width: 300px;
	text-transform: uppercase;
}
.curiosity {
	position: relative;
	margin-bottom: 20px;
}
.curiosity .my_image_container {
	position: relative;
}
.curiosity .my_image_container img {
	width: 100%;
	height: auto;
}
.curiosity .my_image_container::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	z-index: 1;
}
.curiosity:hover .my_image_container::before {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.curiosity .my_text_container {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 20px 32px;
}
.curiosity .my_header {
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.curiosity .my_header a { 
	color: #fff !important;
}
.curiosity .my_content {
	color: #fff;
	font-style: italic;
	line-height: 1.2em;
}
.curiosity .my_link {
	text-align: right;
	font-size: 22px;
	font-weight: 200;
}
.curiosity .my_link a {
	color: #fff !important;
}

.kafelki_27 {
	margin-top: 50px;
}
.kafelki_27 .curiosity .my_header {
	font-size: 24px;
}
.kafelki_27 .curiosity .my_content {
	font-size: 16px;
}
.kafelki_27 .curiosity .my_link {
	font-size: 18px;
}

.page_curiosity_title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	color: #016452;
}
.page_curiosity_image_wrapper {
	position: relative;
	margin-bottom: 20px;
}
.page_curiosity_image_wrapper.my_inner_template_1 {
	margin: 0 auto 20px auto;
	max-width: 800px;
}
.page_curiosity_image_wrapper.my_inner_template_1 img {
	max-width: 100%;
	height: auto;
}
.page_curiosity_image_wrapper.my_inner_template_2 {
	margin-top: 18px;
}
.page_curiosity_image_wrapper.my_inner_template_2 img {
	width: 100%;
	height: auto;
}
.page_curiosity_button_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.page_curiosity_button {
	text-transform: unset;
	background: #016452;
	color: #fff !important;
	font-size: 16px;
	font-family: montserrat;
	padding: 8px 16px;
	display: inline-block;
	width: 300px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
@media(min-width: 992px) {
	.container_tpl_2 > .row {
		display: flex;
		/* align-items: center; */
	}
	.page_curiosity_content_wrapper {
		padding-left: 30px;
	}
}

.map__contact {
	width: 100%;
	height: 388px;
}