* {
	box-sizing: border-box;
}

body {
	padding: 1rem 0.5rem;
	font-size: 1.3rem;
	line-height: 1.2;
	max-width: 1280px;
	margin: 0 auto;
	color: #333;
}

img {
	max-width: 100%;
}

video {max-width: 100%; height:auto;}

.Header {
	font-family: 'Cairo', sans-serif;
	text-align: center;
	font-size: 2.75rem;
	font-weight: 400;
	color: rgba(32,32,255,1);
	background: rgba(0,0,0,0.1);
	border-bottom: 4px solid #ff8080;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.IntroText {
	font-family: 'Cairo', sans-serif;
	font-size: 1.3rem;
	font-weight:600;
	border-bottom: 4px double #f9f9f9;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	
}
.Blok{boder-bottom:4px double;
margin-bottom: 4rem;}

