@charset "UTF-8";
@font-face {
  font-family: "Trebuc";
  font-weight: normal;
  src: url("../font/trebuc.eot");
  src: url("../font/trebuc?#iefix") format("embedded-opentype"), url("../font/trebuc.woff2") format("woff2"), url("../font/trebuc.woff") format("woff"), url("../font/trebuc.ttf") format("truetype"), url("../font/trebuc.svg#trebuc.svg") format("svg");
}
@font-face {
  font-family: "Trebuc";
  font-weight: bold;
  src: url("../font/trebucbd.eot");
  src: url("../font/trebucbd?#iefix") format("embedded-opentype"), url("../font/trebucbd.woff2") format("woff2"), url("../font/trebucbd.woff") format("woff"), url("../font/trebucbd.ttf") format("truetype"), url("../font/trebucbd.svg#trebucbd.svg") format("svg");
}
@font-face {
  font-family: "TrebucIT";
  font-weight: normal;
  src: url("../font/trebucit.eot");
  src: url("../font/trebucit?#iefix") format("embedded-opentype"), url("../font/trebucit.woff2") format("woff2"), url("../font/trebucit.woff") format("woff"), url("../font/trebucit.ttf") format("truetype"), url("../font/trebucit.svg#trebucit.svg") format("svg");
}
@font-face {
  font-family: "TrebucIT";
  font-weight: bold;
  src: url("../font/trebucbi.eot");
  src: url("../font/trebucbi?#iefix") format("embedded-opentype"), url("../font/trebucbi.woff2") format("woff2"), url("../font/trebucbi.woff") format("woff"), url("../font/trebucbi.ttf") format("truetype"), url("../font/trebucbi.svg#trebucbi.svg") format("svg");
}
article, aside, details, footer, header, hgroup, nav, section {
  display: block;
}

figcaption, figure {
  display: inline;
}

audio, canvas, video {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  /*font-family: sans-serif;*/
  /*font-family: "Trebuchet MS", "Helvetica CY", sans-serif;*/
  font-family: "Trebuchet MS", "Trebuc", "Helvetica CY", sans-serif;
  color: #222;
  -webkit-font-smoothing: anti-aliased;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
  background: url(../images/bgr.png) repeat-x scroll -581px 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background: #64dbfc;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=checkbox]::-moz-focus-inner,
input[type=radio]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

:focus {
  -moz-outline: 3px solid #fff !important;
}

input[type=radio]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0px !important;
}

input[type=checkbox]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important;
}

/* =============================================================================
   Links
   ========================================================================== */
a, a strong, strong a {
  color: #1fa2d4;
  /*#09F*/
  cursor: pointer;
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
}

a:visited {
  color: #1fa2d4;
}

a:hover {
  color: #da4f49;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

/* =============================================================================
   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, serif;
  _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 {
  margin: 1.2em;
  padding: 0;
  list-style-position: inside;
}

ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ol.nested li {
  list-style-type: none !important;
  list-style-type: decimal;
}

/* ╨Ш╨╜╨╕╤Ж╨╕╨╕╤А╤Г╨╡╨╝ ╤Б╤З╨╡╤В╤З╨╕╨║ */
ol.nested {
  counter-reset: list1;
}

ol.nested li:before {
  /* ╨г╨▓╨╡╨╗╨╕╤З╨╕╨▓╨░╨╡╨╝ ╨╖╨╜╨░╤З╨╡╨╜╨╕╨╡ ╤Б╤З╨╡╤В╤З╨╕╨║╨░ */
  counter-increment: list1;
  /* ╨Т╤Л╨▓╨╛╨┤╨╕╨╝ ╨╖╨╜╨░╤З╨╡╨╜╨╕╨╡ */
  content: counter(list1) ". ";
}

ol.nested ol {
  /* ╨Ш╨╜╨╕╤Ж╨╕╨╕╤А╤Г╨╡╨╝ ╤Б╤З╨╡╤В╤З╨╕╨║ ╨▓╨╗╨╛╨╢╨╡╨╜╨╜╨╛╨│╨╛ ╤Б╨┐╨╕╤Б╨║╨░ */
  counter-reset: list2;
}

ol.nested ol li:before {
  /* ╨г╨▓╨╡╨╗╨╕╤З╨╕╨▓╨░╨╡╨╝ ╨╖╨╜╨░╤З╨╡╨╜╨╕╨╡ ╤Б╤З╨╡╤В╤З╨╕╨║╨░ */
  counter-increment: list2;
  /* ╨Т╤Л╨▓╨╛╨┤╨╕╨╝ ╨╖╨╜╨░╤З╨╡╨╜╨╕╨╡ ╤В╨╕╨┐╨░ 2.1, 2.2,... */
  content: counter(list1) "." counter(list2) ". ";
}

.nested-manual {
  margin-right: 7px;
}

#xmap ul.level_0 li {
  list-style-type: decimal;
}

ul.mdash, #xmap ul.level_1 {
  margin: 0.5em 0;
  padding: 0 0 0 2em;
}

ul.mdash li, #xmap ul.level_1 li {
  margin: 0.5em 0;
  list-style-type: none;
  behavior: expression( !this.before ? this.before = this.innerHTML = "&mdash;&nbsp;" + this.innerHTML : "" );
  text-indent: -1.24em;
}

#xmap ul.level_1 li {
  text-indent: -0.9em;
}

ul.mdash li:before, #xmap ul.level_1 li:before {
  content: "— ";
}

ul.mdash li small, #xmap ul.level_1 li small {
  padding-left: 1.5em;
}

#xmap ul.level_0 a {
  font-weight: bold;
}

ul.mdash, #xmap ul.level_1 a {
  font-weight: normal;
}

ul.ndash {
  margin: 0.5em 0;
  padding: 0 0 0 13px;
}

ul.ndash li {
  margin: 10px 0;
  list-style-type: none;
  behavior: expression( !this.before ? this.before = this.innerHTML = "&ndash;&nbsp;" + this.innerHTML : "" );
  text-indent: -12px;
  line-height: 16px;
}

ul.ndash li:before {
  content: "– ";
}

