body {
	margin: 0;
	padding: 0;
	text-align: center;
}
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

#over {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
#over.u {
	opacity: 1;
}
#over.n {
	position: absolute;
	min-height: 100%;
}
#bx {
	position: absolute;
	display: none;
	max-width: calc(100% - 60px);
	background-color: #FFF;
	text-align: left;
	z-index: 2147483647;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
	font-size: 18px;
}
#bx>h1 {
	background-color: #2560B8;
	margin: 0;
	padding: 15px 25px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
}
#bx>div {
	padding: 15px;
	overflow-y: auto;
}
#bx>div>h1:first-child, #bx>div>h2:first-child {
	margin-top: 0;
}
#bx>div#close {
	display: block;
	width: 38px;
	height: 38px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#bx form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
#bx form.c.i {
	text-align: left;
}
#bx form.c .btn {
	margin: 0 3px;
}
#bx form input[type="text"], #bx form textarea {
	width: 100%;
	background: transparent;
	padding: 10px 0;
	border: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	margin: 0 0 25px 0;
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}


header {
	border-bottom: 5px solid #83ACE4;
}
header>div {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}
header>div>a, header>div>div {
	display: inline-block;
	vertical-align: bottom;
}
header>div>a img {
	vertical-align: top;
}
header>div>div {
	width: calc(100% - 200px);
	text-align: right;
	padding: 0 0 10px 40px;
}
header>div>div>a {
	color: #BC3225;
	border-top: 1px solid #BC3225;
	padding: 10px;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
}
header>div>div>a.a, header>div>div>a:hover {
	border-top: 4px solid #2560B8;
	padding-top: 7px;
	color: #2560B8;
}

main {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: left;
}
footer {
	border-top: 5px solid #83ACE4;
}
footer>div {
	padding: 10px;
	color: #999;
}
footer a {
	text-decoration: none;
	color: #999;
}

h1.h {
	text-transform: uppercase;
	border-bottom: 1px solid #DADADA;
	color: #333;
	margin: 0 0 25px 0;
	text-align: left;
}

p.d {
	margin-top: -15px;
	color: #999;
	font-size: 11px;
}
.uootbl td.colx {
	padding-left: 15px;
}

div.bx {
	background: #EAEBEC;
	background: -moz-linear-gradient(top, #EAEBEC 0%, #CDCECD 100%);
	background: -webkit-linear-gradient(top, #EAEBEC 0%,#CDCECD 100%);
	background: linear-gradient(to bottom, #EAEBEC 0%,#CDCECD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEBEC', endColorstr='#CDCECD',GradientType=0 );
	border-radius: 6px;
	padding: 18px;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}

div.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.rqi {
	display: block;
	float: left;
	background: url(/img/req.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	font-style: italic;
	margin: 10px 0;
	max-width: calc(100% - 150px);
	text-align: left;
}
#nreg {
	margin: -30px 0 60px 0;
}

#kredit {
	float: right;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}
#kredit>b {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #2560B8;
	margin: 0 10px 0 0;
}
#kr_obj table.tb input {
	width: 100%;
}
#kr_obj table.tb div {
	font-weight: bold;
	color: #2560B8;
}
#kr_obj table.tb td:last-child {
	width: 55px;
}
#kr_obj table.tb tr.sm td:last-child {
	padding-left: 10px;
}
#kr_objs {
	display: flex;
	margin: 20px 0 0 0;
	align-items: center;
}
#kr_objs>div:nth-child(2) {
	flex: 0 0 80px;
}
#kr_objs>div {
	padding: 0 10px 0 0;
}
#kr_objs>div:last-child {
	flex: 1;
	text-align: right;
	padding-right: 0;
}
#o_cn, #kr_cn {
	font-weight: bold;
}
#kr_objs span.r {
	font-weight: bold;
	color: #C00;
	margin: 0 10px;
}

