@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-block {
	text-align: center;
	color: #282828;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 60px;
}
.alert {
	max-width: 900px;
	padding: 15px;
	color: #2e9d14;
	border: 2px solid #2e9d14;
	margin: 0 auto;
	text-align: center;
}
.go-to-main {
	text-align: center;
}
.go-to-main a {
	display: inline-block;
	cursor: pointer;
	height: 53px;
	position: relative;
	overflow: hidden;
	background-color: #f8054a;
	border: 1px solid #f8054a;
	color: #ffffff;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 53px;
	margin: 0 auto;
}
.p-listowanie.p-center {
	width: 80%;
}
.p-listowanie.p-center .product {
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: calc(25% - 15px);
}
.pagination .prev a:hover {
	background: #fff;
	color: #2e9d14;
}
.pagination .prev a {
	background: #2e9d14;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	display: block;
	border: 1px solid #2e9d14;
	padding: 10px 15px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.modal.active {
	visibility: visible;
	opacity: 1;
}
#ocenaOpinia .modal-inner,
#successWyslanie .modal-inner {
	top: 30%;
}
#ocenaOpinia .modal-header,
#successWyslanie .modal-header {
	border: none;
	padding-right: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}
#ocenaOpinia .modal-header .modal-title h2,
#successWyslanie .modal-header .modal-title h2 {
	text-align: center;
	color: #232323;
	font-family: 'Proxima Nova';
	font-size: 40px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 10px;
}
#ocenaOpinia .modal-header .modal-title p,
#successWyslanie .modal-header .modal-title p {
	text-align: center;
	color: #232323;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}
