* { margin:0; padding:0; list-style:none; }

article {display:block;}

body { background:url(../images/bg-page.png) repeat left top; font-family:arial,tahoma; }

a, a img { border:none; outline:none; color:#004499; }

.content-width { width:980px; margin:0 auto; }



.clear { clear:both; }
.line { background:transparent url(../images/black-line.jpg) 50% 0 repeat-x; }

#page { background:url(../images/bg-header-repeat.png) repeat-x left top; margin-bottom:50px; }

#header { height:110px; background:url(../images/bg-header.png) no-repeat center top; margin:0 auto; margin-bottom:20px; }
#header h1 a { width:300px; height:90px; float:left; margin:25px 0 0 0; overflow:hidden; text-indent:-9999em; background:url(../images/logo.png) no-repeat center top;  }

#header nav { float:right; margin:30px 0 0 0; }
#header nav a { color:#fff; padding:10px 25px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; float:left; margin:0 15px 0 0; text-decoration:none; text-shadow:#000 1px 1px 0; 
	-moz-transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
	position:relative;
	z-index:0;
}

#header nav a:hover, #header nav a.active { background:#000; box-shadow:rgba(255,255,255,0.3) 0 0 10px; }

#bt-lang { width:40px; height:40px; position:absolute; overflow:hidden; text-indent:-9999em; background:url(../images/bt-lang.png) no-repeat center top; right:0; top:0; -moz-transition:opacity 0.2s; }
#bt-lang:hover { opacity:0.7; }

#box-languages { position:absolute; top:40px; right:0; width:200px; z-index:250; -moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px; display:none; padding:5px;}
#box-languages ul { float:left; margin-top:3px; width:200px; padding:0;}
#box-languages ul li { float:left; margin-bottom:0px; width:200px; text-align:left; padding:0; }
#box-languages ul li a { float:left; margin-left:4px; }
#box-languages ul li a img { float:left; }

#content {}

/* =Pages
-------------------------------------------------------------- */
.page { display:none; }
.page.active { display:block; }

