@font-face {
	font-family: market-deco;
	src: url("../fonts/marketdecorusbydaymarius.ttf");
}

@font-face {
    font-family: "BroadwayD";
    src:
        url("../fonts/BroadwayD.otf") format("opentype"),
        url("../fonts/BroadwayD.ttf") format("truetype");
}

main {
	width: 100%;
	min-width: 1028px;
	height: 100%;
	min-height: 835px;
}

body {
	margin: 0;
	padding: 0;
	background: black;
	background-size: cover;
	width: 100%;
	min-width: 1028px;
	height: 100%;
	min-height: 835px;
}

header {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 2;
}

#header_buttons {
	font-size: 28px;
	color: #CA89B3;
	position: absolute;
	top: 0;
	left: 0;
}

.header_buttons__unit {
	margin-left: 10px;
	cursor: pointer;
	font-family: "BroadwayD";
    text-shadow: 3px 3px black;
	color: #CA89B3;
	text-decoration: none;
}

.header_buttons__unit:hover {
	color: #dcc6c6;
	text-decoration: underline;
}

.links {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main_content_block {
	width: 100%;
	height: 100%;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_buttons {
	position: absolute;
	width: 800px;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -75%);
	text-align: center;
	font-family: "BroadwayD";
    text-shadow: 3px 3px black;
	line-height: 39px;
	color: #CA89B3;
}

.timer_block {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family: "BroadwayD";
    text-shadow: 3px 3px black;
	color: #CA89B3;
}

.title_timer {
	font-size: 19px;
}

#timer {
	font-size: 22px;
}

#button_content_block {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	height: calc(100% - 100px);
	display: none;
	font-size: 15px;
	font-family: tahoma;
	color: white;
	text-align: center;
}

.unit_selected {
	color: #af8080;
	text-decoration: underline;
}

.main_buttons__big {
	color: #CA89B3;
	text-decoration: none;
	font-size: 44px;
}

.main_buttons__small {
	color: #CA89B3;
	text-decoration: none;
	font-size: 27px;
}

.main_buttons__big:hover, .main_buttons__small:hover {
	color: #dcc6c6;
	text-decoration: underline;
}