/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,900;1,300;1,400;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500;600;700&display=swap');

:root {
	font-size: 20px;
}

@media (max-width: 900px) {
	:root {
		font-size: 15px;
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

.rwContentBox ul,
.cn ul {
	list-style-type: disc;
	margin: 20px 0;
	margin-left: 45px;
}

.rwContentBox ol,
.cn ol {
	list-style-type: decimal;
	margin: 20px 0;
	margin-left: 55px;
}

.rwContentBox li,
.cn li {
	padding-left: 0px;
}

.rwContentBox table td {
	vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

ul {
	margin-top: 0;
}

img {
	border: 0;
}

.clear,
.cl {
	clear: both;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: .9rem;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

body {
	/*font: 1rem/1.55 ubuntu, sans-serif;*/
	font: 1rem/1.55 mitr, sans-serif;
	color: #596468;
}

/*
* {
	font-family: mitr, sans-serif;
}
*/

.tinymce-ct {
	font-family: tahoma, sans-serif;
}

a {
	color: #9cd957;
	outline: none;
	transition: all 0.2s ease;
	text-decoration: none;
}

a:hover {
	color: #63912e;
}

.hd,
body>main,
body>footer {
	position: relative;
}

.hd>div,
body>main>div,
body>footer>div,
.main-menu nav {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

@media (max-width: 900px) {

	body>main>div,
	body>footer>div,
	.main-menu nav {
		width: 320px;
	}
}

.hd>div {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

.hd {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 500;
	box-shadow: 0 0 50px #0001;
	text-align: right;
}

@media (max-width:480px) {
	.hd {
		height: 64px;
	}
}

.olg img {
	display: block;
	vertical-align: middle;
	width: 350px;
	height: 95px;
	object-fit: contain;
	position: absolute;
	left: 2rem;
	top: 2rem;
}

@media (max-width:1450px) {
	.olg img {
		left: 1rem;
		top: 1rem;
		width: 300px;
	}
}

@media (max-width:1250px) {
	.olg img {
		left: 1rem;
		top: 0rem;
		width: 240px;
	}
}

@media (max-width:900px) {
	.olg img {
		left: .5rem;
		top: 0;
		width: 160px;
		height: 60px;
	}
}

.olg img+span,
.olg img+span span,
.olg img+span span+span {
	display: none;
}

.main-menu {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: auto;
	height: auto;
	padding-left: 250px;
}

.main-menu nav {
	font-size: 0;
	width: 100%;

	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (max-width:1450px) {
	.main-menu nav {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width:1250px) {
	.main-menu nav {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.main-menu nav li {
	position: relative;
	display: inline-block;
	vertical-align: middle;

	padding-top: calc((95px - 2rem) / 2);
	padding-bottom: calc((95px - 2rem) / 2);
}

.main-menu nav li a {
	font-size: .9rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 0;
	text-align: center;
	line-height: 1rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
}

@media (max-width:1650px) {
	.main-menu nav li a {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media (max-width:1450px) {
	.main-menu nav li a {
		font-size: .75rem;
	}
}

@media (max-width:1250px) {
	.main-menu nav li a {
		font-size: .66rem;
	}
}

.main-menu nav li li {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.main-menu nav li li a {
	text-align: left;
	display: block;
	height: auto;
	padding: .5rem 1rem;
}

.main-menu nav li a.selected,
.main-menu nav li a.active,
.main-menu nav li a.traced {}

.main-menu nav li a:hover,
.main-menu nav li a.traced {
	box-shadow: 0 0 10px #00000033;
}

.main-menu nav li li a:hover,
.main-menu nav li li a.traced {
	box-shadow: none;
	background: #a2d94d33;
}

.main-menu nav li a.active {
	color: #a2d94d;
	font-weight: bold;
}

.main-menu nav ul ul {
	position: absolute;
	left: 0;
	background: #fff;
	outline: 1px solid #ddd;
	z-index: 50;
	width: 250px;
	box-shadow: 6px 6px 8px #00000022;
	text-align: left;
	display: none;
}


.main-menu nav li:has(ul):hover>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #fff;
	width: 100%;
	height: 5px;
	z-index: 100;
}


.main-menu nav ul ul ul {
	left: 220px;
	top: 0rem;
	box-shadow: 8px 8px 10px #00000022;
}

.main-menu nav ul ul li {
	display: block;
	width: 100%;
}

input#rwdmn,
input#rwdmn+label {
	display: none;
}

@media (max-width: 900px) {

	input#rwdmn+label+nav {
		display: none;
	}

	input#rwdmn+label {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: .2rem 1rem;
		background: #fff;
		z-index: 100;
		width: 1rem;
		text-align: center;
		font-size: 2.4rem;
		max-height: 54px;
	}

	input#rwdmn+label span::before {
		content: '\2261';
	}

	input#rwdmn:checked+label span::before {
		content: '\D7';
	}

	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fffffff5;
		z-index: 10;
	}

	input#rwdmn:checked+label+nav ul {
		background: transparent;
		display: block !important;
		outline: none;
		box-shadow: none;
		width: auto;
	}

	input#rwdmn:checked+label+nav li {
		display: block;
		text-align: left;
		padding: 0;
	}

	input#rwdmn:checked+label+nav li a {
		padding-top: .33rem;
		padding-bottom: .33rem;
		font-size: 1rem;
		display: block;
		padding: .5rem;
		margin: 0;
		text-align: left;
		height: auto;
		line-height: 1.3;
		box-shadow: none !important;
	}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: #a2d94d33;
	}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
	}

	input#rwdmn:checked+label+nav li ul a {
		padding-left: 2rem;
	}

	input#rwdmn:checked+label+nav li ul ul a {
		padding-left: 4rem;
	}

	input#rwdmn:checked+label+nav li ul ul ul a {
		padding-left: 6rem;
	}

}


