@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&subset=cyrillic');
html,
body {
  height: 100%;
}
body {
  color: #000;
  line-height: 1.3em;
  position: relative;
  z-index: 0;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
a,
object,
embed {
  outline: 0;
}
a:focus,
object:focus,
embed:focus,
a:active,
object:active,
embed:active {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
em strong,
i strong,
em b,
i b {
  font-style: italic;
  font-weight: 700;
}
strong em,
b em,
strong i,
b i {
  font-style: italic;
  font-weight: 700;
}
#layout {
  width: 1080px;
  min-height: 100%;
  left: 0;
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 225px;
}
#layout #banner_prestige {
  overflow: hidden;
}
#page_layout {
  width: 1005px;
  margin: 0px auto;
  min-height: 100%;
}
#banner_prestige {
  margin-bottom: 8px;
  text-align: center;
}
#menu_nav_panel.affix {
  top: 0px;
  z-index: 15;
  width: 1004px;
}
#page_header {
  margin-bottom: 10px;
}
#page_header #head_logo {
  background: transparent url("../images/logo.png") scroll no-repeat 0 0;
  width: 189px;
  height: 49px;
  text-decoration: none;
  display: block;
  text-indent: -500px;
  margin-top: 8px;
  margin-left: -10px;
}
#page_header .social-links {
  font-size: 26px;
  color: #666;
  width: 30px;
  text-align: right;
  margin-right: -10px;
}
#page_header .social-links a {
  color: #b2b2b2;
}
#page_header .social-links a:hover {
  color: #1c61ad;
}
#page_header .head-links {
  width: 135px;
  font-weight: bold;
  line-height: 180%;
}
#page_footer {
  background-color: #333333;
  margin-top: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 225px;
}
#page_footer a {
  color: #fbe310;
}
#page_footer > .row {
  width: 1000px;
  margin: 40px auto;
}
#page_footer #foot_logo {
  background: transparent url("../images/foot_logo.png") scroll no-repeat 0 0;
  width: 189px;
  height: 42px;
  text-decoration: none;
  display: block;
  text-indent: -500px;
  margin-top: -10px;
}
#page_footer .social-links {
  font-size: 32px;
  margin-top: 35px;
}
#page_footer .social-links a {
  color: #d6d6d6;
}
#page_footer .social-links a:hover {
  color: #fbe310;
}
#page_footer .address,
#page_footer .foot-links {
  line-height: 170%;
  font-size: 12px;
}
#page_footer .copy-rules {
  color: #797979;
  font-size: 10px;
  line-height: 12px;
  margin-top: 15px;
}
#page_footer .counters {
  margin-top: 15px;
}
#page_footer .counters img {
  margin-top: 3px;
}
.banner-pin-wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  min-height: 100%;
  margin: auto;
}
.banner-pin {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: scroll;
  bottom: 0;
  left: 1080px;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
a {
  color: #1c61ad;
  outline: 0 none;
  text-decoration: underline;
}
a:hover {
  color: #2185f6;
}
.affix-top #site-navigation {
  z-index: 16;
  /* для отображения подпунктов поверх остальных блоков */
}
#menu_nav_panel {
  position: relative;
  z-index: 5;
}
#site-navigation {
  position: relative;
  display: block;
  max-width: 812px;
  min-width: 760px;
  float: left;
  max-height: 40px;
  /*************************** Выпадающие пункты второго уровня */
}
#site-navigation ul,
#site-navigation ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-navigation ul {
  clear: left;
  position: relative;
  right: 50%;
  float: right;
  text-align: center;
  background-color: #565656;
  border-radius: 5px;
}
#site-navigation ul li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  overflow: visible;
}
#site-navigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  font-size: 14px;
}
#site-navigation ul li a:hover,
#site-navigation ul li a.hover {
  color: #000000;
  background-color: #f8e30a;
}
#site-navigation ul li a .fa {
  color: #818181;
  margin-left: 3px;
}
#site-navigation ul li a .fa:after {
  content: "\f0da";
}
#site-navigation ul li ul {
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  position: absolute;
  left: 0;
  top: 43px;
  font-size: 12px;
  height: auto;
  width: 180px;
  border-radius: 3px;
  padding: 2px 0px;
  /*************************** Выпадающие подпункты */
}
#site-navigation ul li ul li {
  border: none;
  position: relative;
  left: 0;
  float: none;
  height: auto;
  margin: 0;
  text-align: left !important;
}
#site-navigation ul li ul li a {
  padding: 6px 12px;
  margin: 0px 2px;
  border-radius: 3px;
}
#site-navigation ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#site-navigation ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#site-navigation ul li:hover > ul,
#site-navigation ul li.hover > ul {
  opacity: 1;
  visibility: visible;
}
#site-navigation ul li ul li ul {
  top: 0;
  left: 166px;
  margin: 0 0 0 20px;
}
#site-navigation ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #565656;
}
#site-navigation ul ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #565656;
}
#site-navigation > ul {
  float: none;
  position: static;
  right: 0;
  height: 40px;
}
#site-navigation > ul > li > a {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#site-navigation > ul > li > a .fa:after {
  content: "\f0d7";
}
#block-auth {
  width: 180px;
  position: relative;
}
#block-auth .fa-caret-square-o-down,
#block-auth .fa-caret-square-o-up {
  margin-right: 5px;
}
#block-auth .block-body {
  position: absolute;
  top: 42px;
  right: 0px;
  width: 300px;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  z-index: 10;
  border: 1px solid #f8e30a;
}
.block-std .block-body {
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
}
.block-std .block-title {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #000;
}
.block-std .block-title strong {
  font-weight: bold;
}
.block-std .block-title .fa-arrow-circle-right {
  float: right;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
  color: #ad9e07;
}
.block-std .block-title-yellow {
  background-color: #f8e30a;
  color: #000;
}
.block-std .block-title-grey {
  background-color: #eeeeee;
  color: #565656;
}
.block-std .block-title-grey a {
  color: #565656;
  display: block;
}
.block-std .block-title-grey a:hover {
  background-color: #f8e30a;
}
.block-std .block-title-grey .fa-arrow-circle-right {
  float: right;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
  color: #a6a6a6;
}
.block-std .block-title-linked {
  background: none;
  color: #565656;
  padding-left: 0;
}
.block-std .block-title-linked a {
  color: #565656;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 10px;
  background-color: #eeeeee;
}
.block-std .block-title-linked a:hover {
  background-color: #f8e30a;
}
.block-std .block-title-linked .fa-arrow-circle-right {
  float: right;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
  color: #a6a6a6;
}
.block-std .block-btn {
  color: #000000;
  background-color: #fff15e;
  border-color: #fff15e;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.block-std .block-btn:hover,
.block-std .block-btn:focus,
.block-std .block-btn:active,
.block-std .block-btn.active,
.open > .dropdown-toggle.block-std .block-btn {
  color: #000000;
  background-color: #ffed2b;
  border-color: #ffec21;
}
.block-std .block-btn:active,
.block-std .block-btn.active,
.open > .dropdown-toggle.block-std .block-btn {
  background-image: none;
}
.block-std .block-btn.disabled,
.block-std .block-btn[disabled],
fieldset[disabled] .block-std .block-btn,
.block-std .block-btn.disabled:hover,
.block-std .block-btn[disabled]:hover,
fieldset[disabled] .block-std .block-btn:hover,
.block-std .block-btn.disabled:focus,
.block-std .block-btn[disabled]:focus,
fieldset[disabled] .block-std .block-btn:focus,
.block-std .block-btn.disabled:active,
.block-std .block-btn[disabled]:active,
fieldset[disabled] .block-std .block-btn:active,
.block-std .block-btn.disabled.active,
.block-std .block-btn[disabled].active,
fieldset[disabled] .block-std .block-btn.active {
  background-color: #fff15e;
  border-color: #fff15e;
}
.block-std .block-btn .badge {
  color: #fff15e;
  background-color: #000000;
}
.block-tabbed .block-title {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.block-tabbed .nav-tabs > li > a,
.block-tabbed .nav-tabs > li > a:hover {
  color: #565656;
  text-decoration: none;
  padding: 10px;
}
.block-tabbed .nav-tabs > li.active > a,
.block-tabbed .nav-tabs > li.active > a:hover {
  color: #000;
}
#site_content {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.page-column {
  float: left;
  min-height: 1px;
  padding-top: 1px;
}
.page-column .block-std {
  margin-bottom: 25px;
}
.page-column .block-std .block-body {
  padding-top: 10px;
}
.page-column .bannerflash,
.page-column .bannerimage {
  padding: 10px 0;
}
#column_left {
  width: 175px;
}
#column_right {
  width: 240px;
  float: right;
}
#column_right.affix-top {
  position: static !important;
  top: auto;
  left: auto;
  float: right;
}
#column_right.affix {
  top: auto;
  left: 802px;
  bottom: 0px;
  position: fixed !important;
  float: none;
}
#column_right.affix-bottom {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0px;
  right: 0;
  z-index: 2;
}
#column_right .rblock {
  margin-bottom: 25px;
}
#column_center {
  width: 570px;
  margin-left: 10px;
}
#column_center .block-std .block-title {
  font-size: 18px;
}
#column_center .page-title,
#column_center h1[itemprop="name"] {
  font-size: 24px;
  margin-top: 0px;
}
.column-no-left #column_center {
  width: 760px;
  margin-left: 0;
  padding-left: 0;
}
.column-no-right #column_center {
  width: 820px;
  margin-right: 0;
  padding-right: 0;
}
.column-no-right.column-no-left #column_center {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#tab_pl {
  font-size: 12px;
}
#tab_pl a.price-link {
  display: block;
  margin-bottom: 6px;
}
#tab_lme table.lme {
  margin-bottom: 10px;
  width: 98%;
}
#tab_lme table.lme tr.price td {
  color: #7e6e10;
  font-weight: bold;
}
#tab_lme table.lme tr.cash td {
  color: #000;
  font-weight: bold;
}
#tab_lme table.lme tr.data td {
  border-top: 1px dashed #858585;
  font-size: 9pt;
}
ul.bar {
  margin-top: 4px;
}
ul.bar,
ul.bar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bar li.r {
  float: right;
  width: 60%;
  font-size: 0.92em;
}
ul.bar li.l {
  float: left;
  width: 39%;
  margin-bottom: 3px;
}
ul.bar li.l .bar {
  display: block;
  float: right;
}
ul.bar li.tvs {
  text-align: right;
  font-weight: bolder;
  font-size: 0.88em;
}
ul.bar li.l .bar10 {
  background-color: green;
}
ul.bar li.l .bar9 {
  background-color: #009000;
}
ul.bar li.l .bar8 {
  background-color: #00A000;
}
ul.bar li.l .bar7 {
  background-color: #00aa01;
}
ul.bar li.l .bar6 {
  background-color: #00b502;
}
ul.bar li.l .bar5 {
  background-color: #00bf02;
}
ul.bar li.l .bar4 {
  background-color: #00ca02;
}
ul.bar li.l .bar3 {
  background-color: #00d502;
}
ul.bar li.l .bar2 {
  background-color: #00df02;
}
ul.bar li.l .bar1 {
  background-color: #00ea02;
}
/** Main page block definitions **/
.block-news .block-title:hover {
  background-color: #f8e30a;
}
.block-news .news-subject {
  font-size: 10px;
  color: #565656;
  font-weight: bold;
}
.block-news .news-date {
  font-size: 10px;
  color: #9a9a9a;
}
.block-news .news-title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 8px;
}
.block-news .news-image {
  margin-top: 3px;
  margin-right: 10px;
}
.block-news .news-list p {
  margin: 0px 0px 15px 0px;
}
.block-news .news-list a {
  font-size: 12px;
}
.block-news .news-body {
  line-height: 1.3em;
}
.block-news .news-banner {
  margin-top: 15px;
}
.block-news .news-text-ads {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 8px;
}
.block-magazine p {
  margin: 10px 0 0 10px;
  font-size: 12px;
}
.block-magazine .btn {
  background-color: #eeeeee;
  border-color: #565656;
}
.block-magazine .btn:hover {
  background-color: #fff15e;
  border-color: #fff15e;
}
.block-conference {
  background: #EEEEEE;
  border-radius: 5px;
}
.block-conference .block-title {
  border-bottom: 2px solid #fff;
  height: auto;
}
.block-conference .block-body {
  padding-top: 15px;
}
.block-conference .block-body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-conference .block-body ul {
  margin: 0 1px;
  padding: 12px 7px 20px 7px;
  list-style: none;
  background: -moz-linear-gradient(50% 100% 90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #bdccd4), color-stop(0.0071, #c1ced5), color-stop(0.0442, #d0d6d9), color-stop(0.0873, #d9dbdb), color-stop(0.15, #dcdcdc), color-stop(0.85, #dcdcdc), color-stop(1, #ffffff));
  background: -o-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDCCD4', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  border-style: Solid;
  border-color: #999999;
  border-width: 1px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BDCCD4', GradientType=0);
  color: #565656;
  transition: background, color 300ms ease;
}
.block-conference .block-body li .date,
.block-conference .block-body li .city {
  display: block;
  font-weight: bold;
  font-size: 10px;
}
.block-conference .block-body li .city {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #565656;
}
.block-conference .block-body li a {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  color: #565656;
  transition: color 300ms ease;
}
.block-conference .block-body li a:hover {
  text-decoration: underline;
}
.block-conference .block-body > div {
  padding: 6px 4px;
  margin: 0 2px 15px 2px;
  background: -moz-linear-gradient(50% 100% 90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #ffffff), color-stop(0.2765, #f7f7f7), color-stop(0.7066, #e1e1e1), color-stop(1, #cecece));
  background: -o-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CECECE' ,GradientType=0)";
  background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CECECE', endColorstr='#FFFFFF', GradientType=0);
}
.block-conference .block-body > div.theme-blue ul {
  background: #008ce4;
  color: #fff;
}
.block-conference .block-body > div.theme-blue li a {
  color: #fff;
}
.block-conference .block-body > div.theme-magenta ul {
  background: #ed008c;
  color: #fff;
}
.block-conference .block-body > div.theme-magenta li a {
  color: #fff;
}
.block-conference .block-body > div.theme-gray ul {
  background: #787878;
  color: #fff;
}
.block-conference .block-body > div.theme-gray li a {
  color: #fff;
}
.block-conference .block-body > div.theme-violete ul {
  background: #af40a6;
  color: #fff;
}
.block-conference .block-body > div.theme-violete li a {
  color: #fff;
}
.block-conference .block-body > div.theme-orange ul {
  background: #f6943d;
  color: #fff;
}
.block-conference .block-body > div.theme-orange li a {
  color: #fff;
}
.block-conference .block-body > div.theme-persian ul {
  background: #4bb85f;
  color: #fff;
}
.block-conference .block-body > div.theme-persian li a {
  color: #fff;
}
.block-conference .block-body > div.theme-azure ul {
  background: #426ab2;
  color: #fff;
}
.block-conference .block-body > div.theme-azure li a {
  color: #fff;
}
.block-conference .block-body > div.theme-carnation ul {
  background: #f16564;
  color: #fff;
}
.block-conference .block-body > div.theme-carnation li a {
  color: #fff;
}
.block-conference .block-body > div.theme-jonquil ul {
  background: #cdbe01;
  color: #fff;
}
.block-conference .block-body > div.theme-jonquil li a {
  color: #fff;
}
.block-conference .block-body > div.theme-san-marino ul {
  background: #426ab2;
  color: #fff;
}
.block-conference .block-body > div.theme-san-marino li a {
  color: #fff;
}
.block-conference .block-body > a {
  display: block;
  background: -moz-linear-gradient(50% 117.54% 90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -webkit-gradient(linear, 50% 117.54%, 50% 1.75%, color-stop(0, #ffffff), color-stop(0.2765, #f7f7f7), color-stop(0.7066, #e1e1e1), color-stop(1, #cecece));
  background: -o-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CECECE' ,GradientType=0)";
  background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 27.65%, #e1e1e1 70.66%, #cecece 100%);
  border-radius: 62px;
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CECECE', endColorstr='#FFFFFF', GradientType=0);
  width: 75%;
  margin: 0 auto 15px auto;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
}
.block-conference .block-body > a span {
  display: block;
  background: -moz-linear-gradient(50% 100% 90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #bdccd4), color-stop(0.0071, #c1ced5), color-stop(0.0442, #d0d6d9), color-stop(0.0873, #d9dbdb), color-stop(0.15, #dcdcdc), color-stop(0.85, #dcdcdc), color-stop(1, #ffffff));
  background: -o-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDCCD4', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, #bdccd4 0%, #c1ced5 0.71%, #d0d6d9 4.42%, #d9dbdb 8.73%, #dcdcdc 15%, #dcdcdc 85%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BDCCD4', GradientType=0);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align: center;
  padding: 10px 0;
  border-color: #B3B3B3;
  border-style: solid;
  border-width: 3px 1px 3px 1px;
  font-family: Open Sans;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.block-board .block-body ul,
.block-board .block-body li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-board .block-body li {
  margin-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
.block-board .block-body li:before {
  content: "•";
  color: #999;
  display: inline-block;
  position: absolute;
  left: -10px;
}
.block-board .block-body .board-stats {
  font-weight: bold;
}
.block-suppliers .block-body ul,
.block-suppliers .block-body li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-suppliers .block-body li {
  line-height: 150%;
  margin-bottom: 4px;
}
.block-suppliers .block-body .date {
  color: #565656;
  font-size: 10px;
}
/** End of main page block definitions **/
h5 {
  font-weight: 600;
}
.grey-text {
  color: #9a9a9a;
}
.ekko-lightbox .fa {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
  text-decoration: none;
}
.ekko-lightbox .fa-chevron-right {
  float: right;
  padding-right: 15px;
  right: 0;
  text-align: right;
}
.ekko-lightbox .fa-chevron-left {
  float: left;
  padding-left: 15px;
  left: 0;
  text-align: left;
}
.btn {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.bnt-yellow {
  color: #000000;
  background-color: #ffe401;
  border-color: #ffe401;
  text-decoration: none;
  line-height: 26px;
}
.bnt-yellow:hover,
.bnt-yellow:focus,
.bnt-yellow:active,
.bnt-yellow.active,
.open > .dropdown-toggle.bnt-yellow {
  color: #000000;
  background-color: #cdb700;
  border-color: #c3ae00;
}
.bnt-yellow:active,
.bnt-yellow.active,
.open > .dropdown-toggle.bnt-yellow {
  background-image: none;
}
.bnt-yellow.disabled,
.bnt-yellow[disabled],
fieldset[disabled] .bnt-yellow,
.bnt-yellow.disabled:hover,
.bnt-yellow[disabled]:hover,
fieldset[disabled] .bnt-yellow:hover,
.bnt-yellow.disabled:focus,
.bnt-yellow[disabled]:focus,
fieldset[disabled] .bnt-yellow:focus,
.bnt-yellow.disabled:active,
.bnt-yellow[disabled]:active,
fieldset[disabled] .bnt-yellow:active,
.bnt-yellow.disabled.active,
.bnt-yellow[disabled].active,
fieldset[disabled] .bnt-yellow.active {
  background-color: #ffe401;
  border-color: #ffe401;
}
.bnt-yellow .badge {
  color: #ffe401;
  background-color: #000000;
}
.btn-grey {
  color: #000000;
  background-color: #efefef;
  border-color: #efefef;
  text-decoration: none;
  line-height: 26px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d0d0d0;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #efefef;
  border-color: #efefef;
}
.btn-grey .badge {
  color: #efefef;
  background-color: #000000;
}
.block-price-index .table thead > tr > th,
.block-price-index .table tbody > tr > td {
  padding: 3px;
  font-size: 12px;
}
.block-price-index th .index {
  width: 55px;
}
.block-price-index th .price {
  width: 70px;
}
.block-price-index td .inc {
  color: #008000;
}
.block-price-index td .dec {
  color: red;
}
.block-price-index tr.total td {
  border-top: 2px solid #000;
  font-weight: bold;
}
.link-arrow {
  background-color: #bbb;
  border-radius: 3px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  padding: 0 4px;
}
.quick-search {
  margin-bottom: 25px;
}
.quick-search form {
  margin: 0;
  padding: 0;
}
.quick-search .input-wrap {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #565656;
  height: 100%;
  position: relative;
}
.quick-search .input-wrap input,
.quick-search .input-wrap button {
  height: 40px;
  line-height: 40px;
  border: none;
}
.quick-search .input-wrap input {
  width: 100%;
  padding: 0 90px 0 10px;
  color: #444;
  border-radius: 5px;
}
.quick-search .input-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #565656;
  color: #fff;
  width: 80px;
}
.block-price-index h3,
.block-price-index h4,
.block-price-index h5 {
  line-height: normal;
  margin: 0;
}
.block-price-index .price-date {
  color: red;
  font-weight: normal;
}
.block-price-index .price-region {
  font-weight: normal;
}
#lightwindow,
#lightwindow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#block-russteel-main {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
#block-russteel-main .block-body {
  padding: 10px 15px;
}

.btn-board-rss {
  margin-top: -42px;
  margin-right: 0;
  text-decoration: none;
}
.btn-board-rss .fa {
  line-height: 22px;
}
.block-board .board-rss {
  font-size: 14px;
  float: right;
  margin-top: 0;
}
.block-board .board-rss .fa {
  color: #722d16;
}
.block-board .board-rss:hover .fa {
  color: #fb7629;
}

.me-popover {
  width: 240px;
  padding: 0 ;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.75);
}
.me-popover .popover-content {
  background: transparent url("../img/expo2017_240x90__uchastnik.gif") scroll no-repeat 0 0;
  min-height: 90px;
  position: relative;
  padding: 0;
}
.me-popover .stand {
  position: absolute;
  bottom: 5px;
  left: 110px;
  font-weight: 700;
}
.me-popover a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
