::-moz-selection {
	background: #000;
	color: #F9F7ED;
}

::selection {
	background: #000;
	color: #F9F7ED;
}

html, body {
	overflow-x: hidden;
}

body, html {
	color: #000;
	background: #031009;
	font-family: 'Livvic', Arial, sans-serif;
}


body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 17px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
p.white a {
	color: #fff;
}

h1 {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-size: 36px;
}

h2 {
	font-family: 'intro_regularregular';
	font-size: 56px;
	font-weight: 700;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

h2.white {
	color: #fff;
}

h2 span {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-size: 50px;
	font-weight: 300;
	text-transform: none;
}
h2 span.green, h4 span.green {
	color: #F38328;
}
h2 span.orange, h4 span.orange {
	color: #F38328;
}

h2 span.red, h4 span.red {
	color: #D72128;
}
h2 span.white {
	color: #fff;
}

h4 {
	font-size: 36px;
	font-family: 'intro_regularregular';
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 40px;
	margin:  0;
}
h4 span {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-weight: 300;
	text-transform: none;
}

.top-line-green,
.top-line-white {
	position: relative;
	margin-top: 75px;
}
.top-line-green:before,
.top-line-white:before {
	position: absolute;
	top: -47px;
	left: 50%;
    transform: translateX(-50%);
	width: 240px;
	height: 20px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;	
}
.top-line-green:before {
	background-image: url(../images/top-line-green.svg);
}
.top-line-white:before {
	background-image: url(../images/top-line-white.svg);
}



h3 {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-size: 48px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
	line-height: 55px;
}

h5 {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-size: 32px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
	line-height: 36px;
}

p {
	font-family: 'intro_regularregular';
	font-size: 24px;
	color: #000;
}
p.small {
	font-size: 20px;
	font-weight: 300;
}

h2.white,
p.white {
	color: #fff;
}

.hero-heading-text {
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-size: 85px;
	display: block;
	font-weight: 300;
    line-height: 85px;
    margin-bottom: 50px;
}
.hero-heading-text.white {
	color: #fff;
}
.hero-heading-underline {
	margin-top: -50px;
}

.jemy-jemy-set {
    width: 200%;
    z-index: 0;
    position: relative;
    margin-left: -50%;
    margin-right: -50%;
    margin-top: -20%;
}


/*
* Helpers
*/
.pull-top-bottom {
	margin: -30vw 0;
}

.pull-top {
	margin-top: -30vw;
}
.pull-bottom {
	margin-bottom: -30vw;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.align-baseline {
	align-items: baseline;
}
.align-center {
	align-self: center;
}
.items-center {
	align-items: center;
}
.relative {
	position: relative;
	z-index: 1;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-40 {
	margin-bottom: 40px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-b-120 {
	margin-bottom: 120px;
}
.m-t-120 {
	margin-top: 120px;
}

.max-width {
	max-width:  100%;
}
.no-margin {
	margin: 0;
}



/*
* Body backgrounds
*/
.home-body-pg {
	background-image: url(../images/home-body-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.kontakt-body-pg {
	background-image: url(../images/kontakt-body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.o-nas-body-bg {
	background-image: url(../images/home-body-bg_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}


/*
* Buttons
*/
.btn-circle, .product-page-back {
	border-radius: 100%;
	outline: none;
	border:  none;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: #fff;
	display: inline-block;
	padding:  27px;
}
.btn-circle.btn-circle__green {
	background: #000;
}
.btn-circle.btn-circle__white {
	background: #fff;
	transition: all .2s ease;
}
.btn-circle.btn-circle__white .arrow-down {
	stroke: #000;
	transition: all .2s ease;
}
.btn-circle.btn-circle__black {
	background: #000;
	color: #fff;
	transition: all .2s ease;
}
.btn-circle.btn-circle__black:hover {
	background: #F38328;
}

.product-page-back {
	position: fixed;
	box-shadow: 0 20px 30px rgba(15,65,43,0.4);
}


.btn {
	font-family: 'intro_regularregular';
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 27px 41px;
	border-radius: 40px;
	border:  2px solid #000;
	display: inline-block;
	margin:  20px 0;
	text-transform: uppercase;
	transition: all .2s ease;
}

.btn:hover {
	background: #ED7422;
	color: #fff;
	border-color:#ED7422;
}

.btn-circle.btn-circle__white:hover {
	background: #ED7422;
}
.btn-circle.btn-circle__white:hover path {
	stroke: #fff;
}
.btn-circle.btn-circle__white:hover rect {
	fill: #fff;
}


.btn-orange {
	background: #F38328;
	border: none;
	color: #fff;
	border-radius:  100px;
}
.btn-orange span {
	vertical-align: middle;
	display: inline-block;
}
.btn-orange span img {
	height: 30px;
	margin-bottom: -5px;
}
.btn-orange span:first-child {
	margin-right: 10px;
}
.btn-orange:hover {
	background-color: #000;
}
.btn-white {
	background: #fff;
	color: #000;
}


/*
* Welcome block
*/
.welcome {
	margin-bottom: -60px;
	z-index: 3;
}
.welcome h2.white {
	margin-bottom: 0;
}
.welcome h2 + h2 {
	margin-top: 0;
}
.logo-intro {
	margin-bottom: 20px;
}
.logo-intro img {
	max-width: 180px;
	margin-top: 0px;
}
.welcome-block {
	background: #fff;
	border-radius: 200px;
	padding:  50px 26px;
	position: relative;
	margin-top: 71px;
}
.welcome-block .btn-scroll {
	position: absolute;
	bottom:  -40px;
	left: 50%;
	transform: translateX(-50%);
}
.welcome-block h1 {
	color: #000;
	margin: 0;
}


/*
* Sub page
*/
.sub-page {
	margin-top: 140px;
	position: relative;
	z-index: 2;
}


/*
*  Circular content
*/
.circular-content {
	position: relative;
	z-index: 2;
	/*background: #fff;*/
}
.circular-content .row {
	/*background: #fff;*/
	position: relative;
	z-index: 1;
}
.circular-content .container {
	background: #FFFDF5;
	position: relative;
}
.circular-content .container:before {
	position: absolute;
	content: '';
	left: -27%;
	top: 50%;
	height: calc(100% - 32vw);
	width: 151%;
	background: #FFFDF5;
	transform: translateY(-50%);
}

.circular-element-holder {
	height: 45vw;
	position: relative;
	z-index: 1;
}
.circular-element-holder-top {
	bottom: -25vw;;
}
.circular-element-holder-bottom {
	top: -25vw;;
}
.circular-element {
	margin-left: -5%;
	width: 110%;
    height: 90vw;
    background: #FFFDF5;
    display: block;
    content: '';
}

.circular-element.circle-top {
    border-radius: 100% 100% 0 0 ;
}
.circular-element.circle-bottom {
    margin-top: -42vw;
    border-radius: 0 0 100% 100%;
}
.circular-element-holder-top:before {
	position: absolute;
	content: '';
	display: block;
	background: rgb(0,0,0,.2);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 100vh;
	bottom: 250px;
	left: 0;
	z-index: -1;
}


.circular-element-holder-bottom:before {
	position: absolute;
	content: '';
	display: block;
	background: rgb(0,0,0,.2);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 50vh;
	bottom: -100%;
	left: 0;
	z-index: -1;
}


/*
* Slider
*/
.swiper {
	position: relative;
}
.swiper,
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	/*width: 33% !important;*/
}
.swiper-slide img {
	max-width: 100%;
}
.zupka-slide img {
	max-width: 120%;
	margin-left: -10%;
	transform: rotate(-12deg) scale(.8) translate(0px, 175px);
	transition: all .4s ease;
}

.zupka-slide.swiper-slide-active img {
	transform: rotate(0deg) scale(1) translate(0px, 0px);
}

.zupka-slide.swiper-slide-next img {
	transform: rotate(8deg) scale(.9) translate(0px, 50px);
}
.zupka-slide.swiper-slide-prev img {
	transform: rotate(-8deg) scale(.9) translate(0px, 50px);
}

.zupka-slide.swiper-slide-next + .zupka-slide img,
.zupka-slide.swiper-slide-next + .zupka-slide + .swiper-slide img {
	transform: rotate(12deg) scale(.8) translate(0px, 175px);
}

.talerze-fade {
	height: calc(46vh);
	overflow: hidden;
	text-align: center;
}




.swiper-button-next,
.swiper-button-prev {
	background-image: none !important;
	background-color: #fff;
	width: 80px !important;
	height: 80px !important;
	border-radius: 100%;
	display: block;
	text-align: center;
	padding:  30px;
}
.swiper-button-next {
	left: 50% !important;
	margin-left: 160px;
}
.swiper-button-next svg {
	transform: rotate(-90deg);
}
.swiper-button-prev svg {
	transform: rotate(90deg);
}
.swiper-button-prev {
	left: 50% !important;
	margin-left: -250px;
}
#poznaj-nasze-smaki .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -50px;
}
#poznaj-nasze-smaki .swiper-pagination-bullet {
	margin: 8px;
	background-color: #fff;
	opacity: 1;
	vertical-align: middle;
	transition: transform .3s ease;
	transform-origin: 50%;
}
#poznaj-nasze-smaki .swiper-pagination-bullet-active {
	/*width: 16px;*/
	/*height: 16px;*/
	transform: scale(2);
	background-color: #ED7422;
}


#poznaj-nasze-smaki-dania .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -50px;
}
#poznaj-nasze-smaki-dania .swiper-pagination-bullet {
	margin: 8px;
	background-color: #fff;
	opacity: 1;
	vertical-align: middle;
	transition: transform .3s ease;
	transform-origin: 50%;
}
#poznaj-nasze-smaki-dania .swiper-pagination-bullet-active {
	/*width: 16px;*/
	/*height: 16px;*/
	transform: scale(2);
	background-color: #ED7422;
}


/*
* Ciasteczka
*/
.cookies {
	position: fixed;
	bottom:  40px;
	right: 40px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 20px 30px rgba(18, 65, 43, .4);
	padding:  24px 24px 24px 54px;
	z-index: 999;
	width: 450px;
}
.cookies p {
	font-size: 13px;
	color: #000;
	display: inline-block;
	width: 64%;
	margin:  0;
	vertical-align: text-top;
}
.cookies a {
	text-decoration: underline;
}

.cookies .btn {
	font-size: 14px;
	padding:  16px 24px;
	text-decoration: none;
	vertical-align: text-top;
	margin:  5px 0 0;	
}



/*
* Special position items
*/
.special-position-1 {
	position: absolute;
	top: -360px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.special-position-2 {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.special-position-3 {
	position: absolute;
	bottom: -550px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.special-position-4 {
	position: absolute;
	bottom: -660px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
}
.special-position-4 img {
	max-width: 95%;
}



/*
* Navigation
*/
nav {
	margin-top: 34px;
	position: absolute;
	z-index: 9;
	width: 100%;
}


/*
* Menu social
*/
.menu-social {
	background: #fff;
	border-radius: 50px;
	padding:  20px 28px;
	height: 72px;
	margin:  0;
	display: inline-block;
	box-shadow: 0 20px 30px rgba(15,65,43,0.4);
}
.menu-social li {
	display: inline-block;
	list-style: none;
	padding:  0;
}
.menu-social li:first-child {
	margin-right: 20px;
}
.menu-social li img {
	width: 32px;
	vertical-align: super;
}


/*
* Menu button
*/
.btn-menu {
	background: #000;
	border-radius: 50px;
	padding:  20px 20px;
	height: 72px;
	margin:  0;
	display: inline-block;
	box-shadow: 0 20px 30px rgba(15,65,43,0.4);
	outline: none;
	border:  none;
	cursor: pointer;
	color:  #fff;
	position: fixed;
	transition: all .2s ease;
}
.btn-menu span {
	margin-right: 25px;
	font-family: 'intro_regularregular', arial;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	bottom: -2px;
}
.btn-menu svg {
	vertical-align: middle;
}
.btn-menu:hover {
	background: #fff;
	color:  #000;
}
.btn-menu:hover rect {
	fill:  #000;
}

.btn-lang {
	background: #fff;
	border-radius: 50px;
	padding:  25px;
	height: 72px;
	width: 72px;
	margin:  0 16px;
	display: inline-block;
	box-shadow: 0 20px 30px rgba(15,65,43,0.4);
	outline: none;
	border:  none;
	cursor: pointer;
	color:  #000;
	font-family: 'intro_regularregular', arial;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}
.btn-lang span {
	font-family: 'intro_regularregular', arial;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}


/*
* Poznaj
*/
#poznaj-nasze-smaki,
#poznaj-nasze-smaki-dania {
	position: relative;
	margin-bottom: 350px;
}
#poznaj-nasze-smaki .row,
#poznaj-nasze-smaki-dania row {
	z-index: 1;
}
#poznaj-nasze-smaki h2,
#poznaj-nasze-smaki-dania h2 {
	color: #fff;
	line-height: 54px;
	margin-bottom: 70px;
}
#poznaj-nasze-smaki h2.black,
#poznaj-nasze-smaki-dania h2.black {
	color: #000;
	line-height: 54px;
	margin-bottom: 70px;
}
#poznaj-nasze-smaki h2 span,
#poznaj-nasze-smaki-dania h2 span {
	font-size: 87px;
	/*line-height: 87px;*/
}
.poznaj-nasze-smaki_bg,
.poznaj-nasze-smaki-dania_bg {
	/*background: url(../images/green-bg.png) no-repeat center;*/
	/*background-size: 100%;*/
	position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}