.adds {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #a7a7a7;
	padding-left: 2rem;
	padding-right: 4rem;
	height: 60px;
	font-size: 0;
	margin-left: 1rem;
}

@media (max-width:1650px) {
	.adds {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-left: 1rem;
	}
}

@media (max-width:1250px) {
	.adds {
		padding-left: .5rem;
		padding-right: .5rem;
		margin-left: .5rem;
	}
}

@media (max-width:900px) {
	.adds {
		padding-left: 1rem;
		padding-right: 4rem;
		margin-left: 1rem;
		border: none;
	}
}

@media (max-width:480px) {
	.adds {
		position: absolute;
		top: 0;
		right: -1rem;
		margin-right: 0;
	}
}


.adds a {
	display: inline-block;
	width: 40px;
	height: 60px;
	padding: 0;
	margin: 0;
}

@media (max-width:1250px) {
	.adds a {
		width: 30px;
	}
}

.adds a.afb {
	background: url(gfx/ikfb.jpg) no-repeat center;
}

.adds a.ain {
	background: url(gfx/ikin.jpg) no-repeat center;
}

.adds a.ayt {
	background: url(gfx/ikyt.jpg) no-repeat center;
	display: none;
}

.adds a:hover {
	opacity: .5
}

.bc {
	display: none;
}

main {
	padding: 0 0 0 0;
}

body>footer {
	position: relative;
	box-shadow: 0 0 100px #0001;
}

body>footer>div {
	padding: 6rem 0 2rem;
	text-align: center;
	font-size: 1rem;
}

body>footer nav,
body>footer .fttxt,
body>footer .ftlg {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 32%;
	padding-left: 1%;
}

@media(max-width:1100px) {

	body>footer nav,
	body>footer .fttxt,
	body>footer .ftlg {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 40%;
		padding-left: 0;
		margin-bottom: 3rem;
	}
}

@media(max-width:900px) {

	body>footer nav,
	body>footer .fttxt,
	body>footer .ftlg {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 90%;
		padding-left: 0;
		text-align: center;
	}
}

body>footer nav a {
	font-weight: bold;
}

body>footer nav ul ul {
	display: none;
}

