@charset "utf-8";
/* CSS Document */

html {
	position: relative;
	min-height: 100%;
}

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: lvw;
	text-align: left;
}

a {
	cursor: pointer;
}

header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
}

.logo-background {
	background-image: url("img/pg-logo-background.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 2;
}

.main-logo {
	padding: 2.2em;
	z-index: 3;
	transition: 0.5s;
}

.contact-bar a, .mobile-contact-bar a {
	color: black;
	transition: 0.3s;
	text-decoration: none;
	border-bottom: 1px white solid;
}

.contact-bar a:hover, .mobile-contact-bar a:hover {
	border-bottom: 1px black solid;
}

.header-left {
	float: left;
	width: 12em;
	height: 5em;
	transition: 0.5s;
}

.header-right {
	float: right;
	width: 80%;
	padding-top: 1em;
}

.contact-details {
	float: left;
	padding-left: 20em;
}

.contact-details-right {
	float: right;
}

.menu-bar {
	float: right;
}

.menu-bg-bar {
	position: fixed;
	z-index: -1;
	top: 3.2em;
	width: 100%;
	height: 3.2em;
	background-color: #CCCCCC;
}

.menu-bg-top {
	position: fixed;
	z-index: -2;
	top: 0;
	width: 100%;
	height: 3.2em;
	background-color: white;
}

.mobile-menu {
	display: none;
	float: right;
	width: 20em;
	position: fixed;
	right: 0;
	top: 3em;
	padding-top: 1em;
	background-color: white;
	box-shadow: 0 0 1em;
}

.mobile-menu-button {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
}

.mobile-menu-button {
	padding: .7em 1em;
	transition: 0.3s
}

.mobile-menu-button:hover {
	color: white;
	background-color: green;
}

header ul {
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
	overflow: auto;
	float:left;
}

#navigation-mobile {
	display: block;
}

#navigation-mobile ul {
	display: block;
}

header li {
	float: left;
	background-color: #cccccc;
	padding: 1em .5em;
	text-align: right;
}

#navigation-mobile li {
	background-color: transparent;
	margin-bottom: .2em;
	width: 100%;
}

header li a {
	background-color: #2b2a29;
	color: white;
	padding: 1em 2.5em;
	text-decoration: none;
	transition: 0.3s;
}

header li a:hover {
	background-color: #33cc66;
	text-decoration: none;
}

.mobile-phone-number {
	float: right;
	padding-right: 2.5em;
}

main {
	display: block;
	position: static;
	padding-top: 7em;
}

main a {
	color: black;
}

.hero {
	display: block;
}

.sticks-hero-content, .sticks-open-content {
	width: 1000px;
	margin: 0 auto;
}

.sticks-hero-content {
	padding: 0 0 1em 0;
}

