.bg-white {
	background-color: white;
	color: black;
}

.body-wraper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.page-bg-news {
	height: 100%;
	background-position: center;
}

.page-bg {
	height: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-size: cover;
}

.main-welcome {
	background-image: url(/img/main/main-start.webp);
	height: 1400px;
}

.standard {
	background-image: url(/img/page-bg.webp);
}

.darkening {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
}

.content-block {
	background-color: rgba(0, 0, 0, 0.85);
	border: 2px solid white;
	border-radius: 20px;
	padding: 10px;
	margin: 10px 0;
}

@media(min-width: 2561px) {
	.main-welcome {
		height: 100vh;
	}
}