body>footer .fttxt a {
	font-weight: 600;
	color: #0007;
}

body>footer .ftlg img {
	width: 300px;
	margin: 0 1% 0 auto;
	display: block;
}

@media(max-width:1100px) {
	body>footer .ftlg img {
		width: 300px;
		margin: 0 auto;
		display: block;
	}
}

@media(max-width:900px) {
	body>footer .ftlg img {
		width: 200px;
		margin: 0 auto;
		display: block;
	}
}

body>footer>div>p {
	display block;
	padding-top: 4rem;
	font-size: .8rem;
	font-weight: 600;
	color: #000;
	opacity: .4;
}

body>footer>div>p a {
	color: #000;
}

.opasekrekl {
	position: relative;
	width: 100vw;
	overflow: hidden;
	height: 23.3vw;
	left: calc((100vw - 100%) / -2);
}

.pasekrekl {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 23.3vw;
}

.pasekrekl h2 {
	position: absolute;
	left: 21vw;
	top: 2.8vw;
	line-height: 1.2;
	font-size: 3.85vw;
	font-weight: 300;
}

.pasekrekl h2>span {
	display: block;
}

.pasekrekl h2>span:nth-child(2) {
	display: block;
	color: #fff;
	font-weight: bold;
}

.pasekrekl .elipsa1 {
	display: block;
	background: #dddddd;
	opacity: .5;
	width: 50vw;
	height: 90vw;
	position: absolute;
	right: -24vw;
	top: -29vw;
	border-radius: 9999px 0 0 9999px;
}

.pasekrekl .elipsa2 {
	display: block;
	background: #9cd957;
	opacity: .5;
	width: 52vw;
	height: 40vw;
	position: absolute;
	left: 17.5vw;
	top: -19vw;
	border-radius: 0% 100% 45% 55% / 40% 65% 35% 60%;
}

.pasekrekl .ilustracja2 {
	display: block;
	width: 45vw;
	height: 16vw;
	position: absolute;
	left: 35vw;
	top: 7.5vw;
	border-radius: 59% 41% 2% 98% / 100% 75% 25% 0%;
	overflow: hidden;
}

.pasekrekl .ilustracja2 img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 45vw;
	height: 16vw;
}

.pasekrekl .elipsa3 {
	display: block;
	background: #9cd957;
	opacity: .5;
	width: 60vw;
	height: 28vw;
	position: absolute;
	left: -4vw;
	top: -11vw;
	border-radius: 57% 43% 43% 57% / 23% 56% 44% 77%
}

.pasekrekl .ilustracja1 {
	display: block;
	width: 28vw;
	height: 28vw;
	position: absolute;
	left: -1.2vw;
	top: 3.5vw;
	border-radius: 9999px;
	text-align: right;
	overflow: hidden;
}

.pasekrekl .ilustracja1 img {
	display: block;
	margin: -1vw 0 0 auto;
	width: 27vw;
	height: 28vw;
	object-fit: cover;
}

.pasekrekl .ilustracja3 {
	display: block;
	width: 18vw;
	height: 18vw;
	position: absolute;
	right: 2.3vw;
	top: 2.5vw;
	border-radius: 9999px;
	overflow: hidden;
}

.pasekrekl .ilustracja3 img {
	display: block;
	width: 18vw;
	height: 18vw;
}

@media(max-width:1100px) {
	.opasekrekl {
		height: 27vw !important;
	}

	.pasekrekl {
		zoom: 1.2;
		top: -1vw;
	}

	.pasekrekl .ilustracja1 {
		left: -4vw;
		top: 3vw;
	}

	.pasekrekl .ilustracja2 {
		zoom: 1.1;
		left: 32vw;
		top: 5.5vw;
	}

	.pasekrekl .ilustracja3 {
		display: none;
	}

	.pasekrekl img {
		max-width: 9999px !important;
	}
}