ul.ndash li small {
  padding-left: 1.5em;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal dt {
  float: left;
  width: 150px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 160px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
  color: #413F3F;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
  color: #416CA6;
  font-size: 1em;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote h4 {
  margin: 10px 0 3px;
  font-size: 1.1em;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

/* =============================================================================
   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/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.item-page img {
  max-width: 760px;
  height: 100%;
}

.img-preview {
  width: 200px;
  border: 4px solid #e7e7e7;
  padding: 2px;
}

.img-preview.pull-right {
  margin: 3px 0 10px 10px;
}

.img-preview.pull-left {
  margin: 3px 10px 10px 0;
}

/*
 * 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;
  white-space: normal;
}

/*
 * 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: 1.1em;
  margin: 0;
  padding: 3px 5px;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid #ccc;
  color: #bbb;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

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

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  outline: 0;
  outline: thin none \9 ;
  /* IE6-9 */
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -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 */
form {
  margin: 0;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}

legend.validation {
  margin-bottom: 2px !important;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select,
.uneditable-input {
  display: -moz-inline-stack;
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -xv-border-radius: 3px;
  -mso-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
  *display: inline;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input,
label textarea,
label select {
  display: block;
}

label input[type=image],
label input[type=checkbox],
label input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

label small {
  display: inline;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -xv-border-radius: 0;
  -mso-border-radius: 0;
  border-radius: 0;
}

input[type=image] {
  border: 0;
}

input[type=file] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -o-box-shadow: none;
  -xv-box-shadow: none;
  -ms-box-shadow: none;
  -mso-box-shadow: none;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}

select,
input[type=file] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

input[type=file] {
  line-height: 18px \9 ;
}

select {
  width: 220px;
  background-color: #ffffff;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=image] {
  -o-box-shadow: none;
  -xv-box-shadow: none;
  -ms-box-shadow: none;
  -mso-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto;
}

input[type=hidden] {
  display: none;
}

.radio,
.checkbox {
  padding-left: 18px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: -moz-inline-stack;
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input,
textarea {
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -xv-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -mso-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -xv-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -mso-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  -o-box-shadow: none;
  -xv-box-shadow: none;
  -ms-box-shadow: none;
  -mso-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input {
  float: none;
  margin-left: 0;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}

select.span13 {
  width: 90px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -o-box-shadow: 0 0 6px #dbc59e;
  -xv-box-shadow: 0 0 6px #dbc59e;
  -ms-box-shadow: 0 0 6px #dbc59e;
  -mso-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -o-box-shadow: 0 0 6px #d59392;
  -xv-box-shadow: 0 0 6px #d59392;
  -ms-box-shadow: 0 0 6px #d59392;
  -mso-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -o-box-shadow: 0 0 6px #7aba7b;
  -xv-box-shadow: 0 0 6px #7aba7b;
  -ms-box-shadow: 0 0 6px #7aba7b;
  -mso-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -o-box-shadow: 0 0 6px #f8b9b7;
  -xv-box-shadow: 0 0 6px #f8b9b7;
  -ms-box-shadow: 0 0 6px #f8b9b7;
  -mso-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 10px 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -xv-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -mso-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

:-moz-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,
.help-inline {
  color: #555555;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  zoom: 1;
  *display: inline;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  *margin-left: 0;
  -xv-border-radius: 0 3px 3px 0;
  -mso-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: -moz-inline-stack;
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  zoom: 1;
  *display: inline;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -xv-border-radius: 3px 0 0 3px;
  -mso-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-append input,
.input-append select .uneditable-input {
  -xv-border-radius: 3px 0 0 3px;
  -mso-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -xv-border-radius: 0 3px 3px 0;
  -mso-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -xv-border-radius: 0;
  -mso-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -xv-border-radius: 3px 0 0 3px;
  -mso-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -xv-border-radius: 0 3px 3px 0;
  -mso-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -xv-border-radius: 14px;
  -mso-border-radius: 14px;
  border-radius: 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: -moz-inline-stack;
  display: inline-block;
  margin-bottom: 0;
  zoom: 1;
  *display: inline;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 40%;
  /*140px;*/
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .control-label.new-message {
  float: left;
  width: auto;
  /*140px;*/
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 41%;
  /*160px;*/
}

.form-horizontal .controls.new-message {
  /*margin-left: 41%;*/
  /*160px;*/
  margin-left: 15%;
  display: -moz-inline-stack;
  display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
  zoom: 1;
  *display: inline;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 41%;
  /*160px;*/
}

.form-horizontal .form-actions.new-message {
  /* padding-left: 41%;*/
  /*160px;*/
  padding-left: 15%;
}

.form-horizontal .controls .control-group .control-label {
  width: 90px;
}

.form-horizontal .controls .control-group .controls {
  margin-left: 100px;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

table th {
  border: 1px solid #e4e4e4;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

table th {
  border: 1px solid #e4e4e4;
  color: #2162A8;
  line-height: 2em;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  background: #F3F3F3;
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#ededed", GradientType = 0);
}

table tbody th {
  vertical-align: top;
}

table td, td {
  border: 1px solid transparent;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: top;
  word-wrap: break-word;
}

table.bordered, table.bordered td {
  border: 1px solid #f0f0f0;
}

table.zebra td, table.files td {
  border: 1px solid #f0f0f0;
}

table.zebra tr:nth-child(2n+1) {
  background-color: #f4f4f4;
}

table.zebra.white tr:nth-child(2n+1) {
  background-color: #fff;
}

table.zebra tr.title {
  background: #F3F5E8;
}

table.files tr:nth-child(2n+1) {
  background-color: #FFF9CA;
}

table.files tr.new {
  background-color: #edffdb;
}

table.product_main td {
  padding: 3px 0;
  text-align: center;
  display: block;
}

.trFlex {
  display: flex;
  justify-content: space-between;
}

.cardEvent {
  background-color: #F3F5E8;
  width: 207px;
  overflow: hidden;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px;
  height: 92px;
}

.date a {
  text-decoration: none;
  color: #fff !important;
}

.date a:hover {
  text-decoration: none;
  color: #fff !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: auto !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px !important;
}

.swiper-button-next.ggNext {
  top: 105px !important;
  right: -30px !important;
}

.swiper-button-prev.ggPrev {
  top: 105px !important;
  left: -30px !important;
}

.swiper-button-next.wpNext {
  top: 105px !important;
  right: -30px !important;
}

.swiper-button-prev.wpPrev {
  top: 105px !important;
  left: -30px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 30px !important;
  font-weight: normal !important;
  line-height: 20px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
}

.podpiskaHolder {
  display: flex;
  max-width: 1000px;
  margin: 0 auto !important;
  justify-content: center;
  padding: 14px 0;
  align-items: center;
}

.stretch {
  width: auto;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.align_center, .table .align_center {
  text-align: center;
}

.align_right, .table .align_right {
  text-align: right;
}

.float_left {
  float: left;
  margin: 0 15px 15px 0;
}

.float_right {
  float: right;
  margin: 0 0 15px 15px;
}

.vertical_center {
  vertical-align: middle;
}

small {
  display: block;
  color: #626262;
  font-size: 1em;
}

a[href$=".pdf"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".csv"], a[href$=".ppsx"],
a[href$=".pps"], a[href$=".ppt"], a[href$=".pptx"], a[href$=".doc"], a[href$=".docx"],
a[href$=".odt"], a[href$=".rtf"], a[href$=".txt"], a[href$=".avi"], a[href$=".mpeg"], a[href$=".mp4"],
a[href$=".mov"], a[href$=".zip"], a[href$=".tar"], a[href$=".deb"], a[href$=".rar"],
a[href$=".psd"], a[href$=".ai"], a[href$=".swf"], a[href$=".iso"], a[href$=".exe"],
a[href$=".ex_e"], a[href$=".dll"], a[href*="youtube.com"] {
  color: #2158A7;
  padding: 2px 0 2px 20px;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: left center;
}

a[href$=".pdf"] {
  background-image: url(../images/ico/pdf.png);
}

a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".csv"] {
  background-image: url(../images/ico/excel.png);
}

a[href$=".csv"] {
  background-image: url(../images/ico/document-excel-csv.png);
}

a[href$=".ppsx"],
a[href$=".pps"],
a[href$=".ppt"],
a[href$=".pptx"] {
  background-image: url(../images/ico/powerpoint.png);
}

a[href$=".doc"],
a[href$=".docx"],
a[href$=".odt"],
a[href$=".rtf"] {
  background-image: url(../images/ico/word.png);
}

a[href$=".txt"] {
  background-image: url(../images/ico/text.png);
}

.slides a[href*=youtube],
.banner_set a[href*=youtube],
.box.services_fon ul li a[href*=youtube],
#xmap ul li a[href*=youtube] {
  padding: 0;
  margin: 0;
  background-image: none;
}

.box.services_fon ul li a[href*=youtube],
#xmap ul li a[href*=youtube] {
  color: #1fa2d4;
}

.box.services_fon ul li a[href*=youtube]:hover,
#xmap ul li a[href*=youtube]:hover {
  color: #da4f49;
}

a[href$=".zip"],
a[href$=".tar"],
a[href$=".deb"],
a[href$=".rar"] {
  background-image: url(../images/ico/zip.png);
}

a[href$=".psd"] {
  background-image: url(../images/ico/document-photoshop.png);
}

a[href$=".ai"] {
  background-image: url(../images/ico/document-illustrator.png);
}

a[href$=".swf"] {
  background-image: url(../images/ico/document-flash-movie.png);
}

a[href$=".iso"],
a[href$=".exe"],
a[href$=".ex_e"] {
  background-image: url(../images/ico/cd.png);
}

a[href$=".dll"] {
  background-image: url(../images/ico/rtf.png);
}

/* a[href^="http:"]  { background-image: url(../images/ico); } */
a.btn {
  padding: 2px 10px 4px;
}

h1 {
  color: #2158a7;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: normal;
}

h2 {
  color: #416ca6;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: normal;
}

h3 {
  color: #575757;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: normal;
  font-style: italic;
}

h4 {
  color: #555;
  font-size: 1.2em;
  line-height: 1.3em;
}

h5 {
  color: #555;
  font-size: 1.1em;
  line-height: 1.3em;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ddd;
  color: black;
  padding: 0.2em 0;
  text-align: center;
}

.chromeframe a {
  color: #DA4F49;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
.wrap {
  margin: 0 auto;
}

body > .wrap {
  width: 1000px;
  position: relative;
  padding: 0;
}

.pull-footer {
  clear: both;
}

.call_card {
  position: relative;
  margin-bottom: 25px;
}

.whatsapp {
  top: -1px;
  left: 0px;
  position: relative;
  text-decoration: none;
}

.viber {
  top: -1px;
  left: 0px;
  position: relative;
  text-decoration: none;
}

.telegram {
  top: -1px;
  left: 0px;
  position: relative;
  text-decoration: none;
}

.whatsapp:hover {
  text-decoration: none;
}

.viber:hover {
  text-decoration: none;
}

.social-link a {
  margin-right: 3px;
}

.logo {
  position: absolute;
  height: 100px;
  top: 30px;
  left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  background: url(../../wizardsoft2/images/logo_red.png) no-repeat left;
  padding: 5px 0 0 110px;
  top: 25px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #444;
  zoom: 1;
  *display: inline;
}

.logo .log-desc {
  position: relative;
  top: 13px;
  left: -11px;
}

.logo .log-desc > small {
  border-top: 3px solid #DA4F49;
  line-height: 13px;
  padding: 5px 0;
}

.usefull {
  position: absolute;
  top: 0;
  right: 0;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 10px 0 3px 3px;
  z-index: 1000;
  zoom: 1;
  *display: inline;
}

.usefull form {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  height: 20px;
  float: right;
  margin-left: 5px;
  zoom: 1;
  *display: inline;
}

.usefull a {
  color: rgba(33, 88, 167, 0.74);
  *color: #2158A7;
  margin-left: 20px;
}

.usefull a.ico {
  display: -moz-inline-stack;
  display: inline-block;
  float: right;
  zoom: 1;
  *display: inline;
  background-color: rgba(221, 241, 255, 0.8);
  border-radius: 5px;
  padding: 3px 5px 3px 8px;
}

.usefull a.ico:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.usefull .private-exit {
  margin: 0 7px;
  padding-right: 14px;
  border-right: 1px solid #ccc;
  float: right;
  text-align: right;
}

.usefull .private-exit a {
  color: #fff;
  text-decoration: none;
}

a.ico i {
  position: relative;
  top: 3px;
  left: -2px;
  display: -moz-inline-stack;
  display: inline-block;
  width: 20px;
  height: 16px;
  zoom: 1;
  *display: inline;
}

i.add-favorite {
  background: url("../images/ico/star.png") no-repeat center;
}

i.map {
  background: url("../images/ico/category.png") no-repeat center;
}

i.enter {
  background: url("../images/ico/enter.png") no-repeat center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.call_card > .custom {
  position: relative;
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

ul.phone {
  position: relative;
  margin: 0 0 45px 20px;
  top: 45px;
  float: left;
}

ul.phone li {
  list-style: none inside none;
  text-align: right;
  color: #2158A7;
  font-size: 1em;
  vertical-align: baseline;
}

ul.phone li strong {
  font-weight: normal;
  font-size: 1.3em;
}

ul.dealer_link {
  position: relative;
  left: 13px;
  display: -moz-inline-stack;
  display: inline-block;
  width: 205px;
  padding: 0 0 0 5px;
  margin: 0 0 30px 15px;
  zoom: 1;
  *display: inline;
}

ul.dealer_link li {
  list-style: none inside none;
  color: #2158A7;
  padding: 4px 0;
  vertical-align: middle;
}

ul.dealer_link li a {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 10px;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #777;
}

ul.dealer_link li a em {
  position: absolute;
  left: -18px;
  display: block;
  width: 22px;
  height: 24px;
}

ul.dealer_link li a i {
  position: absolute;
  left: -18px;
  display: block;
  width: 22px;
  height: 24px;
}

header {
  position: relative;
}

ul.fast_link {
  position: relative;
  top: 40px;
  left: 23px;
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  width: 205px;
  padding: 0 0 0 5px;
  margin-left: 15px;
  zoom: 1;
  margin-top: -13px;
  margin-right: 0;
  *display: inline;
}

ul.fast_link li {
  list-style: none inside none;
  color: #2158A7;
  padding: 4px 0;
  vertical-align: middle;
}

ul.fast_link li a {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 5px;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #777;
}

ul.fast_link li a em {
  position: absolute;
  left: -24px;
  display: block;
  width: 22px;
  height: 22px;
}

ul.fast_link li a i {
  position: absolute;
  left: -24px;
  display: block;
  width: 22px;
  height: 22px;
}

em.update {
  background: url(../images/ico/updat.png) no-repeat scroll center center;
}

em.request {
  background: url(../images/ico/5.png) no-repeat scroll center center;
}

em.support {
  background: url(../images/ico/support.png) no-repeat scroll center center;
}

em.pen {
  background: url(../images/ico/2.png) no-repeat scroll center center;
}

em.order_present {
  background: url(../images/ico/present.png) no-repeat scroll center center;
}

em.question {
  background: url(../images/ico/question.png) no-repeat scroll center center;
}

em.datawizard {
  background: url(../images/ico/datawizard.png) no-repeat scroll center center;
  position: relative;
}

em.datawizard:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 10px;
  background: url(../images/ico/new.png) no-repeat scroll center center;
}

i.library {
  background: url(../images/ico/library.png) no-repeat scroll center center;
}

em.dealer {
  background: url(../images/ico/dealer.png) no-repeat scroll center center;
}

em.materials {
  background: url(../images/ico/paper-clip.png) no-repeat scroll center center;
}

em.certificate {
  background: url(../images/ico/clipboard.png) no-repeat scroll center center;
}

nav {
  margin-right: 240px;
}

ul.tabs {
  position: relative;
  display: block;
  width: 760px;
  height: 2.4em;
  top: 2px;
}

ul.tabs li:nth-child(1) {
  display: none;
}

ul.tabs li {
  position: relative;
  list-style: outside disc none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 4px 4px 3px;
  margin-left: 3px;
  color: #1fa2d4;
  text-decoration: underline;
  font-size: 1.2em;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

ul.tabs li a {
  text-decoration: underline;
  color: #1fa2d4;
}

ul.tabs li:hover, ul.tabs li:hover a {
  text-decoration: none;
  color: #da4f49;
}

ul.tabs li.current, ul.tabs li.current a {
  text-decoration: none;
  color: #da4f49;
  z-index: 1000;
}

/*
ul.tabs li.current div {
    background: url('../images/tab-sprite-menu-ws.png') 0 0 no-repeat;
    float: left;
    height: 23px;
    width: 19px
}

ul.tabs li.current span {
    background: url('../images/tab-sprite-menu-ws.png') 0 -24px repeat-x;
    float: left;
    padding: 0 3px;
    height: 23px;
}
ul.tabs li a {
    position: relative;
    top: 1px;

}
ul.tabs li.current .last {
    background: url('../images/tab-sprite-menu-ws.png') 0 -48px no-repeat;
    width: 19px
}
*/
ul li.active_child a {
  color: #da4f49;
  text-decoration: none;
}

.box {
  position: relative;
  display: none;
  -xv-border-radius: 8px;
  -mso-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  height: 120px;
}

.box.main_fon {
  padding: 0;
  height: 140px;
  /*background: url("../images/menu/dw-and-krim-and-snb-and-sms.gif") no-repeat scroll center;*/
}

.box.main_fon_zkh {
  padding: 0;
  height: 140px;
  background: url("../images/menu/zkh.png") no-repeat scroll center;
}

.box.about_fon {
  background: url("../images/menu/vizitka.png") no-repeat scroll right center;
  padding-right: 150px;
}

.box.product_fon {
  background: url("../images/menu/product.png") no-repeat scroll right center;
  padding-right: 105px;
}

.box.partners_fon {
  background: url("../images/menu/partners.png") no-repeat scroll right center;
  padding-right: 130px;
}

.box.services_fon {
  background: url("../images/menu/services.png") no-repeat scroll right center;
  padding-right: 200px;
}

.box.calendar_fon {
  background: url("../images/menu/calendar.png") no-repeat scroll right bottom;
  padding-right: 200px;
}

.box.contacts_fon {
  padding: 0;
  height: 140px;
  background: url("../images/menu/contacts.png") no-repeat scroll center;
}

.box.promo-krym_fon {
  padding: 0;
  height: 140px;
  background: url("../images/menu/bannner-menu-krim.png") no-repeat scroll center;
}

.box.visible {
  display: block;
}

.box > ul li {
  list-style: outside disc none;
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 1em;
  zoom: 1;
  *display: inline;
}

.slogan {
  position: absolute;
  left: 0;
  bottom: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0 10px;
  background-color: #696969;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  zoom: 1;
  *display: inline;
}

.product_fon .slogan {
  bottom: 9px;
}

#banner_big {
  width: 758px;
}

#banner_big > img {
  width: 758px;
}

#content {
  clear: both;
  margin: 0px 0 45px;
  position: relative;
  top: 10px;
}

#content > section {
  width: 100%;
}

.sidebar {
  position: relative;
  float: right;
  width: 210px;
  height: 100%;
  text-align: left;
}

.sidebar h2 {
  margin: 0 0 5px;
}

.banner_set {
  text-align: center;
}

.banner_set img {
  margin-bottom: 5px;
}

.infoblock {
  margin: 10px 0;
  position: relative;
  -xv-border-radius: 10px;
  -mso-border-radius: 10px;
  border-radius: 0px;
  background-color: #f7f7f7;
}

.infoblock ul, .infoblock ol {
  margin: 0 3px;
}

.event_preview {
  background-color: #F3F5E8;
}

.event_preview ul {
  margin: 0;
}

.event_preview ul li {
  list-style: none inside none;
}

.event_preview h3 {
  margin: 4px 0 7px;
}

.event_preview span.date {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 5px 0 0;
  background-color: #e93944;
}

.event_preview span + a {
  display: block;
  margin: 0 0 6px;
}

.event_preview hr {
  margin: 6px 0;
  border-top: 1px solid #E6E6E6;
}

.event_preview a.event_calendar_link {
  display: block;
  font-size: 1.1em;
  margin-top: 7px;
  text-align: center;
  color: #416CA6;
}

ul.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  height: 1.8em;
  margin: 10px 0 4px;
}

ul.breadcrumbs li {
  position: relative;
  list-style: outside disc none;
  display: inline;
  padding: 4px;
  color: #8f8a8a;
}

ul.breadcrumbs li:after {
  margin-left: 9px;
  content: "/";
  font-size: 1em;
}

ul.breadcrumbs li:last-child:after {
  content: none;
}

a.big_btn {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 5px 0 0;
  text-align: center;
  background: #ffffff;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#e5e5e5", GradientType = 0);
  /* IE6-8 */
  border: 1px solid #dedede;
  border-bottom-color: #b3b3b3;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: 0.3em;
  zoom: 1;
  *display: inline;
}

a.big_btn small {
  display: block;
  min-height: 28px;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #fff;
  width: 140px;
  padding: 5px 5px 0;
  margin-top: 4px;
  background-color: #416CA6;
  font-family: Arial;
  vertical-align: middle;
  -xv-border-radius: 0 0 4px 4px;
  -mso-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  height: 38px;
}

a.big_btn:hover small {
  text-decoration: underline;
}

.news_preview {
  display: block;
}

.news_preview h2 {
  margin-bottom: -2px;
}

.news_preview ul {
  position: relative;
  float: left;
  display: block;
  margin: 0;
}

.news_preview ul li {
  position: relative;
  list-style: none inside none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0 10px 10px;
  margin: 15px 0;
  width: 221px;
  min-height: 90px;
  border: 1px solid #E0E0E0;
  -xv-border-radius: 6px;
  -mso-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
  *display: inline;
}

.news_preview ul li + li {
  margin-left: 15px;
}

.date {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0 10px;
  font-size: 1em;
  color: #fff !important;
  background-color: #8F8F8F;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 10px;
  zoom: 1;
  *display: inline;
}

.news_preview ul li .date {
  position: relative;
  left: -10px;
  -xv-border-radius: 4px 0;
  -mso-border-radius: 4px 0;
  border-radius: 4px 0;
}

.fabrikElementContainer.date {
  padding: 5px 10px;
  margin-top: 10px;
  background: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  width: 50%;
  text-shadow: none;
  -o-box-shadow: none;
  -xv-box-shadow: none;
  -ms-box-shadow: none;
  -mso-box-shadow: none;
  box-shadow: none;
}

.warning, .importantly {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0 6px;
  -xv-border-radius: 0 4px;
  -mso-border-radius: 0 4px;
  border-radius: 0 4px;
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #da4f49;
  zoom: 1;
  *display: inline;
}

/*#DB320F*/
.importantly {
  background-color: #40B7D8;
}

.news_preview a.pull-right {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  top: 3px;
}

.news_preview ul li a {
  display: block;
  font-size: 1em;
  margin: 4px 0;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

ul.news_list {
  display: block;
  margin: 0;
}

ul.news_list li {
  position: relative;
  list-style: none inside none;
  display: block;
  padding: 10px;
  margin: 10px 0;
}

ul.news_list li span.date {
  position: relative;
  top: 7px;
  float: left;
  background-color: #416CA6;
}

ul.news_list li h2 {
  margin: 0 0 0 70px;
}

ul.news_list li a {
  display: block;
  margin-left: 70px;
}

#calendar h2 {
  display: inline;
}

span.change_city {
  position: relative;
  top: -2px;
  margin-left: 10px;
}

span.change_city a.dashed {
  position: relative;
  z-index: 9005;
}

ul#city {
  position: absolute;
  z-index: 9000;
  left: -10px;
  top: -5px;
  width: 157px;
  margin: 0;
  padding: 35px 10px 10px;
  background-color: #FCFCFC;
  -o-box-shadow: 0 1px 3px #999;
  -xv-box-shadow: 0 1px 3px #999;
  -ms-box-shadow: 0 1px 3px #999;
  -mso-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
}

ul#city li {
  list-style: none;
  display: block;
  height: 20px;
  margin: 3px 0;
}

ul#city li a {
  font-size: 14px;
}

ul#city li.active a {
  color: #ccc;
  text-decoration: none;
}

ul#city a.close {
  top: -30px;
  right: -1px;
}

.switch_view a {
  text-decoration: none;
}

.switch_view a.active {
  color: #ccc;
}

.tool_bar {
  padding: 15px 25px 20px;
  min-height: 10px;
}

a.filter_init {
  position: relative;
}

.control {
  text-align: center;
  margin: 10px 0 20px;
}

.control a {
  text-decoration: none;
  text-transform: uppercase;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 2px 3px;
  font-size: 1.4em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  zoom: 1;
  *display: inline;
}

#calendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px;
}