.page h1 { font-size:36px; margin-bottom:20px; letter-spacing:-2px; }
.page h2 { margin-bottom:20px; color:#777; }
.page h3 { margin-bottom:20px; color:#666666; font-size:x-large 150%; }

/* =Configurations
-------------------------------------------------------------- */

#box-bts-config { position:relative; }

.bt-config { background:url(../images/bt-config.png) no-repeat center top; width:120px; height:120px; text-align:center; position:relative; z-index:5; text-indent:-9999em; overflow:hidden; display:block; margin:0 auto; }

#box-config { background:url(../images/bg-config.jpg) repeat left top; margin-top:-60px; padding-bottom:10px; color:#fff; float:left; width:100%; display:none; }

#nav-config { float:left; margin:60px 0 20px 190px; }
#nav-config a { float:left; padding:10px 20px; border-bottom:5px solid #333; color:#fff; text-decoration:none; text-shadow:none; 
	-moz-transition:all 0.2s; 
}
#nav-config a:hover { text-shadow:#000 0 0 5px; border-color:#555; }
#nav-config a.active { border-color:#228822; }

.back-nav { background:#000; position:absolute; z-index:4; }

#box-all-config { float:left; width:100%; position:relative; margin-bottom:10px; }
#box-all-config .item-config { display:none; position:absolute; top:0; left:0; }
#box-all-config .item-config.active { display:block !important; }
#box-animations {}

#bt-apply { position:absolute; top:32px; right:0px; text-indent:-9999em; overflow:hidden; width:64px; height:64px; background:url(../images/bt-apply.png) no-repeat left top; display:none; }
#bt-apply:hover { background:url(../images/bt-apply-over.png) no-repeat left top; }

#box-your-code {}
#box-your-code pre { background:#111; padding:10px; -moz-border-radius:3px;-webkit-border-radius:33px;border-radius:3px; font:14px consolas,'courier new'; padding-left:80px; }

#box-options {}
#box-options pre { background:#111; padding:10px; -moz-border-radius:3px;-webkit-border-radius:33px;border-radius:3px; font:14px consolas,'courier new'; padding-left:80px; }

#bt-up { position:fixed; top: 50%; right:50px; width:100px; height:100px; opacity:0.2; background:url(../images/bt-up.png) no-repeat left top; text-indent:-9999em; overflow:hidden; cursor:pointer; }

/* =Buttons
-------------------------------------------------------------- */
.list-buttons {}
.list-buttons li { position:relative; float:left; }
.list-buttons li a { float:left; padding:10px 20px; background:#111; color:#fff; text-decoration:none; font-size:14px; -moz-border-radius:3
px;-webkit-border-radius:3px;border-radius:3px; margin:0 10px 10px 0; }
.list-buttons li a:hover { background:#000; }
.list-buttons li a.new { background:#991100; }
.list-buttons li a.new:hover { background:#aa1100; }

.list-buttons li a.active { background:#228822; }
.list-buttons li a.active:hover { background:#009922; }

.list-select { display:none; position:absolute; top:0; left:0; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:3px 0; background:#111; z-index:10; border:1px solid #000; box-shadow:#333 0 0 5px; width:120px; }
.list-select li { width:120px; }
.list-select li a { padding:5px 10px; width:100px; margin:0; -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px; }

/* =Footer
-------------------------------------------------------------- */
#footer { position:fixed; bottom:0; left:0; width:100%;height:50px; z-index:200; }
#credits { float:left; margin:2px 0 0 5px; text-indent:-9999em; overflow:hidden; width:42px; height:42px; position:relative; z-index:10; }
#footer section {
	float:left;
	position:relative;
	z-index:10;
	margin: 15px 0px 0px 15px;
}
#back-footer { position:absolute; z-index:9; background:url(../images/bg-page.png) repeat left top;opacity:0.8; width:100%; height:50px; margin-top:10px; }
#footer ul { float:left; margin-top:3px; width:200px; padding:0; }
#footer ul li { float:left; margin-bottom:0px; width:200px; text-align:left; padding:0; }

/* =Skitter
-------------------------------------------------------------- */
.border-skitter { margin:0 auto; border:1px solid #000; width:800px; height:300px; background:#333; margin-bottom:40px; -moz-box-shadow:rgba(0,0,0,0.5) 0 0 10px; }

/* =Documentation
-------------------------------------------------------------- */
#page-documentation {}
#page-documentation a { text-decoration:none; }
#page-documentation a:hover { text-decoration:none; color:#FF0000; }
#page-documentation dl { margin-bottom:30px; float:left; width:100%; }
#page-documentation dl dt { font-size:26px; color:#cc3333; font-weight:bold; }
#page-documentation dl dd p.definition-description { font-size:16px; margin-bottom:10px; }
#page-documentation dl dd p { font-size:14px; margin-bottom:2px; float:left; width:100%; }
#page-documentation dl dd p strong { float:left; width:60px; background:#333; color:#fff; padding:2px 5px; margin-right:10px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; font-weight:normal; font-size:12px; text-align:right; }

#page-documentation dl dd p span { margin-left:85px; display:block; }

#page-documentation dl dd p.dd-default {  }
#page-documentation dl dd p.dd-accept {  }
#page-documentation dl dd p.dd-code { font-family:consolas,'courier new'; font-size:12px; }

.img-indent-bot {
	margin-bottom:25px;
	float:left;}
.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
.button a {
	display:inline-block; 
	padding:5px 15px 6px;
	font-size:13px;
	line-height:1.23em;
	font-weight:bold;
	color:#FFFFFF; 
	background: #333333;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:10px;
	text-decoration:none;
	opacity: 0.8;
	box-shadow: 0 0 10px rgba(0,0,0,1);
}

.button a:hover {
	display:inline-block; 
	padding:5px 15px 6px;
	font-size:13px;
	line-height:1.23em;
	font-weight:bold;
	color:#FFFFFF; 
	background: #999999;
	cursor:pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:10px;
	text-decoration:none;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.button-name {
	display:inline-block; 
	padding:5px 15px 6px;
	font-size:13px;
	line-height:1.23em;
	font-weight:bold;
	color:#FFFFFF; 
	background: #999999;
	cursor:pointer;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-top:1px;
	text-decoration:none;
}



.col-1, .col-2 {float:left; width:160px;}
.col-1 {margin-right:50px;}
.indent-bot {margin-bottom:5px; margin-top:5px; }

.price-list-1 td {border:1px dotted #343434;}
.price-list td {border:1px dotted #343434;}
.price-list thead td {text-align:center; color:#000000; font-weight:bold;}
.price-list tbody td:first-child {color:#000000; font-weight:bold; text-align:left;}
.price-list tbody td {text-align:left; padding:2px;}

#content {
	width: 730px;
	float: left;
	padding-right: 20px;
	}
.block {
	margin:0 0 40px;
	padding:0;
}
.block a:hover{
	text-decoration:none;
}
.block h3 {
	color:#000000;
	margin-top: 25px;
	margin-bottom:5px;
}

.post_down {
	width:305px;
	margin-right:20px;
	float:left;
	text-align:left;
}
.post_down a:hover {
	text-decoration:none;
}
.post_down h3 {
	color:#000000;
	margin-bottom:5px;
}

.post_content {
	float:left;
	width:500px;
	margin-left: 20px;
	text-align:left;
}
.post1_content {
	float:left;
	width:690px;
	margin-left: 20px;
	text-align:left;
}
.baner {
	width:730px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	margin-bottom:40px;
	text-align: center;
	background-color:#FFF;
	}

.baner1 { 
	margin-bottom:40px;
	text-align: center;
	}
	
.baner img {
	height:300px;}

.baner1 img {
	height:300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);}

.img {
	margin:0;
	float:left;
	width: 189px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#img nav a { 
	color:#fff; 
	padding:10px 25px; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	float:left; 
	margin:0 15px 0 0; 
	text-decoration:none; 
	text-shadow:#000 1px 1px 0; 
	-moz-transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
	position:relative;
	z-index:0;
}
#img nav a:hover, #img nav a.active { background:#000; box-shadow:rgba(255,255,255,0.3) 0 0 10px; }

.img ul li  {
	text-decoration:none; background:transparent url(../images/line.jpg) no-repeat 50% 100%}
.img ul li:hover {
	text-decoration:none;
	background-color:#999999;}
.img ul li a {
	text-decoration:none;}
.img ul li a:hover {
	color:#FFFFFF;}
.img ul li.active {
	text-decoration:none;
	background-color:#999999;}

.titl {margin: 0; font-style:italic; background:transparent url(../images/black-line.jpg) no-repeat 50% 100%}

#menu {
	width: 190px;
	float: left;
	font-size:16px;
	padding-left: 20px;
	padding-top: 20px;
	}

#menu ul li  {
	text-decoration:none; background:transparent url(../images/line.jpg) no-repeat 50% 100%}
#menu ul li:hover {
	text-decoration:none;
	background-color:#999999}
#menu ul li a {
	text-decoration:none;}
#menu ul li a:hover {
	color:#FFFFFF;}

.gadget {
	margin:0 0 32px;
	padding:0;
}
#menu h2 {margin: 0; font-style:italic; color:#333333; background:transparent url(../images/color-line.jpg) no-repeat 50% 100%}

/* =Updatelog
-------------------------------------------------------------- */
#box-updatelog {  }
#box-updatelog dl { float:left; width:100%; margin-top:-30px; }
#box-updatelog dl dt { font-size:26px; color:#cc3333; font-weight:bold; margin-top:30px;  }
#box-updatelog dl dd { font-size:14px; margin-bottom:2px; }

/* =Download
-------------------------------------------------------------- */
#box-download { margin:0 auto; width:580px; margin-top:50px; }
#box-download a { -moz-transition:color 0.2s; }
#box-download a:hover { color:#999; text-decoration:underline; }

.bt-download-big { width:200px; text-align:center; float:left; margin:0 50px; }
.bt-download-big a { font-size:18px; font-weight:bold; color:#000; text-decoration:none; position:relative; }

.bt-download-small { width:140px; text-align:center; float:left; margin-top:30px; }
.bt-download-small a { font-size:14px; color:#000; text-decoration:none; position:relative; }

#bt-download-wp { width:140px; height:140px; background:url(../images/bt-download-wp.png) no-repeat left top; text-indent:-9999em; overflow:hidden; cursor:pointer; float:left; }

#bt-download-helper { width:140px; height:140px; background:url(../images/bt-download-helper.png) no-repeat left top; text-indent:-9999em; overflow:hidden; cursor:pointer; float:left; }

#bt-download-stable { width:200px; height:200px; background:url(../images/bt-download-stable.png) no-repeat left top; text-indent:-9999em; overflow:hidden; cursor:pointer; float:left; }

#box-banner-help { float:left; width:100%; }
#banner-help { width:728px; margin:0 auto; /*margin-top:100px;*/ margin-top:50px;  }
#banner-help p { font-size:14px; color:#000; margin-bottom:5px; }
#banner-help div { /*background:#000;*/ width:728px; height:90px; }

/* =Comments
-------------------------------------------------------------- */
#box-comments {  }

/* =Multiple
-------------------------------------------------------------- */
#page-multiple {}
#page-multiple .border_box { margin-bottom:50px; }


.thumbnail
	{
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	}
.thumbnail .r
{
	float: left;
	font-size: medium;
	text-align: left;
}

.cash {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #000;
	text-align:center;
}

.katalog_font_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	font-weight: bold;
	color:#FFF;
	font-size: small;
}

.thumbnail .r a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	font-weight: bold;
	color:#FFFFFF;
	font-size: small;
}

.thumbnail .r a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	font-weight: bold;
	color:#000000;
	font-size: small;
}

.categoriya {
	margin-bottom:20px; 
	background: rgba(F, F, F, 0.3); 
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 4px}
	
.soptov {
	width:150px;
	padding-right:30px;
	padding-top:10px;
	float:left;
	text-align:center;}

.soptov2 {
	width:150px;
	padding-right:25px;
	padding-top:10px;
	float:left;
	text-align:center;}

.soptov3 {
	width:150px;
	padding-right:0px;
	padding-top:10px;
	float:left;
	text-align:center;}
	
.price {
	width:auto;
	padding:10px 25px;
	border-radius: 6px;
	float:right;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	margin-left:20px;}
	
.cach {
	padding:15px;
	border-radius:8px;}
	
.cach:hover {
	padding:15px;
	background-color:#fff;
	border-radius:8px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;}
	
#bibika62 {
	height: 80px;
    width: 60px;
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 20px;
    background: none;}
    
.sc-7dvmpp-1 {
    display: none!important;
}