@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Lobster&subset=latin,cyrillic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
iframe, object, embed {max-width: 100%;}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #cccccc;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-family: inherit;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
#uNetRegF td {
 text-align: left;
}
/*------------------------------------*\
 $General
\*------------------------------------*/
.text-replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
html,
button,
input,
select,
textarea {
 color: #556B2F;
}
body {
 border: 1px solid #cccccc;
 background: #fff;
 font: 15px 'PT Sans', sans-serif;
 line-height: 1.5;
 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
body.base {
 border: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
 background: #b3d4fc;
 text-shadow: none;
}
hr {
 display: block;
 margin: .4em 0;
 padding: 0;
 height: 0;
 border: 0;
 border-bottom: 1px dashed #cccccc;
}
img {
 vertical-align: middle;
}
fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}
textarea {
 resize: vertical;
}
a {
 color:#b3d4fc;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #008000;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
.cont-wrap,
.middle,
.sidebar,
.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.cont-wrap {
 margin: 0 auto;
 padding: 0 5%;
 max-width: 1920px;
}
.header {
 background: url(http://leader.ucoz.net/Lider.png) no-repeat 5% 5%;
 -webkit-background-size: cover;
 background-size: cover;
 min-height:340px;
 width: 100%;
 position: relative;
 color: #008000;
}
.inner-page .header {
 background-image: none;
 min-height: inherit;
}
.inner-page .header-descr {
 display: none;
}
.middle {
 margin: 0 auto;
 max-width: 1600px;
 padding-top: 25px;
 padding-bottom: 50px;
}
.middle,
.footer {
 margin-left: 5%;
 margin-right: 5%;
}
.sidebar {
 float: right;
 margin-left: -290px;
 width: 290px;
}
.container {
 float: left;
 width: 100%;
}
.content {
 margin: 0 290px 0 0;
 padding-right: 45px;
}
.container.wide-page {
 float: none;
}
.container.wide-page .content {
 margin: 0;
 padding-right: 0;
}

 *------------------------------------*\
 $Header
\*------------------------------------*/
.nav-row {
 min-height: 60px;
 background:#0000FF;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#228B22), color-stop(1, #32CD32));
 background: -moz-linear-gradient(center bottom, #FFFF00 0%,#FFFF00 100%);
 background: -o-linear-gradient(#a5d35d, #a5d35d);
 position: relative;
 z-index: 10;
}
.nav-row:after {
 content: '';
 position: absolute;
 display: block;
 bottom: -5px;
 left: 0;
 width: 100%;
 height: 4px;
 background: url("/.s/t/1132/nav-bd.png") repeat-x 0 0;
}
.mob-btn {
 display: none;
}
.header-descr {
 position: absolute;
 bottom: 0;
 width: 100%;
 min-height:10px;
 background-color:#FFFF00;
 background-color: rgba(101, 174, 23, 0.5);
 padding: 15px 0;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.logo-lnk {
 display: inline-block;
 color: #fff;
 font-family: 'Lobster', cursive;
 padding-left: 50px;
 height: 60px;
 line-height: 40px;
 font-size: 2em;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
 background: url('/.s/t/1132/logo.png') no-repeat 0 50%;
 word-break: break-word;
}
.logo-lnk:hover {
 color: #fff;
}
.header-d-txt {
 float: left;
}
.login-b {
 float: right;
 color: #FFFF00;
 font-size: 0.8666666666666667em;
 line-height: 20px;
 display: inline-block;
}
.login-b a {
 color: #fff;
 text-decoration: underline;
}
.login-b a:hover {
 text-decoration: none;
}

/*------------------------------------*\
 $Menu
\*------------------------------------*/
.main-menu {
 display: inline-block;
 float: right;
 line-height:100px;
 font-weight:bold;
 padding: 20px 0;
}
.main-menu .uMenuRoot {
 text-align: center;
 line-height: normal;
}
.main-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.main-menu li {
 position: relative;
 text-align: center;
 white-space: nowrap;
 font-family: 'PT Sans', sans-serif;
 padding: 0 8px;
 font-size: 15px;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.main-menu .uMenuRoot > li {
 display: inline-block;
 margin: 0 5px;
 height: 30px;
 line-height: 30px;
 padding: 0;
 vertical-align: middle;
}
.main-menu a,
 .main-menu span {
 display: inline-block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.main-menu a {
 color: #E0FFFF;
 width: 100%;
}
.main-menu .uMenuRoot > li > a,
.main-menu .uMenuRoot > li > span {
 padding: 0 8px;
}
.main-menu li:hover,
.uMenuRoot > li .uMenuItemA {
 text-decoration: none;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 background-color: #006400;
}
.active-item {
 background-color:#006400;
}
.main-menu li ul .uWithSubmenu:after {
 position: absolute;
 top: 50%;
 left: 7px;
 display: block;
 margin-top: -5px;
 width: 0;
 height: 0;
 border-top: 5px solid transparent;
 border-bottom: 5px solid transparent;
 border-right: 7px solid #fff;
 content: '';
}
.main-menu li ul {
 display: none;
 padding: 3px 0;
 background-color: #228B22;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 3px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.main-menu li ul a {
 display: block;
 font-weight: normal;
 padding: 0 20px;
}
.main-menu li ul li:hover,
.main-menu li ul .uMenuItemA {
 background-color: #006400;
 -webkit-box-shadow: none !important;
 -moz-box-shadow: none !important;
 box-shadow: none !important;
 -webkit-border-radius: none;
 -moz-border-radius: none;
 border-radius: none;
}
.main-menu li ul a:hover {
 text-decoration: none;
}
.main-menu li:hover > ul {
 position: absolute;
 top: 100%;
 right: 0;
 z-index: 10000;
 display: block !important;
}
.main-menu li li {
 margin: 0;
 min-width: 80px;
}
.main-menu li ul > li {
 position: relative;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.main-menu li ul li:hover > ul {
 position: absolute;
 top: -15px;
 right: 100%;
 z-index: 10;
 display: block;
}
.sidebar .uMenuV ul {
 padding-left: 0;
}
/*------------------------------------*\
 $Paginator
\*------------------------------------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem {
 display: inline-block;
 line-height: 1.2;
 padding: 5px 9px;
}
.switchActive,
.swchItemA {
 border: none;
 background-color: #cccccc;
 color: #fff;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-weight: normal;
}
.catPages1 {
 padding-bottom: 10px;
}
.content .catPages1 {
 padding: 10px 0;
}
/*------------------------------------*\
 $Content
\*------------------------------------*/
.eBlock {
 table-layout: fixed;
}
.eBlock,
.gTable {
 padding-bottom: 15px;

}
.eTitle {
 font-size: 1.54em;
 font-family: 'Lobster', cursive;
 font-size: 1.6em;
 color: ;
}
.eTitle a {
 color: #0000CD;
}
.eTitle a:hover {
 text-decoration: none;
 color: #0000CD;
}
.eMessage {
 margin-bottom: 20px;
}
.eMessage,
.eText, 
.cMessage {
 word-wrap: break-word;
}
.eMessage img,
.eText img {
 max-width: 100%;
}
.eDetails {
 padding: 10px 0;
 font-size: 0.8666666666666667em;
 border-top: 1px dashed #cccccc;
 border-bottom: 1px dashed #cccccc;
}
.e-reads .ed-title,
.e-author .ed-title,
.e-date .ed-title,
.e-comments .ed-title,
.e-add .ed-title,
.e-rating .ed-title,
.e-loads .ed-title,
.e-category .ed-title,
.e-tags .ed-title {
 display: none;
}
.eDetails .ed-sep,
.eDetails1 .ed-sep,
.eDetails2 .ed-sep {
 display: none;
 margin: 0;
}
.e-reads,
.e-author,
.e-date,
.e-comments,
.e-add,
.e-rating,
.e-loads,
.e-category,
.e-tags {
 margin-right: 25px;
 padding-left: 22px;
 display: inline-block;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-position: 0 40%;
}
.e-reads {
 background-image: url('/.s/t/1132/read.png');
}
.e-author,
.e-add {
 background-image: url('/.s/t/1132/author.png');
}
.e-date {
 background-image: url('/.s/t/1132/date.png');
}
.e-loads {
 background-image: url('/.s/t/1132/loads.png');
}
.e-comments {
 background-image: url('/.s/t/1132/comments.png');
}
.e-category {
 background-image: url('/.s/t/1132/category.png');
}
.e-tags {
 background-image: url('/.s/t/1132/tag.png');
}
.e-rating {
 background-image: url('/.s/t/1132/rating.png');
}
#testBlockD .eTitle {
 font-size: 1.33em;
}
.eVariant label {
 padding-left: 5px;
}
#cntContaineroEditdscr,
#cntContaineroEditmessage {
 padding-top: 15px !important;
}
.recommended-products-name .add img {
 margin-top: 0 !important;
}
span[id^=iCode] input {
 width: auto !important;
 vertical-align: middle;
}
div[id^="imblock"] {
 padding-top: 5px;
}
[id^="catSelector"] {
 width: auto!important;
}
.u-combo,
.u-comboeditcell {
 background: none !important;
 border: none !important;
}
.u-comboeditcell + .u-combobutcell{
 display: none;
}
.u-comboedit {
 font-size: 15px !important;
}
.u-combolist {
 border: 1px solid #CCC !important;
}



/*------------------------------------*\
 $Media Queries
\*------------------------------------*/
@media screen and (max-width: 1100px) {
 .entTd {
 width: 50% !important;
 }
 .vep-video-block iframe {
 width: 100%;
 }
}

@media screen and (max-width: 960px) {
 .vep-playvideo img {
 width: 100% !important;
 }
 .navbar-share {
 display: none;
 }
}

@media screen and (max-width: 860px) {
 .entTd {
 width: auto !important;
 display: block !important;
 margin: 0 auto;
 }
 .manTable select {
 max-width: 200px;
 }
 .eMessage img {
 width: 100%;
 }
}

@media screen and (max-width: 768px) {
 #puzadpn {
 display: none;
 }
 .cont-wrap {
 padding: 0 10px 0 15px;
 }
 .middle {
 padding-bottom: 25px;
 }
 .middle,
 .footer {
 margin-left: 0;
 margin-right: 0;
 }
 .logo-lnk {
 display: table-cell;
 vertical-align: middle;
 font-size: 24px;
 line-height: 1.2;
 padding-right: 110px;
 float: none;
 }
 .show-profile {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background-image: url('/.s/t/1132/user.png');
 position: absolute;
 top: 10px;
 right: 10px;
 }
 .show-menu {
 background-image: url('/.s/t/1132/menu.png');
 position: absolute;
 top: 10px;
 right: 10px;
 }
 .show-profile + .show-menu {
 right: 60px;
 }
 .mob-btn {
 display: block;
 cursor: pointer;
 width: 40px;
 height: 40px;
 background-color: #72c51a;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 }
 .mob-btn:hover {
 background-color: #7fdb1d;
 }
 .mob-btn:active,
 .mob-btn.opened {
 background-color: #65ae17;
 }
 /*------ Mobile menu ------*/
 .uMenuRoot > li .uMenuItemA {
 text-decoration: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 -webkit-border-radius: none !important;
 -moz-border-radius: none !important;
 border-radius: none !important;
 background-color: #FFFF00;
 }
 .main-menu {
 display: none;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
 background-color: #72c51a;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 }
 .main-menu ul {
 display: block;
 width: 100%;
 }
 .main-menu .uMenuRoot > li {
 margin: 0;
 padding: 0;
 display: inline-block;
 }
 .main-menu li ul .uWithSubmenu:after {
 display: none;
 }
 .main-menu li {
 display: block;
 min-height: 40px;
 text-align: left;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
 }
 .main-menu li:hover,
 .main-menu li ul li:hover {
 background-color: #72c51a;
 -webkit-border-radius: none;
 -moz-border-radius: none;
 border-radius: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 }
 .main-menu li:hover > a.uWithSubmenu,
 .main-menu li:hover > span.uWithSubmenu,
 .main-menu li li:hover > a,
 .main-menu li li:hover > span {
 background-color: #65ae17;
 color: #fff;
 }
 .main-menu li a {
 display: block;
 margin: 0;
 padding: 0 0 0 10px;
 width: 100%;
 height: 40px;
 font-size: 1em;
 line-height: 40px;
 }
 .main-menu a:hover,
 .main-menu li li a:hover,
 .uMenuRoot .uMenuItemA:hover {
 background-color: #fff;
 color: #556B2F;
 text-shadow: none;
 }
 .main-menu .uMenuRoot li ul {
 position: static !important;
 display: block !important;
 margin: 0;
 padding: 0;
 background: transparent ;
 }
 .active-item {
 background-color: transparent;
 }
 .main-menu li ul {
 padding-bottom: 0px;
 background-color: transparent;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border-radius: none;
 }
 .select-item {
 background-color: transparent;
 }
 .main-menu .uMenuRoot > li {
 height: auto;
 }
 .main-menu .uMenuRoot li li a {
 padding: 0 0 0 40px;
 }
 .main-menu .uMenuRoot li li li a {
 padding-left: 70px;
 }
 .main-menu .uMenuRoot li li li li a {
 padding-left: 100px;
 }
 /*------ Mobile menu ------*/
}
@media screen and (min-width: 641px) and (max-width: 768px) {
 .cont-wrap,
 .footer,
 .middle {
 padding-left: 10px;
 padding-right: 15px;
 }
 .content {
 margin-right: 270px;
 padding-right: 30px;
 }
 .sidebar {
 width: 240px;
 margin-left: -240px;
 }
 .header {
 min-height: 375px;
 }
 .content .queryField {
 width: 150px !important;
 }
}
@media screen and (max-width: 640px) {
 .sidebar {
 border-top: 1px dashed #cccccc;
 }
 .header {
 min-height: 300px;
 }
 .sidebox {
 margin: 0 auto;
 max-width: 380px;
 }
 .sidebar {
 float: none;
 margin-left: 0;
 width: 100%;
 }
 .container {
 float: none;
 width: 100%;
 }
 .content {
 padding: 0;
 margin: 0;
 }
 .sidebar {
 margin-top: 30px;
 position: relative;
 }
 .sidebox.srch .searchForm,
 .calTable {
 max-width: 400px;
 white-space: nowrap !important;
 }
 .sidebox.srch {
 clear: both;
 }
 .archLink {
 text-decoration: underline;
 }
 .archLink:hover {
 text-decoration: none;
 }
 .sidebox-bd > li {
 list-style: none;
 }
 .forumContent {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
}
@media screen and (max-width: 560px) {
 .footer {
 text-align: center;
 }
 .ucoz-copy,
 .soc-list {
 float: none !important;
 }
 .soc-list {
 padding-bottom: 15px;
 }
}
@media screen and (min-width: 769px) {
 .main-menu {
 display: inline-block !important;
 }
}
@media screen and (max-width: 560px) {
 .footer {
 text-align: center;
 }
 .ucoz-copy,
 .soc-list {
 float: none !important;
 }
 .soc-list {
 padding-bottom: 15px;
 }
}
@media screen and (min-width: 1200px) {
 .udtlb {
 padding: 0 40px 0 120px;
 }
 .popup-ttl {
 padding-left: 120px;
 }
}
@media screen and (min-width: 1920px) {
 header {
 -webkit-background-size: 1920px auto;
 background-size: 1920px auto;
 }
}