.sticks-hero-content hr {
	margin: 2em 0;
	border: 0; 
  	height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.sticks-hero-content h4, .sticks-hero-content ul li, .sticks-hero-content ol li {
	padding-bottom: .5em;
}

.sticks-hero-content ol li {
    margin-left: 1em;
}

a.shop-online.dystrybutor {
    color: white;
    text-decoration: none;
    padding: 3px;
}

.sticks-hero-content p {
    padding: 0;
    margin: auto;
}

.sticks-descriptions ul {
	list-style: inside;
}

.sticks-open-content {
	padding: 1em 0 1em 0;
}

.sticks-header {
	text-transform: uppercase;
	text-align: center;
	margin-top: 7em;
	margin-bottom: 8em;
}

.sticks-hero-00classic {
	background: #422c06 url("img/header-mockup/00classic-top.png") no-repeat center;
	background-size: 60em;
}

.sticks-slider-00classic {
	background-color: #ffe9c4;
	border-bottom: 8px #422c06 solid;
}

.sticks-hero-01sesame {
	background: #dbab00 url("img/header-mockup/01sesame-top.png") no-repeat center;
}

.sticks-slider-01sesame {
	background-color: #fff494;
	border-bottom: 8px #dbab00 solid;
}

.sticks-hero-02green {
	background: #12a000 url("img/header-mockup/02green-top.png") no-repeat center;
}

.sticks-slider-02green {
	background-color: #cbff70;
	border-bottom: 8px #12a000 solid;
}

.sticks-hero-03spicy {
	background: #af1b28 url("img/header-mockup/03spicy-top.png") no-repeat center;
}

.sticks-slider-03spicy {
	background-color: #ffc4b8;
	border-bottom: 8px #af1b28 solid;
}

.sticks-hero-04garlic {
	background: #9867a9 url("img/header-mockup/04garlic-top.png") no-repeat center;
}

.sticks-slider-04garlic {
	background-color: #f1e2f5;
	border-bottom: 8px #9867a9 solid;
}

.sticks-hero-05tomato {
	background: #f47e30 url("img/header-mockup/05tomato-top.png") no-repeat center;
}

.sticks-slider-05tomato {
	background-color: #f7dada;
	border-bottom: 8px #f47e30 solid;
}

.sticks-hero-06onion {
	background: #006dbf url("img/header-mockup/06onion-top.png") no-repeat center;
}

.sticks-slider-06onion {
	background-color: #e4f4fe;
	border-bottom: 8px #006dbf solid;
}

.sticks-slider-00classic,
.sticks-slider-01sesame,
.sticks-slider-02green,
.sticks-slider-03spicy,
.sticks-slider-04garlic,
.sticks-slider-05tomato,
.sticks-slider-06onion {
	cursor: pointer;
	transition: 0.5s;
}

.sticks-slider-00classic:hover,
.sticks-slider-01sesame:hover,
.sticks-slider-02green:hover,
.sticks-slider-03spicy:hover,
.sticks-slider-04garlic:hover,
.sticks-slider-05tomato:hover,
.sticks-slider-06onion:hover {
	cursor: pointer;
	background-color: white;
}

.sticks-hero-00classic,
.sticks-hero-01sesame,
.sticks-hero-02green,
.sticks-hero-03spicy,
.sticks-hero-04garlic,
.sticks-hero-05tomato,
.sticks-hero-06onion {
	padding-top: 1em;
	background-position: center;
	color: white;
	cursor: pointer;
}

#00classic-content,
#01sesame-content,
#02green-content,
#03spicy-content,
#04garlic-content,
#05tomato-content,
#06onion-content {
	max-height: 0px;
	transition: .5s;
}

.sticks-content {
	text-transform: none;
	background-color: white;
	color: black;
	max-height: 0px;
	overflow: hidden;
	transition: 1s;
}

.sticks-hero-footer {
	text-align: center;
	margin: 0 3em;
	font-size: .8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sticks-hero-footer img {
	height: 2em;
	padding: 0 1.5em;
	vertical-align: middle;
}

.sticks-hero-footer-element {
	align-content: center;
	display: flex;
/*	width: 25%; */
}

.stick-content.active {
	max-height: 5000px;
}

.sticks-button {
	padding-top: 1em;
	text-align: center;
}

.sticks-button img {
	height: 1.2em;
	transition: 0.1s;
}

.sticks-button.active img {
	transform:rotate(180deg);
}

.main-ingredient {
	display: block;
	width: 25%;
	float: left;
	font-size: .8em;
	margin-bottom: 1em;
}

.main-ingredient-image {
	display: block;
	width: 100%;
}

.tomato-content .main-ingredient-image,
.onion-content .main-ingredient-image {
	padding: 0 3em;
}

.ingredients {
	font-size: .9em;
	margin-bottom: 1em;
}

.main-ingredient p, .ingredients p {
	margin-left: 1em;
}

.main-ingredient h4, .ingredients h4 {
	font-size: 1em;
}

.ingredients-list {
	display: block;
	float: left;
}

.nutrition-table {
	display: block;
	float: right;
	width: 30em;
}

.ingredients-pics {
	display: table;
	vertical-align: middle;
	width: 75%;
}

.ingredients-pics img {
	width: 4.5em;
	margin: 0 .4em .2em;
	vertical-align: middle;
}

.ingredients table td {
	padding-right: 1em;
}

.ingredients table th {
	text-align: right;
}

.ingredients table td, .ingredients table th {
	padding: 0.1em 0.7em;
}

.ingredients table .main-row-00 {
	background-color: #ffe9c4;
}

.ingredients table .main-row-01 {
	background-color: #fff494;
}

.ingredients table .main-row-02 {
	background-color: #cbff70;
}

.ingredients table .main-row-03 {
	background-color: #ffc4b8;
}

.ingredients table .main-row-04 {
	background-color: #f1e2f5;
}

.ingredients table .main-row-05 {
	background-color: #f7dada;
}

.ingredients table .main-row-06 {
	background-color: #e4f4fe;
}


.sticks-articles {
	display: block;
	background-color: #f5f5f5;
	padding-top: 2em;
	overflow: auto;
}

.sticks-articles p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

.sticks-article-header {
	display: block;
}

.sticks-article-icon {
	display: table;
	float: left;
	width: 12%;
	padding-right: 1em;
}

.sticks-article-icon img {
	width: 100%;
}

.sticks-articles h2 {
	font-size: 2.8em;
}

.sticks-articles h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #33cc66;
	margin-bottom: 1.8em;
}