#calendar table th {
  background: none;
  border: 0 solid #fff;
  font-size: 1.3em;
  font-weight: normal;
  color: #416CA6;
  height: auto;
  word-wrap: break-word;
}

#calendar table tr td {
  text-align: center;
  vertical-align: top;
  padding: 3px;
  height: 80px;
  width: 94px;
  font-size: 0.8em;
  -xv-border-radius: 6px;
  -mso-border-radius: 6px;
  border-radius: 6px;
  word-wrap: break-word;
  background-color: #fff;
}

#calendar table td > div {
  position: relative;
  width: 100%;
  height: 69%;
  padding-top: 30%;
}

#calendar table tr td:nth-child(6), #calendar table tr td:nth-child(7) {
  background-color: #ddd;
}

#calendar table tr th:nth-child(6), #calendar table tr th:nth-child(7) {
  color: #DA4F49;
}

#calendar table tr td.other_month {
  border-color: transparent;
  background-color: transparent;
}

#calendar table td i {
  position: absolute;
  left: 5px;
  top: 0;
  font-style: normal;
  font-size: 1.3em;
  color: #777;
}

#calendar table td hr {
  margin: 5px 0 0;
  border-top: 1px solid #f7f7f7;
}

a.dashed, a.dashed:hover {
  font-size: 13px;
  color: #1FA2D4;
  text-decoration: none;
  /*border-bottom: 1px dashed #1FA2D4;*/
  position: relative;
}

