.khl_table .uk-switcher > li {
  background: url(/local/resource/images/sp_portal_v2/bg_match_block.jpg);
  padding: 30px;
}
.khl_table--meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 67px;
}
@media (max-width: 480px) {
  .khl_table--meta {
    display: block;
  }
}
.khl_table--meta > a {
  display: block;
}
@media (max-width: 767px) {
  .khl_table--meta > a {
    display: none;
  }
}
.khl_table--title {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #282B33;
  align-self: self-start;
}
.khl_table--title br {
  display: none;
}
@media (max-width: 480px) {
  .khl_table--title {
    font-size: 25px;
    line-height: 30px;
  }
  .khl_table--title br {
    display: inline-block;
  }
}
.khl_table--title span {
  position: relative;
  z-index: 1;
}
.khl_table--title:before {
  z-index: 0;
  display: block;
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  color: #EAEAEA;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .khl_table--title:before {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .khl_table--title:before {
    font-size: 38px;
    line-height: 46px;
    bottom: 50%;
  }
}
.khl_table--title:before br {
  display: none;
}
@media (max-width: 1600px) {
  .khl_table--title {
    font-size: 24px;
  }
}
.khl_table--btn {
  display: block;
  background-color: #BF273A;
  align-self: flex-end;
  padding: 12px 27px 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}