@media(max-width:800px) {
	.opasekrekl {
		height: 32vw !important;
	}

	.pasekrekl {
		zoom: 1.4;
		top: 0vw;
	}

	.pasekrekl .ilustracja1 {
		left: -6vw;
		top: 3vw;
	}

	.pasekrekl h2 {
		left: 15vw;
		top: 3vw;
		font-size: 4vw;
	}

	.pasekrekl .ilustracja2 {
		zoom: 1.1;
		left: 25vw;
		top: 5.5vw;
	}

	.pasekrekl .elipsa3 {
		left: -10vw;
		top: -11vw;
	}

	.pasekrekl .elipsa2 {
		left: 23vw;
		top: -16vw;
		zoom: .9;
	}
}

@media(max-width:600px) {
	.opasekrekl {
		height: 50vw !important;
	}

	.pasekrekl {
		zoom: 2;
		top: 0vw;
	}

	.pasekrekl .ilustracja1 {
		display: none;
	}

	.pasekrekl h2 {
		left: 5vw;
		top: 3vw;
		font-size: 3.5vw;
	}

	.pasekrekl .ilustracja2 {
		zoom: 1.3;
		left: 0vw;
		top: 5.5vw;
	}

	.pasekrekl .elipsa3 {
		left: -30vw;
		top: -12vw;
	}

	.pasekrekl .elipsa2 {
		left: 10vw;
		top: -25vw;
		zoom: .8;
	}
}


.ct_reach_text p strong,
.tinymce-ct p strong {
	color: #000;
}





























/* below - modifications */

.background-silver {
	background: #f4f7fa;
}

.background-gray {
	background: #e1e7ee;
}

.ct-slider-static-text {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
}

.ct-slider-static-text {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	line-height: 1;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
}

.ct-slider1-static-text {
	display: block;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1.3;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 1.5vw 0 0 5vw;
}

.rw_ct_slider2.darken .slider li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0007;
	position: absolute;
	left: 0;
	top: 0;
}

.anim_text {
	position: relative;
}


@media (max-width: 900px) {

	.ct-slider-static-text {
		font-size: 2.2rem;
	}

	.ct-slider1-static-text {
		font-size: 1.2rem;
	}

	.rw_ct_slider2 {
		max-height: 320px;
	}

	.rw_ct_slider2 * {
		max-height: 320px;
	}

	.rw_ct_slider2 .slider-nav {
		top: -5.5rem;
	}

	.rw_ct_slider2 .ct-slider2-prev,
	.rw_ct_slider2 .ct-slider2-next {
		font-size: 5rem;
	}

	.rw_ct_slider2 .ct-slider2-prev:hover,
	.rw_ct_slider2 .ct-slider2-next:hover {
		opacity: 0.8;
	}

	.rw_ct_slider2 .ct-slider2-prev {
		left: 0;
	}

	.rw_ct_slider2 .ct-slider2-next {
		right: 0;
	}

}

.content_headers {
	margin-bottom: 2rem;
	text-align: left;
}

.content_headers .content_title {
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 900;
	color: #73b200;
}

.blacktitle .content_headers .content_title {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 300;
	color: #000;
	}

@media (max-width: 900px) {
	.content_headers .content_title {
		font-size: 1.8rem;
		line-height: 1.1;
	}
}

.content_headers .content_description {
	font-size: 1rem;
	line-height: 1.2;
	padding-top: 0.2rem;
	font-weight: 400;
	opacity: 1;
	color: #0007;
}

@media (max-width: 900px) {
	.content_headers .content_description {
		font-size: 1.4rem;
		line-height: 1.1;
		padding-top: 1rem;
	}
}


@media (max-width: 900px) {

	.page_content_container img {
		max-width: 320px;
	}

	.ct_reach_text.tinymce-ct img {
		max-width: 320px;
		height: auto;
		margin: 1rem auto !important;
	}

}






.blog-item-in2 {
	margin-top: 0;
}

ul.blog-list,
ul.blog-list li {
	margin: 0;
}

div.newsBox {
	margin: 0 0 2rem 0;
	padding: 0;
	border-bottom: none;
}