/*
* Tabs
*/
.tabs {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}
.tabs .tabs__item {
	display: inline-block;
	margin:  0 20px;
	padding-bottom: 10px;
}
.tabs .tabs__link {
	color: #fff;
	font-family: 'intro_regularregular', arial;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
}
.tabs .tabs__item.tabs__item--selected {
	border-bottom: 2px solid #fff;
	pointer-events: none;
}
.tabs__item:first-child,
.tabs__item:last-child {
	margin:  0 !important;
}

/*
* Cooking info
*/
.cooking-list {
	padding: 0;
	margin:  0;
	list-style: none;
}
.cooking-list__item {
	display: inline-block;
	margin-right: 30px;
	font-size: 28px;
	color: #000;
	font-family: 'ReklameScriptRegular', 'times new roman', sans;
	font-weight: 300;
}
.cooking-list__item img {
	margin-right: 20px;
	vertical-align: middle;
}

/*
* Header movie
*/
.movie-intro {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .7;
}
.movie-intro video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
    border-radius: 0;
}


/*
* Table wartości 
*/
.table-wartosci {
	width: 100%;
	border-spacing: 0;
}

.table-wartosci td {
	font-family: 'intro_regularregular';
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding:  8px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #000;
}

.table-wartosci td:last-child {
	text-align: right;
}
.bez-barwnikow img {
	vertical-align: middle;
	margin-right: 12px;
}



