body {
	margin: 0px;
	padding: 0px;
	background: black;
	font-family: Roboto;
	color: white;
}
img {
    pointer-events: none;
}

body a {
	text-decoration: none;
}


*{outline:none;}

.header{
	display: flex;
	max-width: 1290px;
	justify-content: space-between;
	align-items: center;
}

.logo {
	margin: 20px 0px 0px 50px; 
	color: #e50914;
	font-family: 'Kanit', sans-serif;
	font-size: 40px;
	font-weight: bold;
}
.logBTN {
	padding: 10px 20px;
	color: white;
	font-family: Kanit;
	font-size: 16px;
	background: #e50914;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	border: 0px;
}
.kupBTN {
	padding: 10px 20px;
	color: white;
	font-family: Kanit;
	font-size: 16px;
	background: #e50914;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	border: 0px;
}
.sekcja1{
	background-image: url("https://i.imgur.com/BAfKy7a.jpeg");
	border-bottom: solid 10px #2b2b2b;
	background-size: cover;
	box-shadow: inset 0 0 1000px 200px #000;
	margin-left: -20px;
	padding-bottom: 120px;
}

.srodek1{
	max-width: 1000px;
	display: inline-flex;
	margin-top: 100px;
	margin-left: -70px;
}

.sekcja2{
	border-bottom: solid 10px #2b2b2b;
	margin-top: 70px;
	padding-bottom: 70px;
}

.srodek2{
	max-width: 1050px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	height: 300px;
}

.srodekTitle{
	font-size: 50px;
	font-weight: bold;
}

.sekcja3{
	border-bottom: solid 10px #2b2b2b;
	height: auto;
	margin-top: 70px;
	padding-bottom: 70px;
	
}

.srodek3{
	max-width: 1050px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.srodekTitle{
	font-size: 50px;
	font-weight: bold;
}

details > summary::-webkit-details-marker {
	display: none;
}

details{
	background-color: #303030;
    text-align: left;
	width: 600px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
summary{
	font-size: 28px;
	display: block;
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
}

details > p{
	margin-left: 30px;
	margin-right: 20px;
	font-size: 18px;
}

.sekcja4{
	height: auto;
	margin-top: 70px;
	padding-bottom: 70px;
}

.btnCLS{
	display: flex;

}

.h1s1{
	font-size: 50px;
	line-height: 60px;
}

.vidS1 {
	margin-top: -20px;
}

.iconS2{
	margin-right: 50px;
	width: 400px;
}

.hideOnload{display: none !important;}


@media only screen and (max-width: 500px){

.btnCLS{
	display: block;
}

}

@media only screen and (max-width: 850px){
	
.srodek1{
	display: block;
	margin: 0px;
	margin-top: 50px;
}

.h1s1{
	font-size: 40px;
	line-height: 40px;
}

.vidS1 {
	margin: 0px;
	margin-left: -90px;
}

.srodek2{
	display: block;
	height: auto;
}

.iconS2{
	margin: 0px;
	margin-bottom: 40px;
}

}