/* CDN */
/* images path */
/* icons */
/* sports colors */
/* sport118 */
/* sport152 */
/* sport169 */
/* sport178 */
/* sport38  */
/* sport55  */
/* sport45  */
/* sport117 */
/* sport195 */
/* tech colors */
/* fonts */
/* site width */
/* bootstrap */
/* media queries */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* Стили для сетки */
.grid- {
  /* отрицательное */
}
.grid-margin-20-15 {
  margin: 20px 15px;
}
.grid-margin-top-10 {
  margin-top: 10px;
}
.grid-margin-top-15 {
  margin-top: 15px;
}
.grid-margin-top-20 {
  margin-top: 20px;
}
.grid-margin-top-25 {
  margin-top: 25px;
}
.grid-margin-bottom-20 {
  margin-bottom: 20px;
}
.grid-margin-bottom-15 {
  margin-bottom: 15px;
}
.grid-margin-bottom-10 {
  margin-bottom: 10px;
}
.grid-margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.grid-margin-left-right-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.grid-padding-20-15 {
  padding: 20px 15px;
}
.grid-padding-top-20 {
  padding-top: 20px;
}
.grid-padding-bottom-20 {
  padding-bottom: 20px;
}
.grid-padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-negative-margin-top-bottom-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.grid-negative-margin-top-10 {
  margin-top: -10px !important;
}
.grid-negative-margin-top-15 {
  margin-top: -15px !important;
}
.grid-negative-margin-top-20 {
  margin-top: -20px !important;
}
.grid-negative-margin-top-25 {
  margin-top: -25px !important;
}
.grid-negative-margin-top-30 {
  margin-top: -30px !important;
}
.grid-negative-margin-bottom-10 {
  margin-bottom: -10px !important;
}
.grid-negative-margin-bottom-15 {
  margin-bottom: -15px !important;
}
.grid-negative-margin-bottom-20 {
  margin-bottom: -20px !important;
}
.grid-negative-margin-bottom-25 {
  margin-bottom: -25px !important;
}
.grid-negative-margin-bottom-30 {
  margin-bottom: -30px !important;
}
.grid-negative-margin-left-right-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.grid-negative-margin-left-15 {
  margin-left: -15px !important;
}
.grid-negative-margin-right-15 {
  margin-right: -15px !important;
}
.grid-botder-top-bottom-15 {
  border-top: 15px solid #e8e8e8;
  border-bottom: 15px solid #e8e8e8;
}
.grid-botder-top-bottom-15 + .grid-botder-top-bottom-15 {
  border-top: 0;
}
.grid-two-line-inset {
  position: relative;
}
.grid-two-line-inset:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 33.33333333%;
  width: 1px;
  background-color: #e8e8e8;
}
.grid-two-line-inset:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  right: 33.33333333%;
  width: 1px;
  background-color: #e8e8e8;
}
/* Глобальные стили */
.global-rubric-title {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 29px;
  font-weight: 400;
}
.global-components-title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.global-components-title a:hover {
  text-decoration: none;
}
.global-title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
.global-calendar-in-title {
  display: inline-block;
  color: #008bd7;
  line-height: 1;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.global-more-button {
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.global-more-button:hover {
  text-decoration: none;
}
.global-more-button:hover span {
  border-bottom-color: transparent;
}
.global-more-button:after {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  content: '';
}
.global-more-button span {
  font-size: 14px;
  font-weight: 900;
  color: #999999;
  border-bottom: 1px dashed;
}
.global-game-team-hover {
  background-color: #e4f18e !important;
}
.global-winner-color {
  color: #578e21;
}
.global-draw-color {
  color: #ba5c00;
}
/* Глобальные стили таблиц */
.global-table {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: normal;
  border-collapse: collapse;
  border-spacing: 0;
}
.global-table > thead > tr {
  display: table-row;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
}
.global-table > thead > tr > td {
  padding: 7px 3px;
  color: #999999;
  text-align: left;
}
.global-table > tbody > tr {
  display: table-row;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.global-table > tbody > tr:not(.break):hover {
  background-color: #f3f3f3;
}
.global-table > tbody > tr.clickable > td {
  padding: 0;
}
.global-table > tbody > tr.clickable > td a {
  padding: 7px 3px;
}
.global-table > tbody > tr.break > td {
  padding: 0;
  font-weight: bold;
  text-align: center;
}
.global-table > tbody > tr > td {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 7px 3px;
  color: #000000;
  text-align: left;
  border: none;
  background: none;
}
.global-table > tbody > tr > td a {
  display: block;
  padding: 0;
  color: #000000;
}
.global-table > tbody > tr > td a:hover {
  text-decoration: none;
}
.global-table > tbody > tr > td a:visited {
  color: #000000;
}
.global-table > tbody > tr > td.table-link a {
  color: #008bd7;
}
.global-table > tbody > tr > td.table-link a:visited {
  color: #008bd7;
}
.global-table-color-tr-lime > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
.global-table-color-tr-lime > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
.global-table-color-tr-lime > tbody > tr:hover {
  background-color: #f3f3f3;
}
.global-table-color-tr-grey > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
.global-table-color-tr-grey > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
.global-table-color-tr-grey > tbody > tr:hover {
  background-color: #f7fdee;
}
/* Разница размещения компонентов в левой и правой колонках */
div[class*="_Sportbox_Spb2015_Components_"] {
  /* Левая колонка (Контент) */
  /* Правая колонка */
}
#left-column div[class*="_Sportbox_Spb2015_Components_"] > .title {
  margin-bottom: 10px;
  text-align: left;
}
#right-column div[class*="_Sportbox_Spb2015_Components_"] .global-title {
  text-align: center;
}
#right-column div[class*="_Sportbox_Spb2015_Components_"] > .title {
  margin-bottom: 15px;
  text-align: center;
}
#right-column div[class*="_Sportbox_Spb2015_Components_"] > .global-table-box {
  margin-left: -15px;
  margin-right: -15px;
}
div[class*="_Sportbox_Spb2015_Components_"] > .title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div[class*="_Sportbox_Spb2015_Components_"] > .title a:hover {
  text-decoration: none;
}
/* Стили левой колонки */
#left-column > .row:first-child > [class*="grid-margin"]:first-child {
  margin-top: 0;
}
.ads-marking {
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
  font-size: 11px;
  cursor: help;
  text-transform: capitalize;
}
.ads-marking.is-hidden {
  display: none;
}
.ads-marking_main-events {
  position: absolute;
  right: 10px;
  font-size: 8px;
}
.ads-marking_main-events .ads-marking__icon {
  width: 9px;
  height: 9px;
}
.ads-marking_results .ads-marking-tooltip-popup {
  right: 50%;
  transform: translate(50%, 0);
  width: 100%;
}
.ads-marking_results .ads-marking-tooltip-popup::after {
  left: 90%;
}
.ads-marking__icon {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: text-top;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13 13-5.8 13-13S23.2 3 16 3zm1.9 20.6c0 .8-.6 1.4-1.5 1.4h-.7c-.8 0-1.5-.6-1.5-1.4v-.7c0-.8.6-1.4 1.5-1.4h.7c.8 0 1.5.6 1.5 1.4v.7zm-.1-5.9c-.1.7-.6 1.2-1.4 1.2h-.6c-.7 0-1.4-.5-1.4-1.2l-.5-10.2c0-.8.6-1.4 1.4-1.4H17c.8 0 1.4.6 1.4 1.4l-.6 10.2z" fill="none"/><path d="M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0zm0 29C8.8 29 3 23.2 3 16S8.8 3 16 3s13 5.8 13 13-5.8 13-13 13z"/><path d="M16.9 6.1h-1.7c-.8 0-1.4.6-1.4 1.4l.6 10.3c0 .7.6 1.2 1.4 1.2h.6c.7 0 1.3-.5 1.4-1.2l.6-10.3c-.1-.8-.6-1.4-1.5-1.4zm-.5 15.5h-.7c-.8 0-1.5.6-1.5 1.4v.7c0 .8.6 1.4 1.5 1.4h.7c.8 0 1.5-.6 1.5-1.4V23c0-.8-.7-1.4-1.5-1.4z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ads-marking-tooltip-popup {
  position: absolute;
  bottom: 20px;
  background-color: #e8e8e8;
  color: black;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
}
.ads-marking-tooltip-popup.is-hidden {
  display: none;
}
.ads-marking-tooltip-popup::after {
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: #e8e8e8 transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.AdFoxBranding {
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-attachment: scroll;
}
@media all and (max-width: 1038px) {
  .AdFoxBranding {
    margin-top: 0 !important;
  }
}
.AdFoxBranding__top-iframe {
  left: 50%;
  margin-left: -567px;
  border: none;
  top: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 1134px;
}
.AdFoxBranding__top-iframe-full_width {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.AdFoxBranding__bottom-iframe {
  border: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.AdFoxBranding__top-link {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.AdFoxBranding__bottom-link {
  display: block;
}
.AdFoxBranding__bottom-img {
  display: block;
  max-width: 100%;
}
._Sportbox_Spb2015_Components_GameRow_GameRow {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
}
._Sportbox_Spb2015_Components_GameRow_GameRow_with-tournament {
  border-top: 0;
}
._Sportbox_Spb2015_Components_GameRow_GameRow:hover {
  background-color: #edf5e6;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .live-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #ffefe5;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-left {
  width: 42%;
  text-align: right;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-left .icons {
  text-align: left;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-left .flag {
  padding-left: 3px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center {
  width: 16%;
  height: 20px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span.mdash.gray {
  color: #999999;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span.score {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span.time {
  font-size: 10px;
  color: #999999;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span.time sup {
  margin-left: 2px;
  font-size: 7px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-center > span.time .year {
  display: block;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-right {
  width: 42%;
  text-align: left;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-right .icons {
  text-align: right;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div.box-right .flag {
  padding-right: 3px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div .winner {
  color: #578e21;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games > div .draw {
  color: #ba5c00;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row {
  display: table;
  width: 100%;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row.single:before {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
  height: 20px;
  content: '';
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row.single:before .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row.single:before .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row.single > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row.single > div.flag img {
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .place {
  width: 20px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .icons {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .icons .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .icons .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .name {
  display: table-cell;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .flag {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .games .table-row .flag img {
  display: block;
  width: 18px;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .comment {
  position: relative;
  font-size: 11px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_GameRow_GameRow .comment b {
  color: #000000;
}
.main-events-game__tournament + ._Sportbox_Spb2015_Components_GameRow_GameRow {
  border-top: 0;
}
._Sportbox_Spb2015_Components_TableGames_TableGames {
  position: relative;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .games-date-group {
  z-index: 1;
  position: absolute;
  left: 0;
  margin-top: -3px;
  padding-right: 5px;
  font-size: 10px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .games-date-group:before {
  z-index: -1;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row:hover {
  background-color: #edf5e6;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .live-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #ffefe5;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-left {
  width: 42%;
  text-align: right;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-left .icons {
  text-align: left;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-left .flag {
  padding-left: 3px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center {
  width: 16%;
  height: 20px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center > span.score {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center > span.time {
  font-size: 10px;
  color: #999999;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center > span.time sup {
  margin-left: 2px;
  font-size: 7px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-center > span.time .year {
  display: block;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-right {
  width: 42%;
  text-align: left;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-right .icons {
  text-align: right;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div.box-right .flag {
  padding-right: 3px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div .winner {
  color: #578e21;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games > div .draw {
  color: #ba5c00;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row {
  display: table;
  width: 100%;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row.single:before {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
  height: 20px;
  content: '';
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row.single:before .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row.single:before .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row.single > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row.single > div.flag img {
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .place {
  width: 20px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .icons {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .icons .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .icons .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .name {
  display: table-cell;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .flag {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .games .table-row .flag img {
  display: block;
  width: 18px;
}
._Sportbox_Spb2015_Components_TableGames_TableGames .game-row .comment {
  position: relative;
  font-size: 11px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_OtherGamesInGamePageBlock_OtherGamesInGamePageBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats__title_logo {
  display: none;
  height: 40px;
  text-align: center;
  vertical-align: top;
  width: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats__title_logo {
    display: block;
  }
  ._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats__title_logo img {
    max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
  }
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats__title_text {
  display: block;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .game-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #000000;
  white-space: normal;
  font-size: 12px;
  font-weight: bold;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .comparative-bar {
  height: 12px;
  background: #d3efad;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .comparative-bar__value {
  height: 12px;
  background: #3687d2;
}
._Sportbox_Spb2015_Components_GameStatisticsInGamePageBlock_GameStatisticsInGamePageBlock .comparative-bar__splitter {
  background: white;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .title a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .list .group-name {
  margin-top: 15px;
  padding: 8px 0;
  font-size: 9px;
  font-weight: normal;
  color: #999;
  text-align: left;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .button {
  margin-top: 15px;
}
._Sportbox_Spb2015_Components_TourGamesBlock_TourGamesBlock .button a {
  display: inline-block;
  padding: 8px 15px;
  color: #000000;
  text-decoration: none;
  border: #e6e6e6 solid 1px;
  border-radius: 3px;
}
._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
#right-column ._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
#right-column ._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
#right-column ._Sportbox_Spb2015_Components_RatingTableBlock_RatingTableBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .title a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .list .group-name {
  margin-top: 15px;
  padding: 8px 0;
  font-size: 9px;
  font-weight: normal;
  color: #999;
  text-align: left;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .button {
  margin-top: 15px;
}
._Sportbox_Spb2015_Components_CurrentGamesBlock_CurrentGamesBlock .button a {
  display: inline-block;
  padding: 8px 15px;
  color: #000000;
  text-decoration: none;
  border: #e6e6e6 solid 1px;
  border-radius: 3px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock {
  position: relative;
  margin: 10px 0;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container {
  display: table;
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .input-container,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container {
  display: table-cell;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .input-container {
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container {
  padding-left: 5px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container button {
  display: block;
  width: 70px;
  height: 28px;
  padding: 0 0 1px;
  text-align: center;
  border: none;
  background: #000;
  background: linear-gradient(to bottom, #666666 0%, #000000 100%);
  color: #fff;
  cursor: pointer;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query {
  width: 100%;
  height: 28px;
  padding: 0 27px 0 5px;
  color: #000;
  border: 1px solid #ccc;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-submit {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url("/sites/all/libraries/design/_spbver2796_/sportbox2015/icons.png") no-repeat -15px -22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample em {
  font-style: normal;
  color: #000;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-advanced-link {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link {
  margin: 1px 0 0;
  font-size: 24px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link:hover {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-advanced-link {
  margin-left: 15px;
  font-size: 12px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search {
  margin: 20px 0;
  font-size: 12px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label {
  display: block;
  padding: 4px 6px 8px;
  margin-left: -5px;
  font-weight: normal;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label.bold {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label:hover {
  background: #f7f7f7;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label input {
  margin-right: 4px;
  vertical-align: -2px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label span {
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-types {
  margin-bottom: 30px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-types-select {
  margin-left: 22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar {
  margin-top: 10px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date {
  display: inline-block;
  margin-left: 1px;
  vertical-align: baseline;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date input {
  width: 90px;
  padding: 5px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date div {
  padding: 0 0 6px 6px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics .letter {
  color: #999;
  float: left;
  margin: 8px 0 0 3px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics-col {
  margin: 5px 0 0 0;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics-col div {
  margin: 0 0 25px 22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead {
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead .tt-suggestion {
  padding: 4px 10px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead .tt-suggestion:hover {
  background: #337ab7;
  color: #fff;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head {
  position: relative;
  margin-bottom: 7px;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head.no-sport-titles {
  margin-bottom: 20px;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head.active {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .title {
  display: block;
  float: left;
  margin-right: 15px;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .title a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .head-menu {
  display: block;
  float: left;
  margin: 0 -7px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .head-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  font-size: 12px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .head-menu > li .glyphicon {
  color: #7f7f7f;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .head-menu > li:after {
  content: "/";
  padding-left: 7px;
  color: #7f7f7f;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .head-menu > li:last-child:after {
  content: "";
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  user-select: none;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .button.active .button-icon {
  transform: rotate(180deg);
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .button-icon {
  margin-left: 8px;
  border-bottom: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: all 0.25s linear;
}
@media screen and (max-width: 576px) {
  ._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .head .button {
    display: flex;
  }
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title {
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-bottom: -1px;
  font-size: 8px;
  color: #6c8c9f;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport118 {
  color: #6a8541;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport152 {
  color: #499dbb;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport169 {
  color: #a99d1a;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport178 {
  color: #dc9823;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport38 {
  color: #6c8c9f;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport55 {
  color: #852121;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport45 {
  color: #ba3f03;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport117 {
  color: #ba3f03;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title.sport195 {
  color: #5f80a9;
}
._Sportbox_Spb2015_Components_TopResultsBlock_TopResultsBlock .sport-title span {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 5px 3px 0;
  line-height: 0.9;
  background-color: #ffffff;
}
.main-events-game__tournament {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 3px;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.main-events-game__tournament .global-country-flag {
  width: 13px;
  margin-bottom: -2px;
}
.main-events-game__tournament-link {
  margin-right: 3px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head {
  position: relative;
  margin-bottom: 20px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .title {
  display: block;
  float: left;
  margin-right: 15px;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .title a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .title .glyphicon {
  margin-right: 3px;
  vertical-align: top;
  font-size: 80%;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .head-menu {
  float: left;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  color: #7f7f7f;
  white-space: normal;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .head-menu.slash {
  margin: 0;
  padding: 0;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .head-menu .glyphicon {
  color: #7f7f7f;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .head-menu:after {
  content: "/";
  padding-left: 7px;
  color: #7f7f7f;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .head-menu:last-child:after {
  content: "";
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head a.tab-link {
  color: #008bd7;
  text-decoration: none;
  border-bottom: 1px dashed;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head a.tab-link:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head a.tab-link.select {
  color: #000000;
  border-bottom-color: transparent;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  user-select: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .button.active .button-icon {
  transform: rotate(180deg);
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .button-icon {
  margin-left: 8px;
  border-bottom: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: all 0.25s linear;
}
@media screen and (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .button {
    display: flex;
  }
  ._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .head .top-video-block-head-menu {
    display: none;
  }
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li {
  position: relative;
  display: block;
  margin: 0 0 -1px;
  padding: 0;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live {
  display: block !important;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li:nth-of-type(2n+1)::after {
    border-left: 1px solid #e7e7e7;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 45px;
  color: #000000;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__timebg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffefe5;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon {
  display: block;
  height: 22px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 2;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon:before {
  content: '•';
  display: block;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: normal;
  left: 22px;
  position: absolute;
  top: 10px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon img {
  margin-top: 6px;
  margin-left: 5px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport118:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport152:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport45:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport195:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport205:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport178:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport38:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport55:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport231:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport202:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport215:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport13430:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport169:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport192:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport197:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport241:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport216:before,
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .cell__sporticon.sport117:before {
  content: '';
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .title {
  position: relative;
  font: 400 12px 'Roboto';
  line-height: 1.5;
  display: block;
  height: 38px;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .title .cell__photoicon {
  color: #999999;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .title .more {
  font-size: 11px;
  color: #999999;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .title .live {
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .image {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .image:before {
  border-top: 50px solid transparent;
  border-right: 20px solid transparent;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .timing {
  background: #6c8c9f;
  color: #fff;
  font: 400 11px 'Roboto';
  height: 20px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 55px;
  z-index: 1;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li .wrap .timing:before {
  border-top: 20px solid transparent;
  border-right: 5px solid #6c8c9f;
  content: " ";
  height: 0;
  left: -5px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live .wrap {
  color: #000;
  position: relative;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live .wrap .time {
  color: #ff5f00;
  display: inline;
  font: 700 100% 'Roboto';
  line-height: 1;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live .wrap .live {
  color: #ff5f00;
  display: inline-block;
  font: 400 100% 'Roboto';
  position: relative;
  z-index: 2;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live .wrap .title {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-live .wrap .image:after {
  background: url('/sites/all/libraries/design/_spbver_/sportbox2015/icons.png') -26px 0 no-repeat;
  content: " ";
  height: 20px;
  right: 10px;
  position: absolute;
  top: 15px;
  width: 17px;
  z-index: 1;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-announce .wrap .time {
  display: inline;
  font: 700 100% 'Roboto';
  line-height: 1;
  margin-bottom: 4px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-announce .wrap .live {
  display: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-announce .wrap .title {
  margin-top: 0;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-announce .wrap .image:after {
  background: url('/sites/all/libraries/design/_spbver_/sportbox2015/icons.png') -26px 0 no-repeat;
  content: " ";
  height: 20px;
  right: 10px;
  position: absolute;
  top: 15px;
  width: 17px;
  z-index: 1;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.is-announce .wrap .cell__timebg {
  display: none;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.bg_gray .wrap .image:before {
  border-top: 50px solid #f2f2f2;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.bg_white .wrap .image:before {
  border-top: 50px solid #fff;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.bg_blue .wrap .image:before {
  border-top: 50px solid #6c8c9f;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.bg_darkgray .wrap .image:before {
  border-top: 50px solid #6a7775;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.bg_red .wrap .image:before {
  border-top: 50px solid #852121;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport118 .wrap .timing {
  background: #6a8541;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport118 .wrap .timing:before {
  border-right: 5px solid #6a8541;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport118.is-photo:before {
  background-position: 0 -40px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport152 .wrap .timing {
  background: #499dbb;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport152 .wrap .timing:before {
  border-right: 5px solid #499dbb;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport152.is-photo:before {
  background-position: 0 -59px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport169 .wrap .timing {
  background: #a99d1a;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport169 .wrap .timing:before {
  border-right: 5px solid #a99d1a;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport169.is-photo:before {
  background-position: 0 -78px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport178 .wrap .timing {
  background: #dc9823;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport178 .wrap .timing:before {
  border-right: 5px solid #dc9823;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport178.is-photo:before {
  background-position: 0 -97px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport38 .wrap .timing {
  background: #6c8c9f;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport38 .wrap .timing:before {
  border-right: 5px solid #6c8c9f;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport38.is-photo:before {
  background-position: 0 0;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport55 .wrap .timing {
  background: #852121;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport55 .wrap .timing:before {
  border-right: 5px solid #852121;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport55.is-photo:before {
  background-position: 0 -116px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport45 .wrap .timing {
  background: #ba3f03;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport45 .wrap .timing:before {
  border-right: 5px solid #ba3f03;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .list ul > li.sport45.is-photo:before {
  background-position: 0 -135px;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .uploading {
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .uploading:after {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  content: '';
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .uploading span {
  font-size: 14px;
  font-weight: 900;
  color: #808080;
  border-bottom: 1px dashed;
}
._Sportbox_Spb2015_Components_TopVideoBlock_TopVideoBlock .uploading:hover span {
  border-bottom-color: transparent;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock {
  position: relative;
  margin-bottom: 30px;
  /* модификаторы */
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock a {
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock a:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock a:visited {
  color: #754d75;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock a:visited:hover {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
  position: relative;
  padding-left: 15px;
  background-color: #6c8c9f;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport118 {
  background: #6a8541;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport152 {
  background: #499dbb;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport169 {
  background: #a99d1a;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport178 {
  background: #dc9823;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport45 {
  background: #ba3f03;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport38 {
  background: #6c8c9f;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport55 {
  background: #852121;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport117 {
  background: #ba3f03;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap.sport195 {
  background: #5f80a9;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap span {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 0;
  display: block;
  padding: 8px 10px 8px 15px;
  font: 400 10px 'Roboto';
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(29%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author {
  z-index: 2;
  position: relative;
  margin: -25px 0 0 15px;
  font: 400 85.7% 'Roboto';
  color: #000;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author span {
  display: inline-block;
  vertical-align: bottom;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author .news_of_day--author_avatar {
  height: 50px;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author .news_of_day--author_avatar img {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc {
  padding: 10px 15px 0;
  font: 400 24px 'Roboto Slab';
  word-wrap: break-word;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc .live {
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc .live-icon {
  font: 400 26px 'SPB Icons';
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc .comments {
  position: relative;
  width: auto;
  margin: 0;
  vertical-align: baseline;
  font: 400 35.71% 'Roboto';
  color: #ccc;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc .comments span {
  font-size: 80%;
}
@media (min-width: 560px) and (max-width: 991px) {
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    width: 50%;
    float: left;
  }
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author {
    width: 50%;
    float: right;
    margin: 0 0 0 15px;
    padding: 10px 0;
  }
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author span {
    vertical-align: middle;
  }
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author .news_of_day--author_avatar {
    height: auto;
  }
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc {
    margin-left: 50%;
    padding-left: 0;
    padding-right: 15px;
    border-top: 1px solid #d9d9d9;
  }
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media (max-width: 559px) {
  .news_of_day--mainpage._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    margin-right: -15px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    width: 50%;
    float: left;
  }
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author {
    width: 50%;
    float: right;
    margin: 0 0 0 15px;
    padding: 10px 0;
  }
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author span {
    vertical-align: middle;
  }
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author .news_of_day--author_avatar {
    height: auto;
  }
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc {
    margin-left: 50%;
    padding-left: 0;
    padding-right: 15px;
    border-top: 1px solid #d9d9d9;
  }
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media (max-width: 559px) {
  .news_of_day--difficult._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    width: 50%;
    float: left;
  }
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--author {
    position: absolute;
    top: 165px;
  }
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--desc {
    margin-left: 50%;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 15px;
    border-top: 1px solid #d9d9d9;
  }
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    margin-right: -15px;
  }
}
@media (max-width: 559px) {
  .news_of_day--complex._Sportbox_Spb2015_Components_NewsOfDayBlock_NewsOfDayBlock .news_of_day--img-wrap {
    margin-right: -15px;
  }
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list {
  font: 400 14px 'Roboto';
  line-height: 21px;
  overflow: hidden;
  /* модификаторы */
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li {
  border-top: #ededed solid 1px;
  color: #000;
  margin: 9px 0 0;
  padding: 9px 0 0;
  position: relative;
  width: 100%;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li.important {
  color: #ff6c00;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li.important .title:visited {
  color: #ff6c00;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li.important .title:visited:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .glyphicon {
  font-size: 80%;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title {
  display: inline;
  color: inherit;
  text-decoration: none;
  padding-top: 5px;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title:visited {
  color: #754d75;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title:visited:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title .comments {
  color: #a0a0a0;
  position: relative;
  width: auto;
  margin: 0 0 0 7px;
  font: 400 71.43000000000001% 'Roboto';
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list > li .title .comments span {
  font-size: 80%;
}
@media (max-width: 559px) {
  .important_news--mainpage._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .important_news--mainpage._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li {
    margin: 0;
    padding: 9px 15px 9px 30px;
    border-top: 1px solid #d9d9d9;
  }
  .important_news--mainpage._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li:before {
    left: 15px;
  }
  .important_news--mainpage._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li .title {
    padding: 10px 0;
  }
}
@media (max-width: 559px) {
  .important_news--difficult._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .important_news--difficult._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li {
    margin: 0;
    padding: 9px 15px 9px 30px;
    border-top: 1px solid #d9d9d9;
  }
  .important_news--difficult._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li:before {
    left: 15px;
  }
  .important_news--difficult._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li .title {
    padding: 10px 0;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li {
    margin: 0;
    padding: 9px 15px 9px 30px;
    border-top: 1px solid #d9d9d9;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li:before {
    left: 15px;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li .title {
    padding: 10px 0;
  }
}
@media (max-width: 559px) {
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li {
    margin: 0;
    padding: 9px 15px 9px 30px;
    border-top: 1px solid #d9d9d9;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li:before {
    left: 15px;
  }
  .important_news--complex._Sportbox_Spb2015_Components_ImportantNewsListBlock_ImportantNewsListBlock .list li .title {
    padding: 10px 0;
  }
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock {
  padding: 15px 0;
  font-family: 'Roboto', Arial, sans-serif;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a {
  font-family: 'Roboto Slab';
  display: block;
  color: #000000;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .photo {
  display: block;
  float: right;
  margin-left: 15px;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .photo img {
  display: block;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .photo img {
    height: auto;
    width: 80px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .photo img {
    height: auto;
    width: 80px;
  }
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery {
  display: block;
  float: right;
  margin-left: 14px;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery img {
  padding-left: 1px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery img {
    height: auto;
    width: 80px;
    display: none;
  }
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery img:first-child {
    display: inline;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery img {
    height: auto;
    width: 80px;
    display: none;
  }
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .gallery img:first-child {
    display: inline;
  }
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .rubric {
  font-family: 'Roboto';
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .title {
  font-size: 18px;
  color: inherit;
  line-height: 1.3;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .title {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .title {
    font-size: 14px;
  }
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .title span.icon {
  margin-right: 1px;
  font-size: 80%;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a .title span.date {
  display: block;
  font-size: 11px;
  color: #999999;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a.external_redirect_301 .title span.text:after {
  content: "\e164";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
._Sportbox_Spb2015_Components_TeazerBlock_TeazerBlock > a.external_redirect_301:after {
  content: "";
}
._Sportbox_Spb2015_Components_TeazerListBlock_TeazerListBlock .list {
  clear: both;
}
._Sportbox_Spb2015_Components_TeazerListBlock_TeazerListBlock .list > li {
  border-bottom: #ededed solid 1px;
  position: relative;
  padding: 0;
}
._Sportbox_Spb2015_Components_TeazerListBlock_TeazerListBlock .list > li:first-child {
  border-top: #ededed solid 1px;
}
._Sportbox_Spb2015_Components_TeazerListBlock_TeazerListBlock .list > li:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock {
  position: relative;
  margin: 10px 0;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container {
  display: table;
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .input-container,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container {
  display: table-cell;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .input-container {
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container {
  padding-left: 5px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query-container .submit-container button {
  display: block;
  width: 70px;
  height: 28px;
  padding: 0 0 1px;
  text-align: center;
  border: none;
  background: #000;
  background: linear-gradient(to bottom, #666666 0%, #000000 100%);
  color: #fff;
  cursor: pointer;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-query {
  width: 100%;
  height: 28px;
  padding: 0 27px 0 5px;
  color: #000;
  border: 1px solid #ccc;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-submit {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url("/sites/all/libraries/design/_spbver2796_/sportbox2015/icons.png") no-repeat -15px -22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-sample em {
  font-style: normal;
  color: #000;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-advanced-link {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link {
  margin: 1px 0 0;
  font-size: 24px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-calendar-link:hover {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-advanced-link {
  margin-left: 15px;
  font-size: 12px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search {
  margin: 20px 0;
  font-size: 12px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label {
  display: block;
  padding: 4px 6px 8px;
  margin-left: -5px;
  font-weight: normal;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label.bold {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label:hover {
  background: #f7f7f7;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label input {
  margin-right: 4px;
  vertical-align: -2px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .advanced-search label span {
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates,
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-types {
  margin-bottom: 30px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-types-select {
  margin-left: 22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar {
  margin-top: 10px;
  color: #999;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date {
  display: inline-block;
  margin-left: 1px;
  vertical-align: baseline;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date input {
  width: 90px;
  padding: 5px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .content-dates .calendar-date div {
  padding: 0 0 6px 6px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics .letter {
  color: #999;
  float: left;
  margin: 8px 0 0 3px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics-col {
  margin: 5px 0 0 0;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .search-rubrics-col div {
  margin: 0 0 25px 22px;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead {
  width: 100%;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead .tt-suggestion {
  padding: 4px 10px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}
._Sportbox_Spb2015_Components_SearchFormBlock_SearchFormBlock .twitter-typeahead .tt-suggestion:hover {
  background: #337ab7;
  color: #fff;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock {
  position: relative;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock.show {
  visibility: visible;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .title {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  text-align: left;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list {
  position: relative;
  margin: 0;
  padding: 0;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li {
  position: relative;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li .text {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li .text .date {
  margin-bottom: 5px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li .text .name {
  font-size: 20px;
  color: #ffffff;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li .image img {
  display: block;
  width: 100%;
  height: auto;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .list > li:after {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a {
  z-index: 100;
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 1px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a.flex-prev {
  left: 0;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a.flex-next {
  right: 0;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a .svg {
  display: block;
  width: 100%;
  height: 100%;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a .svg .ico {
  fill: #ffffff;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-direction-nav > li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-control-nav {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-control-nav > li {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-control-nav > li a {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-control-nav > li a.flex-active {
  border-color: #ffffff;
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_AnnounceBlock_AnnounceBlock .flex-control-nav:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 40px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow:hover {
  background-color: #edf5e6;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .live-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #ffefe5;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div {
  display: table-row;
  margin: 0 3px;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 20px;
  content: '';
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > .flag-icon {
  vertical-align: top;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > span.title {
  width: 100%;
  padding-bottom: 5px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > span.icons {
  padding-right: 6px;
  font-size: 10px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > span.time {
  padding-right: 6px;
  font-size: 11px;
  color: #999;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div > span.time sup {
  margin-left: 2px;
  font-size: 8px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div .icon_type_live {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 10px;
  color: #ff5f00;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > div img {
  margin-right: 5px;
  width: 13px;
  height: 10px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > ul {
  display: block;
  margin: 0 3px;
  font-size: 10px;
  color: #000000;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > ul > li {
  display: table-row;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > ul > li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px 1px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .games > ul > li > div.flag img {
  display: block;
  height: 10px;
}
._Sportbox_Spb2015_Components_TopResultsListWinersGameRow_TopResultsListWinersGameRow .comment {
  font-size: 11px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border-top: 0 none;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box {
  position: relative;
  overflow: hidden;
  line-height: normal;
  border-top: 1px solid #e8e8e8;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 10px;
  margin: 8px 0 18px;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading a:hover,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading a:focus,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading a:visited {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading-date {
  display: inline;
  color: #000;
}
@media all and (max-width: 945px) {
  ._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__heading-date {
    display: inline;
    color: #000;
  }
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__image {
  display: none;
  height: 59px;
  width: 59px;
  float: left;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__image div,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__image span {
  display: block;
  height: 59px;
  width: 59px;
  background-color: transparent;
  background-repeat: no-repeat;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__list {
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__item {
  margin: 12px 0;
  color: #808080;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__order,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__country,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__user {
  display: inline-block;
  vertical-align: top;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__order {
  width: 18px;
  max-width: 18px;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__country {
  width: 18px;
  margin-right: 4px;
}
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__user a,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__user a:hover,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__user a:focus,
._Sportbox_Spb2015_Components_PodiumBlock_PodiumBlock .podium-box__user a:visited {
  color: #000;
}
._Sportbox_Spb2015_Components_TournamentTourNotGamingTeamList_TournamentTourNotGamingTeamList .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_TournamentTourNotGamingTeamList_TournamentTourNotGamingTeamList .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TournamentTourNotGamingTeamList_TournamentTourNotGamingTeamList .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_TournamentTourNotGamingTeamList_TournamentTourNotGamingTeamList .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .title a:hover {
  text-decoration: none;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table thead > tr > td {
  position: relative;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table thead > tr > td:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 12%, #ffffff 90%, #ffffff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 12%, #ffffff 90%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_PlayerInGameListInIndividualTournamentBlock_PlayerInGameListInIndividualTournamentBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .title a:hover {
  text-decoration: none;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_PairsInGameListInIndividualTournamentBlock_PairsInGameListInIndividualTournamentBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock {
  text-align: left;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel {
  font-size: 12px;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel h3 {
  font-size: 0;
  margin-bottom: 10px;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel h3 .tv_channel_logo {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 0;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel h3 .tv_channel_logo .tv_channel_logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel h3 .tv_channel_logo img {
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel h3 .tv_channel_header {
  display: inline-block;
  vertical-align: middle;
  font: 900 14px "Roboto";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container {
  position: relative;
  margin: 1px -14px;
  line-height: 18px;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container .tv_transmission {
  position: relative;
  padding: 8px 14px;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container .tv_transmission .time {
  padding-right: 2px;
  font: 700 12px "Roboto";
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container.right_now:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ffe8d9;
  content: '';
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container.right_now .tv_progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 95, 0, 0.1);
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container.right_now .tv_transmission .time {
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_TVChannelBlock_TVChannelBlock .channel .tv_transmission_container.out_time {
  color: #808080;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts {
  padding: 15px 0;
  font-family: 'Roboto', Arial, sans-serif;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a {
  font-family: 'Roboto Slab';
  display: block;
  color: #000000;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a:hover {
  color: #008bd7;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .photo {
  display: block;
  float: right;
  margin-left: 15px;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .photo img {
  display: block;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .photo img {
    height: auto;
    width: 80px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .photo img {
    height: auto;
    width: 80px;
  }
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery {
  display: block;
  float: right;
  margin-left: 14px;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery img {
  padding-left: 1px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery img {
    height: auto;
    width: 80px;
    display: none;
  }
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery img:first-child {
    display: inline;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery img {
    height: auto;
    width: 80px;
    display: none;
  }
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .gallery img:first-child {
    display: inline;
  }
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .rubric {
  font-family: 'Roboto', Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title {
  font-size: 18px;
  color: inherit;
  line-height: 1.3;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title {
    font-size: 14px;
  }
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title span.icon {
  margin-right: 1px;
  font-size: 80%;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title span.excerpt {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  color: #666;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title span.excerpt strong {
  font-weight: normal;
  color: #000;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a .title span.date {
  display: block;
  font-size: 11px;
  color: #999999;
}
._Sportbox_Spb2015_Components_TeazerBlockWithExcerpts_TeazerBlockWithExcerpts > a:after {
  content: "";
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock {
  border-bottom: 1px solid #ededed;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock .top {
  position: relative;
  display: block;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock .top img {
  display: block;
  width: 100%;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock .top p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 22px;
  text-align: left;
  border-bottom: #ebebeb solid 1px;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock ul li:last-child {
  border: none;
}
._Sportbox_Spb2015_Components_ExaminationBubnovBlock_ExaminationBubnovBlock ul li a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList {
    width: 75%;
    margin: auto;
  }
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .player-num {
  color: #000000;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block {
  margin: 20px 0 50px;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul {
  margin: 15px 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul {
    margin: 15px 0;
  }
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li {
  margin: 8px 0;
  font-size: 0;
  line-height: 1.3;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-name {
  margin-right: 10px;
  font-size: 14px;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-name a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-name a b {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-birthday {
  font-size: 14px;
  color: #000000;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-club {
  font-size: 14px;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-club a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_PlayersBirthdayList_PlayersBirthdayList .sport-birthday-block ul li .player-club i {
  font-style: normal;
  color: #999999;
}
._Sportbox_Spb2015_Components_LastTeamGamesBlock_LastTeamGamesBlock .global-table .date {
  font-size: 11px;
  color: #999999;
}
._Sportbox_Spb2015_Components_LastTeamGamesBlock_LastTeamGamesBlock .global-table .teams {
  font-size: 12px;
}
._Sportbox_Spb2015_Components_LastTeamGamesBlock_LastTeamGamesBlock .global-table .result {
  font-size: 12px;
}
._Sportbox_Spb2015_Components_LastTeamGamesBlock_LastTeamGamesBlock .global-table .result .icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
._Sportbox_Spb2015_Components_LastTeamGamesBlock_LastTeamGamesBlock .global-table .result .icons > *:first-child {
  margin-left: 10px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock {
  position: relative;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a {
  display: block;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a .photo img {
  display: block;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a .info .name {
  display: block;
  font-size: 16px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .referee a .info .team {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #999999;
  white-space: normal;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-list {
  position: relative;
  margin-top: 20px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-list .games-date-group {
  z-index: 1;
  position: absolute;
  left: 0;
  margin-top: -3px;
  padding-right: 5px;
  font-size: 10px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-list .games-date-group:before {
  z-index: -1;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row:hover {
  background-color: #edf5e6;
  text-decoration: none;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .live-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #ffefe5;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-left {
  width: 42%;
  text-align: right;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-left .icons {
  text-align: left;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-left .cards {
  text-align: left;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-left .flag {
  padding-left: 3px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center {
  width: 16%;
  height: 20px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center > span.score {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center > span.time {
  font-size: 10px;
  color: #999999;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center > span.time sup {
  margin-left: 2px;
  font-size: 7px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-center > span.time .year {
  display: block;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-right {
  width: 42%;
  text-align: left;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-right .icons {
  text-align: right;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-right .cards {
  text-align: right;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div.box-right .flag {
  padding-right: 3px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div .winner {
  color: #578e21;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div .draw {
  color: #ba5c00;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div .yellow_cards {
  color: #fdb913;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games > div .red_cards {
  color: #ed1c24;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row {
  display: table;
  width: 100%;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row.single:before {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
  height: 20px;
  content: '';
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row.single:before .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row.single:before .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row.single > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row.single > div.flag img {
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .place {
  width: 20px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .icons {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .icons .icon_type_live {
  position: relative;
  color: #ff5f00;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .icons .icon_type_live .live-time {
  font-size: 8px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .name {
  display: table-cell;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .flag {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .games .table-row .flag img {
  display: block;
  width: 18px;
}
._Sportbox_Spb2015_Components_RefereeGamesBlock_RefereeGamesBlock .game-row .comment {
  font-size: 11px;
  color: #999999;
  text-align: center;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .global-table thead a {
  display: block;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .global-table thead a .flag {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .global-table thead a .flag img {
  display: block;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .global-table thead a .name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .more {
  text-align: right;
}
._Sportbox_Spb2015_Components_NextStageBlock_NextStageBlock .more a {
  display: inline-block;
  padding: 7px 0;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .link {
  margin: 10px 0;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .bar {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  background-color: #e9e9e9;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .bar > div {
  display: inline-block;
  vertical-align: top;
  width: 33.35%;
  height: 13px;
  background: #ffffff url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/img/poll_bg2.png) repeat 0 0;
  outline: 1px solid #ffffff;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .bar > div.draw {
  background-color: #f5d302;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .bar > div.winner {
  background-color: #5dbc2e;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .bar > div.loser {
  background-color: #ee0000;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div {
  display: block;
  margin: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div.draw {
  margin: 0 5px;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div.team1 {
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div.team2 {
  margin-left: 5px;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div span {
  margin: 0 3px;
  font-size: 14px;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div span.count {
  color: #cccccc;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div {
    margin: 5px 0 !important;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock .buttons .btn-box > div {
    margin: 5px 0 !important;
  }
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons {
  display: block;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons {
    display: table;
    width: 100%;
  }
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box {
  display: block;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box {
    display: table-cell;
    width: 33.33%;
  }
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box > div {
  padding: 12px 10px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #f8f8f8, #e1e1e1);
  background: -moz-linear-gradient(top, #f8f8f8, #e1e1e1);
  background: -ms-linear-gradient(top, #f8f8f8, #e1e1e1);
  background: -o-linear-gradient(top, #f8f8f8, #e1e1e1);
  cursor: pointer;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box > div:hover {
  background-color: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #f2f2f2, #e1e1e1);
  background: -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
  background: -ms-linear-gradient(top, #f2f2f2, #e1e1e1);
  background: -o-linear-gradient(top, #f2f2f2, #e1e1e1);
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box > div:active {
  background-color: #c6c6c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#dbdbdb));
  background: -webkit-linear-gradient(top, #c6c6c6, #dbdbdb);
  background: -moz-linear-gradient(top, #c6c6c6, #dbdbdb);
  background: -ms-linear-gradient(top, #c6c6c6, #dbdbdb);
  background: -o-linear-gradient(top, #c6c6c6, #dbdbdb);
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.vote .buttons .btn-box > div.disabled {
  color: #cccccc;
  border: #cccccc solid 1px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
  background: -webkit-linear-gradient(top, #ffffff, #ececec);
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -ms-linear-gradient(top, #ffffff, #ececec);
  background: -o-linear-gradient(top, #ffffff, #ececec);
  cursor: default;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .bar {
  cursor: pointer;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons {
  display: block;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box {
  display: inline-block;
  vertical-align: middle;
  width: 33.35%;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box {
    display: block;
  }
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box > div {
  text-align: center;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box > div {
    text-align: left;
  }
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box:first-child > div {
  text-align: left;
}
._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote .buttons .btn-box:last-child > div {
  text-align: right;
}
@media (min-width: 992px) {
  #node-content ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote {
    padding: 0 50px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-content ._Sportbox_Spb2015_Components_GameBetVoteBlock_GameBetVoteBlock.no-vote {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 60px;
  }
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .photo img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .info .player {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .info .player .name {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersSeasonBlock_TopTransfersSeasonBlock ul > li a .info .bar {
  width: 0;
  height: 10px;
  background-color: #bfd2e3;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .photo img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .info .club {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .info .club .name {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .info .bar1 {
  width: 0;
  height: 10px;
  background-color: #9dbf76;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersOfCostTeamsBlock_TopTransfersOfCostTeamsBlock ul > li a .info .bar2 {
  width: 0;
  height: 10px;
  background-color: #d06e62;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .photo img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .info .player {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .info .player .name {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersHistoryBlock_TopTransfersHistoryBlock ul > li a .info .bar {
  width: 0;
  height: 10px;
  background-color: #bfd2e3;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div .flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div .flag img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div .info .country {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersPlayersByNationalityBlock_TopTransfersPlayersByNationalityBlock ul > li div .info .bar {
  width: 0;
  height: 10px;
  background-color: #bfd2e3;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .photo img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .info .club {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .info .club .name {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .info .bar1 {
  width: 0;
  height: 10px;
  background-color: #9dbf76;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TopTransfersTeamActivityBlock_TopTransfersTeamActivityBlock ul > li a .info .bar2 {
  width: 0;
  height: 10px;
  background-color: #d06e62;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li {
  margin: 15px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li.date {
  margin: 25px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .photo img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info .player {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info .player .name {
  text-decoration: underline;
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info .club {
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info .club .link {
  color: #666666;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock ul > li a .info .club .link:hover {
  text-decoration: underline;
}
._Sportbox_Spb2015_Components_ComponentsTransfers_TransfersChronologyBlock_TransfersChronologyBlock .transfer-title {
  font-family: "Roboto Slab";
  font-size: 24px;
  margin: 0 0 -10px 0;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li {
  margin: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: left;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div {
  display: block;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div .flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div .flag img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div .info .country {
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000;
  white-space: normal;
}
._Sportbox_Spb2015_Components_TopPlayersByNationalityBlock_TopPlayersByNationalityBlock ul > li div .info .bar {
  width: 0;
  height: 10px;
  background-color: #bfd2e3;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody td:nth-of-type(4),
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody td:nth-of-type(5) {
  color: #a3a3a3;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody td a {
  color: inherit;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr:last-child {
  display: none;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i {
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-gold {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver774_/img/sochi2014/gold_mini.png) no-repeat 50% 50%;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-silver {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver774_/img/sochi2014/silver_mini.png) no-repeat 50% 50%;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-bronze {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver774_/img/sochi2014/bronze_mini.png) no-repeat 50% 50%;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-all:after {
  content: '∑';
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .rus {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .rus td:nth-of-type(1),
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .rus td:nth-of-type(6) {
  font-weight: bold;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .flag {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .flag img {
  display: block;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier {
  display: block;
  padding: 10px 0;
  text-align: right;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier {
  margin-right: 15px;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier li {
  display: inline;
  font-size: 11px;
  margin: 0 0 0 15px;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier li a {
  color: #999999 !important;
  text-decoration: none;
  border-bottom: 1px dotted;
  outline: none;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier li a:visited {
  color: #999999 !important;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier li a.selected {
  color: #000000 !important;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table td:nth-of-type(1) {
  text-align: center;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table td span {
  display: none;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table.show-t .val-t {
  display: inline-block;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table.show-h .val-h {
  display: inline-block;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table.show-g .val-g {
  display: inline-block;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
.global-data-choosier {
  display: block;
  padding: 10px 0;
  text-align: right;
}
#right-column .global-data-choosier {
  margin-right: 15px;
}
.global-data-choosier li {
  display: inline;
  font-size: 11px;
  margin: 0 0 0 15px;
}
.global-data-choosier li a {
  color: #999999 !important;
  text-decoration: none;
  border-bottom: 1px dotted;
  outline: none;
}
.global-data-choosier li a:visited {
  color: #999999 !important;
}
.global-data-choosier li a.selected {
  color: #000000 !important;
}
@media (min-width: 560px) and (max-width: 991px) {
  .global-data-choosier-tables .global-data-choosier {
    display: none;
  }
}
@media (max-width: 559px) {
  .global-data-choosier-tables .global-data-choosier {
    display: none;
  }
}
@media (min-width: 992px) {
  .global-data-choosier-tables ._Sportbox_Spb2015_Components_ComponentsStandings_StandingsTableBlock_StandingsTableBlock .data-choosier {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsInSeasonBlock_StandingsInSeasonBlock .comment {
  font-size: 10px;
  color: #999999;
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table .elipsa {
  background-color: #ffffff !important;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table .elipsa td {
  text-align: center;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsStandings_StandingsForTeamBlock_StandingsForTeamBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersBlock_ScorersBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GuardsBlock_GuardsBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_RapidityOfFireBlock_RapidityOfFireBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersBlock_GoalkeepersBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .center {
  text-align: center;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .left {
  text-align: left;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .left .photo {
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .right {
  text-align: right;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .right .photo {
  margin-left: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table thead td {
  padding-top: 0;
  padding-bottom: 0;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table td:nth-of-type(1) {
  width: 40%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table td:nth-of-type(2) {
  width: 8%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table td:nth-of-type(3) {
  width: 4%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table td:nth-of-type(4) {
  width: 8%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table td:nth-of-type(5) {
  width: 40%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 31px);
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  color: #008bd7;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersInGameBlock_LeadersInGameBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGuardsContent_LeadersGuardsContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersHooliganContent_LeadersHooliganContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersRapidityOfFireContent_LeadersRapidityOfFireContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_LeadersGoalkeepersContent_LeadersGoalkeepersContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo {
    width: 18px;
    height: 14px;
  }
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo .global-country-flag {
    display: block;
    width: 18px;
    height: 14px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country {
  margin-top: 5px;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_ScorersInChampionshipContent_ScorersInChampionshipContent .global-table .player-info .player-name .player-country .country {
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo {
    width: 18px;
    height: 14px;
  }
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo .global-country-flag {
    display: block;
    width: 18px;
    height: 14px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country {
  margin-top: 5px;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsFootball_GoalkeepersInChampionshipContent_GoalkeepersInChampionshipContent .global-table .player-info .player-name .player-country .country {
  color: #999999;
}
._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table .flag {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table .flag img {
  display: block;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsFootball_UefaRatingBlock_UefaRatingBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_GoalAssistBlock_GoalAssistBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_ScorersBlock_ScorersBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_AssistsBlock_AssistsBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsHockey_PenaltiesBlock_PenaltiesBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name img {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team .team {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersAssistantsContent_LeadersAssistantsContent .global-table .player-info .player-name .player-team .team .all-team .team-name {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name img {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team .team {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersGoalPlusPassContent_LeadersGoalPlusPassContent .global-table .player-info .player-name .player-team .team .all-team .team-name {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name img {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team .team {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersSnipersContent_LeadersSnipersContent .global-table .player-info .player-name .player-team .team .all-team .team-name {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-photo {
    margin-right: 0;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name img {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team .team {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsHockey_LeadersPenaltiesContent_LeadersPenaltiesContent .global-table .player-info .player-name .player-team .team .all-team .team-name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingBlock_RatingBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo {
    width: 18px;
    height: 14px;
  }
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo .global-country-flag {
    display: block;
    width: 18px;
    height: 14px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country {
  margin-top: 5px;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .player-info .player-name .player-country .country {
  color: #999999;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .country-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingContent_RatingContent .global-table .country-info .country-name {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsBiathlon_RatingInRaceBlock_RatingInRaceBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .title a:hover {
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .flag img {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .name a {
  display: inline;
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .name a:hover {
  text-decoration: underline;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .name a:visited {
  color: #008bd7 !important;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .team {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .team a {
  display: inline;
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .team a:hover {
  text-decoration: underline;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersBlock_CupDesignersBlock .table-group .cell-box .team a:visited {
  color: #008bd7 !important;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_CupDesignersAndPointRaceBlock_CupDesignersAndPointRaceBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table .player-info .team {
  font-size: 10px;
  color: #999999;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0e1;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentWithRaceBlock_PersonalStandingsInTournamentWithRaceBlock .global-table > tbody > tr:hover {
  background-color: #f3f3f3;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .title {
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .title a:hover {
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table {
  /* Стили окраски по умолчанию */
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table td:not(:nth-of-type(2)) {
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table .table-link > a {
  max-width: 170px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table .player-info img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table .player-info .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table thead > tr > td {
  position: relative;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table thead > tr > td:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 12%, #ffffff 90%, #ffffff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 12%, #ffffff 90%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInRaceBlock_PersonalStandingsInRaceBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .title a:hover {
  text-decoration: none;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .flag img {
  display: block;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .name a {
  display: inline;
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .name a:hover {
  text-decoration: underline;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .name a:visited {
  color: #008bd7 !important;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .team {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .team a {
  display: inline;
  color: #008bd7;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .team a:hover {
  text-decoration: underline;
}
._Sportbox_Spb2015_Components_ComponentsFormula1_PersonalStandingsInTournamentBlock_PersonalStandingsInTournamentBlock .table-group .cell-box .team a:visited {
  color: #008bd7 !important;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table thead td:nth-of-type(2) {
  width: 100%;
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo {
    width: 18px;
    height: 14px;
  }
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo .global-country-flag {
    display: block;
    width: 18px;
    height: 14px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo .photo-small {
  display: block;
  width: 26px;
  height: 26px;
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-photo .photo-large {
  display: block;
  width: 50px;
  height: 50px;
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: calc(100% - 40px);
    font-size: 12px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name {
    width: 100%;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
  display: block;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team .slesh {
  display: none;
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-team .slesh {
    display: inline-block;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country {
  margin-top: 5px;
}
@media (min-width: 992px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
@media (max-width: 559px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country {
    font-size: 11px;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}
@media (min-width: 560px) and (max-width: 991px) {
  ._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country img {
    display: none;
  }
}
._Sportbox_Spb2015_Components_ComponentsBandy_LeadersScorersContent_LeadersScorersContent .global-table .player-info .player-name .player-country .country {
  color: #999999;
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table {
  /* Стили только для правой колонки */
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info {
  font-size: 0;
  white-space: nowrap;
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info .photo img {
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info .info {
  display: inline-block;
  vertical-align: middle;
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info .info .name {
  display: block;
  font-size: 11px;
  white-space: normal;
}
._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table .photo-info .info .team {
  display: block;
  font-size: 11px;
  color: #999999;
  white-space: normal;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
#right-column ._Sportbox_Spb2015_Components_ComponentsBandy_ScorersBlock_ScorersBlock .global-table > tbody > tr:hover {
  background-color: #f7fdee;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .title {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .title a {
  color: #008bd7;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .list .group-name {
  margin-top: 15px;
  padding: 8px 0;
  font-size: 9px;
  font-weight: normal;
  color: #999;
  text-align: left;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .button {
  margin-top: 15px;
}
._Sportbox_Spb2015_Components_OlympicsDayResultsBlock_OlympicDayResultsBlock .button a {
  display: inline-block;
  padding: 8px 15px;
  color: #000000;
  text-decoration: none;
  border: #e6e6e6 solid 1px;
  border-radius: 3px;
}
.b-advertise {
  display: block;
  text-align: center;
}
.b-advertise_240x400 .b-advertise__wrapper {
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  padding: 0;
}
@media (min-width: 992px) {
  .b-advertise_mt_minus-lg {
    margin-top: -70px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-advertise_mt_minus-lg {
    margin-top: -70px;
  }
}
.b-advertise_pos_fixed .b-advertise__wrapper {
  padding: 60px 0 38px 0;
}
@media (max-width: 559px) {
  .b-advertise_pos_fixed .b-advertise__wrapper {
    padding: 0 0 38px 0;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-advertise_pos_header .b-advertise__wrapper * {
    float: right;
    text-align: right;
  }
}
@media (max-width: 559px) {
  .b-advertise_pos_header .b-advertise__wrapper {
    margin: 0 -15px 30px;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .b-advertise_pos_absolute-lg {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.stats-info-caution-message {
  background: #fcebc2;
  display: inline-block;
  padding: 10px 20px 10px 20px;
}
.new_stats_table:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.new_stats_table.new_stats_table_even_odd tr:nth-of-type(even) {
  background: #ececec;
}
.new_stats_table table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.new_stats_table table.border {
  border-top: 2px solid #000;
}
.new_stats_table table thead {
  background: #ececec;
}
.new_stats_table table tbody {
  border-bottom: none;
}
.new_stats_table table tr {
  border-bottom: none;
  background: none;
}
.new_stats_table table .sb_c_stat_game_tbl_right {
  text-align: right;
}
.new_stats_table table .sb_c_stat_game_tbl_left {
  text-align: left;
}
.new_stats_table table .sb_c_stat_game_tbl_center {
  text-align: center;
}
.new_stats_table .match-stat-game-home {
  color: #989898;
}
.new_stats_table .sb_c_stat_game_tbl th {
  background: #f1f1f1;
  color: #989898;
  font: 400 8px Arial;
  padding: 5px;
}
.new_stats_table .sb_c_stat_game_tbl td {
  font: 400 11px Arial;
  padding: 5px;
}
.new_stats_table .sb_c_stat_game_tbl_blue {
  font: 400 11px 'Roboto', sans-serif;
}
.new_stats_table .sb_c_stat_game_tbl_blue th {
  background: #f1f1f1;
  color: #989898;
  padding: 3px;
}
.new_stats_table .sb_c_stat_game_tbl_blue td {
  padding: 3px;
}
.new_stats_table .sb_c_stat_game_col_l,
.new_stats_table .sb_c_stat_game_col_2 {
  display: block;
  float: left;
  width: 48%;
}
.new_stats_table .sb_c_stat_game_col_l h3,
.new_stats_table .sb_c_stat_game_col_2 h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_stats_table .sb_c_stat_game_col_2 {
  margin-left: 4%;
}
.new_stats_table .new-stats-table-header.border {
  border-bottom: 2px solid #000;
  margin-bottom: 8px;
  padding-bottom: 5px !important;
}
.new_stats_table h3,
.new_stats_table .new-stats-table-header,
.new_stats_table .new-stats-table-header-nomargin,
.new_stats_table .new-stats-table-header-smallmargin {
  color: #000;
  display: block;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  margin: 0;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
}
.new_stats_table h3 a,
.new_stats_table .new-stats-table-header a,
.new_stats_table .new-stats-table-header-nomargin a,
.new_stats_table .new-stats-table-header-smallmargin a {
  color: #008bd7;
  padding: 0;
}
.new_stats_table thead th {
  background: #ececec;
  border-bottom: #000 solid 2px;
  font-size: 9px;
  color: #999;
  padding: 9px;
  font-weight: 400;
  vertical-align: top;
}
@media (max-width: 559px) {
  .new_stats_table thead th {
    padding: 4px 2px;
  }
}
.new_stats_table thead th:first-child {
  padding-left: 5px;
}
.new_stats_table thead th:last-child {
  padding-right: 5px;
}
.new_stats_table .tablesorter thead th {
  vertical-align: bottom;
}
.new_stats_table thead th.flagPadding {
  padding-left: 30px;
}
.new_stats_table tbody td {
  font-size: 11px;
  padding: 9px 4px;
  border: none;
  vertical-align: middle;
  color: black;
  background: none;
  text-align: left;
}
@media (max-width: 559px) {
  .new_stats_table tbody td {
    font-size: 9px;
    line-height: 13px;
    padding: 4px 2px;
  }
}
.new_stats_table .icon-14x14 {
  width: 14px;
  height: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.new_stats_table.grey_zebra tbody tr:nth-of-type(even) td {
  background-color: #ebebeb;
}
.new_stats_table.gold_zebra tbody tr:nth-of-type(odd) td {
  background-color: #e9f1d8;
}
.new_stats_table.gold_zebra tbody tr:nth-of-type(even) td {
  background-color: #f5ffe3;
}
.new_stats_table p {
  padding: 4px 0;
  margin: 0;
  line-height: 12px;
}
.new_stats_table .border_radius tbody td:first-child {
  border-radius: 4px 0 0 4px;
}
.new_stats_table .border_radius tbody td:last-child {
  border-radius: 0 4px 4px 0;
}
.new_stats_table.table_fixed table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.new_stats_table.grey_background table td {
  background-color: #ebebeb;
}
#right-column .new_stats_table.match_center_gamers_block td.photo div {
  padding-right: 15px;
}
#right-column .new_stats_table.match_center_gamers_block td.photo span {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 3px;
  left: auto;
  top: 50%;
  margin-top: -6px;
}
#right-column .new_stats_table.match_center_gamers_block td.photoRight div {
  padding-left: 15px;
}
#right-column .new_stats_table.match_center_gamers_block td.photoRight span {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -6px;
  right: auto;
}
.new_stats_table td.photo {
  padding: 3px 0 3px 4px;
}
.new_stats_table td.photo div {
  position: relative;
  padding-left: 37px;
}
.new_stats_table td.photo img,
.new_stats_table td.photo a {
  position: relative;
}
.new_stats_table td.photo img {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  left: -37px;
  margin-top: -13px;
  max-width: 30px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.new_stats_table td.photo .city {
  color: #999;
  display: block;
}
.new_stats_table td.photo .city a {
  color: #999;
}
.new_stats_table td.photoRight {
  padding: 3px 4px 3px 0;
  min-height: 32px;
  text-align: right;
}
.new_stats_table td.photoRight div {
  position: relative;
  padding-right: 37px;
  padding-left: 15px;
}
.new_stats_table td.photoRight img {
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  right: 0;
  margin-right: 0;
  margin-left: 5px;
  left: auto;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  max-width: 30px;
  overflow: hidden;
}
.new_stats_table td.photoRight span {
  float: left;
}
.new_stats_table td.goal {
  text-align: right;
  padding-right: 5px;
  min-width: 50px;
}
.new_stats_table td.alignCenter {
  text-align: center;
}
.new_stats_table .itog {
  font-size: 12px;
  padding: 10px 5px;
}
.new_stats_table .red_cards {
  color: #ed1c24;
}
.new_stats_table .yellow_cards {
  color: #fdb913;
}
.stats-column h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
/* stats_picts */
.stats_pict {
  display: inline-block;
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat;
  text-decoration: none;
  cursor: default;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}
.stats_pict:hover {
  text-decoration: none;
}
.stats_pict_gol {
  background-position: 0 -990px;
  width: 16px !important;
  height: 16px !important;
}
.stats_pict_pin {
  background-position: -42px -990px;
  width: 16px !important;
  height: 16px !important;
}
.stats_pict_pin_fail {
  background-position: -84px -990px;
  width: 16px !important;
  height: 16px !important;
}
.stats_pict_autogol {
  background-position: -126px -990px;
  width: 16px !important;
  height: 16px !important;
}
.stats_pict_watch {
  background-position: -252px -906px;
  width: 20px !important;
  height: 14px !important;
}
.stats_pict_comments {
  background-position: 0 -822px;
  width: 7px !important;
  height: 9px !important;
}
.stats_pict_video {
  background-position: 0 -654px;
  width: 11px !important;
  height: 10px !important;
}
.stats_pict_audio {
  background-position: -84px -654px;
  width: 10px !important;
  height: 8px !important;
}
.stats_pict_best_moments {
  background-position: -210px -654px;
  width: 9px !important;
  height: 10px !important;
}
.stats_pict_yellow {
  background-position: -168px -990px;
  width: 10px !important;
  height: 13px !important;
}
.stats_pict_red {
  background-position: -210px -990px;
  width: 10px !important;
  height: 13px !important;
}
.stats_pict_yellow_red {
  background-position: -252px -990px;
  width: 10px !important;
  height: 13px !important;
}
.stats_pict_out {
  background-position: 0 -1074px;
  width: 10px !important;
  height: 12px !important;
}
.stats_pict_came {
  background-position: -42px -1074px;
  width: 10px !important;
  height: 12px !important;
}
.stats_pict_replace {
  background-position: -84px -1074px;
  width: 13px !important;
  height: 13px !important;
}
.stats_pict_whistle1 {
  background-position: -127px -822px;
  width: 13px !important;
  height: 14px !important;
}
.stats_pict_whistle2 {
  background-position: -127px -906px;
  width: 13px !important;
  height: 14px !important;
}
.stats_pict_whistle3 {
  background-position: -126px -864px;
  width: 13px !important;
  height: 14px !important;
}
.stats_pict_warning {
  background-position: -252px -822px;
  width: 4px !important;
  height: 14px !important;
}
.stats_pict_barbell {
  background-position: -168px -906px;
  width: 16px !important;
  height: 14px !important;
}
.stats_pict_over_time {
  background-position: -168px -864px;
  width: 16px !important;
  height: 14px !important;
}
.stats_pict_plus {
  background-position: -210px -822px;
  width: 12px !important;
  height: 12px !important;
}
.stats_pict_sound_on {
  background-position: -210px -865px;
  width: 9px !important;
  height: 10px !important;
}
.stats_pict_sound_off {
  background-position: -252px -865px;
  width: 11px !important;
  height: 10px !important;
}
.stats_pict_offside {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/offside.png) no-repeat;
}
.stats_pict_top {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/top.png) no-repeat;
}
.stats_pict_corner {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/corner.png) no-repeat;
}
.stats_pict_11m {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/11m.png) no-repeat;
}
.stats_pict_hk_gl {
  background-position: -251px -1074px;
  width: 14px !important;
  height: 13px !important;
  padding: 0 1px;
  box-sizing: content-box;
}
.stats_pict_hk_pen {
  background: url('https://s-cdn.sportbox.ru/sites/default/files/stats_img/s/sb/c/stat/report/penal.gif') no-repeat;
}
.stats_pict_hk_pass {
  background: url('https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png') -283px -1032px no-repeat;
  width: 17px !important;
  height: 16px !important;
}
.match_field_block .stats_pict_gol {
  background-position: 0 -1032px;
  width: 21px !important;
  height: 21px !important;
}
.match_field_block .stats_pict_pin {
  background-position: -42px -1032px;
  width: 22px !important;
  height: 21px !important;
}
.match_field_block .stats_pict_pin_fail {
  background-position: -84px -1032px;
  width: 24px !important;
  height: 21px !important;
}
.match_field_block .stats_pict_autogol {
  background-position: -126px -1032px;
  width: 21px !important;
  height: 21px !important;
}
.match_field_block .stats_pict_yellow {
  background-position: -168px -1032px;
  width: 15px !important;
  height: 18px !important;
}
.match_field_block .stats_pict_red {
  background-position: -210px -1032px;
  width: 15px !important;
  height: 18px !important;
}
.match_field_block .stats_pict_yellow_red {
  background-position: -252px -1032px;
  width: 15px !important;
  height: 18px !important;
}
.match_field_block .stats_pict_out {
  background-position: 0 -1116px;
  width: 14px !important;
  height: 16px !important;
}
.match_field_block .stats_pict_came {
  background-position: -42px -1116px;
  width: 14px !important;
  height: 16px !important;
}
.match_field_block .stats_pict_replace {
  background-position: -84px -1116px;
  width: 18px !important;
  height: 17px !important;
}
.event_lighted {
  z-index: 100 !important;
}
.stats_pict span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -15px;
  border: 1px solid #234011;
  background: #e4f18e url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat;
  display: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 2px 0 10px #000;
  -moz-box-shadow: 2px 0 10px #000000;
}
.stats_pict_gol span {
  background-position: 4px -986px;
}
.stats_pict_pin span {
  background-position: -38px -986px;
}
.stats_pict_pin_fail span {
  background-position: -80px -986px;
}
.stats_pict_autogol span {
  background-position: -122px -986px;
}
.stats_pict_yellow span {
  background-position: -161px -985px;
}
.stats_pict_red span {
  background-position: -203px -985px;
}
.stats_pict_yellow_red span {
  background-position: -245px -985px;
}
.stats_pict_out span {
  background-position: -7px -1069px;
}
.stats_pict_came span {
  background-position: -35px -1069px;
}
.stats_pict_replace span {
  background-position: -78px -1069px;
}
.event_lighted span {
  display: block;
}
.b-social-btns {
  display: block;
  margin: 15px 0;
}
@media (max-width: 559px) {
  .b-social-btns {
    border-bottom: #e3e3e3 solid 1px;
    border-top: #e3e3e3 solid 1px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-social-btns:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .b-social-btns_page_node {
    display: block;
    float: left;
    margin-left: 10px;
    position: absolute;
    top: -9px;
  }
}
@media (min-width: 992px) {
  .b-social-btns_page_node .b-social-btns__li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}
.b-social-btns_page_matchcenter {
  display: inline-block;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-social-btns_page_matchcenter {
    display: none;
  }
}
@media (max-width: 559px) {
  .b-social-btns_page_matchcenter {
    display: none;
  }
}
.b-social-btns__li {
  display: block;
  float: left;
  margin-right: 20px;
}
.b-social-btns__li:last-child {
  margin-right: 0;
}
@media (max-width: 559px) {
  .b-social-btns__li {
    border-left: #e3e3e3 solid 1px;
    display: block;
    float: left;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
    width: 33%;
  }
  .b-social-btns__li:first-child {
    border: none;
  }
}
.social-btn {
  display: block;
  font: 400 32px 'SPB Social icons';
}
@media (max-width: 559px) {
  .social-btn {
    display: inline-block;
  }
}
.social-btn:hover {
  text-decoration: none;
}
.social-btn.social-btn_vk {
  color: #4380ac;
}
.social-btn.social-btn_fb {
  color: #3b579d;
}
.social-btn.social-btn_ok {
  color: #ED8207;
}
.b-table {
  padding-bottom: 15px;
}
.b-table.b-table_type_evenodd tbody tr:nth-of-type(odd) {
  background: #ecf0e1;
}
.b-table.b-table_type_evenodd tbody tr:nth-of-type(even) {
  background: #f7fdee;
}
.b-table.b-table_type_evenodd tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.b-table.b-table_type_evenodd tbody tr.hover {
  background: #e4f18e;
}
.b-table.b-table_border_top {
  border-top: #ededed solid 1px;
}
.b-table .title {
  color: #000;
  display: block;
  font: 900 14px 'Roboto', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.b-table .title:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-table .title .title__list {
  display: inline-block;
  margin-left: 10px;
}
.b-table .title .title__list li {
  display: inline-block;
  font: 400 14px 'Roboto', sans-serif;
  letter-spacing: normal;
  margin: 0 3px;
  text-transform: none;
}
.b-table .title .title__list li:before {
  content: '/';
  margin: 0 7px 0 3px;
}
.b-table .title .title__list li:first-child:before {
  content: '';
  margin: 0;
}
.b-table .title .title__list li.active a {
  color: #000;
}
.b-table .title .title__list li.active a:hover {
  text-decoration: none;
}
.b-table .title .title__list li a:hover {
  text-decoration: underline;
}
.b-table .stats_group {
  margin-bottom: 20px;
}
.b-table .stats_group > h3,
.b-table .title-small {
  font: 900 14px 'Roboto', sans-serif;
  margin: 10px 0 5px;
}
.b-table table {
  color: #000;
  font: 400 11px 'Roboto', sans-serif;
  width: 100%;
}
@media (max-width: 559px) {
  .b-table table {
    font-size: 13px;
  }
}
.b-table table.calendar-cutting-js th {
  cursor: default;
}
.b-table thead {
  background: #f3f3f3;
  color: #999;
}
.b-table thead tr:hover {
  background: #fff;
}
.b-table th {
  border-bottom: #000 solid 1px;
  font-weight: 400;
  padding: 7px 5px;
  vertical-align: bottom;
  cursor: pointer;
}
.b-table th.clickable {
  cursor: pointer;
  position: relative;
}
.b-table th.clickable:hover {
  background: rgba(0, 0, 0, 0.05);
}
.b-table th.clickable a,
.b-table th.clickable a:hover,
.b-table th.clickable a:visited {
  color: inherit;
  text-decoration: none;
  vertical-align: bottom;
}
.b-table th.clickable .colored {
  color: #008bd7;
}
.b-table th.clickable .colored:visited {
  color: #008bd7;
  text-decoration: none;
}
.b-table th .flag {
  margin-top: 0;
}
.b-table tr {
  background: #fff;
  border-bottom: #e5e5e5 solid 1px;
}
.b-table tr.clickable,
.b-table tr.expander-row {
  cursor: pointer;
  position: relative;
}
.b-table tr.clickable:hover,
.b-table tr.expander-row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.b-table tr.clickable a,
.b-table tr.expander-row a,
.b-table tr.clickable a:hover,
.b-table tr.expander-row a:hover,
.b-table tr.clickable a:visited,
.b-table tr.expander-row a:visited {
  color: inherit;
  text-decoration: none;
}
.b-table tr.clickable .colored,
.b-table tr.expander-row .colored {
  color: #008bd7;
}
.b-table tr.clickable .colored:visited,
.b-table tr.expander-row .colored:visited {
  color: #008bd7;
  text-decoration: none;
}
.b-table tr.expander-row td {
  padding: 2px 0 0;
}
.b-table tr.clickable > td {
  height: 100%;
  padding: 0;
  vertical-align: top;
}
.b-table tr.clickable > td > a {
  display: block;
  height: 100%;
  padding: 7px 5px;
  width: 100%;
}
.b-table td {
  padding: 7px 5px;
  text-align: left;
  width: auto;
}
.b-table td.padding_left_right_no {
  padding-left: 0;
  padding-right: 0;
}
.b-table td a {
  color: #008bd7;
}
.b-table td a:hover {
  text-decoration: none;
}
.b-table .flag {
  height: 12px;
  margin-top: 2px;
  vertical-align: top;
  width: 15px;
}
@media (max-width: 559px) {
  .b-table .flag {
    margin-top: 3px;
  }
}
.b-table .photo {
  height: 26px;
  width: 26px;
}
.b-table .photo-and-name {
  white-space: nowrap;
}
.b-table .vertical-align-middle {
  vertical-align: middle;
}
.b-table .align-left {
  text-align: left;
}
.b-table .align-right {
  text-align: right;
}
.b-table .align-center {
  text-align: center;
}
.b-table .text-bold {
  font-weight: 700;
}
.b-table .text-grey {
  color: #999;
}
.b-table .text-black {
  color: #000;
}
.b-table .hidden {
  display: none;
}
.b-table .country-flag {
  height: 11px;
  margin-right: 5px;
  width: auto;
}
.b-table .bg-grey {
  background: #f3f3f3;
}
.b-table .bg-white {
  background: #fff;
  border-bottom: #f3f3f3 solid 1px;
}
.b-table .media-icon a,
.b-table .media-icon a:hover {
  color: #999;
  text-decoration: none;
}
.b-table .media-icon .text {
  font: 400 11px 'Roboto', sans-serif;
  margin-right: 2px;
}
.b-table .winner {
  color: #578e21;
}
.b-table .draw {
  color: #ba5c00;
}
.b-table .count-comment {
  color: #999;
  font-weight: 400;
}
.b-table .letter {
  font-weight: 900;
}
.b-table .table-note {
  color: #999;
  font-size: 10px;
}
.b-table .alignLeft,
.b-table .alignCenter,
.b-table .alignRight {
  text-align: left !important;
}
.b-table .new_stats_table th,
.b-table .new_stats_table td {
  padding: 5px 7px !important;
}
.b-table .posttable {
  display: block;
  font: 400 11px 'Roboto', sans-serif;
  margin: 10px 0;
}
.b-table .posttable .posttable-title {
  color: #000;
  font-weight: 700;
  display: inline-block;
}
.b-table .posttable a {
  color: #008bd7;
  white-space: nowrap;
}
.b-table .posttable a .country-flag {
  height: 8px;
  margin-right: 0;
}
/* стили для таблиц с сортировкой (start) */
.tablesorter .tablesorter-header {
  color: #999;
  cursor: pointer;
  white-space: nowrap;
}
.tablesorter .tablesorter-header:before {
  background: url('/sites/all/libraries/design/_spbver_/sportbox2015/icons.png') 0 -134px no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  width: 8px;
}
.tablesorter .tablesorter-header.tablesorter-desc {
  color: #000;
}
.tablesorter .tablesorter-header.tablesorter-desc:before {
  background-position: -8px -134px;
}
.tablesorter .tablesorter-header.tablesorter-asc {
  color: #000;
}
.tablesorter .tablesorter-header.tablesorter-asc:before {
  background-position: -16px -134px;
}
.tablesorter .tablesorter-header-inner {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.tablesorter .sorter-false {
  cursor: default;
}
.tablesorter .sorter-false:before {
  background: none;
  width: 0;
}
.tablesorter .sorter-false .tablesorter-header-inner {
  margin-left: 0;
}
/* стили для таблиц с сортировкой (end) */
.protokol-hokkej .period-title {
  padding: 10px 0 5px;
  clear: both;
  font-size: 11px;
  color: #f00;
  text-align: center;
}
.protokol-hokkej ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.protokol-hokkej ul:after {
  display: block;
  content: '';
  clear: both;
}
.protokol-hokkej ul > li {
  position: relative;
  width: 45%;
  clear: both;
  margin-bottom: 1px;
  padding: 7px 10px;
  font-size: 11px;
}
.protokol-hokkej ul > li.event_pen {
  background-color: #f1f1f1;
}
.protokol-hokkej ul > li.event_gl {
  background-color: #d8eeae;
}
.protokol-hokkej ul > li .time {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22.3%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.protokol-hokkej ul > li.event_gl_cancel {
  background-color: #d8eeae;
}
.protokol-hokkej ul > li .time {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22.3%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.protokol-hokkej ul > li .time:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
.protokol-hokkej ul > li .time span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.protokol-hokkej ul > li .time span sup {
  font-size: 8px;
}
.protokol-hokkej ul > li .status .events {
  margin: 3px 0;
  font-size: 0;
}
.protokol-hokkej ul > li .status .events span {
  display: inline-block;
  vertical-align: middle;
}
.protokol-hokkej ul > li .status .events .icons .stats_pict {
  margin: 0 3px;
}
.protokol-hokkej ul > li .status .events .icons .comment {
  font-size: 10px;
}
.protokol-hokkej ul > li .status .events .players {
  font-size: 11px;
}
.protokol-hokkej ul > li .status .info {
  display: block;
  font-size: 9px;
  color: #666666;
}
.protokol-hokkej ul > li .status .info a {
  color: #666666;
}
.protokol-hokkej ul > li .status .info a:hover {
  color: #666666;
}
@media (min-width: 992px) {
  .protokol-hokkej ul > li.col-left {
    float: left;
    text-align: right;
  }
  .protokol-hokkej ul > li.col-left .time {
    left: 100%;
    text-align: center;
  }
  .protokol-hokkej ul > li.col-left .status .events .players {
    margin-left: 5px;
  }
  .protokol-hokkej ul > li.col-left .status .events .l.players {
    display: none;
  }
  .protokol-hokkej ul > li.col-left .status .events .icons .l.comment {
    display: none;
  }
  .protokol-hokkej ul > li.col-right {
    float: right;
    text-align: left;
  }
  .protokol-hokkej ul > li.col-right .time {
    right: 100%;
    text-align: center;
  }
  .protokol-hokkej ul > li.col-right .status .events .players {
    margin-right: 5px;
  }
  .protokol-hokkej ul > li.col-right .status .events .r.players {
    display: none;
  }
  .protokol-hokkej ul > li.col-right .status .events .icons .r.comment {
    display: none;
  }
}
@media (max-width: 991px) {
  .protokol-hokkej ul > li {
    width: 80%;
  }
  .protokol-hokkej ul > li .time {
    position: static;
    width: auto;
  }
  .protokol-hokkej ul > li .status {
    overflow: hidden;
  }
  .protokol-hokkej ul > li.col-left {
    float: left;
    text-align: left;
  }
  .protokol-hokkej ul > li.col-left .time {
    padding-right: 10px;
    float: left;
  }
  .protokol-hokkej ul > li.col-left .status .events .players {
    margin-right: 5px;
  }
  .protokol-hokkej ul > li.col-left .status .events .r.players {
    display: none;
  }
  .protokol-hokkej ul > li.col-left .status .events .icons .r.comment {
    display: none;
  }
  .protokol-hokkej ul > li.col-right {
    float: right;
    text-align: right;
  }
  .protokol-hokkej ul > li.col-right .time {
    padding-left: 10px;
    float: right;
  }
  .protokol-hokkej ul > li.col-right .status .events .players {
    margin-left: 5px;
  }
  .protokol-hokkej ul > li.col-right .status .events .l.players {
    display: none;
  }
  .protokol-hokkej ul > li.col-right .status .events .icons .l.comment {
    display: none;
  }
}
.protokol-hokkej-goalkeepers:after {
  display: block;
  content: '';
  clear: both;
}
.protokol-hokkej-goalkeepers .period-title {
  padding: 10px 0 5px;
  clear: both;
  font-size: 11px;
  color: #000000;
  text-align: center;
}
.protokol-hokkej-goalkeepers ul {
  position: relative;
  width: 45%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.protokol-hokkej-goalkeepers ul > li {
  min-height: 26px;
  margin-bottom: 1px;
  padding: 7px 10px;
  font-size: 11px;
  background-color: #d9d9d9;
}
.protokol-hokkej-goalkeepers ul > li .events {
  display: inline-block;
  vertical-align: top;
}
.protokol-hokkej-goalkeepers ul > li .players {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.protokol-hokkej-goalkeepers ul > li .time {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.protokol-hokkej-goalkeepers ul > li .time sup {
  font-size: 8px;
}
.protokol-hokkej-goalkeepers ul.col-left {
  float: left;
  text-align: right;
}
.protokol-hokkej-goalkeepers ul.col-right {
  float: right;
  text-align: left;
}
@media (max-width: 991px) {
  .protokol-hokkej-goalkeepers ul {
    width: 80%;
  }
  .protokol-hokkej-goalkeepers ul.col-left {
    text-align: left;
  }
  .protokol-hokkej-goalkeepers ul.col-left > li .time {
    float: left;
    margin-right: 5px;
  }
  .protokol-hokkej-goalkeepers ul.col-right {
    text-align: right;
  }
  .protokol-hokkej-goalkeepers ul.col-right > li .time {
    float: right;
    margin-left: 5px;
  }
}
.article-slider {
  margin: 35px 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .article-slider {
    margin: 35px -20px 20px;
  }
}
.article-slider .slick-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #afafaf;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  transition: background-color 0.3s ease-in-out;
}
.article-slider .slick-arrow:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/svg/icon-arrow-thin-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: inherit;
}
.article-slider .slick-arrow:hover {
  background-color: #c59f56;
}
.article-slider .slick-disabled {
  opacity: 0.25;
  cursor: default;
}
.article-slider .slick-disabled:hover {
  background-color: #afafaf;
}
.article-slider .slick-prev:before {
  transform: rotate(90deg);
}
.article-slider .slick-next:before {
  transform: rotate(-90deg);
}
.article-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.article-slider .slick-prev {
  left: 0;
}
.article-slider .slick-next {
  right: 0;
}
.article-slider .slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.article-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.article-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.article-slider .slick-dots li button:hover,
.article-slider .slick-dots li button:focus {
  outline: none;
}
.article-slider .slick-dots li button:hover:before,
.article-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.article-slider .slick-dots li button:before {
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  border-radius: 50%;
  text-align: center;
  opacity: .25;
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f82c16;
}
.article-slider .slick-dots {
  text-align: center;
  padding: 12px 0;
}
.node-header__rubrics {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 0;
}
.node-header__rubrics li {
  display: inline-block;
}
.node-header__rubrics li:after {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 5px;
  content: '•';
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
}
.node-header__rubrics li:last-child:after {
  display: none;
}
.node-header__rubrics li a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.node-header__rubrics li a:hover {
  color: #008bd7;
  text-decoration: none;
}
@media (min-width: 992px) {
  #node-header {
    min-height: 135px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-header .node-header__box {
    font-size: 0;
    white-space: nowrap;
  }
  #node-header .node-header__box:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 356px;
    content: '';
  }
  #node-header .node-header__box .node-header__wrapper .b-author .b-author__info {
    width: auto;
    font-size: 12px;
    text-align: left;
  }
  #node-header .node-header__box .node-header__wrapper .b-author .b-author__info .b-author__date {
    display: block;
  }
  #node-header .node-header__box .b-social-btns_page_node {
    display: inline-block;
  }
}
#node-header .node-header__wrapper {
  position: relative;
  min-height: 130px;
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-header .node-header__wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
  }
}
#node-header .node-header__video-wrapper {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#node-header .node-header__video {
  line-height: 0;
}
@media (max-width: 559px) {
  #node-header .node-header__video {
    margin-bottom: 0;
  }
}
#node-header .node-header__video iframe {
  width: 100% !important;
}
#node-header .node-header__title {
  font: 400 30px 'Roboto Slab';
  line-height: 1.2;
}
@media (min-width: 992px) {
  #node-header .node-header__title {
    margin-left: 65px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-header .node-header__title {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  #node-header .node-header__title.node-header__title_padding_top_bottom {
    padding: 15px 0;
  }
}
#node-header .node-header__redirect {
  margin: 20px 0;
}
@media (min-width: 992px) {
  #node-header .node-header__redirect {
    margin-left: 65px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-header .node-header__redirect {
    margin-left: -15px;
  }
}
#node-header .node-alt-redirect-link {
  /**
       * Обрезание длинных ссылок:
       */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#node-header .node-header__match {
  background: #323232;
  display: block;
  height: 47px;
  padding: 0;
  text-align: center;
  width: auto;
}
#node-header .node-header__match .wrapper {
  border-bottom: #000 solid 1px;
  border-top: #000 solid 1px;
  display: table;
  width: 100%;
}
#node-header .node-header__match .wrapper .match-info {
  display: table-cell;
  font: 700 18px "Roboto";
  height: 45px;
  vertical-align: top;
  width: auto;
}
#node-header .node-header__match .wrapper .match-info a {
  text-decoration: none;
}
#node-header .node-header__match .wrapper .match-info .match-text {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
  vertical-align: top;
}
@media (max-width: 559px) {
  #node-header .node-header__match .wrapper .match-info .match-text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#node-header .node-header__match .wrapper .match-info .match-text a {
  color: #1bb1ff;
  text-decoration: underline;
}
#node-header .node-header__match .wrapper .match-info .match-text a.matchcenter-match-live {
  color: #ff5f00;
}
#node-header .node-header__match .wrapper .match-info .club-icon {
  background: #fff;
  display: inline-block;
  height: 35px;
  line-height: 0;
  margin-top: 4px;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;
  vertical-align: top;
  width: 35px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 559px) {
  #node-header .node-header__match .wrapper .match-info .club-icon {
    display: none;
  }
}
#node-header .node-header__match .wrapper .match-info .club-icon img {
  height: 30px;
  width: 30px;
}
#node-header .node-header__match .wrapper .match-info .match-title {
  display: block;
  height: 24px;
  overflow: hidden;
}
#node-header .node-header__match .wrapper .match-info .match-center-caption {
  margin-top: -10px;
  font-size: 11px;
  line-height: 11px;
  color: #999;
}
@media (max-width: 559px) {
  #node-header .node-header__match .wrapper .match-info .match-center-caption {
    margin-top: 0;
  }
}
#node-header .node-header__similar-videos {
  display: block;
  height: 89px;
  overflow: hidden;
  width: auto;
}
#node-header .node-header__similar-videos .wrapper {
  height: 92px;
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
}
@media (max-width: 991px) {
  #node-header .node-header__similar-videos .wrapper .ps-scrollbar-x-rail {
    display: none;
  }
}
#node-header .node-header__similar-videos .wrapper ul {
  font-size: 0;
  white-space: nowrap;
}
#node-header .node-header__similar-videos .wrapper ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  #node-header .node-header__similar-videos .wrapper ul {
    width: 0;
  }
}
#node-header .node-header__similar-videos .wrapper ul li {
  display: inline-block;
  border-right: #000 solid 1px;
  background-color: #323232;
  height: 89px;
  width: 175px;
}
#node-header .node-header__similar-videos .wrapper ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  white-space: normal;
}
#node-header .node-header__similar-videos .wrapper ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
}
#node-header .node-header__similar-videos .wrapper ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#node-header .node-header__similar-videos .wrapper ul li a div {
  z-index: 1;
  position: absolute;
  bottom: 12px;
  left: 6px;
  right: 6px;
  display: block;
  height: 74px;
  line-height: 15px;
  overflow: hidden;
}
#node-header .node-header__similar-videos .wrapper ul li a div span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#node-header .node-header__similar-videos .wrapper ul li.current a {
  border: #1bb1ff solid 3px;
}
#node-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #node-content .node-content__logo {
    margin: 0 -65px 40px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-content .node-content__logo {
    margin: 15px -40px 40px;
  }
}
@media (max-width: 559px) {
  #node-content .node-content__logo {
    margin: 40px -15px;
  }
}
#node-content .node-content__logo img {
  height: auto;
  width: 100%;
}
#node-content .node-content__logo .node-content__logo-desc {
  display: inline-block;
  font: 400 12px 'Roboto';
  line-height: 1.8;
  vertical-align: top;
}
@media (min-width: 992px) {
  #node-content .node-content__logo .node-content__logo-desc {
    padding-left: 65px;
  }
}
@media (max-width: 559px) {
  #node-content .node-content__logo .node-content__logo-desc {
    padding: 0 15px;
  }
}
#node-content .node-content__body {
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #node-content .node-content__body {
    margin-right: 0;
    padding: 0 65px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-content .node-content__body {
    margin: 0 -15px 15px;
    padding: 20px 60px 0;
  }
}
@media (max-width: 559px) {
  #node-content .node-content__body {
    padding: 0;
  }
}
#node-content .node-content__body p {
  font: 400 16px 'Roboto';
  line-height: 1.6;
  margin-bottom: 25px;
}
#node-content .node-content__body p b,
#node-content .node-content__body p strong {
  font: 700 100% 'Roboto';
}
#node-content .node-content__body p u {
  text-decoration: underline;
}
#node-content .node-content__body p i,
#node-content .node-content__body p em {
  font-style: italic;
}
#node-content .node-content__body h1,
#node-content .node-content__body h2 {
  font: 700 24px 'Roboto';
  margin: 40px 0 25px;
}
#node-content .node-content__body h3 {
  font: 700 18px 'Roboto';
  margin: 25px 0 15px;
}
#node-content .node-content__body blockquote {
  margin-bottom: 25px;
  padding-left: 40px;
  /*border-top: #000 solid 2px;
      border-bottom: #000 solid 2px;
      font: 400 20px 'Roboto Slab';
      line-height: 27px;
      margin: 30px 0;
      padding: 10px 0 15px;
      @media @desktop {
        margin: 45px 80px;
      }*/
}
#node-content .node-content__body ul {
  list-style: disc;
  margin: 30px 0;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #node-content .node-content__body ul {
    padding-left: 40px;
  }
}
#node-content .node-content__body a.node-poster-gallery-tag {
  color: #000000;
  display: block;
  font-size: 12px;
  margin: 20px 0;
  max-width: 450px;
  padding-top: 155px;
  text-decoration: none;
  width: auto;
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-content .node-content__body a.node-poster-gallery-tag {
    background-position: 0 0, 50% 0, 100% 0 !important;
  }
}
@media (max-width: 559px) {
  #node-content .node-content__body a.node-poster-gallery-tag {
    background-position: 0 0, 50% 0, 100% 0 !important;
    margin: 20px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#node-content .node-content__body .introduction-block {
  font: normal 18px 'Roboto Slab';
  line-height: 1.3;
  margin: 0 0 30px 0;
}
@media (max-width: 559px) {
  #node-content .node-content__body .introduction-block {
    font: 400 18px 'Roboto Slab';
  }
}
#node-content .node-content__body .introduction-block p {
  font: 400 18px 'Roboto Slab';
  padding-left: 0;
}
@media (max-width: 559px) {
  #node-content .node-content__body .introduction-block p {
    font: 400 18px 'Roboto Slab';
  }
}
@media (min-width: 992px) {
  #node-content .node-content__body .youtube_embed_wrapper {
    margin-left: 15px;
  }
}
@media (max-width: 559px) {
  #node-content .node-content__body .youtube_embed_wrapper {
    margin: 0 -15px;
  }
}
#node-content .node-content__body .read-more {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #node-content .node-content__player_html {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #node-content .node-content__player_html {
    padding: 0 45px;
  }
}
#node-content .node-content__player_html .share_hint {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
#node-content .node-content__player_html .share_link_content {
  border: solid 1px #808080;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  width: 100%;
}
#node-content .node-content__player_html .video_share_block_link {
  margin-bottom: 20px;
}
#node-content .node-content__player_html .video_share_block_link span {
  color: #666666;
  border-bottom: 1px dashed;
  cursor: pointer;
}
#node-content .node-content__player_html .video_share_block {
  display: none;
}
#node-content .node-content__player_html .video_share_block .share_link_content {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 100%;
  line-height: 20px;
  border: solid 1px #808080;
  resize: none;
}
#node-content .node-content__matchcenter {
  display: block;
  margin: 0 0 30px;
  width: auto;
}
@media (max-width: 559px) {
  #node-content .node-content__matchcenter {
    text-align: center;
  }
}
#node-content .node-content__matchcenter img {
  height: 35px;
}
#node-content .node-content__matchcenter a {
  text-decoration: none;
  vertical-align: top;
}
#node-content .node-content__matchcenter a .text {
  border-bottom: #008bd7 solid 1px;
  display: inline-block;
  line-height: 1.4;
  margin: 10px;
  position: relative;
  vertical-align: top;
}
#node-content .node-content__matchcenter a .text:after {
  color: #ccc;
  content: 'матч-центр';
  display: block;
  font-size: 10px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
}
#node-content .node-content__matchcenter a.matchcenter-match-live {
  color: #ff5f00;
}
#node-content .node-content__matchcenter a.matchcenter-match-live .text {
  border-bottom-color: #ff5f00;
}
#node-content .node-content__matchcenter .node-content__matchcenter-videos {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 559px) {
  #node-content .node-content__matchcenter .node-content__matchcenter-videos {
    margin-left: 0;
  }
}
#node-content .node-content__matchcenter .node-content__matchcenter-videos > span {
  border-bottom: #008bd7 dotted 1px;
  color: #008bd7;
  cursor: pointer;
}
#node-content .node-content__matchcenter .node-content__matchcenter-videos > span > .icon {
  color: #000;
  display: block;
  float: left;
  height: 13px;
  margin-right: 10px;
  padding-top: 3px;
  vertical-align: top;
  width: 13px;
}
@media (max-width: 559px) {
  #node-content .node-content__matchcenter .node-content__matchcenter-videos > span {
    border-bottom: none;
    text-decoration: underline;
  }
}
#node-content .node-content__matchcenter .node-content__matchcenter-videos-list {
  display: block;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  width: auto;
}
.node-content__under .node-content__under-title {
  color: #000;
  font: 900 14px 'Roboto';
  letter-spacing: 3px;
  padding: 21px 0 20px;
  text-transform: uppercase;
}
.spb-node-content-image-wrapper {
  background: transparent;
  margin-bottom: 26px;
  overflow: hidden;
  text-align: center;
  width: auto;
}
@media (min-width: 992px) {
  .spb-node-content-image-wrapper {
    margin: 0 -65px 26px;
  }
}
@media (max-width: 559px) {
  .spb-node-content-image-wrapper {
    margin: 0 -15px 26px;
  }
}
.spb-node-content-image-wrapper > a {
  width: 100%;
}
.spb-node-content-image-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.spb-node-content-image-wrapper .spb-node-content-image-text {
  width: 450px;
  margin: 0 auto;
  color: #000;
  text-align: left;
  font-size: 13px;
}
@media (max-width: 559px) {
  .spb-node-content-image-wrapper .spb-node-content-image-text {
    padding: 0 15px;
    width: auto;
  }
}
.spb-node-content-image-wrapper .spb-node-content-image-text a,
.spb-node-content-image-wrapper .spb-node-content-image-text a:hover,
.spb-node-content-image-wrapper .spb-node-content-image-text a:visited {
  color: #000;
  text-decoration: underline;
}
.node-poster-image-tag,
.node-poster-image-tag:hover {
  background-size: cover !important;
  background-position: center 0 !important;
  color: #fff;
  display: block;
  height: 253px;
  padding-top: 4px;
  text-align: center;
  width: auto;
}
.node-poster-image-tag-new {
  display: block;
  height: auto;
  margin: 45px 0;
  line-height: 1;
  max-height: 253px;
  max-width: 450px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: auto;
}
@media (min-width: 560px) and (max-width: 991px) {
  .node-poster-image-tag-new {
    max-height: none;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 559px) {
  .node-poster-image-tag-new {
    margin: 45px -15px;
    max-width: none;
  }
}
.node-poster-image-tag-new:after {
  background: url(/sites/all/libraries/design/_spbver_/sportbox2015/gradients.png) 0 bottom repeat-x;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
}
.node-poster-image-tag-new:before {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 50px;
  margin: auto;
  padding-right: 3px;
  content: "\25B6";
  font-family: Arial, Tahoma, Helvetica;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 47px;
  border-radius: 3px;
  background-color: rgba(1, 20, 30, 0.8);
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.node-poster-image-tag-new:hover {
  text-decoration: none !important;
}
.node-poster-image-tag-new:hover:before {
  background-color: #009fdb;
}
.node-poster-image-tag-new .image {
  position: relative;
  width: 100%;
}
.node-poster-image-tag-new .poster-bg {
  display: none;
}
.node-poster-image-tag-new .title {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 1.3;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 3;
}
.node-comments-btn {
  border-bottom: #d9d9d9 solid 1px;
  display: block;
  margin: 15px -15px 0;
  text-align: center;
}
.node-comments-btn:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.node-comments-btn a,
.node-comments-btn a:hover,
.node-comments-btn a:visited {
  border: #e6e6e6 solid 1px;
  color: #000;
  display: inline-block;
  margin: 20px 0;
  padding: 8px 15px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.node-comments-btn a a,
.node-comments-btn a:hover a,
.node-comments-btn a:visited a,
.node-comments-btn a a:hover,
.node-comments-btn a:hover a:hover,
.node-comments-btn a:visited a:hover,
.node-comments-btn a a:visited,
.node-comments-btn a:hover a:visited,
.node-comments-btn a:visited a:visited {
  color: #008bd7;
}
/*
p {
  .node-infograph {
    @media @desktop {
      margin-left: -80px;
    }
  }
}
*/
.node-infograph {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.node-infograph.node-infograph__image {
  height: auto;
}
@media (max-width: 559px) {
  .instagram-media {
    margin: 15px 0 !important;
  }
}
.twitter-tweet {
  display: block !important;
  margin: 15px auto !important;
  width: auto !important;
}
.similar-content-wrapper {
  display: block;
  margin: 0 0 15px;
  overflow: hidden;
}
.similar-content-wrapper .expand-list-wraper {
  overflow: hidden;
}
.similar-content-wrapper .similar-content {
  display: block;
  margin: 0 -15px !important;
}
.similar-content-wrapper .similar-content:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.similar-content-wrapper .similar-content > li {
  display: inline-block;
  margin: 0 0 30px -2px;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
@media (min-width: 560px) and (max-width: 991px) {
  .similar-content-wrapper .similar-content > li {
    width: 50%;
  }
}
@media (max-width: 559px) {
  .similar-content-wrapper .similar-content > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.similar-content-wrapper .similar-content > li > a.image {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 559px) {
  .similar-content-wrapper .similar-content > li > a.image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.similar-content-wrapper .similar-content > li > a.image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 559px) {
  .similar-content-wrapper .similar-content > li > a.image img {
    width: 110px;
  }
}
.similar-content-wrapper .similar-content > li > a.title {
  display: block;
  padding: 5px 2px 0;
  font: 400 18px 'Roboto Slab';
  color: #000000;
  line-height: 28px;
  text-decoration: none;
  vertical-align: top;
  overflow: hidden;
  border-top: 4px solid #008bd7;
}
@media (max-width: 559px) {
  .similar-content-wrapper .similar-content > li > a.title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: inherit;
    padding: 2px 2px 0;
    border-width: 3px;
  }
}
.similar-content-wrapper .similar-content > li > a.title:visited {
  color: #754d75;
}
.similar-content-wrapper .similar-content > li > a.title:hover {
  color: #008bd7;
}
.similar-content-wrapper .similar-content > li > .created {
  padding: 7px 2px 0;
  font-size: 11px;
  color: #999;
}
.similar-content-wrapper .similar-content > li.video > a.image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\25B6";
  font-family: Arial, Tahoma, Helvetica;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
}
.similar-content-wrapper .similar-content > li .sb_c_comm_inline2 {
  display: none;
}
.similar-content-wrapper .more-rows-expander {
  background: #fff;
  height: 27px;
  line-height: 1;
  position: relative;
  text-align: center;
}
.similar-content-wrapper .more-rows-expander .btn {
  border-bottom: #808080 dashed 1px;
  color: #808080;
  font: 900 14px 'Roboto';
  line-height: 1;
  padding: 6px 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.similar-content-wrapper .tags {
  margin-bottom: 20px;
}
.similar-content-wrapper .tags .tags-and-links-item {
  color: #000;
  font-size: 13px;
  height: auto;
  line-height: 2;
  margin: 0 15px 0 0;
  padding: 0;
}
.similar-content-wrapper .tags .tags-and-links-item .tags-and-links-squad {
  display: none;
}
.similar-content-wrapper .tags a,
.similar-content-wrapper .tags a:hover,
.similar-content-wrapper .tags a:visited {
  color: #008bd7;
}
.similar-content-wrapper .game-result-block-container .tags-and-links-squad {
  display: inline-block;
}
._spb_helper_nextNodeForRubric {
  border-bottom: #d9d9d9 solid 1px;
  line-height: 24px;
  margin: 20px -15px 0;
  padding: 0 15px 20px;
}
._spb_helper_nextNodeForRubric a,
._spb_helper_nextNodeForRubric a:hover,
._spb_helper_nextNodeForRubric a:visited {
  color: #008bd7;
}
@media (min-width: 992px) {
  #goldped_place {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #goldped_place {
    padding: 0 45px;
  }
}
@media (max-width: 559px) {
  #goldped_place {
    margin: 0 -15px;
  }
  #goldped_place > h2 {
    padding: 0 15px;
  }
}
.b-source-link {
  text-align: right;
  color: #c6c6c6;
  font-size: 11px;
  font-style: italic;
}
.b-source-link a,
.b-source-link a:hover,
.b-source-link a:visited {
  color: #c6c6c6;
  text-decoration: underline;
}
.NodePage-content-block .head {
  position: relative;
  margin: 0 0 20px 0;
}
.NodePage-content-block .head .banner240x400-sm {
  display: none;
  max-width: 240px;
  max-height: 400px;
}
@media (min-width: 560px) and (max-width: 991px) {
  .NodePage-content-block .head .banner240x400-sm {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}
.NodePage-content-block .head .banner240x400-sm .b-advertise_240x400 .b-advertise__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.NodePage-content-block .head .banner240x400-xs {
  display: none;
  max-width: 240px;
  max-height: 400px;
}
@media (max-width: 559px) {
  .NodePage-content-block .head .banner240x400-xs {
    display: block;
    margin: 20px auto;
  }
}
.NodePage-content-block .head .banner240x400-xs .b-advertise_240x400 .b-advertise__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.NodePage-content-block .head .title {
  margin: 0 0 10px 0;
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
.NodePage-content-block .head .author {
  margin: 10px 0;
  padding: 0;
  font-size: 0;
}
.NodePage-content-block .head .author span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
}
.NodePage-content-block .head .author span.avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.NodePage-content-block .head .author span.avatar img {
  display: block;
  height: 45px;
  width: 45px;
}
.NodePage-content-block .head .author span.name {
  display: block;
  margin: 3px 0;
  color: #999999;
}
.NodePage-content-block .head .author span.space {
  display: none;
}
.NodePage-content-block .head .author span.date {
  display: block;
  margin: 3px 0;
  color: #999999;
}
.NodePage-content-block .head .social {
  display: block;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
}
.NodePage-content-block .head .social:after {
  content: none;
}
.NodePage-content-block .head .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.NodePage-content-block .head .social ul li {
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
.NodePage-content-block .head .social ul li a {
  display: block;
}
.NodePage-content-block .head .social ul li a .svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
}
.NodePage-content-block .head .social ul li a.social-btn_vk .svg .ico {
  fill: #4380ac;
}
.NodePage-content-block .head .social ul li a.social-btn_fb .svg .ico {
  fill: #3b579d;
}
.NodePage-content-block .head .social ul li a.social-btn_gp .svg .ico {
  fill: #de4a39;
}
@media (max-width: 559px) {
  .NodePage-content-block .head .social ul li {
    width: auto;
    border: 0;
  }
}
.NodePage-content-block .introduction {
  margin: 30px 0;
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .NodePage-content-block .introduction {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.NodePage-content-block .logo {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}
.NodePage-content-block .logo .image {
  display: block;
}
.NodePage-content-block .logo .image img {
  display: block;
  width: 100%;
}
.NodePage-content-block .logo .desc {
  display: block;
  font-size: 12px;
}
@media (min-width: 992px) {
  .NodePage-content-block .logo .desc {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.NodePage-content-block .content {
  line-height: 1.6;
}
.NodePage-content-block .content p {
  display: block;
  margin: 20px 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .NodePage-content-block .content p {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.NodePage-content-block .content blockquote {
  display: block;
  margin: 20px 0;
  padding: 0 30px;
  font-size: 14px;
  quotes: none;
}
@media (min-width: 992px) {
  .NodePage-content-block .content blockquote {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.NodePage-content-block .content .node-poster-image-tag-new {
  margin-left: auto;
  margin-right: auto;
}
.NodePage-content-block .content .b-gallery {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.NodePage-content-block .content .b-gallery li {
  margin: 40px 0;
  padding: 15px 0;
  list-style: none;
}
.NodePage-content-block .content .b-gallery li:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media (max-width: 559px) {
  .NodePage-content-block .content .b-gallery li {
    margin: 20px -15px;
  }
}
.NodePage-content-block .content .b-gallery li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.NodePage-content-block .content .b-gallery .b-gallery__link {
  position: absolute;
  display: block;
  width: 60px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
.NodePage-content-block .content .b-gallery .b-gallery__desc {
  display: block;
  padding-left: 60px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 559px) {
  .NodePage-content-block .content .b-gallery .b-gallery__desc {
    padding-right: 60px;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .NodePage-content-block .nodepage-content-float-banner240x400 {
    width: calc(100% - 260px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.NodePage-content-block .node-content__player_html {
  clear: both;
}
.NodePage-content-block:after {
  display: block;
  clear: both;
  content: '';
}
.gamepage-title {
  margin: 0 0 30px;
}
.stats-column_wrapper {
  border: #e3e3e3 solid 1px;
  border-bottom: none;
}
.tennis-match-protocol .title {
  display: block;
  font: 900 14px 'Roboto', sans-serif;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tennis-match-protocol .game-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tennis-match-protocol .game-list > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 5px 0;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.tennis-match-protocol .game-list > li .game {
  position: relative;
  display: block;
  font-size: 0;
  white-space: nowrap;
}
.tennis-match-protocol .game-list > li .game > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  white-space: normal;
}
.tennis-match-protocol .game-list > li .game > div.box-left {
  width: 45%;
  text-align: right;
}
.tennis-match-protocol .game-list > li .game > div.box-left .icons {
  text-align: left;
}
.tennis-match-protocol .game-list > li .game > div.box-left .flag {
  padding-left: 3px;
}
.tennis-match-protocol .game-list > li .game > div.box-center {
  width: 10%;
  height: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.tennis-match-protocol .game-list > li .game > div.box-right {
  width: 45%;
  text-align: left;
}
.tennis-match-protocol .game-list > li .game > div.box-right .icons {
  text-align: right;
}
.tennis-match-protocol .game-list > li .game > div.box-right .flag {
  padding-right: 3px;
}
.tennis-match-protocol .game-list > li .game > div .table-row {
  display: table;
  width: 100%;
}
.tennis-match-protocol .game-list > li .game > div .table-row .icons {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
}
.tennis-match-protocol .game-list > li .game > div .table-row .icons .icon_type_live {
  position: relative;
  color: #ff5f00;
}
.tennis-match-protocol .game-list > li .game > div .table-row .icons .icon_type_live .live-time {
  font-size: 8px;
}
.tennis-match-protocol .game-list > li .game > div .table-row .name {
  display: table-cell;
  vertical-align: middle;
}
.tennis-match-protocol .game-list > li .game > div .table-row .name a {
  color: inherit;
}
.tennis-match-protocol .game-list > li .game > div .table-row .flag {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
}
.tennis-match-protocol .game-list > li .game > div .table-row .flag img {
  display: block;
  width: 18px;
}
.tennis-match-protocol .game-list > li .game > div .winner {
  color: #578e21;
}
.tennis-match-protocol .game-list > li .game > div .draw {
  color: #ba5c00;
}
.tennis-match-protocol .game-list > li .comment {
  font-size: 11px;
  color: #999999;
  text-align: center;
}
.b-live-commentary {
  background: #f1f1f1;
  display: block;
  font: 400 11px 'Arial';
  height: 420px;
  margin: 15px -15px;
  padding: 0;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-live-commentary {
    height: 420px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 64px;
  }
}
@media (max-width: 559px) {
  .b-live-commentary {
    height: 420px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 64px;
  }
}
.b-live-commentary .labeling_row {
  display: block;
  line-height: 15px;
  margin: 10px;
  padding: 0;
  position: relative;
}
.b-live-commentary .labeling_row.after {
  content: '';
  clear: both;
  display: block;
}
.b-live-commentary .labeling_row.labeling_new {
  -webkit-animation: labeling_row 5s linear both;
  -moz-animation: labeling_row 5s linear both;
  animation: labeling_row 5s linear both;
}
@-webkit-keyframes labeling_row {
  0% {
    background-color: rgba(255, 95, 0, 0.9);
  }
  100% {
    background-color: rgba(255, 95, 0, 0);
  }
}
@-moz-keyframes labeling_row {
  0% {
    background-color: rgba(255, 95, 0, 0.9);
  }
  100% {
    background-color: rgba(255, 95, 0, 0);
  }
}
@keyframes labeling_row {
  0% {
    background-color: rgba(255, 95, 0, 0.9);
  }
  100% {
    background-color: rgba(255, 95, 0, 0);
  }
}
.b-live-commentary .labeling_row p {
  display: inline;
  margin: 0;
  padding: 0;
}
.b-live-commentary .labeling_row span {
  color: #666;
}
.b-live-commentary .labeling_row small {
  color: #000;
  display: inline;
  font-size: 10px;
}
.b-live-commentary .labeling_row small span {
  text-align: center;
  width: 15px;
}
.b-live-commentary .labeling_row small span.stats_pict {
  position: static;
}
.b-live-commentary .stats_pict {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat;
  cursor: default;
  display: inline-block;
  margin-top: -2px;
  position: relative;
  text-decoration: none !important;
  vertical-align: middle;
}
.b-live-commentary .stats_pict > span {
  background: #e4f18e url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 0 10px #000000;
  -moz-box-shadow: 2px 0 10px #000000;
  box-shadow: 2px 0 10px #000000;
  border: 1px solid #234011;
  display: none;
  height: 24px;
  left: 50%;
  margin-left: -16px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.b-live-commentary .stats_pict.stats_pict_gol {
  background-position: 0 -990px;
  width: 16px;
  height: 16px;
}
.b-live-commentary .stats_pict.stats_pict_pin {
  background-position: -42px -990px;
  width: 16px;
  height: 16px;
}
.b-live-commentary .stats_pict.stats_pict_pin_fail {
  background-position: -84px -990px;
  width: 16px;
  height: 16px;
}
.b-live-commentary .stats_pict.stats_pict_autogol {
  background-position: -126px -990px;
  width: 16px;
  height: 16px;
}
.b-live-commentary .stats_pict.stats_pict_watch {
  background-position: -252px -906px;
  width: 20px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_comments {
  background-position: 0 -822px;
  width: 7px;
  height: 9px;
}
.b-live-commentary .stats_pict.stats_pict_video {
  background-position: 0 -654px;
  width: 11px;
  height: 10px;
}
.b-live-commentary .stats_pict.stats_pict_audio {
  background-position: -84px -654px;
  width: 10px;
  height: 8px;
}
.b-live-commentary .stats_pict.stats_pict_best_moments {
  background-position: -210px -654px;
  width: 9px;
  height: 10px;
}
.b-live-commentary .stats_pict.stats_pict_yellow {
  background-position: -168px -990px;
  width: 10px;
  height: 13px;
}
.b-live-commentary .stats_pict.stats_pict_red {
  background-position: -210px -990px;
  width: 10px;
  height: 13px;
}
.b-live-commentary .stats_pict.stats_pict_yellow_red {
  background-position: -252px -990px;
  width: 10px;
  height: 13px;
}
.b-live-commentary .stats_pict.stats_pict_out {
  background-position: 0 -1074px;
  width: 10px;
  height: 12px;
}
.b-live-commentary .stats_pict.stats_pict_came {
  background-position: -42px -1074px;
  width: 10px;
  height: 12px;
}
.b-live-commentary .stats_pict.stats_pict_replace {
  background-position: -84px -1074px;
  width: 13px;
  height: 13px;
}
.b-live-commentary .stats_pict.stats_pict_var {
  background-position: 0px -779px;
  width: 14px;
  height: 12px;
}
.b-live-commentary .stats_pict.stats_pict_whistle1 {
  background-position: -127px -822px;
  width: 13px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_whistle2 {
  background-position: -127px -906px;
  width: 13px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_whistle3 {
  background-position: -126px -864px;
  width: 13px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_warning {
  background-position: -252px -822px;
  width: 4px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_barbell {
  background-position: -168px -906px;
  width: 16px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_over_time {
  background-position: -168px -864px;
  width: 16px;
  height: 14px;
}
.b-live-commentary .stats_pict.stats_pict_plus {
  background-position: -210px -822px;
  width: 12px;
  height: 12px;
}
.b-live-commentary .stats_pict.stats_pict_sound_on {
  background-position: -210px -865px;
  width: 9px;
  height: 10px;
}
.b-live-commentary .stats_pict.stats_pict_sound_off {
  background-position: -252px -865px;
  width: 11px;
  height: 10px;
}
.b-live-commentary .stats_pict.stats_pict_offside {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/offside.png) no-repeat;
}
.b-live-commentary .stats_pict.stats_pict_top {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/top.png) no-repeat;
}
.b-live-commentary .stats_pict.stats_pict_corner {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/corner.png) no-repeat;
}
.b-live-commentary .stats_pict.stats_pict_11m {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/11m.png) no-repeat;
}
.b-live-commentary .stats_pict.stats_pict_hk_gl {
  background-position: -251px -1074px;
  width: 14px;
  height: 13px;
  padding: 0 1px;
}
.b-live-commentary .stats_pict.stats_pict_hk_gl_cancel {
  width: 15px;
  height: 13px;
  background-position: -127px -1645px;
}
.b-live-commentary .stats_pict.stats_pict_hk_pen {
  background: url('https://s-cdn.sportbox.ru/sites/default/files/stats_img/s/sb/c/stat/report/penal.gif') no-repeat;
}
.b-live-commentary .stats_pict.stats_pict_hk_pass {
  background: url('https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png') -283px -1032px no-repeat;
  width: 17px;
  height: 16px;
}
.b-live-commentary .stats_pict.stats_pict_gol span {
  background-position: 4px -986px;
}
.b-live-commentary .stats_pict.stats_pict_pin span {
  background-position: -38px -986px;
}
.b-live-commentary .stats_pict.stats_pict_pin_fail span {
  background-position: -80px -986px;
}
.b-live-commentary .stats_pict.stats_pict_autogol span {
  background-position: -122px -986px;
}
.b-live-commentary .stats_pict.stats_pict_yellow span {
  background-position: -161px -985px;
}
.b-live-commentary .stats_pict.stats_pict_red span {
  background-position: -203px -985px;
}
.b-live-commentary .stats_pict.stats_pict_yellow_red span {
  background-position: -245px -985px;
}
.b-live-commentary .stats_pict.stats_pict_out span {
  background-position: -7px -1069px;
}
.b-live-commentary .stats_pict.stats_pict_came span {
  background-position: -35px -1069px;
}
.b-live-commentary .stats_pict.stats_pict_replace span {
  background-position: -78px -1069px;
}
.b-live-commentary .commentary-list__time {
  display: block;
  float: left;
  margin-right: 5px;
}
.b-live-commentary .commentary-list__icon {
  display: block;
  float: left;
}
.b-live-commentary .commentary-list__icon span {
  margin-right: 4px;
  width: 18px;
}
.b-live-commentary .commentary-list__descr {
  color: #000 !important;
}
.b-live-commentary .commentary-list__descr:after {
  content: '';
  clear: both;
  display: block;
}
.b-live-commentary .commentary-list__descr-b {
  color: #000 !important;
  font-weight: bold;
  margin-right: 5px;
}
.commentary-list__time-b {
  font-weight: bold;
  font-size: 14px;
}
.b-videos {
  display: block;
  padding: 15px 0;
}
.b-videos.show_all li:nth-child(n+5):after {
  content: '•';
}
.b-videos.show_all li:nth-child(n+5) {
  display: inline;
}
.b-videos.show_all li:last-child:after {
  content: "";
}
.b-videos li {
  color: #000;
  display: inline;
  font: 400 12px 'Roboto';
  line-height: 30px;
}
.b-videos li:nth-child(n+5):after {
  content: "";
}
.b-videos li:nth-child(n+5) {
  display: none;
}
.b-videos li:last-child {
  display: inline;
}
.b-videos li:after {
  content: '•';
  font-family: Arial;
  font-size: 13px;
  margin-right: 5px;
  margin-left: 5px;
}
.b-videos li:first-child:after {
  content: '';
}
.b-videos li:last-child:after {
  content: '';
}
.b-videos li .b-videos-more {
  color: #000;
}
.b-videos li .b-videos-more span {
  border-bottom: #000 dashed 1px;
}
.b-teams {
  display: block;
  margin-top: 30px;
}
.b-teams__side-left,
.b-teams__side-right {
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.b-teams__side-left table,
.b-teams__side-right table {
  margin-top: 10px;
  width: 100%;
}
.b-teams__side-left .num,
.b-teams__side-right .num {
  text-align: right;
}
.b-teams__side-left .b-teams__reserv_title_points {
  float: right;
}
.b-teams__side-left .b-teams__player_points {
  display: block;
  width: 30px;
  float: right;
  text-align: center;
}
@media (max-width: 559px) {
  .b-teams__side-left {
    margin-bottom: 30px;
  }
}
.b-teams__side-right {
  text-align: right;
}
.b-teams__side-right .b-teams__reserv_title_points {
  float: left;
}
.b-teams__side-right .b-teams__player_points {
  display: block;
  width: 30px;
  float: left;
  text-align: center;
}
.b-teams__side-right .num {
  text-align: left;
}
.b-teams__string:nth-of-type(odd) {
  background: #ebebeb;
}
.b-teams__player {
  font: 400 11px 'Roboto';
  height: 31px;
  vertical-align: middle;
}
.b-teams__player .num {
  display: inline-block;
  line-height: 0;
  width: 40px;
}
.b-teams__player .flag {
  display: inline-block;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
.b-teams__logo {
  border: #ededed solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  padding: 11px 0;
  width: 56px;
  height: 56px;
  line-height: 34px;
}
.b-teams__logo img {
  max-height: 30px;
  max-width: 30px;
  vertical-align: middle;
}
.b-teams__name {
  display: inline-block;
  font: 700 16px 'Roboto';
  height: 56px;
  line-height: 56px;
  margin: 0 15px;
  vertical-align: top;
}
.b-teams__reserv_title {
  display: block;
  font: 400 12px 'Roboto';
  margin: 40px 0 10px;
}
@media (max-width: 559px) {
  .b-teams__reserv_title {
    margin: 20px 0 10px;
  }
}
.b-teams__score_title {
  font: 400 11px 'Roboto';
}
/* stats_picts */
.stats_pict {
  display: inline-block;
  background: url(mainSprite.png) no-repeat;
  text-decoration: none;
  cursor: default;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}
.stats_pict:hover {
  text-decoration: none;
}
.stats_pict_gol {
  background-position: 0 -990px;
  width: 16px;
  height: 16px;
}
.stats_pict_pin {
  background-position: -42px -990px;
  width: 16px;
  height: 16px;
}
.stats_pict_pin_fail {
  background-position: -84px -990px;
  width: 16px;
  height: 16px;
}
.stats_pict_autogol {
  background-position: -126px -990px;
  width: 16px;
  height: 16px;
}
.stats_pict_watch {
  background-position: -252px -906px;
  width: 20px;
  height: 14px;
}
.stats_pict_comments {
  background-position: 0 -822px;
  width: 7px;
  height: 9px;
}
.stats_pict_video {
  background-position: 0 -654px;
  width: 11px;
  height: 10px;
}
.stats_pict_audio {
  background-position: -84px -654px;
  width: 10px;
  height: 8px;
}
.stats_pict_best_moments {
  background-position: -210px -654px;
  width: 9px;
  height: 10px;
}
.stats_pict_yellow {
  background-position: -168px -990px;
  width: 10px;
  height: 13px;
}
.stats_pict_red {
  background-position: -210px -990px;
  width: 10px;
  height: 13px;
}
.stats_pict_yellow_red {
  background-position: -252px -990px;
  width: 10px;
  height: 13px;
}
.stats_pict_out {
  background-position: 0 -1074px;
  width: 10px;
  height: 12px;
}
.stats_pict_came {
  background-position: -42px -1074px;
  width: 10px;
  height: 12px;
}
.stats_pict_replace {
  background-position: -84px -1074px;
  width: 13px;
  height: 13px;
}
.stats_pict_whistle1 {
  background-position: -127px -822px;
  width: 13px;
  height: 14px;
}
.stats_pict_whistle2 {
  background-position: -127px -906px;
  width: 13px;
  height: 14px;
}
.stats_pict_whistle3 {
  background-position: -126px -864px;
  width: 13px;
  height: 14px;
}
.stats_pict_warning {
  background-position: -252px -822px;
  width: 4px;
  height: 14px;
}
.stats_pict_barbell {
  background-position: -168px -906px;
  width: 16px;
  height: 14px;
}
.stats_pict_over_time {
  background-position: -168px -864px;
  width: 16px;
  height: 14px;
}
.stats_pict_plus {
  background-position: -210px -822px;
  width: 12px;
  height: 12px;
}
.stats_pict_sound_on {
  background-position: -210px -865px;
  width: 9px;
  height: 10px;
}
.stats_pict_sound_off {
  background-position: -252px -865px;
  width: 11px;
  height: 10px;
}
.stats_pict_offside {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/offside.png) no-repeat;
}
.stats_pict_top {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/top.png) no-repeat;
}
.stats_pict_corner {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/corner.png) no-repeat;
}
.stats_pict_11m {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/11m.png) no-repeat;
}
.stats_pict_hk_gl {
  background-position: -251px -1074px;
  width: 14px;
  height: 13px;
  padding: 0 1px;
}
.stats_pict_hk_pen {
  background: url('https://s-cdn.sportbox.ru/sites/default/files/stats_img/s/sb/c/stat/report/penal.gif') no-repeat;
}
.stats_pict_hk_pass {
  background: url('https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png') -283px -1032px no-repeat;
  width: 17px;
  height: 16px;
}
.stats_pict_hk_gl_cancel {
  width: 15px;
  height: 13px;
  background-position: -127px -1645px;
}
.b-onlines.b-onlines_page_matchcenter:not(.open) > div:last-child {
  display: block;
}
.b-onlines.b-onlines_page_matchcenter__item_more_link {
  display: none;
  text-align: center;
  height: 54px;
  padding: 20px 0 20px 0;
}
.b-onlines.b-onlines_page_matchcenter__item_more_link a {
  text-decoration: none;
  border-bottom: #9f9f9f dashed 1px;
  color: #9f9f9f;
  font-weight: 700;
}
.b-referee {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 559px) {
  .b-referee:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
}
.b-referee.b-referee_width_max {
  text-align: center;
  width: 100%;
}
.b-referee.b-referee_mb_big {
  margin-bottom: 15px;
}
.b-referee__title {
  color: #000;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  margin: 0;
  padding: 17px 0;
  text-transform: uppercase;
}
.b-referee__wrap {
  display: inline-block;
}
.b-referee__photo {
  display: block;
  margin-bottom: 10px;
}
.b-referee__name {
  color: #008bd7;
  text-decoration: none;
}
.b-referee__name:hover {
  text-decoration: underline;
}
.b-referee__country {
  color: #000;
  font: 400 12px 'Roboto';
}
.b-referee__helpers {
  color: #000;
  font: 400 12px 'Roboto';
  margin-top: 10px;
}
.b-stadium {
  display: block;
  margin: 30px 0;
}
@media (max-width: 559px) {
  .b-stadium:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
}
.b-stadium__title {
  color: #000;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  margin: 0;
  padding: 17px 0;
  text-transform: uppercase;
}
.b-stadium__photo {
  margin-bottom: 10px;
}
.b-stadium__name {
  color: #008bd7;
  text-decoration: none;
}
.b-stadium__name:hover {
  text-decoration: underline;
}
.b-stadium__location {
  color: #000;
  font: 400 12px 'Roboto';
}
.b-stadium__audience {
  color: #000;
  font: 400 12px 'Roboto';
  margin-top: 10px;
}
.b-legend {
  display: block;
  padding: 15px 0;
}
.b-legend__title {
  color: #999;
  display: block;
  font: 400 12px 'Roboto';
  margin-bottom: 15px;
  text-align: center;
}
.b-legend__title span {
  border-bottom: #999 dashed 1px;
  cursor: pointer;
}
.b-legend__wrap {
  color: #999;
  font: 400 12px 'Roboto';
}
@media (min-width: 992px) {
  .b-match-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .b-match-small-wrapper {
    min-height: 293px;
  }
}
.b-match {
  display: block;
  margin: 15px 0;
  padding-top: 15px;
  position: relative;
}
.b-match:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-match__side,
.b-match__monitor {
  display: block;
  min-height: 10px;
  float: left;
  width: 22%;
}
.b-match__side_left {
  text-align: left;
  width: 39%;
}
@media (max-width: 559px) {
  .b-match__side_left.match_events_left {
    width: 50%;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-match__side_left.match_events_left {
    width: 50%;
  }
}
.b-match__side_right {
  text-align: right;
  width: 39%;
}
@media (max-width: 559px) {
  .b-match__side_right.match_events_right {
    width: 50%;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-match__side_right.match_events_right {
    width: 50%;
  }
}
.b-match__monitor {
  line-height: 24px;
  text-align: center;
}
.b-match__livebtn,
.b-match__livebtn:hover {
  color: #ff5f00;
  font: 400 12px 'Roboto';
  left: 50%;
  margin-left: -23px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
.b-match__monitor__count {
  font: 700 24px 'Roboto';
}
@media (min-width: 992px) {
  .b-match__monitor__count {
    line-height: 40px;
  }
}
@media (max-width: 720px) {
  .b-match__monitor__count {
    font-size: 16px;
  }
}
.b-match__monitor__count.b-match__monitor__count_status_live {
  color: #ff5f00;
}
.b-match__additional-info {
  color: #808080;
  font: 400 12px 'Roboto';
}
.b-match__events .match_count_date {
  color: #808080;
  display: block;
  font: 400 12px 'Roboto';
  margin-top: 24px;
}
.b-match__events .match_count_watch_full {
  display: block;
  width: 73px;
  margin: 5px auto;
  padding: 7px 0;
  font-size: 11px;
  line-height: 1.3;
  color: #fff !important;
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat 0 -1158px;
  text-decoration: none !important;
}
.b-match__player {
  min-height: 100px;
}
.b-match__player:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-match__team-logo {
  display: none;
  height: 40px;
  text-align: center;
  vertical-align: top;
  width: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .b-match__team-logo {
    display: block;
  }
}
.b-match__side_left .b-match__team-logo {
  float: left;
}
.b-match__side_right .b-match__team-logo {
  float: right;
}
.b-match__team-logo img {
  max-height: 40px;
  max-width: 40px;
  vertical-align: middle;
}
.b-match__team-title {
  color: #008bd7;
  display: block;
  font: 400 24px 'Roboto';
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .b-match__team-title {
    padding-top: 3px;
  }
}
.b-match__side_left .b-match__team-title {
  padding-left: 5px;
}
@media (max-width: 720px) {
  .b-match__side_left .b-match__team-title {
    padding-left: 0;
  }
}
.b-match__side_right .b-match__team-title {
  padding-right: 5px;
}
@media (max-width: 720px) {
  .b-match__side_right .b-match__team-title {
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .b-match__team-title {
    font-size: 16px;
    font-weight: 700;
  }
}
.b-match__team-desc {
  font-size: 12px;
  line-height: 24px;
}
.b-match__team-desc p span {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}
.b-match-events:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-match__goals {
  display: block;
  margin-top: 20px;
  width: 180px;
}
@media (max-width: 720px) {
  .b-match__goals {
    width: 135px;
  }
}
@media (max-width: 559px) {
  .b-match__goals {
    width: 160px;
  }
}
.b-match__side_left .b-match__goals {
  float: left;
}
.b-match__side_right .b-match__goals {
  float: right;
}
.b-match__goals li {
  border-top: #ededed solid 1px;
  font: 400 12px 'Roboto';
  padding: 5px;
  position: relative;
  white-space: nowrap;
}
.b-match__goals li:last-child {
  border-bottom: #ededed solid 1px;
}
.b-match__goals li.b-match__video-li:hover {
  background: #f2f2f2;
}
.b-match__goals li .match_event_name {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .b-match__goals li .match_event_name {
    max-width: 100px;
  }
}
.b-match__goals li a,
.b-match__goals li a:hover {
  text-decoration: none;
}
.b-match__side_left .b-match__goals li a .stats_pict,
.b-match__side_left .b-match__goals li a:hover .stats_pict {
  margin-left: 0;
  margin-right: 5px;
}
.b-match__side_left .b-match__goals li .stats_pict {
  margin-right: 5px;
}
.b-match__side_left .b-match__goals li .stats_pict.stats_pict_watch {
  margin-left: 5px;
  margin-right: 0;
}
.b-match__side_right .b-match__goals li .stats_pict {
  margin-left: 5px;
}
.b-match__side_right .b-match__goals li .stats_pict.stats_pict_watch {
  margin-left: 0;
  margin-right: 5px;
}
.b-match__goals .b-match__video-link {
  display: block;
  width: 100%;
}
.b-match__goals .b-match__video-icon {
  color: #000;
  display: block;
  margin: 0 3px;
  position: absolute;
  top: 7px;
}
.b-match__side_left .b-match__goals .b-match__video-icon {
  right: 0;
}
.b-match__side_right .b-match__goals .b-match__video-icon {
  left: 0;
}
.b-match__goals .b-match__assists-left-block {
  color: #888;
  margin-left: 25px;
  font-size: 11px;
}
.b-match__goals .b-match__assists-right-block {
  color: #888;
  margin-right: 25px;
  font-size: 11px;
}
.b-field {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/field-pattern-2.gif) 0 0 repeat-y;
  background-size: 100%;
  display: block;
  position: relative;
  width: 100%;
}
.b-field:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .b-field {
    margin: 15px 0;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-field {
    display: table;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 559px) {
  .b-field {
    background: none;
    margin: 0 0 15px 0;
  }
}
.b-field__count {
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font: 400 18px Arial;
  left: 50%;
  margin: 0 0 0 -33px;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 66px;
  z-index: 1;
}
@media (max-width: 559px) {
  .b-field__count {
    display: none;
  }
}
.b-field__field:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-field__side {
  display: block;
}
@media (min-width: 992px) {
  .b-field__side {
    float: left;
    width: 50%;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-field__side {
    float: left;
    width: 50%;
  }
}
@media (max-width: 559px) {
  .b-field__side {
    background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/field-pattern-2.gif) 0 0 repeat-y;
    background-size: 200%;
    margin-top: 15px;
    width: 100%;
  }
}
.b-field__side.b-field__side_left {
  background-position: 0 0;
  text-align: left;
}
.b-field__side.b-field__side_right {
  background-position: 100% 0;
  text-align: right;
}
.b-field__info {
  display: table;
  width: 100%;
}
.b-field__info:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-field__side_right.b-field__info {
  background-position: 100% 0;
}
.b-field__position {
  color: #7cab64;
  display: table-cell;
  font: 400 18px Arial;
  padding: 5px;
  white-space: nowrap;
}
.b-field__side_left .b-field__position {
  text-align: right;
}
.b-field__side_right .b-field__position {
  text-align: left;
}
.b-field__logo-wrap {
  display: table-cell;
  vertical-align: top;
  width: 30px;
}
.b-field__logo {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 30px;
  margin: 10px;
  padding: 3px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  line-height: 20px;
}
.b-field__logo img {
  max-height: 24px;
  max-width: 24px;
  width: auto;
  vertical-align: middle;
}
.b-field__rubashka {
  clear: both;
  display: table-cell;
  padding: 0 3px;
  position: relative;
  top: 12px;
  vertical-align: top;
  width: 25px;
}
.b-field__rubashka div {
  display: block;
  height: 28px;
  position: relative;
  width: 25px;
}
.b-field__rubashka-left {
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}
.b-field__rubashka-right {
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.b-field__rubashka-briefs {
  bottom: 0;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}
.b-field__rubashka-nakladka {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/form.png) no-repeat -3px -2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-field__team {
  display: table-cell;
  padding-top: 15px;
  vertical-align: top;
}
.b-field__team a,
.b-field__team a:hover {
  color: #fff;
  display: block;
  font: 400 18px 'Roboto';
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .b-field__team a,
  .b-field__team a:hover {
    max-width: 158px;
  }
}
.b-field__zona {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/field-3.gif) 0 0 no-repeat;
  background-size: 200% 100%;
  height: auto;
  position: relative;
  width: auto;
}
@media (min-width: 992px) {
  .b-field__zona {
    min-height: 298px;
  }
}
.b-field__zona.right {
  background-position: 100% 0;
}
.b-field__zona .igrok {
  height: 0;
  line-height: 1;
  overflow: visible;
  opacity: 0;
  position: absolute;
  text-align: center;
}
.b-field__zona .igrok a,
.b-field__zona .igrok a:hover {
  color: #fff;
  font: 400 10px Arial;
  text-decoration: none;
}
.b-field__zamena {
  padding: 15px 0 25px;
}
.b-field__zamena div {
  float: left;
  margin: 0 15px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
}
.b-field__zamena div.player__popup {
  top: -10px;
}
.b-field__zamena .events {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -47px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
}
.b-field__zamena .events .stats_pict {
  margin-right: -2px;
}
.b-field__zamena .events .stats_pict span {
  box-shadow: 2px 0 10px #000;
}
.b-field__zamena a {
  color: #fff;
  text-decoration: none !important;
  font-size: 10px;
  line-height: 1.2;
}
.b-field__zamena a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 559px) {
  .b-field__zamena {
    padding: 30px 0 10px;
  }
}
.b-field__zamena.right div {
  float: right;
}
.b-field__reserv {
  position: absolute;
  width: 50%;
  bottom: 5px;
  line-height: 1.2;
  margin: 0;
  max-height: 32px;
  overflow: hidden;
}
@media (max-width: 559px) {
  .b-field__reserv {
    position: relative;
    width: 100%;
  }
}
.b-field__reserv a {
  color: #7cab64;
  display: inline-block;
  font-family: 'Arial';
  text-decoration: none;
  margin: 0 5px;
  line-height: 1.2;
  font-size: 10px;
  white-space: nowrap;
}
.b-field__reserv a:hover {
  color: #7cab64;
}
div.player__popup {
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
  z-index: 1000;
  text-align: left;
  position: absolute;
  top: 15px;
  left: -100%;
}
div.player__popup table {
  min-width: 165px;
  font-size: 12px;
}
div.player__popup th {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 6px;
}
.player__param {
  padding-left: 10px;
}
.b-field__zona div.player__popup a,
.b-field__zamena div.player__popup a,
.b-field__zona div.player__popup a:hover,
.b-field__zamena div.player__popup a:hover {
  color: #008bd7;
  font-size: 13px;
  text-decoration: underline;
}
.b-stat-table {
  clear: both;
  display: block;
  position: relative;
}
.b-stat-table__title {
  color: #000;
  display: block;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 !important;
  padding: 15px !important;
  text-align: center;
  text-transform: uppercase;
}
.b-stat-table__wrapper {
  background: #e0e0e0;
}
.b-stat-table__wrapper:before {
  background: #ebebeb;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  top: 164px;
  width: 100%;
}
#match_center_gate {
  background: #e1e1e1 url(https://s-cdn.sportbox.ru/sites/all/themes/s2/img/s/sb/stat/gate2.png) no-repeat 0 0;
  background-size: 100% 134px;
  height: 134px;
  margin: 0 auto;
  position: relative;
}
#match_center_gate #command1_match_center_off_target,
#match_center_gate #command1_match_center_bar_left,
#match_center_gate #command1_match_center_bar_top,
#match_center_gate #command1_match_center_bar_right,
#match_center_gate #command1_match_center_shot_on_goal,
#match_center_gate #command2_match_center_off_target,
#match_center_gate #command2_match_center_bar_left,
#match_center_gate #command2_match_center_bar_top,
#match_center_gate #command2_match_center_bar_right,
#match_center_gate #command2_match_center_shot_on_goal {
  position: absolute;
  font-size: 12px;
}
#match_center_gate #command1_match_center_off_target {
  width: 22px;
  left: 24%;
  top: 7px;
  text-align: center;
}
#match_center_gate #command1_match_center_bar_left {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 9%;
  top: 66px;
}
#match_center_gate #command1_match_center_bar_top {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 25%;
  top: 30px;
}
#match_center_gate #command1_match_center_bar_right {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 41%;
  top: 66px;
}
#match_center_gate #command1_match_center_shot_on_goal {
  width: 48px;
  left: 20%;
  top: 86px;
  text-align: center;
}
#match_center_gate #command1_match_center_shot_on_goal span {
  font-size: 18px;
  font-weight: bold;
}
#match_center_gate #command2_match_center_off_target {
  width: 22px;
  left: 73%;
  top: 7px;
  text-align: center;
}
#match_center_gate #command2_match_center_bar_left {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 58%;
  top: 66px;
}
#match_center_gate #command2_match_center_bar_top {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 73%;
  top: 30px;
}
#match_center_gate #command2_match_center_bar_right {
  background: #f2f2f2;
  padding: 2px 5px;
  left: 88%;
  top: 66px;
}
#match_center_gate #command2_match_center_shot_on_goal {
  width: 48px;
  left: 68%;
  top: 86px;
  text-align: center;
}
#match_center_gate #command2_match_center_shot_on_goal span {
  font-size: 18px;
  font-weight: bold;
}
.match_shots_table {
  background: #ebebeb;
  margin-top: -1px;
  clear: right;
}
.match_shots_table table {
  width: 100%;
  color: #333;
  font-size: 11px;
}
.match_shots_table table,
.match_shots_table tbody,
.match_shots_table tr,
.match_shots_table td,
.match_shots_table th {
  border: none;
  margin: 0;
  background: none;
}
.match_shots_table th {
  text-align: center;
  font-weight: normal;
}
.match_shots_table .sb_c_stat_stat_head {
  border-top: 1px solid #fff;
}
.match_shots_table .sb_c_stat_stat_head td,
.match_shots_table .sb_c_stat_stat_head th {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #000;
}
.match_shots_table .sb_c_stat_stat_head td {
  vertical-align: top;
  text-align: center;
  color: #333;
  cursor: default;
  font-size: 12px;
}
.match_shots_table .sb_c_stat_stat th {
  color: #333;
  cursor: default;
  line-height: 1;
  vertical-align: top;
}
.match_shots_table .sb_c_stat_stat .r {
  text-align: right;
}
.match_shots_table .sb_c_stat_stat .progress {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 11px;
  float: left;
  width: 46px;
  position: relative;
  margin-right: 4px;
}
.match_shots_table .sb_c_stat_stat .progress span {
  position: absolute;
  height: 100%;
  right: 0;
  background: #73ac44;
  overflow: hidden;
  width: 0;
  text-indent: -100px;
}
.match_shots_table .sb_c_stat_stat .r .progress {
  float: right;
  margin-right: 0;
  margin-left: 6px;
}
.match_shots_table .sb_c_stat_stat .r .progress span {
  right: auto;
  left: 0;
  background: #858585;
}
.match_shots_table .separate td,
.match_shots_table .separate th {
  font-weight: bold;
}
.b-timeline {
  display: block;
  height: 19px;
  position: relative;
  margin: 40px 35px 40px 15px;
  clear: both;
  background: #e7e7e7;
}
.b-timeline.b-timeline-end {
  background: #8dc73f;
}
.b-timeline.b-timeline-end:after {
  background: #8dc73f;
}
.b-timeline:before {
  background: #8dc73f;
}
.b-timeline:after {
  background: #e7e7e7;
}
.b-timeline:before,
.b-timeline:after {
  content: ' ';
  display: block;
  height: 19px;
  float: left;
  position: absolute;
  width: 20px;
}
.b-timeline:before {
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  left: -18px;
}
.b-timeline:after {
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  right: -35px;
  width: 35px;
}
.b-timeline .progress {
  position: absolute;
  background: #8dc73f;
  height: 100%;
  width: 0;
}
.b-timeline .commands {
  position: absolute;
  height: 100%;
  width: 35px;
  left: 0;
  top: 0;
}
.b-timeline .event_left_command {
  bottom: 25px;
}
.b-timeline .event_right_command {
  top: 25px;
}
.b-timeline .left_command_logo {
  left: -18px;
  position: absolute;
  bottom: 22px;
}
.b-timeline .right_command_logo {
  left: -18px;
  position: absolute;
  top: 22px;
}
.b-timeline .right_border_radius {
  display: none;
}
.b-timeline .right_border_radius.green {
  background-color: #8dc73f;
}
.b-timeline .minuta {
  font-size: 11px;
  color: #000;
  height: 100%;
  position: absolute;
  z-index: 1;
  line-height: 19px;
  width: 30px;
  text-align: center;
}
.b-timeline .minuta strong {
  font-size: 14px;
}
.b-timeline .stats_pict {
  position: absolute;
  z-index: 2;
}
.b-timeline .stats_pict_gol {
  margin-left: -8px;
}
.b-timeline .stats_pict_pin {
  margin-left: -8px;
}
.b-timeline .stats_pict_pin_fail {
  margin-left: -8px;
}
.b-timeline .stats_pict_autogol {
  margin-left: -8px;
}
.b-timeline .stats_pict_yellow {
  margin-left: -5px;
}
.b-timeline .stats_pict_red {
  margin-left: -5px;
}
.b-timeline .stats_pict_yellow_red {
  margin-left: -5px;
}
.b-timeline .stats_pict_out {
  margin-left: -5px;
}
.b-timeline .stats_pict_came {
  margin-left: -5px;
}
.b-timeline .stats_pict_replace {
  margin-left: -6px;
}
.b-timeline .event_left_command.stats_pict_yellow,
.b-timeline .event_left_command.stats_pict_red,
.b-timeline .event_left_command.stats_pict_yellow_red,
.b-timeline .event_left_command.stats_pict_out,
.b-timeline .event_left_command.stats_pict_came,
.b-timeline .event_left_command.stats_pict_replace {
  bottom: 27px;
}
.b-timeline .event_right_command.stats_pict_yellow,
.b-timeline .event_right_command.stats_pict_red,
.b-timeline .event_right_command.stats_pict_yellow_red,
.b-timeline .event_right_command.stats_pict_out,
.b-timeline .event_right_command.stats_pict_came,
.b-timeline .event_right_command.stats_pict_replace {
  top: 27px;
}
/* tourney_select */
.sb_c_tourney_drop {
  color: #000;
  display: inline-block;
  height: auto;
  position: static;
  vertical-align: top;
  z-index: 2;
}
.sb_c_tourney_drop .dropbox {
  z-index: 2;
}
.sb_c_tourney_drop .option {
  color: #000;
  padding: 1px 10px;
}
.sb_c_tourney_drop .optgroup {
  font-style: normal;
}
.sb_c_tourney_drop .optgrp {
  padding-left: 5px;
  font-weight: bold;
}
.sb_c_tourney_drop .sb_stats_selector {
  background: #ebebeb;
  border-right: 1px solid #fff;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 1px;
  margin-right: 10px;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.sb_c_tourney_drop .sb_stats_selector:after {
  background: url('/sites/all/libraries/design/_spbver_/sportbox2015/icons.png') 0 -40px no-repeat;
  content: '';
  height: 45px;
  right: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.sb_c_tourney_drop .sb_stats_selector:before {
  background: url('/sites/all/libraries/design/_spbver_/sportbox2015/icons.png') 0 -85px no-repeat;
  content: '';
  height: 45px;
  left: -10px;
  top: 0;
  position: absolute;
  width: 10px;
}
.sb_c_tourney_drop .sb_stats_selector:first-child:before {
  display: none;
}
.sb_c_tourney_drop .sb_stats_selector .selected {
  position: relative;
  z-index: 2;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 0;
  margin: 0;
}
.sb_c_tourney_drop .sb_stats_selector .selected:hover {
  background-position: right -74px;
}
.sb_c_tourney_drop .sb_stats_selector .selected span {
  border-bottom: #008bd7 dashed 1px;
  color: #008bd7;
}
.sb_c_tourney_drop .sb_stats_selector .dropbox {
  z-index: 3;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  left: 6px;
  top: 45px;
  border-top: none;
  padding: 5px 0;
  cursor: default;
  box-shadow: 3px 5px 20px #999;
  -moz-box-shadow: 3px 5px 20px #999;
  -webkit-box-shadow: 3px 5px 20px #999;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sb_c_tourney_drop .sb_stats_selector .option {
  display: block;
}
.sb_c_tourney_drop .sb_stats_selector .option a {
  white-space: nowrap;
  display: block;
  padding: 1px 5px;
  color: #666;
  text-decoration: none;
}
.sb_c_tourney_drop .sb_stats_selector .option a:hover {
  text-decoration: none;
}
.sb_c_tourney_drop .sb_stats_selector .option.before a {
  color: #000000;
}
.sb_c_tourney_drop .sb_stats_selector .option.current a {
  color: #ff5300;
}
.sb_c_tourney_drop .sb_stats_selector .option.after a {
  color: #999999;
}
.sb_c_tourney_drop .sb_stats_selector .hover {
  background: #eee;
  color: #000;
  text-decoration: none;
}
.sb_c_tourney_drop .sb_stats_selector:last-child .selected,
.sb_c_tourney_drop .sb_stats_selector.lastSelector .selected {
  background-position: right -111px;
}
.sb_c_tourney_drop .sb_stats_selector:last-child .selected:hover,
.sb_c_tourney_drop .sb_stats_selector.lastSelector .selected:hover {
  background-position: right -148;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none {
  background: none;
  padding: 0 15px;
  position: relative;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none:before,
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none:after {
  display: none;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none .selected {
  background: none;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none .selected:after {
  background: none;
  color: #000;
  content: 'Y';
  display: inline-block;
  font: 400 100% 'SPB Icons';
  margin-left: 5px;
  margin-top: 14px;
  vertical-align: top;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none .selected strong {
  font-weight: 400;
}
.sb_c_tourney_drop .sb_stats_selector.sb_stats_selector_bg_none .dropbox {
  left: 0;
  top: 33px;
}
#content .sb_c_tourney_drop a.tour-selector-after-item {
  color: #008bd7;
}
.tour-selector-after-item {
  display: inline-block;
  margin-left: 13px !important;
  margin-right: 0 !important;
  height: 45px !important;
  line-height: 45px !important;
  font-size: 20px;
  text-transform: lowercase;
  vertical-align: middle;
}
span.tour-selector-after-item {
  display: none;
}
.tour-selector-after-item,
a.tour-selector-after-item,
a.tour-selector-after-item:link,
a.tour-selector-after-item:visited,
a.tour-selector-after-item:hover {
  color: #008bd7;
}
.tour-selector-after-item.active span {
  padding: 0 5px;
  background: #e6e6e6;
}
.tour-selector-after-item.active span a {
  color: #000000;
}
.tour-main-link.tour-selector-after-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #0067be;
  height: 45px;
  line-height: 45px;
  margin-left: 12px;
  padding: 0 15px 0 0;
  position: relative;
}
.tour-main-link.tour-selector-after-item:before {
  border-style: solid;
  border-width: 23px 20px 23px 0;
  border-color: transparent #ebebeb transparent transparent;
  content: '';
  height: 0;
  left: -21px;
  line-height: 0;
  position: absolute;
  top: -2px;
  width: 0;
  z-index: 2;
}
.tour-main-link.tour-selector-after-item:after {
  border-style: solid;
  border-width: 22px 19px 22px 0;
  border-color: transparent #fff transparent transparent;
  content: '';
  height: 0;
  left: -19px;
  line-height: 0;
  position: absolute;
  top: -1px;
  width: 0;
  z-index: 3;
}
.tour-main-link.tour-selector-after-item span:before {
  border-style: solid;
  border-width: 24px 21px 24px 0;
  border-color: transparent #fff transparent transparent;
  content: '';
  height: 0;
  left: -21px;
  line-height: 0;
  position: absolute;
  top: -4px;
  width: 0;
  z-index: 1;
}
/* /tourney_select */
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr:first-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr:last-child {
    display: table-row;
  }
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td {
  text-align: center;
}
@media (min-width: 1200px) {
  .MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td:last-child {
    padding-left: 30px;
  }
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td:nth-of-type(2) {
  text-align: left;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/img/medal-icons.png) no-repeat;
  width: 20px;
  height: 20px;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-gold {
  background-position: 0 0;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-silver {
  background-position: -22px 0;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-bronze {
  background-position: -44px 0;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-all {
  background: none;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td i.icon-medal-all:after {
    display: none;
  }
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td.text-medal-gold {
  color: #b99710;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td.text-medal-silver {
  color: #808080;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table thead tr td.text-medal-bronze {
  color: #a7611d;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr:hover {
  background: #daebf8;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td {
  font-size: 12px;
  text-align: center;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td:first-child {
  color: #808080;
}
@media (min-width: 1200px) {
  .MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 559px) {
  .MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td .flag {
    display: none;
  }
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td:nth-of-type(4),
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td:nth-of-type(5) {
  color: #000;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td.team {
  color: #0a7acb;
  text-align: left;
}
.MedalsPage ._Sportbox_Spb2015_Components_MedalsBlock_MedalsBlock .global-table tbody tr td a {
  padding: 12px 3px;
  color: inherit;
}
.b-player:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-player__card {
  display: block;
  font: 400 12px 'Roboto';
  line-height: 24px;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-player__card {
    display: block;
    float: none;
  }
}
@media (max-width: 559px) {
  .b-player__card {
    display: block;
    float: none;
  }
}
.b-player__flag {
  margin-top: 5px;
  vertical-align: top;
}
.b-player__number {
  background: #008bd7;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 15px;
  margin-right: 7px;
  padding: 0 3px;
}
.b-player__list .grey {
  color: #808080;
}
.b-player__photo {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  width: 140px;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-player__photo {
    float: none;
  }
}
@media (max-width: 559px) {
  .b-player__photo {
    float: none;
  }
}
.b-player__photo img {
  max-height: 140px;
  max-width: 140px;
}
.b-player__photocopy {
  color: #000;
  font: 400 11px 'Roboto';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}
.b-player__photocopy a {
  color: #000;
}
.b-player__desc {
  color: #000;
  display: block;
  font: 400 12px 'Roboto';
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden;
}
.b-player__team-logo {
  margin-right: 10px;
  max-height: 35px;
  max-width: 35px;
  vertical-align: middle;
}
.b-referee:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-referee__card {
  display: block;
  font: 400 12px 'Roboto';
  line-height: 24px;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-referee__card {
    display: block;
    float: none;
  }
}
@media (max-width: 559px) {
  .b-referee__card {
    display: block;
    float: none;
  }
}
.b-referee__flag {
  margin-top: 5px;
  vertical-align: top;
}
.b-referee__number {
  background: #008bd7;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 15px;
  margin-right: 7px;
  padding: 0 3px;
}
.b-referee__list .grey {
  color: #808080;
}
.b-referee__photo {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  width: 140px;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-referee__photo {
    float: none;
  }
}
@media (max-width: 559px) {
  .b-referee__photo {
    float: none;
  }
}
.b-referee__photo img {
  max-height: 140px;
  max-width: 140px;
}
.b-referee__photocopy {
  color: #000;
  font: 400 11px 'Roboto';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}
.b-referee__photocopy a {
  color: #000;
}
.b-referee__desc {
  color: #000;
  display: block;
  font: 400 12px 'Roboto';
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden;
}
/* Карточка клуба */
.card_wrap {
  overflow: hidden;
  margin: 20px 0 0;
  line-height: 18px;
  clear: both;
}
.card_wrap a,
.card_wrap h1 a,
.card_wrap h4 a {
  color: #0067be;
  background: #ffffff;
}
.card_wrap .card {
  font-size: 12px;
}
.card_wrap .card div.playerphoto {
  float: left;
}
.card_wrap .card div.playerphoto img {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 0 0 0 0;
}
.card_wrap .card .title {
  margin: 0 0 8px;
  padding-left: 24px;
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) -29px -1531px no-repeat;
}
.card_wrap .card p.title {
  font-size: 18px;
  line-height: 28px;
}
.card_wrap .card h1.title {
  font-size: 24px;
}
.card_wrap .card p {
  font-size: 12px;
  margin: 0;
}
.card_wrap .card p img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 3px;
}
.card_wrap .card .content {
  margin-left: 180px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .card_wrap .card .content {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 559px) {
  .card_wrap .card .content {
    margin-left: 0;
  }
}
.card_wrap .card .content.content_ml_none {
  margin-left: 0;
}
.card_wrap .card .content .trainer-wrapper {
  margin-top: 15px;
}
.card_wrap .card .content .trainer-wrapper:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.card_wrap .card .content .trainer-image {
  float: left;
  margin-right: 10px;
}
.card_wrap .card .content .club-form-wrapper {
  margin-top: 15px;
}
.card_wrap .card .content .club-form-wrapper .match_field_rubashka {
  display: inline-block;
  margin-right: 10px;
}
.card_wrap .card .content .floatBlock {
  float: right;
  width: 185px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 559px) {
  .card_wrap .card .content .floatBlock {
    float: none;
    width: 100%;
  }
}
.card_wrap .card .content .floatBlock img {
  float: left;
  margin-right: 10px;
}
.card_wrap .card .photo {
  border: 1px solid #e0e0e0;
  float: left;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  width: 160px;
  position: relative;
  height: 160px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 560px) and (max-width: 991px) {
  .card_wrap .card .photo {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 559px) {
  .card_wrap .card .photo {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
}
.card_wrap .card .photo img {
  padding: 10px 10px 0;
}
.card_wrap .card .photo img.padding5px {
  padding: 5px;
}
.card_wrap .card .photo .photo_wrap {
  width: 140px;
  height: 140px;
  margin: 10px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  font-size: 0;
}
.card_wrap .card .photo .photo_wrap span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.card_wrap .card .photo .photo_wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
  padding: 0;
}
.card_wrap .card .photo .photo_wrap img[src$=".svg"] {
  width: 140px;
  height: 140px;
}
.card_wrap .card .photo .photo_wrap::after {
  display: inline-block;
  vertical-align: middle;
  height: 140px;
  content: '';
}
.card_wrap .card .photo p {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 0;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 0 #000000;
}
.card_wrap .card .photo p * {
  color: inherit;
  text-decoration: none !important;
  background-color: transparent;
}
.card_wrap .card .photo.stadium {
  width: 140px;
  text-align: center;
  padding: 10px;
}
.card_wrap .card .photo.stadium img {
  padding: 0;
  margin: 0;
  width: 140px;
}
.card_wrap .card.small .content {
  margin-left: 98px;
}
.card_wrap .card.small .photo {
  width: 80px !important;
  height: auto !important;
  border: none;
}
.card_wrap.grey_background .card {
  background-color: #f2f2f2;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.card_wrap.card_wrap_team .card .content {
  margin-left: 95px;
}
.card_wrap.card_wrap_team .description {
  margin: 0;
}
.card_wrap.card_wrap_team .description p {
  font-size: 11px;
}
.card_wrap .grey {
  color: #999;
}
.card_wrap .greyDark {
  color: #676767;
}
.card_wrap .additionalResult {
  margin-top: 10px;
}
.card_wrap .match_field_rubashka {
  width: 25px;
  height: 28px;
  position: relative;
  margin-top: 7px;
}
.card_wrap .match_field_rubashka .match_field_rubashka_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 15px;
}
.card_wrap .match_field_rubashka .match_field_rubashka_nakladka_whitebg {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat -72px -1528px !important;
}
.card_wrap .match-field-paired-wrap {
  width: 200px;
  height: 56px;
  clear: both;
  margin-top: 10px;
}
.card_wrap .match-field-paired-wrap .match_field_rubashka_name {
  padding-top: 10px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 23px;
}
.card_wrap .match-field-paired-wrap .match_field_rubashka {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.card_wrap .match_field_rubashka_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 15px;
}
.card_wrap .match_field_rubashka_briefs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
}
.card_wrap .match_field_rubashka_nakladka {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat -210px -1220px;
}
.description {
  clear: both;
  display: block;
  font: 400 12px 'Roboto', sans-serif;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  overflow: hidden;
}
.description .title {
  font-weight: 900;
  padding: 0;
  background: none;
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
#playerCardCont .social_buttons_box {
  display: table;
  width: 100%;
  margin: 15px 0 30px !important;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  clear: both;
}
#playerCardCont .social_buttons_box > li {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  line-height: 0;
  padding-right: 10px;
}
#playerCardCont .social_buttons_box iframe {
  margin: 0;
  padding: 0;
}
#playerCardCont .social_buttons_box .twitter-share-button {
  display: inline-block;
  line-height: 1.2;
  background: transparent;
}
#playerCardCont .social_buttons_box > .fb {
  margin-right: 30px;
}
/* Ближайшие матчи */
.stats-lastgames-futuregames {
  margin-bottom: 30px;
}
.stats-lastgames-futuregames table {
  border-spacing: 0 1px;
}
.stats-lastgames-futuregames thead th {
  border-bottom: solid 2px black !important;
  background: white;
  height: 24px;
  color: #bababa;
  line-height: 24px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  padding: 0 5px 0 5px;
}
.stats-lastgames-futuregames tbody tr.filled {
  min-height: 28px;
  line-height: 28px;
  border: solid 1px white;
}
.stats-lastgames-futuregames tbody tr.filled td {
  font-size: 11px;
  padding: 0 5px 0 5px;
  background: #ebebeb;
  color: black;
  border: none;
}
.stats-lastgames-futuregames tbody tr.filled td:first-child {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.stats-lastgames-futuregames tbody tr.filled td:last-child {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.stats-lastgames-futuregames tbody tr.empty {
  min-height: 25px;
  line-height: 25px;
}
.stats-lastgames-futuregames tbody tr.empty td {
  border: none;
  font-size: 11px;
  padding: 0 5px 0 5px;
  background: white;
  color: black;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.stats-lastgames-futuregames tbody tr.empty td:first-child {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-left: solid 1px #e6e6e6;
}
.stats-lastgames-futuregames tbody tr.empty td:last-child {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-right: solid 1px #e6e6e6;
}
.stats-lastgames-futuregames tbody td.alignLeft {
  text-align: left;
}
.stats-lastgames-futuregames tbody td.timeDate {
  text-align: left;
}
.stats-lastgames-futuregames .new-stats-div-winner {
  color: #288f00 !important;
}
.stats-lastgames-futuregames .new-stats-div-draw {
  color: #ba5c00 !important;
}
.stats-lastgames-futuregames thead th:first-child,
.stats-lastgames-futuregames tbody tr td:first-child {
  padding-left: 20px;
}
/* Турнирная таблица */
.spb_cmp_col_table_name {
  font-weight: bold;
}
.new-stats-table-header-h3 {
  font-size: 14px;
  color: black;
  line-height: 14px;
  padding: 0;
  margin: 10px 0 10px 0;
}
.new-stats-table-header-h3.bold {
  font-weight: bold;
}
.new-stats-tour-table-info tbody {
  background-color: #e9f1d8;
}
.new-stats-tour-table-info tr.goldodd {
  background-color: #f5ffe3;
}
.olympic-wrapper .medal {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver73_/img/s/sb/spr/olympic-medals-3-spr.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}
.olympic-wrapper .medal.big {
  width: 22px;
  padding-top: 25px;
  top: 5px;
}
.olympic-wrapper .medal.big.bronze {
  background-position: -64px 0;
}
.olympic-wrapper .medal.big.silver {
  background-position: -32px 0;
}
.olympic-wrapper .medal.big.gold {
  background-position: 0 0;
}
.olympic-wrapper .medal.small {
  width: 11px;
  padding-top: 13px;
  top: 2px;
}
.olympic-wrapper .medal.small.bronze {
  background-position: -64px -35px;
}
.olympic-wrapper .medal.small.silver {
  background-position: -32px -35px;
}
.olympic-wrapper .medal.small.gold {
  background-position: 0 -35px;
}
.olympic-wrapper .olympic-gender-label {
  width: 50px;
  height: 55px;
  overflow: hidden;
  clear: both;
}
.olympic-wrapper .olympic-gender-label .olympic-gender {
  background: white;
  width: 48px;
  border: solid 1px #e2e2e2;
  height: 40px;
  text-align: center;
  font-size: 36px;
  border-bottom: none;
  line-height: 40px;
  color: black;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.olympic-wrapper .olympic-corner {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 14px solid #e2e2e2;
  margin: 0 auto;
}
.olympic-wrapper .olympic-corner .olympic-corner-inner {
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 13px solid white;
  position: relative;
  margin-top: -14px;
  margin-left: -23px;
}
.olympic-wrapper .olympic-sport {
  margin: 40px 0 20px;
}
.olympic-wrapper .olympic-sports-header {
  background-color: #ebebeb;
  padding: 15px 10px 20px;
  margin: 20px 0;
}
.olympic-wrapper .olympic-sports-header .olympic-sports-header-h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  color: #000;
}
.olympic-wrapper .olympic-sports-header .olympic-sports-header-url {
  padding-right: 10px;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list {
  margin: 10px 0 -5px !important;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li {
  margin: 5px 0;
  float: left;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  margin-right: -1px;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li a {
  display: block;
  padding: 5px 15px;
  color: #015eba;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li a:hover {
  background-color: #e4f18e;
  border-color: #ffffff;
  text-decoration: none !important;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li a:hover .text {
  text-decoration: underline;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li a .text {
  margin: 0 5px;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li a .date {
  color: #818181;
}
.olympic-wrapper .olympic-sports-header .club_individual_turnirs_men_olympic_v2-game-list > li.global-select-block a {
  background-color: #e4f18e;
  border-color: #ffffff;
  text-decoration: none !important;
}
.olympic-wrapper .olympic-team-list .olympic-team-member {
  border-bottom: 1px solid #d6e0e8;
  font-size: 12px;
}
.olympic-wrapper .olympic-team-list .olympic-team-member a {
  display: block;
  padding: 5px;
  text-decoration: none !important;
}
.olympic-wrapper .olympic-team-list .olympic-team-member a:hover .text {
  text-decoration: underline;
}
.olympic-wrapper .team-medals {
  margin: 20px 0;
}
.olympic-wrapper .medal-type {
  margin-right: 10px;
  font-size: 18px;
}
.olympic-wrapper .stats-two-colls-wrap {
  margin: 20px 0;
}
.olympic-wrapper .stats-two-colls-wrap .stats-column {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
.olympic-wrapper .stats-two-colls-wrap:after {
  clear: both;
  height: auto;
  display: table;
  content: "";
}
.b-tournaments-table {
  margin-bottom: 40px;
}
.b-tournaments-table__title {
  font: 700 14px 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  padding: 23px 0;
  text-transform: uppercase;
}
@media (max-width: 559px) {
  .b-tournaments-table__title {
    text-align: center;
  }
}
.b-tournaments-table__header {
  border-bottom: #000 solid 1px;
  color: #999;
  font: 400 11px 'Roboto', sans-serif;
  padding: 0 10px;
}
.b-tournaments-table__header:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-tournaments-table__header span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-tournaments-table__header > div > div {
  padding: 7px 10px;
}
@media (max-width: 559px) {
  .b-tournaments-table__header > div > div:nth-of-type(1):after {
    background: #e3e3e3;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 10px;
    left: 10px;
    position: absolute;
  }
}
.b-tournaments-table__header > div > div:nth-of-type(1) span {
  display: inline-block;
}
.b-tournaments-table__header > div > div:nth-of-type(1) span:nth-of-type(1) {
  width: 20%;
}
.b-tournaments-table__header > div > div:nth-of-type(1) span:nth-of-type(2) {
  width: 70%;
}
.b-tournaments-table__header > div > div:nth-of-type(2) span {
  display: inline-block;
  width: 10%;
}
.b-tournaments-table__header > div > div:nth-of-type(2) span:last-child {
  float: right;
  text-align: right;
  width: 25%;
}
.b-tournaments-table__row {
  border-bottom: #e5e5e5 solid 1px;
  font: 400 11px 'Roboto', sans-serif;
  padding: 0 10px;
}
.b-tournaments-table__row:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-tournaments-table__row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.b-tournaments-table__row.b-tournaments-table__row_hidden {
  display: none;
}
.b-tournaments-table__row > div > a > div {
  padding: 7px 10px;
}
.b-tournaments-table__row > div > a > div:nth-of-type(1) {
  color: #000;
}
@media (max-width: 559px) {
  .b-tournaments-table__row > div > a > div:nth-of-type(1):after {
    background: #e3e3e3;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 10px;
    left: 10px;
    position: absolute;
  }
}
.b-tournaments-table__row > div > a > div:nth-of-type(1) span {
  display: inline-block;
}
.b-tournaments-table__row > div > a > div:nth-of-type(1) span:nth-of-type(1) {
  width: 20%;
}
.b-tournaments-table__row > div > a > div:nth-of-type(1) span:nth-of-type(2) {
  width: 70%;
}
.b-tournaments-table__row > div > a > div:nth-of-type(2) {
  color: #000;
}
.b-tournaments-table__row > div > a > div:nth-of-type(2) span {
  display: inline-block;
  width: 10%;
}
.b-tournaments-table__row > div > a > div:nth-of-type(2) span:last-child {
  float: right;
  text-align: right;
  width: 25%;
}
.b-tournament-team-data {
  line-height: 1;
  padding: 4px 0;
}
.b-tournament-team-data__photo {
  display: inline-block;
  margin-right: 15px;
}
.b-tournament-team-data__content {
  display: inline-block;
  font-size: 12px;
  margin: 19px 0;
  vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b-tournament-graph {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-tournament-graph {
    display: none;
  }
}
@media (max-width: 559px) {
  .b-tournament-graph {
    display: none;
  }
}
/*графики*/
#spb_graph {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
  padding-top: 34px;
}
#spb_graph div.graph {
  position: relative;
  z-index: 2;
  border-left: 1px solid #000;
  margin: 0 0 10px;
  /*не оставлять пустым, иначе бага в ИЕ 8-*/
}
#spb_graph div.tour_moving {
  height: 62px;
}
#spb_graph div.mzt_tour {
  height: 80px;
  margin-bottom: 6px;
}
#spb_graph div.mzt_mpt_tour {
  margin-bottom: 0;
  z-index: 3;
  height: 26px;
}
#spb_graph div.mzt_mpt_tour2 {
  margin: -2px 0 0;
  height: 24px;
}
#spb_graph div.mzt_mpt_tour,
#spb_graph div.mzt_mpt_tour2 {
  height: 50px;
}
#spb_graph div#table {
  position: relative;
  z-index: 2;
  height: 80px;
  margin: 0;
  /*не оставлять пустым, иначе бага в ИЕ 8-*/
}
#spb_graph div#table div.wrap {
  width: 200px;
  font-size: 11px;
  background-color: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  display: none;
  position: relative;
}
#spb_graph div#table div.wrap div {
  padding: 6px 0;
}
#spb_graph div#table div.wrap div.current {
  color: #4c4c4c;
  background-color: #ebebeb;
  border-radius: 3px;
  border-bottom: 1px solid #cdcdcd;
}
#spb_graph div#table div.wrap div.current span.green {
  color: #288f00;
}
#spb_graph div#table div.wrap div.current span.red {
  color: #ed1c24;
}
#spb_graph div#table div.wrap div.lider {
  color: #757575;
  background-color: #ebebeb;
  border-radius: 3px;
}
#spb_graph div#table div.wrap div.lider span.green {
  color: #7ebc66;
}
#spb_graph div#table div.wrap div.lider span.red {
  color: #ec8387;
}
#spb_graph div#table div.wrap span.count {
  font-weight: bold;
  width: 14%;
  padding: 0 3%;
  text-align: center;
}
#spb_graph div#table div.wrap span {
  display: block;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
#spb_graph div.markerWrap div {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  display: none;
  z-index: 1;
}
#spb_graph div.markerWrap div.active {
  display: block;
}
#spb_graph .label_0 {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 9px;
}
#spb_graph .label_1 {
  position: absolute;
  bottom: 3px;
  left: 5px;
  font-size: 9px;
}
/*сетка*/
#grid {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#grid div {
  float: left;
  text-align: center;
  height: 20px;
  z-index: 1;
}
#grid div span.tick {
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 2px;
  font-size: 0;
  line-height: 0;
}
#grid div.first {
  z-index: 2;
}
#grid div.first span.tick {
  border-left: 1px solid #000;
}
#grid div.first span.tour {
  position: absolute;
  left: 0;
}
#grid div.odd {
  background-color: #f2f2f2;
  position: relative;
}
#grid div.active {
  background-color: #cdcdcd !important;
}
#grid div.active span.tour {
  visibility: visible;
}
#grid div.active.second span.tour {
  visibility: hidden;
}
#grid .hidden {
  display: block !important;
  visibility: visible !important;
}
#grid .hidden span.tour {
  visibility: hidden;
}
/*переключалка клубов*/
div#spb_select {
  overflow: hidden;
  width: 100%;
  zoom: 1;
}
div#spb_select div.title {
  float: left;
  font: 700 14px 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  padding: 23px 0;
  text-transform: uppercase;
}
div#spb_select div.selectWrap {
  float: right;
  font: 400 12px 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 0;
  text-align: right;
}
div#spb_select div.selectWrap span {
  width: 30px;
  float: right;
  height: 10px;
  margin-top: 4px;
  display: block;
  background: url('https://s-cdn.sportbox.ru/sites/all/themes/s2/img/s/sb/stat/stats_sprite4.png') no-repeat -220px -107px;
}
div#spb_select div.selectWrap label {
  font-weight: 400;
}
div#spb_select div.selectWrap select#select {
  margin: 0 10px;
}
/*pie*/
.stats_flot_pie .left,
.stats_flot_pie .right {
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  height: auto;
  margin-bottom: 10px;
  width: 49%;
}
.stats_flot_pie .left {
  margin-right: 2%;
}
.stats_flot_scored_first,
.stats_flot_skip_first {
  height: 115px;
  margin: 5px auto;
  position: relative;
  width: 115px;
}
.legend_pie {
  font-size: 11px;
  margin-top: 6px;
  padding: 0;
}
.legend_pie span {
  padding-right: 10px;
}
.legend_pie span b {
  padding: 1px 4px;
  color: #fff;
}
.description_pie {
  overflow: hidden;
}
.description_pie:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.description_pie span {
  padding-left: 3px;
}
.description_pie span:first-child {
  width: 160px;
  display: block;
  float: left;
  margin-right: 3px;
}
/*lines*/
.new_stats_table.block .stats_flot_result_matches {
  width: 290px;
  height: 90px;
}
.new_stats_table.block .stats_flot_lines {
  position: relative;
  padding: 0 0 12px 45px;
}
.new_stats_table.block .stats_flot_lines .match,
.new_stats_table.block .stats_flot_lines .goals {
  position: absolute;
  font-size: 11px;
  color: #000;
}
.new_stats_table.block .stats_flot_lines .match {
  left: 0;
  top: 0;
}
.new_stats_table.block .stats_flot_lines .goals {
  left: 54px;
  top: 88px;
}
.new_stats_table.block .stats_flot_lines .ball {
  position: absolute;
  left: 30px;
  top: 72px;
  width: 16px;
  height: 16px;
  background: url('https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png') no-repeat 0 -990px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
/*quarters*/
.new_stats_table.block.stats_graph h3 {
  margin-bottom: 0;
}
.graph_wrap {
  position: relative;
}
.graph_wrap .graphs {
  z-index: 2;
  position: relative;
  padding-top: 32px;
}
.graph_wrap .graphs .title {
  color: black;
  font: 400 11px 'Roboto', sans-serif;
}
.graph_wrap .graphs .bars {
  padding: 12px 0 1px 1px;
  border-bottom: 1px solid #000;
  margin: 10px 0 20px;
}
.graph_wrap .graphs .bars div {
  border-right: 1px solid #ddd;
  display: inline-block;
  width: 6%;
  text-align: center;
  vertical-align: bottom;
}
.graph_wrap .graphs .bars div span {
  font-size: 9px;
  color: #000;
  line-height: 10px;
  position: relative;
  top: -16px;
}
.graph_wrap .graphs .bars .last {
  margin-right: 0;
}
.graph_wrap .grid {
  color: #646464;
  font-size: 11px;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.graph_wrap .grid div {
  width: 12%;
  border-right: 1px solid #e7e7e7;
  float: left;
  text-align: center;
  height: 100%;
  padding-top: 3px;
}
.graph_wrap .grid .last {
  border: none;
  height: 100%;
}
.graph_wrap .graphs .scored_skip_goals .bar_0 {
  background-color: #4ea12e;
}
.graph_wrap .graphs .scored_skip_goals .bar_1 {
  background-color: #ed1c24;
}
.graph_wrap .graphs .removal_disturbance {
  margin-top: 20px;
}
.graph_wrap .graphs .removal_disturbance .bar_0 {
  background-color: #ffd500;
}
.graph_wrap .graphs .removal_disturbance .bar_1 {
  background-color: #ed1c24;
}
.graph_wrap .graphs .quarters .bars .bar_0 {
  width: 12%;
  background-color: #ed1c24;
}
.team_vs_team_games_history table td,
.team_vs_team_games_history table tr.clickable > td {
  vertical-align: middle;
}
.team_vs_team_selector {
  margin: 25px 0;
}
.team_vs_team_selector ul.match_count_block {
  margin: 20px 0;
}
.team_vs_team_selector ul.match_count_block li {
  display: inline-block;
  margin: 5px 0;
}
.team_vs_team_selector ul.match_count_block li select {
  color: #000;
  padding: 2px;
  border: #ccc solid 1px;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.team_vs_team_selector ul.match_count_block li input {
  color: #000;
  padding: 5px 15px;
  border: #ccc solid 1px;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}
.leaders-table tr.clickable > td {
  vertical-align: middle;
}
.leaders-table .leaders-table-player-photo,
.leaders-table .leaders-table-player-name-club {
  display: table-cell;
  vertical-align: middle;
}
.leaders-table .leaders-table-player-photo {
  padding-right: 7px;
}
.leaders-table .leaders-table-player-photo img {
  display: block;
}
.leaders-table .leaders-table-player-photo-large {
  display: block;
  height: 49px;
  overflow: hidden;
}
.leaders-table .leaders-table-flag {
  white-space: nowrap;
}
.leaders-table .leaders-table-flag img {
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.b-stadium-card__photo {
  display: table-cell;
  margin-bottom: 15px;
  padding-right: 20px;
  vertical-align: top;
  width: 140px;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-stadium-card__photo {
    display: block;
    width: auto;
  }
}
@media (max-width: 559px) {
  .b-stadium-card__photo {
    display: block;
    width: auto;
  }
}
.b-stadium-card__photo span {
  display: block;
  font-size: 10px;
  padding: 5px 0;
}
.b-stadium-card__flag {
  margin-top: 2px;
  vertical-align: top;
}
.b-stadium-card__content {
  display: table-cell;
  font: 400 12px 'Roboto', sans-serif;
  line-height: 18px;
  vertical-align: top;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-stadium-card__content {
    display: block;
    width: auto;
  }
}
@media (max-width: 559px) {
  .b-stadium-card__content {
    display: block;
    width: auto;
  }
}
.b-stadium-card__gallery h3 {
  color: #000;
  display: block;
  font: 900 14px 'Roboto', sans-serif;
  letter-spacing: 2px;
  margin: 17px 0;
  text-transform: uppercase;
}
.b-stadium-card__gallery li {
  display: block;
  float: left;
  margin-bottom: 15px;
}
.b-stadium-card__gallery img {
  height: auto;
  width: 100%;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-stadium-card__scheme {
    display: none;
  }
}
@media (max-width: 559px) {
  .b-stadium-card__scheme {
    display: none;
  }
}
.b-stadium-card__scheme h3 {
  color: #000;
  display: block;
  font: 900 14px 'Roboto', sans-serif;
  letter-spacing: 2px;
  margin: 17px 0;
  text-transform: uppercase;
}
.b-stadium-card__scheme a {
  color: #008bd7 !important;
  font: 400 12px 'Roboto', sans-serif;
}
.b-stadium-card__description {
  color: #000;
  display: block;
  font: 400 12px 'Roboto';
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  max-height: 90px;
  overflow: hidden;
}
.b-tournament__data-choosier {
  display: block;
  padding: 10px 0;
  text-align: right;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-tournament__data-choosier {
    padding-top: 30px;
  }
}
@media (max-width: 559px) {
  .b-tournament__data-choosier {
    padding-top: 30px;
  }
}
.b-tournament__data-choosier li {
  display: inline;
  font-size: 11px;
  margin: 0 15px;
}
.b-tournament__data-choosier li a {
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted;
  outline: none;
}
.b-tournament__data-choosier li a.selected {
  color: #000;
}
.b-tournament__comment {
  font-size: 12px;
}
.b-tournament__comment a,
.b-tournament__comment a:hover {
  text-decoration: none;
}
.b-tournament__comment .live_counter_reload {
  margin-bottom: 10px;
}
.b-tournament__title {
  color: #000;
  display: block;
  font: 900 14px 'Roboto', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.b-tournament__tourtitle {
  color: #000;
  display: block;
  font: 900 14px 'Roboto', sans-serif;
}
.b-tournament__itemtour {
  display: inline;
  font-size: 12px;
  line-height: 24px;
  margin-right: 22px;
}
.b-tournament__itemtour:last-child {
  margin-right: 0;
}
.b-tournament__itemtour a {
  border-bottom: #000 dashed 1px;
  color: #000;
  text-decoration: none;
}
.b-tournament__pairborders {
  border-bottom: #000 solid 1px;
  border-top: #000 solid 1px;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}
.b-tournament__pairborders > div {
  margin-top: -1px;
}
.b-tournament__pairborders.b-tournament__pairborders_type_blinked {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.b-onlines-box__item {
  /*
    &.b-onlines-box__item_type_checked {
      background: #ffefe0;
      .b-onlines-box__item:hover {
        background: none !important;
      }
    }
    */
}
.b-onlines-box__item.b-onlines-box__item_type_hover,
.b-onlines-box__item:hover {
  background: #edf5e6 !important;
}
.b-tournament__pairarrow {
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px #E3E3E3;
  box-shadow: 1px 1px 1px 1px #E3E3E3;
  color: #ccc;
  cursor: pointer;
  display: none;
  height: 40px;
  margin-top: -20px;
  padding: 13px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.b-tournament__pairarrow.b-tournament__pairarrow_type_next {
  left: 15px;
}
.b-tournament__pairarrow.b-tournament__pairarrow_type_prev {
  right: 15px;
}
@keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  10% {
    -webkit-box-shadow: 0 0 50px 25px #fff4a3;
    box-shadow: 0 0 50px 25px #fff4a3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  10% {
    -webkit-box-shadow: 0 0 50px 25px #fff4a3;
    box-shadow: 0 0 50px 25px #fff4a3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@media (min-width: 992px) {
  .leveling-table .leveling-table-blank {
    margin-top: 81px;
  }
  .leveling-table-no-tabs.leveling-table .leveling-table-blank {
    margin-top: 47px;
  }
}
.leveling-table .group-title {
  line-height: 27px;
}
@media (min-width: 992px) {
  .leveling-table .group-title {
    margin-top: -27px;
  }
}
.leveling-table .b-table {
  margin-top: 34px;
}
.leveling-table .b-table .b-tournament__data-choosier {
  margin-top: -34px;
}
.b-onlines {
  margin-bottom: 30px;
}
.b-onlines:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-onlines__sport-title {
  color: #6c8c9f;
  font: 400 8px 'Roboto', sans-serif;
  display: block;
  min-height: 10px;
  line-height: 8px;
  margin-top: 5px;
  padding: 0 2px 2px;
  text-transform: uppercase;
}
.b-onlines__sport-title.sport {
  border-left: #6c8c9f solid 1px;
}
.b-onlines__sport-title.sport118 {
  border-left: #6a8541 solid 1px;
  color: #6a8541;
}
.b-onlines__sport-title.sport152 {
  border-left: #499dbb solid 1px;
  color: #499dbb;
}
.b-onlines__sport-title.sport169 {
  border-left: #a99d1a solid 1px;
  color: #a99d1a;
}
.b-onlines__sport-title.sport195 {
  border-left: #5f80a9 solid 1px;
  color: #5f80a9;
}
.b-onlines__sport-title.sport178 {
  border-left: #dc9823 solid 1px;
  color: #dc9823;
}
.b-onlines__sport-title.sport45 {
  border-left: #ba3f03 solid 1px;
  color: #ba3f03;
}
.b-onlines__sport-title.sport38 {
  border-left: #6c8c9f solid 1px;
  color: #6c8c9f;
}
.b-onlines__sport-title.sport117 {
  border-left: #ba3f03 solid 1px;
  color: #ba3f03;
}
.b-onlines__sport-title.sport55 {
  border-left: #852121 solid 1px;
  color: #852121;
}
.b-onlines__item,
.b-onlines__item:hover {
  background: #ebebeb;
  color: #000;
  display: block;
  height: 55px;
  position: relative;
  text-decoration: none;
}
.b-onlines_page_matchcenter .b-onlines__item,
.b-onlines_page_matchcenter .b-onlines__item:hover {
  margin-bottom: 5px;
}
.b-onlines__item.b-onlines__item_type_individual .b-onlines__wrapper,
.b-onlines__item:hover.b-onlines__item_type_individual .b-onlines__wrapper {
  padding: 0 35px 0 5px;
}
.b-onlines__item.b-onlines__item_type_individual .b-onlines__result,
.b-onlines__item:hover.b-onlines__item_type_individual .b-onlines__result {
  display: block;
  font-weight: 400;
  max-height: 51px;
  overflow: hidden;
  padding: 4px 0;
  text-align: left;
  white-space: normal;
  line-height: 12px;
}
.b-onlines__item.b-onlines__item_type_individual .b-onlines__time,
.b-onlines__item:hover.b-onlines__item_type_individual .b-onlines__time {
  display: inline;
  font-weight: 700;
  padding: 0 7px 0 0;
  position: relative;
  top: 0;
}
.b-onlines__item.b-onlines__item_type_individual .b-onlines__live-text,
.b-onlines__item:hover.b-onlines__item_type_individual .b-onlines__live-text {
  color: #ff5f00;
  font: 700 10px 'Roboto';
}
.b-onlines__item.even,
.b-onlines__item:hover.even {
  background: #f2f2f2;
}
.b-onlines__item.sport,
.b-onlines__item:hover.sport {
  border-left: #6c8c9f solid 1px;
}
.b-onlines__item.sport118,
.b-onlines__item:hover.sport118 {
  border-left: #6a8541 solid 1px;
}
.b-onlines__item.sport152,
.b-onlines__item:hover.sport152 {
  border-left: #499dbb solid 1px;
}
.b-onlines__item.sport169,
.b-onlines__item:hover.sport169 {
  border-left: #a99d1a solid 1px;
}
.b-onlines__item.sport195,
.b-onlines__item:hover.sport195 {
  border-left: #5f80a9 solid 1px;
}
.b-onlines__item.sport178,
.b-onlines__item:hover.sport178 {
  border-left: #dc9823 solid 1px;
}
.b-onlines__item.sport45,
.b-onlines__item:hover.sport45 {
  border-left: #ba3f03 solid 1px;
}
.b-onlines__item.sport38,
.b-onlines__item:hover.sport38 {
  border-left: #6c8c9f solid 1px;
}
.b-onlines__item.sport117,
.b-onlines__item:hover.sport117 {
  border-left: #ba3f03 solid 1px;
}
.b-onlines__item.sport55,
.b-onlines__item:hover.sport55 {
  border-left: #852121 solid 1px;
}
.b-onlines__side {
  font: 400 11px 'Roboto';
  line-height: 16px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-onlines__side.b-onlines__side_lh_small {
  line-height: 12px;
}
.b-onlines__side.b-onlines__side_type_individual {
  padding: 0 25px;
}
.b-onlines__side.b-onlines__side_winner {
  color: #288f00;
}
.b-onlines__side.b-onlines__side_draw {
  color: #ba5c00;
}
.b-onlines__side .b-onlines__name {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.b-onlines__side .b-onlines__individual-result {
  display: block;
  float: right;
  max-width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-onlines__comment {
  color: #808080;
  display: block;
  font: 400 9px 'Roboto';
  line-height: 1;
  text-align: center;
}
.b-onlines__individual {
  font: 400 11px 'Roboto';
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-onlines__result {
  font: 900 11px 'Roboto';
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-onlines__time {
  font: 400 11px 'Roboto';
  position: absolute;
  padding: 0 5px;
  text-align: left;
  top: 20px;
  white-space: nowrap;
}
.b-onlines__time sup {
  font-size: 9px;
}
.b-onlines__icons {
  color: #000;
  display: block;
  font: 400 71.43000000000001% 'Roboto';
  left: 0;
  padding: 0 5px;
  position: absolute;
  text-align: right;
  top: 23px;
  width: 100%;
  z-index: 2;
}
.b-onlines__icons .icon {
  display: none;
}
.b-onlines__item.live .b-onlines__icons {
  color: #ff5f00;
}
.b-onlines__item.live .b-onlines__icons .icon_type_live {
  display: block;
  font-weight: 700;
  left: 5px;
  position: absolute;
  top: 0;
  text-align: left;
}
.b-onlines__item.live .b-onlines__icons .icon_top_minus_8px {
  top: -8px;
}
.b-onlines__item.text .icon_type_text {
  display: inline-block;
  font: 700 100% 'Roboto';
}
.b-onlines__item.video .icon_type_video {
  display: inline-block;
}
.b-onlines__progress {
  background: #f2e3d9;
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.b-onlines__wrapper {
  display: block;
  padding: 4px 0;
  position: relative;
  z-index: 2;
}
.populars-block {
  text-align: left;
  font: 400 14px 'Roboto';
  line-height: 1.5;
  padding: 0 15px 15px 15px;
  background-color: #eee;
  margin: 15px;
}
@media (max-width: 559px) {
  .populars-block {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .populars-block {
    font: 400 12px 'Roboto';
  }
}
.populars-block .populars-block-title {
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
  font: 700 14px 'Roboto';
  letter-spacing: 2px;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.populars-block ul {
  padding-top: 15px;
}
.populars-block li {
  border-top: solid 1px #ccc;
  line-height: 22px;
  position: relative;
  padding: 9px 0;
  width: 100%;
  color: #000000;
}
.populars-block li:first-child {
  border-top: none;
  margin-top: -5px;
  padding-top: 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .populars-block li {
    padding: 12px 0;
  }
}
.populars-block li a {
  text-decoration: none;
  color: inherit;
}
.populars-block li a:hover {
  color: #008bd7;
  text-decoration: none;
}
.populars-block li a:visited {
  color: #754d75;
}
.populars-block li .glyphicon {
  font-size: 80%;
}
.node-content__under .poll-form,
.node-content__under #newRateAPlayer,
.node-content__under .poll-results {
  background: #f5eddb;
  padding-bottom: 45px;
  padding-top: 45px;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .node-content__under .poll-form,
  .node-content__under #newRateAPlayer,
  .node-content__under .poll-results {
    margin: 0 65px;
  }
}
.node-content__under .poll-form .rateaplayer-vote-wrap,
.node-content__under #newRateAPlayer .rateaplayer-vote-wrap,
.node-content__under .poll-results .rateaplayer-vote-wrap {
  margin: 0 auto;
  text-align: left;
  max-width: 280px;
}
.node-content__under .poll-form .rateaplayer-vote-form,
.node-content__under #newRateAPlayer .rateaplayer-vote-form,
.node-content__under .poll-results .rateaplayer-vote-form,
.node-content__under .poll-form .poll-answers,
.node-content__under #newRateAPlayer .poll-answers,
.node-content__under .poll-results .poll-answers {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 20px 0;
  color: #000;
  text-align: left;
}
.node-content__under .poll-form .rateaplayer-vote-form > .poll-answer-label:last-of-type,
.node-content__under #newRateAPlayer .rateaplayer-vote-form > .poll-answer-label:last-of-type,
.node-content__under .poll-results .rateaplayer-vote-form > .poll-answer-label:last-of-type,
.node-content__under .poll-form .poll-answers > .poll-answer-label:last-of-type,
.node-content__under #newRateAPlayer .poll-answers > .poll-answer-label:last-of-type,
.node-content__under .poll-results .poll-answers > .poll-answer-label:last-of-type,
.node-content__under .poll-form .rateaplayer-vote-form > .vote:last-of-type,
.node-content__under #newRateAPlayer .rateaplayer-vote-form > .vote:last-of-type,
.node-content__under .poll-results .rateaplayer-vote-form > .vote:last-of-type,
.node-content__under .poll-form .poll-answers > .vote:last-of-type,
.node-content__under #newRateAPlayer .poll-answers > .vote:last-of-type,
.node-content__under .poll-results .poll-answers > .vote:last-of-type {
  margin-bottom: 15px;
}
.node-content__under .poll-form .rateaplayer-vote-form .vote-button,
.node-content__under #newRateAPlayer .rateaplayer-vote-form .vote-button,
.node-content__under .poll-results .rateaplayer-vote-form .vote-button,
.node-content__under .poll-form .poll-answers .vote-button,
.node-content__under #newRateAPlayer .poll-answers .vote-button,
.node-content__under .poll-results .poll-answers .vote-button {
  background: #008cdb;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font: 400 14px "Roboto";
  font-style: normal;
  margin: 0 auto;
  padding: 5px 30px;
}
.node-content__under .poll-form #newRateAPlayer,
.node-content__under #newRateAPlayer #newRateAPlayer,
.node-content__under .poll-results #newRateAPlayer,
.node-content__under .poll-form .poll-form,
.node-content__under #newRateAPlayer .poll-form,
.node-content__under .poll-results .poll-form {
  background: #f5eddb;
}
.node-content__under .poll-form .poll-answer-label input[type="radio"],
.node-content__under #newRateAPlayer .poll-answer-label input[type="radio"],
.node-content__under .poll-results .poll-answer-label input[type="radio"],
.node-content__under .poll-form .poll-answer-label input[type="checkbox"],
.node-content__under #newRateAPlayer .poll-answer-label input[type="checkbox"],
.node-content__under .poll-results .poll-answer-label input[type="checkbox"] {
  margin: 0;
}
.node-content__under .poll-form .poll-vote-count:before,
.node-content__under #newRateAPlayer .poll-vote-count:before,
.node-content__under .poll-results .poll-vote-count:before {
  content: "(";
}
.node-content__under .poll-form .poll-vote-count:after,
.node-content__under #newRateAPlayer .poll-vote-count:after,
.node-content__under .poll-results .poll-vote-count:after {
  content: ")";
}
.node-content__under .poll-form:after,
.node-content__under #newRateAPlayer:after,
.node-content__under .poll-results:after {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/node_content_poll_braker.png) 0 0 repeat-x;
  bottom: -5px;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.node-content__under .poll-form .poll-answer-label label,
.node-content__under #newRateAPlayer .poll-answer-label label,
.node-content__under .poll-results .poll-answer-label label {
  padding-left: 0;
}
.poll-answers input[type="radio"] {
  display: none;
}
.poll-answers input[type="radio"] + label:before {
  display: inline-block;
  content: " ";
  background: white;
  border-radius: 50%;
  border: 1px solid #ada99f;
  height: 13px;
  width: 13px;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 3px;
}
.poll-answers input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 2px #ffffff;
  background: #ada99f;
}
.poll-results-count {
  margin: 10px 0;
}
#newRateAPlayer .player-name,
.poll-results .poll-title,
.poll-form .poll-title {
  color: #383838;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.poll-answer-label,
.vote {
  color: #000;
  padding-bottom: 11px;
}
.poll-answer-label .points,
.vote .points,
.poll-answer-label label,
.vote label {
  color: #55544f;
  font-weight: 700;
  width: auto;
}
.poll-answer-label:last-child,
.vote:last-child {
  padding-bottom: 20px;
}
.poll-answer-label .vote-input,
.vote .vote-input {
  float: left;
  line-height: normal;
  margin: 4px 10px 0 0;
  vertical-align: top;
}
.player-name {
  margin-top: 15px;
}
.player-name .average {
  background-color: #999;
  color: #fff;
  padding: 0 7px;
}
.poll-vote-count {
  display: inline;
  color: #afaea4;
  font-size: 11px;
  font-style: normal;
}
.poll-answer-result-progress,
.points.percents {
  display: block;
  height: 5px;
  background: #95D0E8;
}
.poll-answer-result > span,
.points.value {
  color: #afaea4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.points-wrapper,
.poll-answer-result {
  color: #55544f;
  font-size: 12px;
  margin-top: 12px;
}
#newPoll > div {
  background: #f5eddb;
  padding: 18px;
}
#newPoll > div:last-child {
  margin-bottom: 20px;
}
#newPoll .poll-sepparator {
  background: #f5eddb url(/sites/all/libraries/design/_spbver_/sportbox2015/images/poll_braker.png) 0 0 repeat-x;
  height: 6px;
  padding: 0;
}
#newPoll .poll-sepparator:first-child {
  height: 0;
}
@media (min-width: 992px) {
  #newPoll .poll-sepparator {
    margin: 0 65px;
  }
}
.poll-hidden {
  display: none;
}
.b-poll {
  background: #f5eddb;
  border-top: #d1cabb solid 1px;
  border-bottom: #d1cabb solid 1px;
  padding: 15px 15px 5px;
  position: relative;
  text-align: center;
}
.b-poll:after {
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver_/sportbox2015/images/poll_braker.png) 0 0 repeat-x;
  bottom: -5px;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.b-poll .poll-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-poll .poll-title a,
.b-poll .poll-title a:hover {
  color: #383838;
  display: inline;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
}
.b-poll .poll-results .poll-title a {
  color: #008bd7;
}
.b-poll .poll-vote-count {
  display: inline;
  color: #999;
  font-size: 12px;
  font-style: normal;
}
.b-poll .poll-vote-count:before {
  content: '(';
}
.b-poll .poll-vote-count:after {
  content: ')';
}
.b-poll .rateaplayer-vote-form,
.b-poll .poll-answers {
  display: inline-block;
  line-height: 18px;
  margin-bottom: 25px;
  text-align: left;
}
.b-poll .rateaplayer-vote-form .poll-answer-result,
.b-poll .poll-answers .poll-answer-result {
  margin-top: 15px;
}
.b-poll .rateaplayer-vote-form .points,
.b-poll .poll-answers .points,
.b-poll .rateaplayer-vote-form label,
.b-poll .poll-answers label {
  color: #000;
  display: block;
  font: 400 14px 'Roboto';
  line-height: 18px;
  overflow: hidden;
  width: auto;
}
.b-poll .rateaplayer-vote-form input[type="radio"],
.b-poll .poll-answers input[type="radio"],
.b-poll .rateaplayer-vote-form input[type="checkbox"],
.b-poll .poll-answers input[type="checkbox"] {
  float: left;
  line-height: normal;
  margin: 4px 0 0;
  vertical-align: top;
}
.b-poll .poll-sepparator {
  background: url(/sites/all/libraries/design/_spbver_/sportbox2015/images/poll_braker.png) 0 0 repeat-x;
  height: 6px;
  margin: 0 -15px 15px;
  padding: 0;
}
.b-poll .poll-sepparator:first-child {
  display: none;
}
.b-poll .vote-button {
  background: #008cdb;
  border: none;
  color: #fff;
  display: block;
  font: 400 14px "Roboto";
  font-style: normal;
  margin: 20px auto 0;
  padding: 5px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* conference */
#spb_conf_place {
  margin-bottom: 20px;
}
.sb_c_faq {
  background-color: #f1f1e9;
  font-size: medium;
  font-family: Arial;
  color: #63625d;
}
.sb_c_faq * {
  margin: 0;
  padding: 0;
}
.sb_c_faq a {
  color: #0067c0;
}
.sb_c_faq .no-link {
  color: #000;
  text-decoration: none;
}
.sb_c_faq_top_adm {
  font-size: 12px;
}
.sb_c_faq .inner_wrap {
  padding: 15px;
}
.sb_c_faq .sort-stripe {
  background-color: #e0e0d8;
  border-top: 1px solid #fff;
  font-size: 11px;
  padding: 7px 15px;
}
.sb_c_faq .header {
  overflow: hidden;
  line-height: 1;
  background-color: #fff;
  padding: 0 0 15px 0;
}
.sb_c_faq .header {
  zoom: 1;
}
.sb_c_faq .header h2 {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  position: relative;
  bottom: -3px;
}
.sb_c_faq .header span {
  float: right;
  color: #0067bc;
  font-size: 18px;
  position: relative;
  line-height: 22px;
  margin-right: -7px;
}
.sb_c_faq .header span a {
  text-decoration: none;
  margin-top: 4px;
}
.sb_c_faq .header span em {
  font-style: normal;
  vertical-align: -3px;
}
.sb_c_faq .contain {
  font-size: 95%;
  line-height: 1.2;
}
.sb_c_faq .colontitul {
  font-size: 0.65em;
  overflow: hidden;
  padding-bottom: 8px;
  line-height: 1.3;
}
.sb_c_faq .colontitul pre {
  font-family: Arial;
  white-space: nowrap;
  display: inline;
}
.sb_c_faq .question {
  margin-bottom: 24px;
}
.sb_c_faq .question .autor {
  color: #000;
  font-weight: bold;
  font-size: 115%;
  margin-right: 5px;
}
.sb_c_faq .question .date {
  color: #5a7087;
  margin-right: 2px;
}
.sb_c_faq .question .rating {
  color: #000;
  margin-right: 2px;
}
.sb_c_faq .question p {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.sb_c_faq .question a.introduct {
  font-size: 115%;
}
.sb_c_faq .answer {
  background: #fff;
  color: #333162;
  padding: 8px 10px 10px;
  border-right: 1px solid #dfdfd7;
  border-bottom: 1px solid #dfdfd7;
  box-shadow: 1px 1px 1px 0 #dfdfd7;
}
.sb_c_faq .answer .autor {
  color: #5a7087;
}
.sb_c_faq .answer .colontitul {
  line-height: 1;
}
.sb_c_faq .paginal_nav {
  margin-bottom: 20px;
  font-size: 0.9em;
  height: auto;
  overflow: hidden;
  zoom: 1;
}
.sb_c_faq .paginal_nav span {
  color: #0067C0;
  float: left;
  cursor: pointer;
  padding: 5px 0;
  width: 40px;
  text-decoration: underline;
  text-align: center;
}
.sb_c_faq .paginal_nav span:hover {
  color: #004570;
}
.sb_c_faq .paginal_nav span.current {
  background: #d1d1c9;
  color: #000;
  cursor: default;
  text-decoration: none;
}
.sb_c_faq .ask_now textarea {
  background: #fff;
  border-color: #808080 #d4cfc9 #d4cfc9 #808080;
  font-size: 12px;
  overflow: auto;
  width: 97%;
  height: 79px;
  border: solid 1px;
  display: block;
  margin-bottom: 9px;
  padding: 5px;
}
.sb_c_faq .ask_now {
  text-align: right;
}
.sb_c_faq .ask_now input {
  background: #d4d0c7;
  padding: 2px 16px 2px 16px;
  border: 1px solid;
  border-color: #fff #3f3f3f #3f3f3f #fff !important;
  cursor: pointer;
}
.sb_c_faq .separate_line {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  background: #fff;
}
.sb_c_faq_answr_form label {
  display: block;
  font-size: 11px;
}
.sb_c_faq_answr_form textarea {
  border: 1px solid #808080;
  font-size: 12px;
  width: 97%;
  height: 79px;
  margin-bottom: 9px;
  padding: 5px;
}
.sb_c_faq_reply_ex {
  border-bottom: 1px dashed #0067BE;
  cursor: pointer;
  display: inline-block !important;
}
.sb_c_faq .unquadm {
  background-color: #F2B8C7;
}
/* /conference */
.tv_rubric_title {
  padding-right: 15px;
}
.tv_channel_select_container {
  display: inline-block;
  margin-bottom: 22px;
}
.tv_channel_select_container #channel_select {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.tv_channel_select_container .tv_channel_select_list {
  max-height: 400px;
  overflow-y: scroll;
}
.tv_channel_select_container .tv_channel_select_list .tv_channel_select_item {
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  font: 400 14px "Roboto";
}
.tv_week_navigation {
  font-size: 0;
}
.tv_week_navigation .tv_weekday {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  padding-top: 15px;
  margin-top: -1px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-left: none;
}
.tv_week_navigation .tv_weekday a {
  color: #000000;
}
.tv_week_navigation .tv_weekday.tv_day_of_week.tv_selected_day {
  width: 87px;
}
.tv_week_navigation .tv_weekday.tv_current_day {
  width: 145px;
}
.tv_week_navigation .tv_weekday.tv_current_day a {
  margin-left: 7px;
  margin-right: 7px;
}
.tv_week_navigation .tv_weekday.tv_current_day.tv_selected_day {
  width: 190px;
}
.tv_week_navigation .tv_weekday.tv_weekend a {
  color: #ff5858;
}
.tv_week_navigation .tv_weekday.tv_calendar_container {
  position: relative;
  cursor: pointer;
  border: 0;
}
.tv_week_navigation .tv_weekday.tv_calendar_container .tv_datepicker_button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tv_week_navigation .tv_weekday.tv_calendar_container .tv_datepicker_button:before {
  line-height: 46px;
}
.tv_week_navigation .tv_weekday.tv_calendar_container .tv_datepicker_span {
  display: block;
  height: 35px;
  left: 8px;
  position: absolute;
  top: 0;
  width: 21px;
}
@media (min-width: 560px) and (max-width: 991px) {
  .tv_week_navigation .tv_weekday.tv_calendar_container {
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 559px) {
  .tv_week_navigation .tv_weekday.tv_calendar_container {
    position: relative;
    overflow: hidden;
  }
}
.tv_week_navigation .tv_weekday.tv_selected_day {
  background: #ffefe4;
}
.tv_week_navigation .tv_weekday.tv_selected_day a {
  color: #7f7872;
}
.tv_week_navigation .tv_weekday.tv_selected_day a.change_mode_link {
  color: #000000;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.tv_week_navigation .tv_city_select_container {
  display: inline-block;
  font-size: 14px;
  padding-top: 16px;
  background-color: #ffffff;
  cursor: pointer;
}
.tv_week_navigation .tv_city_select_container #tv_city_select {
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tv_week_navigation .tv_city_select_container #tv_city_select .tv_city_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
  }
}
.tv_week_navigation .tv_city_select_container .tv_city_select_list {
  max-height: 400px;
  overflow-y: scroll;
}
.tv_week_navigation .tv_city_select_container .tv_city_select_list .tv_city_select_item {
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  font-size: 14px;
}
.tv_channels_list {
  margin-top: 40px;
}
.tv_channels_list .channel {
  padding-bottom: 50px;
  font-size: 12px;
}
.tv_channels_list .channel h3 {
  font-size: 0;
  margin-bottom: 10px;
}
.tv_channels_list .channel h3 .tv_channel_logo {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.tv_channels_list .channel h3 .tv_channel_logo .tv_channel_logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tv_channels_list .channel h3 .tv_channel_logo img {
  vertical-align: middle;
}
.tv_channels_list .channel h3 .tv_channel_header {
  display: inline-block;
  vertical-align: middle;
  font: 900 14px "Roboto";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
}
.tv_channels_list .channel .tv_transmission_container {
  position: relative;
  margin: 1px -14px;
  line-height: 18px;
}
.tv_channels_list .channel .tv_transmission_container .tv_transmission {
  position: relative;
  padding: 8px 14px;
}
.tv_channels_list .channel .tv_transmission_container .tv_transmission .time {
  padding-right: 2px;
  font: 700 12px "Roboto";
}
.tv_channels_list .channel .tv_transmission_container.right_now:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ffe8d9;
  content: '';
}
.tv_channels_list .channel .tv_transmission_container.right_now .tv_progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 95, 0, 0.1);
}
.tv_channels_list .channel .tv_transmission_container.right_now .tv_transmission .time {
  color: #ff5f00;
}
.tv_channels_list .channel .tv_transmission_container.out_time {
  color: #808080;
}
.tv_channels_list .b-advertise__wrapper {
  padding-top: 0;
}
@media (min-width: 992px) {
  .tv_channels_list .b-advertise__wrapper {
    margin-top: -127px;
  }
}
.tv_channels_list .channel-name {
  font-weight: bold;
}
.live_counter_reload .results_menu_aligner {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.live_counter_reload label {
  cursor: pointer;
  font: 400 12px 'Roboto';
  vertical-align: bottom;
}
.live_counter_reload .translation {
  position: relative;
  display: block;
  width: 90px;
  height: 45px;
  font-size: 20px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background: #ff5f00 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAQAAAAmqpm+AAABMUlEQVRIx+3WsW3CYBAFYDqEWIGCgoYxiFJRIDZgBOSegglcIhagZAaE5AUskBjDDID8pUiEArbBMX+aKFc+/Xp+vrt3d63Wf3yGkYWtg0wuc7C1MGpC1BXZK4+9SPcnZDMJOFqa6H+hfRNLR5CY1aPqiOVIjStejKXIxTrPyHo2YPXk3Qps9B4r2+BsWOMvhs7YPFAoxlm7ZobbzoirC5BTR9k3heSlRdGVPM9ZaQ6TkrYRIW3QoSmiIrynqjUe0o2xL9qJY0MrHmlkvQq6JRbh6CbY3oNv3hvS9XG4B09OjfWR3QJzMG9Ml98CGYVvNFVnfR2N65dzZ+BypbsYvFhZu5vRvXup70wLu2AawBVBPRt+ooSdd4GncfBdEXyTBd6zwa+A4DfKL1xQwe+7vxkfE1b7SPC53JIAAAAASUVORK5CYII=) 50% 50% no-repeat;
  border-radius: 2px;
  cursor: pointer;
}
.live_counter_reload .translation:after {
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  content: 'LIVE';
  font-size: 10px;
  line-height: 1.2;
}
.live_counter_reload .sb_c_res_def_live {
  margin-left: 10px;
}
/* ОНЛАЙНЫ (start) */
.b-onlines-page-title-calendar {
  display: inline-block;
  color: #008bd7;
  line-height: 1;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.b-online__day-selector {
  color: #008bd7;
  display: inline-block;
}
.b-online__sports-list {
  display: block;
  padding: 15px 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-online__sports-list {
    height: 90px;
  }
}
.b-online__sports-list li {
  display: inline-block;
  font: 400 12px "Roboto";
  line-height: 20px;
  margin-right: 15px;
}
.b-online__sports-list li:last-child {
  margin-right: 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-online__sports-list li {
    margin-bottom: 7px;
  }
}
@media (max-width: 559px) {
  .b-online__sports-list li {
    margin-bottom: 7px;
  }
}
.b-online__sports-list li a {
  border-bottom: #008bd7 dashed 1px;
  color: #008bd7;
}
.b-online__sports-list li a:hover {
  text-decoration: none;
}
.b-online__tour-title {
  border-top: #e3e3e3 solid 1px;
  color: #000;
  display: block;
  font: 400 12px "Roboto";
  height: 50px;
  padding: 7px 0;
  width: 100%;
}
.b-online__tour-title a {
  color: #008bd7;
}
.b-online__tour-title-wrapper {
  position: relative;
}
.b-online__tour-title-wrapper .b-onlines-box__icons {
  line-height: 16px;
}
.b-online__sport-title {
  color: #008bd7;
  display: block;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 20px 0 0;
  text-transform: uppercase;
}
.b-online__sport-title:hover {
  color: #008bd7;
  text-decoration: none;
}
.b-online__sport-title img {
  height: 42px;
  margin-bottom: -17px;
  width: 42px;
}
/* ОНЛАЙНЫ (end) */
/* НОВЫЕ ОНЛАЙНЫ (start) */
.b-onlines-page-view2 .b-online__sports-list {
  display: block;
  padding: 15px 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-onlines-page-view2 .b-online__sports-list {
    height: 90px;
  }
}
.b-onlines-page-view2 .b-online__sports-list li {
  display: inline-block;
  font: 400 12px "Roboto";
  line-height: 20px;
  margin-right: 15px;
}
.b-onlines-page-view2 .b-online__sports-list li:last-child {
  margin-right: 0;
}
@media (min-width: 560px) and (max-width: 991px) {
  .b-onlines-page-view2 .b-online__sports-list li {
    margin-bottom: 7px;
  }
}
@media (max-width: 559px) {
  .b-onlines-page-view2 .b-online__sports-list li {
    margin-bottom: 7px;
  }
}
.b-onlines-page-view2 .b-online__sports-list li a {
  border-bottom: #008bd7 dashed 1px;
  color: #008bd7;
}
.b-onlines-page-view2 .b-online__sports-list li a:hover {
  text-decoration: none;
}
.b-onlines-page-view2 .b-online__sport .b-online__sport-title {
  color: #008bd7;
  display: block;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 20px 0 0;
  text-transform: uppercase;
}
.b-onlines-page-view2 .b-online__sport .b-online__sport-title:hover {
  color: #008bd7;
  text-decoration: none;
}
.b-onlines-page-view2 .b-online__sport .b-online__sport-title span,
.b-onlines-page-view2 .b-online__sport .b-online__sport-title img {
  display: inline-block;
  vertical-align: middle;
}
.b-onlines-page-view2 .b-online__sport .b-online__sport-title img {
  margin: 0;
}
.b-onlines-page-view2 .b-online__sport .b-online__tour-title {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 7px 0;
  font: 400 12px "Roboto";
  color: #000;
  border-top: 1px solid;
}
.b-onlines-page-view2 .b-online__sport .b-online__tour-title a {
  color: #008bd7;
}
.b-onlines-page-view2 .b-online__sport .b-online__tour-title .b-onlines-box__icons {
  float: right;
  margin-bottom: 5px;
  padding-left: 5px;
}
.b-onlines-page-view2 .b-online__sport .b-online__tour-title {
  border-color: #6c8c9f;
}
.b-onlines-page-view2 .b-online__sport.sport_box_118 .b-online__tour-title {
  border-color: #6a8541;
}
.b-onlines-page-view2 .b-online__sport.sport_box_152 .b-online__tour-title {
  border-color: #499dbb;
}
.b-onlines-page-view2 .b-online__sport.sport_box_169 .b-online__tour-title {
  border-color: #a99d1a;
}
.b-onlines-page-view2 .b-online__sport.sport_box_178 .b-online__tour-title {
  border-color: #dc9823;
}
.b-onlines-page-view2 .b-online__sport.sport_box_38 .b-online__tour-title {
  border-color: #6c8c9f;
}
.b-onlines-page-view2 .b-online__sport.sport_box_55 .b-online__tour-title {
  border-color: #852121;
}
.b-onlines-page-view2 .b-online__sport.sport_box_45 .b-online__tour-title {
  border-color: #ba3f03;
}
.b-onlines-page-view2 .b-online__sport.sport_box_117 .b-online__tour-title {
  border-color: #ba3f03;
}
.b-onlines-page-view2 .b-online__sport.sport_box_195 .b-online__tour-title {
  border-color: #5f80a9;
}
.b-onlines-page-view2 .b-online__sport .adminButton_float {
  position: absolute;
}
.b-onlines-page-view2 .b-online__sport .adminButton {
  z-index: 1;
  position: absolute !important;
  top: 0;
  left: 0;
  float: none;
  margin-right: 0 !important;
  margin-left: -14px;
}
.b-onlines-page-view2 .b-online__sport .adminButton.adminButton_left_15 {
  margin-top: 15px;
}
.b-onlines__title {
  color: #000;
  display: block;
  font: 900 14px "Roboto";
  letter-spacing: 2px;
  margin: 0;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
}
.b-onlines-box {
  margin-bottom: 30px;
}
.b-onlines-box:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-onlines-box__item-wrapper {
  position: relative;
}
.b-onlines-box__item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 2px 0 5px;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.b-onlines-box__item:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.b-onlines-box__item.hover {
  color: #000000;
  background-color: #e4f18e;
}
.b-onlines-box__item.b-onlines-box__item_type_individual {
  line-height: 14px;
  padding: 5px 0;
}
.b-onlines-box__item .winner {
  color: #578e21;
}
.b-onlines-box__item .draw {
  color: #ba5c00;
}
.b-onlines-box__item .dash {
  font-weight: 400;
}
.b-onlines-box__side {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  min-height: 13px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.b-onlines-box__side:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.b-onlines-box__item_type_individual .b-onlines-box__side {
  text-align: left;
  white-space: normal;
}
.b-onlines-box__side > div {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 15px;
  padding: 3px 0 1px;
  vertical-align: top;
  white-space: normal;
  width: 41%;
}
.b-onlines-box__side.b-onlines-box__side_long > div {
  width: 45%;
}
.b-onlines-box__side.b-onlines-box__side_long > div .dash {
  color: #999;
}
.b-onlines-box__side > .b-onlines-box__comment {
  color: #999;
  display: block;
  font-size: 10px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 100% !important;
}
.b-onlines-box__side > .b-onlines-box__comment.b-onlines-box__comment_type_black {
  color: #000;
  font-size: 12px;
  font-weight: 900;
}
.b-onlines-box__side .count {
  display: block;
  font-weight: 900;
  line-height: 15px;
  vertical-align: baseline;
  width: 18%;
}
.b-onlines-box__side .count.count_short {
  width: 10%;
}
.b-onlines-box__side_flag {
  margin-bottom: 2px;
  vertical-align: top;
}
.b-onlines-box__item_type_individual .b-onlines-box__side_flag {
  display: inline-block;
  float: left;
}
.b-onlines-box__side_flag img {
  display: block;
  height: 13px;
  margin-top: 0;
  margin-right: 5px;
}
.b-onlines-box__side_left {
  text-align: right;
}
.b-onlines-box__side_left .b-onlines-box__side_flag {
  display: inline;
}
.b-onlines-box__side_left .b-onlines-box__side_flag img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.b-onlines-box__side_right {
  text-align: left;
}
.b-onlines-box__side_right .b-onlines-box__side_flag {
  display: inline;
}
.b-onlines-box__side_right .b-onlines-box__side_flag img {
  float: left;
  margin-right: 5px;
}
.b-onlines-box__time {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 14px;
}
.b-onlines-box__time sup {
  font-size: 9px;
}
.b-onlines-box__date {
  color: #999;
  display: block;
  float: left;
  font-size: 9px;
  line-height: 14px;
  text-align: left;
}
.b-onlines-box__icons {
  display: block;
  float: right;
  font-size: 10px;
  line-height: 15px;
}
.b-onlines-box__side_left .b-onlines-box__icons {
  float: left;
}
.b-onlines-box__icons .icon_type_live {
  color: #ff5f00;
  margin-left: 2px;
}
.b-onlines-box__side_pos {
  float: left;
  margin-bottom: 1px;
  margin-right: 5px;
}
.b-onlines-box__side_result {
  float: right;
  margin-bottom: 1px;
  margin-left: 5px;
}
.b-onlines-box__side_name {
  display: block;
  float: left;
  padding: 2px 0;
  width: 75%;
}
.b-onlines-box__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f2e3d9;
}
.b-onlines-box__progress span {
  display: block;
  padding: 0 5px;
  font-size: 9px;
  color: #ff5f00;
  line-height: 30px;
}
/* НОВЫЕ ОНЛАЙНЫ (end) */
/* TournamentsSelector (start) */
.b-tournaments-top-menus {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 15px;
}
.b-tournaments-top-menus > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  margin-left: 15px;
  margin-right: -15px;
}
.tournaments-selector {
  position: relative;
  border-right: 1px solid #ffffff;
}
.tournaments-selector:before,
.tournaments-selector:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  pointer-events: none;
}
.tournaments-selector:before {
  margin-left: -11px;
  border-width: 11px;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
}
.tournaments-selector:after {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(235, 235, 235, 0);
  border-right-color: #ebebeb;
}
.tournaments-selector:first-child:before,
.tournaments-selector:first-child:after {
  content: none;
}
.tournaments-selector.tournaments-main {
  margin-left: 0;
}
.tournaments-selected {
  display: block;
  padding-right: 10px;
  color: #008bd7;
  line-height: 45px;
  text-decoration: none;
  background-color: #ebebeb;
}
.tournaments-selected span {
  display: inline-block;
  margin: 0 10px;
  border-bottom: 1px dashed;
  line-height: 1;
}
.tournaments-selected:hover span {
  border-color: transparent;
}
.tournaments-main .tournaments-selected {
  background: none;
  color: #000;
  font: 400 24px 'Roboto';
}
.tournaments-dropbox {
  max-height: 400px;
  font-size: inherit;
  line-height: 1;
  overflow: auto;
}
.tournaments-dropbox li {
  margin: -5px 0;
  white-space: nowrap;
}
.tournaments-dropbox li a {
  display: block;
  padding: 5px 20px;
  color: #666666;
  text-decoration: none;
}
.tournaments-dropbox li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.tournaments-dropbox li.group a {
  padding-left: 15px;
  font-weight: bold;
}
.tournaments-dropbox li.select a {
  color: #008bd7;
}
.tournaments-dropbox li.before a {
  color: #000000;
}
.tournaments-dropbox li.current a {
  color: #ff5300;
}
.tournaments-main-link {
  position: relative;
  margin-left: 25px !important;
}
.tournaments-main-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  pointer-events: none;
  margin-left: -25px;
  border-width: 25px;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
}
.tournaments-main-link a {
  position: relative;
  display: block;
  padding: 0 10px 0 0;
  border: 1px solid #ebebeb;
  border-left-width: 0;
}
.tournaments-main-link a:before,
.tournaments-main-link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  pointer-events: none;
}
.tournaments-main-link a:before {
  margin-left: -23px;
  border-width: 23px;
  border-color: rgba(235, 235, 235, 0);
  border-right-color: #ebebeb;
}
.tournaments-main-link a:after {
  margin-left: -22px;
  border-width: 22px;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
}
.statistic-selector .statistic-selected {
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.statistic-selector .statistic-selected:hover {
  text-decoration: none;
}
.statistic-selector .statistic-selected span {
  border-bottom: 1px dashed;
}
.statistic-selector .statistic-dropbox {
  max-height: 400px;
  font-size: inherit;
  line-height: 1;
  overflow: auto;
}
.statistic-selector .statistic-dropbox li {
  margin: -5px 0;
  white-space: nowrap;
}
.statistic-selector .statistic-dropbox li a {
  display: block;
  padding: 5px 20px;
  color: #666666;
  text-decoration: none;
}
.statistic-selector .statistic-dropbox li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.tournaments-after-item > * {
  display: block;
  padding: 0 10px;
}
.tournaments-after-item.active {
  background-color: #e6e6e6;
}
/* TournamentsSelector (end) */
.b-clubs-logos {
  margin: 20px -5px 30px;
  font-size: 0;
}
.b-clubs-logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px;
}
.b-clubs-logos li a {
  display: block;
  height: 33px;
  text-align: center;
}
.b-clubs-logos li a img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
.b-club {
  font: 400 12px "Roboto";
  border-top: solid #000000 1px;
  margin: 20px 0 0 0;
}
.b-club .b-club-info {
  margin: 20px 0 0 0;
}
.b-club .b-club-info .b-club-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 2px 5px #bbb;
  height: 84px;
  width: 84px;
}
.b-club .b-club-info .b-club-title {
  text-transform: uppercase;
  font: 700 18px "Roboto";
  margin: 20px 0 0px;
}
.b-club .b-club-info .b-club-city {
  color: #6b6b6b;
  margin: 0px 0 10px;
}
.b-club .b-club-info .b-club-coach {
  color: #6b6b6b;
}
.b-sparrings {
  margin: 15px 0;
}
.b-sparrings .transfers-title {
  margin: 10px 0;
  padding-bottom: 10px;
  color: #999999;
  font: 400 11px "Roboto";
  border-bottom: solid #6b6b6b 1px;
}
.b-sparrings .b-sparring {
  margin: 10px 0;
}
.b-sparrings .b-sparring .date {
  color: #999999;
  font: 400 11px "Roboto";
}
.b-sparrings .b-sparring .opponent-club a {
  display: block;
  font-size: 0;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.b-sparrings .b-sparring .opponent-club a .teams {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}
.b-sparrings .b-sparring .opponent-club a .result {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 12px;
  text-align: center;
  white-space: normal;
}
.b-sparrings .b-sparring .opponent-club a.future .teams {
  color: #999999;
}
.b-sparrings .b-sparring .opponent-club a.future .result {
  color: #999999;
}
.b-transfers-list .transfers-title {
  margin: 25px 0 0;
  padding-bottom: 10px;
  color: #999999;
  font: 400 11px "Roboto";
  border-bottom: solid #6b6b6b 1px;
}
.b-transfers-list .transfers-player {
  font: 400 12px "Roboto";
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #e6e6e6;
}
.b-transfers-list .transfers-player .transfers-player-photo {
  float: left;
  margin-right: 10px;
}
.b-transfers-list .transfers-player .transfers-player-photo img {
  display: block;
}
.b-transfers-list .transfers-player .transfers-player-from {
  margin-top: 1px;
  color: #999999;
  font: 400 10px "Roboto";
}
.b-transfers-list .transfers-player .transfers-player-cost {
  margin-top: 1px;
  color: #999999;
  font: 400 10px "Roboto";
  text-align: right;
}
.transfer-graph {
  font: 400 12px "Roboto";
  margin: 20px 0;
}
.transfer-graph .transfer_graph_line .graph_left_part {
  min-width: 1px;
  height: 5px;
  background: #FF0000;
}
.transfer-graph .transfer_graph_line2 .graph_left_part {
  min-width: 1px;
  height: 5px;
  background: #00b809;
}
.transfers-rumor {
  margin: 10px 0;
}
.transfers-rumor .transfers-player-info {
  font: 400 11px "Roboto";
  color: #999999;
}
.transfers-rumor .transfers-player-info li {
  display: inline;
}
.transfers-rumor .transfers-player-info li span:after {
  content: ",";
}
.transfers-rumor .transfers-player-info li span:last-child:after {
  content: "";
}
.transfers-rumor .transfers-player-info li:first-child:before {
  content: "?";
  font: 700 14px "Roboto";
  color: #000000;
}
.transfers-rumor .transfers-player-info li:after {
  content: ",";
}
.transfers-rumor .transfers-player-info li:last-child:after {
  content: "";
}
.transfers-rumor .transfer-status-not-confirmed {
  text-decoration: line-through;
}
.uefa-table {
  margin: 15px;
  font-size: 12px;
}
.uefa-table-header {
  color: #999;
  font-size: 11px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.uefa-table-header > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.uefa-table .country {
  border-bottom: 1px solid #e7e5e7;
  overflow: hidden;
}
.uefa-table .country > div {
  cursor: pointer;
  height: 35px;
  padding: 10px 5px;
}
.uefa-table .country > div .icon-flag {
  height: 14px;
  width: 18px;
  margin-right: 10px;
  vertical-align: bottom;
}
.uefa-table .country .highlighted {
  background: #f4f2f4;
}
.uefa-table .country .info {
  display: none;
  padding: 0 25px 10px 25px;
  height: auto;
  cursor: default;
}
.uefa-table .country .info .row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.uefa-table .country .info .row > div {
  height: 35px;
  padding: 10px 5px;
  cursor: pointer;
}
.uefa-table .country .info .row > div img {
  max-height: 18px;
  height: 18px;
  vertical-align: bottom;
}
.uefa-table .country .info .row.uefa-table-info-header {
  color: #999;
  font-size: 11px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.uefa-table .country .info .row.uefa-table-info-header > div {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: text;
}
.uefa-table .country.info-visible {
  position: relative;
}
.uefa-table .country.info-visible:before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  border-right: 1px solid #e7e5e7;
}
.uefa-table .country.info-visible:after {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  border-right: 1px solid #e7e5e7;
}
.uefa-table .country.info-visible > div {
  background: #f7fcef;
}
.uefa-table .country.info-visible > div.highlighted {
  background: #ecefe3;
}
.uefa-table .country.info-visible .info {
  display: block;
  background: #fff;
}
@media (min-width: 560px) and (max-width: 991px) {
  .uefa-table .country.info-visible .info {
    padding-top: 10px;
  }
}
@media (max-width: 559px) {
  .uefa-table .country.info-visible .info {
    padding-top: 10px;
  }
}
.uefa-table .country.info-visible .info .row {
  border-bottom: 1px solid #e7e5e7;
}
.uefa-table .country.info-visible .info .row.uefa-table-info-header {
  border-color: #000000;
}
.uefa-table .country.info-visible .info .row.uefa-table-info-header:hover {
  background-color: transparent;
}
.uefa-table .country.info-visible .info .totalline {
  padding-bottom: 0;
  border: 0;
}
.uefa-table .country.info-visible .info .totalline > div {
  background: #f7fcef;
  height: 35px;
  padding-top: 10px;
}
.uefa-table .country.info-visible .info .totalline > div:first-child {
  padding-left: 33px;
}
.uefa-table .country.info-visible .info .totalline > div.highlighted {
  background: #ecf0e0;
}
.uefa-table-note {
  font-size: 11px;
  color: #999999;
  line-height: 1.3;
}
.uefa-table-note p {
  margin: 10px 0;
}
.articles-author-in-tag-strip {
  margin-top: 5px;
}
.articles-author-in-tag-strip .img {
  float: left;
  padding: 10px;
  border: 1px solid #e0e0e0;
  position: relative;
  top: 2px;
  border-radius: 5px;
}
.articles-author-in-tag-strip .text {
  margin-left: 175px;
}
.articles-author-in-tag-strip .text p {
  margin-bottom: 20px;
  line-height: 18px;
}
.articles-author-in-tag-strip .g-plus-pict {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(https://s-cdn.sportbox.ru/sites/all/libraries/design/_spbver74_/img/s/sb/spr/mainSprite.png) no-repeat -200px -1488px;
}
.article-author-sign {
  color: #999;
  font-size: 11px;
  font-style: italic;
  display: block;
  clear: both;
  text-align: right;
}
.article-author-sign a {
  color: #999;
}
.globalrating {
  margin: 15px;
}
.globalrating table {
  width: 100%;
}
.globalrating table th,
.globalrating table td {
  text-align: center;
}
.search-results .search-results-info {
  margin: 0 0 15px;
}
.search-results .also-found {
  margin: 15px 0;
}
.search-results .terms-list {
  margin: 15px 0;
}
.search-results .terms-list h3 {
  margin: 10px 0 5px;
}
.search-results .terms-list div {
  line-height: 1.4;
}
.search-results .teazer-list__excerpt {
  margin: 5px 0;
  color: #666;
}
.search-results .teazer-list__excerpt strong {
  font-weight: normal;
  color: #000;
}
#search-box {
  z-index: 10000;
  position: relative;
}
#search-box.smart_search .twitter-typeahead {
  position: static !important;
}
#search-box .twitter-typeahead .tt-menu {
  z-index: 1001 !important;
  position: absolute !important;
  top: 0 !important;
  bottom: auto !important;
  left: 100% !important;
  right: auto !important;
  width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  overflow: auto;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-border-top {
  border-top: 1px solid #d9d9d9;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  display: block;
  padding: 5px 0;
  font-size: 0;
  white-space: nowrap;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
  background-color: #e6f0f7;
  cursor: pointer;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:after {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  content: '';
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 11px;
  color: #b2b2b2;
  white-space: normal;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  padding-left: 10px;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-icon i {
  display: block;
  width: 35px;
  height: 35px;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-icon img {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #d9d9d9;
}
#search-box .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-result {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
}
#search-box .dropdown-menu .tt-suggestion,
#main_search2 .dropdown-menu .tt-suggestion {
  padding: 4px 10px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}
#search-box .dropdown-menu .tt-suggestion:hover,
#main_search2 .dropdown-menu .tt-suggestion:hover {
  background: #337ab7;
  color: #fff;
}
.SmartSearch-list {
  list-style: none;
}
.SmartSearch-list > li {
  margin: 0;
  padding: 5px 0;
  font-size: 0;
  color: #000000;
  white-space: nowrap;
}
.SmartSearch-list > li:after {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  content: '';
}
.SmartSearch-list > li .num {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 14px;
  color: #999999;
  text-align: left;
}
.SmartSearch-list > li .icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
}
.SmartSearch-list > li .icon i {
  display: block;
  width: 35px;
  height: 35px;
}
.SmartSearch-list > li .icon img {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #d9d9d9;
}
.SmartSearch-list > li .info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
}
.SmartSearch-list > li .info .more {
  margin-top: 5px;
  color: #999999;
}
/* begin: podium-page */
.podium-sort {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
  margin: 30px 0;
}
.podium-sort__item {
  display: inline-block;
  margin: 0;
}
.podium-sort__item:after {
  content: ' | ';
  color: #808080;
}
.podium-sort__item:first-child .podium-sort__link {
  margin-left: 0;
}
.podium-sort__item:last-child:after {
  display: none;
}
.podium-sort__item:last-child .podium-sort__link {
  margin-right: 0;
}
.podium-sort__link {
  margin: 0 7px;
}
.podium-change-date {
  margin: 0 0 20px;
}
.podium-change-date:after {
  display: table;
  clear: both;
  content: '';
}
.podium-change-date .statistic-selector {
  float: left;
}
.podium-change-date .statistic-selector .statistic-selected {
  padding-left: 0;
  color: #008bd7;
}
.podium-change-date .statistic-selector .statistic-selected span {
  font-size: 1.6em;
}
/* end: podium-page */
/* begin: podium-block */
.podium-block-wrap .podium-list {
  border-top: 1px solid #000;
}
.podium-block-wrap .podium-box__heading {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  padding: 0;
}
@media all and (max-width: 945px) {
  .podium-block-wrap .podium-box__heading {
    font-size: 1.1em;
    font-weight: normal;
  }
}
.podium-block-wrap .podium-box__heading a,
.podium-block-wrap .podium-box__heading a:hover,
.podium-block-wrap .podium-box__heading a:focus,
.podium-block-wrap .podium-box__heading a:visited {
  color: #000;
}
.podium-block-wrap .podium-box__heading-date {
  display: none;
}
.podium-block-wrap .podium-box__heading-date a {
  color: #000;
}
.podium-block-wrap .podium-box__heading-date a:hover,
.podium-block-wrap .podium-box__heading-date a:focus,
.podium-block-wrap .podium-box__heading-date a:visited {
  color: #000;
}
.podium-block-wrap .podium-box__user {
  max-width: 160px;
  padding: 0;
  display: inline-block;
}
@media all and (max-width: 945px) {
  .podium-block-wrap .podium-box__user {
    display: inline-block;
    padding: 0;
    width: auto;
    color: #000;
  }
}
.podium-block-wrap .podium-box__user a,
.podium-block-wrap .podium-box__user a:hover,
.podium-block-wrap .podium-box__user a:focus,
.podium-block-wrap .podium-box__user a:visited {
  color: #008bd7;
}
.podium-block-wrap .podium-box__image {
  display: block;
}
@media all and (max-width: 945px) {
  .podium-block-wrap .podium-box__image {
    display: none;
  }
}
.podium-block-wrap .podium-box__list {
  padding: 0;
  padding-left: 78px;
}
@media all and (max-width: 945px) {
  .podium-block-wrap .podium-box__list {
    padding-left: 0;
  }
}
@media all and (max-width: 945px) {
  .podium-block-wrap .podium-box__item {
    margin: 9px 0;
  }
}
.podium-block-wrap .podium-box__order,
.podium-block-wrap .podium-box__country,
.podium-block-wrap .podium-box__user {
  display: inline-block;
  vertical-align: top;
}
/* end: podium-block */
.price__container .scroll__container {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.scroll__container:after {
  content: '';
  clear: both;
  display: block;
}
.price__container .scroll__header-wrapper {
  position: relative;
  z-index: 3;
}
.price__container .scroll__header {
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.price__container .scroll__header-fixed {
  position: fixed;
}
.price__container .scroll__header-inner {
  padding: 80px 0 95px;
}
.price__container .scroll__header-inner .scroll__subtitle {
  line-height: 46px;
}
.price__container .scroll__header-title {
  font-size: 48px;
  line-height: 52px;
}
.price__container .scroll__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.price__container .scroll__menu-wrapper {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.price__container .scroll__menu-inner {
  display: inline-block;
}
.price__container .scroll__menu {
  display: table;
}
.price__container .scroll__menu-item {
  display: table-cell;
}
.price__container .scroll__menu-link {
  font-size: 12px;
  color: #808080;
  padding-right: 10px;
  padding-left: 10px;
  transition: all .3s;
}
.price__container .scroll__menu-link:hover,
.price__container .scroll__menu-link:focus,
.price__container .scroll__menu-link--active {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.price__container .scroll__link {
  color: #009ee3;
  text-decoration: underline;
  margin-left: 5px;
}
.price__container .scroll__link:hover {
  color: #009ee3;
  text-decoration: none;
}
.price__container .scroll__link--color,
.price__container .scroll__link--color:hover {
  color: #ef4338;
}
.price__container .scroll__node {
  position: relative;
  padding: 40px 65px 0;
  background: #fff;
  z-index: 1;
}
.price__container .scroll__content {
  position: relative;
  height: 375px;
}
.price__container .scroll__content-descr .scroll__content:nth-child(2n-1) {
  background-color: #f4f4f4;
}
.price__container .scroll__content-descr .scroll__content {
  margin-right: -15px;
  margin-left: -15px;
  padding: 80px 15px 0;
}
.price__container .scroll__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.price__container .scroll__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.price__container .scroll__subtitle2 {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.price__container .scroll__txt-l {
  font-size: 48px;
  line-height: 52px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #e8e8e8;
  white-space: nowrap;
}
.price__container .scroll__txt-l:after {
  content: '₽';
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px;
}
.price__container .parallaxParent,
.price__container .scrollmagic-pin-spacer .parallaxParent {
  width: 457px;
  height: 375px;
}
.price__container .scrollmagic-pin-spacer {
  min-height: 375px !important;
  height: 375px !important;
}
.price__container .scrollmagic-pin-spacer:nth-child(2n-1) {
  background-color: #f4f4f4;
  margin-right: -15px !important;
  margin-left: -15px !important;
  padding-right: 150px;
  padding-left: 15px;
}
.price__container .parallaxImage {
  position: absolute;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  transform: none !important;
  top: 0;
  left: 0;
  width: 450px;
  height: 375px;
}
@media (max-width: 991px) {
  .price__container .scroll__header {
    background-color: transparent;
  }
  .price__container .scroll__content {
    min-height: inherit;
    height: inherit;
    padding: 50px 30px 30px !important;
  }
  .price__container .scroll__content:last-child {
    border: none;
  }
  .price__container .scroll__img {
    position: relative;
    margin: 0 auto;
  }
  .price__container .scroll__content .scroll__title {
    padding-top: 30px;
  }
  .price__container .scroll__txt-l {
    margin: 0;
    text-align: right;
    border: none;
  }
  .price__container .scroll__txt-l + .scroll__subtitle {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .price__container .scroll__header .scroll__subtitle {
    line-height: normal;
  }
  .price__container .scroll__img-wrapper {
    margin: 0 auto;
    width: 270px;
    height: 164px;
    background-size: contain;
  }
}
#criterion_search_result_block {
  color: #5a7087;
  font-family: Arial;
  line-height: 1.38em;
  font-size: 12px;
}
#criterion_search_result_block .criterion_search_result {
  padding-left: 25px;
  margin-bottom: 20px;
}
#criterion_search_result_block .criterion_search_result a {
  color: #0067BE;
}
#criterion_search_result_block .criterion_result_colontitul {
  margin-left: -25px;
  font-size: 115%;
  margin-bottom: 5px;
}
#criterion_search_result_block .criterion_result_order {
  font-size: 80%;
  float: left;
  width: 25px;
}
#criterion_search_result_block p {
  margin: 0 0 2px;
  padding: 0;
}
#criterion_search_result_block div {
  margin: 0;
  padding: 0;
}
#criterion_search_result_block strong {
  margin-left: 3px;
  color: #000;
  font-weight: normal;
}
body {
  background: #3c3a3c url(/sites/all/libraries/design/_spbver2349_/sportbox2015/background.gif) 0 0 repeat fixed;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  -webkit-font-smoothing: antialiased;
}
a,
a:hover {
  color: #008bd7;
}
.wrapper {
  max-width: 1134px;
  min-width: 320px;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
#branding {
  background: url(/sites/all/libraries/design/_spbver_/sportbox2015/branding.png) left top no-repeat;
  display: block;
  height: 1770px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.container-left {
  background: transparent;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.container-left.has-branding {
  margin: 90px 0 0;
}
#content {
  background: #fff;
  min-height: 1000px;
  position: relative;
}
.blur {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 560px) and (max-width: 991px) {
  .blur {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .blur {
    display: none !important;
  }
}
@media (max-width: 559px) {
  .blur {
    opacity: 0.4;
  }
}
.header {
  background: #449ddd;
  height: 62px;
  padding: 21px 15px;
  position: relative;
}
.header:before {
  content: '18+';
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 600;
}
.header > .logo {
  position: relative;
  top: 3px;
  display: block;
  margin: 0 auto;
  float: left;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 1199px) {
  .header > .logo {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header > .logo_sb {
    margin-left: 44px;
  }
}
.header > .logo a {
  display: block;
  margin: -15px;
  padding: 15px;
}
.header > .logo a img {
  height: 15.34px;
  width: auto;
}
.header .line {
  background: #fff;
  opacity: .5;
  height: 34px;
  width: 1px;
  float: left;
  margin: -6px 20px 0;
}
@media (max-width: 559px) {
  .header .line {
    height: 24px;
    margin: -1px 15px 0;
  }
}
#advertise {
  background: #fff;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-top: 60px;
  text-align: right;
}
@media (max-width: 559px) {
  #advertise {
    border-top: #d9d9d9 solid 1px;
    padding: 60px 0;
    text-align: center;
  }
}
#advertise.advertise_page_node {
  padding: 0;
  text-align: center;
}
@media (min-width: 560px) and (max-width: 991px) {
  #advertise.advertise_page_node {
    height: auto;
    padding: 30px 0 0;
    text-align: right;
  }
}
@media (max-width: 559px) {
  #advertise.advertise_page_node {
    border-bottom: #d9d9d9 solid 1px;
    height: auto;
    padding: 30px 0;
  }
}
#advertise.advertise_page_rubric {
  display: block !important;
  padding: 60px 0;
  text-align: center;
}
#b-online {
  min-height: 60px;
}
#b-online:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.row-offcanvas {
  background: transparent url('/sites/all/libraries/design/_spbver_/sportbox2015/bg_menu.png') 0 0 repeat-y;
  position: relative;
  /*
  @media @desktop {
    display: table;
  }
*/
}
@media (max-width: 559px) {
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    display: block;
    left: -80%;
  }
  .row-offcanvas-left.active {
    left: 80%;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    display: block;
    height: 100%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%;
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    display: block;
    left: -163px;
  }
  .row-offcanvas-left.active {
    left: 163px;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    display: block;
    height: 100%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 163px;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    display: block;
    left: -163px;
  }
  .row-offcanvas-left.active {
    left: 163px;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    display: block;
    height: 100%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 163px;
    display: none;
  }
}
@media (min-width: 1200px) {
  .row-offcanvas {
    border-collapse: collapse;
    display: table-row;
    float: left;
    width: 1134px;
  }
  .sidebar-offcanvas,
  #content {
    display: table-cell;
    float: none;
    width: 971px;
    max-width: 971px;
  }
  #header-box {
    width: 971px;
    max-width: 971px;
  }
}
#user_block * {
  color: #000 !important;
  text-transform: lowercase;
}
.adminButton_pos_absolute {
  z-index: 10;
  position: absolute;
  top: 0;
}
.adminButton_float .adminButton_pos_absolute {
  position: relative;
  float: left;
  margin-right: 5px;
}
.adminButton_left_15 {
  left: 15px;
}
.external_redirect_301:after {
  content: "\e164";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
.b-gender {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  border: solid 1px #e2e2e2;
  border-bottom: none;
  color: #000;
  clear: both;
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 50px;
  margin-bottom: 15px;
}
.b-gender .b-gender__corner {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 14px solid #e2e2e2;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 38px;
}
.b-gender .b-gender__corner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 22px solid transparent;
  border-top: 13px solid white;
  position: relative;
  margin-top: -14px;
  margin-left: -23px;
}
.scroll-top-btn {
  z-index: -50;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}
@media (min-width: 1200px) {
  .scroll-top-btn {
    right: auto;
    left: 1145px;
  }
}
.scroll-top-btn.show {
  z-index: 50;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* prognosis/tour */
.sb_c_progn_name {
  font-size: 0.923em;
  line-height: 1.333em;
  margin: 0 0 4px !important;
  padding: 0 !important;
}
.sb_c_progn_name a {
  color: #015eba;
}
.sb_c_progn_tour {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.333em;
  margin: 1.917em 0 0;
  color: #000;
}
.sb_c_progn_tour a {
  color: #015eba;
}
.sb_c_progn_tour p {
  margin: 0 0 0.5em;
}
.sb_u_txt_progn h2,
.sb_c_progn_tour h2 {
  font-size: 1.167em !important;
  line-height: 1.429em !important;
  margin: 0 !important;
}
.sb_u_txt_progn h3 {
  padding: 0.5em 0 0.2em 0 !important;
}
.sb_u_txt_progn ol {
  padding-top: .3em;
  padding-bottom: .5em;
  margin-left: 40px;
}
.sb_c_progn_tour fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.sb_c_progn_tour_points {
  font-size: 1.5em;
}
.sb_c_progn_tour_points span {
  font-size: 0.64em;
}
.sb_c_progn_tour_question {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding: 11px 0 0;
}
.sb_c_progn_tour_question .sb_c_progn_tour_points {
  padding: 0.5em 0 0.7em !important;
}
.sb_c_progn_tour_question input {
  border: 1px solid #999;
  font-family: Arial, Helvetica, sans-serif;
  width: 29px;
}
.sb_c_progn_tour_question input:focus {
  background: transparent;
}
.sb_c_progn_tour_submit {
  margin: 40px 0 0 !important;
}
.sb_c_progn_tour_submit input {
  font-family: Arial, Helvetica, sans-serif;
}
.sb_c_progn_tour .questions {
  margin: 15px 0 !important;
}
.sb_c_progn_tour .answers li {
  margin: 3px 0;
}
.sb_c_progn_tour .answers li.valid-answer {
  font-weight: bold;
  color: Orange;
}
.sb_c_progn_tour .answers li input {
  margin: 0 10px 0 0;
}
/* /prognosis/tour */
/* begin: sports-icon | 2016.08.05 ifedyshin */
.sports__list .sports-icon {
  float: left;
  margin: 0 1px 1px 0;
}
.sports-icon {
  display: block;
  width: 59px;
  height: 59px;
  margin: 0;
  text-decoration: none !important;
  background-image: url("https://s-cdn.sportbox.ru/_/2/i/20160805/vidi_sporta_2016.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right bottom;
}
.sports-icon:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sports-icon__archery {
  background-position: -58px -539px;
}
.sports-icon__gymnastics {
  background-position: -179px -539px;
}
.sports-icon__athletics {
  background-position: 3px 1px;
}
.sports-icon__badminton {
  background-position: -58px 1px;
}
.sports-icon__basketball {
  background-position: -118px 1px;
}
.sports-icon__beach-volleyball {
  background-position: -178px -359px;
}
.sports-icon__boxing {
  background-position: -178px 1px;
}
.sports-icon__canoe-slalom {
  background-position: -119px -419px;
}
.sports-icon__canoe-sprint {
  background-position: -178px -420px;
}
.sports-icon__cycling {
  background-position: -58px -59px;
}
.sports-icon__diving {
  background-position: -118px -119px;
}
.sports-icon__equestrian {
  background-position: 1px -239px;
}
.sports-icon__fencing {
  background-position: -178px -119px;
}
.sports-icon__football {
  background-position: -119px -539px;
}
.sports-icon__golf {
  background-position: -118px -179px;
}
.sports-icon__handball {
  background-position: -178px -180px;
}
.sports-icon__field-hockey {
  background-position: -58px -240px;
}
.sports-icon__judo {
  background-position: -118px -239px;
}
.sports-icon__modern-pentathlon {
  background-position: -58px -479px;
}
.sports-icon__artistic-gymnastics {
  background-position: -57px -179px;
}
.sports-icon__rugby {
  background-position: -58px -299px;
}
.sports-icon__sailing {
  background-position: -118px -360px;
}
.sports-icon__shooting-sport {
  background-position: 1px -359px;
}
.sports-icon__swimming {
  background-position: 1px -119px;
}
.sports-icon__synchronised-swimming {
  background-position: -179px -479px;
}
.sports-icon__table-tennis {
  background-position: 1px -539px;
}
.sports-icon__taekwondo {
  background-position: -118px -299px;
}
.sports-icon__tennis {
  background-position: -178px -300px;
}
.sports-icon__trampolining {
  background-position: 1px -179px;
}
.sports-icon__triathlon {
  background-position: -58px -359px;
}
.sports-icon__volleyball {
  background-position: 1px -599px;
}
.sports-icon__water-polo {
  background-position: -58px -119px;
}
.sports-icon__weightlifting {
  background-position: -178px -239px;
}
.sports-icon__greco-roman-wrestling {
  background-position: 1px -479px;
}
.sports-icon__skeet-shooting {
  background-position: 1px -359px;
}
.sports-icon__freestyle-wrestling {
  background-position: 1px -479px;
}
.sports-icon__womens-wrestling {
  background-position: 1px -479px;
}
.sports-icon__rowing {
  background-position: 2px -299px;
}
/* end: sports-icon | 2016.08.05 ifedyshin */
.icon-ruble:after {
  content: "\20BD";
}