.pagination {
	padding: 70px 0;
}
.listowanie-title.title span {
	color: #2e9d14;
}
.listowanie-title.title {
	color: #232323;
	font-size: 40px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1px;
}
.pagination ul li {
	margin: 0 10px;
	color: #9d9d9d;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.pagination ul li a:hover,
.pagination ul li.active a {
	color: #282828;
}
.pagination ul li a {
	color: #9d9d9d;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px;
	letter-spacing: 0.5px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul {
	display: inline-block;
	list-style: none;
}
.pagination {
	text-align: center;
}
.modal {
	padding-top: 5%;
	padding-bottom: 5%;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.modal-title {
	color: #232323;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.6px;
}
.modal-close span {
	color: #232323;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-right: 15px;
	letter-spacing: 0.3px;
}
.custom-file-upload span:after {
	content: '+';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	color: #2e9d14;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.6px;
}
.modal-body {
	padding-top: 20px;
}
.custom-file-upload span {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 50px;
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.4px;
	padding-left: 25px;
}
.custom-file-upload {
	margin-top: 10px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
	height: 48px;
	border: 1px solid #2e9d14;
	background-color: #ffffff;
}
#file-upload {
	height: 0;
	margin: 0;
	border: none;
	padding: 0;
	overflow: hidden;
}
.modal.active .modal-inner {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.modal-inner {
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	padding: 40px 45px;
	margin: 0 auto;
	position: relative;
	max-width: 790px;
	width: 100%;
	background: #fff;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#suplement .input-group .inputs {
	width: 48%;
}
#suplement .textarea textarea {
	margin-bottom: 0;
	padding-left: 25px;
}
#suplement .inputs,
#suplement .textarea {
	width: 100%;
	padding: 0;
}
.modal-header {
	padding-right: 90px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal-close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 26px;
	line-height: 24px;
	color: #2e9d14;
}
.search-input input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #282828;
	font-size: 16px;
	line-height: 44px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.search-input input::-moz-placeholder {
	color: #282828;
	font-size: 16px;
	line-height: 49px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.search-input input:-ms-input-placeholder {
	/* IE 10+ */
	color: #282828;
	font-size: 16px;
	line-height: 44px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.search-input input:-moz-placeholder {
	color: #282828;
	font-size: 16px;
	line-height: 44px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.podstrona-inner {
	padding-bottom: 100px;
}
.textarea textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.textarea textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.textarea textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.textarea textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.inputs input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #282828;
	font-size: 16px;
	line-height: 44px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.inputs input::-moz-placeholder {
	/* Firefox 19+ */
	color: #282828;
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 0.4px;
}
.inputs input:-ms-input-placeholder {
	/* IE 10+ */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.ocena-right {
	padding: 23px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.inputs input,
.textarea textarea {
	color: #282828;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Proxima Nova';
	line-height: 20px;
	letter-spacing: 0.4px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.inputs input:-moz-placeholder {
	/* Firefox 18- */
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	line-height: 44px;
	letter-spacing: 0.4px;
}
.form-error.alert.alert-danger {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f8054a;
	padding: 10px 15px;
	margin-bottom: 20px;
	background: rgba(248, 5, 74, 0.3);
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.form-error.alert.alert-danger ul li {
	font-weight: 700;
	color: #f8054a;
	font-size: 16px;
}
input.error,
textarea.error {
	border-color: #f8054a !important;
}
.form-error.alert.alert-danger ul {
	list-style: none;
}
.form-error.alert.alert-danger strong {
	display: none;
}
a {
	text-decoration: none;
}
body.active {
	overflow: hidden;
}
body {
	font-family: 'Proxima Nova';
}
b,
strong {
	font-weight: 700;
}
input {
	padding: 5px;
}
.product-container .art-left-img {
	text-align: center;
}
.art-img-inner {
	display: block;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 32% 5%;
}
.product-container h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.product-container p {
	margin-bottom: 15px;
}
.product-container {
	color: #282828;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.45px;
}
.ocena-title {
	margin-top: 12px;
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 0.72px;
	line-height: 24px;
}
.ocena-stars span {
	margin-right: 20px;
}
.art-right-text .product-adress-section .ocena-stars span {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 20px;
	letter-spacing: 0.45px;
}
.ocena-left .ocena-wrap{
	display: flex;
}
.art-right-text .product-adress-section{
	width: 100%;
	display: flex;
	padding: 15px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.product-adress-section .adress-left{
	width: 50%;
	display: flex;
	align-items: left;
	flex-direction: column;
}
.product-adress-section .adress-left .adress-left-wrap{
	display: flex;
	flex-direction: column;
	align-items: left;
}
.adress-left .adress-left-wrap span{
	color: #282828;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: 700;
}
.adress-left .adress-left-wrap a{
	color: #282828;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: 700;
}
.product-adress-section .product-hours{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.product-hours .product-hours-wrap{
	display: flex;
	flex-direction: column;
	align-items: left;
	width: 220px;
}
.product-hours-wrap .product-hoursTitle{
	width: 100%;
	color: #232323;
	font-size: 18px;
	line-height: 24px;
	font-family: "Proxima Nova";
	font-weight: 700;
	letter-spacing: 0.18px;
}
.product-hours-wrap .hoursWrapp{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.product-hours-wrap .hoursWrapp .left_col{
	display: flex;
	flex-direction: column;
	align-items: left;
}
.product-hours-wrap .hoursWrapp .left_col span,
.product-hours-wrap .hoursWrapp .right_col span{
	color: #232323;
	font-family: "Proxima Nova";
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	letter-spacing: 0.18px;
}
.product-hours-wrap .hoursWrapp .right_col{
	display: flex;
	flex-direction: column;
	align-items: right;
}
.ocena-left {
	width: 100%;
	position: relative;
}
.art-right-text .product-ocena {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.art-right-text .tags ul {
	padding-left: 0;
}
.tags ul li:last-child {
	margin-right: 0;
}
.tags ul li:hover {
	background: #2e9d14;
	color: #fff;
	border-color: #2e9d14;
}
.tags ul li a {
	color: #282828;
}
.tags ul li:hover a {
	color: white;
}
.tags ul li {
	cursor: default;
	margin-right: 10px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	padding: 5px 12px;
	list-style: none;
	display: inline-block;
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.4px;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.ocena-stars {
	margin-bottom: 7px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.45px;
}
.ocena-count {
	color: #282828;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.72px;
	line-height: 24px;
	margin-left: 15px;
}

/*.ranking {
	margin: 10px 0;
}*/

.ranking span.red {
	color: #ffffff;
	font-size: 44px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.1px;
	margin-left: 15px;
}
.suppl-item:last-child {
	margin-right: 0;
}
.ocena-suplement {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.podstrona-inner .products {
	padding: 40px 60px;
	border: 1px solid #e5e5e5;
}
.podstrona-inner .title {
	color: #232323;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.75px;
}
.suppl-item {
	padding: 5px 0;
	margin-right: 50px;
	line-height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.45px;
}
.podstrona-inner .product {
	width: -webkit-calc(16.66666% - 15px);
	width: -moz-calc(16.66666% - 15px);
	width: calc(16.66666% - 15px);
}
.ocena-suplement-title {
	color: #282828;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.6px;
}
#ocenaSupllement {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.suppl-item button:hover {
	background: #fff;
	color: #2e9d14;
}
.gwiazdki {
	padding: 29px 10px;
}
.gwiazdki span.stars span {
	margin: 0;
}
.gwiazdki span {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}
.gwiazdki ul li>span {
	width: 50%;
	display: flex;
	align-items: center;
}
.gwiazdki span.ocena {
	margin-left: 15px !important;
}
.star-title {
	padding-right: 15px;
}
.gwiazdki ul li {
	text-align: right;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.suppl-item button {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.45px;
	height: 49px;
	padding: 0 60px;
	border: 1px solid #2e9d14;
	cursor: pointer;
	background: #2e9d14;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.suppl-item span {
	margin-right: 15px;
}
.suppl-items {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: start;
	flex-direction: column;
}
.ranking:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 46px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/cube.png)no-repeat center;
}
.ranking {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #2e9d14;
	padding-left: 65px;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.container {
	width: 100%;
	padding: 0 15px;
	max-width: 1400px;
	margin: 0 auto;
}
.header-inner {
	padding: 29px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-categories {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.search-box {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.search-input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	height: 100%;
}
.serch-title {
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	margin-right: 25px;
	letter-spacing: -0.45px;
}
.search-input input {
	width: 284px;
	font-family: 'Proxima Nova';
	border: none;
	height: 100%;
	padding-left: 29px;
	padding-right: 29px;
}
footer {
	padding: 55px 0;
	background: #2e9d14;
}
.footer-nav a:hover {
	padding-bottom: 5px;
}
.footer-nav a {
	display: block;
	color: #ffffff;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.footer-nav li:last-child {
	margin-right: 0;
}
.sciezka-inner {
	padding: 35px 0;
}
.sciezka-inner li a {
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sciezka-inner li a:hover {
	color: #2e9d14;
}
.sciezka-inner ul {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
#contact {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}
.article-container {
	padding-top: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.art-left-img {
	width: 28.54%;
	padding-right: 4%;
}
.art-left-img .product_reklam{
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
}
.art-right-text ul,
.art-right-text ol {
	padding-left: 20px;
}
.art-right-text p {
	margin-bottom: 25px;
}
.comment-container {
	padding-top: 25px;
}
.commentary-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.commentary-author span {
	color: #282828;
	margin-right: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.commentary-item:first-child {
	border-top: 1px solid #e5e5e5;
}
.commentary-item {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}
#commentAdd .some-fields .col-5:last-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#commentAdd .some-fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
#commentAdd .textarea {
	width: 100%;
	padding: 0;
}
#commentAdd .ocena span {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 20px;
	letter-spacing: 0.45px;
}
#commentAdd .ocena {
	padding: 30px 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.some-fields .inputs {
	width: 100%;
}
.some-fields .inputs input {
	width: 100%;
	margin-top: 0;
	max-width: 313px;
	height: 48px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
}
.some-fields button[type="submit"] {
	cursor: pointer;
	color: #ffffff;
	margin-top: 12px;
	font-size: 18px;
	font-weight: 700;
	height: 49px;
	max-width: 304px;
	width: 100%;
	background-color: #2e9d14;
	border: 1px solid #2e9d14;
	letter-spacing: 0.45px;
}
.article-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-title.art-title {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.commentary-text {
	color: #282828;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.comment-add-container {
	padding-top: 30px;
}
.comment-title {
	color: #282828;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 23px;
	letter-spacing: 0.6px;
}
.art-right-text {
	width: 71.5%;
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.art-left-img img {
	max-width: 100%;
	max-height: 100%;
}
.article-date span {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 15px;
	letter-spacing: 0.4px;
	background-color: #2e9d14;
}
.page-title.art-title {
	margin-bottom: 10px;
}
.submit button {
	font-family: 'Proxima Nova';
	margin-left: 20px;
	cursor: pointer;
	height: 74px;
	border: none;
	padding: 0 70px;
	background-color: #2e9d14;
	border: 2px solid #2e9d14;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.submit button:hover {
	background: none;
	color: #2e9d14;
	cursor: pointer;
}
.submit button[disabled="disabled"]{
	opacity: .3;
	cursor: default;
	background-color: #2e9d14;
	color: #ffffff;
}
.submit button[disabled="disabled"]:hover{
	background-color: #2e9d14;
	color: #ffffff;
}
.form-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#contact .inputs input {
	width: 48%;
}
#contact .submit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contact .textarea {
	width: 100%;
	padding: 0;
}
#contact .textarea textarea {
	padding-left: 25px;
	padding-right: 25px;
}
#contact .inputs {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
button {}
.inputs {
	width: 35%;
}
.textarea {
	padding-left: 44px;
}
.textarea textarea {
	resize: none;
	padding: 10px;
	margin: 12px 0;
	width: 100%;
	height: 184px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	margin-bottom: 28px;
}
.textarea {
	width: 65%;
}
.inputs input,
.inputs select {
	display: block;
	margin: 12px 0;
	width: 100%;
	height: 48px;
	padding: 5px 25px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
}
#suplement input[name="miasto"]{
	display: none;
}
#suplement input[name="miasto"].active{
	display: initial;
}
.input-group .inputs.niedziela{
	width: 33.3333% !important;
	margin: 0 auto;
}
.submit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-us {
	text-align: center;
	color: #282828;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.6px;
	margin-bottom: 60px;
}
.contact-title.page-title {
	margin-bottom: 30px;
	text-align: center;
}
.page-title {
	color: #232323;
	font-size: 48px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 45px;
}
.page-title h1{
	font-size: 40px;
	font-weight: 700;
}
.sciezka-inner li:last-child:after {
	display: none;
}
.sciezka-inner li:after {
	content: '>';
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2e9d14;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
.help-block.form-error {
	display: none;
}
.sciezka-inner li {
	position: relative;
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	list-style: none;
	padding-right: 45px;
}
.title {
	color: #232323;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.55px;
	margin-bottom: 20px;
	padding-left: 12px;
}
.title h1{
	font-size: 23px;
	font-weight: 600;
}
.footer-nav li {
	margin-right: 35px;
	list-style: none;
}
.some-block {
	margin-top: 35px;
}
.category-block-wrapper ul li a span.num {
	color: #ffffff;
	font-weight: 700;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.category-block-wrapper ul li a:hover span,
.category-block-wrapper ul li.active a span {
	color: #232323;
}
.category-block-wrapper ul li a:hover,
.category-block-wrapper ul li.active a {
	color: #232323;
}
/*LAST FINDS IN KATEGORIES
+++++++++++++++++++++++++++++++++++++++++*/
.last-find .product{
	width: calc(20% - 15px);
}
.category-block-wrapper ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	display: inline-block;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.category-block-wrapper ul li:last-child {
	margin-bottom: 0;
}
.category-block-wrapper ul li {
	margin-bottom: 2px;
	list-style: none;
}
.category-block-wrapper {
	border: 1px solid #e8e8e8;
	padding: 25px;
}
.p-center {
	width: 60%;
	padding: 0 7.5px;
}
.p-left {
	width: 20%;
	padding: 0 7.5px;
}
.p-right {
	width: 20%;
	padding: 0 7.5px;
}
.product .stars {
	margin-top: 10px;
	display: inline-block;
}
.articles-title a {
	color: #2e9d14;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
div.articles article {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}
.article-img a {
	display: inline-block;
}
.article-img {
	width: 44%;
	padding-right: 5%;
}
.article-img.article-img-all{
	width: 30%;
}
.article-content {
	width: 56%;
}
.article-content.articleAll{
	width: 70%;
}
.article-img img {
	max-width: 100%;
	max-height: 100%;
	width: 300px;
	height: 200px;
}
.artcile-more {
	text-align: right;
}
.article-text {
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.35px;
}
.article-title a:hover {
	color: #2e9d14;
}
.article-title a {
	color: #232323;
	-webkit-transform: 0.3s all ease;
	-moz-transform: 0.3s all ease;
	-ms-transform: 0.3s all ease;
	-o-transform: 0.3s all ease;
	transform: 0.3s all ease;
}
.article-title {
	color: #232323;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

/*.about-service-inner {
	padding: 60px 0;
}*/

.p-left .products {
	margin: -7.5px 0;
}
.p-left .products .product {
	width: 100%;
	margin: 7.5px 0;
	background: none;
}
.product .name-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.product .name-container .img {
	width: 45%;
}
.product .btnZobacz {
	width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product .btnZobacz a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	background-color: #2e9d14;
	padding: 6px 28px;
}
.name-container .name-col-r {
	width: 55%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
}
.service-text {
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 25px;
}
.service-text p:last-child {
	margin-bottom: 0;
}
.service-text p {
	margin-bottom: 30px;
}
.p-listowanie .name-container .name-col-r {
	width: 100%;
}
.product .product-adress{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.product .product-adress span{
	margin-bottom: 4px;
	color: #282828;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.28px;
}
.product .product-adress a{
	margin-bottom: 4px;
	color: #282828;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.28px;
}
.p-listowanie .product-ocena span,
.p-listowanie .product-ocena {
	text-align: center;
	margin-bottom: 5px;
}
.p-listowanie .product .stars {
	display: block;
	margin: 0 auto;
	margin-top: 13px;
}
.service-title {
	color: #232323;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.88px;
}
.about-service-inner {
	text-align: center;
}
.p-left .products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.articles article {
	padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e8e8e8;
}
.artcile-more a {
	color: #f8054a;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.35px;
}
.articles-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.products {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.product-description {
	color: #282828;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.product-ocena {
	color: #282828;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
}
/*.product-ocena span {
	display: block;
	margin-bottom: 4px;
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.4px;
}*/
.ocena-suplement .adsbygoogle ins {
	height: 100% !important;
	width: 100% !important;
}
.ocena-suplement .adsbygoogle {
	width: 100% !important;
	height: 230px !important;
}
.product-name a:hover {
	color: #2e9d14;
}
.product-name a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #282828;
	font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.banner a {
	display: inline-block;
}
.banners .wrapper .banner img {
	width: 100% !important;
	display: block !important;
	height: auto !important;
}
.p-left .products .adsbygoogle {
	height: 100% !important;
}
.p-left .products .reklama {
	height: 600px;
	width: auto;
}
.products .reklama {
	width: 100%;
	margin: 7.5px;
	font-weight: 600;
}
.reklama-inner {
	width: 100%;
	display: inline-block;
	height: 230px;
	overflow: hidden;
}
.product-name {
	letter-spacing: 0.45px;
	color: #282828;
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
	word-break: break-word;
}
.red-btn {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.21px;
	margin-bottom: 10px;
}
.p-left .product-ocena {
	text-align: center;
}
.img {
	margin-bottom: 15px;
	height: 109px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adsbygoogle {
	height: 230px !important;
	overflow: hidden;
}
.p-right .adsbygoogle {
	display: none;
}
.p-left .stars {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.img img {
	max-width: 100%;
	max-height: 100%;
	max-height: 84px;
}
.comment-block {
	border-bottom: 1px solid #218609;
	padding: 7.5px 0;
}
.p-center .products {
	padding: 35px 0;
	/*border: 1px solid #e8e8e8;
	background-color: #e8e8e8;*/
	padding-top: 0;
	margin-top: -9px;
}
.product {
	text-align: center;
	margin: 7.5px;
	width: -webkit-calc(33.3333% - 15px);
	width: -moz-calc(33.3333% - 15px);
	width: calc(33.3333% - 15px);
	padding: 10px 20px;
	background-color: #e8e8e8;
}
.comment-text {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 10px;
}
.stars {
	padding: 0 !important;
}
.comment-product {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0.21px;
}
.comment-ocena {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-author a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.35px;
}
.comment-author {
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.21px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-inner {
	padding: 35px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.4px;
}
.footer-inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.header-supl-inner span {
	color: #fff;
	font-size: 55px;
	line-height: 55px;
}
.coppyright span {
	margin-right: 20px;
	display: inline-block;
}
.coppyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.4px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.coppyright .top-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.coppyright a {
	color: white;
}
.header-supl-inner {
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.59px;
	text-align: center;
}
.header-supl .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.header-supl {
	position: relative;
	padding: 33px 0;
	background: url(../img/back.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header-supl .header-col-c,
.header-supl .header-col-l,
.header-supl .header-col-r {
	width: 33%;
}
.header-supl .header-col-r {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#search-box input[type="submit"] {
	cursor: pointer;
	margin-left: 25px;
	height: 40px;
	border: none;
	width: 40px;
	background: url(../img/submit.png)no-repeat center;
}
#search-box {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cat-nav:before {
	content: '';
	position: absolute;
	background: url(../img/menu-icon.png)no-repeat center;
	left: 0;
	top: 50%;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 15px;
}
.cat-nav {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-left: 45px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.cat-nav li:last-child {
	margin-right: 0;
}
.add_product {
	cursor: pointer;
	height: 53px;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.4px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-color: #2e9d14;
	border: 1px solid #2e9d14;
	padding: 0 27px;
	color: #ffffff;
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.add_product span {
	z-index: 20;
}
.cat-nav li {
	margin-right: 45px;
	list-style: none;
}
.cat-nav a:hover,
.cat-nav li.active a {
	color: #2e9d14;
}
.cat-nav a {
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	line-height: 58px;
	letter-spacing: -0.5px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.col-5 {
	width: 50%;
}
.categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.add_product:after {
	background: #000000;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 0;
}
.add_product:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-left .products {
	border: 1px solid #e8e8e8;
}
.filter-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.filter-block .filter-apply input {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.45px;
	height: 48px;
	padding: 0 60px;
	border: 1px solid #2e9d14;
	cursor: pointer;
	text-transform: uppercase;
	background: #2e9d14;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.filter-block .filter-apply input:hover {
	background: #fff;
	color: #2e9d14;
}
.filter-block .inputs {
	margin-right: 15px;
}
.filter-block .inputs select {
	margin: 0;
	margin-right: 15px;
	margin-bottom: 15px;
}
.site-map a {
	color: #282828;
	font-weight: 500;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-map a:hover {
	color: #2e9d14;
}
.site-map .site1 a {
	font-size: 20px;
}
.site-map {
	padding-bottom: 30px;
	padding-top: 30px;
}
.site-map .site2 a {
	font-size: 16px;
	padding-left: 30px;
}

.comment-product a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.about-service a,
.article-container a,
.product-container a {
	color: #2e9d14;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}
@media(max-width:1500px) {
	.header-supl-inner {
		font-size: 24px;
	}
	.header-supl-inner span {
		font-size: 40px;
	}
	.search-input input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.search-input input::-moz-placeholder {
		font-size: 14px;
	}
	.search-input input:-ms-input-placeholder {
		font-size: 14px;
	}
	.search-input input:-moz-placeholder {
		font-size: 14px;
	}
	.search-input input {
		width: 100%;
		max-width: 100%;
	}
	.add_product {
		font-size: 14px;
	}
	.header-supl {
		padding: 30px 0;
	}
	.p-right {
		width: 16.5%;
	}
	.p-center {
		width: 63.5%
	}
	.serch-title {
		font-size: 16px;
	}
	.category-block-wrapper ul li {
		margin-bottom: 12px;
	}
	.category-block-wrapper ul li a {
		font-size: 16px;
	}
	.about-service-inner {
		padding: 35px 0;
	}
	.title {
		font-size: 20px;
	}
	.product-name {
		font-size: 16px;
	}
	.container {
		max-width: 1200px;
	}
}
@media (max-width:1199px) {
	.article-img.article-img-all {
		width: 45%;
	}
	.article-content.articleAll {
		width: 65%;
	}
	.podstrona-inner .product {
		width: -webkit-calc(20% - 15px);
		width: -moz-calc(20% - 15px);
		width: calc(20% - 15px);
	}
	.category-block-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.p-listowanie.p-center {
		width: 100%;
	}
	.some-block {
		margin-top: 15px;
	}
	.p-left .products .product {
		width: -webkit-calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: calc(25% - 15px);
		margin: 7.5px;
	}
	#ocenaSupllement {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.suppl-item button {
		margin: 10px 0;
	}
	.g-recaptcha {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
	.submit button {
		font-size: 16px;
		height: 68px;
		padding: 0 34px;
	}
	.p-left .products {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.comment-block {
		width: 25%;
		padding: 10px;
	}
	.p-left .some-block:first-child {
		margin-top: 0;
	}
	.p-left,
	.p-right,
	.p-center {
		width: 100%;
	}
	.p-left {
		padding-top: 20px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-center {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.p-right {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.page-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.category-block-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #2e9d14;
	background-color: #2e9d14;
}
@media(max-width:992px) {
	.header-supl .header-col-c,
	.header-supl .header-col-r {
		width: 50%;
	}
	.header-supl .header-col-l {
		display: none;
	}
	.gwiazdki span.ocena {
		margin-left: 0 !important;
	}
	.gwiazdki span {
		font-size: 15px;
	}
	.page-title {
		font-size: 40px;
		list-style-position: 38px;
	}
	.p-listowanie.p-center .product {
		width: -webkit-calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: calc(25% - 15px);
	}
	#search-box input[type="submit"] {
		margin-left: 9px;
	}
	.serch-title {
		margin-right: 5px;
	}
	.submit {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.podstrona-inner .product {
		width: -webkit-calc(33.333333% - 15px);
		width: -moz-calc(33.333333% - 15px);
		width: calc(33.333333% - 15px);
	}
	.search-input input {
		padding: 0 15px;
	}
	.page-title {
		font-size: 42px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	#commentAdd .ocena {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.some-fields .inputs input {
		max-width: 100%;
	}
	.some-fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media(max-width:768px) {
	.page-inner {
		margin: 0;
	}
	.header-supl .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-supl .header-col-r {
		margin-top: 25px;
	}
	.header-supl .header-col-c,
	.header-supl .header-col-r {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.filter-block {
		padding-bottom: 20px;
	}
	.podstrona-inner .product,
	.p-listowanie.p-center .product {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.pagination ul li {
		margin: 0 5px;
	}
	.coppyright {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.contact-title.page-title {
		margin-bottom: 10px;
	}
	.contact-us {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.pagination ul li a {
		font-size: 16px;
		line-height: 16px;
		padding: 5px;
	}
	.listowanie-title.title {
		font-size: 26px;
		line-height: 26px;
	}
	.art-img-inner {
		max-width: 480px;
	}
	.sciezka-inner li a,
	.sciezka-inner li {
		font-size: 14px;
		line-height: 14px;
	}
	.sciezka-inner {
		padding: 20px 0;
	}
	.col-5 {
		width: 100%;
	}
	.textarea textarea {
		padding-left: 25px;
	}
	.modal-inner {
		padding: 20px;
	}
	.art-right-text {
		padding-top: 20px;
	}
	#suplement .input-group .inputs {
		width: 100%;
	}
	.submit button {
		height: 50px;
	}
	.input-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.g-recaptcha {
		margin-bottom: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.article-date span {
		margin-bottom: 0;
	}
	.page-title span {
		margin-bottom: 10px;
	}
	.page-title {
		font-size: 36px;
		line-height: 34px;
	}
	.art-left-img,
	.art-right-text {
		width: 100%;
	}
	.article-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.submit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.inputs,
	.textarea {
		padding: 0;
		width: 100%;
	}
	.form-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer {
		padding: 30px 0;
	}
	.p-left .products .product,
	.product {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.header-inner {
		padding: 10px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.add_product {
		height: 40px;
		padding: 0 20px;
		font-size: 12px;
	}
	.footer-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comment-block {
		width: 50%;
	}
	.article-content.articleAll {
		width: 100%;
	}
	.categories {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.article-img.article-img-all {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.articles article {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.art-right-text .product-ocena {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ocena-left:after {
		display: none;
	}
	.ocena-left,
	.ocena-right {
		width: 100%;
		padding: 0;
		padding: 10px 0;
	}
	.art-right-text .product-ocena {
		padding: 15px 0;
	}
}

/*BANNERS
---------------------------------------*/

.banners .wrapper {
	width: 100%;
	padding: 0 15px;
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px;
}
.banners .wrapper .banner {
	text-align: center;
	width: 33.33333%;
	padding: 5px;
}
.banners .wrapper .banner img {
	/* display: block; */
	/* width: 100%; */
	/* height: 220px; */
}
.podstrona-btn .add_product {
	background: #2e9d14;
	color: #fff;
}
@media(max-width:480px) {
	.art-right-text .product-adress-section{
		flex-direction: column;
		align-items: center;
	}
	.product-adress-section .product-hours,
	.product-hours .product-hours-wrap,
	.product-adress-section .adress-left{
		width: 100%;
	}
	.banners .wrapper .banner {
		width: 100%;
	}
	.banners .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.serch-title {
		text-align: center;
	}
	#contact .inputs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#contact .inputs input {
		width: 100%;
	}
	.pagination .prev {
		display: block;
		max-width: 200px;
		margin: 5px auto;
	}
	.coppyright span {
		margin-right: 0;
	}
	.podstrona-inner .product {
		max-width: 320xp;
		width: 100%;
	}
	.cat-nav li {
		margin-right: 20px;
	}
	.cat-nav a {
		font-size: 14px;
	}
	.listowanie-title.title {
		font-size: 22px;
		line-height: 22px;
	}
	.coppyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.search-input input {
		padding: 5px;
	}
	.podstrona-inner .title {
		font-size: 24px;
		line-height: 24px;
	}
	.footer-nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.art-right-text p {
		margin-bottom: 10px;
	}
	.page-title {
		font-size: 28px;
		line-height: 26px;
	}
	.category-block-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comment-block {
		width: 100%;
	}
	.p-left .products,
	.products {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-left .products .product,
	.product,
	.p-listowanie.p-center .product {
		max-width: 210px;
		width: 100%;
		margin: 7.5px auto;
	}
}
.miasta-header{
	width: 100%;
	padding-top: 10px;
}
.miasta-header a{
	color: #282828;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-right: 5px;
}

.map-wrapper svg {
	fill: #9ed292;
}
.map-wrapper svg a {
	fill: inherit;
	transition: 0.3s ease;
	cursor: pointer;
}

.map-wrapper svg a:hover {
	fill: #2e9d14;
}

.top-miasta-text {
    font-weight: bold;
    color: #2e9d14;
}