 /*
.home header {
	opacity: 0;
    visibility: hidden;
    transition: var(--transWidac);
}
.home.mycha header {
	opacity: 1;
    visibility: visible;
}
*/


.aStrt {
	padding: 0;
}

.s0 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 398px;
	position: relative;
	overflow: hidden;
}
.s0_img {
	max-width: unset;
}
h1 {
	font-size: 220%;
	line-height: 1.2;
	position: absolute;
	width: 100%;
	height: 200px;
	padding: var(--odstep);
	color: #fff;
	text-align: center;
	font-weight: 900;
	background: rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 span {
	display: block;
}

.s1 {
	padding: 0 var(--odstep) var(--odstep-pion);
	background: var(--kolor-szary-ciemny);
	color: #fff;
}
.s1_h {
	font-size: 140%;
	margin: var(--odstep-x2) 0 0;
	line-height: 1;
	width: 100%;
}
.s1_flex {
	display: flex;
	flex-wrap: wrap;
	gap: var(--odstep);
	max-width: var(--szerokosc);
	margin: var(--odstep-x2) auto 0;
}
.s1_a {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 285px;
}
.s1 img {
	height: 150px;
	object-fit: none;
}
.s1_a_h {
	position: absolute;
	bottom: 0;
	padding: var(--odstep-pol) var(--odstep);
	background: var(--kolor-glowny);
	color: #fff;
	letter-spacing: 1px;
}




.s2_h {
	font-size: 160%;
	margin: var(--odstep-x2) var(--odstep) 0 var(--odstep);
	line-height: 1;
	border-top: 4px solid var(--kolor-glowny);
	padding-top: var(--odstep);
}
.oH {
	overflow: hidden;
}

.kwadratFlex {
	display: flex;
	justify-content: flex-start;
	gap: var(--odstep);
	max-width: unset;
	margin: 0 var(--odstep-minus);
	overflow-x: auto;
	padding: var(--odstep);
	-webkit-overflow-scrolling: touch;
}

.kwadrat {
	display: flex;
	flex-direction: column;
	gap: var(--odstep-pol);
	justify-content: space-between;
	padding: var(--odstep-pol);
	background: #fff;
	flex: 0 0 250px;
	color: inherit;
	line-height: 1.3;
	text-decoration: none;
	border: 1px solid var(--kolor-szary);
	position: relative;
}
.kwadrat::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	transition: opacity ease 0.5s;
}

.kwadrat_fota {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 243px;
}
.kwadrat_tresc {
	padding: var(--odstep);
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.kwadrat_img {
	transition: transform .5s;
	margin: 0;
}
.kwadrat_h {
	font-size: inherit;
	margin-bottom: var(--odstep-pol);
}
.kwadrat_cena {
	font-weight: bold;
	font-size: 120%;
	margin: auto 0 var(--odstep-pol);
}
.brakProduktu {
	background: red;
	color: #fff;
	padding: var(--odstep-pol) var(--odstep);
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-weight: var(--font-bold);
}
.kwadrat:hover {
	color: inherit;
}
.kwadrat:hover .kwadrat_img {
	transform: scale(1.1);
}

.kwadrat:hover::after {
    opacity: 1;
}












.s3 {
	padding: 50px var(--odstep);
	text-align: center;
	background-color: var(--szary);
}
.s3_h,
.s5_h {
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	margin: 0 0 var(--odstep);
}
.s3_flex {
	display: flex;
	flex-wrap: wrap;
	gap: var(--odstep);
	justify-content: center;
}
.s3_a {
	border: 1px solid var(--zielony);
	width: 310px;
	max-width: 100%;
	text-decoration: unset;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 var(--odstep-pol);
	border-radius: var(--radius);
	line-height: 50px;
}
.s3_a:nth-child(even) {
	background: var(--zielony);
	color: #fff;
}

.s3_a:hover {
	color: #fff;
	border-color: var(--zielony-ciemny);
	background-color: var(--zielony-ciemny);
}







.modK_le {
	padding: var(--odstep);
}
.modK_h {
	font-size: 120%;
	margin-bottom: var(--odstep);
}
.modK_pr {
	max-width: 100%;
	margin: auto;
}












@media (min-width: 500px) {
.s1_img {
	max-width: unset;
}
.kwadrat {
	width: 270px;
}

.modK_pr {
	width: 500px;
	height: 500px;
	border-radius: var(--odstep);
	overflow: hidden;
}


}
@media (min-width: 600px) {

h1 {
	font-size: 400%;
}
h1 span {
	font-size: 60%;
}

.s3,
.s5 {
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--odstep);
	font-size: 130%;
}


}
@media (min-width: 700px){

.s1_wasko {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1_h2 {
    text-align: left;
}

.s8 {
	padding:  var(--odstep-x2) var(--odstep);
}
.s8_wasko {
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
	justify-content: center;
}
.s8_pr {
	margin-top: 0;
}

}
@media (min-width: 1000px) {

h1 {
	max-width: 800px;
}


}
@media (min-width: 1230px) {
.oH {
	overflow: unset;
}
.kwadratFlex {
	flex-wrap: wrap;
}

.s2 {
	padding: 0;
}
.s2_h {
	margin: var(--odstep-x2) 0 0;
}
.kwadrat {
	flex: 0 0 285px;
	display: flex;
	flex-direction: column;
	gap: var(--odstep);
	justify-content: space-between;
	padding: var(--odstep);
}
.kwadrat_tresc {
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}


.najnowsze .kwadrat {
	flex: 1;
}


.s1_flex {
	gap: var(--odstep-x2);
}
.s1_a {
	flex: 1;
}




}
/* end */