a:hover {
  color: #1c8000;
}
.b-icon_photo {
  background: url(img/media_icons.png) no-repeat 0 0;
}
.b-icon_video {
  background: url(img/media_icons.png) no-repeat -18px 0;
}
.b-icon_infographics {
  background: url(img/media_icons.png) no-repeat -36px 0;
}
.b-ribbon {
  background-image: url(img/ribbon_label.png);
}
.b-label_proj {
  background-color: #1c8000;
}
.b-block__header {
  color: #1c8000;
}
.b-block__header-link {
  color: #1c8000;
}
.b-block__header-link:hover {
  color: #1c8000;
}
.b-block__control {
  background: #1c8000;
}
.b-block__control:hover {
  background: #2dcd00;
}
.b-block__showmore_big {
  background: #1c8000;
}
.b-block__showmore_big:hover {
  background: #27b300;
}
.b-metro-header {
  background: #1c8000;
}
.b-metro-header-search-inner {
  background: url(img/search_icon.png) right center no-repeat;
}
.b-metro-header-search__submit {
  background: #0e4000;
}
.b-metro-logo {
  background: url(img/logo.png) center no-repeat;
}
.is-fixed .b-header-container {
  border-bottom-color: #1c8000;
}
.b-metro-menu__list {
  border-bottom: 3px solid #0e4000;
}
.b-metro-menu__list-item_active {
  background: #0e4000;
}
.b-metro-submenu__list {
  border-bottom: 1px solid #0e4000;
}
.b-metro-submenu__list-item_active {
  background: #0e4000;
}
.b-metro2-menu {
  background-color: #1c8000;
}
.b-header-menu-item_active .b-header-menu-item__title {
  color: #1c8000;
}
.b-metro-trendings__list-item__title {
  border-color: #1c8000;
}
.b-stat {
  border-bottom: 2px solid #0d4000;
  font-family: 'PT Sans', Tahoma, Arial, sans-serif;
  font-size: 14px;
}
.b-stat__select {
  position: relative;
  padding: 6px;
  border: 1px solid #bfbfc0;
  box-shadow: inset 3px 3px 3px -1px rgba(0, 0, 0, 0.2);
  background: #f2fbff;
  cursor: default;
}
.b-stat__select-outer {
  padding: 10px;
  background: #1c8000;
}
.b-stat__select:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 8px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.b-stat__select-value {
  cursor: default;
  color: #333;
}
.b-stat__select-imitation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 26px;
  right: -1px;
  left: -1px;
  border: 1px solid #bfbfc0;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  z-index: 100;
  cursor: pointer;
  background: #fff;
}
.b-stat__select-imitation__list-item {
  padding: 0;
  background: none;
  padding: 3px 7px;
  cursor: default;
  background: #fff;
  color: #333;
}
.b-stat__table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.b-stat__table-cell {
  padding: 6px;
  border-bottom: 1px solid #fff;
  background: #f0f0f0;
  vertical-align: top;
  color: #333;
}
.b-stat__table-cell_header {
  background: #fff;
  font-weight: bold;
}
.b-stat__table-cell_games {
  text-align: center;
}
.b-stat__table-cell_points {
  text-align: center;
}
.b-stat__table-cell_header.b-stat__table-cell_date {
  padding: 12px 0 5px;
  text-align: center;
}
.b-stat__table-cell_result {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.b-stat__table-cell_club_owner {
  text-align: right;
}
.b-stat__table-cell_club_guest {
  text-align: left;
}
.b-stat__table-cell_time {
  font-size: 11px !important;
  color: #666;
  font-style: italic;
}
.b-stat__table-cell_versus {
  text-align: center;
}
.b-stat__table-container {
  -webkit-transition: height ease-out 0.5s;
  transition: height ease-out 0.5s;
}
.b-stat__link-detailed {
  display: inline-block;
  color: #3d76cc;
}
.lt-ie8 .b-stat__link-detailed {
  display: inline;
  zoom: 1;
}
.b-stat__link-detailed-outer {
  padding: 6px 0;
}
.b-stat__datestate {
  float: right;
  font-weight: bold;
}
.b-tab {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  text-align: left;
}
.b-tab-item {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  background: transparent;
  vertical-align: top;
  font-size: 14px;
  color: #3d76cc;
}
.lt-ie8 .b-tab-item {
  display: inline;
  zoom: 1;
}
.b-tab-item_active {
  background: #1c8000;
  color: #fff;
}
.b-tab-item__title {
  color: #3d76cc;
}
.b-tab-item_active .b-tab-item__title {
  color: #fff;
}
.b-article__title {
  border-bottom-color: #1c8000;
}
.b-article__text ul li:before {
  background: #1c8000;
}
.b-article__text ul li li:before {
  border-color: #1c8000;
}
.b-article__text table {
  border-bottom-color: #1c8000;
}
.b-article__text caption {
  background-color: #1c8000;
}
.b-article__text .readmore2 a:hover {
  color: #1c8000;
}
.b-story-article-header-content {
  background-color: rgba(17, 77, 0, 0.85);
}
.b-social-header {
  background-color: #1c8000;
}
.b-carousel-covered-inner {
  background-color: rgba(17, 77, 0, 0.85);
}
.b-carousel-covered__control {
  background: #1c8000;
}
.b-carousel-covered__control:hover {
  background: #1c8000;
}
.b-dossier-letter-list-item:before {
  background: #1c8000;
}
.b-articles-category__list-item__title:hover {
  color: #1c8000;
}
.b-news-category__list-item__section {
  color: #1c8000;
}
.b-news-category__inner-list-item__section {
  color: #1c8000;
}
.b-news-category__inner-list-item__section:hover {
  color: #1c8000;
}
.b-carousel-inside__list-item__category {
  color: #1c8000;
}
.b-carousel-inside__list-item__category:hover {
  color: #1c8000;
}
.b-carousel-inside__control-inner {
  background: url(img/arrows.png);
}
.b-carousel-inside_twocol .b-carousel-inside__control {
  background: #1c8000;
}
.b-carousel-inside_twocol .b-carousel-inside__control:hover {
  background: #1c8000;
}
.b-multimedia__list-item__inner-list_video .b-multimedia__list-item__section {
  color: #1c8000;
}
.b-tagcloud__list-item:hover {
  background: #1c8000;
}
.b-popular-news__list-item__title:hover {
  color: #1c8000;
}
.b-popular-news__list-item__section {
  color: #1c8000;
}
.b-last-news__list-item__title:hover {
  color: #1c8000;
}
.b-last-news__showmore {
  color: #1c8000;
}
.b-last-news__showmore:hover {
  color: #1c8000;
}
.b-article-big__list-item__title:hover {
  color: #1c8000;
}
.b-article-big__list-item__section {
  color: #1c8000;
}
.b-article-big__list-item__section:hover {
  color: #1c8000;
}
.b-articles-popular__list-item__title:hover {
  color: #1c8000;
}
.b-articles-popular__list-item__section {
  color: #1c8000;
}
.b-articles-popular__list-item__section:hover {
  color: #1c8000;
}
.b-important-day__list-item__title:hover {
  color: #1c8000;
}
.b-prev-articles__list-item__title:hover {
  color: #1c8000;
}
.b-prev-articles__list-item__metadata_section {
  color: #1c8000;
}
.b-prev-articles__list-item__metadata_section:hover {
  color: #1c8000;
}
.b-search-form {
  border-color: #1c8000;
}
.b-search-form__submit {
  display: inline-block;
  padding: 6px 10px;
  border: solid #000000;
  border-width: 0 1px 1px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: inset 0 -1px #1c8000;
  vertical-align: middle;
  font-size: 14px;
  color: #f7f9fa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lt-ie8 .b-search-form__submit {
  display: inline;
  zoom: 1;
}
.b-search-form__submit:active {
  border-width: 1px 1px 0;
  box-shadow: inset 0 1px #000000;
}
.b-search-result__list-item__title:hover {
  color: #1c8000;
}
.b-search-result__list-item__section {
  color: #1c8000;
}
.b-search-result__list-item__section:hover {
  color: #1c8000;
}
.b-search-loader {
  background: #1c8000;
}
.b-search-loader:hover {
  background: #27b300;
}
.b-control-radio__label_checked:before {
  background-color: #1c8000;
}
.lt-ie9 .b-control-radio__label_checked:after {
  background-color: #1c8000;
}
.b-articles-section-label__icon {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-articles-section-label__caption {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-gallery__voter__icon {
  background-color: #1c8000;
}
.b-gallery__voter__element_selected .b-gallery__voter__icon {
  background-color: #1c8000;
}
.b-spectheme {
  border: 1px solid #1c8000;
}
.b-spectheme__header {
  color: #1c8000;
}
.b-news-popular {
  border-bottom-color: #1c8000;
}
.b-news-popular__list-item__section {
  color: #1c8000;
}
.b-news-popular__list-item__title:hover {
  color: #333;
}
.b-news-popular_short .b-news-popular__list-item:before {
  background: #1c8000;
}
.b-day-joke {
  margin-bottom: 15px;
  padding: 5px 5px 10px 8px;
  border-bottom: 2px solid #d7d8d9;
  background: #f7f9fa;
}
.b-day-joke__header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 8px -13px;
  padding-left: 10px;
  background: #1c8000;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.b-day-joke__header:hover {
  color: #fff;
}
.b-day-joke__header:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -5px;
  border-top: 5px solid #0e4000;
  border-left: 5px solid transparent;
}
.b-day-joke-content__image {
  width: 80px;
}
.b-day-joke-content__image-outer {
  float: left;
  margin-right: 10px;
}
.b-day-joke-content__main {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.b-day-joke-content__title {
  color: #333;
}
.b-day-joke-content__more {
  color: #3d76cc;
}
.b-pagination__list-item_active {
  background: #1c8000;
}
.b-pagination__control:before {
  background-image: url(img/arrows.png);
}
.b-push-update {
  background-color: #1c8000;
  background-color: rgba(28, 128, 0, 0.75);
}
.b-push-update:hover {
  background-color: #1c8000;
}
.b-push-update.is-fixed {
  background-color: #1c8000;
}
.b-calendar {
  border-bottom-color: #0e4000;
}
.b-calendar-days-list-item_current {
  background: #1c8000;
}
.b-calendar-days-list-item_current:hover {
  background: #1c8000;
}
.b-dropdown-select-outer {
  border-color: #1c8000;
}
.b-dropdown-select__control {
  background: #1c8000;
}
.b-dropdown-select__control:hover {
  background: #2dcd00;
}
.b-vote-button-item {
  border: 1px solid #1c8000;
}
.b-vote-button-item__icon {
  background-color: #1c8000;
}
.b-participate__button-add {
  display: inline-block;
  padding: 6px 10px;
  border: solid #000000;
  border-width: 0 1px 1px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: inset 0 -1px #1c8000;
  vertical-align: middle;
  font-size: 14px;
  color: #f7f9fa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lt-ie8 .b-participate__button-add {
  display: inline;
  zoom: 1;
}
.b-participate__button-add:active {
  border-width: 1px 1px 0;
  box-shadow: inset 0 1px #000000;
}
.b-participate-form__button {
  display: inline-block;
  padding: 6px 10px;
  border: solid #000000;
  border-width: 0 1px 1px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: inset 0 -1px #1c8000;
  vertical-align: middle;
  font-size: 14px;
  color: #f7f9fa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lt-ie8 .b-participate-form__button {
  display: inline;
  zoom: 1;
}
.b-participate-form__button:active {
  border-width: 1px 1px 0;
  box-shadow: inset 0 1px #000000;
}
.b-question-expert-form__button {
  display: inline-block;
  padding: 6px 10px;
  border: solid #000000;
  border-width: 0 1px 1px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: inset 0 -1px #1c8000;
  vertical-align: middle;
  font-size: 14px;
  color: #f7f9fa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lt-ie8 .b-question-expert-form__button {
  display: inline;
  zoom: 1;
}
.b-question-expert-form__button:active {
  border-width: 1px 1px 0;
  box-shadow: inset 0 1px #000000;
}
.b-question-expert-question-response .b-blockquote__text:before {
  border-right-color: #1c8000;
}
.b-question-expert-question-response .b-blockquote__text-outer {
  border-color: #1c8000;
}
.b-question-expert-question-data-vote-button-item__icon:before {
  background: #1c8000;
}
.b-question-expert-question-data-vote-button-item__icon:after {
  background: #1c8000;
}
.b-question-expert-question-data-vote-button-item__icon:hover {
  background: #1c8000;
}
.b-poll__header {
  color: #1c8000;
}
.b-poll__vote {
  border-color: #000000;
  background-color: #1c8000;
  box-shadow: inset 0 -1px #1c8000;
}
.b-poll__vote:active {
  box-shadow: inset 0 1px #000000;
}
.b-poll_small .b-poll__header-outer {
  background: #1c8000;
}
.b-poll_small.in-carousel .b-poll-answer {
  border-top: 4px solid #1c8000;
}
.b-poll_small.in-carousel .b-poll__vote:hover {
  background-color: #229a00;
}
.b-poll-readmore__header {
  color: #1c8000;
}
.b-poll-readmore__title:hover {
  color: #1c8000;
}
.b-context__title {
  color: #1c8000;
}
.b-football-club-panel {
  margin: 0 20px 20px 0;
  border-bottom: 2px solid #1c8000;
  background-color: #f0f0f0;
}
.b-football-club-panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0px 6px 16px;
}
.b-football-club-panel-list-item {
  padding: 0;
  background: none;
  display: inline-block;
  position: relative;
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: top;
}
.lt-ie8 .b-football-club-panel-list-item {
  display: inline;
  zoom: 1;
}
.b-football-club-panel-list-item + .b-football-club-panel-list-item {
  margin-right: 9px;
}
.b-football-club-panel-list-item:first-child {
  margin-left: 0;
}
.b-football-club-panel-list-item_active .b-football-club-panel-list-item__link:before,
.b-football-club-panel-list-item_active .b-football-club-panel-list-item__link:after {
  display: block;
}
.b-football-club-panel-list-item_active .b-football-club-panel-list-item__link:hover .b-football-club-panel-list-item__title {
  display: none;
}
.b-football-club-panel-list-item__link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #f0f0f0;
}
.b-football-club-panel-list-item__link:after,
.b-football-club-panel-list-item__link:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: -11px;
  border: solid transparent;
}
.b-football-club-panel-list-item__link:after {
  margin-left: -6px;
  border-bottom-color: #f0f0f0;
  border-width: 6px;
}
.b-football-club-panel-list-item__link:before {
  margin-left: -7px;
  border-bottom-color: #bfbfc0;
  border-width: 7px;
}
.b-football-club-panel-list-item__icon {
  height: 33px;
  background-image: url(img/club_icon_sprite4.png);
}
.b-football-club-panel-list-item__title {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 7px;
  padding: 0 6px 4px;
  background: #fff;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  box-shadow: 0 0 9px -2px #333;
  z-index: 10;
}
.lt-ie10 .b-football-club-panel-list-item__title {
  width: 120px;
  margin-left: -70px;
  text-align: center;
}
.b-football-club-panel-list-item__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  margin-bottom: -7px;
  background: #fff;
  box-shadow: 0 0 9px -2px #333;
  transform: rotate(45deg);
  z-index: -2;
}
.b-football-club-panel-list-item__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 13px;
  margin-left: 5px;
  background: #fff;
  z-index: -1;
}
.b-football-club-panel-list-item__link:hover .b-football-club-panel-list-item__title {
  display: inline-block;
}
.b-football-club-panel-list-item_stal {
  width: 36px;
}
.b-football-club-panel-list-item_stal .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -433px 0;
}
.b-football-club-panel-list-item_alexandriya {
  margin-right: 12px;
}
.b-football-club-panel-list-item_alexandriya .b-football-club-panel-list-item__icon {
  width: 22px;
  background-position: -20px 0;
}
.b-football-club-panel-list-item_alexandriya .b-football-club-panel-list-item__title {
  left: -4px;
}
.b-football-club-panel-list-item_volyn {
  width: 36px;
}
.b-football-club-panel-list-item_volyn .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -61px 0;
}
.b-football-club-panel-list-item_volyn .b-football-club-panel-list-item__title {
  left: 2px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_zirka {
  width: 36px;
}
.b-football-club-panel-list-item_zirka .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -294px 0;
}
.b-football-club-panel-list-item_zirka .b-football-club-panel-list-item__title {
  left: 1px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_vorskla {
  width: 36px;
}
.b-football-club-panel-list-item_vorskla .b-football-club-panel-list-item__icon {
  width: 30px;
  background-position: -110px 0;
}
.b-football-club-panel-list-item_vorskla .b-football-club-panel-list-item__title {
  left: -2px;
}
.b-football-club-panel-list-item_hoverla {
  margin: 0 6px 0 7px;
}
.b-football-club-panel-list-item_hoverla .b-football-club-panel-list-item__icon {
  width: 22px;
  background-position: -127px 0;
}
.b-football-club-panel-list-item_hoverla .b-football-club-panel-list-item__title {
  padding-left: 11px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_dinamo {
  width: 36px;
}
.b-football-club-panel-list-item_dinamo .b-football-club-panel-list-item__icon {
  width: 25px;
  background-position: -159px 0;
}
.b-football-club-panel-list-item_dinamo .b-football-club-panel-list-item__title {
  left: -4px;
}
.b-football-club-panel-list-item_dnepr {
  width: 36px;
}
.b-football-club-panel-list-item_dnepr .b-football-club-panel-list-item__icon {
  width: 38px;
  background-position: -198px 0;
}
.b-football-club-panel-list-item_dnepr .b-football-club-panel-list-item__title {
  left: 3px;
}
.b-football-club-panel-list-item_zaria {
  width: 36px;
}
.b-football-club-panel-list-item_zaria .b-football-club-panel-list-item__title {
  left: -4px;
}
.b-football-club-panel-list-item_sevastopol {
  display: none;
}
.b-football-club-panel-list-item_arsenal {
  display: none;
}
.b-football-club-panel-list-item_tavria {
  display: none;
}
.b-football-club-panel-list-item_obolon {
  display: none;
}
.b-football-club-panel-list-item_zaria .b-football-club-panel-list-item__icon {
  width: 21px;
  background-position: -253px 0;
}
.b-football-club-panel-list-item_zaria .b-football-club-panel-list-item__title {
  left: -4px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_metallist {
  margin: 0 7px 0 8px;
}
.b-football-club-panel-list-item_metallist .b-football-club-panel-list-item__icon {
  width: 25px;
  background-position: -284px 0;
}
.b-football-club-panel-list-item_ilichivec {
  margin: 0 6px;
}
.b-football-club-panel-list-item_ilichivec .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -281px 0;
}
.b-football-club-panel-list-item_karpaty {
  width: 36px;
}
.b-football-club-panel-list-item_karpaty .b-football-club-panel-list-item__icon {
  width: 23px;
  background-position: -346px 0;
}
.b-football-club-panel-list-item_karpaty .b-football-club-panel-list-item__title {
  left: -4px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_metallurgd {
  margin: 0 6px;
}
.b-football-club-panel-list-item_metallurgd .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -359px 0;
}
.b-football-club-panel-list-item_metallurgz {
  margin: 0 3px 0 4px;
}
.b-football-club-panel-list-item_metallurgz .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -358px 0;
}
.b-football-club-panel-list-item_olimpik {
  width: 36px;
  margin: 0 3px 0 4px;
}
.b-football-club-panel-list-item_olimpik .b-football-club-panel-list-item__icon {
  width: 33px;
  background-position: -387px 0;
}
.b-football-club-panel-list-item_olimpik .b-football-club-panel-list-item__title {
  left: 1px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_chernomorets {
  width: 36px;
}
.b-football-club-panel-list-item_chernomorets .b-football-club-panel-list-item__icon {
  width: 28px;
  background-position: -482px 0;
}
.b-football-club-panel-list-item_chernomorets .b-football-club-panel-list-item__title {
  left: -1px;
}
.b-football-club-panel-list-item_shahter {
  width: 36px;
}
.b-football-club-panel-list-item_shahter .b-football-club-panel-list-item__icon {
  width: 23px;
  background-position: -530px 0;
}
.b-football-club-panel-list-item_shahter .b-football-club-panel-list-item__title {
  left: -2px;
  /*fixing blur caused by pixel shift */
}
.b-football-club-panel-list-item_sbornaia {
  width: 36px;
}
.b-football-club-panel-list-item_sbornaia .b-football-club-panel-list-item__icon {
  width: 30px;
  background-position: -574px 0;
}
.b-football-club-panel-details {
  padding: 10px;
  border-top: 1px solid #bfbfc0;
}
.b-football-club-panel-details__image {
  height: 100px;
}
.b-football-club-panel-details__image-outer {
  float: left;
  margin-right: 10px;
}
.b-football-club-panel-details__content {
  color: #333;
}
.b-football-club-panel-details__content-outer {
  overflow: hidden;
}
.b-football-club-panel-details__title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.b-football-club-panel-details__region {
  margin-bottom: 5px;
  font-size: 10px;
}
.b-football-club-panel-details__president {
  font-size: 14px;
  white-space: nowrap;
}
.b-football-club-panel-details__president_post {
  font-weight: bold;
}
.b-football-club-panel-details__trainer {
  margin-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
}
.b-football-club-panel-details__trainer_post {
  font-weight: bold;
}
.b-football-club-panel-details-links {
  white-space: nowrap;
}
.b-football-club-panel-details__dossier {
  margin-right: 5px;
  color: #3d76cc;
  text-decoration: underline;
}
.b-football-club-panel-details__dossier:hover {
  color: #3d76cc;
  text-decoration: underline;
}
.b-football-club-panel-details__site {
  margin-left: 5px;
  color: #3d76cc;
  text-decoration: underline;
}
.b-football-club-panel-details__site:hover {
  color: #3d76cc;
  text-decoration: underline;
}
.b-test__answer-list-item__label_checked {
  border-color: #1c8000;
}
.b-test__answer-list-item__label_checked .b-test__answer-list-item__input:before {
  background: #1c8000;
}
.b-test__answer-list_image .b-test__answer-list-item__label_checked {
  border-color: #1c8000;
}
.b-test__answer-list_image .b-test__answer-list-item__label_checked:hover {
  border-color: #1c8000;
}
.b-test__control-button {
  border-color: #000000;
  background: #1c8000;
}
.b-test__result {
  border-color: #1c8000;
}
.b-blockquote__text:before {
  border-right-color: #1c8000;
}
.b-blockquote__text-outer {
  border-color: #1c8000;
}
.b-tabs {
  border-bottom-color: #1c8000;
}
.b-tabs__list-item__title {
  color: #3d76cc;
}
.b-tabs__list-item_active {
  background-color: #1c8000;
}
.b-tabs__list-item_active .b-tabs__list-item__title {
  font-family: 'PT Sans', Tahoma, Arial, sans-serif;
}
.b-news-feed-list-item__section {
  color: #1c8000;
}
.b-news-feed__showmore {
  border-color: #1c8000;
  color: #1c8000;
}
.b-multimedia-feed-list-item-icon__image-outer {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-multimedia-feed-list-item__caption-outer {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-photo-accent__info {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-news-category__list-item__section {
  color: #1c8000;
}
.b-news-category__list-item__section:hover {
  color: #1c8000;
}
.b-carousel-default {
  position: relative;
  margin-bottom: 20px;
}
.b-carousel-default-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: 0;
  white-space: nowrap;
}
.b-carousel-default-list-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  white-space: normal;
}
.b-carousel-default-list-container {
  overflow: hidden;
}
.b-carousel-default-inner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.b-carousel-default-inner-list-item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.b-carousel-default-inner-list-item + .b-carousel-default-inner-list-item {
  margin-left: 10px;
}
.b-carousel-default-inner-list-item__image {
  display: block;
  width: 320px;
  height: 210px;
}
.b-carousel-default-inner-list-item__image-outer {
  display: block;
}
.b-carousel-default-inner-list-item__title {
  display: inline;
  background-color: #1c8000;
  box-shadow: 5px 0 0 #1c8000, -5px 0 0 #1c8000;
  line-height: 1.4;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
}
.b-carousel-default-inner-list-item__title:hover {
  color: #fff;
  text-decoration: underline;
}
.b-carousel-default-inner-list-item__title-outer {
  position: absolute;
  right: 15px;
  bottom: 10px;
  left: 15px;
  max-height: 60px;
  line-height: 15px;
}
.b-carousel-default__control {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  margin-top: -30px;
  background: #1c8000;
}
.b-carousel-default__control:hover {
  background: #1c8000;
}
.b-carousel-default__control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 40px;
  margin-top: -20px;
  margin-left: -11px;
  color: #fff;
  font-size: 40px;
}
.lt-ie9 .b-carousel-default__control:before {
  content: '';
  border: 0;
  background-position: 0 0;
  background-image: url(img/arrows.png);
}
.b-carousel-default__control_prev {
  left: -10px;
}
.lt-ie9 .b-carousel-default__control_prev:before {
  background-position: 0 0;
}
.b-carousel-default__control_next {
  right: -10px;
}
.lt-ie9 .b-carousel-default__control_next:before {
  background-position: -20px 0;
}
.b-carousel-extended-inner-list-item-info__section {
  color: #1c8000;
}
.b-carousel-extended__control {
  background: #1c8000;
}
.b-carousel-extended__control:hover {
  background: #1c8000;
}
.b-carousel-pager {
  margin-top: 6px;
}
.b-carousel-pager__control.active {
  background: #1c8000;
}
.b-carousel-pager__control.active:hover {
  background: #1c8000;
}
.b-main-news__list-item-label-icon__image-outer {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-main-news__list-item-label__caption-outer {
  background-color: rgba(28, 128, 0, 0.75);
}
.b-before-after-slider {
  background-color: #1c8000;
}
.b-voter__element.selected .b-voter__icon {
  background-color: #1c8000;
}
.b-voter__icon {
  background-color: #1c8000;
}
.b-predictor {
  margin-bottom: 40px;
}
.b-predictor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-predictor-item {
  position: relative;
  border-bottom: 2px solid #bfbfc0;
  background-image: url(img/predictor_bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #333;
}
.b-predictor-item + .b-predictor-item {
  margin-top: 30px;
}
.b-predictor-header {
  position: relative;
}
.b-predictor-header__penalty {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  opacity: 0.8;
}
.b-predictor-header-score {
  margin-left: 5px;
}
.b-predictor__trigger {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 20px;
  width: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #1c8000;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.b-predictor__trigger:before {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b-predictor-team {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100px;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-predictor-team:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-predictor-team + .b-predictor-team:before {
  content: '\003A';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b-predictor-team_left {
  text-align: right;
}
.b-predictor-team_right {
  text-align: left;
}
.b-predictor-team-info {
  display: inline-block;
  vertical-align: middle;
}
.b-predictor-team-logo {
  position: absolute;
  top: 10px;
  height: 100px;
  max-width: 100px;
}
.b-predictor-team-logo__image {
  display: block;
}
.b-predictor-team_left .b-predictor-team-logo {
  left: 10px;
}
.b-predictor-team_right .b-predictor-team-logo {
  right: 10px;
}
.b-predictor-team__name {
  display: inline-block;
  max-width: 176px;
  padding: 0 5px;
  vertical-align: middle;
  white-space: pre-wrap;
}
.b-predictor-team__score {
  display: inline-block;
  margin: 0 10px;
  padding: 2px 0;
  vertical-align: middle;
}
.b-predictor-team-icon {
  display: inline-block;
  vertical-align: middle;
}
.b-predictor-team-icon__image {
  display: block;
}
.b-predictor-match {
  min-height: 35px;
  box-sizing: border-box;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.b-predictor-match__info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.b-predictor-match-label__link {
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #1c8000;
  font-size: 12px;
  color: #fff;
}
.b-predictor-match-label__link:hover {
  color: #fff;
}
.b-predictor-match__info + .b-predictor-match-label:before,
.b-predictor-match__info + .b-predictor-match-timer:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  margin: 0 10px;
  background-color: #bfbfc0;
  vertical-align: middle;
}
.b-predictor-match-timer {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.b-predictor-match-timer__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.b-predictor-match-timer__counter {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  padding: 1px 3px;
  vertical-align: middle;
  background-image: -webkit-linear-gradient(top, #000 0%,#333 50%,#000 100%);
  background-image: -moz-linear-gradient(top, #000 0%,#333 50%,#000 100%);
  background-image: linear-gradient(to bottom, #000 0%,#333 50%,#000 100%);
  font-weight: bold;
}
.b-predictor-match-timer__counter:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.b-predictor-match-timer__counter + .b-predictor-match-timer__counter {
  margin-left: 1px;
}
.b-predictor-match-timer__counter + .b-predictor-match-timer__text {
  margin-left: 3px;
}
.b-predictor-venture {
  overflow: hidden;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 16px;
}
.b-predictor-venture__title {
  margin-bottom: 10px;
  font-size: 14px;
}
.b-predictor-venture__rate {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
.b-predictor-venture__rate:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 16px;
  width: 16px;
  background-image: url(img/predictor_icons.png);
  background-position: -95px 0;
}
.b-predictor-venture__rate_win {
  color: #1c8000;
}
.b-predictor-venture__rate_win:before {
  background-position: -31px 0;
}
.b-predictor-venture__rate_half {
  color: #1c8000;
}
.b-predictor-venture__rate_half:before {
  background-position: -47px 0;
}
.b-predictor-venture__rate_loss {
  color: #c80000;
}
.b-predictor-venture__rate_loss:before {
  background-position: -79px 0;
}
.b-predictor-venture__rate_chance:before {
  background-position: -63px 0;
}
.b-predictor-venture__rate.is-closed {
  color: #bfbfc0;
}
.b-predictor-score {
  display: inline-block;
  width: 30%;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.b-predictor-score-table {
  margin-bottom: 10px;
}
.b-predictor-score__result {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  border: 1px solid #dcddde;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 3px 0 4px;
  outline: none;
}
.b-predictor-score__result[disabled] {
  background-color: #dcddde;
  color: #999999;
}
.b-predictor-leader {
  display: inline-block;
  width: 40%;
  padding: 15px 10px;
  border-width: 0 1px;
  border-color: #fff;
  border-style: solid;
  box-sizing: border-box;
  vertical-align: top;
}
.b-predictor-leader-goal {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.b-predictor-leader-goal-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.b-predictor-leader-goal-item + .b-predictor-leader-goal-item {
  margin-left: 12px;
}
.b-predictor-leader-goal__checkbox {
  position: relative;
  opacity: 0;
  z-index: 10;
  margin: 8px 4px 8px 4px;
}
.b-predictor-leader-goal__checkbox:checked + .b-predictor-leader-goal__visual:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #333;
}
.b-predictor-leader-goal__checkbox[disabled] + .b-predictor-leader-goal__visual {
  background-color: #dcddde;
}
.b-predictor-leader-goal__checkbox[disabled] + .b-predictor-leader-goal__visual:after {
  background-color: #bfbfc0;
}
.b-predictor-leader-goal__visual {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 16px;
  height: 16px;
  border: 1px solid #dcddde;
  border-radius: 50%;
  background-color: #fff;
}
.b-predictor-social {
  display: inline-block;
  width: 30%;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.b-predictor-social-buttons {
  margin-bottom: 20px;
}
.b-predictor-social__link {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 24px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
.b-predictor-social__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 8px;
  height: 12px;
  background-image: url(img/social_sprite.png);
}
.b-predictor-social__link + .b-predictor-social__link {
  margin-left: 8px;
}
.b-predictor-social__link_fb {
  background-color: #95aad8;
}
.b-predictor-social__link_fb:hover {
  background-color: #39579b;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
.b-predictor-social__link_fb:before {
  background-position: -8px 0;
}
.b-predictor-social__link_fb.b-predictor-social__link_shared {
  background-color: #39579b;
  cursor: default;
}
.b-predictor-social__link_vk {
  background-color: #9cb4d1;
}
.b-predictor-social__link_vk:hover {
  background-color: #436791;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
.b-predictor-social__link_vk:before {
  background-position: 0 0;
}
.b-predictor-social__link_vk.b-predictor-social__link_shared {
  background-color: #436791;
  cursor: default;
}
.b-predictor-social__link_disabled {
  background-color: #dcddde;
  cursor: default;
}
.b-predictor-social__link_disabled:hover {
  background-color: #dcddde;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
.b-predictor-resume {
  padding: 12px 12px 18px;
  border-top: 1px solid #fff;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 18px;
}
.b-predictor-resume__submit {
  display: inline-block;
  color: #1c8000;
}
.b-predictor-resume__end {
  display: inline-block;
  color: #c80000;
}
.b-predictor-resume__score {
  display: inline-block;
  margin-left: 6px;
  color: #1c8000;
}
.b-predictor-resume__zero {
  display: inline-block;
  margin-left: 6px;
  color: #c80000;
}
.b-predictor-resume__sum {
  display: inline-block;
}
.b-predictor-item.is-closed .b-predictor-resume {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.b-predictor-item.is-closed .b-predictor-resume__score {
  color: #fff;
}
.b-predictor-item.is-closed .b-predictor-resume__zero {
  color: #fff;
}
.is-closed .b-predictor__trigger:before {
  content: '\25bc';
  top: 50%;
}
.b-title-slider {
  position: relative;
  margin-bottom: 20px;
}
.b-title-slider-viewport {
  overflow: hidden;
}
.b-title-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.b-title-slider-item {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
}
.b-title-slider-item_current {
  width: 300px;
  padding: 0;
  text-align: center;
}
.b-title-slider-item_next {
  text-align: right;
}
.b-title-slider-item__pubdate {
  color: #1c8000;
}
.b-title-slider-item_current .b-title-slider-item__header {
  font-size: 18px;
  font-weight: bold;
}
.b-title-slider__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 24px;
  height: 32px;
  background-color: #1c8000;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.b-title-slider__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b-title-slider__button_prev {
  left: -14px;
}
.b-title-slider__button_next {
  right: -14px;
}
.b-score {
  position: relative;
  height: 180px;
  margin-bottom: 10px;
  padding: 13px;
  box-sizing: border-box;
  background: url(img/predictor_cover.jpg);
}
.b-score_finish {
  background: url(img/winner_bg.jpg);
}
.b-score-personal {
  max-width: 605px;
}
.b-score-personal-figure {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 2px;
}
.b-score-personal-figure__image {
  display: block;
}
.b-score-personal-data {
  display: inline-block;
  vertical-align: top;
  max-width: 510px;
}
.b-score-personal-data__name {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}
.b-score-personal-data-value {
  margin-top: 5px;
}
.b-score-personal-data-value__icon {
  display: inline-block;
  vertical-align: baseline;
  width: 19px;
  height: 13px;
  margin-right: 10px;
  background: url(img/predictor_icons.png);
  background-position: -12px 0;
}
.b-score-personal-data-value__number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 24px;
  font-weight: bold;
  color: #989897;
}
.b-score-scale {
  width: 605px;
  margin: 5px 0 3px;
}
.b-score-scale-current {
  max-width: 50px;
  margin-left: 350px;
}
.b-score-scale-current__anchor {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 20px;
  margin-right: 5px;
  background: url(img/predictor_icons.png);
}
.b-score-scale-current__number {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
}
.b-score-scale-line {
  width: 100%;
  height: 5px;
  margin: 3px 0 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.b-score-scale-line__active {
  width: 440px;
  height: 100%;
  background-color: #1c8000;
  background-image: -webkit-linear-gradient(right, #1c8000, #c7e0e8);
  background-image: -moz-linear-gradient(right, #1c8000, #c7e0e8);
  background-image: linear-gradient(right, #1c8000, #c7e0e8);
}
.b-score-scale-values {
  width: 100%;
  font-size: 12px;
  color: #b3b3b3;
}
.b-score-scale-values__min {
  float: left;
}
.b-score-scale-values__max {
  float: right;
}
.b-score-scale-values:after {
  content: '';
  display: table;
  clear: both;
}
.b-score-nav {
  position: absolute;
  bottom: 8px;
}
.b-score-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-score-nav-list-item {
  display: inline-block;
  padding-right: 6px;
}
.b-score-nav-list-item__link {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
}
.b-score-nav-list-item__link:hover {
  color: #b3b3b3;
}
.b-score-nav-list-item__link_active {
  color: #fff;
}
.b-score-nav-list-item__link_active:hover {
  color: #fff;
}
.b-score-nav-list-item + .b-score-nav-list-item {
  padding-left: 6px;
  border-left: 1px solid #b3b3b3;
}
.b-score-winner {
  display: none;
  position: absolute;
  top: 3px;
  right: 73px;
  text-align: center;
}
.b-score-winner__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.b-score-winner-info {
  margin-top: 40px;
}
.b-score-winner__icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 2px;
  border: 2px solid #fff;
  border-radius: 2px;
  background: url(img/winner_icon.jpg);
  background-size: cover;
}
.b-score-winner__name {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.b-predictor-raiting {
  position: relative;
  margin-bottom: 20px;
}
.b-predictor-raiting-table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 2px solid #bfbfc0;
  font-size: 14px;
}
.b-predictor-raiting-table + .b-predictor-raiting-table {
  margin-top: 20px;
}
.b-predictor-raiting-table-header {
  padding: 8px;
  font-weight: bold;
}
.b-predictor-raiting-table-cell {
  height: 34px;
  padding: 6px 0 6px 8px;
}
.b-predictor-raiting-table-cell_clear {
  padding: 0;
}
.b-predictor-raiting-table-row {
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}
.b-predictor-raiting-table-row.is-fixed {
  position: fixed;
}
.b-predictor-raiting-table-row.is-hidden {
  display: none;
}
.b-predictor-raiting-table-row_own {
  background-color: #d7d8d9;
  font-weight: bold;
}
.b-predictor-raiting-table-row_dropdown {
  cursor: pointer;
  border: 0;
}
.b-predictor-raiting-table_sub {
  border-bottom: none;
}
.b-predictor-raiting-table_sub .b-predictor-raiting-table-row {
  border: none;
}
.b-predictor-raiting-table_sub .is-opened {
  border-bottom: 1px solid #fff;
}
.b-predictor-raiting__avatar {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
}
.b-predictor-raiting__indicator {
  display: inline-block;
  width: 12px;
}
.b-predictor-raiting__indicator:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
}
.b-predictor-raiting__indicator_up:after {
  border-bottom: 8px solid #1c8000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.b-predictor-raiting__indicator_down:after {
  border-top: 8px solid #c80000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.b-predictor-raiting__trigger {
  position: relative;
  padding-left: 48px;
}
.b-predictor-raiting__trigger:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  border-left: 8px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.is-opened .b-predictor-raiting__trigger:before {
  left: 8px;
  margin-top: -2px;
  border-top: 8px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
}
.b-predictor-raiting__score {
  display: block;
  text-align: center;
}
.b-predictor-raiting-total {
  padding: 4px 0;
  border-bottom: 2px solid #0e4000;
}
.b-predictor-raiting-total__sum {
  font-size: 12px;
}
.b-predictor-raiting-button {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 50px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: 0 3px 0 0 #0e4000, 0 1px 0 0 #000;
  cursor: pointer;
}
.b-predictor-raiting-button__text {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.b-predictor-raiting__link {
  color: #3d76cc;
}
.b-predictor-output {
  margin-bottom: 20px;
  border-bottom: 2px solid #bfbfc0;
  background-image: url(img/predictor_bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.b-predictor-output-table {
  padding: 20px;
}
.b-predictor-output-col {
  display: inline-block;
  width: 50%;
  padding: 0 20px 10px;
  vertical-align: top;
  box-sizing: border-box;
}
.b-predictor-output-col:first-child {
  border-right: 2px solid #fff;
}
.b-predictor-output__header {
  margin-bottom: 26px;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-predictor-output-result {
  text-align: center;
  color: #fff;
}
.b-predictor-output-result + .b-predictor-output-result {
  margin-top: 10px;
}
.b-predictor-output-result__text {
  font-size: 14px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-predictor-output-result__sum {
  display: inline-block;
  font-size: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-predictor-output-result__text + .b-predictor-output-result__sum {
  margin-left: 6px;
}
.b-predictor-output-result__none {
  padding: 10px 32px;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-predictor-output-footer {
  padding: 28px 0;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
}
.b-predictor-output__promo {
  font-size: 24px;
}
.b-predictor-output-button {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 14px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: 0 3px 0 0 #0e4000, 0 1px 0 0 #000;
  cursor: pointer;
}
.b-predictor-output-button__text {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.b-predictor-notice {
  margin-bottom: 20px;
  border-bottom: 2px solid #bfbfc0;
  background-image: url(img/predictor_bg.png);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.b-predictor-notice-greet {
  width: 100%;
  height: 490px;
  margin-bottom: 20px;
  padding: 40px 100px 0;
  box-sizing: border-box;
}
.b-predictor-notice-greet__title {
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.b-predictor-notice-greet-winners__img {
  width: 82px;
  height: 70px;
  margin: 30px auto;
  background: url(img/winners.png) no-repeat;
}
.b-predictor-notice-greet-places-winner {
  color: #fff;
}
.b-predictor-notice-greet-places-winner_1st {
  font-size: 32px;
}
.b-predictor-notice-greet-places-winner_2nd,
.b-predictor-notice-greet-places-winner_3rd {
  font-size: 24px;
}
.b-predictor-notice-greet-places__points {
  display: block;
  margin: 15px 0 20px;
  font-size: 16px;
  color: #fff;
}
.b-predictor-notice-inner {
  padding: 56px 114px;
  background: rgba(0, 0, 0, 0.5);
}
.b-predictor-notice__text {
  padding: 0 8px 54px;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  color: #fff;
}
.b-predictor-notice-button {
  display: inline-block;
  margin-top: 54px;
  padding: 4px 14px;
  border-radius: 4px;
  background-color: #1c8000;
  box-shadow: 0 3px 0 0 #0e4000, 0 1px 0 0 #000;
  cursor: pointer;
}
.b-predictor-notice-button__text {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.b-stickers {
  position: relative;
  margin-bottom: 20px;
  background-image: url(img/predictor_bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.b-stickers-header {
  position: relative;
  top: 0;
  left: -15px;
  padding: 2px 12px;
  background-color: rgba(0, 0, 0, 0.8);
}
.b-stickers-header:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
}
.b-stickers-header__text {
  font-size: 14px;
  text-transform: uppercase;
}
.b-stickers-container {
  margin-top: 24px;
  padding: 10px;
}
.b-stickers-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 15px;
}
.b-stickers-list-item {
  display: inline-block;
  width: 58px;
  margin: 0px 17px 50px 22px;
  vertical-align: top;
}
.b-stickers-figure {
  position: relative;
  width: 58px;
  height: 58px;
  background-image: url(img/predictor/plushki_sprite5.png);
  background-repeat: no-repeat;
  /*&_active {
      -ms-background-position-x: 0;
          background-position-x: 0;
      }*/
}
.b-stickers-figure__title {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
  margin-left: 13px;
  padding: 0 6px 4px;
  text-align: left;
  background: #fff;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 9px -2px #333;
  white-space: nowrap;
  z-index: 1;
}
.lt-ie10 .b-stickers-figure__title {
  width: 120px;
  margin-left: -70px;
  text-align: center;
}
.b-stickers-figure__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  margin-top: -7px;
  background: #fff;
  box-shadow: 0 0 9px -2px #333;
  transform: rotate(45deg);
  z-index: -2;
}
.b-stickers-figure__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 13px;
  margin-left: 5px;
  background: #fff;
  z-index: -1;
}
.b-stickers-figure__description {
  padding: 5px;
  font-size: 12px;
  position: absolute;
  width: 100px;
  left: 0;
  top: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 50%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-stickers-figure:hover .b-stickers-figure__title {
  display: inline-block;
}
.b-stickers-figure_shadowleague {
  background-position: -58px 0;
}
.b-stickers-figure_shadowbeginner {
  background-position: -58px -348px;
}
.b-stickers-figure_shadowamateur {
  background-position: -58px -406px;
}
.b-stickers-figure_shadowprofi {
  background-position: -58px -464px;
}
.b-stickers-figure_shadowshooter {
  background-position: -58px -522px;
}
.b-stickers-figure_shadowsniper {
  background-position: -58px -580px;
}
.b-stickers-figure_shadowwall {
  background-position: -58px -638px;
}
.b-stickers-figure_shadowhammer {
  background-position: -58px -696px;
}
.b-stickers-figure_shadowpacifa {
  background-position: -58px -754px;
}
.b-stickers-figure_shadowhelmet {
  background-position: -58px -812px;
}
.b-stickers-figure_shadowboot {
  background-position: -58px -870px;
}
.b-stickers-figure_shadowbombarder {
  background-position: -58px -928px;
}
.b-stickers-figure_shadowdestroyer {
  background-position: -58px -986px;
}
.b-stickers-figure_shadowcup {
  background-position: -58px -174px;
}
.b-stickers-figure_shadowround {
  background-position: -58px -232px;
}
.b-stickers-figure_1000bets {
  background-position: -58px -1856px;
}
.b-stickers-figure_1000bets.b-stickers-figure_active {
  background-position: 0 -1856px;
}
.b-stickers-figure_500bets {
  background-position: -58px -1798px;
}
.b-stickers-figure_500bets.b-stickers-figure_active {
  background-position: 0 -1798px;
}
.b-stickers-figure_100bets {
  background-position: -58px -1740px;
}
.b-stickers-figure_100bets.b-stickers-figure_active {
  background-position: 0 -1740px;
}
.b-stickers-figure_50bets {
  background-position: -58px -1682px;
}
.b-stickers-figure_50bets.b-stickers-figure_active {
  background-position: 0 -1682px;
}
.b-stickers-figure_5bets {
  background-position: -58px -1624px;
}
.b-stickers-figure_5bets.b-stickers-figure_active {
  background-position: 0 -1624px;
}
.b-stickers-figure_onebet {
  background-position: -58px -1566px;
}
.b-stickers-figure_onebet.b-stickers-figure_active {
  background-position: 0 -1566px;
}
.b-stickers-figure_10000 {
  background-position: -58px -1508px;
}
.b-stickers-figure_10000.b-stickers-figure_active {
  background-position: 0 -1508px;
}
.b-stickers-figure_5000 {
  background-position: -58px -1450px;
}
.b-stickers-figure_5000.b-stickers-figure_active {
  background-position: 0 -1450px;
}
.b-stickers-figure_2000 {
  background-position: -58px -1392px;
}
.b-stickers-figure_2000.b-stickers-figure_active {
  background-position: 0 -1392px;
}
.b-stickers-figure_1000 {
  background-position: -58px -1334px;
}
.b-stickers-figure_1000.b-stickers-figure_active {
  background-position: 0 -1334px;
}
.b-stickers-figure_500 {
  background-position: -58px -1276px;
}
.b-stickers-figure_500.b-stickers-figure_active {
  background-position: 0 -1276px;
}
.b-stickers-figure_100 {
  background-position: -58px -1218px;
}
.b-stickers-figure_100.b-stickers-figure_active {
  background-position: 0 -1218px;
}
.b-stickers-figure_50 {
  background-position: -58px -1160px;
}
.b-stickers-figure_50.b-stickers-figure_active {
  background-position: 0 -1160px;
}
.b-stickers-figure_5 {
  background-position: -58px -1102px;
}
.b-stickers-figure_5.b-stickers-figure_active {
  background-position: 0 -1102px;
}
.b-stickers-figure_whistle {
  background-position: -58px -1044px;
}
.b-stickers-figure_whistle.b-stickers-figure_active {
  background-position: 0 -1044px;
}
.b-stickers-figure_destroyer {
  background-position: -58px -986px;
}
.b-stickers-figure_destroyer.b-stickers-figure_active {
  background-position: 0 -986px;
}
.b-stickers-figure_bombarder {
  background-position: -58px -928px;
}
.b-stickers-figure_bombarder.b-stickers-figure_active {
  background-position: 0 -928px;
}
.b-stickers-figure_boot {
  background-position: -58px -870px;
}
.b-stickers-figure_boot.b-stickers-figure_active {
  background-position: 0 -870px;
}
.b-stickers-figure_helmet {
  background-position: -58px -812px;
}
.b-stickers-figure_helmet.b-stickers-figure_active {
  background-position: 0 -812px;
}
.b-stickers-figure_pacifa {
  background-position: -58px -754px;
}
.b-stickers-figure_pacifa.b-stickers-figure_active {
  background-position: 0 -754px;
}
.b-stickers-figure_hammer {
  background-position: -58px -696px;
}
.b-stickers-figure_hammer.b-stickers-figure_active {
  background-position: 0 -696px;
}
.b-stickers-figure_wall {
  background-position: -58px -638px;
}
.b-stickers-figure_wall.b-stickers-figure_active {
  background-position: 0 -638px;
}
.b-stickers-figure_sniper {
  background-position: -58px -580px;
}
.b-stickers-figure_sniper.b-stickers-figure_active {
  background-position: 0 -580px;
}
.b-stickers-figure_shooter {
  background-position: -58px -522px;
}
.b-stickers-figure_shooter.b-stickers-figure_active {
  background-position: 0 -522px;
}
.b-stickers-figure_profi {
  background-position: -58px -464px;
}
.b-stickers-figure_profi.b-stickers-figure_active {
  background-position: 0 -464px;
}
.b-stickers-figure_amateur {
  background-position: -58px -406px;
}
.b-stickers-figure_amateur.b-stickers-figure_active {
  background-position: 0 -406px;
}
.b-stickers-figure_beginner {
  background-position: -58px -348px;
}
.b-stickers-figure_beginner.b-stickers-figure_active {
  background-position: 0 -348px;
}
.b-stickers-figure_league3 {
  background-position: -58px -290px;
}
.b-stickers-figure_league3.b-stickers-figure_active {
  background-position: 0 -290px;
}
.b-stickers-figure_league2 {
  background-position: -58px -232px;
}
.b-stickers-figure_league2.b-stickers-figure_active {
  background-position: 0 -232px;
}
.b-stickers-figure_league1 {
  background-position: -58px -174px;
}
.b-stickers-figure_league1.b-stickers-figure_active {
  background-position: 0 -174px;
}
.b-stickers-figure_1st {
  background-position: -58px -116px;
}
.b-stickers-figure_1st.b-stickers-figure_active {
  background-position: 0 -116px;
}
.b-stickers-figure_2nd {
  background-position: -58px -58px;
}
.b-stickers-figure_2nd.b-stickers-figure_active {
  background-position: 0 -58px;
}
.b-stickers-figure_3rd {
  background-position: -58px 0px;
}
.b-stickers-figure_3rd.b-stickers-figure_active {
  background-position: 0 0px;
}
.b-stickers-figure_hidden {
  background: none;
}
.b-stickers__capture {
  font-size: 12px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-stickers-showmore {
  padding: 14px 0 18px;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.b-stickers-showmore__text {
  font-size: 18px;
}