/*
* Socia Footer
*/
.social-footer {
	margin:  30px 0;
	padding:  0;
	list-style: none;
}
.social-footer__item {
	display: inline-block;
	margin:  0 15px;
}

/*
* section-mid-footer
*/
.main-section-scroll-paralax {
	position: relative;
	z-index: 2;
}
.section-mid-footer {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    margin-top: 300px;
    position: relative;
    z-index: 0;
}
.section-mid-footer:before {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	content: '';
	display: block;
	z-index: 0;
	background: rgba(0,0,0,.4);
	transform: translateY(-300px);
}

/*
* Footer 
*/
footer {
	/*overflow: hidden;*/
	position: relative;
	padding-top: 75px;
    background: rgba(0,0,0,.4);
    z-index: 1;
}
footer.page-contact {
	background: transparent;
	z-index: 1;
}
footer a,
footer p {
	font-size: 12px;
	font-weight: 400;
	color:  #fff;
	font-family: 'intro_regularregular', arial;
	margin: 0;
	position: relative;
	bottom:  30px;
}
footer img {
	/*margin-bottom: -10px;*/
}

.footer-artefakt {
	position: absolute;
	bottom:  0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 55%;
}


/*
* Opis artefakty 
*/
.gotujemy-dla-ciebie-artefakt {
	position: absolute;
	bottom: -140px;
    left: -90px;
}
.jemy-zdrowo-artefakt {
	position: absolute;
	bottom: -210px;
	right: -100px;
}
.jemy-smacznie-artefakt {
	position: absolute;
	bottom: -260px;
    left: -130px;	
}