#calendar table td a.dashed, #calendar table td a.dashed:hover {
  font-size: 11px;
}

.filter {
  position: relative;
}

.enter_form_filter {
  position: absolute;
  z-index: 9000;
  right: -25px;
  top: -10px;
  display: block;
  background-color: #FCFCFC;
  -o-box-shadow: 0 1px 3px #999;
  -xv-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
}

#calendar .well {
  padding: 5px;
}

#calendar .event_filter {
  padding: 15px 20px 10px;
  width: 720px;
}

#calendar .event_filter legend, #calendar .event_filter h3 {
  margin: 15px 0 7px;
  font-size: 1.4em;
  line-height: 36px;
  font-style: normal;
  color: #333;
  border-bottom: 1px solid #eee;
}

#calendar .event_list h3 {
  margin: 0 0 10px;
  color: #444;
  font-style: italic;
  font-size: 1.4em;
}

#calendar span.date {
  background-color: #DA4F49;
  margin-right: 7px;
}

#calendar .event_list dl {
  margin: 5px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

#calendar .event_list dl:last-child {
  border-bottom: 0 dashed #ccc;
}

#calendar dt a {
  font-size: 1.3em;
  font-weight: normal;
}

#calendar dd {
  color: #666;
}

#calendar .event_list dt {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #333;
  font-style: italic;
}

#calendar .event_list dd {
  border-left: 1px solid #dddddd;
  padding-left: 5px;
  margin-top: 4px;
  margin-bottom: 10px;
}

#calendar .event_info_small {
  position: absolute;
  top: -18px;
  left: -50px;
  z-index: 9000;
  width: 350px;
  text-align: left;
  background-color: #FCFCFC;
  -o-box-shadow: 0 1px 3px #999;
  -xv-box-shadow: 0 1px 3px #999;
  -ms-box-shadow: 0 1px 3px #999;
  -mso-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  padding: 0 10px 10px;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
}

#calendar .event_info_small p {
  margin-top: 0;
}

.event_info_small h3 {
  font-size: 1.5em;
  margin-right: 25px;
}

.event_info_small dl {
  margin-bottom: 14px;
  font-size: 1.1em;
}

.event_info_small dt, dd {
  line-height: 18px;
}

.event_info_small dt {
  font-weight: bold;
  line-height: 17px;
}

.event_info_small dd {
  margin-left: 9px;
}

.event_info_small .dl-horizontal dt {
  float: left;
  clear: left;
  width: 80px;
  text-align: right;
}

.event_info_small .dl-horizontal dd {
  margin-left: 90px;
  width: auto;
}

.file_details {
  clear: left;
}

.file_details dt {
  float: left;
  width: 24%;
  padding: 5px 8px;
  text-align: right;
  clear: left;
}

.file_details dd {
  margin-left: 27%;
  padding: 5px 8px;
  margin-top: 3px;
  background-color: #f7f7f7;
  -xv-border-radius: 12px 4px 12px 4px;
  -mso-border-radius: 12px 4px 12px 4px;
  border-radius: 12px 4px 12px 4px;
}

.partner_banners {
  clear: both;
  /*   background-color: #F8F8F8; */
  padding: 10px 0;
  text-align: center;
}

.partner_banners img {
  width: 220px;
  height: 60px;
  padding: 10px;
}

footer {
  position: relative;
  width: 100%;
  /*height: 240px;*/
  clear: both;
  background-color: #2a2a2a;
  color: #fff;
  padding: 15px 0;
  font-size: 0.9em;
  line-height: 1.4em;
}

footer > .wrap, footer .custom > .wrap {
  height: 100%;
  background: url(../images/logo_bottom.png) no-repeat scroll 12px 175px;
  width: 960px;
}

.info {
  width: 219px;
  padding: 10px 5px 5px 90px;
  float: left;
}

.copyright {
  width: 372px;
  padding: 10px 3px 5px;
  float: left;
}

.count {
  position: relative;
  width: 230px;
  padding: 10px 5px 5px;
  float: left;
  text-align: right;
}

.count form {
  margin: 0;
}

.count input {
  padding-right: 25px;
  width: 90%;
}