.sticks-wheretobuy h3 {
	color: #fd2727;
}

.shops-map {
	z-index: 0;
	padding: 1em 0;
	width: 100%;
}

#map {
	height: 50vh;
}

.town-picker select {
	border: 2px white solid;
	margin: 1em 0.5em 0 1em;
	padding: 0.2em 1.5em;
	transition: 0.5s;
}

.town-picker select:hover {
	border: 2px #fd2727 solid;
}

select {
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
	background: url("img/open-accordion.svg") no-repeat right center;
	background-size: 1.3em;
	background-color: white;
	overflow: hidden;
	border: solid thin white;
}


.shops-list {
	margin: .5em 0;
}

.shops-list table {
	width: 100%;
}

.shops-list-cell {
	width: 33%;
	float: left;
	border-left: 2px #fd2727 solid;
	padding: 0 .5em;
	margin: .5em 0;
	cursor: pointer;
	transition: 0.5s;
}

.shops-list-cell:hover {
	background-color: white;
}

.shops-list-row {
	display: flex;
	margin: 2em 0;
	width: 100%;
}

.shops-list-previous, .shops-list-next {
	width: 3em;
	height: 3em;
	text-align: center;
	cursor: pointer;
	border: 2px #f5f5f5 solid;
	transition: 0.3s;
}

.shops-list-space {
	width: 100%;
}

.shops-list-previous {
	float: left;
	background: url("img/ui/arrow-previous.svg") no-repeat center;
	background-size: 1.5em;
}

.shops-list-previous:before {
	transform: rotate(90deg);
}

.shops-list-next {
	float: right;
	background: url("img/ui/arrow-next.svg") no-repeat center;
	background-size: 1.5em;
}

.shops-list-previous:hover,
.shops-list-next:hover {
	border: 2px #fd2727 solid;
}


.form-main {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 2em;
}

.form-main form {
	display: block;
}

.form-column {
	display: block;
	float: left;
	width: 50%;
	padding: 0 1em;
}

.form-main iframe {
	width: 100%;
	height: 3em;
	border: none;
	overflow: hidden;
}

.form-main button, .form-send-button {
	font-family: inherit;
	background-color: #33cc66;
	border: solid;
	border-color: #33cc66;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	padding: .8em;
	width: 49%;
	transition: 0.3s;
	cursor: pointer;
}

.form-main button:hover, .form-send-button:hover {
	border-color: white;
	background-color: white;
	color: #33cc66;
}

.form-main .form-clear-button {
	border-color: #33cc66;
	background-color: white;
	color: #33cc66;
}

.form-main .form-clear-button:hover {
	border-color: white;
	background-color: #33cc66;
	color: white;
}

.form-column input {
	font: inherit;
	padding: .7em;
}

.form-field {
	width: 100%;
	border: none;
	margin-bottom: .7em;
}

.form-label {
	padding: .7em;
	text-transform: uppercase;
	color: #33cc66;
	cursor: pointer;
}

.form-column textarea {
	font: inherit;
	padding: .7em;
	width: 100%;
	border: none;
	resize: none;
}

.form-checkbox-base {
	padding: .5em 0;
}

.form-column .form-checkbox {
	display: none;
}

.form-column .form-checkbox + .form-label:before {
	display: inline-block;
	content:'';
	border: 5px solid #33dd66;
	width: 2em;
	height: 2em;
	left: 0;
	margin-right: .5em;
	vertical-align: middle;
	cursor: pointer;
}

.form-column .form-checkbox:checked + .form-label:before {
	content: url("img/ui/checkbox-tick.svg");
	text-align: center;
}

.form-message {
	padding: .5em 0;
}



.sticks-contact {
	margin: 2em 0;
	display: block;
	float: left;
	width: 50%;
}

.sticks-contact-icon, .sticks-address-icon {
	display: flex;
	float: left;
	padding-right: 1.5em;
}

.sticks-contact-icon img {
	height: 4em;	
}

.sticks-address-icon img {
	height: 3em;
}

