._opened {
  display: block !important;
}
.wide1170 #opendoc > div {
  width: 980px;
}
.wide_fullscreen #opendoc > div {
  width: auto;
}
body,
input,
button,
select,
textarea,
td,
th,
li,
dd,
dt,
p,
blockquote {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 13px;
  color: #444c4f;
}
a:hover {
  color: #2686c5;
}
#opendoc {
  color: #444c4f;
  /********************************************
	  ************* CONTENT ***********************
	  ********************************************/

  /********* UI ******************************/

  /*******************************************/

}
#opendoc figure {
  position: relative;
  margin: 0 0 20px;
}
#opendoc figure img {
  max-width: 720px;
}
#opendoc figure figcaption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  color: #FFF;
  position: absolute;
  text-align: right;
  bottom: 0;
  width: 100%;
}
#opendoc figure figcaption > div {
  padding: 40px 10px 10px;
}
#opendoc figure.pull-right {
  float: right;
  margin-left: 20px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.6);
}
#opendoc figure.pull-right img {
  max-width: 200px;
}
#opendoc .bootstrap-widget-header {
  height: inherit;
}
#opendoc .bootstrap-widget-header h3 {
  margin: 0;
  font-size: 140%;
}
#opendoc #content {
  margin-bottom: 80px;
}
#opendoc #content p,
#opendoc #content li,
#opendoc #content blockquote,
#opendoc #content ul,
#opendoc #content ol {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 24px;
}
#opendoc #content p.help-block {
  font-size: 13px;
  line-height: 16px;
  color: #6d797d;
  margin-top: 5px;
  margin-bottom: 0;
}
#opendoc #content li {
  margin-bottom: 12px;
  position: relative;
}
#opendoc #content ul,
#opendoc #content ol {
  list-style: none;
  margin-left: 50px;
}
#opendoc #content ol {
  counter-reset: point;
}
#opendoc #content ol li:before {
  content: counter(point);
  /* выводим значение переменной */

  counter-increment: point 1;
  /* увеличваем счетчик на 1 */

  position: absolute;
  left: -30px;
  top: 0;
  color: #f05023;
  font-weight: bold;
  text-align: center;
}
#opendoc #content ul li:before {
  content: "-";
  position: absolute;
  left: -30px;
  top: 0;
  color: #f05023;
  font-weight: bold;
  text-align: center;
}
#opendoc #content blockquote {
  padding: 30px 0 30px 50px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
}
#opendoc #content blockquote p {
  color: #f05023;
  font-style: italic;
  margin-bottom: 18px;
  font-size: 18px;
}
#opendoc #content blockquote .intro {
  font-size: 13px;
  font-style: normal;
  color: #444c4f;
  margin-bottom: 18px;
  line-height: 15px;
}
#opendoc #content blockquote .intro strong {
  color: #444c4f;
}
#opendoc #content blockquote .sign {
  font-size: 13px;
  font-style: normal;
  color: #6d797d;
  margin-bottom: 0;
  line-height: 15px;
}
#opendoc #content blockquote .sign strong {
  color: #000;
}
#opendoc form p {
  margin-bottom: 0;
}
#opendoc form textarea,
#opendoc form input[type="text"],
#opendoc form input[type="password"],
#opendoc form input[type="datetime"],
#opendoc form input[type="datetime-local"],
#opendoc form input[type="date"],
#opendoc form input[type="month"],
#opendoc form input[type="time"],
#opendoc form input[type="week"],
#opendoc form input[type="number"],
#opendoc form input[type="email"],
#opendoc form input[type="url"],
#opendoc form input[type="search"],
#opendoc form input[type="tel"],
#opendoc form input[type="color"],
#opendoc form .uneditable-input,
#opendoc form select {
  border-radius: 0;
  box-shadow: 0 8px 15px -17px #000000 inset;
  font-size: 15px;
  color: #6d797d;
  padding: 7px 10px;
}
#opendoc form select {
  height: 36px;
}
#opendoc form select[multiple],
#opendoc form select[size] {
  height: auto;
}
#opendoc form textarea:focus,
#opendoc form input[type="text"]:focus,
#opendoc form input[type="password"]:focus,
#opendoc form input[type="datetime"]:focus,
#opendoc form input[type="datetime-local"]:focus,
#opendoc form input[type="date"]:focus,
#opendoc form input[type="month"]:focus,
#opendoc form input[type="time"]:focus,
#opendoc form input[type="week"]:focus,
#opendoc form input[type="number"]:focus,
#opendoc form input[type="email"]:focus,
#opendoc form input[type="url"]:focus,
#opendoc form input[type="search"]:focus,
#opendoc form input[type="tel"]:focus,
#opendoc form input[type="color"]:focus,
#opendoc form .uneditable-input:focus,
#opendoc form select:focus {
  color: #444c4f;
}
#opendoc form .controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
#opendoc form.form-inline select.error,
#opendoc form.form-inline input.error,
#opendoc form.form-inline textarea.error {
  border-color: #b94a48;
  color: #b94a48;
}
#opendoc form.form-inline label.error,
#opendoc form.form-inline .help-block.error,
#opendoc form.form-inline .help-inline.error {
  color: #b94a48;
}
#opendoc form.form-horizontal select.error,
#opendoc form.form-horizontal input.error,
#opendoc form.form-horizontal textarea.error {
  border-color: #b94a48;
  color: #b94a48;
}
#opendoc form.form-horizontal label.error,
#opendoc form.form-horizontal .help-block.error,
#opendoc form.form-horizontal .help-inline.error {
  color: #b94a48;
}
#opendoc form.form-vertical select.error,
#opendoc form.form-vertical input.error,
#opendoc form.form-vertical textarea.error {
  border-color: #b94a48;
  color: #b94a48;
}
#opendoc form.form-vertical label.error,
#opendoc form.form-vertical .help-block.error,
#opendoc form.form-vertical .help-inline.error {
  color: #b94a48;
}
#opendoc form.form-vertical label {
  margin-top: 20px;
}
#opendoc .form-actions {
  background: none;
  padding: 0;
  border-top: 0 none;
}
#opendoc .form-actions a {
  display: inline-block;
  margin: 0 15px 0 5px;
  position: relative;
  top: 2px;
}
/*** SOCIALS ***/
.socials_separator {
  border-top: 2px solid #e5e5e5;
  position: relative;
  padding-bottom: 30px;
}
.socials_separator ul {
  margin: 0;
  padding: 0 0 0 20px;
  float: right;
  position: relative;
  background: #fff;
  top: -15px;
}
.socials_separator li {
  margin: 0 2px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.socials_separator li > a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('../../../img/new/socials.png') no-repeat 0 0;
}
.socials_separator .ssgp a {
  background-position: 0 0;
}
.socials_separator .ssgp:hover a {
  background-position: 0 -26px;
}
.socials_separator .sstw a {
  background-position: -85px 0;
}
.socials_separator .sstw:hover a {
  background-position: -85px -26px;
}
.socials_separator .ssvk a {
  background-position: -29px 0;
}
.socials_separator .ssvk:hover a {
  background-position: -29px -26px;
}
.socials_separator .ssod a {
  background-position: -57px 0;
}
.socials_separator .ssod:hover a {
  background-position: -57px -26px;
}
.socials_separator .ssfb a {
  background-position: -113px 0;
}
.socials_separator .ssfb:hover a {
  background-position: -113px -26px;
}
/** CSS-хаки для хрома **/
body.browser_webkit .inner_page_body #opendoc .crfm .chosen-widget {
  margin-top: 0;
}
body.browser_webkit #opendoc form textarea,
body.browser_webkit #opendoc form input[type="text"],
body.browser_webkit #opendoc form input[type="password"],
body.browser_webkit #opendoc form input[type="datetime"],
body.browser_webkit #opendoc form input[type="datetime-local"],
body.browser_webkit #opendoc form input[type="date"],
body.browser_webkit #opendoc form input[type="month"],
body.browser_webkit #opendoc form input[type="time"],
body.browser_webkit #opendoc form input[type="week"],
body.browser_webkit #opendoc form input[type="number"],
body.browser_webkit #opendoc form input[type="email"],
body.browser_webkit #opendoc form input[type="url"],
body.browser_webkit #opendoc form input[type="search"],
body.browser_webkit #opendoc form input[type="tel"],
body.browser_webkit #opendoc form input[type="color"],
body.browser_webkit #opendoc form .uneditable-input,
body.browser_webkit .inner_page_body #opendoc .crfm .chzn-container {
  box-shadow: inset 0 5px 14px -9px #000000;
}
body.browser_webkit #opendoc form select,
body.browser_webkit select {
  /*		padding-top: 1px;
		-webkit-appearance: none; appearance: none;
*/

  box-shadow: inset 0 5px 14px -9px #000000;
}
body.browser_webkit .inner_page_body #opendoc .crfm .chzn-single {
  background: none;
}
body.browser_webkit #login_form .form-actions {
  margin-top: 17px !important;
}
