body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
div, input, textarea, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.wover {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
div.wover.u {
	opacity: 1;
}
div.wover.n {
	position: absolute;
	min-height: 100%;
}
div.wover div.wover {
	position: absolute;
}
div.wbox {
	display: none;
	position: relative;
	min-width: 240px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-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;
	overscroll-behavior: none;
	font-size: 18px;
}
div.wbox>h1 {
	background-color: #E30613;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div {
	padding: 15px;
	overflow-y: auto;
	overscroll-behavior: contain;
}
div.wbox>div>h1:first-child, div.wbox>div>h2:first-child {
	margin-top: 0;
}
div.wbox>div.wclose {
	display: block;
	width: 25px;
	height: 24px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
div.wbox form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
div.wbox form.c.i {
	text-align: left;
}
div.wbox form.c .btn {
	margin: 15px 3px 0 3px;
	padding: 10px 15px;
	min-width: 100px;
}
div.wbox.bn {
	max-width: auto;
	overflow-x: hidden;
}
div.wbox.bn img.img {
	display: block;
	max-width: calc(100vw - 60px);
	max-height: calc(100vh - 60px);
}
#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;
}

#hdr {
	min-width: 300px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 160px 10px 15px 10px;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	background: url(/img/hdr.jpg) no-repeat center 0;
}
#hdr>span, #blgn {
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
main {
	min-width: 300px;
	max-width: 1200px;
	min-height: 300px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}
main.c {
	display: flex;
}
main.c>div:first-child {
	width: 180px;
}
main.c>div:last-child {
	flex: 1;
	margin: 0 0 0 20px;
}
footer {
	min-width: 300px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	background: #EEE;
}
#menu {
	min-width: 300px;
	max-width: 1200px;
	margin: 0 auto;
	background: #EEE;
	position: relative;
	text-align: left;
}
#menu>ul, #xmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu>ul {
	padding: 0;
}
#menu>ul>li {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: inherit;
	line-height: 100%;
	font-weight: 500;
	transition: all 0.2s ease-out;
}
#menu>ul>li>ul, #xmenu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	border: 1px solid #CCC;
	z-index: 10000;
}
#xmenu {
	left: auto;
	right: -15px;
}
#menu>ul>li:hover, #menu>ul ul li:hover {
	background-color: #DDD;
}
#menu>ul>li:hover>ul {
	display: block;
}
#menu>ul>li>ul>li {
	display: block;
}
#menu a {
	display: block;
	padding: 6px 6px 3px 6px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}
#menu>ul>li>a {
	padding: 10px;
}
#menu>ul ul a {
	font-size: 14px;
	text-align: left;
}
#menu #mn {
	display: none;
	float: right;
	width: 32px;
	height: 32px;
	background: url(/img/i_mn.png) no-repeat center center;
	cursor: pointer;
	margin: 1px 4px 0 15px;
}
#menu #mn.a {
	display: inline-block !important
}
#xmenu li {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 8px 12px;
	text-transform: uppercase;
}
#xmenu li:hover {
	background: #EEE;
}
#xmenu ul ul {
	display: none;
}

#tmn {
	float: right;
	text-align: left;
	margin: -10px -10px 0 0;
}
#tmn #bsrch {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 48px;
	background: url(/img/i_srch.png) no-repeat center center;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	position: relative;
}
#tmn>div:last-child {
	display: inline-block;
	vertical-align: top;
}
#blgn {
	display: block;
	background: url(/img/i_lock.png) no-repeat 14px center;
	padding: 18px 15px 17px 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
}
#blgn.a {
	background-color: rgba(255,0,0,0.3);
}
#blgn.a.vip {
	background-color: rgba(0,0,255,0.3);
}
#musr {
	display: none;
	position: absolute;
	min-width: 270px;
	right: 0;
	top: 100%;
	background-color: #EEE;
	border: 1px solid #C7C5C5;
	border-bottom: 3px solid #878585;
	-moz-box-shadow: 2px 2px 4px silver;
	-webkit-box-shadow: 2px 2px 4px silver;
	box-shadow: 2px 2px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver');
	z-index: 2000;
	text-align: left;
	font-size: 14px;
}
#musr>form {
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#musr>form label {
	display: block;
	margin: 6px 0 3px 0;
}
#musr>form input {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #000;
	padding: 4px;
}
#musr>form input.btn {
	margin: 10px 0;
}
#musr>form p {
	margin: 0;
	line-height: 150%;
}
#musr>div>a {
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	color: #000;
}
#musr>div>a:hover {
	background-color: #DDD;
}
#srch {
	visibility: hidden;
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #FFF;
	-webkit-box-shadow: -3px 0px 6px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 0px 6px 3px rgba(0,0,0,0.1);
	box-shadow: -3px 0px 6px 3px rgba(0,0,0,0.1);
	padding: 0;
	transition: all 0.5s ease-out;
	overflow: hidden;
	z-index: 10000;
}
#srch.a {
	visibility: visible;
	width: 240px;
	overflow: visible;
}
#srch input {
	width: 100%;
	border: 0;
	padding: 17px 10px;
	outline: none;
	margin: 0;
}

#nst {
	margin: -15px;
}
div.sn {
	width: calc(50% - 30px);
	margin: 15px;
}

