@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto');

::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 0px) {

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	font-family: Montserrat, Raleway, Roboto;
}

body {
	text-align: center;
	background-color: #070C17;
	overflow-x: hidden;
	scroll-behavior: smooth;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
	transition: all 0.2s;
}

a:hover {
	color: #284991;
}

img {
	user-select: none;
}

.bbr {
    height: 200px;
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100vw;
    background: #dedede;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.topbar::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 15px;
    background: linear-gradient(red, transparent);
    bottom: -15px;
    z-index: -1;
}

.tblb {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tobarLabel {
    position: absolute;
    top: 148px;
    background: #dedede;
    border-radius: 0 0 10px 10px;
    font-size: 1.5em;
    padding: 2px 5px;
    text-align: center;
	color: #111E3A;
}

.pasek {
	width: 100vw;
	background-color: #dedede;
	box-shadow: 0px 0px 30px red;
}

.logo {
	transition: all 0.2s;
}

.informator {
	background-color: #dedede;
	color: #070c17;
	margin-top: -30px;
	border-radius: 0 0 30px 30px;
}

.foru {
	margin-top: 50px;
	padding-bottom: 0;
	padding: 0 20% 0 20%;
	font-family: Arial;
	font-size: 0.8em;
}

#background {
    position: fixed;
    left: 0;
    top: 0;
	width: 100vw;
	height: 100vh;
	background: radial-gradient(circle, #0b1b3e, #070C17);
    z-index: -999;
}


/*  */

.bottombar hr {
	border-color: #284991;
}

.bottombar {
	margin-top: 150px;
	width: 100vw;
	height: 155px;
	background-color: #111e3a;
	line-height: 100px;
	color: #555;
}

.sec1, .sec2 {
	text-align: center;
	display: flex;
	flex-direction: row;
}

.sec2 {
	margin-top: 10px;
}

.bottombar a {
	transition: all 0.2s;
	text-transform: uppercase;
}

.bottombar a:hover {
	color: #070c17;
}

.bottombar .line {
	border-left: 1px solid #555;
	margin: 0 20px 0 20px;
}

.bottombar .right {
	position: absolute;
	right: 110px;
}

.copyrights {
	font-size: 14px;
	line-height: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: inherit;
}

.copyrights span {
	height: 11px;
}

.copyrights span a:hover {
	color: #284991;
}

.copyrights br {
    display: block;
    margin-bottom: 1em;
}

.barl a {
	margin-left: 50px;
}

.barl, .barl a{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bar, .barlinks {
	font-size: 21px;
	display: flex;
	flex-direction: row;
}

.skewed1 {
	width: 50px;
	height: 100px;
	/* background: radial-gradient(circle, #0b1b3e, #070C17); */
	background: #070C17;
	background-attachment: fixed;
	transform: skew(-15deg);
	margin: 0 55px;
}

.skewed1::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 100px;
	left: -8px;
	background: linear-gradient(90deg, transparent, red);
}

.skewed1::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 100px;
	right: -10px;
	background: linear-gradient(90deg, red, transparent);
}

.vl {
	margin: 1px 10px;
	height: 10px;
	border-left: 1px solid #070C17;
}

default {
	text-transform: none;
}



/* ///////////////////////////////////////////////// */
