/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
@font-face {
	font-family: 'DinCyr';
	src: url('/fonts/DinCyBd_.eot');
	src: local('☺'), url('/fonts/DinCyBd_.woff') format('woff'), url('/fonts/DinCyBd_.ttf') format('truetype'), url('/fonts/DinCyBd_.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.43; background:#de3a29;}

body, button, input, select, textarea { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; color: #000002; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #de3a29; color: #fff; text-shadow: none; }
::selection { background: #de3a29; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #000002; }
a:visited { color: #707070; }
a:hover { color: #de3a29; }
a:focus { outline: thin dotted; }

a.noV:visited{color:#000002;}
a.noV:hover{color: #de3a29 !important;}
nav a:visited{color:#000002;}
nav a:hover{color:#de3a29 !important;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

a.onPage{text-decoration:none;}
a.onPage span{border-bottom:1px dotted;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
html {height:100%;}
body {height:auto !important; min-height:100%; position:relative;} 
 
.bgContainer{background:#f7f7f6; min-width:960px; margin:25px 0 110px;}
.mpBg{background:#f7f7f6 url(/pics/bg/main.jpg) center 50px no-repeat;}
#container{ margin:0 auto; width:960px;}
.pad{padding:0 25px;}
#printHeader{display:none;}

header{margin: 25px 0 40px;}
.ie8 header{zoom:1;}
header .hRight{overflow:hidden; *zoom:1;}
header h6{font-family:DinCyr, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; font-size:30px; line-height:36px; color:#000; font-weight:bold; overflow:hidden; *zoom:1; margin:0;}
header h6 .red{color:#de3a29;}
header aside .userName{display:inline-block; *display:inline; *zoom:1; padding:3px 10px; background:#eff6b9; margin-top: 10px; position:relative; left:-10px;}

header nav.topNav{font-size:0; line-height:0; letter-spacing:-4px;}
header nav.topNav ul li{display:inline-block; *display:inline; *zoom:1; font-size:18px; line-height:24px; letter-spacing:0; margin-right:60px; vertical-align:top; padding-top:20px; font-weight:bold;}
header nav.topNav ul li a{display:inline-block; *display:inline; *zoom:1;}
header nav.topNav ul li.active{color:#de3a29;}
header nav.topNav ul li.active a{color:#de3a29;}


aside{float:left; margin-right:100px; width:195px; _overflow:hidden;}
aside .pad{padding-left:30px;}
aside header{margin:0; height:200px;}
aside header .logo{margin-bottom:60px;}
aside nav.auth{font-family:DinCyr, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; font-size:22px; line-height:26px;}
aside nav.auth a{text-decoration:none; color:#de3a29; display:inline-block; *display:inline; *zoom:1; padding: 0 7px 7px; background-image:url(/pics/i/authbg.png); background-repeat:no-repeat;}
aside nav.auth li{position:relative; left:-7px; margin-bottom:5px;}
aside .aLogin{background-position: 0 26px;}
aside .aReg{background-position: 0 -53px;}
aslide .aLogin:hover{background-position: -162px 26px; color:#f24330 !important;}
aside .aReg:hover{background-position: -162px -53px; color:#f24330 !important;}




aside nav.mainMenu{font-weight:bold; font-size:18px; line-height:24px; margin-bottom:40px;}
#orderMain{width:277px; height:259px; background:url(/pics/i/mmenu.png) 0 0 no-repeat; position:relative; left:-58px;}

nav.mainMenu li{margin-bottom:40px;}
nav.mainMenu a{background-image:url(/pics/i/mmenu.png); background-repeat:no-repeat; display:block;}
nav.mainMenu a.active{text-decoration:none; color:#de3a29; cursor:default;}
nav.mainMenu a.aLink{text-decoration:underline; color:#de3a29; cursor:pointer;}
nav.mainMenu .experts{padding-top:109px; background-position: -50px -284px; padding-left:10px; position:relative; left:-10px;}
nav.mainMenu .askQuestion{padding-top:69px; background-position:-61px -471px; padding-left:3px; position:relative; left:-3px;}
nav.mainMenu .seminars{padding-top:31px; background-position:-61px -625px; padding-left:2px; position:relative; left:-2px;}
nav.mainMenu .materials{padding-top:61px; background-position:-58px -766px; padding-left:3px; position:relative; left:-3px;}
nav.mainMenu .photoalbums{padding-top:70px; background-position:-59px -1210px; padding-left:3px; position:relative; left:-3px; }
nav.mainMenu .interview{padding-top:70px; background-position:-59px -1428px; padding-left:3px; position:relative; left:-3px; }
nav.mainMenu #inactiveMenuLink.inactive .materials{background-position:-58px -1055px; cursor:default; color:#bebebd !important;}
nav.mainMenu #inactiveMenuLink a{margin-bottom:10px;}
nav.mainMenu #inactiveMenuLink span{font-size:12px; line-height:18px; color:#6b6b70; display:block; font-weight:normal; font-style:italic;}


section.howto{margin:40px 0;}
section.howto h4{font-size:18px; line-height:24px; margin:0 0 20px;}
section.howto ul{margin:0; padding:0; list-style:none;}
section.howto ul li{margin-bottom:10px;}

nav.subNav{}

nav.subNav{font-size:0; line-height:0; letter-spacing:-4px; margin:0 0 25px;}
nav.subNav ul li{display:inline-block; *display:inline; *zoom:1; font-size:14px; line-height:20px; letter-spacing:0; margin-right:10px; vertical-align:top;}
nav.subNav ul li a{display:inline-block; *display:inline; *zoom:1; padding:5px 10px;}
nav.subNav ul li.active{color:#FFF; padding:5px 10px; background:#de3a29; }
nav.subNav ul li.active a{color:#FFF; padding:0;}
nav.subNav ul li.active a:hover{color:#FFF !important;}
nav.subNav ul li.add a{padding:5px 10px; background:#eff6b9;}
nav.subNav ul li.add.active a{padding:0; color:#FFF !important; background:#de3a29;}
nav.subNav ul li.open{color:#FFF; padding:5px 10px; background:#de3a29; }
nav.subNav ul li.open a{color:#FFF; padding:0; background:#de3a29;}
nav.subNav ul li.open a:hover{color:#FFF !important;}

#main{overflow:hidden; *zoom:1; margin-top:5px;}
#main.mainPage{margin-top: 280px;}
article{margin-bottom:40px;}
article .expertDescr{width:450px; margin:0 0 26px;}
article .expertDescr img{float:left; margin-right:25px; margin-top:6px;}
article .expertDescr h1{overflow:hidden; *zoom:1; font-size:18px; line-height:24px; margin:0 0 20px;}
article .expertDescr p{overflow:hidden; *zoom:1;}
article h2{font-size:14px; line-height:20px; font-weight:bold; margin:40px 0 20px;}
article p{margin:0 0 20px;}
article ul{margin: 0 0 20px; padding:0; list-style: none outside none;}
article ul li{padding:0 0 0 22px; background:url(/pics/i/ul.gif) 0 10px no-repeat; margin:0 0 12px;}
article table{width:100%; margin:20px 0;}
article table td.fTime{padding:20px 0 20px 0; width:150px; border-bottom:1px dashed #c2c2c2;}
article table .oneCol td.fTime{text-align:right; font-style:normal;}
article table .oneCol td{text-align:left; font-style:italic;}
article table td{padding:20px 0 20px 20px; border-bottom:1px dashed #c2c2c2;}
article footer{margin:40px 0; padding:0; border:none; background:none;}

article.e404{margin:0 auto; width:500px; margin-top:100px; position:relative;}
article.e404 img{position:absolute; left:-200px; top:0px;}

article.intro{width:515px; margin-bottom:20px}

section.seminarList{}
section.seminarList .cLeft{width:362px; float:left; margin-right:25px;}
section.seminarList .cRight{overflow:hidden; *zoom:1;}
section.seminarList header{margin:0 0 20px; font-size:10px; line-height:16px; text-transform:uppercase; letter-spacing:0.2em;}

section.seminarList article{margin-bottom:40px; position:relative; width:100%;}
section.seminarList article p{margin:0;}
section.seminarList article p.datePlace{margin:0 0 5px; color:#de3a29; font-style:italic;}
section.seminarList article p.datePlace  time{font-size:18px; line-height:24px; font-style:normal;}
section.seminarList article h2{margin:0; font-size:20px; line-height:30px; margin-bottom:20px; font-weight:bold;}

section.seminarList article .trainer{margin-bottom:20px;}
section.seminarList article .trainer img{margin-right:10px;}
section.seminarList article .cRight .first{margin-top:36px;}
section.seminarList article .cRight{padding-bottom:20px;}
section.seminarList article .cRight .makeOrder{position:absolute; height:20px; bottom:0;}
section.seminarList article .cRight .makeOrder a{color:#de3a29;}
section.seminarList article .cRight .makeOrder a:hover{color:#f24330;}

section.seminarList article .cRight .makeComment{position:absolute; height:20px; bottom:0;}
section.seminarList article .cRight .makeComment a{color:#de3a29;}
section.seminarList article .cRight .makeComment a:hover{color:#f24330;}

section.pastSeminars{margin-bottom:40px; margin-top:60px;}
section.pastSeminars .slideBlock{/* display:none; */ overflow:hidden; width:100%;}
section.pastSeminars h3{margin: 0 0 20px;}
section.pastSeminars a.opened{color:#DE3A29;}
section.pastSeminars a.opened:hover{color:#F24330;}
section.pastSeminars a.opened .opened{display:inline;}
section.pastSeminars a.opened .closed{display:none;}
section.pastSeminars a.closed .opened{display:none;}
section.pastSeminars a.closed .closed{display:inline;}


section.trainersList a.trainer{display:inline-block; *display:inline; *zoom:1; width:147px; margin:0 25px 25px 0; font-size:18px; line-height:24px; vertical-align:top; font-weight:bold;}
section.trainersList a.trainer img{margin-bottom:10px; margin-top:6px;}


section.materials article h1{margin:0;}
section.materials article h1 a.active{color:#de3a29;}
section.materials article header{margin:0 0 20px;}
section.materials article section{display:none; margin-left:20px;}

h1.pTitle{font-size:18px; line-height:24px; margin:0 0 40px;}


article.seminar header{position:relative;}
article.seminar header .cLeft{width:362px; float:left; margin-right:25px;}
article.seminar header .cRight{overflow:hidden; *zoom:1;}
article.seminar header p{margin:0;}
article.seminar header p.datePlace{margin:0 0 5px; color:#de3a29; font-style:italic;}
article.seminar header p.datePlace  time{font-size:18px; line-height:24px; font-style:normal;}
article.seminar header h1{margin:0; font-size:20px; line-height:30px; margin-bottom:20px; font-weight:bold;}
article.seminar header .trainer{margin-bottom:20px;}
article.seminar header .trainer img{margin-right:10px;}
article.seminar header .cRight .first{margin-top:36px;}
article.seminar header .cRight{padding-bottom:20px;}
article.seminar header .cRight .makeOrder{position:absolute; height:20px; bottom:0;}
article.seminar header .cRight .makeOrder a{color:#de3a29;}
article.seminar header .cRight .makeOrder a:hover{color:#f24330;}

article.seminar header .cRight .makeComment{position:absolute; height:20px; bottom:0;}
article.seminar header .cRight .makeComment a{color:#de3a29;}
article.seminar header .cRight .makeComment a:hover{color:#f24330;}


article.seminar .fullReview{}
article.seminar .fullReview .slideBlock{display:none;}
article.seminar .fullReview a.closed .closed{display:inline;}
article.seminar .fullReview a.closed .opened{display:none;}
article.seminar .fullReview a.opened .closed{display:none;}
article.seminar .fullReview a.opened .opened{display:inline;}

article.seminar .fullReview a.opened{color:#DE3A29;}
article.seminar .fullReview a.opened:hover{color:#F24330;}

.dsq-reply h3{display:none;}
#disqusComments{position:absolute; margin-bottom: -50px;}


/*publicationList*/

.publicationList{}
section.publicationList .hdr{font-size:18px; line-height:24px; margin:30px 0;}
section.publicationList article{margin-bottom:40px; position:relative; width:100%;}
section.publicationList article p{margin:10px 0;}
section.publicationList article h2{font-size:20px; line-height:26px; font-weight:bold; margin:10px 0;}
section.publicationList article .datePlace{margin:0;}
section.publicationList article .datePlace .date{display:inline-block; *display:inline; *zoom:1; margin-right:20px; color:#68676c;}
section.publicationList article .datePlace a{color:#DE3A29;}
section.publicationList article .comments{display:block; background:#de3a29; float:left; clear:both; position:relative; padding:5px 10px;}
section.publicationList article .comments span{display:block; position:absolute; right:0; bottom:-6px; background:url(/pics/bg/triangle.png) 0 0 no-repeat; width:6px; height:6px;}
section.publicationList article .comments a{color:#FFF; text-decoration:none;}

section.publicationList .addForm{overflow:hidden; display:none;}
section.publicationList .addForm form{margin:30px 0;}
section.publicationList .addForm .userInfo{padding:10px; margin:0 0 0 75px; background:#eff6b9; display:inline-block; *display:inline; *zoom:1;}
section.publicationList .addForm .userInfo span{display:inline-block; *display:inline; *zoom:1; width:120px; text-align:right;}
section.publicationList .addForm .row{margin:20px 0;}
section.publicationList .addForm .row .label{float:left; margin-right:10px; width:65px; text-align:right;}
section.publicationList .addForm .row .input{overflow:hidden; *zoom:1;}
section.publicationList .addForm .row textarea{min-height:80px;}
section.publicationList .addForm button{margin-left:75px;}

article.seminar .datePlace{margin:-10px 0 20px;}
article.seminar .datePlace .date{display:inline-block; *display:inline; *zoom:1; margin-right:20px; color:#68676c;}


.interview .row{overflow:hidden; margin-bottom:40px;}
.interview .row h2{margin:0 0 10px;}
.interview .row ul{padding:0; margin:0;}
.interview .row ul li{padding:0; margin:10px 0; list-style:none;}
ul.chkBox{}
.interview .row ul.c2{width:49%; display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.interview .row ul.c2 li{padding-right:40px;}
.interview .row ul li{padding-left:20px; position:relative;}
.interview .row ul li input{position:absolute; left:0; top:4px;}

h2.thanks{color:#000; margin:30px 0; background:#eff6b9; padding:10px;}
h2.thanks span{color:#DE3A29}

.mceEditor {width:100% !important;}
.mceLayout {width:100% !important;}
.inpC.mce{padding:0;}
.mceLayout{border:none !important;}
.mceToolbar.mceLast{text-align:left !important;}

.galleryList{font-size:0; line-height:0; letter-spacing:-0.2em;}
.galleryList .album{display:inline-block; *display:inline; *zoom:1; width:185px; margin: 0 20px 20px 0; font-size:14px; line-height:20px; letter-spacing:0; vertical-align:top;}
.galleryList .album .date{font-size:12px; line-height:18px; display:block; margin:10px 0 5px;}

.gallery .galTitle{margin:0 0 25px;}
.gallery .item{display:inline-block; *display:inline; *zoom:1; margin:0 20px 25px 0;}


footer{padding:20px 0; background:url(/pics/bg/footer.png) 0 0 repeat-x;}
footer .col{float:left; font-size:12px; line-height:18px;}
footer .first{width:295px; font-size:12px; line-height:18px;}
footer .middle{width:362px; margin-right:25px;}
footer .middle ul{float:left; width:40%; margin-right:19%;}
footer .middle ul li{margin-bottom:5px;}
footer .middle ul.last{margin-right:0;}
footer .last{overflow:hidden; *zoom:1;}
footer .last p{font-size:12px; line-height:18px; margin:0 0 20px;}
footer .last p .contacts{color:#de3a29; font-size:18px; line-height:24px; font-weight:bold; display:block;}
footer .last p .contacts a{color:#de3a29 !important; font-size:20px; line-height:26px;}



.popup{background:#FFF; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-box-shadow: 0 0 30px #333333; -moz-box-shadow: 0 0 30px #333333; box-shadow: 0 0 30px #333333; position:fixed; top:50%; left:50%; display:none;}
.popup .pad{padding:25px;}
form .row{margin-bottom:25px;}
p.fError{display:none; font-size:12px; line-height:18px; margin: 0 0 0 0; color:red; *margin-left:120px;}
p.fError.ok{color:green;}
p.fLoading img{vertical-align:middle; }
p.fLoading{margin:0 !important; display:none;}
p.fSuccess{margin:0 !important; display:none;}
#loginPopup{width:400px; height:239px; margin-left:-200px; margin-top:-120px; z-index:100;}
#loginPopup label{display:block; width:95px; float:left; margin-right:15px; font-size:20px; font-weight:bold; line-height:1.4}
#loginPopup .inp{font-size:20px; line-height:26px; font-weight:bold; height:26px; display:block;}
#loginPopup .inpC{overflow:hidden; *zoom:1; height:26px;}
#loginPopup .fError{position:absolute; margin-top:-23px; margin-left:110px; *margin-left:0;}
#loginPopup .chbox{width:auto; float:none; margin-left:110px; font-size:14px; line-height:20px; font-weight:normal;}
#loginPopup .last{margin-bottom:0; margin-left:110px;}
#loginPopup .last button{margin-right:20px;}
#loginPopup .remember{margin-left:110px;}
#loginPopup .remember label{display:inline; margin:0;}
#loginPopup input[type=checkbox]{position:relative; top:1px; *top:0;}
#rememberPassword p{margin-left:110px; margin-bottom:42px; font-size:12px; line-height:18px; margin-top: 31px;}

#regPopup{width:550px; position:fixed; left:50%; margin-left:-275px; top:50%; margin-top:-248px; z-index:100;}
#regPopup label{display:block; width:105px; float:left; margin-right:15px; font-size:20px; font-weight:bold; line-height:1.4}
#regPopup .inp{font-size:20px; line-height:26px; font-weight:bold; height:26px; display:block;}
#regPopup .inpC{overflow:hidden; *zoom:1; height:26px;}
#regPopup .fError{position:absolute; margin-top:-23px; margin-left:120px;}
#regPopup .chbox{width:auto; float:none; margin-left:37px; font-size:14px; line-height:20px; font-weight:normal;}
#regPopup .last{margin-bottom:0; margin-left:120px;}
#regPopup .last button{margin-right:20px;}
#regPopup .remember{margin-left:120px;}
#regPopup .remember label{display:inline; margin:0;}
#regPopup select{width:99.9%; font-size:16px;}
#regPopup p{font-size:12px; margin:18px 0 20px 120px; line-height:18px;}
#regPopup .star{font-size:20px; line-height:26px; color:#CC0000;}
#regPopup .chboxRow {padding-left:120px;}
#regPopup .chboxRow label{float:none; display:inline; width:auto; margin-right:none; font-size:14px; line-height:20px; font-weight:normal;}
#regPopup .otherCat{margin-left:120px; margin-top:10px;}


#orderPopup{width:660px; position:absolute; margin-left:-330px; z-index:100;}
#orderPopup h2{margin:0 0 15px;}
#orderPopup label{display:block;  font-size:14px;  line-height:1.4}
#orderPopup .inp{font-size:20px; line-height:26px; font-weight:bold; height:26px; display:block;}
#orderPopup .inpC{overflow:hidden; *zoom:1; height:26px;}
#orderPopup .otherCat{ margin-top:10px; height:26px;}
#orderPopup .fError{position:absolute; margin-top:-23px; margin-left:120px; *margin-left:0;}
#orderPopup .chbox{width:auto; float:none; margin-left:120px; font-size:14px; line-height:20px; font-weight:normal;}
#orderPopup .last{margin-bottom:0; }
#orderPopup .last button{margin-right:20px;}
#orderPopup .remember{margin-left:120px;}
#orderPopup .seminarsCheck label{display:inline; margin:0;}
#orderPopup input[type=checkbox]{position:relative; top:1px; *top:0;}
#orderPopup select{width:99.8%; font-size:16px;}
#orderPopup p{font-size:12px; margin:18px 0 20px 120px; line-height:18px;}
#orderPopup .star{font-size:20px; line-height:26px; color:#CC0000;}
#orderPopup .chRow{margin-bottom:15px;}
#orderPopup .col2Row{margin-right: 25px; width: 290px;  display:inline-block; *display:inline; *zoom:1;}
#orderPopup .col2Right{margin-right:0;}
#orderPopup .chRow label{display:inline; margin:0;}


#feedbackPopup{width:450px; position:fixed; left:50%; top:50%; margin-top:-200px; margin-left:-225px;  z-index:100;}
#feedbackPopup p.about{margin-left:0; margin-top:0;}
#feedbackPopup label{display:block; width:105px; float:left; margin-right:15px; font-size:20px; font-weight:bold; line-height:1.4}
#feedbackPopup .inp{font-size:20px; line-height:26px; font-weight:bold; height:26px; display:block;}
#feedbackPopup .inpC{overflow:hidden; *zoom:1; height:26px;}
#feedbackPopup .fError{position:absolute; margin-top:-23px; margin-left:110px; *margin-left:0;}
#feedbackPopup .chbox{width:auto; float:none; margin-left:120px; font-size:14px; line-height:20px; font-weight:normal;}
#feedbackPopup .last{margin-bottom:0;}
#feedbackPopup .last button{margin-right:20px;}
#feedbackPopup .remember{margin-left:120px;}
#feedbackPopup .remember label{display:inline; margin:0;}
#feedbackPopup select{width:99.9%; font-size:16px;}
#feedbackPopup p{font-size:12px; margin:18px 0 20px 120px; line-height:18px;}
#feedbackPopup .star{font-size:20px; line-height:26px; color:#CC0000;}
#feedbackPopup .txtArea{height:auto;}
#feedbackPopup .txtArea textarea{height:104px;}
#feedbackPopup .textBlock label{display:block; float:none; width:auto; margin-bottom:5px;}

#dark {position:absolute; z-index:99; right:0; bottom:0; width:3000px; height:7000px; background:none; display:none;}
.ie7 #dark{background-color:#000; filter:alpha(opacity:30); opacity:0.3; cursor:pointer;}
.ie8 #dark{background-color:#000; filter:alpha(opacity:30); opacity:0.3; cursor:pointer;}



.inpC{border-top:1px solid #000; border-left:1px solid #000; border-bottom:1px solid #CCC; border-right:1px solid #CCC; padding:2px 5px; background:#FFF; *zoom:1;}
.error .inpC, .iError{border-top:1px solid #FF0000; border-left:1px solid #FF0000; border-bottom:1px solid #ecc9c9; border-right:1px solid #ecc9c9;}
.error label{color:red}


button,input[type=submit]{font-size:18px; line-height:24px; color:#FFF; padding:0; margin:0; border:none; outline:none; background:#de3a29;  padding: 4px 18px 5px;}
button:hover,input[type=submit]:hover{background:#f24330;}
.inp{border:none; padding:0; margin:0; width:100%; background:#FFF; outline:none !important; *zoom:1; *display:block;}
select.inp{width:99.9%; background:#FFF; border:none !important;}
.inactive{color:#abbccb; font-style:italic;}
.btn{border:none; padding:0; margin:0; text-indent:-9999px;}


.socialBtns{margin:20px 0; *zoom:1;}
#vk_like{margin:0 20px 0 0; display:inline-block; *display:inline; *zoom:1;  width: 140px !important; vertical-align:bottom;}
.fb-like{margin:0 20px 0 0; display:inline-block; *display:inline !important; *zoom:1; width: 170px !important; vertical-align:bottom;}
.ie7 .fb-like span{width:170px !important;}
.ie7 .fb-like span iframe{width:170px !important;}

#out_btn{font-size:12px; line-height:18px; cursor:pointer; text-decoration:underline;}
.logout{margin-top:5px;}

/*Опрос*/
.polls_latest_vote p{font-size:18px; font-weight:600;}
.polls_latest_vote form{font-size:16px; line-height:30px;}

/*Ошибки*/

/*Регистрация*/
#regMailErr{}
#regNameErr{}
#regMailErr2{}

/*Вход*/


/*Обратная связь*/
#feedbackPopup #fbNameErr{margin-left:120px;}
#feedbackPopup #fbContactsErr{margin-left:120px;}
#feedbackPopup #fbQuestErr{margin-left:0; left:25px;} 
#feedbackPopup #send_ok{font-size:18px; line-height:24px;}  

/*Заявка на семинар*/
#orderPopup #orderNameErr{margin: -40px 0 0 0;}
#orderPopup #orderlNameErr{margin: -40px 0 0 320px;}
#orderPopup #orderCompanyErr{margin: -40px 0 0 320px;}
/*#orderPopup #orderCompanyErr{margin: 50px 0 0 0px;}
#orderPopup #orderMailErr{margin-left:320px;}
#orderPopup #orderPhoneErr{margin: 50px 0 0 0px;}*/
#orderPopup #orderMailErr{margin: 50px 0 0 0px;}
#orderPopup #orderPhoneErr{margin: -25px 0 0 320px;}
#orderPopup #orderStatusErr{margin: -60px 0 0 0;}
#orderPopup #request_ok{font-size:18px; line-height:24px;}
#orderPopup #orderCategoryErr{margin-left:0;}

/*Пагинация*/
div.pagination div{float:left; margin-right:20px;}



section.disqusComments ul li{background:none; padding:0;}

.closeForm{
	position:absolute; 
	right:0; 
	top:0; 
	background:#DE3A29; 
	z-index:200; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 6px;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
	}
.closeForm:hover{color:#FFF; background:#F24330;}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{margin-top:20px;}
#cboxLoadedContent{background:#FFF; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#FFF;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#FFF;}
#cboxSlideshow{position:absolute; top:-20px; right:60px; color:#FFF;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/pics/colorbox/controls.png) top left no-repeat; _background:url(/pics/colorbox/controls_ie.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; _right:4px; margin-top:-32px; background:url(/pics/colorbox/controls.png) top right no-repeat; _background:url(/pics/colorbox/controls_ie.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#FFF;}
#cboxLoadingGraphic{background:url(/pics/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; _top:4px; right:5px; display:block; background:url(/pics/colorbox/controls.png) top center no-repeat; _background:url(/pics/colorbox/controls_ie.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:480px) {
  /* Style adjustments for viewports 480px and over go here */
  
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

@media only screen and (min-width: 1200px) {
  .bgContainer{margin:25px 25px 100px; }
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	article ul li{list-style:disc outside !important; padding:0; margin:0 0 10px 20px}

	.noPrint{display:none;}
	#printHeader{margin-bottom:20px; display:block;}

	.bgContainer{min-width:100%;}
	#container{width:100%;}
	
	.pad{padding:0 !important;}
}