table.ud {
	width: 100%;
	border: 0;
}
table.ud td:first-child {
	width: 120px;
}
table.ud td.p {
	width: 12px;
}
table.ud td.p div {
	height: 12px;
}
table.ud td.n {
	font-weight: 600;
}
table.ud div.at {
	margin: 5px 0 0 0;
	font-size: 90%;
}

table.tbl.d td {
	cursor: pointer;
}

div.att {
	margin: 20px 0 0 0;
}

#lm a, div.kat>a {
	display: block;
	background: #EEE;
	padding: 6px 10px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease-out;
}
#lm a:hover, #lm a.a, div.kat>a:hover {
	background: #DDD;
}

div.kat {
	margin: -3px -3px 12px -3px;
}
div.kat>a {
	display: inline-block;
	margin: 3px;
}
div.nav {
	font-size: 80%;
	margin: 0 0 15px 0;
}

table.dwn td:last-child {
	width: 150px;
}
table.dwn td:nth-last-child(2) {
	width: 100px;
}

#k_frm {
	max-width: 550px;
	margin: 0 auto;
}
#k_frm>table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
#k_frm>table td {
	padding: 4px 0;
}

div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
div.gal a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

#cookies {
	position: fixed;
	z-index: 2000000;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	padding: 30px;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: left;
}
#cookies>div {
	margin: 0 auto;
	max-width: 1160px;
}
#cookies a {
	color: #FFF;
}
#cookies div, #cookies td {
	color: #FFF;
}
#cookies>div>div:first-child>div {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#cookies_x {
	text-align: right;
}
#cookies_x>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_x>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_x>div:hover {
	background: #3F8F31;
	color: #FFF;
}
#cookies_i {
	display: none;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
div.cookies {
	margin: 18px 0 0 0;
}
div.cookies>div:first-child>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
div.cookies>div:first-child>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	color: #FFF;
	font-size: 1.05em;
	font-weight: 700;
}
div.cookies div.cookies_m {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	cursor: pointer;
}
div.cookies div.cookies_m::before {
	display: inline-block;
	content: ">";
	font-weight: 900;
	margin: 0 6px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_m.a::before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.cookies div.cookies_c {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border-radius: 8px;
	width: 70px;
	height: 24px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
div.cookies div.cookies_c>div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	left: 2px;
	top: 2px;
	background: #3F8F31;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_c>div::after {
	display: block;
	content: "ANO";
	font-size: 12px;
	color: #FFF;
}
div.cookies div.cookies_c.d {
	pointer-events: none;
}
div.cookies div.cookies_c.d>div {
	background: #666;
}
div.cookies div.cookies_c.n>div {
	left: 33px;
	background: #900;
}
div.cookies div.cookies_c.n>div::after {
	content: "NE";
}
div.cookies table {
	display: none;
	width: 100%;
	min-width: 600px;
	border: 0;
	border-spacing: 0;
	margin: 15px 0 0 0;
}
div.cookies table th, div.cookies table td {
	padding: 3px 10px;
}
div.cookies table th {
	background: #555;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
}
div.cookies table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.cookies table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cookies table tr:nth-child(odd) td {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
}
div.cookies>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	margin: 0 0 8px 0;
}
@media only screen and (max-width:420px) {
 #cookies {
	padding: 15px;
 }
 div.cookies>div:first-child>div:first-child>div:first-child {
	flex: 0 0 100%;
 }
 div.cookies>div:first-child>div:first-child>div:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
}
#cookies-consent {
	display: inline-block;
	cursor: pointer;
	color: inherit;
}
#cookies-consent:hover {
	text-decoration: underline;
}

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%;
}
form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
.fld, .fld100, .fldq, .fld100q {
	border: 1px solid #333;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding: 3px;
}
.fld100, .fld100q {
	width: 100%;	
}
.fldq, .fld100q {
	background: url(/img/req.gif) no-repeat right top;
}
.btn {
	display: inline-block;
	transition: all 0.3s ease-out;
	background-color: #DDD;
	padding: 4px 12px;
	border: 2px solid #EEE;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-family: inherit;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	-webkit-box-shadow: 0 0 2px 2px rgba(100,100,100,0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(100,100,100,0.6);
	box-shadow: 0 0 2px 2px rgba(100,100,100,0.6);
	margin: 6px 3px 8px 3px;
	cursor: pointer;
}
.btn:hover {
	background: #CCC;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin-bottom: 4px;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}
table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

@media print {
 #hdr, #menu, footer, main.c>div:first-child {
	display: none;
 }
 main, main.c>div:last-child {
	width: 100%;
 }
}

@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:760px) {
 div.gal {
	margin: 50px -1.5%;
 }
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
 #xmenu {
	left: 0;
	right: 0;
 }
}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: 100%;
	margin: 0 0 30px 0;
 }
}
@media only screen and (max-width:590px) {
 #tmn {
	clear: both;
	float: none;
	width: 100%;
	border-top: 1px solid #CCC;
	position: relative;
 }
 #tmn>div:last-child {
	width: calc(100% - 50px);
 }
 #tmn #bsrch {
	position: static;
 }
 #srch {
	right: auto;
	left: 50px;
	-webkit-box-shadow: 3px 0px 6px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 0px 6px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 0px 6px 3px rgba(0,0,0,0.1);
 }
 #srch.a {
	width: calc(100% - 50px);
 }

}
@media only screen and (max-width:480px) {
 #musr {
	 left: 0;
 }
}