@import url("reset.css");
@import url("backgrounds.css");
@import url("fontawesome.css");

/* -GENERAL- */
	html { padding: 0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 92%; color: #111; height: 100.1%; }
	body { display: block; padding: 43px 0px 0px 0px; min-height: 100%; }
	a { color: #533612; }
	a, a:link, a:active, a:visited, .link { color: #533612; text-decoration: none; cursor: pointer; }
	a:hover, .link:hover { color: #990000; text-decoration: none; }
	i.fas, i.far { color: #990000; }
	.file-down { font-weight: bold; cursor: pointer; }
	hr { border-color: #cdaf7c; border-top-color: #cdaf7c; }
	img { opacity: 1; transition: opacity 0.3s; }
	img[data-src] { opacity: 0; }
/* Titles */
	h1, h2, h3, h4, h5, h6 { padding: 0; font-weight: bold; }
	h1, h2 { color: #000; }
	h1 { font-size: 130%; color: #000; margin: 5px 0; }
	h2 { font-size: 120%; color: #040404; margin: 5px 0; }
	h3 { font-size: 110%; color: #040404; margin: 5px 0; }
	h4 { font-size: 105%; }
	b.ldiv-tit, b.cdiv-tit, b.rdiv-tit, .cat-txt h1, .cat-list h1, .cat-blog h1, .user-page h1 { display: block; font-family: Times New Roman, Times, Georgia, serif; text-transform: uppercase; font-size: 110%; font-weight: bold; text-align: center; width: 100%; color: #533612; padding: 0px 0 16px 0px; margin: 0 0 5px 0; line-height: 24px; }
/* Form */
	/* Buttons */
	button, .button, input[type="reset"], input[type="submit"], input[type="button"] { width: auto; height: auto; padding: 3px; font-weight: bold; cursor: pointer; border: solid 1px #cdaf7c; }
	button:hover, .button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover { color: #000000; border-color: #533612; }
	/* loginform*/
	.login-form { width: 90%; margin: 0 auto; }
	.login-form .logname, .login-form .logpass { width: 99.6%; margin-bottom: 10px; }
	.login-form .logsubmit { width: 100%; margin-bottom: 10px; }
	.logrem, .loglink { display: block; margin-bottom: 5px; }
/* Colors */
	.cl-1 { color: #111111; }
	.cl-2 { color: #533612; }
	.cl-3 { color: #990000; }
	.cl-4 { color: #cdaf7c; }
	.cl-5 { color: #0000FF; }

/* Clearfix */
	.min { min-height: 100%; min-height: 100vh; }
	.clr{ display: block; width: 100%; clear: both; float: none; }
	.clr:after { display: block; width: 100%; clear: both; float: none;  content: ""; }
	.clr-after:after, .list-body:after, .grid-body:after, .blog-body:after, .doc-txt:after, .user-page:after, .cat-navbar:after, .list-row-head:after, #msg-adblock:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.dashed { height: 2px; border-top: 1px dashed #cdaf7c; margin: 3px; background: none; background-image: none; }
	.divider { clear: both; display: none; }
	hr { border: 0; height: 6px; margin: 2px 0; display: block; clear: both; }
	.hrline { height: 4px; display: block; clear: both; border-bottom: 0; }
	p { margin: 0px 0px 10px 0px; line-height: normal; }

/* -PAGE- */
	.wrap-page { padding: 0; margin: 0 auto; width: 1024px; }
	.wrap-page:after { content: ""; display: block; width: 100%; clear: both; float: none; }
	.wrap-header { margin: 0 auto; }
	.wrap-middle { margin: 0 auto; }
	.col-left, .col-center, .col-right { float: left; width: 180px; }
	.col-center { width: 654px; margin: 0 5px; }
	#center-top { }
	#center-mid { }
	#center-bot { }
	#center-foot { }
	#center-foot p { text-align: center; margin: 5px 0; font-size: 90%; }
	#center-foot p:last-child { font-size: 80%; }
	#center-foot p:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.wrap-footer { margin: 0 auto; font-size: 90%; }
	.wrap-header:after, .wrap-middle:after, .wrap-footer:after { display: block; width: 100%; clear: both; float: none; content: ""; }

/* -HEADER- */
	#header { display: none; background: none; }
	/* Navigation */
	#navigation { margin-left: -512px; width: 1024px; position: fixed; top: 0; left: 50%; z-index: 998; border: none; box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4); }
	.navigation-inner { font-weight: bold; display: block; margin: 3px 0 0 0;  height: 35px; min-height: 35px; max-height: 100%; }
	#navigation .bb-bot:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	#nav-button { display: none;  float: left; cursor: pointer;  font-size: 150%; width: 50px; margin-top: -8px;}
	#nav-button i { font-size: 100%;}
	/* Nav-menu */
	.nav-menu {margin: 0; }
	.nav-menu a, .nav-menu .link { cursor: pointer; }
	/* 1st level */
	.nav-menu > li { position: relative; float: left; cursor: pointer; margin: 0 0 0 5px; }
	.nav-menu > li:after { font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f0d7"; }
	.nav-menu > li:hover { visibility: inherit; }
	.nav-menu > li a, .nav-menu > li b { margin: 0 0 0 2px; padding: 0; font-weight: bold; text-transform: uppercase; color: #990000; font-size: 110%; }
	.nav-menu > li a:hover, .nav-menu > li:hover:after { color: #990000; }
	/* 2t level */
	.nav-menu li ul { position: absolute; top: -999em; padding: 13px 0 0 0; width: 210px; opacity: 0.99; }
	.nav-menu li:hover ul { left: -10px; top: 16px; z-index: 99; }
	.nav-menu li ul li { width: 100%; display: block; padding: 0 3px 1px 3px; }
	.nav-menu li ul li.first { padding: 0; }
	.nav-menu li ul li.last { padding: 0; }
	.nav-menu ul li a, .nav-menu ul li span, .nav-menu ul li b { padding: 5px 0px 5px 0; text-transform: none; color: #111; text-align:left; border: 2px solid #111; display: block; letter-spacing: normal; background: #e5d4bb; }
	.nav-menu li ul li a:before { font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f0da"; padding: 0 2px 0 3px; }
	.nav-menu ul li span.separator { color: #fdf1da!important; font-weight: bold; padding-left: 3px; text-transform: uppercase; background: #990000; cursor: default; }
	.nav-menu ul li a:hover, .nav-menu ul li .link:hover { color: #990000; background: #fdf1da; }
	.nav-menu ul li a:hover:before , .nav-menu ul li b:hover:before { padding: 0 1px 0 5px; }
	.nav-menu ul li:hover li ul { top: -999em; }
	/* Nav-mobile menu */

	#nav-mobile {display: block; padding: 0 0 5px 0; position: fixed; left: 0; top: 35px; z-index: 99; height: 94%; overflow-y: scroll;}
	.nav-mob {background-color:#fceddf; display: none; width: 100%; margin: 1% 0 0 1%; }
	/* 1st level */
	ul.nav-mob > li { display: table-row; width: 100%;  }
	.nav-mob > li > b { display: block; padding: 15px 0; text-align: center; font-weight: bold; text-transform: uppercase; color: #faefe6;  background-color: #990000; }
	.nav-mob > li a:hover { color: #990000; }
	/* 2t level */
	.nav-mob li ul { width: 100%; display: table; border-top: 2px solid #111;}
	.nav-mob li ul li { width: 100%; display: table-row; padding: 0; }
	.nav-mob ul li a, .nav-mob ul li span, .nav-mob ul li b { padding: 10px; text-transform: none; color: #111; text-align:left; border-bottom: 2px solid #111; display: block; font-weight: bold; font-size: 120%; }
	.nav-mob ul li span.separator {  font-size: 100%; display: block; padding: 15px 0; text-align: center; font-weight: bold; text-transform: uppercase; color: #faefe6;  background-color: #990000; }
	.nav-mob ul li a:hover, { color: #990000; }
	.nav-mob ul li:hover li ul { top: -999em; }

	/* nav search */
	.nav-search { float: right; text-align: right; margin: -8px 5px 0 0; position: relative; display: inline-block; padding: 0; width: 250px; height: 26px; }
	.nav-search-keys { display: block; width: 100%; height: 28px; position: absolute; top: 0px; right: 0px; padding: 0 20px 0 10px; border: 1px solid #533612; border-radius: 13px; }
	.nav-search-submit { background: #990000;  padding: 0; width: 30px; height: 30px; position: absolute; top: 0; right: 0; border: 0; border-radius: 50%; }
	.nav-search-submit i.fa-search { color: #fefefe; }

/* -MAIN- */
	/* Cats */
	.cat-list h2, .cat-blog h2 { float: none; text-align:center; margin: 10px 0; }
	#cat-home h2 { border-left: 15px solid #990000; border-bottom: 1px dashed #cdaf7c; color: #000; text-align: left; font-size: 20px; margin: 30px 0px 15px 0px; padding: 0 0 0 5px; }
	.cat-list div#lett-nav, .cat-blog div#lett-nav { display: block; margin: 10px auto; }
	div.list-body, .cat-list div.list-body { margin-top: 10px; }
	/* cat-navbar */
	.cat-navbar { background: #f3e3c9; border-top: 1px dashed #cdaf7c; border-bottom: 1px dashed #cdaf7c; font-weight: bold; display: block; padding: 5px 0; }
	/* cat-nav */
	.cat-nav { text-transform: none; text-transform: none; }
	.cat-nav li { position: relative; margin: 0 0 0 5px; padding: 0; float: left; background: none; list-style: none; cursor: pointer; }
	.cat-nav li:hover { visibility: inherit; }
	.cat-nav > li:after { font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f0d7"; }
	.cat-nav > li a:hover, .cat-nav > li:hover:after { color: #990000; }
	.cat-nav > li:last-child:after { content: none; }
	/* 1st level */
	.cat-nav li b { margin: 0 3px 0 3px; padding: 5; font-weight: bold; color: #990000; cursor: pointer; }
	.cat-nav li b:hover { color: #000; }
	.cat-nav li b i { color: #000; }
	/* 2t level */
	.cat-nav li ul { position: absolute; top: -999em; padding: 12px 0 0 0; width: auto; }
	.cat-nav li:hover ul { left: -10px; top: 12px; z-index: 990; }
	.cat-nav li ul li { width: 190px; padding: 3px 5px; background: #f3e3c9; border-bottom: 1px solid #cdaf7c; }
	.cat-nav ul li a { color: #111; padding: 5px; text-align:left; display: block; }
	.cat-nav li ul li:hover { background: #fff2df; border-bottom: 1px solid #533612; }
	.cat-nav li ul li:hover a { color: #990000; }

	.cat-nav li ul.releas-list { width: 240% }
	.cat-nav li ul.releas-list li { float: left; width: auto; padding: 5px; margin: 1px; text-align: center; border: 1px solid #cdaf7c; }
	.cat-nav li ul.releas-list li a { width: 46px; padding: 4px; display: block; text-align: center; }
	.cat-nav-left { float: left; }
	.cat-nav-right { float: right; }
	.cat-nav-right i { margin: 0 10px 0 0; color: #000; }
	.cat-nav-right a i { color: #990000; }

	/* list */
	.list-body:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	ul.list-box { padding: 0; display: block; border-bottom: 1px solid #bfa26b; }
	ul.list-box li { display: block; border-top: 1px solid #bfa26b; padding: 0 0 5px 0; }
	ul.list-box li:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	ul.list-box li.list-row-head { padding: 5px 0; margin: 5px 0; }
	ul.list-box li.list-row-head a { color: #990000!important; }
	ul.list-box li.list-row-abl { min-height: 60px; }
	ul.list-box li div { padding: 4px; display: block; line-height: normal; }
	ul.list-box li div.list-row-t1 { margin-top: 4px; }
	ul.list-box li div.list-row-t1 b.list-row-title-alias { font-style: italic; }
	ul.list-box li div span { font-size: 85%; margin-top:2px; font-style: italic; }
	ul.list-box li div span.list-row-right { float: right; text-align: right;}
	ul.list-box li div span i { margin: 0px 2px; }
	ul.list-box li div.list-row-t2 { margin:3px 0px; padding-bottom:0; }
	#comments-home ul.list-box li img, ul.list-box li img.list-row-avatar { float: left; margin-right: 10px; width: 40px; height: 40px; padding: 2px; border: 1px solid #990000; }

	/* grid */
	.grid-body:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.grid-box { width: 100%; }
	.grid-row { float: left; width: 33.33%; }
	.grid-row-inner { position: relative; margin: 5px; height: 180px; overflow: hidden; }
	.grid-row-top { display: block; overflow: hidden; background: #000; height: 70%;  text-align: center; }
	.grid-row-top img { width: 100%; min-width: 100%; height: auto; min-height: 100%; vertical-align: middle; text-align: center; }
	.grid-row-bot { display: block; overflow: hidden; height: 30%; padding: 2%;}
	.grid-row-bot-title { display: block; color: #000; text-align: center; }
	.grid-row-bot-title a { color: #000; text-decoration: none; }
	.grid-row-info { display: none; background: #000; color: #fff; position: absolute; top: 0px; left: 0px; width: 100%; height: 20%; overflow: hidden; padding: 3%; }
	.grid-row-info i { color: #ffffff; }
	.grid-row-inner:hover .grid-row-info { display: block; }
	.grid-row-hits { float: right; margin: 1%; }

	/* blog */
	.blog-body:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.blog-box { width: 100%;}
	.blog-row { width: 50%; float: left; display: block; }
	.blog-row:after { display: block; width: 100%;margin: 10px 0; clear: both; float: none; content: ""; }
	.blog-row-inner { position: relative; margin: 5px; padding: 0; }
	.blog-row-imgbl { display: block; height: 160px; overflow: hidden; background: #000; position: relative; }
	.blog-row-imgbl img { display: block; height: auto; min-height: 100%; width: 100%; }
	.blog-row-cat { display: none; font-weight: bold; background: #fff2df; position: absolute; top: 10px; right: 10px; height: 22px; padding: 2px 4px; }
	.blog-row-cat a { color: #990000;}
	.blog-row-inner:hover .blog-row-cat { display: block; }
	.blog-row-text { display: block; height: 114px; font-size: 96%; padding: 0 3px; overflow: hidden; }
	.blog-row-title { padding: 3px 0; font-size: 100%; }
	.blog-row-info { display: block; height: 28px; padding: 5px 0; border-top: 1px dashed #cdaf7c; border-bottom: 1px dashed #cdaf7c; overflow: hidden; }
	.blog-row-info:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.blog-row-info i {  color: #000000; }
	.blog-row-author { display: block; width: 65%; float: left; }
	.blog-row-data { float: right; color: #990000; }
	.blog-row-null { display: block; margin: 0 0 3px 0; padding: 3px 0 5px 0; line-height: normal; text-align: center; color: #990000; }
	#blog-row-mid { width: 100%; }

/* Docs */
	/* doc */
	.doc-txt { }
	.doc-txt:after { display: block; width: 98%; margin: 10px 0; clear: both; float: none; content: ""; border-bottom: 1px dashed #cdaf7c; }
	.doc-txt-inner { padding: 5px 2px; font-size: 110%; line-height: 100%; }
	.doc-txt h1 { margin: 5px 2px; display: block; color: #111; }
	.doc-txt h1 br { }
	.doc-txt h1 b, .doc-txt h1 b { padding: 5px 0; display: block; color: #990000; }
	.doc-txt h2 { font-weight: bold; }
	.doc-txt h3 { font-weight: bold; margin: 10px 0; }
	.doc-txt ul, .doc-txt ol { margin: 10px 0 10px 15px; padding: 0 0 0 15px; list-style: outside; list-style-type: disc; }
	.doc-txt ol { list-style-type: decimal-leading-zero; }
	.doc-txt li { list-style: inherit; list-style-type: inherit; padding: 5px 0; }
	.doc-txt img { height: auto; max-width: 100%; }
	.doc-txt ul.grid-box { display: block; list-style-type: none; width: 100%; padding: 0; }
	.doc-txt ul.list-box { padding: 0; display: block; border-bottom: 1px solid #bfa26b; }
	.doc-txt ul.list-box li { display: block; border-top: 1px solid #bfa26b; padding: 0; }
	.doc-txt a, .art-inner a:link, .art-inner a:visited { color: #990000; text-decoration: underline; font-weight: bold; cursor: pointer; }
	.doc-txt a:hover { color: #000; text-decoration: underline; }
	.doc-txt .grid-row-bot-title a { text-decoration: none; }
	.art-text { padding: 0 3px; }
	.art-text p { text-align: justify; }
	.art-text img { margin: 5px; height: auto; min-width: auto; max-width: 100%; }
	.files-doc a, .media-doc a { text-decoration: none; }
	.doc-cover { display: block; position: relative; background: #000; width: 100%; height: 200px; line-height: 344px; border: none; border-radius: 0px; overflow: hidden; text-align: center; }
	.doc-cover img { margin-top: 0px; width: 100%; height: auto; vertical-align: middle; }
	.doc-txt-epizode { display: block; text-align: center; margin: 0px auto 5px auto; padding: 0; clear: both; }
	.epizode-prev, .epizode-next { float: left; display: block; width: 300px; height: 50px; padding: 0; }
	.epizode-next { float: right; }

	/* game */ /* DVD-Cover W:H - 1:1,4 or 5х7 */
	#doc-games h2 {margin: 15px 0;}
	.gm-cover { position: relative; width: 99.8%; min-width: 630px; height: auto; min-height: 240px; max-height: 360px; overflow: hidden; margin-bottom: 10px; }
	.gm-cover img { width: 100%; height: auto; min-height: 100%; max-height: 100%; overflow: hidden; }
	.gm-info { clear: both; width: 100%; margin-bottom: 10px; padding: 5px 0; }
	.gm-info p { float: left; width: 33%; margin: 2px 0 2px 0.3%; padding: 5px 0px 3px 0px; background:#e7d6bc; font-weight: bold; overflow: hidden; }
	.gm-info p i { margin: 0 5px 0px 10px; }
	.gm-info p a, .gm-info p b { text-decoration: none; }
	.gm-info p.g_devel , .gm-info p.g_publi { width: auto; min-width: 49.65%; overflow: visible; }
	.gm-desc { text-align: justify; margin-bottom: 10px; clear: both; padding: 5px 0; }
	.gm-desc img { border: 0; width: auto; height: 100%; display: block; margin: 0 auto; }
	.gm-desc-other { }
	.gm-video { width: 100%; height: auto; min-height: 350px; margin-bottom: 10px; }
	.gm-video iframe { width: 100%; height: auto; min-height: 350px; }
	.gm-scr { width: 100%; height: auto; margin: 0 auto 10px auto; }
	.gm-scr a { float: left; display: block; float: left; height: 120px; width: 33%; margin: 2px 0 2px 0.3%; text-decoration: none; border: none; overflow: hidden; }
	.gm-scr img { border: none; height: auto; min-height: 100%; width: 100%; }
	.gm-sys { width: 49%; float: left;}
	.gm-feat { width: 49%; float: right;}
	.gm-sys p, .gm-feat p { text-align: left; font-size: 85%; }

	#doc-screens { }
	ul.scr-box { width: 100%; display: block; padding: 0; list-style-type: none; }
	li.scr-row { background: #000; float: left; height: 120px; width: 33%; margin: 2px 0 2px 0.3%; list-style-type: none; position: relative; overflow: hidden; }
	li.scr-row img { width: 100%; height: auto; min-height: 100%; }
	li.scr-row .scr-butt-del { background: #990000; width: 24px; height: 24px; line-height: 22px; border-radius: 12px; margin: 0px 1px; text-align: center; display: none; }
	li.scr-row:hover .scr-butt-del { position: absolute; right: 5px; top: 5px; display: inline-block; width: 24px; height: 24px; line-height: 20px; border: 1px solid #fefefe; border-radius: 12px; text-align: center; cursor: pointer; }
	li.scr-row:hover .scr-butt-del i { margin: auto; color: #fefefe!important; vertical-align: middle; }

	/* Tabs VK */
	.vk-bl {min-height: 720px; margin: 0 auto;}
	#vk-tbs {margin: 10px -3px 5px -3px; font-size: 16px;}
	#vk-tbs ul {display: block; height: 28px; border-bottom: 1px solid #cdaf7c; }
	#vk-tbs li {display: block; height: 27px; float: left; text-align: center; padding: 7px 15px 5px 15px; border: 1px solid #cdaf7c; border-bottom: none; margin: 0 0 0 10px; text-decoration: none; cursor: pointer; background: #f2e1c5; }
	#vk-tbs li:hover {background: #fdf1da; }
	#vk-tbs li.active-vk { padding: 7px 15px 6px 15px; background: #fdf1da; height: 28px; }
	#vk-tbs li.active-vk b { color: #990000; height: 28px;}
	#vk-tbs li.active-vk:hover b { color: #000; height: 28px; }

/* Pages */
	/* Page aboutus */
	#aboutus {font-size: 11px; color: #533612; font-weight: bold;}
	#aboutus h3 {font-size: 14px; text-transform: uppercase; padding: 15px 0; text-shadow:1px 1px #ccc; text-align: center;}
	.ab-title { cursor: pointer;text-align: center; margin: 5px 0; font-weight: bold;color: #990000; }
	.ab-left {width: 50%; float: left; border-right: 1px dashed #f2e1c7;}
	.ab-right {width: 49.5%; float: left;}
	.abody {width: auto; margin: 0 auto 15px auto; padding-top: 10px; border-top: 1px dotted #cdaf7c;}
	.ab-list {margin: 0 0 10px 0; text-align: center;}
	.ab-list div {margin-bottom: 5px;}
	.ab-list b {margin-right: 10px;}
	.ab-name h4 {color: #533612;font-size: 16px; padding: 0; text-shadow:1px 1px #aaa;}
	.ab-nick { font-weight: bold;}
	.ab-nick b {color: #333;}
	.ab-nick span {color: #990000;}
	.ab-post {margin: 0 0 10px 0; font-size: 11px; font-weight: bold;}
	.ab-photo {margin: 5px auto; padding: 2px; width: 160px; height: 120px; background-color: #533612; color: #fefefe; -webkit-box-shadow:0px 0px 9px rgba(0,0,0,9); -moz-box-shadow:0px 0px 9px rgba(0,0,0,9); box-shadow:0px 0px 9px rgba(0,0,0,9); opacity: 0.9;}
	.ab-desc {font-size: 11px; text-align: center;}
	.ab-desc div {padding: 3px 10px;}
	.ab-desc b {color: #990000; display: block; clear: both; margin: 3px 0;}

	/* Page kontakt us */
	#emailForm input {width: 50%;}
	#emailForm textarea {width: 100%;}
	#contactus {font-size: 11px; color: #533612; font-weight: bold; margin: 10px 0;}
	.cont-left {width: 50%; float: left; border-right: 1px dashed #f2e1c7;}
	.cont-right {width: 49.5%; float: left;}
	.cont-body {width: auto; margin: 0 auto 15px auto; padding-top: 10px;}
	.cont-list {margin: 0 0 10px 0; text-align: center;}
	.cont-list div {margin-bottom: 5px;} .cont-list strong {margin-right: 10px;}
	.cont-list h3, .cont-h3 {color: #111;font-size: 16px; padding: 0; text-shadow:1px 1px #aaa; text-align: center;}
	.cont-photo {margin: 15px auto; padding: 2px; width: 160px; height: 120px; background-color: #533612; color: #fefefe; -webkit-box-shadow:0px 0px 9px rgba(0,0,0,9); -moz-box-shadow:0px 0px 9px rgba(0,0,0,9); box-shadow:0px 0px 9px rgba(0,0,0,9); opacity: 0.9;}
	.cont-post {margin: 10px 0; font-size: 11px; font-weight: bold;}
	.cont-mail {font-weight: normal;}
	.cont-mail a {color: #990000; text-decoration: underline;}

	/* Page search */
	#searchForm {margin: 0 auto 10px auto;}
	#searchForm div {margin: 10px auto;}
	#searchForm input[type="text"] {width: 30%;  height: 20px; padding: 3px 5px; }
	#searchForm select {width: auto; height: 27px;}
	
	/* Page user */
	.user-page table {width: 80%; margin: 0 auto;}
	.user-page table td { padding: 2% 1%;}

/* -SIDE-LEFT- */
	/* Menu */
	.menu { list-style: none; }
	.menu li { position: relative; padding: 0; color: #533612; font-weight: bold; }
	.menu li:before { position: absolute; width: 5px; height: 5px; border: 1px solid #990000; content: ""; left: 5px; top: 7px; transition: .6s ease-in-out; }
	.menu li:hover:before{ box-shadow: 0 0 0 4px rgba(0,0,0,.3);  background: #990000;}
	.menu li:after { position: absolute; border-left: 1px dotted #990000; width: 1px; bottom: -5px; content: ""; left: 7px; top: 15px; }
	.menu li:last-child:after { content: none; }
	.menu li a, .menu li a:link, ul.menu li a:visited { display: block; border-bottom: 1px dashed #cdaf7c; color: #533612; margin: 4px 0 4px 14px; padding: 2px 0 4px 4px; font-weight: bold; width: 80%; }
	.menu li a:hover { color: #000; text-decoration: none; }
	/* Menu separator */
	.menu li.item120:before, .menu li.item121:before, .menu li.item48:before { content: none; }
	.menu li.item120:after, .menu li.item121:after, .menu li.item48:after, .menu li.item95:after, .menu li.item23:after, .menu li.item9:after { content: none; }
	.menu li span.separator { text-align: center; color: #990000; font-family: Georgia, Times, Times New Roman, serif; font-weight: bold; display: block; padding: 12px 0 6px 0; text-transform: uppercase; }

/* -SIDE-RIGHT- */

	/* nav icons */
	.nav-icons { text-align: center; }
	.nav-icons .nav-icon { background: #990000; display: inline-block; width: 77px; height: 50px; line-height: 50px; margin: auto; text-align: center; }
	.nav-icons .nav-icon i { font-size: 180%; margin: auto; color: #fefefe!important; vertical-align: middle;  }
	.nav-icons .nav-icon-vk { background: #587e9f; }
	.nav-icons .nav-icon-fb { background: #3d5b95; }
	.nav-icons .nav-icon-steam { background: #000; }
	.nav-icons i.fa-sign-out-alt { margin: 0px 0px 1% 2%; }
	.nav-icons .nav-icon:hover { background: #990000; }

	/* Mod Right icons */
	.right-icons { margin: 5px auto; width: 160px; text-align: center; position: relative; }
	.right-icons :after { content: ""; clear: both; }
	.right-icons .right-icon { background: #990000; display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; }
	.right-icons .right-icon i { font-size: 125%; margin: auto; color: #fefefe; vertical-align: middle; }
	.right-icons i.fa-newspaper { }
	.right-icons i.fa-at { margin: 0px 0px 1px 3px; }
	.right-icons .right-icon:hover { background: #000; }

	/* Mod Counters */
	.bl-cnts { display: block; margin: 5px auto; }
	.bl-cnts:after { display: block; content: ""; clear: both; }
	.cnt-img { width:80px; height:30px; border:0; cursor: pointer; float: left; }

	/* Mod docInfo */
	#doc_info { width: 160px; margin: 5px auto; }
	#author-box { margin: 10px 0; height: 56px; position: relative; clear: boath; cursor:help; }
	.author-avatar { position: absolute; bottom: 6px; right: 3px; width: 48px; height: 48px; background-color: #533612; border: 2px solid #cdaf7c; z-index: 99; }
	.author-text { display: block; height: 20px; color: #533612; }
	.author-fullname { display: block; height: 34px; background: #533612;  padding: 3px; font-size: 80%; color: #fff; overflow: hidden; }
	#info-box { clear: boath; text-align: justify; cursor:help; }
	#info-box i { color: #533612; }
	.info-aname, .info-date, .info-hits { color: #990000; display: block; margin: 3px 0px; }

	/* Mod docThanks */
	#doc-thbox { padding: 5px 10px; background-color: #533612; display: block; clear: both; }
	#doc-thbox b { display: block; }
	#th-but { width: 24%; float: right; text-align: right; }
	#th-but i { font-size: 36px; color: #cdaf7c; }
	.th-auth, .th-cont { width: 76%; float: left; color: #fefefe; padding: 3px 0; }

	/* Mod docLinks */
	#doc_links { width: 160px; margin: 5px auto; }
	#doc_links .button { display: block; height: auto; color: #990000; margin: 0 0 5px 0; }
	#doc_links .button:hover { color: #000; }
	#doc_links .button:after { display: block; content: ""; clear: both; margin: 3px 0; }
	/*
	#doc_links .link-editpage b:before { font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f044"; display: inline; margin-right: 3px; }
	#doc_links .link-games b:before { font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f11b"; display: inline; margin-right: 3px; }
	*/

	/* Mod events */
	#bl-events { }
	.bl-events ul { width: 150px; max-width: 150px; height: auto; margin: 10px auto; display: block; padding: 0; }
	.bl-events ul li { display: block; margin-bottom: 5px; list-style-type: none; font-size: 80%; font-style: italic; font-weight: bold; color: #990000; }
	#no_bot { display: none; }


/* -OTHER- */
/* Pagination */
	.pg-navcnt { width: 100%; text-align: center; margin: 20px auto; }
	.pg-navbar { display: block; width: 100%; text-align: center; margin: 20px auto; }
	.pg-navcnt:after, .pg-navbar:after, .pg-nav:after, .pg-nav li span:after, .pg-nav li a:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	ul.pg-nav { display: inline-block;  width: auto; margin: 0 auto; padding: 0; text-align: center; }
	ul.pg-nav li { margin: 0px 3px; padding: 0; float: left; display: block; background: #f3e3c9; border: 1px solid #533612; text-align: center; }
	ul.pg-nav li.pg-dots { border: none; background: none; }
	ul.pg-nav li.pg-sep { display: none; }
	ul.pg-nav li.pg-cur { background: #990000; color: #fefefe; }
	ul.pg-nav li.pg-cur span { color: #fefefe; }
	ul.pg-nav li.pg-next { margin: 0 0 0 3px;font-size: 22px;}
	ul.pg-nav li.pg-prev { margin: 0 3px 0 0;font-size: 22px;}
	ul.pg-nav li.pg-end { margin: 0 0 0 6px; font-size: 22px; }
	ul.pg-nav li.pg-start { margin: 0 6px 0 0; font-size: 22px;}

	ul.pg-nav a, ul.pg-nav span { display: block; font-size: 18px; width: 50px; height: 32px; padding-top: 6px; vertical-align: middle; color: #990000; font-weight: bold; text-decoration: none; overflow: hidden; }
	ul.pg-nav a:hover {text-decoration: none;}
	ul.pg-nav i.fas { font-size: 20px; }

	ul.pg-nav li.pg-dots span, ul.pg-nav li.pg-prev span, ul.pg-nav li.pg-prev a, ul.pg-nav li.pg-next span, ul.pg-nav li.pg-next a { width: 32px; padding-top: 6px; }
	ul.pg-nav li.pg-start span, ul.pg-nav li.pg-start a, ul.pg-nav li.pg-end span, ul.pg-nav li.pg-end a { width: 36px;  padding-top: 6px; }

	.breadcrumbs { display: block; clear: both; margin: 3px 3px 5px 3px; padding: 0px 0px 2px 2px; font-weight: bold; height: 16px; overflow: hidden; color: #333333; }

/* Sbox */
	#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{ font-weight: bold; }
	#sb-container{  height:100%; width:100%; position:fixed; margin:0; padding:0; top:0; left:0; z-index:9999; text-align:left; visibility:hidden; display:none; }
	#sb-overlay { position:relative; height:100%; width:100%; }

	#sb-wrapper { position:absolute; display: block; height:auto; padding: 0; background: #e3d0b2; border: 1 solid #533612; padding: 1%; }
	#sb-wrapper:after { display: block; width: 100%; clear: both; float: none; content: ""; }

		#sb-wrapper-inner{ position:relative;  display: block; }
		#sb-wrapper-inner:after { display: block; width: 100%; clear: both; float: none; content: ""; }

			#sb-title{ position:relative; overflow:hidden; margin: 0 10px; padding: 5px 0; }
			#sb-title,#sb-title-inner{ height:32px;}
			#sb-title{ margin-right: 150px; }
			#sb-title-inner{ font-size:100%; font-weight: bold; }
			#sb-title:after { display: block; content: ""; clear: both; }
			#sb-nav{ float:right; width:140px; margin: 8px 0 0 0; }
			#sb-nav a{ display:block; float:right; margin: 0 3px 6px 3px; cursor:pointer; background-repeat:no-repeat; font-size: 150%;}
			#sb-nav-close{}
			#sb-nav-next{}
			#sb-nav-previous{ }
			#sb-nav-play{ }
			#sb-nav-pause{ }
			#sb-body,#sb-loading{ background-color:#111; }
			#sb-body{ position:relative; clear: both; height: 100%; }
			#sb-body-inner{ position:absolute; top: 0; left: 0; height: 90%; width:100%; }
			#sb-player.html{ height:100%; overflow:auto; }
			#sb-body img{ border:none; width: 100%; height: auto;}
			#sb-body:after { display: block; content: ""; clear: both; }
			#sb-loading{ position:relative; clear: both; height:100%; }
			#sb-loading-inner{clear: both; color: #e3d0b2; font-size:120%; position:absolute; top: 45%; width:100%; height:50px;  line-height:50px;  text-align: center; }
			#sb-loading-inner span{ width:150px; text-align: center; display:inline-block; }
			#sb-nav-previousBox{ background: transparent; position:absolute; top:-1px; left:-1px; height:100%; width:50%; display:block; cursor:pointer; }
			#sb-nav-previousBox:hover i:before { content: "\f0a5"; font-size:400%; background-color:#111; color: #fefefe; display:block; position:absolute; top: 46%; left: 3%; padding: 2%; border-radius: 50%; }
			#sb-nav-nextBox{ position:absolute; top:-1px; right:-1px; height:100%; width:50%;  display:block; cursor:pointer; }
			#sb-nav-nextBox:hover i:before { content: "\f0a4"; font-size:400%; background-color:#111; color: #fefefe; display:block; position:absolute; top: 46%; right: 3%; padding: 2%; border-radius: 50%; }

		#sb-info{ display: block; height: 28%; margin: 1%; padding: 0; }
		#sb-info:after { display: block; width: 100%; clear: both; float: none; content: ""; }
		#sb-info-inner{ font-size:110%; }

			#sb-counter{ float:none; width:auto; height: 30px; margin: 60px 0 0 0; text-align: center; }
			#sb-counter a { width: 24px; height: 24px; font-size: 120%; padding: 10px; margin: 0 1%; text-decoration:none; cursor:pointer; background-color:#111111; color:#fefefe; font-weight: bold; border-radius: 50%;  }
			#sb-counter a.sb-counter-current{ background-color:#990000; color:#fff1de; text-decoration:underline; }
			div.sb-message{ font-size:13px; padding:10px; text-align:center; }
			div.sb-message a:link,div.sb-message a:visited{ color:#990000; text-decoration:underline; }

/* Mod Warning-Error messages */
	.warn-block, .msg-block { display: block; background: #990000; }
	.warn-inner, .msg-inner { text-align: center; display: block; padding: 5px; margin: 5px auto; color:#fefefe!important; }
	.warn-msg { display: block; background: #990000; text-align: center; display: block; padding: 5px; margin: 5px 0; color:#fefefe!important; }
	.warn-inner a, .warn-msg a { color:#fefefe!important; }
	.warn-block big, .warn-msg big, .msg-block big { padding: 10px 5px; }
	.warn-block p, .warn-msg p, .msg-block p { padding: 5px; }
	.warn-loading, .msg-loading { display: block; margin: 5px auto; height: 20px; width: 128px; }

/* Loader Animation */
	.loading, .loading:before, .loading:after { border-radius: 50%; width: 2em; height: 2em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; }
	 .loading { color: #ffffff; font-size: 10px; margin: 20px auto; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
	 .loading:before, .loading:after { content: ''; position: absolute; top: 0; }
	 .loading:before { left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
	 .loading:after { left: 3.5em; }
	 @-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } }
	 @keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } }

/* Mod Go to top or bottom */
	.up-l, .up-r, .down-l, .down-r { width: 32px; min-width: 32px; max-width: 32px; height: 75px; min-height: 75px; max-height: 75px; position: fixed; cursor: pointer; }
	.up-l { margin-left: -555px; bottom: 5px; left: 50%; z-index: 99; background-position: 0 0; }
	.up-r { margin-left: 522px; bottom: 5px; left: 50%; z-index: 99; background-position: 0 0; }
	.down-l{ margin-left: -555px; top: 35px; left: 50%; z-index: 99; background-position: 0 100%; }
	.down-r{ margin-left: 522px; top: 35px; left: 50%; z-index: 99; background-position: 0 100%; }

/* Mod lett-nav */
	#lett-box { display: block; margin: 0 auto 5px auto; }
	ul.lett-nav { list-style-type:none; display: block; overflow:hidden; width: 101%; min-width: 101%; max-width: 101%; }
	ul.lett-nav li { display: block; float:left; text-align: center; margin: 0.1%; width: 3.22%; }
	ul.lett-nav li.lett-nr { display:block; width: 4.9%; }
	ul.lett-nav li.lett-all { display:block; width: 5%; }
	ul.lett-nav a, ul.lett-nav a:visited { display:block; padding: 5px 0; font-weight:bold; text-decoration:none; text-transform:uppercase; color: #990000; min-height: 100%; min-width: 100%; border: 1px solid #bfa26b; background: #f3e3c9; }
	ul.lett-nav a:hover, ul.lett-nav a:active { color:#333; }

/* Mod Share */
	#doc-shrbox { display: block; clear: both; width: 100%; clear: both; }
	#doc-shrbox:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	#doc-shrbox a { margin: 3px 0px; padding: 5px 10px; color: #fefefe!important; display: block; float: left; width: 33.33%; overflow: hidden; text-align: left; font-size: 100%; text-decoration: none; border: none!important; }
	#doc-shrbox i { color: #fefefe!important; margin-top: 3px; }
	#doc-shrbox span { float: right; margin-top: 2px; }
	#doc-shrbox .sbut-facebook { background:#3d5b95; }
	#doc-shrbox .sbut-twitter { background:#24aadd; }
	#doc-shrbox .sbut-googleplus { background:#d23e30; }
	#doc-shrbox .sbut-vk { background:#587e9f; }
	#doc-shrbox .sbut-odnoklassniki { background:#f59310; }
	#doc-shrbox .sbut-mailru { background:#00468c; }
	.fa-mailru:before { font-weight: bold; content: "@"; }

/* ADS */
	.left-bot, .right-bot {min-height: 600px;text-align: center;}
	#center-top-home, #center-top-cat, #center-top-doc,
	#center-mid-home, #center-mid-cat, #center-mid-doc,
	#center-bot-home, #center-bot-cat, #center-bot-doc { display: block; width: 100%; min-height: auto; margin: 10px auto; padding:0; text-align: center; }
	#center-top-home:after, #center-top-cat:after, #center-top-doc:after,
	#center-bot-home:after, #center-bot-cat:after, #center-bot-doc:after,
	#center-mid-home:after, #center-mid-cat:after, #center-mid-doc:after, #side-bot-left:after, #side-bot-right:after { display: block; width: 100%; clear: both; float: none; content: ""; }
	.center-top-cat, .center-top-doc, .center-mid-cat, .center-mid-doc, .center-bot-cat, .center-bot-doc, .center-bot-home { }
	.center-top-cat:after , .center-top-doc:after , .center-bot-cat:after , .center-bot-doc:after , .center-mid-cat:after , .center-mid-doc:after , .center-bot-home:after  { display: block; width: 100%; clear: both; float: none; content: ""; }
	#side-bot-left, #side-bot-right { width: 160px; height: 600px; margin: 0 auto; }
	/* ADS Side fix */
	#adfix-left, .adfix-left { position: fixed; width: 180px; bottom: 0px; left: 50%; margin-left: -512px; z-index: 222; }
	#adfix-right, .adfix-right { position: fixed; width: 180px; bottom: 0px; left: 50%; margin-left: 332px; z-index: 2; }
	/* deactivate adblock */
	#msg-adblock { margin-left: -512px; width: 1024px; position: fixed; top: 40px; left: 50%; z-index: 98; font-size: 110%; border: none; background: #990000; color: #fefefe!important; min-height: 40px; padding: 20px 0; text-align: center; opacity: 0.85; }
	#msg-adblock h3 { color: #fefefe!important; }

/* -OTHER DISPLAYS- */
	@media screen and (max-width: 992px) {
		iframe { width: 100%!important; }
	/* -PAGE- */
		.wrap-page { padding: 0; margin: 0 auto; width: 100%; }
		.wrap-page:after { content: ""; display: block; width: 100%; clear: both; float: none; }
		.wrap-header { margin: 0 auto; }
		.wrap-middle { margin: 0 auto; }
		.col-left, .col-right { float: none; display: none; }
		.col-center { float: none; width: 100%;margin: 0 auto; }
		.wrap-footer { margin: 0 auto; font-size: 90%; }
	/* -HEADER- */
		/* Navigation */
		#navigation { margin-left: -50%; width: 100%; display: inline-block; }
		.navigation-inner { width: 100%; position: relative;}
		#nav-button { display: block; }
		/* Nav-menu */
		.nav-menu {  display: none; width: 0; }
		.nav-mob {display: table;}
		/* nav search */
		.nav-search { float: right; margin-right: 1%; display: block; width: 70%;}
		/* nav icons */
		.nav-icons {  display: none;}
	/* Pagination */
		ul.pg-nav li { display: none; }
		ul.pg-nav li.pg-cur, ul.pg-nav li.pg-start, ul.pg-nav li.pg-next, ul.pg-nav li.pg-prev, ul.pg-nav li.pg-end {display: block; }
		.breadcrumbs { display: none; }
	/* game */ /* DVD-Cover W:H - 1:1,4 or 5х7 */
		.gm-info p { float: left; width: 49.6%; margin: 2px 0.2%; }
		.gm-info p.g_devel , .gm-info p.g_publi { width: 99.6%; }
	/* ADS */
		/* deactivate adblock */
		#msg-adblock { margin: auto; width: 100%; position: fixed; top: 40px; left: 0; z-index: 998; height: auto; min-height: auto; max-height: auto; }
	}
	/* стили для средних планшетов - начало */
	@media screen and (max-width: 767px) {
		html {font-size: 100%; }
		.col-center { float: none; width: 100%;margin: 0 auto; }
		#lett-box, #mod-254, .cat-navbar { display: none; }
	/* -HEADER- */
		/* Navigation */
		#nav-button i { font-size: 90%;}
		/* nav search */
		#nav-forum, #nav-manage { display: none; }
		.nav-search { width: 65%;}
		/* grid */
		.grid-box { width: 100%; }
		.grid-row { width: 50%; }
		.grid-row-inner { height: 230px;margin: 5px;}
		.grid-row-bot-title { font-size: 110%; margin: 2% 0; }
		/* blog */
		.blog-box { width: 100%;}
		.blog-row { width: 50%; }
		.blog-row:after { border-bottom: 2px dashed #cdaf7c; }
		.blog-row-inner { margin: 5px; }
		.blog-row-imgbl { }
		.blog-row-cat { display: block; }
		.blog-row-text { }
		.blog-row-title { font-size: 110%; }
		.blog-row-info { display: none;}
		#cat-news .blog-row-cat { display: none; }
		/* list */
		.list-row-t1 span, .list-row-t2 span {display: none; }
		.list-row-t2 span:last-child  { display: block; }

	/* Docs */
		/* doc */
		.art-text p { text-align: left; }
		.art-text img { height: auto; min-width: 100%; max-width: 100%; }
	/* game */
		.gm-cover {  width: 100%; min-width: 100%; }
		.gm-cover img { width: 100%; height: auto; }
		.gm-sys, .gm-feat { width: 100%; float: none;}
	/* ADS */
		#center-top-home, #center-top-cat, #center-top-doc, #center-mid-home, #center-mid-cat, #center-mid-doc, #center-bot-home, #center-bot-cat, #center-bot-doc, .left-bot, .right-bot {  min-height: 150px; }
	/* Page user */
		.user-page table {width: 98%; margin: 0 auto;}
	}
	/* стили для телефонов - начало */
	@media screen and (max-width: 539px) {
		/* nav search */
		.nav-search { width: 60%;}
		/* grid */
		.grid-row { height: auto; width: 100%; }
		.grid-row:after { border-bottom: 2px dashed #cdaf7c; }
		.grid-row-inner { height: auto;}
		.grid-row-bot-title { font-size: 120%;  margin: 2% 0;}
		/* blog */
		.blog-box { width: 100%;}
		.blog-row { width: 100%;height: auto; }
		.blog-row-inner { margin: 5px; height: auto;}
		.blog-row-imgbl {height: auto; max-height: 320px; }
		.blog-row-text {height: auto; }
		.blog-row-title { font-size: 120%; }
	/* game */
		.gm-info p, .gm-info p.g_devel , .gm-info p.g_publi { float: none; width: 100%; margin: 2px 0; }
		.gm-scr a { float: none; display: block; height: auto; width: 100%; margin: 2px 0;  }
	}