.khl_table--btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .khl_table--btn {
    display: none;
  }
}
.khl_table--header {
  display: grid;
  gap: 29px;
  grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
}
@media (max-width: 1600px) {
  .khl_table--header {
    grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  .khl_table--header {
    gap: 29px 5px;
    grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .khl_table--header {
    grid-template-columns: auto 1fr auto auto;
    gap: 29px 0;
  }
}
.khl_table--col {
  padding: 13px 10px 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1280px) {
  .khl_table--col {
    padding-left: 0;
  }
}
.khl_table--col:first-child {
  font-size: 18px;
  line-height: 22px;
  width: 42px;
}
@media (max-width: 767px) {
  .khl_table--col:first-child {
    text-align: center;
  }
}
.khl_table--col:nth-child(3) {
  padding-right: 40%;
}
.khl_table--col:nth-child(4) {
  padding-right: 30%;
}
.khl_table--col:nth-child(5) {
  padding-right: 30%;
}
.khl_table--col:nth-child(6) {
  padding-right: 96px;
}
@media (max-width: 767px) {
  .khl_table--col.desktop {
    display: none;
  }
}
.khl_table--col.mobile {
  display: none;
}
@media (max-width: 767px) {
  .khl_table--col.mobile {
    display: block;
    padding: 0 17px;
    min-width: 43.7px;
    text-align: center;
  }
}
.khl_table--item {
  display: grid;
  gap: 29px;
  grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  align-items: center;
  background-color: #EEEEEE;
  border-bottom: 1px solid #C8C8C8;
}
@media (max-width: 1600px) {
  .khl_table--item {
    grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  .khl_table--item {
    gap: 29px 5px;
    grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .khl_table--item {
    grid-template-columns: auto 1fr auto auto;
    gap: 29px 1px;
  }
}
.khl_table--item:nth-child(2n) {
  background-color: #ffffff;
}
.khl_table--field.position {
  width: 42px;
  padding: 13px 10px 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #C8C8C8;
}
@media (max-width: 767px) {
  .khl_table--field.position {
    width: 35px;
  }
}
.khl_table--field.count_value {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 767px) {
  .khl_table--field.count_value {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .khl_table--field.count_value {
    padding: 0 17px;
  }
}
.khl_table--field:nth-child(3) {
  font-weight: 900;
  color: #BF273A;
}
@media (max-width: 767px) {
  .khl_table--field.desktop {
    display: none;
  }
}
.khl_table--team {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.khl_table--logo {
  width: 36px;
}
@media (max-width: 767px) {
  .khl_table--logo {
    display: none;
  }
}
.khl_table--logo img {
  display: block;
  width: 100%;
}
.khl_table--name {
  margin-left: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 767px) {
  .khl_table--name {
    font-size: 13px;
    line-height: 16px;
    margin-left: 0;
  }
}
.khl_table--action {
  display: none;
}
@media (max-width: 1280px) {
  .khl_table--action {
    margin-top: 19px;
    display: block;
  }
}
.khl_table .uk-tab {
  margin-left: 0;
}
.khl_table .uk-tab > li {
  padding-left: 0;
}
@media (max-width: 767px) {
  .khl_table .uk-tab > li {
    width: 50%;
  }
}
.khl_table .uk-tab > li > a {
  font-weight: 500;
  border: none;
  position: relative;
  color: #C8C8C8;
  padding: 14px 27px;
}
.khl_table .uk-tab > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C8C8C8;
  height: 5px;
  transition: all 0.3s ease-in-out;
  bottom: -2.5px;
}
@media (max-width: 767px) {
  .khl_table .uk-tab > li:first-child > a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 16px 15px;
  }
}
.khl_table .uk-switcher > li {
  width: 100%;
}
.khl_table .uk-tab > .uk-active > a {
  color: #000000;
}
.khl_table .uk-tab > .uk-active > a:before {
  background-color: #BF273A;
  height: 9px;
  bottom: -4.5px;
}

.site--khl {
  margin-bottom: 54px;
}
.site--khl__title {
  text-align: center;
  margin: 4px 0 8px;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 30px;
  font-size: 30px;
}
.site--khl__filter {
  line-height: 60px;
  min-height: 60px;
}
.site--khl__filter > .container-fluid {
  max-width: 1300px;
}
.site--khl__filter--title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.site--khl__filter--select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 14px;
  height: 37px;
  padding: 8px;
  border-radius: 0;
  min-width: 140px;
}
.site--khl__filter--select.type-event select {
  min-width: 105px;
}
.site--khl__filter--select.status-event select {
  min-width: 110px;
}
.site--khl__filter--btn {
  display: block;
  outline: none;
  font-size: 18px;
  min-width: 120px;
  line-height: 37px;
  text-align: center;
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 15px;
  white-space: nowrap;
}
.site--khl__view {
  padding-bottom: 14px;
  margin-bottom: 24px;
  padding-right: 30px;
}
.site--khl__view > .container-fluid {
  max-width: 1300px;
}
.site--khl__view .uk-tab > li > a {
  font-weight: 500;
}
.site--khl__view .uk-switcher > li {
  width: 100%;
}
.site--khl__table {
  width: 100%;
}
.site--khl__table thead {
  border-width: 1px 0 0;
  border-style: solid;
}
.site--khl__table thead th {
  font-weight: 400;
  position: relative;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  font-size: 20px;
  padding: 6px 12px;
}
.site--khl__table thead th.th-numb {
  text-align: left;
  font-weight: 500;
  width: 62px;
  padding-left: 10px;
}
.site--khl__table thead th.th-title {
  text-align: left;
}
.site--khl__table thead th.th-logo {
  display: none;
}
.site--khl__table thead th.th-compare {
  width: 96px;
  text-align: right;
}
.site--khl__table thead th.js-has-hint {
  cursor: pointer;
}
.site--khl__table thead th.th-pts {
  font-weight: bold;
}
.site--khl__table tbody tr {
  cursor: pointer;
}
.site--khl__table tbody td {
  width: 66px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 12px;
}
.site--khl__table tbody td.td-numb {
  text-align: left;
  font-weight: 500;
  width: 62px;
  padding-left: 10px;
}
.site--khl__table tbody td.td-logo {
  display: none;
}
.site--khl__table tbody td.td-logo img {
  max-width: 30px;
}
.site--khl__table tbody td.td-team {
  width: 102px;
  text-transform: uppercase;
}
.site--khl__table tbody td.td-compare {
  width: 96px;
  text-align: right;
}
.site--khl__table tbody td.td-pts {
  font-weight: bold;
  font-size: 18px;
}
.site--khl__table tbody tr.select-club td {
  font-size: 22px;
  font-weight: bold;
}
.site--khl__all--link {
  text-decoration: none;
  font-size: 18px;
}
.site--khl__all--link:hover {
  text-decoration: underline;
}

.hint {
  z-index: 100;
  display: block;
  position: fixed;
  margin-bottom: 0.625rem;
  width: 9.6875rem;
  height: 3.1875rem;
  padding: 0.4375rem;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  color: #FFF;
  background-color: #818586;
}

.hint:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-width: 9px 4.5px 0;
  border-color: #818586 transparent transparent;
  border-style: solid;
}

.hint small {
  display: block;
  font-size: 0.75rem;
}

.hint__tbl {
  height: auto;
  font-size: 0.875rem;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