.count button {
  position: absolute;
  z-index: 9000;
  top: 13px;
  right: 10px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.count a {
  text-decoration: none;
}

.social-link {
  text-align: left;
  padding-left: 9px;
}

.social-link a[href*=youtube] {
  padding: 0;
  background: none;
  margin: 0;
}

ul.contacts {
  position: relative;
  float: left;
  display: block;
  margin: 0;
}

footer ul.contacts li {
  position: relative;
  list-style: none inside none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 5px;
  width: 182px;
  zoom: 1;
  *display: inline;
}

ul.contacts li:last-child {
  border-right: none;
}

ul.contacts li h3 {
  font-size: 1.1em;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 2px;
}

ul.contacts li table {
  border: 0 solid #2a2a2a;
  border-right: 1px solid #3d3d3d;
  width: 100%;
}

ul.contacts li table.last_table {
  border-right: none;
}

ul.contacts li table td {
  padding: 1px;
  border: 0 solid #2a2a2a;
}

footer a {
  color: #21c4ff;
}

.blue_text {
  color: #416CA6;
}

.red_text {
  color: #DA4F49;
}

.green_text, a.green_text {
  color: #2f9e53;
}

.background_deepblue {
  background-color: #416CA6;
}

.background_blue {
  background-color: #40B7D8;
}

.background_red {
  background-color: #DA4F49;
}

.background_green {
  background-color: #2f9e53;
}

/* -------- ╨╖╨╜╨░╨║ ╨а╤Г╨▒╨╗╤П -----------
@font-face {
    font-family: "Rubl Sign";
    src: url('http://www.artlebedev.ru/;-) / ruble.eot?');
}

span.rur {
    font-family: "Rubl Sign";
    font-size: 1.1em;
    text-transform: uppercase;
 text-transform : none;
}

span.rur span {
    position: absolute;
    overflow: hidden;
    width: .45em;
    height: 1em;
    margin: .1ex 0 0 -.55em;
 display : none;
}

span.rur span:before {
    content: '\2013';
}
*/
/* ----------BTN styles-------- */
legend .btn {
  position: relative;
  top: -3px;
}

.btn, .submit {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 2px 10px 4px;
  margin: 2px 0;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#e6e6e6", GradientType = 0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -xv-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -mso-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.submit:hover,
.submit:active,
.submit.active,
.submit.disabled,
.submit[disabled] {
  background-color: #e6e6e6;
}

.btn:active, .btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -mso-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active, .btn:active {
  background-image: none;
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -xv-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -mso-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9 ;
  outline: 0;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -o-box-shadow: none;
  -xv-box-shadow: none;
  -ms-box-shadow: none;
  -mso-box-shadow: none;
  box-shadow: none;
}

a.btn {
  color: #333333;
  text-decoration: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -xv-border-radius: 5px;
  -mso-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^=icon-] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^=icon-] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary, a.btn-primary {
  color: #fff;
  background-color: #0071c2 !important;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28a5ff), color-stop(100%, #0071c1));
  background-image: -khtml-gradient(linear, left top, left bottom, from(#28a5ff), to(#0071c1));
  background-image: linear-gradient(top, #28a5ff, #0071c1);
  border-color: #0071c1 #0071c1 #0062a8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#28a5ff", endColorstr = "#0071c1");
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0044cc;
}

.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9 ;
}

.btn-warning, a.btn-warning {
  color: #fff;
  background-color: #faa732;
  background-image: -khtml-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#fbb450", endColorstr = "#f89406", GradientType = 0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}

.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9 ;
}

.btn-danger, a.btn-danger {
  color: #fff;
  background-color: #da4f49;
  background-image: -khtml-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ee5f5b", endColorstr = "#bd362f", GradientType = 0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}

.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9 ;
}

.btn-success, a.btn-success {
  color: #fff;
  background-color: #5bb75b;
  background-image: -khtml-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#62c462", endColorstr = "#51a351", GradientType = 0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}

.btn-success:active, .btn-success.active {
  background-color: #408140 \9 ;
}

.btn-info, a.btn-info {
  color: #fff;
  background-color: #49afcd;
  background-image: -khtml-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#5bc0de", endColorstr = "#2f96b4", GradientType = 0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}

.btn-info:active, .btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse, a.btn-inverse {
  color: #fff;
  background-color: #393939;
  background-image: -khtml-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#454545", endColorstr = "#262626", GradientType = 0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}

.btn-inverse:active, .btn-inverse.active {
  background-color: #0c0c0c \9 ;
}

button.btn, input[type=submit].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.large, input[type=submit].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.small, input[type=submit].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.close {
  float: right;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.label {
  display: -moz-inline-stack;
  display: inline-block;
  color: #fff;
  padding: 1px 6px 0;
  border-radius: 12px;
  text-indent: 0;
  font-size: 0.8em;
  zoom: 1;
  *display: inline;
}

.label-red {
  background-color: #DA4F49;
}

.label-blue {
  background-color: #2162A8;
}

.label-green {
  background-color: #2F9E53;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: -moz-inline-stack;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
  zoom: 1;
  *display: inline;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  -xv-border-radius: 0 0 5px 5px;
  -mso-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -xv-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -mso-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #af332b;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d12600), color-stop(100%, #9e1c00));
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d12600), to(#9e1c00));
  background-image: linear-gradient(top, #d12600, #9e1c00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#d12600", endColorstr = "#9e1c00");
}

.dropdown.open {
  *z-index: 1000;
}

.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "↑";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.typeahead {
  margin-top: 2px;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  -xv-border-radius: 4px;
  -mso-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -xv-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -mso-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
}

.well-large {
  padding: 24px;
  -xv-border-radius: 6px;
  -mso-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -xv-border-radius: 3px;
  -mso-border-radius: 3px;
  border-radius: 3px;
}

.logout-button.left {
  text-align: right;
}

h2.dealer {
  text-align: center;
}

.fade {
  -mso-transition: opacity 0.15s linear;
  -xv-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  -xv-border-radius: 3px;
  -mso-border-radius: 3px;
  border-radius: 3px;
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -xv-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -mso-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -xv-border-radius: 3px 3px 0 0;
  -mso-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -xv-border-radius: 0 0 3px 3px;
  -mso-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -o-background-clip: padding-box;
  -xv-background-clip: padding-box;
  -mso-background-clip: padding-box;
  background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.pagination {
  height: 24px;
  margin: 18px 0 50px;
}

.pagination ul {
  display: -moz-inline-stack;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -xv-border-radius: 3px;
  -mso-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -xv-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -mso-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  zoom: 1;
  *display: inline;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 9px;
  line-height: 29px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.pagination a:hover,
.pagination a.active {
  background-color: #f5f5f5;
  border-bottom: 2px solid #da4f49;
}

.pagination a.active {
  color: #da4f49;
  cursor: default;
  font-weight: bold;
}

.pagination a.disabled:hover {
  border-bottom: 2px solid #fff;
}

.pagination a.disabled,
.pagination a.disabled:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -xv-border-radius: 15px;
  -mso-border-radius: 15px;
  border-radius: 15px;
  zoom: 1;
  *display: inline;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* 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;
  *line-height: 0;
}

.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;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.thumbnails img {
  height: 80px;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.asterisk {
  text-transform: lowercase;
  color: #c8352c;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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;
  }
}
/* -------------------------Form Subscribe GosStroyInfo--------------------------- */
#subscribe-gosstroyinfo {
  background: #F8F8F8;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  -xv-border-radius: 10px;
  -mso-border-radius: 10px;
  border-radius: 10px;
}

#subscribe-gosstroyinfo .logo_gsi {
  padding: 0 8px 22px 0;
  float: left;
}

#subscribe-gosstroyinfo .logo_gsi span {
  display: block;
  width: 38px;
  height: 33px;
  background: url(../images/banners/subscr-form-logo.png) no-repeat;
}

#subscribe-gosstroyinfo .head_gsi {
  color: #000;
  font-size: 11px;
  font-family: Tahoma, Arial;
  line-height: 11px;
}

#subscribe-gosstroyinfo .label_gsi {
  color: #6F6F6F;
  font-size: 11px;
  font-family: Tahoma, Arial;
  line-height: 13px;
}

#subscribe-gosstroyinfo .input_gsi {
  margin-top: 10px;
  padding: 0 10px 0 0;
}

#subscribe-gosstroyinfo .input_gsi input {
  height: 17px;
  width: 100%;
  padding: 0;
  font-size: 11px;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  border-image: none;
}

a#subscribe-gosstroyinfo-link {
  height: 18px;
  width: 76px;
  background: url(../images/banners/subscr-link.png);
  float: right;
  padding: 3px 0 0 11px;
  color: #2C2C2C;
  font-size: 11px;
  line-height: 11px;
  font-family: Tahoma, Arial;
  display: block;
  margin-right: 8px;
  text-decoration: none;
}

a#subscribe-gosstroyinfo-link:hover {
  background: url(../images/banners/subscr-link.png) no-repeat 0 -21px;
}

#subscribe-gosstroyinfo .clear-float {
  clear: both;
}

#subscribe-gosstroyinfo .error-text {
  line-height: 13px;
  color: red;
}

#subscribe-gosstroyinfo .note-text {
  line-height: 13px;
  color: green;
}

#subscribe-gosstroyinfo .subs-cnt {
  font-weight: bold;
  font-size: 13px;
  font-family: Tahoma, Arial;
  padding-top: 5px;
  text-align: center;
}

/* ╨Ь╨╛╨┤╤Г╨╗╤М ╨Ю╨╜╨╗╨░╨╣╨╜-╨║╨╛╨╜╤Б╤Г╨╗╤М╤В╨░╨╜╤В╨░ */
#online_cons {
  position: fixed;
  z-index: 10000;
  top: 30%;
  left: 0;
  height: 91px;
  /*   width: 255px; */
}

#online_cons .right {
  float: left;
  width: 27px;
  height: 91px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
}

#online_cons .opened {
  background: url("../images/cloud_close.png") no-repeat;
}

#online_cons .closed {
  background: url("../images/cloud_offline.png");
}

#online_cons .left {
  float: left;
  display: none;
  height: 91px;
  width: 228px;
}

/* ----------- GRID 12 Col ---------------- */
.row {
  margin-left: -20px;
  padding-top: 15px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  margin-left: 10px;
}

.span100 {
  width: 740px;
}

.span50 {
  width: 370px;
}

