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;
	padding: 0 5px;
}
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); 
}
hr.hr_page_head {
	border: 0;
	margin: 0 auto  10px auto;
	padding:0;
	height: 1px;
	width: 100%;
	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;
	min-width: 100px;
	text-align: center;
}
.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;
}
.vopros_variant:hover{
	background: rgba(4, 130, 177, .08);
}
.input_variant{
	margin-right: 15px;
}
.vopros_input_next{
	cursor: pointer;
	border: none;
	padding: 10px;
	background: #00ff0a40;
	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;
}
.slider{
	margin: 0 18px 30px 18px !important;
}

/* элементы модального окна */
.popup_error_wrap {
	position: fixed;
	bottom: 58px;
	right: 20px;
	cursor: default;
	z-index: 999;
}

.popup_error_dialog {
	width: 280px;
	height: auto;
	background: #333;
	opacity: .9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}
.popup_error_dialog p {
	text-align: left;
	margin: 4px 0 0 40px;
}
.error_bad{
	color: white;
	border-color: #B32B2B;
}
.error_head_bad{
	color: #ffd5d5;
	text-shadow: -1px 0px rgb(255 0 0 / 53%), 0px 1px rgb(255 0 0 / 46%), 1px 0px rgb(255 0 0 / 46%), 0px -1px rgb(255 0 0 / 49%);
	margin-left: 38px;
}
.error_good {
	color: white;
	border-color: #A3CF19;
}
.error_head_good{
	color: #9affa2;
	margin-left: 38px;
}
.popup_error_img{
	width: 32px;
	height: 32px;
	margin-top: -8px;
	float: left;
}
.svg_popup_close{
	z-index: 2;
	top: 0;
	right: 5px;
	position: absolute;
	padding: 5px;
	cursor: pointer;
}
.error_incorrect_otvet{
	margin-top: 8px;
}
.cookie_result_otvet_style{
	font-size: 20px;
	margin: 20px 0 10px 70px;
	font-weight: bolder;
	text-shadow: -1px 0px rgb(0 0 0), 0px 1px rgb(0 0 0), 1px 0px rgb(0 0 0), 0px -1px rgb(0 0 0);
}
.cookie_result_otvet_text_good{
	color: #17d51e;
}
.cookie_result_otvet_text_bad{
	color: #d51717;
}
/* элементы модального окна */