BODY {
	margin:0px;
	padding:0px;
	font-family:Ubuntu,Tahoma;
	padding-bottom: 20px;
}
input {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.main_text_h, .main_text {
	width: 1100px;
	position: relative;
	top: 26px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: auto;
}
.window_ping2 {
	position: fixed;
	top: 100px;
	right: -350px;
	width: 350px;
	height: 80px;
	z-index: 999;
}
.window_ping {
	width: 350px;
	height: 80px;
	background-color: rgba(30,30,50,0.85);
	border-radius: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
    cursor: default;
}
.window_ping_rezk {
	width: 350px;
	height: 80px;
	background-color: rgba(30,30,50,0.55);
	border-radius: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.95);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.95);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.95);
    cursor: default;
}
.window_ping_image {
	width: 64px;
	height: 64px;
	background-image: url('https://img.quickquest.ru/connect/nc_64.png');
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.window_ping_image_rezk {
	width: 64px;
	height: 64px;
	background-image: url('https://img.quickquest.ru/connect/nc_64_2.png');
	float: left;
	opacity: 0.5;
	margin-top: 6px;
	margin-left: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.window_ping_text {
	width: 260px;
	height: 60px;
	float: left;
	margin-top: 14px;
	margin-left: 5px;
}
.window_ping_text_0 {
	font-weight: 600;
	font-size: 15px;
	text-shadow: rgba(0, 0, 0, 0.901961) 0px 0px 2px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #fff;
}
.window_ping_text_0_rezk {
	font-weight: 600;
	font-size: 15px;
	text-shadow: rgba(255, 255, 255, 0.901961) 0px 0px 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: transparent;
}
.window_ping_text_1 {
	padding-top: 5px;
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    color: #fff;
}
.window_ping_text_1_rezk {
	padding-top: 5px;
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    text-shadow: rgba(255, 255, 255, 0.901961) 0px 0px 3px;
    color: transparent;
}
.login_value {
	float:right;
	cursor:default;
	text-decoration:underline;
}
.ico_style {
	float:right;
	width:25px;
	padding-left:5px;
}
.window_rad {
	width:120px;
	height:120px;
	border:1px solid rgba(200,200,200,0.3);
	background:rgba(240,240,240,0.85);
	border-radius:60px;
	position:fixed;
	top:-55px;
	left:-55px;
	z-index:950;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    cursor: pointer;
}
.window_rad:hover {
	top:-21px;
	left:-26px;
}
.window_rad_in {
	width:106px;
	height:106px;
	border:1px solid rgba(150,150,150,0.4);
	background-color:rgba(220,220,220,0.8);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:53px;
	position:relative;
	top:7px;
	left:7px;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-ms-transition: all 1.0s;
	-o-transition: all 1.0s;
	transition: all 1.0s;
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-ms-transition: rotate(0deg) scale(1);
	transition: rotate(0deg) scale(1);
}
.window_rad_in2 {
	width:106px;
	height:106px;
	border:1px solid rgba(150,150,150,0.4);
	background-color:rgba(200,200,200,0.4);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:53px;
	position:relative;
	top:7px;
	left:7px;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-ms-transition: all 1.0s;
	-o-transition: all 1.0s;
	transition: all 1.0s;
	-webkit-transform: rotate(360deg) scale(1);
	-moz-transform: rotate(360deg) scale(1);
	-o-transform: rotate(360deg) scale(1);
	-ms-transition: rotate(360deg) scale(1);
	transition: rotate(360deg) scale(1);
}
.window_up_line_left {
	width:100%;
	height:25px;
}
.window_up_line {
	width:100%;
	height:25px;
	padding-left:80px;
	border:1px solid rgba(30,30,50,0.85);
	border-width:0px 0px 1px 0px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(110,110,120,0.95)), to(rgba(80,80,90,0.95)));
    background-image: -webkit-linear-gradient(rgba(110,110,120,0.95), rgba(80,80,90,0.95));
    background-image: -moz-linear-gradient(top, rgba(110,110,120,0.95), rgba(80,80,90,0.95));
    background-image: -ms-linear-gradient(rgba(110,110,120,0.95), rgba(80,80,90,0.95));
    background-image: -o-linear-gradient(rgba(110,110,120,0.95), rgba(80,80,90,0.95));
    background-image: linear-gradient(rgba(110,110,120,0.95), rgba(80,80,90,0.95));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(110,110,120,0.95)', endColorstr='rgba(80,80,90,0.95)', GradientType=0);
	position:fixed;
	top:0px;
	z-index:900;
	color:#fdfdfd;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
}
.select_key {
	width:200px;
	height:50px;
	border:1px solid #CDCDCD;
	border-width:0px 0px 1px 1px;
	background:#E8E8E8;
	position: fixed;
	top:-100px;
	right:0px;
	z-index:899;
	float:right;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
.select_key2 {
	width:200px;
	height:50px;
	border:1px solid #CDCDCD;
	border-width:0px 0px 1px 1px;
	background:#E8E8E8;
	position: fixed;
	top:25px;
	right:0px;
	z-index:899;
	float:right;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
    -webkit-box-shadow: -5px 5px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 5px 15px rgba(0,0,0,0.25);
    box-shadow: -5px 5px 15px rgba(0,0,0,0.25);
}
.select_key12 {
	width:100%;
	height:38px;
	padding-top:12px;
	border:1px solid #CDCDCD;
	border-width:0px 0px 1px 0px;
	background:#E8E8E8;
	color:#000000;
	text-align: center;
	font-size:14pt;
	cursor:default;
}
.select_key3 {
	width:100%;
	height:40px;
	padding-top:8px;
	border:1px solid #CDCDCD;
	border-width:0px 0px 1px 0px;
	background:#E8E8E8;
	color:#000000;
	text-align: center;
	font-size:18pt;
	cursor:default;
}
.select_key12:hover {
	background:#E0E0E0;
}
.select_key3:hover {
	background:#E0E0E0;
}
.window_down_prometej {
	position:fixed;
	bottom:2px;
	z-index:900;
	right:5px;
	color:#DC0A0A;
	font-size:14px;
}
.window_down_version {
	position:fixed;
	bottom:2px;
	z-index:900;
	left:5px;
	color:#0A0ADC;
	font-size:14px;
}
.window_info {
	width:100%;
	position:relative;
	top:25px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;

}
.window_fon {
	width:100%;
	background:rgba(0,0,0,0.75);
	z-index:850;
	position:fixed;
	top:25px;
}
.window_fon_v2 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    filter: url('https://css.quickqeust.ru/blur.svg#blur');
}
.window_center_box {
    width: 1058px;
    padding: 20px;
    border:1px solid #D8D8D8;
    background:rgba(0,0,0,0.02);
    -webkit-box-shadow: 6px 6px 25px rgba(0,0,0,0.32);
    -moz-box-shadow: 6px 6px 25px rgba(0,0,0,0.32);
    box-shadow: 6px 6px 25px rgba(0,0,0,0.32);
    margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #454545;
}
.window_error_ok, .window_error_no {
    width: 100%;
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.window_error_ok {
    background: rgba(8, 207, 8, 0.5);
    border: 1px solid rgb(51, 170, 51);
    color: #060;
}
.window_error_no {
	background: rgba(207, 8, 8, 0.5);
	border: 1px solid rgb(170, 51, 51);
	color: #600;
}