html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight:400;
	letter-spacing: 0.5px;
}
body {
	line-height: 1;
	background: #D7D7D7 url(https://bd.warspear-fan.ru/img/bd/fon.png?v=1.1.29) repeat;
	text-shadow: -1px 0px rgb(0 0 0 / 0%), 0px 1px rgb(0 0 0 / 0%), 1px 0px rgb(0 0 0 / 0%), 0px -1px rgb(0 0 0 / 0%);
	color: #1b269f;
	word-wrap: break-word;
	cursor: default;
}
a{
	color:#419132;
	text-decoration:none;
	cursor: pointer;
}
a:hover{
	color:#000000c9;
}
hr.hr_index {
	border: 0;
	margin: 0 0 5px 0;
	padding:0;
	height: 2px;
	background: #1b4fc7;
	background-image: -webkit-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -moz-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -ms-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -o-linear-gradient(left, #474b57, #1b4fc7, #474b57); 
}
hr.hr_vopros {
	border: 0;
	margin: 0 auto 5px auto;
	padding:0;
	height: 1px;
	width: 97%;
	background: #1b4fc7;
	background-image: -webkit-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -moz-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -ms-linear-gradient(left, #474b57, #1b4fc7, #474b57);
	background-image: -o-linear-gradient(left, #474b57, #1b4fc7, #474b57); 
}
.page_content{
	max-width: 1240px;
	min-width: 320px;
	margin: 10px auto;
	overflow: hidden;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	background: #ffffff;
	padding: 10px;
}

.bilet_head{
	display: flex;
	justify-content: center;
	width: 100%;
}
.bilet_head_text{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
}
.bilet_table{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
}
.bilet_cell{
	padding: 10px;
	background: #7470702e;
	margin: 5px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 5px #595957;
	text-transform: uppercase;
	text-shadow: -1px 0px rgb(0 0 0 / 0%), 0px 1px rgb(0 0 0 / 0%), 1px 0px rgb(0 0 0 / 0%), 0px -1px rgb(0 0 0 / 0%);
	font-weight: bold;
	color: #1b269f;
}
.bilet_cell:hover{
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-o-box-shadow: inset 0px 0px 10px #000;
	color: #000000c9;
}
.vopros_block{
	margin-bottom: 15px;
}
.vopros_head_text{
	font-weight: bold;
	padding: 5px;
}
.vopros_variant_otvet{
	padding: 5px;
}
.vopros_div_input_next{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	clear: both;
	
}
.vopros_variant{
	display: block;
	padding: 5px;
}
.input_variant{
	margin-right: 15px;
}
.vopros_input_next{
	cursor: pointer;
	border: none;
	padding: 10px;
	background: #7470702e;
	margin: 20px 0;
	border-radius: 4px;
	box-shadow: inset 0px 0px 5px #595957;
	text-transform: uppercase;
	text-shadow: -1px 0px rgb(0 0 0 / 0%), 0px 1px rgb(0 0 0 / 0%), 1px 0px rgb(0 0 0 / 0%), 0px -1px rgb(0 0 0 / 0%);
	font-weight: bold;
	color: #1b269f;
}
.vopros_input_next:hover{
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-o-box-shadow: inset 0px 0px 10px #000;
	color: #000000c9;
}