.span25 {
  width: 180px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid > [class*=span] {
  float: left;
  margin-left: 2.127659574%;
}

.row-fluid > [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid > .span100 {
  width: 99.99999999%;
}

.row-fluid > .span50 {
  width: 48.936170208%;
}

.row-fluid > .span25 {
  width: 23.404255317%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

.full, .ticket textarea {
  width: 99%;
}

a.directory {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  color: #2158A7;
}

.bordered {
  margin-top: 1.5em;
  border: 2px #eee solid;
  border: 2px white solid;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -xv-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -mso-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.png {
  behavior: expression( ( function(e){ if(!e.rewritten){ e.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e.src+'", sizingMethod="scale")'; e.src="../images/trans.gif"; e.rewritten = true; } } )(this));
}

.gerb {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 70px;
}

/* -------- Search style modified ----------*/
.phrases-box .controls label {
  display: inline;
}

/* -------- Style for Personal Cabinet (.PRIVATE) ----------*/
.dealer_menu {
  background-color: #f3f1f1;
}

.dealer_menu form {
  margin: 0;
}

.dealer_menu .dealer-logo {
  display: block;
  max-width: 50px;
  max-height: 50px;
  border: 2px solid #ccc;
  padding: 2px;
  float: left;
  margin: 0 5px 0 0;
}

.dealer_menu .dealer-name {
  margin: 0 0 10px 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #416CA6;
}

.dealer_menu .exit {
  color: #fff;
  text-decoration: none;
  position: relative;
  left: 6px;
  margin-right: 12px;
}

.dealer_menu ul {
  margin: 0;
}

.dealer_menu ul li {
  list-style: none inside none;
}

.dealer_menu ul li a {
  padding: 4px 0;
}

.dealer_menu ul li ul li a {
  display: inline;
}

.dealer_menu h3 {
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: -5px 0 20px;
}

.dealer_menu h3 span {
  position: relative;
  top: 11px;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 2px 4px;
  background-color: #F3F1F1;
  zoom: 1;
  *display: inline;
}

.dealer_menu a [class^=icon-] {
  text-decoration: none;
  color: #9E9E9E;
}

.dealer_menu a:hover [class^=icon-] {
  color: #DA4F49;
}

.dealer_menu ul li.current a,
.dealer_menu ul li.current a i,
.dealer_menu ul li.current a:hover,
.dealer_menu ul li.current a:hover i {
  color: #DA4F49;
  text-decoration: none;
}

.dealer-news {
  background-color: #fff;
  padding: 4px 7px 6px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 0 7px #999;
}

.dealer-news-label {
  position: relative;
  border-radius: 4px 0 4px 0;
  color: #fff;
  padding: 3px 5px;
  top: -5px;
  left: -7px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.green {
  background-color: #2F9E53;
}

.blue {
  background-color: #416CA6;
}

.gray {
  background-color: #fefefe;
}

.dealer-news a {
  display: block;
}

.dealer-update {
  padding: 0 15px 10px;
  border-radius: 4px;
  /*    background: rgb(255, 254, 201);
        -webkit-box-shadow: 0 0 3px #999;
           -moz-box-shadow: 0 0 3px #999;
                box-shadow: 0 0 3px #999;*/
  border: 1px solid #ccc;
}

.dealer-update h3 {
  position: relative;
  border-radius: 4px 0 4px 0;
  color: #fff;
  font-style: normal;
  padding: 5px 8px;
  top: 0;
  left: -15px;
  text-transform: uppercase;
  background-color: #416CA6;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
}

.dealer-update dt {
  font-weight: normal;
  color: #747474;
  padding: 4px;
}

.dealer-update dd {
  margin-bottom: 10px;
  padding: 4px 6px;
  background-color: #fff;
  /*    -moz-border-radius: 12px 4px 12px 4px;
     -webkit-border-radius: 12px 4px 12px 4px;
      -khtml-border-radius: 12px 4px 12px 4px;
          -o-border-radius: 12px 4px 12px 4px;
         -xv-border-radius: 12px 4px 12px 4px;
         -ms-border-radius: 12px 4px 12px 4px;
        -mso-border-radius: 12px 4px 12px 4px;
             border-radius: 12px 4px 12px 4px;
        -webkit-box-shadow: 0 0 3px #999;
           -moz-box-shadow: 0 0 3px #999;
                box-shadow: 0 0 3px #999;*/
}

.dealer-update hr {
  margin: 5px 0;
}

.private .nav-pills, .support .nav-pills {
  text-align: center;
}

.private .nav-pills > li, .support .nav-pills > li {
  display: -moz-inline-stack;
  display: inline-block;
  float: none;
  zoom: 1;
  *display: inline;
}

.private .nav-pills .active a, .support .nav-pills .active a {
  text-decoration: none;
}

#support .tbl td {
  padding: 0;
}

.support td {
  max-width: 200px;
}

.support td.author {
  vertical-align: top;
  text-align: right;
  width: 100px;
}

.support .question {
  color: #DA4F49;
  line-height: 20px;
}

.support .subject_date {
  text-align: right;
  padding: 3px 6px;
  font-size: 0.9em;
  background-color: #e6e6e6;
}

.support .subject_number {
  color: #416CA6;
  float: left;
}

.support .author_name {
  font-style: italic;
  color: #222;
}

.support .role {
  font-style: normal;
  color: #868686;
  margin-top: 3px;
}

.support .answer pre {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
}

.support .answer-anounce {
  margin-bottom: 0;
}

.support .answer-anounce td {
  border: none;
}

.support .answer-anounce small {
  display: block;
  margin: 5px 0;
}

.support .answer-status {
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  color: #468847;
}

.support .answer-status .icon-ban-circle {
  color: #B94A48;
}

#support-contacts .legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 19.5px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
  font-weight: normal;
}

#support-contacts .span1 img {
  width: 100%;
  position: relative;
}

#questmsg {
  height: 140px;
  width: 609px;
}

#lastmsg {
  height: 100px;
  width: 560px;
}

/* -------------------------TAB styles for Support-----------------------------*/
.tab {
  display: block;
  position: relative;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  padding: 0.2em 0.6em 0;
  border-bottom: 1px solid #ddd;
}

.tab li {
  list-style: none outside none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  padding: 0;
  margin-top: 2px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f4f4f4;
  -xv-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
}

.tab li:hover {
  margin-bottom: 0 !important;
  padding-bottom: 1px;
  color: #fff;
  background-color: #fff;
  /*background-color: #fff;*/
}

.tab li a, .tab li ul li a {
  font-weight: bold;
  float: left;
  padding: 0.8em 1em 0.5em 1.2em;
  color: #646464;
}

.tab li a {
  min-height: 1.6em;
}

.tab li:hover a, .tab li.current a {
  color: #DA4F49;
  text-decoration: none;
}

.tab li.current {
  background-color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 1px;
}

.tab li.current a {
  color: #DA4F49;
}

.support form.form-inline {
  text-align: right;
}

a.btn-href {
  color: white;
  text-decoration: none;
}

a.not_line {
  text-decoration: none;
}

#anketa #reg {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}

.input-fullwidth {
  width: 98%;
}

.position strong {
  margin: 0 0 7px;
}

.position label {
  margin: 0;
}

/* -------------------------TAB styles-----------------------------*/
.tab {
  display: block;
  position: relative;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  padding: 0.2em 0.6em 0;
  border-bottom: 1px solid #ddd;
}

.tab li {
  list-style: none outside none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  padding: 0;
  margin-top: 2px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f4f4f4;
  -xv-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
}

.tab li:hover {
  margin-bottom: 0 !important;
  padding-bottom: 1px;
  color: #fff;
  background-color: #fff;
  /*background-color: #fff;*/
}

.tab li a, .tab li ul li a {
  font-weight: bold;
  float: left;
  padding: 0.8em 1em 0.5em 1.2em;
  color: #646464;
}

.tab li a {
  min-height: 1.6em;
}

.tab li:hover a, .tab li.current a {
  color: #DA4F49;
  text-decoration: none;
}

.tab li.current {
  background-color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 1px;
}

.tab li.current a {
  color: #DA4F49;
}

.tab-badges {
  display: block;
  position: absolute;
  top: -12px;
  right: 3px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}

.tab-badges .badge {
  box-shadow: inset 0 1px 3px #313131;
  font-size: 11px;
  padding: 2px 6px 1px;
}

.tab .current .tab-badges {
  visibility: hidden;
}

.badge-buble {
  display: block;
  position: absolute;
  top: -12px;
  right: 3px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
}

.badge-buble {
  border-color: #30aae9;
  background-color: #67c1ef;
  background-image: linear-gradient(top, #acddf6, #67c1ef);
}

.badge-buble + .badge-buble {
  right: 20px;
}

.badge-buble-green {
  border-color: #59ad33;
  background-color: #77cc51;
  background-image: linear-gradient(top, #a5dd8c, #77cc51);
}

.badge-buble-yellow {
  border-color: #f4a306;
  background-color: #faba3e;
  background-image: linear-gradient(top, #fcd589, #faba3e);
}

.badge-buble-red {
  border-color: #fa5a35;
  background-color: #fa623f;
  background-image: linear-gradient(top, #fc9f8a, #fa623f);
}

.support form.form-inline {
  text-align: right;
}

#answer_form {
  position: relative;
  z-index: 3000;
  clear: both;
  margin-top: 50px;
}

.managers-info h4 {
  margin: 10px 0 0;
}

.managers-info h5 {
  margin: 20px 0;
}

.galery {
  text-align: center;
  margin-bottom: 20px;
}

.galery figure {
  width: 212px;
  min-height: 212px;
  display: -moz-inline-stack;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  padding: 13px;
  zoom: 1;
  *display: inline;
}

.galery figure:hover {
  color: #2162A8;
  background: #F3F3F3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#ededed", GradientType = 0);
  /* IE6-9 */
  border-radius: 8px;
  box-shadow: 0 0 3px #575757;
}

.galery figure img {
  width: 200px;
  height: 150px;
  padding: 3px;
  border: 3px solid #ccc;
  margin: 0 0 10px;
}

.galery figcaption {
  display: block;
  clear: both;
}

.galery figcaption.level1 {
  margin-top: 5px;
}

.galery figcaption.level2 {
  margin-top: 40px;
}

.galery .thumbnails {
  margin-left: 0;
}

.galery .thumbnails > li {
  vertical-align: top;
  width: 140px;
  min-height: 90px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* --------------------- Reset Skype Plugin Style ------------------------- */
span.skype_pnh_print_container {
  display: inline !important;
}

span.skype_pnh_container {
  display: none !important;
}

.zebra .update-snb_number, .update-snb_number {
  max-width: 35px;
  color: #6F6F6F;
  font-weight: normal;
  border: 1px solid #E4E4E4;
}

.update-snb_name {
  max-width: 427px;
  word-break: break-all;
  word-wrap: break-word;
}

.update-snb_group {
  color: #416ca6;
  font-size: 16px;
  display: block;
  padding: 4px 10px;
  margin: -4px -9px 0;
  background-color: #f7f7f7;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ECECEC;
}

.update-snb_region {
  max-width: 110px;
  min-width: 95px;
}

.update-snb_date {
  width: 60px;
}

.update-snb_size {
  width: 70px;
}

.zebra .update-snb_number, .update-snb_number, .update-snb_region, .update-snb_date, .update-snb_size {
  text-align: center;
  vertical-align: middle;
}

.zebra.update-snb thead tr, .update-snb_number {
  background: #F3F3F3;
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=0);
  vertical-align: middle;
}

.md5 {
  display: block;
  color: #838383;
  margin-top: 5px;
}

.md5 strong {
  font-size: 12px;
}

/*.update-snb a[href$=".iso"], .update-snb a[href$=".exe"], .update-snb a[href$=".ex_e"] {
    background-image: none;
    padding: 2px 0;
    color: rgb(4, 160, 219);
    line-height: 1em;
} */
.update-snb a[href$=".iso"], .update-snb a[href$=".exe"],
.update-snb a[href$=".ex_e"], .update-snb a[href$=".dll"] {
  background: none;
  padding-left: 0;
  display: inline-block;
  *display: inline;
  color: #04a0db;
}

.bad_file, .update-snb a.bad_file, .not_work, .update-snb a.not_work {
  text-decoration: line-through;
  color: #222;
  cursor: default;
  background: none;
  padding-left: 0;
  display: inline-block;
  *display: inline;
}

.bad_file_hint {
  display: block;
  font-size: 90%;
  color: #DB0F0F;
  line-height: 1em;
}

.bad_file_hint a {
  text-decoration: underline;
}

.accordion {
  margin-bottom: 0;
}

.accordion-group table {
  margin-bottom: 0;
}

.accordion-heading a {
  text-decoration: none;
  font-weight: normal;
  color: gray;
}

.update-snb-tree select, .dataTables_wrapper select {
  display: inline;
  width: auto;
}

.update-snb-tree .accordion-heading a {
  font-size: 18px;
  border-left: 4px solid #98b3fa;
  color: #2162A8;
  line-height: 2em;
  padding: 2px 10px;
  vertical-align: middle;
  background: #F3F3F3;
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=0);
}

#accordion li {
  cursor: pointer;
  font-weight: bold;
  color: #015287;
  border: 1px solid #ECECEC;
  margin-bottom: 2px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border-radius: 4px;
  padding: 4px 8px;
}

#accordion li.active {
  color: #00A7D1;
}

