.sp-Tooltip .react-tooltip-lite {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  box-shadow: 2px 2px 5px #ccc;
  margin-top: -6px;
  font-family: PFDinDisplayPro, Arial, Helvetica, sans-serif;
  font-size: 14px; }

.react-tooltip-lite-arrow {
  border-color: #fff; }

.sp-Arrow {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  border-left: 2px solid #70757b;
  border-bottom: 2px solid #70757b;
  background: 0 0; }
  .sp-Arrow--prev {
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sp-Arrow--next {
    margin-left: -5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.sp-TabbedBlock__tabList {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  height: 53px; }
  .sp-TabbedBlock__tabList-theme--gray {
    background: #F3F4F4;
    justify-content: space-around;
    height: 40px; }

.sp-TabbedBlock__tab {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  color: #70757B;
  letter-spacing: 0.5px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .sp-TabbedBlock__tab-theme--simple {
    flex-grow: initial;
    flex-basis: initial;
    font-size: 13px; }
    .sp-TabbedBlock__tab-theme--simple:after {
      display: none !important; }
    .sp-TabbedBlock__tab-theme--simple.sp-TabbedBlock__tab--selected span {
      color: #2a2e37;
      position: relative; }
      .sp-app--mobile .sp-TabbedBlock__tab-theme--simple.sp-TabbedBlock__tab--selected span {
        color: #fff; }
      .sp-TabbedBlock__tab-theme--simple.sp-TabbedBlock__tab--selected span:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #2a2e37; }
  .sp-TabbedBlock__tab--disabled {
    cursor: default;
    opacity: 0.5; }
  .sp-TabbedBlock__tab--selected {
    color: #000;
    cursor: default; }
    .sp-TabbedBlock__tab--selected:after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: #E53A35; }

.sp-TabbedBlock__panel {
  border-radius: 5px;
  /*background-color: $white;*/
  display: none; }
  .sp-TabbedBlock__panel--selected {
    display: block; }

.sp-app--mobile .sp-TabbedBlock {
  background: #fff;
  padding-top: 20px; }
  .sp-app--mobile .sp-TabbedBlock__tabList {
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 34px;
    border-radius: 15px;
    background: #F3F4F4;
    max-width: 340px; }
  .sp-app--mobile .sp-TabbedBlock__tab {
    font-size: 15px;
    color: #9aa0a8;
    width: 170px;
    text-align: center;
    padding: 10px 0;
    font-weight: normal; }
    .sp-app--mobile .sp-TabbedBlock__tabList {
      margin: 0 auto; }
    .sp-app--mobile .sp-TabbedBlock__tab--selected {
      background: #2a2e37;
      color: #fff;
      border-radius: 15px; }
      .sp-app--mobile .sp-TabbedBlock__tab--selected::after {
        display: none; }
  .sp-app--mobile .sp-TabbedBlock__panel {
    padding-top: 20px; }

.sp-SubTitledBlock__title {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #70757B; }
  .sp-SubTitledBlock__title--underline {
    border-bottom: 1px solid #70757B; }
  .sp-SubTitledBlock__title--size-sm {
    font-size: 14px; }
  .sp-SubTitledBlock__title--size-md {
    font-size: 18px; }
  .sp-SubTitledBlock__title--size-lg {
    font-size: 22px; }
  .sp-SubTitledBlock__title--bold {
    color: #2a2e37;
    font-weight: bold; }
  .sp-SubTitledBlock__title--center {
    text-align: center; }
  .sp-SubTitledBlock__title--right {
    text-align: right; }

.sp-app--mobile .sp-Menu {
  margin-bottom: 0px; }
  .sp-app--mobile .sp-Menu__inner {
    background-color: #f3f4f4; }
  .sp-app--mobile .sp-Menu .sp-MenuItems {
    width: auto; }

.sp-Menu__inner {
  background: #fff; }
  .sp-fliedBlock--active .sp-Menu__inner {
    width: 1240px;
    margin: 0 auto;
    padding: 0 110px;
    justify-content: start; }

.sp-Menu--1col .sp-MenuItems {
  width: 900px; }

.sp-app--desktop .sp-MenuItems {
  display: flex;
  justify-content: space-between; }

.sp-MenuItem {
  /*        min-width: 120px;*/
  text-align: center;
  line-height: 1; }
  .sp-MenuItem h2 {
    font-weight: inherit;
    font-size: inherit;
    color: inherit; }
  .sp-MenuItem:hover {
    cursor: pointer; }
  .sp-MenuItem--disabled {
    cursor: default !important;
    opacity: 0.6;
    color: #70757B; }
    .sp-MenuItem--disabled:hover {
      color: #70757B !important;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-app--mobile .sp-MenuItem--disabled {
      display: none !important; }

.sp-fliedBlock--active .sp-Menu--default.sp-Menu {
  border-top: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: 4px 3px 2px #ccc; }

.sp-Menu--default .sp-Menu__inner {
  border-top: 1px solid #d8d8d8;
  padding: 20px 110px; }
  .sp-fliedBlock--active .sp-Menu--default .sp-Menu__inner {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0; }
  .sp-app--mobile .sp-Menu--default .sp-Menu__inner {
    padding: 20px 0px; }

.sp-Menu--default .sp-MenuItem {
  display: inline-block;
  padding: 12px 25px;
  border: 0;
  border-radius: 4px;
  white-space: nowrap;
  transition: color 0.3s ease-in-out; }
  .sp-Menu--default .sp-MenuItem:hover {
    color: #E53A35; }
  .sp-Menu--default .sp-MenuItem--selected {
    background: #2a2e37;
    color: #fff !important;
    cursor: default; }
    .sp-fliedBlock--active .sp-Menu--default .sp-MenuItem--selected {
      color: #000 !important;
      background: none;
      border-bottom: 5px solid #e53a35; }
  .sp-fliedBlock--active .sp-Menu--default .sp-MenuItem {
    padding: 15px 20px;
    min-width: 50px;
    color: #70757B;
    letter-spacing: 0.5px;
    border-radius: 0; }
    .sp-fliedBlock--active .sp-Menu--default .sp-MenuItem:hover {
      color: #E53A35; }
    .sp-fliedBlock--active .sp-Menu--default .sp-MenuItem--disabled {
      color: #70757B !important;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-fliedBlock--active .sp-Menu--default .sp-MenuItem--disabled:hover {
        color: #70757B !important; }

.sp-Menu--red {
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px; }
  .sp-Menu--red .sp-Menu__inner {
    padding: 0;
    width: 100%; }
  .sp-Menu--red .sp-MenuItem {
    color: #70757B;
    padding: 20px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    white-space: nowrap;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-app--mobile .sp-Menu--red .sp-MenuItem {
      padding: 18px 12px 13px;
      max-width: none;
      font-size: 15px;
      letter-spacing: 0.54px; }
    .sp-Menu--red .sp-MenuItem--selected {
      color: #000;
      border-bottom: 4px solid #e53a35; }
    .sp-Menu--red .sp-MenuItem:hover {
      color: #E53A35; }
    .sp-Menu--red .sp-MenuItem--disabled:hover {
      color: #70757B; }

.sp-TableIconExpand {
  width: 15px;
  height: 11px;
  margin: 0 auto; }
  .sp-TableIconExpand--active {
    transform: rotate(-180deg); }

.sp-Table {
  border-spacing: 0;
  border-collapse: collapse;
  /*
    &-cell-fix-left-last::after {
        pointer-events: none;
        content: '';
        transition: box-shadow 0.3s;
        position: absolute;
        top: 0;
        bottom: -1px;
        width: 20px;
        right: -1px;
        transform: translateX(100%);
        box-shadow: inset 10px 0 8px -8px green;
    }*/ }
  .sp-Table a:hover {
    color: #E53A35;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .sp-Table-wr {
    margin-bottom: 20px; }
    .sp-Table-wr:last-child {
      margin-bottom: 0; }
  .sp-Table-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit; }
  .sp-Table-theme--simple table {
    font-size: 13px; }
    .sp-Table-theme--simple table tbody:before {
      content: '';
      display: table-row;
      height: 10px; }
    .sp-Table-theme--simple table td {
      padding-top: 7px;
      padding-bottom: 5px; }
  .sp-Table-theme--default table {
    font-size: 14px; }
    .sp-Table-theme--default table thead th {
      padding-left: 5px;
      padding-right: 5px; }
      .sp-Table-theme--default table thead th.sp-Table-cell--small {
        font-size: 13px; }
      .sp-Table-theme--default table thead th:last-child {
        /*padding-right: 0;*/ }
        .sp-app--mobile .sp-Table-theme--default table thead th:last-child {
          padding-right: 10px; }
    .sp-Table-theme--default table tbody > tr {
      height: 36px; }
      .sp-Table-theme--default table tbody > tr:last-child {
        border-bottom: none; }
        .sp-Table-theme--default table tbody > tr:last-child td {
          border-bottom: none; }
      .sp-Table-theme--default table tbody > tr td {
        border-bottom: 1px solid #e7e9e9;
        padding: 4px 5px; }
        .sp-Table-theme--default table tbody > tr td.sp-Table-cell--small {
          font-size: 13px; }
      .sp-Table-theme--default table tbody > tr td {
        /*padding-right: 10px;*/ }
        .sp-Table-theme--default table tbody > tr td:last-child {
          /*padding-right: 0;*/ }
          .sp-app--mobile .sp-Table-theme--default table tbody > tr td:last-child {
            padding-right: 10px; }
  .sp-Table-theme--simple table tbody > tr {
    height: 26px; }
  .sp-Table-pagination {
    text-align: center;
    padding-top: 10px; }
  .sp-Table-nextButton, .sp-Table-hideButton {
    width: 200px;
    display: inline-block;
    margin: 0 7px; }
  .sp-Table th.sp-Table-cell {
    white-space: nowrap;
    font-weight: normal; }
    .sp-Table th.sp-Table-cell--normal {
      font-weight: normal; }
    .sp-Table th.sp-Table-cell--bold {
      font-weight: bold;
      color: #2a2e37; }
    .sp-Table th.sp-Table-cell--wrap {
      white-space: normal; }
  .sp-Table tr .sp-Table-cell a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sp-Table table {
    width: 100%;
    letter-spacing: 0.47px;
    border-collapse: collapse; }
    .sp-Table table td,
    .sp-Table table th {
      text-align: center;
      border: 0; }
    .sp-Table table td.sp-Table-cell--left,
    .sp-Table table th.sp-Table-cell--left {
      text-align: left; }
    .sp-Table table thead {
      padding-bottom: 10px; }
      .sp-Table table thead th {
        border-bottom: 1px solid #9aa0a8;
        cursor: default;
        padding-bottom: 10px; }
        .sp-Table table thead th .sortable {
          position: relative;
          cursor: pointer;
          display: inline-block;
          border-bottom: 1px dotted #ccc; }
        .sp-Table table thead th .sortable.asc,
        .sp-Table table thead th .sortable.desc {
          border-bottom: none; }
        .sp-Table table thead th .sortable.asc:after,
        .sp-Table table thead th .sortable.desc:after {
          content: '' !important; }
        .sp-Table table thead th .sortable.asc:before {
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .sp-Table table thead th .sortable.desc:before {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .sp-Table table thead th .sortable.asc:before,
        .sp-Table table thead th .sortable.desc:before {
          content: '';
          width: 4px;
          height: 4px;
          position: absolute;
          bottom: -3px;
          left: 50%;
          margin-left: -2px;
          border-left: 1px solid #2a2e37;
          border-bottom: 1px solid #2a2e37;
          transition: all 0.3s ease-in-out; }
    .sp-Table table th {
      color: #70757B; }
    .sp-Table table td.sorted {
      background: #f5f5f5 !important; }

.sp-app--mobile .sp-Table {
  position: relative; }
  .sp-app--mobile .sp-Table .sp-Table-thead {
    border-color: #e7e9e9; }
  .sp-app--mobile .sp-Table-cell-fix-left, .sp-app--mobile .sp-Table-cell-fix-right {
    z-index: 2;
    background: #fff; }
  .sp-app--mobile .sp-Table-cell-fix-left {
    left: 0 !important; }
  .sp-app--mobile .sp-Table-cell-fix-right {
    right: 0 !important; }
  .sp-app--mobile .sp-Table:not(.sp-Table-ping-right)::after {
    display: none; }
  .sp-app--mobile .sp-Table::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: linear-gradient(-270deg, rgba(112, 117, 123, 0) 13%, rgba(42, 46, 55, 0.1) 100%); }

.sp-app--mobile .sp-Table-ping-left .sp-Table-cell-fix-left {
  position: relative; }
  .sp-app--mobile .sp-Table-ping-left .sp-Table-cell-fix-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #e7e9e9; }

.sp-TitledSection__title {
  margin-bottom: 20px;
  font-size: 1.3em; }

.sp-materialsBlockItem {
  display: flex;
  align-items: flex-start; }
  .sp-materialsBlockItem__image {
    width: 100px;
    min-width: 100px;
    margin-right: 15px; }
  .sp-materialsBlockItem__header {
    display: flex;
    align-items: flex-start; }
  .sp-materialsBlockItem__date {
    color: #70757B;
    margin-bottom: 5px;
    margin-right: 10px; }
  .sp-materialsBlockItem__date, .sp-materialsBlockItem__name {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }

.sp-MaterialItem {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden; }
  .sp-MaterialItem__content {
    overflow: hidden; }
  .sp-MaterialItem__date {
    margin-right: 20px;
    letter-spacing: 0.5px;
    color: #70757B; }
  .sp-MaterialItem__name {
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 10px; }
    .sp-MaterialItem__name h2 {
      font-size: inherit;
      font-weight: inherit;
      display: inherit;
      color: inherit; }
  .sp-MaterialItem--news .sp-MaterialItem__name {
    display: inline; }
  .sp-MaterialItem__announce {
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .sp-MaterialItem__image {
    margin-right: 30px; }
    .sp-MaterialItem__image-link {
      display: block;
      height: 125px;
      width: 220px; }
  .sp-MaterialItem__footer {
    margin-top: 10px;
    display: flex;
    align-items: center; }
    .sp-MaterialItem__footer .se-MaterialBadge {
      margin-right: 15px; }
    .sp-MaterialItem__footer--del {
      margin: 0 15px 0 0; }
  .sp-MaterialItem .se19-mark {
    display: flex;
    align-items: center;
    margin: 0; }

.sp-MaterialDayGroup__day {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 0 0 20px 0;
  line-height: 25px;
  color: #2a2e37; }

.sp-commentsCount {
  color: #70757B;
  font-size: 14px; }
  .sp-commentsCount:before {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.3 12.4"><path fill="%2370757B" d="M5.3 9.52l3.46-2.4h3.03V1.5H1.5v5.62h3.8v2.4m-1.5 2.87V8.62H0V0h13.29V8.62H9.23l-3.07 2.13-2.36 1.64z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    margin-right: 5px;
    vertical-align: middle; }

.sp-MaterialRubrics {
  color: #70757B;
  display: flex; }

.sp-app--mobile .se-MaterialBadge {
  margin-right: 0; }

.sp-app--mobile .sp-MaterialRubrics {
  font-size: 14px;
  display: none; }

.sp-app--mobile--press .sp-commentsCount {
  display: flex;
  font-size: 15px; }
  .sp-app--mobile--press .sp-commentsCount:before {
    width: 13px;
    height: 13px; }

.sp-app--mobile .sp-MaterialItem {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #F3F4F4; }
  .sp-app--mobile .sp-MaterialItem__name h2 {
    font-size: 15px;
    letter-spacing: 0.27px; }
  .sp-app--mobile .sp-MaterialItem__image {
    margin-right: 20px; }
  .sp-app--mobile .sp-MaterialItem__announce {
    margin-top: 0;
    /*display: none;*/ }
  .sp-app--mobile .sp-MaterialItem__date {
    font-size: 14px;
    margin-right: 5px;
    display: inline;
    letter-spacing: 0.27px;
    line-height: 18px; }
  .sp-app--mobile .sp-MaterialItem .se19-mark {
    font-size: 0; }
    .sp-app--mobile .sp-MaterialItem .se19-mark:before {
      width: 15px;
      height: 15px; }
  .sp-app--mobile .sp-MaterialItem__footer--del {
    display: none; }
  .sp-app--mobile .sp-MaterialItem__image-link {
    width: 120px;
    height: 67px; }
    .sp-app--mobile .sp-MaterialItem__image-link img {
      border-radius: 10px; }

.sp-app--mobile .sp-MaterialDayGroup__day {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.64px; }

.sp-WithMaterialFilters {
  padding: 10px 0; }
  .sp-app--mobile .sp-WithMaterialFilters {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px; }

.sp-MaterialsFilter {
  width: 100%; }
  .sp-MaterialsFilter__topFilters {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
  .sp-MaterialsFilter__select.sp-BaseSelect {
    width: 170px; }
  .sp-MaterialsFilter__select--pages.sp-BaseSelect {
    width: 90px; }
  .sp-MaterialsFilter__flag--star {
    margin-right: 20px;
    width: 65px; }
    .sp-MaterialsFilter__flag--star svg {
      width: 19px;
      height: 18px;
      fill: #94a1a9; }
    .sp-MaterialsFilter__flag--star:hover svg,
    .sp-MaterialsFilter__flag--star.sp-BaseButton--selected svg {
      fill: #ffc933;
      -webkit-transition: 0.3s fill ease-in-out;
      -o-transition: 0.3s fill ease-in-out;
      transition: 0.3s fill ease-in-out; }
  .sp-MaterialsFilter__flag--flame {
    margin-right: 20px;
    width: 65px; }
    .sp-MaterialsFilter__flag--flame svg {
      width: 16px;
      height: 22px;
      fill: #94a1a9; }
    .sp-MaterialsFilter__flag--flame:hover svg,
    .sp-MaterialsFilter__flag--flame.sp-BaseButton--selected svg {
      fill: #ff5c50;
      -webkit-transition: 0.3s fill ease-in-out;
      -o-transition: 0.3s fill ease-in-out;
      transition: 0.3s fill ease-in-out; }
  .sp-MaterialsFilter__group {
    display: flex;
    justify-content: space-between; }
  .sp-MaterialsFilter-calendar {
    margin-left: 20px;
    padding: 6px;
    height: 37px;
    background-color: #f3f4f4;
    border-radius: 4px; }
    .sp-MaterialsFilter-calendar__icon {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      letter-spacing: 0.4px;
      color: #2a2e37;
      background-size: 32px 26px;
      cursor: pointer; }
  .sp-MaterialsFilter__bottomFilters {
    display: flex; }
    .sp-MaterialsFilter__bottomFilters-item {
      margin: 0 5px; }
      .sp-MaterialsFilter__bottomFilters-item:first-child {
        margin-left: 0; }

.sp-Paginator {
  padding: 10px;
  display: flex; }
  .sp-Paginator__page {
    background: #F3F4F4;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 7px;
    font-size: 18px;
    letter-spacing: .36px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer; }
    .sp-Paginator__page:hover {
      color: #2a2f37;
      border: 1px solid #70757B;
      transition: .3s all ease-in-out; }
    .sp-Paginator__page:first-child {
      margin-left: 0; }
    .sp-Paginator__page--selected {
      background-color: #2a2e37;
      color: #fff !important;
      border: 1px solid transparent; }
  .sp-Paginator--dot {
    padding: 0 24px; }
  .sp-Paginator--next {
    margin-left: auto; }

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle, .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle, .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle, .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker__input {
  width: 28px;
  height: 22px;
  cursor: pointer; }
  .react-datepicker__input svg {
    fill: #94a1a9; }
  .react-datepicker__input--active svg {
    fill: #2a2e37; }

.react-datepicker-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0; }

.react-datepicker {
  font-family: PFDinDisplayPro, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #2a2f37;
  border-radius: 5px;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 999999; }
  .react-datepicker-popper[data-placement^='bottom'] {
    margin-top: 10px; }
    .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
      display: none; }
  .react-datepicker-popper[data-placement='bottom-end'] .react-datepicker__triangle, .react-datepicker-popper[data-placement='top-end'] .react-datepicker__triangle {
    left: auto;
    right: 50px; }
  .react-datepicker-popper[data-placement^='top'] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^='right'] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^='right'] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^='left'] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^='left'] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }
  .react-datepicker__header--wr {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 62px !important;
    padding: 0 !important;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    line-height: 62px;
    letter-spacing: 0.1px;
    color: #2a2f37;
    background-color: #f3f4f4;
    border-radius: 4px 4px 0 0; }
  .react-datepicker__header .react-datepicker__month-name {
    color: #2a2e37;
    font-size: 15px; }
  .react-datepicker__header select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .react-datepicker__header select {
    margin-left: 15px;
    width: 85px;
    height: 30px;
    padding: 7px 0px 5px 10px;
    outline: none;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    border: 1px solid #94a1a9;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(//ss.sport-express.ru/projects/desktop/img/icons/arrow_down_gray.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    color: #94a1a9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    .react-datepicker__header select option {
      padding: 7px 27px 5px 12px;
      font-size: 18px;
      letter-spacing: 0.04em;
      line-height: 1;
      background-color: #fff; }

.react-datepicker__monthSwitcher {
  position: absolute;
  top: 12px;
  width: 29px;
  height: 37px;
  background: 0 0;
  border: 1px solid #70757B;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2; }
  .react-datepicker__monthSwitcher--disabled {
    opacity: 0.5;
    cursor: default; }

.react-datepicker__monthSwitcher-prev {
  left: 16px; }

.react-datepicker__monthSwitcher-next {
  right: 16px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 2.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #9aa0a8; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #7f8690; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #b5bac0;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #9aa0a8; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #7f8690; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #b5bac0;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #9aa0a8; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #7f8690; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #9aa0a8; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #7f8690; }

.react-datepicker__container {
  width: 307px;
  background: #fff;
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.19); }

.react-datepicker__content {
  border-bottom: 2px solid #e2e2e2; }

.react-datepicker__footer {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between; }
  .react-datepicker__footer-btn {
    cursor: pointer;
    font-size: 16px;
    color: #70757B; }

.react-datepicker__month {
  text-align: center;
  margin: 3px 0; }
  .react-datepicker__month .react-datepicker__month-text,
  .react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__input-container {
  overflow: hidden;
  font-size: 0px; }

.react-datepicker__input input {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  background: transparent;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: 85px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type='time']::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type='time']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type='time'] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 85px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (2.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px;
          white-space: nowrap; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #2a2f37;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #2a2f37; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #9aa0a8; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #9aa0a8;
  display: inline-block;
  width: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 5px;
      background-color: #f0f0f0; }

.react-datepicker__day-names {
  margin-bottom: 10px; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
  height: 48px; }

.react-datepicker__day-names .react-datepicker__day-name {
  color: #70757B;
  font-size: 13px; }

.react-datepicker__day {
  position: relative; }
  .react-datepicker__day-counter {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -16px;
    font-size: 12px;
    color: #70757B;
    z-index: 5; }
  .react-datepicker__day-value {
    position: relative;
    z-index: 5; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #2a2f37;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  margin: 0 4px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 31px;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.3s background-color ease-in-out; }
  .react-datepicker__day-name:focus,
  .react-datepicker__day:focus,
  .react-datepicker__time-name:focus {
    outline: none; }

.react-datepicker__day-name {
  padding-top: 30px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #2a2f37;
  letter-spacing: 0.3px;
  text-transform: lowercase; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 5px;
  background-color: #2a2f37;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
  .react-datepicker__quarter--selected:hover,
  .react-datepicker__quarter--in-selecting-range:hover,
  .react-datepicker__quarter--in-range:hover {
    background-color: #1f2329; }

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #9aa0a8;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover,
  .react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
  border-radius: 50%; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover,
  .react-datepicker__quarter-text:hover {
    background-color: #f0f0f0;
    border-radius: 50%; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today,
  .react-datepicker__quarter-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted,
  .react-datepicker__quarter-text--highlighted {
    border-radius: 5px;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover,
    .react-datepicker__quarter-text--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1,
    .react-datepicker__quarter-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2,
    .react-datepicker__quarter-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--keyboard-selected, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--keyboard-selected,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--keyboard-selected,
  .react-datepicker__quarter-text--in-range {
    color: #fff; }
    .react-datepicker__day--selected:before, .react-datepicker__day--in-selecting-range:before, .react-datepicker__day--keyboard-selected:before, .react-datepicker__day--in-range:before,
    .react-datepicker__month-text--selected:before,
    .react-datepicker__month-text--in-selecting-range:before,
    .react-datepicker__month-text--keyboard-selected:before,
    .react-datepicker__month-text--in-range:before,
    .react-datepicker__quarter-text--selected:before,
    .react-datepicker__quarter-text--in-selecting-range:before,
    .react-datepicker__quarter-text--keyboard-selected:before,
    .react-datepicker__quarter-text--in-range:before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      background-color: #2a2f37;
      left: -7px;
      right: -7px;
      bottom: -7px;
      top: -7px;
      z-index: 1; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--keyboard-selected:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--keyboard-selected:hover,
    .react-datepicker__month-text--in-range:hover,
    .react-datepicker__quarter-text--selected:hover,
    .react-datepicker__quarter-text--in-selecting-range:hover,
    .react-datepicker__quarter-text--keyboard-selected:hover,
    .react-datepicker__quarter-text--in-range:hover {
      background-color: #1f2329; }
  .react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range ,
  .react-datepicker__quarter-text--in-selecting-range {
    background-color: rgba(42, 47, 55, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range {
    background-color: #f0f0f0;
    color: #2a2f37; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled,
  .react-datepicker__quarter-text--disabled {
    cursor: default;
    color: #9aa0a8; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover,
    .react-datepicker__quarter-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #2a2f37; }

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 5px; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #7f8690; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #9aa0a8;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #9aa0a8; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #7f8690; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #7f8690; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #2a2f37;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: '\D7'; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #9aa0a8; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #7f8690; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #b5bac0;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #9aa0a8; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #7f8690; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #b5bac0;
      cursor: default; }

.CircularProgressbar {
  width: 100%;
  vertical-align: middle;
  overflow: visible; }
  .CircularProgressbar-path {
    stroke: #2a2e37;
    stroke-width: 13px;
    stroke-linecap: round;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s; }
    .sp-app--mobile .CircularProgressbar-path {
      stroke-width: 16px; }
  .CircularProgressbar-trail {
    stroke-linecap: round;
    stroke: #ededed;
    stroke-width: 7px; }
    .sp-app--mobile .CircularProgressbar-trail {
      stroke-width: 8px; }
  .CircularProgressbar-text {
    dominant-baseline: middle;
    text-anchor: middle; }

.sp-RoundBar--red .CircularProgressbar-path {
  stroke: #e53a35; }

.sp-ProgressLineBar {
  display: flex;
  align-items: baseline;
  text-align: left; }
  .sp-ProgressLineBar__value {
    width: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #2a2e37;
    text-align: left; }
    .sp-ProgressLineBar--rtl .sp-ProgressLineBar__value {
      text-align: right; }
  .sp-ProgressLineBar__maxvalue {
    width: 35px;
    font-size: 13px;
    color: #70757B;
    text-align: right; }
    .sp-ProgressLineBar--rtl .sp-ProgressLineBar__maxvalue {
      text-align: left; }
  .sp-ProgressLineBar__title {
    position: absolute;
    top: -32px;
    right: 0;
    left: 0;
    text-align: center;
    color: #2a2f37;
    font-size: 18px; }
  .sp-ProgressLineBar--bg-black .sp-ProgressLineBar__line {
    background: #2a2e37; }
  .sp-ProgressLineBar__line {
    background: #f3f4f4;
    border-radius: 8px;
    height: 10px;
    position: relative;
    width: 100%; }
    .sp-ProgressLineBar__line-progress {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0;
      border-radius: 8px; }
      .sp-ProgressLineBar--rtl .sp-ProgressLineBar__line-progress {
        left: auto;
        right: 0; }
      .sp-ProgressLineBar__line-progress--red {
        background-color: #e53a35; }
      .sp-ProgressLineBar__line-progress--black {
        background-color: #2a2e37; }

.sp-Page404 {
  position: relative;
  text-align: center; }
  .sp-Page404-img {
    position: absolute;
    left: 50%;
    margin-left: -161px;
    top: 50%;
    margin-top: -150px;
    z-index: 1; }
  .sp-Page404-japan {
    margin-left: -400px; }

.sp-BaseButton {
  display: inline-flex;
  padding: 0 15px;
  height: 38px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .sp-BaseButton--small {
    height: 30px;
    font-size: 15px; }
  .sp-BaseButton--stretch {
    width: 100%; }
  .sp-BaseButton--white {
    background-color: #fff;
    color: #2a2e37;
    border: 1px solid #9aa0a8;
    transition: background-color 0.3s ease-in-out; }
    .sp-BaseButton--white:hover {
      background-color: #E7E9E9; }
  .sp-BaseButton--black {
    background-color: #2a2e37;
    color: #fff;
    border: none; }
  .sp-BaseButton--gray {
    background-color: #f3f4f4;
    color: #70757B;
    border: none; }
  .sp-BaseButton--gray.sp-BaseButton--selected {
    background: #2a2e37;
    color: #fff; }

.sp-Block {
  margin-bottom: 20px;
  border-radius: 6px; }
  .sp-Block-theme--white {
    background: #fff; }
  .sp-Block-pad--no {
    padding: 0; }
  .sp-Block-pad--lg {
    padding: 20px 20px; }
  .sp-Block-pad--md {
    padding: 15px 15px; }
  .sp-Block-pad--sm {
    padding: 15px 15px; }
  .sp-app--mobile .sp-Block--hasScroll {
    padding-right: 0; }

.sp-TitledBlock {
  /*overflow: hidden;*/
  position: relative;
  padding-bottom: 0px; }
  .sp-TitledBlock .sp-TitledBlock__text {
    font-family: PFDinDisplayPro, sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #2a2e37; }
    .sp-app--mobile .sp-TitledBlock .sp-TitledBlock__text {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center !important; }
    .sp-TitledBlock .sp-TitledBlock__text.sp-TitledBlock__text--left {
      text-align: left; }
    .sp-TitledBlock .sp-TitledBlock__text.sp-TitledBlock__text--center {
      text-align: center; }
    .sp-TitledBlock .sp-TitledBlock__text.sp-TitledBlock__text--right {
      text-align: right; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #e83b35;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e83b35, 0 0 5px #e83b35;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #e83b35;
  border-left-color: #e83b35;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sp-Image {
  display: inline-block;
  vertical-align: middle; }
  .sp-Image img {
    max-height: 100%;
    max-width: 100%; }
  .sp-Image--size-20 {
    width: 20px;
    height: 20px; }
  .sp-Image--size-25 {
    width: 25px;
    height: 25px; }
  .sp-Image--size-30 {
    width: 30px;
    height: 30px; }
  .sp-Image--size-35 {
    width: 35px;
    height: 35px; }
  .sp-Image--size-40 {
    width: 40px;
    height: 40px; }
  .sp-Image--size-45 {
    width: 45px;
    height: 45px; }
  .sp-Image--size-50 {
    width: 50px;
    height: 50px; }
  .sp-Image--size-55 {
    width: 55px;
    height: 55px; }
  .sp-Image--size-60 {
    width: 60px;
    height: 60px; }
  .sp-Image--circle {
    border-radius: 50%;
    overflow: hidden; }

.sp-ImageWithName {
  display: flex;
  align-items: center;
  width: 100%; }
  .sp-ImageWithName__left {
    margin-left: 10px;
    text-align: left;
    width: 100%; }
  .sp-ImageWithName__right {
    margin-right: 10px;
    text-align: right;
    width: 100%; }
  .sp-ImageWithName__name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-ImageWithName__name a {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%; }
    .sp-ImageWithName__name:hover {
      color: #E53A35; }

.sp-TextBlock {
  font-size: 15px;
  letter-spacing: 0.54px;
  line-height: 1.6em; }

.sp-Link-theme--simple {
  position: relative; }
  .sp-Link-theme--simple--left {
    padding-left: 10px; }
    .sp-Link-theme--simple--left:before {
      content: "\2039";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .sp-Link-theme--simple--right {
    padding-right: 10px; }
    .sp-Link-theme--simple--right:after {
      content: "\203A";
      display: block;
      position: absolute;
      top: 0;
      right: 0; }

.sp-ScrollMenu-theme--gray {
  background: #F3F4F4;
  height: 40px; }
  .sp-ScrollMenu-theme--gray .sp-ScrollMenuItem {
    margin-right: 20px; }
    .sp-ScrollMenu-theme--gray .sp-ScrollMenuItem:first-child {
      margin-left: 22px; }
  .sp-ScrollMenu-theme--gray .sp-ScrollMenuItem.active {
    cursor: default;
    outline: none; }

.sp-ScrollMenuItem {
  outline: none;
  cursor: pointer; }
  .sp-ScrollMenuItem .sp-MenuItem {
    padding-left: 20px !important;
    padding-right: 20px !important; }

.sp-progress-icon {
  margin-left: 5px; }
  .sp-progress-icon-increase {
    border: 5px solid transparent;
    border-bottom: 9px solid #3DCF53;
    display: inline-block; }
  .sp-progress-icon-decrease {
    border: 5px solid transparent;
    border-top: 9px solid #FF7069;
    display: inline-block;
    position: relative;
    top: 5px; }
  .sp-progress-icon-stable {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #FFC342;
    position: relative;
    top: -5px;
    display: inline-block; }
    .sp-progress-icon-stable:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: -5px;
      top: 5px;
      border: 5px solid transparent;
      border-top-color: #FFC342; }

.sp-Banner--active {
  display: flex;
  justify-content: center;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 100%;
  overflow: hidden; }

.sp-Page {
  position: relative;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  min-height: 600px; }
  .sp-app--mobile .sp-Page {
    padding: 20px 15px; }
  .sp-app--mobile .sp-Page--hasScroll {
    padding-right: 0; }
    .sp-app--mobile .sp-Page--hasScroll .sp-ShowMoreButton {
      padding-right: 20px; }
  .sp-app--mobile .sp-Page .sp-Menu {
    margin-left: -20px;
    margin-right: -20px; }
  .sp-Page__filter {
    display: flex; }
    .sp-app--mobile .sp-Page__filter {
      display: block; }
    .sp-Page__filter-item {
      margin-left: 10px; }
      .sp-Page__filter-item:first-child {
        margin-left: 0; }
      .sp-app--mobile .sp-Page__filter-item {
        margin-left: 0;
        padding-right: 30px;
        margin-bottom: 10px;
        width: 100% !important; }
      .sp-Page__filter-item--competitions.sp-BaseSelect {
        width: 170px; }
      .sp-Page__filter-item--ages.sp-BaseSelect {
        width: 150px; }
      .sp-Page__filter-item--teams.sp-BaseSelect {
        width: 180px; }
      .sp-Page__filter-item--stages.sp-BaseSelect {
        width: 180px; }
  .sp-Page__title {
    font-weight: bold;
    font-size: 24px;
    color: #2a2e37;
    margin: 0; }
    .sp-Page__title h1,
    .sp-Page__title h2,
    .sp-Page__title h3 {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      margin: inherit; }
    .sp-app--mobile .sp-Page__title {
      font-size: 20px; }
  .sp-Page__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center; }
    .sp-app--mobile .sp-Page--hasScroll .sp-Page__header {
      padding-right: 15px; }
  .sp-Page-submenu {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between; }
    .sp-app--mobile .sp-Page-submenu {
      display: block; }
    .sp-Page-submenu__filters {
      display: flex; }
      .sp-app--mobile .sp-Page-submenu__filters {
        display: block; }

.sp-BaseColumnsLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px; }
  .sp-BaseColumnsLayout--2col .sp-BaseColumnsLayout-content {
    width: 900px;
    min-height: 600px; }
  .sp-BaseColumnsLayout--3col .sp-BaseColumnsLayout-content {
    width: 560px;
    margin: 0 20px; }
  .sp-BaseColumnsLayout-right, .sp-BaseColumnsLayout-left {
    width: 320px; }

.sp-app--mobile .sp-BaseColumnsLayout--2col .sp-BaseColumnsLayout-content {
  max-width: 100%; }

.sp-app--mobile .sp-BaseColumnsLayout-right, .sp-app--mobile .sp-BaseColumnsLayout-left {
  width: auto; }

.sp-ParamDescriptionList {
  margin-top: 20px;
  display: flex;
  justify-content: center; }
  .sp-app--mobile .sp-ParamDescriptionList {
    justify-content: flex-start; }
  .sp-ParamDescriptionList-cols {
    display: flex;
    justify-content: space-between; }
  .sp-ParamDescriptionList-col {
    display: table;
    margin-left: 30px; }
    .sp-ParamDescriptionList-col:first-child {
      margin-left: 0; }
  .sp-ParamDescriptionList-item {
    white-space: nowrap;
    line-height: 1.5;
    font-size: 13px;
    display: table-row; }
    .sp-ParamDescriptionList-item__title {
      display: table-cell;
      padding-right: 10px;
      color: #70757B; }
      .sp-ParamDescriptionList--2col .sp-ParamDescriptionList-item__title {
        padding-right: 17px;
        padding-bottom: 4px; }
    .sp-ParamDescriptionList-item__value {
      display: table-cell;
      color: #2a2e37;
      max-width: 210px;
      overflow: hidden;
      text-overflow: ellipsis; }

.sp-ProfileInfo {
  flex-direction: column;
  display: flex;
  min-height: 124px; }
  .sp-ProfileInfo-bottom {
    width: 100%;
    display: flex; }
    .sp-app--mobile .sp-ProfileInfo-bottom {
      margin-top: 15px; }
  .sp-ProfileInfo-cols {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-bottom: 10px; }
  .sp-ProfileInfo-colRight {
    flex-grow: 1;
    display: flex;
    justify-content: center; }

.sp-app--mobile .sp-ProfileInfo {
  min-height: auto;
  justify-content: center;
  height: 100%; }
  .sp-app--mobile .sp-ProfileInfo-cols {
    margin-bottom: 0;
    display: block; }
  .sp-app--mobile .sp-ProfileInfo-colLeft {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sp-app--mobile .sp-ProfileInfo-colRight {
    justify-content: left; }

.sp-ProfileFrame {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px 20px;
  min-height: 180px;
  background-color: #fff; }
  .sp-ProfileFrame__button-bio {
    position: relative;
    width: 160px;
    left: -20px;
    top: 10px; }
  .sp-ProfileFrame__logos {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 82px; }
  .sp-ProfileFrame__photo {
    width: 120px; }
    .sp-ProfileFrame__photo img {
      max-width: 100%; }
  .sp-ProfileFrame__center {
    padding-left: 33px;
    padding-right: 20px;
    flex-grow: 1; }
  .sp-ProfileFrame__stats {
    width: 300px; }
    .sp-app--mobile .sp-ProfileFrame__stats {
      padding: 20px; }
  .sp-ProfileFrame__name {
    color: #2a2e37;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0; }
  .sp-ProfileFrame__engname {
    color: #70757b;
    font-size: 14px;
    letter-spacing: 0.35px; }
  .sp-ProfileFrame__subname {
    margin-top: 8px;
    color: #2a2e37;
    font-size: 14px;
    font-weight: bold; }

.sp-app--mobile .sp-ProfileFrame {
  min-height: 80px;
  box-sizing: content-box;
  padding: 10px 20px;
  margin-bottom: 0;
  align-items: center; }
  .sp-app--mobile .sp-ProfileFrame__name {
    font-size: 18px; }
  .sp-app--mobile .sp-ProfileFrame__center {
    padding-left: 22px; }
  .sp-app--mobile .sp-ProfileFrame__photo {
    display: flex;
    min-width: 60px;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center; }
    .sp-app--mobile .sp-ProfileFrame__photo img {
      border-radius: 50%;
      overflow: hidden;
      width: 100%; }
  .sp-app--mobile .sp-ProfileFrame__stats {
    width: 100%;
    background: #fff;
    padding-bottom: 10px; }

.sp-ButtonsGroup {
  display: inline-flex;
  height: 38px;
  border: 1px solid #94A1A9;
  border-radius: 4px;
  overflow: hidden; }
  .sp-app--mobile .sp-ButtonsGroup {
    margin-bottom: 20px; }
  .sp-ButtonsGroup-button {
    display: block;
    padding: 11px 20px;
    background-color: white;
    font-size: 14px;
    color: #2a2e37;
    letter-spacing: .5px;
    border-right: 1px solid #94A1A9; }
    .sp-ButtonsGroup-button:hover {
      background: #E7E9E9; }
    .sp-ButtonsGroup-button:first-child {
      border-radius: 4px 0 0 4px; }
    .sp-ButtonsGroup-button:last-child {
      border-right: none;
      border-radius: 0 4px 4px 0; }
    .sp-ButtonsGroup-button--selected {
      background: #E7E9E9; }

.sp-BaseFilter {
  display: flex; }
  .sp-BaseFilter-button {
    width: 40px;
    height: 30px;
    border-radius: 6px;
    background: #f3f4f4;
    padding: 8px 14px;
    font-size: 0;
    cursor: pointer; }
  .sp-BaseFilter__modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(42, 46, 55, 0.9); }
    .sp-BaseFilter__modal-inner {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      top: 30px; }
    .sp-BaseFilter__modal-header {
      margin-bottom: 20px; }
    .sp-BaseFilter__modal-title {
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
    .sp-BaseFilter__modal-footer {
      position: absolute;
      bottom: 0px;
      right: 0;
      left: 0; }
    .sp-BaseFilter__modal .sp-BaseSelect {
      width: 100% !important;
      padding-right: 0;
      margin-left: 0;
      margin-bottom: 20px; }
    .sp-BaseFilter__modal--active {
      display: block; }

#__next {
  width: 100%; }

.sp-FooterBanner {
  margin: 0 20px; }

.swiper-wrapper {
  align-items: normal !important;
  justify-content: normal !important; }

body,
body .se19-wrapper {
  background: #f4f4f4;
  padding: 0; }

.se19-h-selector {
  display: none; }

[data-reactroot][style*='position:fixed'] {
  z-index: 999999 !important; }

.se19-main,
.se19-wrapper {
  /*width: 100% !important;*/ }

.us-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sp-app {
  color: #2a2e37;
  margin-bottom: 20px; }

.sp-app--desktop {
  padding-top: 20px; }

.sp-CenterWrapper {
  width: 1240px;
  margin: 0 auto; }
  .sp-app--mobile .sp-CenterWrapper {
    width: 100%;
    overflow: hidden; }

.sp-BaseProfileFrame {
  margin-bottom: 20px;
  padding: 20px;
  height: 180px;
  background-color: #fff; }

.sp-ProfileSummaryBlock {
  text-align: center;
  min-height: 155px; }
  .sp-ProfileSummaryBlock-params {
    height: 80px;
    background: #f3f4f4;
    border-radius: 21px; }
    .sp-ProfileSummaryBlock-params table {
      width: 100%; }
      .sp-ProfileSummaryBlock-params table tr:last-child td {
        font-size: 13px;
        color: #70757B; }
    .sp-ProfileSummaryBlock-params--top {
      height: 80px; }
    .sp-ProfileSummaryBlock-params--bottom {
      height: 40px;
      font-size: 20px;
      color: #2a2e37; }
      .sp-ProfileSummaryBlock-params--bottom td {
        padding: 0;
        vertical-align: bottom; }
  .sp-ProfileSummaryBlock-main {
    background: #E53A35;
    border-radius: 10px; }
  .sp-ProfileSummaryBlock-param {
    min-width: 90px;
    text-align: center;
    vertical-align: top;
    padding: 20px 5px 0 5px;
    position: relative; }
    .sp-ProfileSummaryBlock-param:last-child:after {
      display: none; }
    .sp-ProfileSummaryBlock-param:after {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      bottom: 15px;
      right: 0;
      width: 2px;
      background: #fff; }
    .sp-ProfileSummaryBlock-param__name {
      color: #70757B;
      font-size: 13px; }
    .sp-ProfileSummaryBlock-param__value {
      font-size: 25px;
      font-weight: bold;
      color: #2a2e37; }

.sp-BaseSelect {
  width: 140px; }

.sp-fliedBlock {
  margin-bottom: 20px; }
  .sp-fliedBlock--inactive .sp-fliedBlock__content {
    animation: smoothScrollTo 0.3s; }
  .sp-fliedBlock--active .sp-fliedBlock__content {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    animation: smoothScroll 0.5s forwards;
    background: #fff; }

.sp-app--mobile .sp-fliedBlock--active .sp-fliedBlock__content {
  box-shadow: 0 6px 12px 0 rgba(42, 46, 55, 0.15);
  transition: all .8s ease; }
  .sp-app--mobile .sp-fliedBlock--active .sp-fliedBlock__content .sp-Block {
    margin-bottom: 0;
    padding-bottom: 5px; }

.sp-app--mobile .sp-fliedBlock--active.down .sp-fliedBlock__content {
  top: -90px; }

.sp-app--mobile .sp-fliedBlock--active.up .sp-fliedBlock__content {
  top: -27px; }

@keyframes smoothScroll {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(90px); } }

@keyframes smoothScrollTo {
  0% {
    transform: translateY(90px); }
  100% {
    transform: translateY(0px); } }

.sp-SvgIcon {
  max-width: 100%;
  max-height: 100%; }

.sp-404 .sp-Block-theme--white {
  background: none; }

.sp-Page-calendar__dateFilter {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: start; }
  .sp-Page-calendar__dateFilter--hidden {
    display: none; }
  .sp-Page-calendar__dateFilter-slider {
    width: 785px; }
    .sp-app--mobile .sp-Page-calendar__dateFilter-slider {
      width: calc(100% - 70px); }
  .sp-Page-calendar__dateFilter-datepicker {
    border-radius: 5px;
    background-color: #F3F4F4;
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center; }

.sp-StandingsPageMenu {
  margin-bottom: 30px; }

.sp-CurrentRegularStanding-row--playoff td {
  border-bottom: 1px solid #E53A35 !important; }

.sp-ScheduleDaysSlider .swiper-container {
  margin: 0 auto;
  padding: 0 40px; }
  .sp-app--mobile .sp-ScheduleDaysSlider .swiper-container {
    padding: 0; }

.sp-ScheduleDaysSlider__nav {
  width: 36px;
  height: 36px;
  background: #F3F4F4;
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin-top: 0;
  z-index: 1000;
  outline: none;
  border: 1px solid transparent;
  transition: border 0.3s ease-out; }
  .sp-ScheduleDaysSlider__nav--left {
    left: 0; }
  .sp-ScheduleDaysSlider__nav--right {
    right: 0; }
  .sp-ScheduleDaysSlider__nav:hover {
    border: 1px solid; }

.sp-ScheduleDaysSlider__dayWrapper {
  height: 36px;
  min-width: 73px; }
  .sp-app--mobile .sp-ScheduleDaysSlider__dayWrapper {
    min-width: 60px; }

.sp-ScheduleDaysSlider__day {
  margin: 0 auto;
  padding: 6px 0;
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 12px;
  height: 36px; }
  .sp-ScheduleDaysSlider__dayWrapper a {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-ScheduleDaysSlider__dayWrapper a:hover {
      background: #F3F4F4;
      border-radius: 5px; }
  .sp-ScheduleDaysSlider__day-date {
    text-transform: uppercase; }
  .sp-ScheduleDaysSlider__day--active {
    background: #f3f4f4;
    border-radius: 5px;
    cursor: default; }
  .sp-ScheduleDaysSlider__day-counter {
    font-size: 13px; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.sp-TeamColors-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #70757B;
  letter-spacing: 0.35px;
  white-space: nowrap; }

.sp-TeamColors-color {
  margin-bottom: 5px;
  height: 10px;
  border-radius: 5px; }

.sp-TeamProfileInfo-bottom {
  display: flex;
  width: 100%; }
  .sp-app--mobile .sp-TeamProfileInfo-bottom {
    display: block; }

.sp-TeamProfileInfo-colors {
  width: 100px; }

.sp-TeamProfileInfo-params {
  flex-grow: 1;
  justify-content: center; }

@charset "UTF-8";
.sp-CalendarMatch {
  color: #2a2e37; }
  .sp-app--mobile .sp-CalendarMatch {
    font-size: 15px; }
  .sp-CalendarMatch td {
    border-bottom: 1px solid #e7e9e9;
    vertical-align: baseline; }
    .sp-app--mobile .sp-CalendarMatch td {
      vertical-align: middle; }
  .sp-CalendarMatch__matchStage {
    width: 180px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap; }
  .sp-CalendarMatch .sp-MatchScore {
    justify-content: flex-start; }
    .sp-app--mobile .sp-CalendarMatch .sp-MatchScore {
      justify-content: flex-end; }
    .sp-CalendarMatch .sp-MatchScore__score {
      justify-content: center;
      overflow: hidden; }
  .sp-CalendarMatch__teams {
    display: flex; }
  .sp-CalendarMatch__team {
    width: 33px;
    height: 33px;
    padding: 3px;
    background: #fff;
    position: relative; }
    .sp-CalendarMatch__teamName {
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-CalendarMatch__teamName a:hover {
        color: #E53A35; }
      .sp-app--mobile .sp-CalendarMatch--finished .sp-CalendarMatch__teamName {
        color: #70757B; }
        .sp-app--mobile .sp-CalendarMatch--finished .sp-CalendarMatch__teamName--win {
          color: #2a2e37; }
      .sp-app--mobile .sp-CalendarMatch__teamName {
        display: block;
        white-space: nowrap;
        max-width: 100%;
        padding: 2px 0;
        text-overflow: ellipsis;
        overflow: hidden; }
      .sp-CalendarMatch__teamName-sep {
        padding: 0 5px; }
        .sp-app--mobile .sp-CalendarMatch__teamName-sep {
          display: none; }
  .sp-CalendarMatch__audienсe {
    white-space: nowrap;
    padding-left: 10px; }
  .sp-CalendarMatch__col--bullet {
    width: 10px; }
  .sp-CalendarMatch__col--date {
    width: 40px;
    white-space: nowrap; }
  .sp-CalendarMatch__col--teams {
    width: 80px; }
  .sp-CalendarMatch__col--detail a {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-CalendarMatch__col--detail a:hover {
      color: #E53A35; }
  .sp-CalendarMatch__col--score {
    width: 60px;
    text-align: right; }
  .sp-CalendarMatch__col--teamsNames {
    width: 250px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sp-app--mobile .sp-CalendarMatch__col--date {
    width: 75px;
    white-space: normal; }
  .sp-app--mobile .sp-CalendarMatch__col--teamsNames {
    width: auto; }
    .sp-app--mobile .sp-CalendarMatch__col--teamsNames a {
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-app--mobile .sp-CalendarMatch__col--teamsNames a:hover {
        color: #E53A35; }
  .sp-app--mobile .sp-CalendarMatch__col--score {
    width: 60px;
    text-align: right; }

.sp-CalendarMatches {
  /*& .sp-CalendarMatch__date {
        width: 120px;
    }*/ }
  .sp-CalendarMatches table {
    width: 100%;
    border-collapse: collapse; }
    .sp-app--mobile .sp-CalendarMatches table {
      table-layout: fixed; }
  .sp-CalendarMatches table td {
    padding: 7px 5px; }
    .sp-CalendarMatches table td:first-of-type {
      padding-left: 0;
      text-align: left; }
    .sp-CalendarMatches table td:last-of-type {
      padding-right: 0; }

.sp-CalendarMatchesByDay__dayTitle {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  padding: 40px 0 10px;
  border-bottom: 1px solid #F3F4F4; }

.sp-app--mobile .sp-CalendarMatchesByDay .sp-CalendarMatch__col--date {
  width: 45px !important; }

.sp-CalendarMatches {
  /*& .sp-CalendarMatch__date {
        width: 120px;
    }*/ }
  .sp-CalendarMatches table {
    width: 100%;
    border-collapse: collapse; }
    .sp-app--mobile .sp-CalendarMatches table {
      table-layout: fixed; }
  .sp-CalendarMatches table td {
    padding: 7px 5px; }
    .sp-CalendarMatches table td:first-of-type {
      padding-left: 0;
      text-align: left; }
    .sp-CalendarMatches table td:last-of-type {
      padding-right: 0; }

.sp-PlayoffStage table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  .sp-PlayoffStage table tbody tr {
    height: 50px; }
  .sp-PlayoffStage table th,
  .sp-PlayoffStage table td {
    text-align: center; }
  .sp-PlayoffStage table th {
    border-bottom: 1px solid #b6bbc0;
    color: #70757B;
    padding-bottom: 7px; }
    .sp-PlayoffStage table th:last-child {
      width: 20px; }

.sp-PlayoffStage-score {
  flex-direction: column; }
  .sp-PlayoffStage-score .sp-MatchScore-scoreType {
    color: #70757B;
    font-size: 12px; }

.sp-PlayoffStage-total {
  font-size: 16px;
  font-weight: bold;
  color: #2a2e37;
  text-align: right !important; }

.sp-PlayoffStage-date {
  font-size: 13px;
  line-height: 1.2;
  color: #70757B; }

.sp-FaceToFaceMatches__list {
  margin-bottom: 20px; }

.sp-FaceToFaceMatches__item {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .sp-FaceToFaceMatches__item:hover {
    background-color: #F3F4F4;
    cursor: pointer; }
  .sp-FaceToFaceMatches__item-info {
    margin: 0 10px;
    width: 100%; }
  .sp-FaceToFaceMatches__item-info, .sp-FaceToFaceMatches__item-team {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .sp-FaceToFaceMatches__item-team {
    align-items: center;
    max-width: 190px;
    width: 100%;
    justify-content: flex-end; }
  .sp-FaceToFaceMatches__item-team2 {
    justify-content: flex-start; }
  .sp-FaceToFaceMatches__item-teamImg {
    width: 40px;
    overflow: hidden;
    margin: 0 10px;
    display: flex; }
  .sp-FaceToFaceMatches__item-teamName {
    width: 147px;
    display: flex;
    overflow: hidden; }
    .sp-FaceToFaceMatches__item-teamName1 {
      justify-content: flex-end; }
    .sp-FaceToFaceMatches__item-teamName2 {
      width: 190px; }
    .sp-FaceToFaceMatches__item-teamName .sp-ImageWithName__image {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
  .sp-FaceToFaceMatches__item-teamName2 .sp-ImageWithName__image {
    justify-content: flex-start; }
  .sp-FaceToFaceMatches__item-teamName img {
    max-width: 40px;
    max-height: 40px; }
  .sp-FaceToFaceMatches__item-score {
    width: 100px; }
  .sp-FaceToFaceMatches__item-score a {
    text-decoration: none;
    color: #2a2e37;
    font-weight: bold;
    margin: 0 10px; }
  .sp-FaceToFaceMatches__item-stage {
    white-space: nowrap; }
  .sp-FaceToFaceMatches__item-date, .sp-FaceToFaceMatches__item-stage {
    color: #70757B;
    font-size: 13px; }

.sp-app--mobile .sp-FaceToFaceMatches__list .sp-MatchLink:not(:last-of-type) .sp-FaceToFaceMatches__item {
  border-bottom: 1px solid #e7e9e9; }

.sp-app--mobile .sp-FaceToFaceMatches__item {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 0; }
  .sp-app--mobile .sp-FaceToFaceMatches__item-info {
    margin: 0;
    font-size: 15px;
    height: 50px; }
  .sp-app--mobile .sp-FaceToFaceMatches__item-teamName {
    width: 140px; }
  .sp-app--mobile .sp-FaceToFaceMatches__item-score {
    width: 80px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .sp-app--mobile .sp-FaceToFaceMatches__item-date {
    font-weight: normal; }

.sp-app--mobile .sp-FaceToFaceMatches .baseImageWithName__image {
  background: #F3F4F4;
  border-radius: 50% !important; }

.sp-app--mobile .sp-FaceToFaceStats {
  padding: 0 5px; }
  .sp-app--mobile .sp-FaceToFaceStats__param__line {
    width: 100%;
    max-width: 235px; }
    .sp-app--mobile .sp-FaceToFaceStats__param__line:first-of-type {
      margin-right: 40px; }

.sp-app--mobile .sp-CurrentStateTeams {
  padding: 0 5px; }
  .sp-app--mobile .sp-CurrentStateTeams__param__line {
    width: 100%;
    max-width: 235px;
    display: flex;
    justify-content: flex-end; }
    .sp-app--mobile .sp-CurrentStateTeams__param__line:first-of-type {
      margin-right: 40px;
      justify-content: flex-start; }
  .sp-app--mobile .sp-CurrentStateTeams .sp-ProgressLineBar__line {
    width: 70px; }

.sp-FaceToFaceStats__param {
  margin-bottom: 20px; }
  .sp-FaceToFaceStats__param-title {
    text-align: center;
    font-size: 13px;
    color: #70757B;
    margin-bottom: 5px; }
  .sp-FaceToFaceStats__param__content {
    display: flex;
    justify-content: space-between; }
  .sp-FaceToFaceStats__param__line {
    width: 235px; }

.sp-CurrentStateTeams {
  padding-top: 20px; }
  .sp-CurrentStateTeams__teams {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .sp-CurrentStateTeams__imageWithName {
    max-width: 50%; }
  .sp-CurrentStateTeams__points {
    display: flex;
    justify-content: space-around;
    margin-bottom: 90px; }
    .sp-CurrentStateTeams__points-team {
      width: 135px; }
  .sp-CurrentStateTeams__param {
    margin-bottom: 35px; }
    .sp-CurrentStateTeams__param--point {
      text-align: center;
      margin-bottom: 0; }
    .sp-CurrentStateTeams__param-title {
      font-size: 13px;
      color: #70757B;
      text-align: center;
      white-space: nowrap;
      line-height: 1;
      margin-bottom: 15px; }
      .sp-CurrentStateTeams__param--point .sp-CurrentStateTeams__param-title {
        margin-bottom: 5px; }
    .sp-CurrentStateTeams__param-value {
      font-size: 18px;
      color: #2a2e37; }
      .sp-CurrentStateTeams__param--point .sp-CurrentStateTeams__param-value {
        font-size: 30px; }
    .sp-CurrentStateTeams__param__content {
      display: flex;
      justify-content: space-between; }
    .sp-CurrentStateTeams__param__line {
      width: 235px; }

.sp-app--mobile .sp-CurrentStateTeams__points {
  margin-top: 30px;
  margin-bottom: 40px; }
  .sp-app--mobile .sp-CurrentStateTeams__points-team {
    width: 90px; }
    .sp-app--mobile .sp-CurrentStateTeams__points-team:first-child {
      margin-right: 45px; }

.sp-LiveTranslation--empty {
  background: #fff;
  height: 1000px;
  padding: 20px; }

.sp-LiveTranslation__period {
  margin-bottom: 10px; }
  .sp-LiveTranslation__period-header {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px 6px 0 0; }
  .sp-LiveTranslation__period-event:last-child .sp-TranslationEvent {
    border-radius: 0 0 6px 6px; }
  .sp-LiveTranslation__period-events {
    border-radius: 0 0 6px 6px; }
  .sp-LiveTranslation__period-name, .sp-LiveTranslation__period-score {
    font-size: 18px;
    font-weight: 500;
    color: #2a2e37; }

.sp-TranslationEvent {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 2px;
  display: flex;
  align-items: start; }
  .sp-TranslationEvent__time {
    margin-top: 5px;
    width: 40px;
    letter-spacing: 0.5px; }
    .sp-TranslationEvent__time--goal, .sp-TranslationEvent__time--bullet {
      font-weight: 700; }
  .sp-TranslationEvent__team {
    margin-top: -10px;
    width: 40px; }
  .sp-TranslationEvent__player {
    margin-top: 5px;
    margin-left: 20px;
    width: 165px;
    overflow: hidden; }
    .sp-TranslationEvent__player--goal, .sp-TranslationEvent__player--bullet {
      font-weight: 700; }
    .sp-TranslationEvent__player--pen-2 {
      color: #E53A35; }
  .sp-TranslationEvent__icon-col {
    margin-left: 20px;
    width: 45px; }
  .sp-TranslationEvent__icon-image {
    width: 25px;
    height: 25px; }
  .sp-TranslationEvent__text {
    margin-top: 7px;
    width: 475px;
    letter-spacing: 0.5px;
    line-height: 14px; }
  .sp-TranslationEvent__score {
    margin-top: 7px;
    flex-grow: 1;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.54px;
    color: #2a2e37; }

.sp-app--mobile .sp-LiveTranslation--ot .sp-TabbedBlock__tab {
  font-size: 13px; }

.sp-app--mobile .sp-LiveTranslation__period-events {
  padding: 0 15px 20px;
  border-radius: 0; }

.sp-app--mobile .sp-LiveTranslation__period-event:last-child .sp-TranslationEvent {
  border-radius: 0; }

.sp-app--mobile .sp-LiveTranslation .sp-TabbedBlock__tabList {
  margin-bottom: 25px;
  max-width: 90%; }

.sp-app--mobile .sp-LiveTranslation__period-header {
  justify-content: center;
  margin: 0;
  padding-bottom: 0; }

.sp-app--mobile .sp-TranslationEvent {
  padding: 10px 0;
  border-bottom: 1px solid #e7e9e9; }
  .sp-app--mobile .sp-TranslationEvent__player, .sp-app--mobile .sp-TranslationEvent__team {
    /*display: none;*/ }
  .sp-app--mobile .sp-TranslationEvent__player {
    margin-left: 10px; }
  .sp-app--mobile .sp-TranslationEvent__team {
    margin-top: 0px;
    min-width: 30px;
    width: 30px; }
  .sp-app--mobile .sp-TranslationEvent__time {
    width: 40px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-align: center; }
  .sp-app--mobile .sp-TranslationEvent__text {
    margin-top: 5px;
    letter-spacing: 0.5px;
    line-height: 1;
    font-size: 14px;
    width: auto; }
  .sp-app--mobile .sp-TranslationEvent__icon-col {
    width: 30px;
    margin: 0 5px; }
  .sp-app--mobile .sp-TranslationEvent__score {
    min-width: 40px;
    font-size: 13px;
    margin-left: 17px;
    position: relative; }
    .sp-app--mobile .sp-TranslationEvent__score span:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 13px;
      display: block;
      background: #e7e9e9;
      left: 0; }

.sp-MatchStats__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .sp-app--mobile .sp-MatchStats__header {
    display: none; }

.sp-app--mobile .sp-MatchStats__body {
  margin-top: 1.5vw;
  padding: 0 1.5vw; }

.sp-MatchStats__column {
  width: 50%; }
  .sp-MatchStats__column:first-child {
    margin-right: 10px; }

.sp-MatchStats .sp-ProgressLineBar__value {
  font-size: 18px;
  font-weight: normal; }
  .sp-app--mobile .sp-MatchStats .sp-ProgressLineBar__value {
    width: 13vw;
    font-size: 4vw;
    font-weight: 700; }

.sp-MatchStats__param {
  margin-bottom: 20px; }
  .sp-app--mobile .sp-MatchStats__param {
    margin-bottom: 5.4vw; }
  .sp-MatchStats__param-title {
    text-align: center;
    font-size: 13px;
    color: #70757B;
    margin-bottom: 10px; }
    .sp-app--mobile .sp-MatchStats__param-title {
      margin-bottom: 2.7vw;
      font-size: 3.5vw;
      color: #70757B; }
  .sp-MatchStats__param__content {
    display: flex;
    justify-content: space-between; }
  .sp-MatchStats__param__line {
    width: 235px; }
    .sp-app--mobile .sp-MatchStats__param__line {
      width: 35vw; }

.sp-MatchGoalsByPeriods {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px; }
  .sp-app--mobile .sp-MatchGoalsByPeriods {
    padding: 0; }

.sp-MatchGoalsByPeriod--mainTimeLast {
  border-bottom: 2px solid #E53A35;
  margin-bottom: 30px; }
  .sp-app--mobile .sp-MatchGoalsByPeriod--mainTimeLast {
    border-bottom: none;
    margin-bottom: 0; }

.sp-app--mobile .sp-MatchGoalsByPeriod .sp-SubTitledBlock__title {
  padding: 0;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #70757B;
  border-top: 1px solid #ecedef;
  border-bottom: 1px solid #ecedef; }

.sp-MatchGoal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center; }
  .sp-MatchGoal-goal {
    display: flex;
    align-items: center; }
    .sp-app--mobile .sp-MatchGoal-goal {
      max-width: 87%; }
  .sp-MatchGoal-team {
    width: 45px; }
  .sp-MatchGoal-time {
    width: 40px;
    overflow: hidden;
    color: #70757B; }
    .sp-app--mobile .sp-MatchGoal-time {
      font-size: 15px;
      font-weight: 400;
      width: 55px;
      color: #2a2e37;
      letter-spacing: 0.3px; }
  .sp-MatchGoal-player {
    width: 350px;
    overflow: hidden; }
    .sp-MatchGoal-player--link {
      overflow: hidden;
      text-overflow: ellipsis; }
      .sp-MatchGoal-player--linkAssistents {
        color: #70757B;
        overflow: hidden;
        text-overflow: ellipsis; }
        .sp-MatchGoal-player--linkAssistents a {
          transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
          .sp-MatchGoal-player--linkAssistents a:hover {
            color: #E53A35; }
      .sp-MatchGoal-player--link a {
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
        .sp-MatchGoal-player--link a:hover {
          color: #E53A35; }
    .sp-app--mobile .sp-MatchGoal-player {
      width: 100%;
      font-size: 15px; }
  .sp-MatchGoal-score {
    font-size: 1.3em;
    display: flex;
    color: #9aa0a8; }
    .sp-app--mobile .sp-MatchGoal-score {
      font-size: 15px; }
    .sp-MatchGoal-scoreHome {
      margin-right: 35px; }
      .sp-app--mobile .sp-MatchGoal-scoreHome {
        margin-right: 25px; }
    .sp-MatchGoal-score--homeGoal .sp-MatchGoal-scoreHome {
      color: #2a2e37; }
    .sp-MatchGoal-score--guestGoal .sp-MatchGoal-scoreGuest {
      color: #2a2e37; }

.sp-MatchPenaltiesByPeriods {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px; }
  .sp-app--mobile .sp-MatchPenaltiesByPeriods {
    padding: 0; }
    .sp-app--mobile .sp-MatchPenaltiesByPeriods .sp-SubTitledBlock__title {
      padding: 0;
      font-size: 13px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0.4px;
      color: #9aa0a8;
      border-top: 1px solid #ecedef;
      border-bottom: 1px solid #ecedef; }

.sp-MatchPenalty {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center; }
  .sp-MatchPenalty-penalty {
    display: flex;
    align-items: center; }
    .sp-app--mobile .sp-MatchPenalty-penalty {
      max-width: 87%; }
  .sp-MatchPenalty-team {
    width: 40px; }
    .sp-app--mobile .sp-MatchPenalty-team {
      width: 30px;
      flex-shrink: 0;
      margin: 0 11px; }
  .sp-MatchPenalty-time {
    width: 40px;
    overflow: hidden;
    color: #70757B; }
    .sp-app--mobile .sp-MatchPenalty-time {
      flex-shrink: 0;
      font-size: 15px;
      font-weight: 400;
      color: #2a2e37;
      letter-spacing: 0.3px; }
  .sp-MatchPenalty-player {
    width: 350px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .sp-app--mobile .sp-MatchPenalty-player {
      width: 100%;
      font-size: 15px; }
    .sp-MatchPenalty-player-name {
      width: 100%;
      overflow: hidden; }
      .sp-MatchPenalty-player-name a {
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
        .sp-MatchPenalty-player-name a:hover {
          color: #E53A35; }
  .sp-MatchPenalty-penaltyType {
    color: #70757B;
    overflow: hidden;
    text-overflow: ellipsis; }
    .sp-app--mobile .sp-MatchPenalty-penaltyType {
      font-size: 13px; }
  .sp-MatchPenalty-num {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-align: center; }
  .sp-MatchPenalty-penaltytime {
    font-weight: bold; }
    .sp-app--mobile .sp-MatchPenalty-penaltytime {
      font-size: 15px; }

.sp-app--mobile .sp-compositionsTeams__block .sp-SubTitledBlock__title {
  padding: 0;
  margin-bottom: 4vw;
  font-size: 3.5vw;
  line-height: 10.5vw;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #70757B;
  border-top: 1px solid #ecedef;
  border-bottom: 1px solid #ecedef; }

.sp-app--mobile .sp-compositionsTeams__block .sp-compositionsTeams__players {
  display: block;
  font-size: 4vw; }

.sp-compositionsTeams__score {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.sp-compositionsTeams__imageWithName {
  max-width: 50%; }

.sp-compositionsTeams__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }

.sp-compositionsTeams__trainers {
  padding: 0 30px; }
  .sp-app--mobile .sp-compositionsTeams__trainers {
    padding: 0 28px; }

.sp-compositionsTeams__role {
  color: #70757B;
  text-align: center;
  margin: 6px 0;
  letter-spacing: 0.47px; }

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

.sp-compositionsTeams__playersList {
  max-width: 50%;
  flex-grow: 1;
  overflow: hidden; }
  .sp-app--mobile .sp-compositionsTeams__playersList {
    max-width: 100%; }
  .sp-compositionsTeams__playersList a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block; }
  .sp-compositionsTeams__playersList-player {
    display: flex;
    line-height: 50px;
    border-bottom: 1px solid #e7e9e9; }
    .sp-app--mobile .sp-compositionsTeams__playersList-player {
      line-height: 11.4vw;
      border-bottom: none; }
    .sp-compositionsTeams__playersList-player-name {
      max-width: 220px; }
      .sp-app--mobile .sp-compositionsTeams__playersList-player-name {
        width: 100%;
        max-width: 100%; }
  .sp-compositionsTeams__playersList-playerReverse {
    flex-direction: row-reverse; }
    .sp-compositionsTeams__playersList-playerReverse .sp-compositionsTeams__playersList-number {
      justify-content: flex-end;
      margin-right: 0;
      margin-left: 5px; }
  .sp-compositionsTeams__playersList-playerLast {
    border-bottom: 0; }
  .sp-compositionsTeams__playersList-number {
    min-width: 25px;
    width: 25px;
    margin-right: 5px;
    color: #70757B;
    font-size: 13px;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .sp-app--mobile .sp-compositionsTeams__playersList-number {
      display: block;
      width: 5vw;
      min-width: 5vw;
      margin-right: 2vw;
      font-size: 3.5vw;
      font-weight: 400;
      color: #9aa0a8;
      text-align: center; }

.sp-MatchPlayersStatsByRole {
  margin-top: 30px; }

.sp-MatchPlayersStatsByRole-colPlayer {
  max-width: 300px; }

.sp-app--mobile .sp-MatchPlayersStatsByRole .sp-TitledSection__title {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
  color: #94A1A9; }

.sp-app--mobile .sp-MatchPlayersStatsByRole .sp-TitledSection {
  position: relative;
  margin-bottom: 30px; }

.sp-app--mobile .sp-MatchPlayersStats-colPlayerNumber {
  font-size: 13px;
  color: #94A1A9; }

.sp-app--mobile .sp-MatchPlayersStats-colPlayerName {
  min-width: 300px !important; }

.sp-app--mobile .sp-MatchPlayersStats-colPlayerName.sp-Table-cell-fix-left {
  left: 0 !important;
  background: #fff; }

.sp-LeadersWidget {
  background: white; }
  .sp-app--mobile .sp-LeadersWidget {
    padding-left: 20px;
    padding-right: 20px; }
  .sp-app--mobile .sp-LeadersWidget .sp-TabbedBlock {
    padding-top: 0; }
  .sp-app--mobile .sp-LeadersWidget .sp-TabbedBlock__panel {
    padding-top: 10px; }
  .sp-app--mobile .sp-LeadersWidget .sp-TabbedBlock__tab {
    font-size: 12px; }
  .sp-LeadersWidget .sp-TabbedBlock__tab:not(.sp-TabbedBlock__tab--selected) {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-LeadersWidget .sp-TabbedBlock__tab:not(.sp-TabbedBlock__tab--selected):hover {
      color: #E53A35; }
  .sp-LeadersWidget-head {
    padding-top: 5px;
    position: relative;
    margin-bottom: 15px; }
  .sp-LeadersWidget-title {
    font-size: 18px;
    font-weight: bold;
    color: #2a2e37; }
  .sp-LeadersWidget-detailLink {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 1; }
  .sp-LeadersWidget-content {
    padding-top: 10px; }
  .sp-LeadersWidget-header {
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    color: #70757B;
    border-bottom: 1px solid; }
    .sp-LeadersWidget-header__col {
      font-size: 14px; }
  .sp-LeadersWidget-leader {
    margin: 10px 0;
    display: flex;
    align-items: center; }
    .sp-LeadersWidget-leader-playerImage {
      margin-right: 15px; }
    .sp-LeadersWidget-leader-teamImage {
      margin-right: 3px; }
    .sp-LeadersWidget-leader-playerName {
      font-size: 13px;
      line-height: 22px;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-LeadersWidget-leader-playerName:hover {
        color: #E53A35; }
    .sp-LeadersWidget-leader-teamName {
      font-size: 13px;
      line-height: 22px;
      color: #70757B;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-LeadersWidget-leader-teamName:hover {
        color: #E53A35; }
    .sp-LeadersWidget-leader-names {
      max-width: 60%; }
    .sp-LeadersWidget-leader-playerName a,
    .sp-LeadersWidget-leader-teamName a {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      display: block;
      white-space: nowrap; }
    .sp-LeadersWidget-leader-score {
      margin-left: auto;
      font-size: 15px;
      font-weight: 700;
      color: #000; }

.sp-LeadersWidget2Column {
  position: relative;
  background: #fff; }
  .sp-app--mobile .sp-LeadersWidget2Column .sp-TabbedBlock,
  .sp-app--mobile .sp-LeadersWidget2Column .sp-TabbedBlock__panel {
    padding-top: 0; }
  .sp-app--mobile .sp-LeadersWidget2Column .sp-TabbedBlock__tab {
    font-size: 12px; }
  .sp-LeadersWidget2Column .sp-TabbedBlock__tab:not(.sp-TabbedBlock__tab--selected) {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-LeadersWidget2Column .sp-TabbedBlock__tab:not(.sp-TabbedBlock__tab--selected):hover {
      color: #E53A35; }
  .sp-app--mobile .sp-LeadersWidget2Column-head {
    padding: 0 20px; }
  .sp-LeadersWidget2Column-title {
    font-weight: bold;
    font-size: 24px;
    color: #2a2e37;
    margin-bottom: 20px; }
  .sp-LeadersWidget2Column-row {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; }
    .sp-app--mobile .sp-LeadersWidget2Column-row {
      padding-left: 20px;
      padding-right: 20px; }
  .sp-LeadersWidget2Column-content {
    width: 46%; }
    .sp-LeadersWidget2Column-content:nth-child(2n) .sp-LeadersWidget2Column-leader {
      flex-direction: row-reverse; }
      .sp-LeadersWidget2Column-content:nth-child(2n) .sp-LeadersWidget2Column-leader-playerImage {
        margin-right: 0;
        margin-left: 15px; }
      .sp-LeadersWidget2Column-content:nth-child(2n) .sp-LeadersWidget2Column-leader-playerName, .sp-LeadersWidget2Column-content:nth-child(2n) .sp-LeadersWidget2Column-leader-teamName {
        text-align: right; }
      .sp-LeadersWidget2Column-content:nth-child(2n) .sp-LeadersWidget2Column-leader-score {
        margin-left: 0;
        margin-right: auto; }
  .sp-LeadersWidget2Column-header {
    padding-bottom: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #70757B;
    border-bottom: 1px solid; }
    .sp-app--mobile .sp-LeadersWidget2Column-header {
      padding-left: 20px;
      padding-right: 20px; }
    .sp-LeadersWidget2Column-header__col {
      font-size: 14px;
      width: 33%;
      text-align: center; }
    .sp-LeadersWidget2Column-header__col:first-of-type {
      text-align: left; }
    .sp-LeadersWidget2Column-header__col:last-of-type {
      text-align: right; }
  .sp-LeadersWidget2Column-footer {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E7E9E9; }
    .sp-app--mobile .sp-LeadersWidget2Column-footer {
      padding-left: 20px;
      padding-right: 20px; }
    .sp-LeadersWidget2Column-footer a {
      font-size: 14px;
      color: #70757B;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-LeadersWidget2Column-footer a:hover {
        color: #E53A35; }
  .sp-LeadersWidget2Column-leader {
    margin: 10px 0;
    display: flex;
    align-items: center; }
    .sp-LeadersWidget2Column-leader-playerImage {
      margin-right: 15px; }
    .sp-LeadersWidget2Column-leader-playerName {
      font-size: 13px;
      line-height: 22px;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-LeadersWidget2Column-leader-playerName:hover {
        color: #E53A35; }
    .sp-LeadersWidget2Column-leader-teamName {
      font-size: 13px;
      line-height: 22px;
      color: #70757B;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-LeadersWidget2Column-leader-teamName:hover {
        color: #E53A35; }
    .sp-LeadersWidget2Column-leader-names {
      max-width: 60%; }
      .sp-app--mobile .sp-LeadersWidget2Column-leader-names {
        max-width: 80%; }
    .sp-LeadersWidget2Column-leader-playerName a,
    .sp-LeadersWidget2Column-leader-teamName a {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      display: block;
      white-space: nowrap; }
    .sp-LeadersWidget2Column-leader-score {
      margin-left: auto;
      font-size: 15px;
      font-weight: 700;
      color: #000; }

.sp-MatchResultWidget {
  font-family: PFDinDisplayPro, sans-serif;
  background: white;
  margin-bottom: 20px; }
  .sp-MatchResultWidget a {
    color: #2a2e37; }
  .sp-MatchResultWidget-header {
    margin-bottom: 8px;
    padding: 10px 0 0 20px;
    display: flex;
    justify-content: space-between; }
  .sp-MatchResultWidget-title {
    font-size: 21px;
    color: #2a2e37;
    font-weight: bold; }
    .sp-app--mobile .sp-MatchResultWidget-title {
      line-height: 35px; }
  .sp-MatchResultWidget-competitions {
    display: flex; }
  .sp-MatchResultWidget-competition {
    margin-right: 10px; }
    .sp-MatchResultWidget-competition button {
      min-width: 72px; }
  .sp-MatchResultWidget-menu {
    background: #F3F4F4;
    height: 40px;
    cursor: default; }
    .sp-MatchResultWidget-menu .swiper-wrapper {
      align-items: center !important; }
    .sp-MatchResultWidget-menu__match {
      font-size: 15px;
      width: auto !important;
      height: auto !important;
      margin-left: 20px;
      cursor: pointer;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-MatchResultWidget-menu__match:hover {
        color: #E53A35; }
      .sp-MatchResultWidget-menu__match--selected:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: default;
        border-bottom: 1px solid #2a2e37; }
  .sp-MatchResultWidget-content {
    padding: 0 10px 14px 10px; }
    .sp-app--mobile .sp-MatchResultWidget-content {
      padding: 0 5px 14px 5px; }
  .sp-MatchResultWidget-board {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sp-app--mobile .sp-MatchResultWidget-board {
      padding: 0; }
  .sp-MatchResultWidget-left, .sp-MatchResultWidget-right, .sp-MatchResultWidget-center {
    overflow: hidden;
    width: calc((100% - 160px) / 2);
    text-align: center; }
    .sp-app--mobile .sp-MatchResultWidget-left, .sp-app--mobile .sp-MatchResultWidget-right, .sp-app--mobile .sp-MatchResultWidget-center {
      width: auto; }
  .sp-MatchResultWidget-center {
    width: 160px;
    text-align: center;
    font-size: 1.1em; }
    .sp-app--mobile .sp-MatchResultWidget-center {
      width: auto;
      min-width: 160px; }
    .sp-MatchResultWidget-center .sp-MatchCenterScoreByPeriods tr th:first-child,
    .sp-MatchResultWidget-center .sp-MatchCenterScoreByPeriods tr td:first-child {
      display: none; }
  .sp-MatchResultWidget-status {
    font-size: 13px;
    color: #70757B; }
  .sp-MatchResultWidget-score {
    margin: 5px 0 10px 0; }
  .sp-MatchResultWidget-trainers {
    margin-top: 20px; }
  .sp-MatchResultWidget-logo {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px; }
    .sp-app--mobile .sp-MatchResultWidget-logo {
      width: auto;
      height: auto; }
    .sp-MatchResultWidget-logo-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      width: 60px; }
      .sp-app--mobile .sp-MatchResultWidget-logo-inner {
        background: #F3F4F4;
        border-radius: 50%; }
  .sp-MatchResultWidget-date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #70757B;
    letter-spacing: 0.5px; }
  .sp-MatchResultWidget-team-container {
    display: flex;
    align-items: center; }
  .sp-MatchResultWidget-team-name {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: 0.45px;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .sp-app--mobile .sp-MatchResultWidget-team-name {
      margin-top: 14px;
      font-size: 16px;
      font-weight: normal;
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .sp-MatchResultWidget-team-trainer {
    font-size: 16px;
    color: #2a2e37;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 20px; }
  .sp-MatchResultWidget-team-standings {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #70757B; }
    .sp-app--mobile .sp-MatchResultWidget-team-standings {
      margin-top: 0;
      color: #9aa0a8; }
    .sp-app--mobile .sp-MatchResultWidget-team-standings .sp-MatchCenterTeamStandingParams {
      cursor: default;
      white-space: normal;
      font-size: 14px;
      margin-top: 11px;
      line-height: 15px; }
  .sp-MatchResultWidget-preview-container {
    display: flex;
    align-items: center; }
  .sp-MatchResultWidget__matchLinkWr {
    text-align: center; }
  .sp-MatchResultWidget__matchLink {
    display: inline-flex;
    padding: 0 15px;
    height: 38px;
    font-size: 16px;
    letter-spacing: 0.57px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #9aa0a8; }
  .sp-MatchResultWidget .sp-MatchCenterScore {
    font-size: 30px; }
    .sp-MatchResultWidget .sp-MatchCenterScore .sp-MatchScore-separator,
    .sp-MatchResultWidget .sp-MatchCenterScore .sp-MatchScore-scoreType {
      margin: 0 10px;
      font-size: 70%; }
  .sp-MatchResultWidget .sp-MatchCenterScoreByPeriods {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px; }
    .sp-MatchResultWidget .sp-MatchCenterScoreByPeriods-periodScore {
      padding-top: 5px;
      color: #70757B;
      letter-spacing: 0.5px; }
  .sp-MatchResultWidget .sp-teamsLeadersNomination {
    margin: 0; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__name {
      margin: 0; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__item {
      margin-top: -10px;
      padding: 0; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__statistics {
      font-size: 18px;
      line-height: 14px; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination .sp-Image,
    .sp-MatchResultWidget .sp-teamsLeadersNomination img {
      width: 40px;
      height: 40px; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination .sp-ImageWithName__name a {
      font-size: 16px;
      letter-spacing: 0.57px;
      line-height: 14px; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination .sp-ImageWithName__right {
      order: 2;
      text-align: left;
      margin-left: 15px; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__col--center {
      width: 18%;
      margin-left: 3%;
      margin-right: 3%; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__col--right .sp-ImageWithName__image {
      order: 2; }
    .sp-MatchResultWidget .sp-teamsLeadersNomination__col--right .sp-ImageWithName__left {
      order: 1;
      text-align: right;
      margin-right: 15px; }
  .sp-MatchResultWidget .sp-ImageWithName__name a {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .sp-MatchResultWidget .sp-ImageWithName__name a:hover {
      color: #E53A35; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-header {
    padding: 12px;
    justify-content: center;
    border-bottom: 1px solid #E7E9E9;
    margin-bottom: 30px; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left,
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right {
    display: flex;
    flex-direction: column; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-team {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 1; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-team {
      order: 0;
      flex-direction: column; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-logo {
    margin: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #E7E9E9;
    border-radius: 50%; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-board {
    align-items: flex-start; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-team-standings {
    margin-top: 0; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-last5res {
    text-align: left; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-last5res {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-team-trainer {
    display: none; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left .sp-MatchResultWidget-team {
    padding-left: 25px; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left .sp-MatchResultWidget-team {
      padding-left: 0; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left .sp-MatchResultWidget-logo {
    margin-right: 20px; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left .sp-MatchResultWidget-team-standings {
    text-align: left;
    margin-left: 105px; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-left .sp-MatchResultWidget-team-standings {
      margin-left: 0; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-team {
    padding-right: 25px;
    flex-direction: row-reverse; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-team {
      padding-right: 0;
      flex-direction: column; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-last5res {
    text-align: right; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-logo {
    margin-left: 20px; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-team-standings {
    text-align: right;
    margin-right: 105px; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-right .sp-MatchResultWidget-team-standings {
      margin-right: 0; }
  .sp-MatchResultWidget--matchResult .sp-teamsLeadersNomination__name {
    display: flex;
    justify-content: center;
    margin-bottom: 12px; }
    .sp-MatchResultWidget--matchResult .sp-teamsLeadersNomination__name > div {
      margin-left: 5px; }
  .sp-MatchResultWidget--matchResult .sp-Block {
    margin-bottom: 0; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-penalty {
    font-size: 16px; }
  .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches {
    display: flex;
    justify-content: space-between; }
    .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match {
      font-size: 15px;
      line-height: 14px;
      color: #2a2e37;
      border-radius: 20px;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      display: flex; }
      .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match {
        width: 100%; }
      .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match a {
        padding: 12px;
        display: flex; }
      .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match:nth-of-type(odd) .sp-MatchResultWidget-nextMatches-matchDate {
        font-size: 14px;
        color: #70757B;
        margin-right: 15px;
        white-space: nowrap; }
      .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match:nth-of-type(even) a {
        flex-direction: row-reverse; }
      .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match:nth-of-type(even) .sp-MatchResultWidget-nextMatches-matchDate {
        font-size: 14px;
        color: #70757B;
        margin-left: 15px;
        white-space: nowrap; }
        .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match:nth-of-type(even) .sp-MatchResultWidget-nextMatches-matchDate {
          margin-left: 0;
          margin-right: 15px; }
      .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match:hover {
        background-color: #F3F4F4; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches {
      flex-direction: column;
      align-items: center; }
  .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-nextMatches-match a {
    flex-direction: row;
    justify-content: flex-start; }
  .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-penalties {
    padding: 0; }
    .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchResultWidget-penalties__group {
      width: 48%;
      display: flex;
      flex-direction: column; }
  .sp-app--mobile .sp-MatchResultWidget--matchResult .sp-MatchCenterTeamStandingParams {
    text-align: center; }
  .sp-app--mobile .sp-MatchResultWidget-menu {
    height: 60px; }
    .sp-app--mobile .sp-MatchResultWidget-menu__match {
      padding: 0 14px;
      line-height: 40px;
      background: #fbfbfb;
      font-size: 14px;
      border-radius: 6px; }
      .sp-app--mobile .sp-MatchResultWidget-menu__match--selected {
        border: none;
        background-color: #2a2e37;
        color: #fbfbfb; }
        .sp-app--mobile .sp-MatchResultWidget-menu__match--selected::after {
          display: none; }
  .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination {
    padding: 0;
    border-bottom: none; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination__item {
      margin-top: -5px;
      margin-bottom: 10px; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination__name {
      position: relative;
      left: 0;
      top: 0;
      margin: 0;
      width: 100%;
      line-height: 11px; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination .sp-ImageWithName__name a {
      font-size: 14px;
      letter-spacing: 0.5px; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination__col {
      width: 23%; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination__col--center {
      margin-top: 10px;
      margin-left: 5%;
      margin-right: 5%;
      width: 44%;
      font-size: 14px; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination__statistics {
      font-size: 14px; }
    .sp-app--mobile .sp-MatchResultWidget .sp-teamsLeadersNomination .sp-ImageWithName__image {
      display: none; }
  .sp-app--mobile .sp-MatchResultWidget__matchLink {
    position: relative;
    min-width: 280px;
    height: 42px;
    font-size: 15px;
    letter-spacing: 0.22px;
    border-radius: 6px;
    outline: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fbfbfb;
    background-color: #2a2e37;
    border: 1px solid #2a2e37; }
    .sp-app--mobile .sp-MatchResultWidget__matchLink:after {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      right: 62px;
      width: 7px;
      height: 7px;
      border-left: 1px solid #fdfdfd;
      border-bottom: 1px solid #fdfdfd;
      transform: rotate(-135deg); }
  .sp-MatchResultWidget-penalties {
    display: flex;
    padding: 0 20px;
    justify-content: space-between; }
    .sp-MatchResultWidget-penalties a {
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-MatchResultWidget-penalties a:hover {
        color: #E53A35; }
    .sp-MatchResultWidget-penalties__group {
      width: 40%; }
      .sp-MatchResultWidget-penalties__group:first-child .sp-MatchResultWidget-penalty {
        margin-right: 10px; }
      .sp-MatchResultWidget-penalties__group:last-child {
        text-align: right; }
        .sp-MatchResultWidget-penalties__group:last-child .sp-MatchResultWidget-penalty {
          margin-left: 10px; }
  .sp-MatchResultWidget-penalty {
    display: inline-block; }
    .sp-MatchResultWidget-penalty:after {
      content: ',';
      display: inline; }
    .sp-MatchResultWidget-penalty:last-child:after {
      content: ''; }
    .sp-MatchResultWidget-penalty-icon {
      display: inline-block;
      vertical-align: bottom;
      width: 20px;
      height: 20px;
      margin-right: 3px; }
    .sp-MatchResultWidget-penalty-player {
      display: inline-block; }

.sp-teamsLeadersNomination {
  margin: 25px 0; }
  .sp-teamsLeadersNomination__name {
    margin-bottom: 13px;
    font-size: 13px;
    color: #70757B;
    letter-spacing: 0.47px;
    text-align: center; }
  .sp-teamsLeadersNomination__item {
    display: flex;
    padding: 0 30px; }
  .sp-teamsLeadersNomination__col {
    width: 31%; }
    .sp-teamsLeadersNomination__col--left {
      margin-right: 7%; }
      .sp-teamsLeadersNomination__col--left .sp-ImageWithName__image {
        margin-left: 10px;
        flex-shrink: 0; }
    .sp-teamsLeadersNomination__col--center {
      width: 24%;
      align-self: center; }
    .sp-teamsLeadersNomination__col--right {
      margin-left: 7%; }
      .sp-teamsLeadersNomination__col--right .ImageWithName__image {
        margin-right: 10px;
        flex-shrink: 0; }
  .sp-teamsLeadersNomination__statistics {
    display: flex;
    font-size: 14px;
    color: #2a2e37;
    letter-spacing: 0.43px;
    text-align: center;
    line-height: 22px; }
  .sp-app--mobile .sp-teamsLeadersNomination {
    position: relative;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e7e9e9; }
    .sp-app--mobile .sp-teamsLeadersNomination__name {
      position: absolute;
      width: 40%;
      top: 20px;
      left: 50%;
      margin-left: -20%;
      line-height: 1.2; }
    .sp-app--mobile .sp-teamsLeadersNomination__col {
      margin: 0;
      width: 30%;
      font-size: 13px;
      letter-spacing: 0.47px; }
      .sp-app--mobile .sp-teamsLeadersNomination__col .sp-ImageWithName {
        flex-direction: column-reverse;
        align-items: flex-end; }
        .sp-app--mobile .sp-teamsLeadersNomination__col .sp-ImageWithName__name {
          margin-top: 10px; }
        .sp-app--mobile .sp-teamsLeadersNomination__col .sp-ImageWithName__left, .sp-app--mobile .sp-teamsLeadersNomination__col .sp-ImageWithName__right {
          width: 100% !important;
          margin: 0; }
      .sp-app--mobile .sp-teamsLeadersNomination__col--center {
        margin-top: 45px;
        width: 40%; }
      .sp-app--mobile .sp-teamsLeadersNomination__col--right .sp-ImageWithName {
        flex-direction: column;
        align-items: flex-start; }
    .sp-app--mobile .sp-teamsLeadersNomination__statistics {
      padding: 0 20px;
      font-size: 15px; }

.sp-LastTeamMatches__header, .sp-LastTeamMatches__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.sp-LastTeamMatches__column {
  width: 50%; }
  .sp-LastTeamMatches__column:first-child {
    margin-right: 10px; }

.sp-LastTeamMatch {
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.3s background-color ease-in-out; }
  .sp-LastTeamMatch:hover {
    background-color: #F3F4F4;
    cursor: pointer;
    transition: 0.3s background-color ease-in-out; }
  .sp-LastTeamMatch-teamName {
    max-width: 250px; }
    .sp-LastTeamMatch-teamName p {
      font-weight: 500;
      letter-spacing: 0.2px; }
  .sp-LastTeamMatch-info {
    display: flex;
    flex-grow: 1; }
  .sp-LastTeamMatch-teamName2 {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    text-align: center; }
  .sp-LastTeamMatch-date {
    color: #70757B;
    font-size: 13px;
    letter-spacing: 0.16px; }
  .sp-LastTeamMatch-teamBlock {
    display: flex;
    flex-grow: 1; }
  .sp-LastTeamMatch-vs {
    padding-left: 8px;
    padding-right: 8px;
    color: #2a2e37;
    letter-spacing: 0.5px; }
  .sp-LastTeamMatch-opponentName {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.2px;
    height: 16px;
    line-height: 18px; }
  .sp-LastTeamMatch-score {
    margin-right: 7px;
    font-weight: bold; }
    .sp-LastTeamMatch-score a {
      display: block;
      height: 11px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.sp-app--mobile .sp-LastTeamMatch-vs {
  display: none; }

.sp-app--mobile .sp-LastTeamMatch-info {
  flex-direction: column-reverse; }

.sp-app--mobile .sp-LastTeamMatches__header {
  margin: 20px auto; }

.sp-app--mobile .sp-LastTeamMatches .sp-TabbedBlock {
  padding: 0; }

.sp-app--mobile .sp-LastTeamMatches__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px; }
  .sp-app--mobile .sp-LastTeamMatches__item:not(:last-of-type) {
    border-bottom: 1px solid #e7e9e9; }

.sp-app--mobile .sp-LastTeamMatches__vs {
  flex-grow: 1;
  margin-left: 10px;
  font-size: 15px; }
  .sp-app--mobile .sp-LastTeamMatches__vs .sp-LastTeamMatch-teamBlock {
    display: flex;
    flex-direction: column; }
  .sp-app--mobile .sp-LastTeamMatches__vs .sp-MatchScore {
    flex-direction: row-reverse; }
    .sp-app--mobile .sp-LastTeamMatches__vs .sp-MatchScore-scoreType {
      margin-right: 8px;
      color: #2a2e37;
      font-weight: normal; }

.sp-app--mobile .sp-LastTeamMatches__lastGames {
  display: flex;
  align-items: center; }
  .sp-app--mobile .sp-LastTeamMatches__lastGames-team {
    width: 30px;
    height: 30px;
    background: #F3F4F4;
    border-radius: 50%; }
  .sp-app--mobile .sp-LastTeamMatches__lastGames-line {
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 20px;
    background: #e7e9e9; }

.sp-app--mobile .sp-LastTeamMatches__body {
  flex-direction: column; }

.sp-app--mobile .sp-LastTeamMatches__column {
  width: 100%; }

.sp-MatchCenterMatchInfo-param {
  margin-bottom: 5px; }
  .sp-MatchCenterMatchInfo-param__title {
    font-weight: bold;
    margin-right: 5px; }
  .sp-MatchCenterMatchInfo-param--info {
    margin-top: 15px; }

.sp-MatchCenterMatchInfo__stadium {
  margin-bottom: 10px; }

.sp-MatchCenterMatchInfo__img {
  padding: 15px 0; }

.sp-MatchCenterVideo__title {
  margin-bottom: 35px; }
  .sp-MatchCenterVideo__title-name {
    font-size: 25px;
    color: #2a2e37; }
  .sp-MatchCenterVideo__title-subname {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2a2e37; }

.sp-MatchCenterVideo-box {
  width: 100%;
  height: 400px; }

.sp-RegularStanding {
  margin-bottom: 40px; }
  .sp-RegularStanding-row--playoff td {
    border-bottom: 2px solid  #A5AAB1 !important; }
  .sp-RegularStanding-col--position {
    width: 30px; }
  .sp-RegularStanding-col--team {
    width: 450px; }

.sp-StandingsPlayoff {
  /* &.sp-Table-row-level-1:nth-child(odd) {
        background: #fbfbfb;
    }*/ }
  .sp-StandingsPlayoff-seed {
    width: 30px; }
  .sp-StandingsPlayoff--combined .sp-Table thead {
    display: none; }
  .sp-StandingsPlayoff .sp-Table tbody tr {
    border-bottom: 1px solid #e7e9e9; }
    .sp-StandingsPlayoff .sp-Table tbody tr td {
      padding: 12px 20px; }
      .sp-StandingsPlayoff .sp-Table tbody tr td a.sp-MatchLink .sp-MatchScore {
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .sp-StandingsPlayoff .sp-Table tbody tr td a.sp-MatchLink:hover .sp-MatchScore {
        color: #E53A35; }
      .sp-StandingsPlayoff .sp-Table tbody tr td a {
        overflow: visible; }
  .sp-StandingsPlayoff-row--even {
    background: #fbfbfb; }
  .sp-StandingsPlayoff-tour {
    color: #2a2e37;
    font-size: 16px;
    font-weight: bold;
    height: 65px;
    vertical-align: bottom;
    padding-left: 20px;
    padding-bottom: 10px; }
    .sp-StandingsPlayoff-tour:first-child {
      height: 40px; }
  .sp-StandingsPlayoff-cell {
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sp-StandingsPlayoff-cell:first-child {
      top: 2px; }
    .sp-StandingsPlayoff-cell:last-child {
      top: -2px; }
    .sp-StandingsPlayoff-cell .sp-ImageWithName__image {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50% !important; }
  .sp-StandingsPlayoff-matchDate {
    font-size: 13px;
    color: #9aa0a8; }
    .sp-StandingsPlayoff-matchDate a {
      white-space: normal !important; }
  .sp-StandingsPlayoff-totalScore {
    color: #2a2e37;
    font-size: 16px; }

.sp-app--mobile .sp-StatsMenu {
  margin-bottom: 20px; }

.sp-LeadersTable__inside {
  margin-bottom: 30px; }

.sp-LeadersTable__name {
  font-size: 18px;
  color: #3b3e43;
  letter-spacing: 0;
  text-align: left;
  line-height: 35px;
  font-weight: bold;
  margin: 20px 0; }

.sp-Top5Leaders-leaders {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px; }

.sp-Top5Leaders-title {
  font-size: 18px;
  color: #3b3e43;
  letter-spacing: 0;
  text-align: left;
  line-height: 35px;
  margin: 30px 0 10px;
  font-weight: bold; }

.sp-Top5Leaders-player {
  width: 80px; }
  .sp-Top5Leaders-player .sp-Image {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
  .sp-Top5Leaders-player--res {
    font-size: 18px;
    color: #3b3e43;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: bold;
    margin-top: 7px; }
  .sp-Top5Leaders-player--name {
    display: flex;
    margin: 16px auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 65px; }
    .sp-Top5Leaders-player--name > a {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%; }

.sp-PlayersStatsBySeason-col--num {
  width: 20px; }

.sp-SeasonTeamsStats-col--num {
  width: 20px; }

.sp-ProfileCharacters {
  display: flex; }
  .sp-app--mobile .sp-ProfileCharacters {
    width: 100%;
    justify-content: space-between; }

.sp-ProfileCharacter {
  margin-right: 50px;
  min-width: 60px; }
  .sp-app--mobile .sp-ProfileCharacter {
    min-width: auto;
    margin-right: 0px; }
  .sp-ProfileCharacter__name {
    font-size: 13px;
    color: #70757B; }
  .sp-ProfileCharacter__value {
    color: #2a2e37;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px; }

.sp-PlayerCareerStats {
  padding-top: 20px;
  /*display: flex;
    justify-content: space-between;*/ }
  .sp-app--mobile .sp-PlayerCareerStats {
    margin-right: -20px; }
  .sp-PlayerCareerStats__stages {
    display: flex;
    margin-bottom: 10px;
    color: #2a2e37;
    font-size: 13px;
    font-weight: bold; }
    .sp-app--mobile .sp-PlayerCareerStats__stages {
      display: none; }
    .sp-PlayerCareerStats__stages-regular {
      flex-grow: 1; }
    .sp-PlayerCareerStats__stages-playoff {
      width: 220px; }
      .sp-PlayerCareerStats__stages-playoff--total {
        width: 290px; }
  .sp-PlayerCareerStats--goalkeeper .sp-PlayerCareerStats__stages-playoff {
    width: 195px; }
  .sp-PlayerCareerStats-separator {
    border-bottom: none !important; }
    .sp-PlayerCareerStats-separator div {
      border-left: 1px solid #ccc !important;
      margin-left: 1px;
      height: 16px; }
  .sp-PlayerCareerStats-col--team {
    padding-right: 10px; }
  .sp-PlayerCareerStats-col--competition {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sp-PlayerCareerStats-regular {
    width: 600px; }
  .sp-PlayerCareerStats-playoff {
    width: calc(100% - 600px - 20px); }

.sp-PlayerCareerStatsShort {
  padding-top: 20px; }
  .sp-PlayerCareerStatsShort-link {
    text-align: right; }
    .sp-app--mobile .sp-PlayerCareerStatsShort-link {
      padding-right: 20px; }

.sp-PlayerLastMatchesWidget {
  padding-top: 20px; }
  .sp-PlayerLastMatchesWidget-link {
    text-align: right; }
    .sp-app--mobile .sp-PlayerLastMatchesWidget-link {
      padding-right: 20px; }

.sp-TeamPlayersWidget-table {
  margin-bottom: 20px; }

.sp-Gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sp-Gallery-wrapper {
    position: absolute;
    left: -100000px;
    top: -10000px;
    opacity: 0; }
  .sp-Gallery-photo {
    margin-bottom: 10px;
    width: 33.3%;
    /* margin: 0 5px 10px 7px;*/ }
    .sp-app--mobile .sp-Gallery-photo {
      width: 100%;
      text-align: center; }

.sp-MatchResultBulletSmall {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #70757B; }
  .sp-MatchResultBulletSmall--win {
    background: #3fcb0d; }
  .sp-MatchResultBulletSmall--loose {
    background: #E53A35; }

.sp-TeamStatistics-table-cell {
  padding: 10px !important; }

.sp-TeamStatistics-table-row-expand-icon-cell {
  position: sticky !important;
  left: 100px;
  text-align: left; }

.sp-app--mobile .sp-TeamStatistics-table-table-cell {
  padding-right: 0 !important; }

.sp-TeamStatistics-table-expanded-row-level-1 .sp-TeamStatistics-table-cell {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.sp-TeamStatistics-table-row {
  cursor: pointer;
  background: #F3F4F4; }
  .sp-TeamStatistics-table-row-level-0 {
    border-bottom: 5px solid #fff !important; }
  .sp-TeamStatistics-table-row-expand-icon-cell {
    width: 80px; }

.sp-TeamStatistics__tour-title {
  margin-bottom: 3px; }

.sp-TeamStatistics__tour-subtitle {
  font-size: 13px;
  color: #9aa0a8; }

.sp-TeamStatisticMatches .sp-Table-cell {
  padding: 10px !important;
  font-size: 13px; }

.sp-TeamStatisticMatches-col--date {
  position: relative; }

.sp-TeamStatisticMatches-bullet {
  position: absolute;
  left: -6px;
  top: 2px; }

.sp-TeamStatisticMatches-date {
  padding-left: 5px; }

.sp-app--mobile .sp-TeamStatistics {
  font-size: 13px; }

.sp-app--mobile .sp-TeamStatistics-table {
  position: relative; }
  .sp-app--mobile .sp-TeamStatistics-table-thead {
    border-color: #e7e9e9; }
    .sp-app--mobile .sp-TeamStatistics-table-thead th {
      background: #fff;
      color: #70757B;
      font-size: 15px;
      font-weight: normal; }
  .sp-app--mobile .sp-TeamStatistics-table-cell-fix-left {
    z-index: 2;
    background: #F3F4F4;
    left: 0 !important; }
  .sp-app--mobile .sp-TeamStatistics-table::after {
    display: none; }
  .sp-app--mobile .sp-TeamStatistics-table::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: linear-gradient(-270deg, rgba(112, 117, 123, 0) 13%, rgba(42, 46, 55, 0.1) 100%); }

.sp-app--mobile-ping-left .sp-app--mobile-cell-fix-left {
  position: relative; }
  .sp-app--mobile-ping-left .sp-app--mobile-cell-fix-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #e7e9e9; }

.sp-TeamCompetitors-title {
  font-size: 24px;
  color: #2a2e37;
  font-weight: bold;
  margin-bottom: 22px; }

.sp-TeamCompetitors__colTeamName {
  max-width: 200px; }

.sp-TeamComposition table td {
  padding-left: 0; }

.sp-TeamComposition__group {
  margin-bottom: 40px; }

.sp-app--mobile .sp-TeamComposition {
  padding: 0; }
  .sp-app--mobile .sp-TeamComposition__group {
    margin-bottom: 20px; }
    .sp-app--mobile .sp-TeamComposition__group-playersAge {
      padding-left: 15px; }

.sp-TeamTrainers table td {
  padding-left: 0; }

.sp-TeamTrainers__group {
  margin-bottom: 40px; }
  .sp-TeamTrainers__group-colName {
    max-width: 200px; }

.sp-TeamTrainers__col--flag {
  width: 30px;
  padding: 0; }
  .sp-TeamTrainers__col--flag img {
    max-width: 100%; }

.sp-app--mobile .sp-TeamTrainers {
  padding: 0; }
  .sp-app--mobile .sp-TeamTrainers__group {
    margin-bottom: 20px; }
    .sp-app--mobile .sp-TeamTrainers__group-colContract {
      padding-left: 15px; }

.sp-SeasonTeams-conference {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.sp-SeasonTeams-division {
  width: 410px; }

.sp-SeasonTeams .sp-SeasonTeam:nth-child(odd) {
  background: #fbfbfb;
  border-top: 1px solid #e7e9e9;
  border-bottom: 1px solid #e7e9e9; }

.sp-app--mobile .sp-SeasonTeams-conference {
  display: block; }

.sp-app--mobile .sp-SeasonTeams-division {
  width: 100%; }

.sp-app--mobile .sp-SeasonTeams .sp-SeasonTeam {
  background-color: white; }

.sp-SeasonTeam {
  display: flex;
  padding: 0px 10px;
  align-items: center;
  height: 80px; }
  .sp-SeasonTeam-logo {
    width: 50px;
    margin-right: 15px; }
  .sp-SeasonTeam-name {
    font-size: 16px;
    color: #2a2e37;
    margin-bottom: 5px; }
    .sp-SeasonTeam--wide .sp-SeasonTeam-name {
      margin-bottom: 0; }
  .sp-SeasonTeam-links {
    display: flex;
    font-size: 14px; }
    .sp-SeasonTeam-links a {
      color: #9aa0a8;
      margin-right: 20px; }
  .sp-SeasonTeam--wide .sp-SeasonTeam-content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between; }
  .sp-app--mobile .sp-SeasonTeam-logo {
    width: 40px; }
  .sp-app--mobile .sp-SeasonTeam-name {
    font-size: 15px; }
  .sp-app--mobile .sp-SeasonTeam-links {
    font-size: 13px; }
    .sp-app--mobile .sp-SeasonTeam-links a {
      position: relative; }
      .sp-app--mobile .sp-SeasonTeam-links a:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 2px;
        right: -10px;
        width: 1px;
        height: 10px;
        background-color: #e7e9e9; }

.sp-PlayersStatsBySeasonAndTeam__section {
  margin-bottom: 30px; }

.sp-PlayersStatsBySeasonAndTeam .aaa {
  width: 24px; }

.sp-PlayersStatsBySeasonAndTeam-col--flag img {
  width: 20px; }

.sp-PlayersStatsBySeasonAndTeam-colPlayerName {
  max-width: 140px; }