.artefakt-dlaczego-jemy {
	position: absolute;
	right: -200px;
    top: -200px;
}
.artefakt-dlaczego-jemy-dania {
	position: absolute;
	right: -400px;
    top: -200px;
}

/*
* Zupa artefakt
*/
.zupa-artefakt-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	transform: translate(-50%, -50%);
}
.zupy-grafika-swiper {
	width: 140%;
	margin-left: -16%;
}


/*
* logo list 
*/
.logo-list {
	list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:  0;
    padding:  0;
}
.logo-list li {
	display: inline-block;
	margin:  15px 30px;
	align-self: center;
}




/* 
* Zupka
*/
.zupka-intro h1, 
.zupka-intro p {
	color: #fff;
	font-family: 'intro_regularregular', arial;
	text-transform: uppercase;
}
.zupka-intro h1 {
	font-size: 58px;
	margin-bottom: 40px;
	margin-top: 0;
}
.zupka-intro p {
	margin-top: 0;
}
.zupka-hero {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: -200px;
    z-index: 1;
    text-align: center;
}
.zupka-intro h1.top-line-white {
	margin-top: 48px;
	margin-bottom: 0px;
}

.zupka-intro h1.black {
	margin-top: 48px;
	margin-bottom: 0px;
	color: #000;
}
.zupka-intro p.black {
	color: #000;
}