form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
input.default, textarea.defaul {
	color: #CCC;
}
.fld, .fld100, .fldq, .fld100q,
#kr_obj table input
{
	border: 1px solid #A4A4A4;
	color: #000;
	font-family: inherit;
	font-size: 12px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}
.fld100, .fld100q {
	width: 100%;	
}
.fldq, .fld100q, input.q, select.q {
	background: url(/img/req.png) no-repeat right top;
}
.btn {
	border: 0;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #2560B8;
	background: -moz-linear-gradient(top, #83ACE4 0%, #2560B8 100%);
	background: -webkit-linear-gradient(top, #83ACE4 0%,#2560B8 100%);
	background: linear-gradient(to bottom, #83ACE4 0%,#2560B8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83ACE4', endColorstr='#2560B8',GradientType=0 );
	border-radius: 8px;
	padding: 9px 16px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	margin: 0 0 4px 0;
}
.btn:hover {
	color: #FFF;
	background: #333;
}
.btn:disabled, .btn:hover:disabled {
	cursor: default;
	background: #CCC;
}
a.btn {
	display: inline-block;
}
a.btn.m {
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 4px;
	margin: 1px 0;
	vertical-align: middle;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

body:not(#foo) input[type=checkbox], body:not(#foo) #rq input[type=radio] {
	display: none;
}
body:not(#foo) input[type=checkbox]+label, body:not(#foo) #rq input[type=radio]+label {
	display: inline-block;
	padding: 6px 0 7px 35px;
	min-height: 14px;
	background: url(/img/chkv0.png) no-repeat;
	margin-left: 0;
} 
body:not(#foo) input[type=checkbox]:checked+label{
	background-image: url(/img/chkv1.png);
}
body:not(#foo) #rq input[type=radio]:checked+label{
	background-image: url(/img/chkvx.png);
}
body:not(#foo) #sml2 input[type=checkbox]+label {
	background: url(/img/chkm0.png) no-repeat;
	padding: 2px 0 2px 20px;
}
body:not(#foo) #sml2 input[type=checkbox]:checked+label{
	background-image: url(/img/chkm1.png);
}
table.tb tr.r td, table.tb tr.r td a:not(.btn) {
	color: #E00;
}
table.tb tr.s td, table.tb tr.s td a {
	color: #CCC;
}
table.tb tr.b td, table.tb tr.b td a {
	font-weight: bold;
}
div.ov>table.tb {
	min-width: 460px;
}
table.tb.tp td {
	vertical-align: top;
}

div.nsp {
	position: absolute;
	display: none;
	left: 0;
	margin: 0 !important;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	text-align: left;
	font-size: 13px;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
div.nsp div {
	margin: 2px 0;
	padding: 10px 15px;
}
div.nsp>div {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>div:hover {
	background-color: #EEE;
}
div.nsp>div.a {
	background-color: #DDD;
}
div.nsp>span.c {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(/img/nspc.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.nsp>span.x {
	display: block;
	background-color: #D8D8D8;
	padding: 4px;
}
div.nsp>span.x span {
	text-decoration: underline;
	cursor: pointer;
}

table.n.pd td {
	padding-bottom: 4px;
}

#plu {
	cursor: pointer;
	padding: 2px 0;
	background: url(/img/att.svg) no-repeat 0 center;
	background-size: 14px;
	padding: 0 0 0 20px;
}
#plu.drg, #plux>div:hover {
	background: #EEE;
}
#plux>div, #plux>div>div {
	cursor: default;
}
#plux>div>div:last-child {
	float: right;
}
#plux>div>div:first-child {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	margin: 0 5px 0 0;
	cursor: pointer;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin: 10px 0;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}
table.n {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
table.n.m {
	max-width: 400px;
}
table.n.t td {
	vertical-align: top;
}
table.gal {
	width: 100%;
	border: 0;
}
table.gal td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #999;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

div.ov {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
} 

@media print {
 #header, #footer {
	display: none;
 }
 #main {
	float: none;
	width: 100%;
 }
}

@media only screen and (max-width: 1180px) {


}