header.newsBox_headers {
	border-bottom: none;
	margin: 0;
}

div.newsBox b.title,
div.newsBox header,
ul.blog-basic-list .title,
.blog-item-in2 .title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	color: #286cde;
	text-shadow: none;
}

div.newsBox.ct-news-important b.title {
	color: red;
}

div.newsBox span.date,
ul.blog-basic-list .date,
.blog-item-in2 .date {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0006;
	clear: both;
}

div.newsBox span.date .date,
div.newsBox span.date .time,
ul.blog-basic-list .date .date,
.blog-item-in2 .date .date,
ul.blog-basic-list .date .time,
.blog-item-in2 .date .time {
	font-size: 0.75rem;
	line-height: 2.5;
	display: inline-block;
	opacity: 1;
}

div.newsFloatImage {
	position: relative;
	float: left;
	padding: 0;
	font-size: 0;
	margin: .5rem 2rem 1.5rem 0;
	z-index: 10;
}

div.newsFloatImage a {}

div.newsFloatImage img.thumbnail_image {}

div.newsBox p {
	padding: 0px;
}

div.newsBox p.short {
	padding: 0;
}

div.newsreadmore,
.news-read-more {
	text-align: right;
	font-size: 1rem;
	padding: 0;
	font-weight: normal;
}

.rw-page-single.rw-page-article .comeback-link {
	font-size: .9rem;
	padding: 3rem 0 1.5rem 0;
	display: inline-block;
}

.newsBox .content,
.blog-item .content {
	margin-top: 2rem;
}









/* formularz kontaktowy i dowolny */

.rw_ct_form {
	text-align: center;
}

form.form-auto {
	display: inline-block;
	margin: 0 auto;
}

.form-auto table {
	position: relative;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.form-auto table td {
	text-align: left;
	vertical-align: top;
	padding: .2rem;
}

.form-auto table td td {
	padding: 0 .5rem 0 0;
}

.form-auto table tr td:first-child {
	text-align: right;
	padding: .7rem .5rem 0 0;
	font-weight: 300;
}

@media (max-width: 900px) {
	.form-auto table>tbody>tr>td:first-child {
		margin-top: .5rem;
		font-size: 1rem;
	}
}

.form-auto table tr {}

.form-auto table tr:last-child {
	border-bottom: none;
}

.form-auto table tr tr {
	border-bottom: none;
}

.form-auto textarea {
	width: 350px;
	height: 100px;
}

@media (max-width: 900px) {

	.form-auto textarea,
	.form-auto input {
		max-width: 80% !important;
	}
}




div.content_youtube {
	margin-top: 0;
	font-size: 0;
}

@media (max-width: 900px) {
	div.content_youtube iframe {
		max-height: 180px;
	}
}

div.content_youtube_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
}

div.content_google {
	margin-top: 0;
	font-size: 0;
}

div.content_google iframe {
	max-height: 80vw;
}

div.content_google_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
}

@media (max-width: 900px) {

	div.file_list_container td.file_list_text a.file_list_file_title {
		display: block;
		font-size: .65rem;
	}

	div.file_list_container td.file_list_text span.file_list_file_description,
	.file_list_text .file_list_file_description {
		display: block;
		font-size: .9rem;
		line-height: 1.3;
		font-weight: bold;
		padding-top: .25rem;
	}
}


@media (min-width: 900px) and (max-width: 1200px) {
	.rwContentBox.ct-section {
		padding-left: .5rem;
		padding-right: .5rem;
		width: calc(100% - 1rem) !important;
	}
}







/* lista produktow */

.collection-box {
	position: relative;
	padding: 6rem 0;
}

.collection-box>.category {
	display: none;
}

.collection-box .pagination {
	display: none;
}