#accordion li ul {
  padding: 0;
  margin: 10px 0 0 0;
}

#accordion .second {
  border: 1px solid #ECECEC;
  font-weight: bold;
}

#accordion li.active li {
  text-indent: 0;
}

#accordion li li {
  font-weight: normal;
  background: none;
  border: 0;
}

.group {
  zoom: 1;
}

.important-news, .add-group-vk {
  border: 6px solid #555;
  padding: 5px 10px;
  background-color: #fff;
  height: 125px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px #d0d1d4;
  text-align: center;
}

.add-group-vk {
  border-color: #5B7296;
}

.important-news h4, .add-group-vk h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.important-news p span, .add-group-vk p span {
  display: block;
}

.enter-to-datawizard {
  border: 6px solid #365C8B;
  padding: 0 10px 10px;
  background-color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 1px 1px #d0d1d4;
}

.enter-to-datawizard p {
  padding: 0 10px 5px;
}

.article-info {
  margin-bottom: 0;
}

.article-info .published {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 1em;
  color: #BEBEBE;
  zoom: 1;
  *display: inline;
}

.article-info + h2, .article-info + div h2 {
  margin-top: 2px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider {
  position: absolute;
  top: 31px;
  left: 0;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  background-color: transparent;
  width: 760px;
  height: 140px;
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 760px;
  height: 140px;
  border-radius: 3px;
  border-radius: 7px;
  border: 1px solid #E6E6E6;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Control Nav */
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: -6px;
  left: 0;
  text-align: left;
  z-index: 3000;
  margin: 10px;
}

.flex-control-nav li {
  margin: 0 7px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  display: inline-block;
  background: #666;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: #CFCFCF;
  color: #555;
  padding: 0;
  text-decoration: none;
  border-radius: 14px;
  text-indent: -1000px;
}

.flex-control-paging li a:hover {
  background: #DA4F49;
  cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active:hover {
  background: #DA4F49;
  cursor: default;
}

.acyfield_email .inputbox {
  width: 430px !important;
  float: right;
  margin-right: 0px;
  margin: 0;
}

.podpiskaHolder__header {
  width: 260px;
}

/*JoomShopping styles*/
#mxcpr {
  display: none;
}

.product_list_hr {
  display: none;
}

.jshop_list_product .product .image {
  width: 110px;
}

.prod_buttons {
  width: 90px;
}

.prod_buttons .prod_qty {
  padding: 15px 0 0 0;
}

.prod_buttons .prod_qty_input {
  padding-left: 1px;
}

.block_product .product div.description {
  width: 240px;
}

/*
#comjshop table.jshop{
    display:inline;
    margin-right:40px;
    width:100px;
}*/
div.jshop_prod_description {
  width: 600px;
}

div.jshop .prod_buttons, div.jshop .prod_price {
  clear: both;
}

/*
.shop_fon{
    display:none !important;
}
*/
#jshop_menu_order {
  background-color: #cccccc;
  /*display:block !important;*/
  margin-right: 0 !important;
  height: 34px;
  box-sizing: content-box;
}

#jshop_menu_order tbody tr {
  padding: 3px;
}

#jshop_menu_order tbody tr td.active {
  box-sizing: content-box;
}

.active_step {
  color: #1fa2d4;
}

.icon {
  background: #000000;
}

/*
#shop_cart, .shop_cart_ref {
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 380px;
    background-color: #cccccc;
    width:30px;
    height:30px;
    border-radius: 0 3px 3px 0;
}*/
#shop_cart {
  position: absolute;
  z-index: 1001;
  left: -1px;
  top: -31px;
  background-color: #cccccc;
  width: 30px;
  height: 30px;
  border-radius: 0 3px 0 0;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: none;
}

.shop_cart_ref {
  background-color: #0000cc;
  position: absolute;
  z-index: 1000;
  left: -1px;
  width: 30px;
  height: 30px;
}

.shop_cart_ref {
  background: url("../images/Shopping-Cart.png") no-repeat;
}

#other_delivery_address {
  display: inline-block;
}

#jshop_module_cart ul, .jshop_module_cart ul {
  list-style-type: none;
}

.button_detail {
  display: none;
}

/*#jshop_module_cart*/
#cart_ui_box {
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #cccccc, #eef7f9);
  width: 100px;
  position: fixed;
  left: 0px;
  top: 50%;
  border-radius: 0 3px 3px 0;
  z-index: 1000;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

#jshop_summ_product, .jshop_summ_product {
  color: #950000;
}

#system-message-container {
  display: none;
}

.box li a[href="/shop"] {
  display: none;
}

.box li a[href="/shop/orderprocessing"], .box li a[href="/shop/cart"], .box li a[href="/shop/spb-products"], .box li a[href="/shop/moscow-products"], .box li a[href="/shop/shop-all"] {
  display: none;
}

form[name=loginForm] div:nth-child(2) {
  display: none;
}

.not_active_step a {
  text-decoration: none;
}

/*
table.jshop_menu_order tbody tr td{
    width:33%;
}*/
td.jshop_order_step {
  width: 33%;
}

.text_zoom, .jshop_img_description {
  display: none;
}

.prod_attr_img {
  display: none;
}

.goods_in_cart {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background-color: #950000;
  position: absolute;
  left: 20px;
  top: -5px;
  z-index: 1001;
  text-align: center;
  font-weight: bold;
  behavior: url(/css/pie.htc);
}

.goods_in_cart p {
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  margin: 0 0 15px 0;
  color: #ffffff;
  height: 15px;
  width: 15px;
  line-height: 15px;
  position: absolute;
  left: -1px;
}

.box.shop_fon {
  background: url("../images/shop_banner.png") no-repeat;
}

.main_backlink {
  display: none;
}

/* disable for production */
/*
ul.tabs a[href="/shop"]{
    display:none;
}*/
/* disable for production */
img.jshop_img {
  border-radius: 10px;
}

div#jshop_module_cart ul {
  margin-left: 5px;
  margin-right: 5px;
}

div#jshop_module_cart ul li {
  text-align: center;
}

span.jshop_code_prod {
  display: none !important;
}

td.image_middle {
  /*width:300px !important;*/
}

/*
#comjshop_list_product td.product{
    width:100%;

}*/
td.new_cols {
  width: 50%;
}

.jshop_categ .category a.product_link {
  text-decoration: none;
  font-size: 11pt !important;
}

.jshop_list_category .category td {
  vertical-align: middle;
}

.category_short_description {
  display: none;
}

.jshop_module_cart {
  display: inline-block;
  line-height: 1.5em;
  float: right;
  position: relative;
  top: -25px;
  background-color: #ebf6f8;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d2eaf3", endColorstr="#eef7f9",GradientType=0 );
  background-image: linear-gradient(to bottom, #d2eaf3, #eef7f9);
  border-radius: 5px;
  border: 1px solid gray;
  width: 170px;
}

.jshop_module_cart ul {
  display: inline;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  width: 90px;
}

.shop_big_img {
  width: 50px;
  height: 40px;
  background: url("../images/shopping-cart-big.png") no-repeat;
  display: inline;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}

@media screen and (max-width: 1150px) {
  /*.jshop_module_cart{	display:inline-block;}*/
  #cart_ui_box {
    display: none !important;
  }
}
@media screen and (min-width: 1151px) {
  /*.jshop_module_cart{	display:none;}*/
  #cart_ui_box {
    display: block;
  }
}
.wrongInput {
  border-color: rgba(255, 0, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6) !important;
  outline: 0 none !important;
}

.qtyBox {
  display: inline !important;
  width: 16px !important;
  height: 15px !important;
}

.qtyBoxLabel {
  display: inline;
  margin-right: 10px;
  margin-top: 5px;
}

.jshop_prod_description {
  padding-bottom: 0;
}

form[name=product] {
  margin-bottom: 0 !important;
}

table.productActions {
  margin-top: 35px;
  margin-bottom: 0;
}

table.productActions .qtyBoxLabel {
  position: relative;
}

table.productActions .qtyBoxLabel #block_price {
  position: absolute;
  left: 0;
  top: -30px;
  text-align: left;
  display: inline-block;
  width: 200px;
}

table.productActions td {
  padding-bottom: 0 !important;
}

.forCartAdd {
  width: 200px !important;
  text-align: right;
}

.forCartAdd a[href="/shop/cart/view"] {
  margin-left: 0 !important;
}

.image_middle {
  width: 160px !important;
}

label[for=payment_method_6] b {
  display: none;
}

#sort_by_type.no_cats {
  display: block;
  height: 25px;
}

/*
a[href="/shop/literature"]{
    visibility: hidden;
}*/
label[for=mod-search-searchword] {
  display: none;
}