.zupka-intro p.top-line-white { 
	margin-bottom: 10px;
	margin-top: 60px;
}

.zupka-intro h1.top-line-green {
	margin-top: 48px;
	margin-bottom: 0px;
}

.zupka-intro p.top-line-green { 
	margin-bottom: 10px;
	margin-top: 60px;
}



/*
* Menu
*/
.show-menu {
	overflow: hidden;
}
.show-menu .menu {
	opacity: 1;
	transform: translateX(0);
	z-index: 999;
	transition: all .8s ease, z-index 0s ease;
}
.show-menu .menu-tint {
	opacity: 1;
	z-index: 998;
	transition: all .8s ease, z-index 0s ease;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	transform: translateX(50%);
	transition: all .8s ease, z-index 0s ease;
	display: block;
}

.menu-tint {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .8s ease, z-index 0s ease;
	display: block;
	background: rgb(0,0,0,.5);
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.5) 100%);
}

.menu-container {
	width: 50%;
	margin-left: 50%;
	position: relative;
	z-index: 1;
}

.menu-circle-fill {
	width: 150vh;
	height: 150vh;
	position: absolute;
	top: -25%;
	left: 40%;
	border-radius: 100%;
	background-color: #f4ecde;
	z-index: 0;
}

.menu-links {
	list-style: none;
	margin: 50px 0 100px;
	padding: 0;
}
.menu-links__item {
	margin-bottom: 18px;
}
.menu-links__item a {
	font-size: 58px;
	font-family: 'intro_regularregular', arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.menu-home {
	font-family: 'intro_regularregular', arial;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.menu-home span {
	margin-right: 18px;
	vertical-align: middle;
}

.menu-social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-social-links__item {
	display: inline-block;
	margin-right: 26px;
}
.menu-social-links__item img {
	width: 40px;
}

.menu-close {
	position: absolute;
	top: 34px;
	right: 50px;
	z-index: 2;
}

.menu-link-options {
    height: 100vh;
    width: 50%;
    margin-left: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-logo {
	margin-bottom: 40px;
}
.menu-warzywa {
	position: absolute;
	z-index: 2;
	left: 45%;
	top:  50%;
	transform: translateY(-50%) translateX(-180px);
}


/*
* Grochowa
*/
.grochowa-body-bg {
	background-image: url(../images/zupy/grochowa/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.zurek-body-bg {
	background-image: url(../images/zupy/zurek/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.fasolka-body-bg {
	background-image: url(../images/zupy/fasolka/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.jarzynowa-body-bg {
	background-image: url(../images/zupy/jarzynowa/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.pomidorowa-body-bg {
	background-image: url(../images/zupy/pomidorowa/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.ogorkowa-body-bg {
	background-image: url(../images/zupy/ogorkowa/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.rosolek-body-bg {
	background-image: url(../images/zupy/rosolek/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.kapusniak-body-bg {
	background-image: url(../images/zupy/kapusniak/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.krupnik-body-bg {
	background-image: url(../images/zupy/krupnik/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.fasolowa-body-bg {
	background-image: url(../images/zupy/fasolowa/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.tajska-body-bg {
	background-image: url(../images/zupy/tajska/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.barszcz-ukrainski-body-bg {
	background-image: url(../images/zupy/barszcz-ukrainski/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.indyjska-body-bg {
	background-image: url(../images/zupy/indyjska/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.minestrone-body-bg {
	background-image: url(../images/zupy/minestrone/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.meksykanska-body-bg {
	background-image: url(../images/zupy/meksykanska/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.wegierska-body-bg {
	background-image: url(../images/zupy/wegierska/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.barszcz-body-bg {
	background-image: url(../images/zupy/barszcz/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.pieczarka-body-bg {
	background-image: url(../images/zupy/pieczarka/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.ziemniaczana-body-bg {
	background-image: url(../images/zupy/ziemniaczana/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}


.chili-con-carne-body-bg {
	background-image: url(../images/dania/chili/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.gulasz-miesny-body-bg {
	background-image: url(../images/dania/gulasz/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.kurczak-curry-body-bg {
	background-image: url(../images/dania/kurczak/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.strogonow-body-bg {
	background-image: url(../images/dania/strogonow/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.potrawka-body-bg {
	background-image: url(../images/dania/potrawka/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

.pieczarka-body-bg .zupka-intro h1,
.pieczarka-body-bg .zupka-intro p,
.groszek-body-bg h1,
.groszek-body-bg p,
.dynia-body-bg h1,
.dynia-body-bg p,
.pomidor-body-bg h1,
.pomidor-body-bg p {
	color: #000;
}

.pieczarka-body-bg .section-mid-footer p.white,
.groszek-body-bg .section-mid-footer p.white,
.dynia-body-bg .section-mid-footer p.white,
.pomidor-body-bg .section-mid-footer p.white {
	color: #fff;
}

.pieczarka-body-bg .section-mid-footer h2.white span.orange,
.groszek-body-bg .section-mid-footer h2.white span.orange,
.dynia-body-bg .section-mid-footer h2.white span.orange,
.pomidor-body-bg .section-mid-footer h2.white span.orange {
	color: #000;
}



.groszek-body-bg {
	background-image: url(../images/zupy/groszek/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.dynia-body-bg {
	background-image: url(../images/zupy/dynia/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
.pomidor-body-bg {
	background-image: url(../images/zupy/pomidor/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}


#poznaj-nasze-smaki.white-bg h2.top-line-white {
	color: #000;
}
#poznaj-nasze-smaki.white-bg h2.top-line-white:before {
	background-image: url(../images/top-line-green.svg);
}

#poznaj-nasze-smaki.white-bg .tabs .tabs__item.tabs__item--selected {
	border-bottom: 2px solid #000;
}

#poznaj-nasze-smaki.white-bg .tabs .tabs__link {
	color: #000;
}

.tab-badge {
    font-size: 10px;
    background-color: #F38328;
    padding: 4px 8px;
    border-radius: 30px;
    display: inline-block;
    color: #fff !important;
}


.contact-tint {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}



/* 
* Swiper cooking
*/
.cooking-navigation,
.cooking-subtitle {
	list-style: none;
	padding:  0;
	margin:  0;
	text-align: center;
	width: 100%;
}
.cooking-navigation__item {
	display: inline-block;
	margin:  0 8px;
}
.cooking-navigation__link {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #000;
	color: #000;
	font-family: 'intro_regularregular', arial;
	font-size: 24px;
	font-weight: bold;
	border-radius: 100%;
	padding: 25px 20px;
}
.cooking-navigation__link--selected {
	background: #000;
	color: #fff;
}

.cooking-subtitle__item {
	display: none;
}
.cooking-subtitle__item--selected {
	display: block;
}

video {
	max-width: 100%;
    border-radius: 100%;
}

footer.podstrona {
	padding-top: 0;
}

.menu-links__item a:hover {
	color: #ED7422;
}



html.movie-modal--show {
	overflow: hidden;
}

html.movie-modal--show .movie-modal,
html.movie-modal--show .movie-tint {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: block;
}

.movie-modal {
	top:  00%;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center;
	text-align: center;
	padding:  0 40px;
	display: none;
	cursor: pointer;
}

.movie-modal img {
    width: 100%;
}

.movie-tint {
	top:  0;
	left: 0;
	background: rgba(0,0,0,.8);
	display: none;
}

.movie-modal video {
	border-radius: 0;
	width: 100%;
	max-width: 80vw;
	height: auto;
}

.movie-modal .modal-close {
	position: absolute;
	top: -30px;
    right: -26px;
}
.modal-image {
	width: 60vw;
}
.movie-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.movie-container iframe {
    aspect-ratio: 16 / 9;
    width: 60% !important;
}



/*
* food-start-box
*/
.food-start-box {
	text-align: center;
	padding: 52px;
	background: #F8F5EB;
	border-radius: 60px;
}
.food-start-box img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}
.food-start-box__under-image {
	width: calc(127% + 30px);
	margin: -200px -15% 80px;
	position: relative;
}
.food-start-box__under-image img {
	width: 100%;
}
.food-start-box__under-image-quote {
	position: absolute;
	bottom: 20px;
	right: 50px;
	max-width: 230px;
	z-index: 1;
}
.food-start-box h4 {
	font-size: 32px;
}

.food-start-box__under-image .zupy-grafika-swiper {
	z-index: 0;
}
.food-start-box__under-image .zupy-grafika-swiper img {
	width: 83%;
}

.dania__under-image {
	width: calc(127% + 30px);
	margin: 360px -15% 80px;
	position: relative;
}

.dania__under-image .dania-kartka {
	width: 397px;
	position: absolute;
	top: -320px;
	left: 50%;
	transform: translateX(-45%);
}


.smak-z-natury {
	display: inline-flex;	
	align-items: center;
}
.smak-z-natury img {
	margin-right: 20px;
}


@media screen and (max-width: 1199px) {

	.movie-modal img {
		width: 50%;
	}

	.m-m-t-150 {
		margin-top: 150px;
	}

	.hide-mobile {
		display: none !important;
	}
	.text-m-left {
		text-align: left !important;
	}

	.m-m-b-60 {
		margin-bottom: 60px;
	}


	.btn-menu {
		right: 40px;
	}

	.btn-lang {
		margin: 0;
	}

	.special-position-1 {
		top:  -90px;
		width: 100%
	}
	.special-position-1 img {
		max-width: 100%;
	}

	.gotujemy-dla-ciebie-artefakt {
		width: 50%;
    	bottom: -40px;
    	left: -20px;
	}
	.jemy-zdrowo-artefakt {
	    width: 70%;
    	bottom: -40px;
    	right: -20px;
	}

	.jemy-smacznie-artefakt {
	    width: 70%;
    	bottom: -50px;
    	left: -60px;
	}

	.circular-content .container:before {
	    top: 51%;
    	height: 100%;
	}


	h2, h2 span {
		font-size: 44px;
		line-height: 54px;
	}


	.swiper-button-next {
		margin-left: 90px;
	}
	.swiper-button-prev {
		margin-left: -170px;
	}

	.swiper-slide {
		text-align: center;
	}
	.swiper-slide.swiper-slide-active img {
		max-width: 100%;
		margin-left: 0;
	}
	.tabs .tabs__item {
		margin:  0 11px;
	}

	.swiper-button-next, .swiper-button-prev {
		width: 60px !important;
		height: 60px !important;
		padding:  20px;
	}

	.swiper-button-next {
		margin-left: 110px;
	}


	.tabs .tabs__link {
		font-size: 18px;
	}

	#poznaj-nasze-smaki h2 span {
		font-size: 68px;
	}

	.mobile-reverse {
		flex-direction: column-reverse;
	}

	.special-position-3 {
		width: 120%;
		bottom: -230px;
	}

	.special-position-3 img {
		max-width: 100%;
	}


	.footer-artefakt {
		max-width: 90%;
	}


	.circular-element-holder-top:before {
		height: 40vh;
		bottom: 0;
	}

	.circular-element-holder-bottom:before {
		bottom:  auto;
		top:  100%;
	}

	.artefakt-dlaczego-jemy {
		right: -50px;
		width: 50%;
	}

	.artefakt-dlaczego-jemy img {
		max-width: 100%;
	}

	.artefakt-dlaczego-jemy-dania {
		right: -150px;
		top: -150px;
		width: 80%;
	}

	.artefakt-dlaczego-jemy-dania img {
		max-width: 100%;
	}

	.menu-container {
		width: 100%;
		margin: 0;
	}

	.menu-warzywa {
        position: absolute;
	    z-index: 2;
	    left: 10%;
	    top: 80%;
	    transform: translateY(-50%) translateX(-40px) rotate(
	85deg);
	    z-index: 0;
	}
	.menu-warzywa img {
		max-width: 80%;
	}
	.menu-link-options {
		width: 80%;
		margin:  0 10%;
		text-align: center;
	}

	.menu-links__item a {
		font-size: 41px;
	}

	.menu-circle-fill {
		left: 0;
	    top: 0;
	    width: 100%;
	    height: 80%;
	    border-radius: 0px 0px 220px 220px;
	    background-size:  200%;
	}

	.zupka-hero {
		width: 60%;
	    margin-bottom: -200px;
	}

	.zupka-hero img {
		max-width: 100%;
	}

	.sub-page {
		margin-top: 134px;
    	margin-bottom: 150px;
	}

	.swiper-cooking .swiper-slide.swiper-slide-active img {
		max-width: 100%;
	}

	.cooking-navigation__link {
		width: 60px;
		height: 60px;
		padding: 15px 20px;
	}

	.cooking-list__item {
		font-size: 24px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.cooking-list.cooking-list__hirizontal {
		margin-top: 30px;
	}

	.table-wartosci {
		margin-top: 30px;
	}

	h4 {
		font-size: 32px;
	}
	.special-position-4 {
		width: 100%;
		bottom:  auto;
		top:  100%;
	}

	.section-mid-footer {
		min-height: 100vh;
		margin-top: 100px;
	}

	.zupka-intro h1 {
		font-size: 44px;
	}


	.show-menu .menu {
		transform: translateY(0);
	}

	.menu {
		transform: translateY(-100%);
	}
	.menu-close {
		width: 60px;
		height: 60px;
		padding: 17px;
	    top: 24px;
    	right: 20px;
	}
	.menu-link-options {
		justify-content: flex-start;
	}

	.menu-logo {
		margin: 40px 0 20px;
	}
	.menu-logo img {
		max-width: 50%;
	}

	.menu-links {
		margin:  20px 0 30px;
	}

	.product-page-back {
		top:  20px;
		right: 20px;
	}


	footer {
		padding-top: 75px;
	}

	.talerze-fade {
		height: calc(46vh);
	}

	.special-position-4 img {
		max-width: 65%;
	}


	#poznaj-nasze-smaki .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 40px;
	}

	.cookies {
		left: 10%;
    	width: 80%;
    	border-radius: 30px;
    	padding: 24px;
    	text-align: center;
	}

	.cookies p {
		width: 100%;
		margin-bottom: 10px;
	}


	.modal-image {
		width: 80vw;
	}

	.movie-container iframe {
	    aspect-ratio: 16 / 9;
	    width: 90% !important;
	}


	.hero-heading-text {
		font-size: 55px;
	}




}

@media screen and (max-width:  500px){  
	.movie-modal img {
		width: 100%;
	}
	.special-position-4 img {
		max-width: 95%;
	}

	.circular-element-holder-top {
		bottom: -21vw;
	}

	.talerze-fade {
		height: 200px;
	}
}