.sticks-contact-content {
	border-left: 2px solid #33dd66;
	padding: 0 2em;
	float: left;
}

footer {
	clear: both;
	display: block;
	background-color: #c2c2c2;
	color: white;
	font-size: .7em;
	padding-top: 1em;
	height: 8em;
}

.footer-content-left {
	display: block;
	float: left;
	width: 75%;
	text-align: center;
}

.footer-content-right {
	display: block;
	float: right;
	text-align: center;
}

.footer-content-right a {
	text-decoration: none;
}

.DRLogo {
	background-image: url("img/dalejrazem-spolka-logo---white.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.DRLogo, .DRLogo img {
	height: 3em;
	transition: .3s;
}

.DRLogo img {
	background-color: rgba(194,194,194,1.00);
	opacity: 0;
}

.DRLogo img:hover {	opacity: 1;	}

a.shop-online {
    background-color: #33cc66;
}

a.shop-online:hover {
    background-color: #2b2a29;
    text-decoration: none;
}
.shop-online img {
    width: 20px;
    margin-bottom: -3px;
}
@media (min-width: 1024px){
	
	.mobile-menu, .mobile-phone-number {
		display: none;
	}
}

@media (max-width: 1024px) {
	
	header {
		display: block;
		flex-wrap: wrap;
	}
	
	main {
		padding-top: 3em;
	}
	
	.menu-bg-bar, .menu-bar {
		display: none;
	}
	
	.menu-bg-top {
		box-shadow: 0 0px 1.5em ;
	}
	
	.sticks-hero-content, .sticks-open-content {
		width: auto;
	}
	
	.header-left {
		position: fixed;
	}
	
	.header-right {
		width: auto;
		margin-right: 4em;
	}
	
	.mobile-contact-bar {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-end;
	}
	
	.header-right {
		display: none;
	}
	
	.contact-details {
		padding-left: 2em;
		padding-right: 2em;
		margin-left: auto;
		text-align: right;
	}
	
	.mobile-menu-button {
		display: block;
	}
	
	header .mobile-menu li, header .mobile-menu li a {
		padding: .5em 2em;
	}
	
	.sticks-open-content {
		padding: 0 2em;
	}
	
	.main-ingredient {
		width: 35%;
	}

	.ingredients-pics {
		width: 100%;
	}
	
	.sticks-article-icon {
		width: 4em;
	}
	
	.sticks-articles {
		padding: 2em 2em 0;
	}
	
	.shops-list-cell {
		height: 5em;
		font-size: .85em;
	}
	
	#map {
		height: 85vh;
	}
	
	.sticks-hero-footer-element {
		width: 50%;
		padding-top: 1em;
	}
	
	.footer-content-left, .footer-content-right {
		width: 100%;
		padding-bottom: 1em;
	}
	
	footer {
		height: 12em;
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media (max-width: 768px){
	
	.header-left, .mobile-menu-button {
		position: fixed;
	}
	
	.contact-details, .contact-details-right {
		text-align: right;
		padding: 0 2em;
	}
	
	.main-ingredient {
		width: 100%;
	}
	
	.main-ingredient-image {
		width: 50%;
		margin: 0 auto;
	}

	.nutrition-table {
		padding-top: 1em;
		width: 100%;
	}
	
	.shops-list-cell {
		width: 100%;
	}
	
	.form-column, .sticks-contact {
		width: 100%;
	}
	
	footer {
		height: 15em;
	}
}
@media (max-width: 510px){
	.mobile {
	display: none;
	}	
}	

@media (max-width: 480px){
	
	.header-left {
		width: 6em;
	}
	
	.main-logo {
		padding: 1em;
	}
	
	main {
		padding-top: 3em;
	}
	
	.sticks-header h2 {
		font-size: 0em;
	}
	
	.sticks-hero-00classic,
	.sticks-hero-01sesame,
	.sticks-hero-02green, 
	.sticks-hero-03spicy,
	.sticks-hero-04garlic,
	.sticks-hero-05tomato,
	.sticks-hero-06onion {
		background-size: 46em auto;
		background-position: top;
	}
	
	.main-ingredient-image {
		width: 90%;
	}
	
	.ingredients-pics img {
		width: 2.8em;
	}
	
	.sticks-articles h2 {
		font-size: 2em;
	}

	.sticks-articles h3 {
		font-size: 1em;
	}
	
	.form-main {
		font-size: 0.85em
	}
}
