* {
	margin: 0;
	padding: 0;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
    font-family: Arial,Tahoma,sans-serif;
	font-size: 14px;
    font-weight: 400;
	background-color: #000;
	color: #fff;
	line-height: normal; 
}


@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	src: local('Lobster'), url('lobster.ttf') format('truetype');
}



.flex {
	display: flex !important;
	align-items: center;
}
.wrap {
	flex-wrap: wrap;
}
.grow {
	flex-grow: 1;
}

.nowrap {
	white-space: nowrap;
}
.wrap_word {
	word-wrap: break-word;
}

.pointer {
	cursor: pointer !important;
}
.u {
    text-decoration: underline;
}
.disabled {
    pointer-events: none;
    opacity: 0.7;
}


.back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    background-image: url('back.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.container {
	width: 80vw;
	max-width: 1200px;
	min-width: 320px;
	margin: 30px auto;
}



.button_trans {
	font-family: "Lobster",Arial,Tahoma,sans-serif;
	font-size: 20px;
	display: flex;
	height: 40px;
	padding: 0 20px;
	margin: 10px 20px;
	align-items: center;
	justify-content: center;
    border-radius: 10px;
    background-image:url(white10.png);
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: .5s ease;
}
.button_trans:hover {
	opacity: 0.7;
}



.button_menu {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}



.menu {
	padding: 20px 0;
}
.menu > div {
	font-family: "Lobster",Arial,Tahoma,sans-serif;
	font-size: 20px;
	padding: 20px;
}
.menu > div > a {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}




.top_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-family: "Lobster",Arial,Tahoma,sans-serif;
	font-size: 30px;
	padding: 20px;
}
.logo > img {
	max-height: 40px;
	margin-right: 20px;
}
.logo > div > a {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}



.tape {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}


.block {
	margin: 10px 4px;
    border-radius: 10px;
	overflow: hidden;
    background-image:url('black80.png');
	color: #fff;
}

.block  > img {
	max-height: 400px;
	max-width: 100%;
	width: auto;
}

.block  > h1 {
	padding: 0 15px 0 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma,sans-serif;
}

.block  > p {
	padding: 15px;
}

.block  > p  a {
	color: #fff;
	text-decoration: none;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 16px;
}

.block  > p  a:hover {
	text-decoration: underline;
}