ul.tabs li a[href*="/sitemap"],
.box ul li [href*="/sitemap"] {
  display: none !important;
}

#goUp {
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 100px;
  right: 40px;
  width: 55px;
  height: 55px;
  /*background-color: #1fa2d4;*/
  border-radius: 3px;
  background: url("../images/goUp.png") #1fa2d4 no-repeat 50% 20%;
  opacity: 0.7;
}

#goUp span {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  left: 5px;
  -webkit-user-select: none;
          user-select: none;
  -moz-user-select: none;
}

#goUp:hover {
  color: #ffffff;
}

div.event_preview ul li span.date a {
  color: #ffffff;
  text-decoration: none;
}

div.event_preview ul li span.date a:hover {
  color: #ffffff;
  text-decoration: none;
}

div.event_preview span + a {
  display: inline-block;
}

ul.custom_breadcrumbs li {
  display: inline;
}

div.navLinks a:first-child {
  display: inline-block;
}

div.navLinks a:nth-child(2) {
  display: inline-block;
  float: right;
}

ul.tabs li.current {
  border-radius: 5px;
  background-color: #da4f49;
  color: #ffffff;
}

ul.tabs li.current a {
  color: #ffffff;
}

div.box ul li.active_child {
  border-radius: 5px;
  background-color: #da4f49;
  padding: 0 5px;
}

div.box ul li {
  padding: 0 5px;
  margin-right: 0;
}

div.box ul li.active_child a {
  color: #ffffff;
}

div.box.partners_fon ul li:last-child {
  display: none;
}

form#dealersRequestForm {
  display: inline-block;
}

form#dealersRequestForm h2 {
  clear: both;
}

form#dealersRequestForm input {
  padding: 5px;
  width: 200px;
  float: left;
}

form#dealersRequestForm input:invalid {
  background: none;
}

form#dealersRequestForm textarea {
  padding: 5px;
  width: 200px;
  float: left;
  resize: none;
}

form#dealersRequestForm textarea:invalid {
  background: none;
}

form#dealersRequestForm label {
  text-align: right;
  width: 200px;
  padding-right: 10px;
  clear: both;
  float: left;
}

form#dealersRequestForm input[type=submit] {
  clear: both;
  margin-left: 210px;
  margin-top: 20px;
  padding: 5px;
  width: 210px;
}

/*div.box ul li{*/
/*width: 260px;*/
/*display: block;*/
/*margin-right: 0;*/
/*}*/
/*div.box ul li:nth-child(odd){*/
/*float:left;*/
/*}*/
/*div.box ul li:nth-child(even){*/
/*float:right;*/
/*}*/
/*div.box{*/
/*padding-bottom:60px;*/
/*display: inline-block;*/
/*}*/
table.compare_table thead tr th:nth-child(3) {
  text-transform: capitalize !important;
}

table.compare_table thead tr th:nth-child(4) {
  text-transform: capitalize !important;
}

table.compare_table tbody tr td {
  padding: 0;
}

.clients {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ffffff;
  padding: 0 10px;
}

.str {
  display: inline-block;
  width: 100%;
}

.str_wrap {
  -moz-user-select: none;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.str_move {
  cursor: ew-resize;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.str_move_clone {
  display: inline-block;
  left: 100%;
  position: absolute;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  bottom: 100%;
  left: 0;
}

.str_vertical .str_move, .str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
  cursor: inherit;
}

table.clients-logo {
  margin: 0 0 10px;
}

table.clients-logo tr {
  background-color: transparent;
}

table.clients-logo td {
  border-color: transparent;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.client {
  background: transparent url("../images/clients.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 55px;
}

td.divider-dotted {
  display: none !important;
  padding: 0 !important;
}

#lbCaption {
  font-size: 2em !important;
  font-weight: bold !important;
  margin-right: 20px !important;
  padding-left: 10px;
  padding-top: 10px;
}

#lbNumber {
  font-size: 1.5em;
  padding-left: 10px;
  padding-top: 5px;
}

#lbBottom {
  border-width: 0 !important;
}

ul.breadcrumbs {
  display: inline-block;
  float: left;
}

.collapsible-info {
  cursor: pointer;
  padding: 0 10px;
}

.collapsible-info.infoHide:before {
  margin-right: 5px;
  content: url("../images/triangle_up.png");
}

.collapsible-info.infoShow:before {
  margin-right: 5px;
  content: url("../images/triangle_down.png");
}

h3.panel-title {
  font-size: 1.2em;
}

h3.panel-title span.collapsible-info {
  font-size: 0.9em !important;
}

h3.panel-title a {
  font-weight: bold;
}

#form_20 .fabrikElementContainer #ws_webinar___date #ws_webinar___date_cal {
  width: 40% !important;
}

#form_20 .fabrikElementContainer #ws_webinar___date .calendarbutton {
  cursor: pointer;
  position: relative;
  bottom: 3px;
  left: 2px;
}

#form_20 .fabrikElementContainer #ws_webinar___date .dateCalMsg {
  display: inline;
  left: 8px;
  color: #000 !important;
  position: relative;
  font-weight: bold;
}

#content ul.breadcrumbs {
  height: inherit !important;
}

#content > section .item-page dl {
  margin-top: 5px;
}

#content > section .item-page dl dd {
  margin-top: 0;
  margin-left: 0;
}

.hideMenuLi {
  display: none !important;
}

.b-date {
  font-weight: bold !important;
}

.b-form-wrapper {
  margin-bottom: 20px;
  margin-left: 200px;
}

.button-form {
  margin-left: 240px;
}

.has-error {
  position: relative;
  right: 0;
  display: inline-block !important;
  color: #000000 !important;
}

.help-block {
  display: inline-block !important;
  color: #E75021 !important;
}

.b-form-table {
  margin-bottom: 20px;
  width: 760px !important;
}

div.calendar {
  z-index: 999999 !important;
}

.tr-title {
  width: 206px;
  text-align: right;
}

.tr-cont {
  text-align: left;
}

div.box ul li a[href="/events/event-subscribe-form"] {
  display: none !important;
}

form[name=eventForm] {
  margin-top: 20px;
}

form[name=eventForm] label {
  display: inline-block;
  width: 228px;
  text-align: right;
  margin-bottom: 5px;
  margin-right: 10px;
}

form[name=eventForm] input,
form[name=eventForm] textarea {
  width: 350px;
  margin-bottom: 30px;
  margin-right: 10px;
}

form[name=eventForm] input[type=submit] {
  width: auto;
  display: inline-block;
  padding: 2px 10px 4px;
  margin-left: 240px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  cursor: pointer;
}

form[name=eventForm] input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  outline: 0;
}

form[name=eventForm] input[type=submit]:active {
  background-image: none;
  background-color: #e6e6e6;
  outline: 0;
}

table tbody tr td a[href="/component/fabrik/form/20?Itemid=316"] {
  display: none !important;
}

dl a[href="/component/fabrik/form/20?Itemid=316"] {
  display: none !important;
}

.add-group-vk .b-padd {
  padding: 6px 0;
}

a[href="/about/news/1040-obnovlenie-tsnb-gosetalon-2012-redaktsii-2016-goda-diz-10"] {
  display: inline-block;
}

.add-group-vk a[href="/about/news/1040-obnovlenie-tsnb-gosetalon-2012-redaktsii-2016-goda-diz-10"] {
  /* display: block; */
  /* padding-bottom: 20px; */
  position: relative;
  top: -11px;
}

.b-pers__link {
  display: block;
  width: 100%;
  text-align: left;
  /* margin: auto; */
  margin-bottom: 27px;
}

.b-privacy-policy__link {
  display: block;
  width: 200px;
  margin: auto !important;
  text-align: center;
  background-image: none !important;
  color: #21c4ff !important;
}

.b-privacy-policy ul {
  list-style: none;
  margin: 0;
}

.b-privacy-policy h1 {
  color: #000000 !important;
}

.b-privacy-policy h2 {
  text-align: center;
  display: block;
  color: #000000 !important;
}

.b-privacy-policy .b-left {
  float: left;
}

.b-privacy-policy .b-right {
  float: right;
}

.wrapper-checkbox {
  margin-bottom: 25px;
}

#footbanner {
  height: 89px;
  display: block;
  background: url("../images/banners/footbanner.png") center center;
  background-size: cover;
}

.banner {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 57px;
  height: auto;
  background-image: url("../images/happytree.png");
  text-transform: uppercase;
  text-decoration: none !important;
}

.blog-featured-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-right: 20px;
}

.blog-banner-wrapper {
  display: flex;
  justify-content: space-between;
}

.blog-featured-wrap {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}

.partners_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.partners_wrap h2 {
  margin: 0;
}

footer .wrap ul.contacts li h3 a {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.successFormPost, .successFormPostWS {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.successFormPost, .successFormPostWS {
  font-size: 13px;
  font-family: "Trebuchet MS", "Trebuc", "Helvetica CY", sans-serif;
  color: #222;
}

.FormPostOk {
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
}

.small_flex {
  display: flex !important;
  justify-content: center;
}

.squaredOne {
  width: 16px;
  height: 16px;
  position: relative;
  background: #000;
  margin-right: 8px !important;
}

.squaredOne label {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 1px;
  cursor: pointer;
  background: #fff;
}

.squaredOne label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #000;
  opacity: 0;
}

.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.box.shop_fon > ul {
  display: none;
}

.js-errors {
  background: #f93337;
  border-radius: 4px;
  color: #FFF;
  font-size: 0.8em;
  list-style-type: square;
  margin-bottom: 1em;
  padding: 1em;
}

.js-errors {
  display: none;
}

.js-errors li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0;
}

ul.error input[type=checkbox] + label::before,
ul.error input[type=radio] + label::before {
  border-color: #F93337;
}

.modal-backdrop.in {
  opacity: 0.55 !important;
}

.acymailing_form tbody {
  display: flex !important;
}

.acysubbuttons {
  display: flex !important;
}