.collection-box ul.products {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.collection-box ul.products li {
	display: block;
	position: relative;
	padding-left: 12rem;
	min-height: 12rem;
}

@media (max-width:900px) {
	.collection-box ul.products li {
		padding-left: 0;
	}
}

.collection-box ul.products li a {
	display: block;
}

.collection-box ul.products li .label {
	display: none;
}

.collection-box ul.products li img {
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

@media (max-width:900px) {
	.collection-box ul.products li img {
		position: relative;
		display: block;
		margin: .5rem auto;
	}
}

.collection-box ul.products li a .title {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: .5rem;
}

@media (max-width:900px) {
	.collection-box ul.products li a .title {
		text-align: center;
	}
}


.collection-box ul.products li a .short {
	display: block;
	position: relative;
}


.collection-box ul.products li a .short::after {
	content: 'MORE INFO';
	font-size: .8rem;
	display: block;
	margin-top: .5rem;
	width: 5rem;
	padding: .3rem 1rem;
	border-radius: 999px;
	text-align: center;
	margin-left: auto;
	background: linear-gradient(to bottom, #d5ad64, #c49b15);
	border: 2px solid #eecc55;
	position: relative;
}

@media (max-width:900px) {
	.collection-box ul.products li a .short::after {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}
}

/* lista produktow koniec */


.background-pic::before {
	content: '';
	width: 700px;
	height: 631px;
	display: block;
	position: absolute;
	bottom: 0;
	left: -350px;
	background: url('gfx/bgg.jpg');
	}

@media(min-width:900px) {	
.imgleft img[style~="left;"] {
	position: relative;
	left: -50px;
	margin-right: 0 !important;
	}
	}
	
.backgroundblog::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: calc((100vw - 100%) / -2);
	top: 0;
	background: #f5f5f5 url('gfx/bgblog.jpg') no-repeat bottom right;
	}

.backgroundblog::after {
	content: '';
	display: block;
	width: 100vw;
	height: 50px;
	position: absolute;
	left: calc((100vw - 100%) / -2);
	top: 0;
	background: linear-gradient(to bottom,#0001,#0000);
	}

ul.ct-newslist-bx {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	text-align: left;
	font-size: 0;
	}
@media (max-width:1250px) {
ul.ct-newslist-bx {
	display: block;
	text-align: center;
	}
} 

	
ul.ct-newslist-bx li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 33px 33px 0;
	font-size: 1rem;
	text-align: left;
}
@media (max-width:900px) {
ul.ct-newslist-bx li {
	margin: 0 0 33px 0;
}
} 

ul.ct-newslist-bx li img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	margin-bottom: .2rem;
	}

ul.ct-newslist-bx li a {
	color: #000;
	}
ul.ct-newslist-bx li a:hover {
	opacity: .7;
	}

ul.ct-newslist-bx li a .ct-newslist-title {
	display: block;
	line-height: 1.2;
	}

ul.ct-newslist-bx li a .ct-newslist-title::after {
	content: ' \00bb';
	}
	
ul.ct-newslist-bx .ct-newslist-date,
ul.ct-newslist-bx .ct-newslist-short,
ul.ct-newslist-bx .ct-newslist-more-link {
	display: none;
	}
	
ul.ct-newslist-bx+.ct-newslist-link {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 210px;
	}
@media (max-width:1250px) {
ul.ct-newslist-bx+.ct-newslist-link {
	font-size: 0;
	display: block;
	vertical-align: top;
	width: 210px;
	margin: 0 auto;
	}
} 
ul.ct-newslist-bx+.ct-newslist-link::before {
	content: '';
	width: 210px;
	height: 210px;
	margin-bottom: .6rem;
	display: block;
	background: #fff url('gfx/logo2.png') no-repeat center;
	background-size: contain;
	}
ul.ct-newslist-bx+.ct-newslist-link::after {
	content: 'Zobacz wi\119 cej wpis\F3 w na naszym blogu \00bb';
	width: 210px;
	display: block;
	font-size: 1rem;
	color: #6cb21c;
	font-weight: bold;
	line-height: 1.2;
	}

.rw-page-single main {
	padding-top: 120px;
	padding-bottom: 100px;
}


@media (max-width: 960px) {
	.rwContentBox {
	    overflow: visible !important;
	}
}
