* {
  box-sizing: border-box;
}
.matches-main-page {
  padding: 70px 120px 120px;
}
.match-page {
  padding: 0 0 120px;
}
.matches-main-page__container {
  max-width: 1440px;
  margin: 0 auto;
}
.matches-main-page__container_center {
  margin: 0 auto;
}
.matches-main-page__title {
  margin: 0 auto 32px;
  max-width: 1440px;
}
.matches-main-page__matches {
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.matches-main-page__match-card {
  padding: 16px 12px 0;
  background-color: white;
  border: 1px solid #00000029;
  border-radius: 6px;
  margin: 6px;
  flex: 0 0 calc(33.333% - 12px);
  max-width: calc(33.333% - 12px);
}
.matches-main-page__match-card-top {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  min-height: 105px;
}
.matches-main-page__logo-container {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
}
.matches-main-page__flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matches-main-page__logo-container-img {
  display: block;
  max-width: 50px;
}
.matches-main-page__team-name {
  margin-top: 4px;
  margin-bottom: 0;
  font: 400 normal 16px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
  text-align: center;
}
.matches-main-page__match-info {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}
.matches-main-page__match-info:before,
.matches-main-page__match-info:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: #00000029;
  content: "";
}
.matches-main-page__match-info:before {
  left: 0;
}
.matches-main-page__match-info:after {
  right: 0;
}
.matches-main-page__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font: 400 normal 16px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #00000099;
}
.matches-main-page__match-score {
  margin-top: 10px;
  margin-bottom: 10px;
  font: 400 normal 18px/20px "PF Centro Sans Pro", Arial, sans-serif;
}
.matches-main-page__match-score:last-child {
  margin-bottom: 0;
}
.matches-main-page__match-score_less {
  color: #00000099;
}
.matches-main-page__match-score_more {
  color: #000;
}

.matches-main-page__match-card-bottom {
  margin-right: -12px;
  margin-left: -12px;
  border-top: 1px solid #00000029;
  text-align: center;
}
.matches-main-page__match-card-link {
  padding: 16px 12px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font: 700 normal 16px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.matches-main-page__match-card-link_tickets {
  color: #e02822;
}
.matches-main-page__match-card-link_soon {
  color: #a9a9a9;
}
.matches-main-page__select-wrapper {
  position: relative !important;
  max-width: 220px !important;
}
.matches-main-page__select-wrapper:before {
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  transform: translateY(-60%) !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background: url("../img/calendar.svg") no-repeat center !important;
  z-index: 2 !important;
  content: "";
}
.matches-main-page__select-wrapper
  .filter-select--open-above
  .filter-select__body {
  top: 40px !important;
  min-height: 310px !important;
}
.matches-main-page__select-wrapper .filter-select .filter-select__value {
  font: 500 normal 14px / 18px "PF Centro Sans Pro" !important;
  color: #000 !important;
}
.matches-main-page__select-wrapper .filter-select__head {
  position: relative !important;
  padding: 0 20px 0 52px !important;
  border-radius: 6px !important;
  border-color: transparent !important;
  background-color: white !important;
}
.matches-main-page__select-wrapper .filter-select__arrow {
  top: 50% !important;
  right: 20px !important;
  width: 16px !important;
  height: 16px !important;
  transform: translateY(-35%) !important;
  color: transparent;
}
.matches-main-page__select-wrapper .filter-select__arrow:before {
  width: 16px !important;
  height: 16px !important;
  background: url("../img/chevron-down.svg") no-repeat center !important;
  border: 0 !important;
  content: "";
}
.matches-main-page__select-wrapper .filter-select--open .filter-select__arrow {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) translateY(-35%) !important;
}

.match-page__tabs {
  position: relative;
  max-width: 440px;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
}
.match-page__tabs:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dadada;
  content: "";
}
.match-page__tabs_main,
.match-page__tabs_lines,
.match-page__tabs_protocol {
  display: flex;
  max-width: none;
}
.match-page__tab-button {
  position: relative;
  padding: 0 0 14px;
  border: 0;
  border-color: transparent;
  background-color: transparent;
  font: 700 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #808080;
  cursor: pointer;
  transition: all 0.33s;
}
.match-page__tab-button:focus {
  color: #808080;
}
.match-page__tab-button:hover {
  color: #b90d1c;
}
.match-page__tab-button:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: transparent;
  z-index: 2;
  content: "";
}
.match-page__tab-button:focus:after {
  background-color: transparent;
}
.match-page__tab-button:hover:after {
  background-color: #b90d1c;
}
.match-page__tab-button.active:after {
  background-color: #b90d1c;
}
.match-page__tab-button.active {
  color: #b90d1c;
}
.match-page__tab-button_small {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}
.match-page__tabs_lines .match-page__tab-button {
  margin-left: 2px !important;
  margin-right: 2px !important;
  display: flex;
  justify-content: center;
  width: 25%;
}
.match-page__tabs_main .match-page__tab-button {
  margin-left: 2px !important;
  margin-right: 2px !important;
  display: flex;
  justify-content: center;
  width: 100%;
}
.match-page__tabs_protocol .match-page__tab-button {
  margin-left: 4px !important;
  margin-right: 4px !important;
  display: flex;
  justify-content: center;
  width: 20%;
}

.match-page__summary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.match-page__summary_player {
  position: relative;
  padding-top: 44px;
}
.match-page__summary-block-container {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.match-page__summary-block-container:not(:last-child) {
  margin-bottom: 20px;
}
.match-page__summary-block-container_half {
  flex: 0 0 50%;
  max-width: 50%;
}
.match-page__summary-block {
  padding: 24px 28px 32px;
  min-height: 250px;
  background-color: white;
  border: 1px solid #f8f9f9;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #00000026;
}
.match-page__summary-block_overflow {
  overflow-x: hidden;
}
.match-page__summary-block_career {
  height: 100%;
}
.match-page__summary-block_with-bottom-margin {
  margin-bottom: 12px;
}
.match-page__summary-block-title-container {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.match-page__summary-block-title-container .match-page__summary-block-title {
  margin-bottom: 0;
}
.match-page__seasons-arrow-prev {
  margin: 0;
  margin-right: 12px !important;
  right: auto;
  left: 0 !important;
  top: calc(50% - 30px);
}
.match-page__seasons-arrow-next {
  margin: 0;
  margin-left: 12px !important;
  left: auto;
  right: 0 !important;
  top: calc(50% - 30px);
}
.match-page__seasons-arrow-prev,
.match-page__seasons-arrow-next {
  position: relative !important;
  padding: 0 !important;
  width: 30px !important;
  height: 40px !important;
  border: 0 !important;
  background-color: transparent !important;
  cursor: pointer !important;
}
.match-page__seasons-arrow-prev:after {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(-135deg) !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  content: "";
}
.match-page__seasons-arrow-next:after {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  content: "";
}
.match-page__seasons-arrow-next.swiper-button-disabled:after,
.match-page__seasons-arrow-prev.swiper-button-disabled:after {
  border-top-color: #00000050 !important;
  border-right-color: #00000050 !important;
  cursor: not-allowed !important;
}
.match-page__summary-block-title {
  margin-top: 0;
  margin-bottom: 24px;
  font: 700 normal 24px/28px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__match-text-info-item {
  margin-top: 0;
  font: 400 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #1a1a1a;
}
.match-page__match-text-info-item span {
  position: relative;
  padding-left: 26px;
  padding-right: 8px;
  font-weight: bold;
}
.match-page__match-text-info-item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
}
.match-page__match-text-info-item:not(:last-child) {
  margin-bottom: 12px;
}
.match-page__summary-block-table {
  width: 100%;
  border-collapse: collapse;
}
.match-page__summary-block-thead {
  border-bottom: 2px solid #e7e8ea;
}
.match-page__summary-block-th,
.match-page__summary-block-td {
  padding: 12px;
  text-align: center;
}
.match-page__summary-block-th:first-child,
.match-page__summary-block-td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
  padding-left: 8px;
  text-align: left;
  border-right: 2px solid #e7e8ea;
}
.match-page__summary-block-th:first-child {
  text-align: center;
}
.match-page__summary-block-th:not(:first-child),
.match-page__summary-block-td:not(:first-child) {
  width: 85px;
} 
.match-page__summary-block-table_without-right-padding .match-page__summary-block-th:last-child,
.match-page__summary-block-table_without-right-padding .match-page__summary-block-td:last-child {
  padding-right: 12px !important;
}
.match-page__summary-block-th {
  font: 400 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #00000099;
  white-space: nowrap;
}
.match-page__summary-block-td {
  font: 700 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #00000080;
  white-space: nowrap;
}
.match-page__summary-block-td_best {
  color: #000;
}
.match-page__summary-block-td:first-child {
  position: relative;
  padding-left: 54px;
  font: 700 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__summary-block-table-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin-right: 14px;
  width: 40px;
  height: 40px;
}

.match-page__summary-block-broadcast {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
}
.match-page__summary-block-broadcast-part {
  padding-right: 10px;
  padding-left: 10px;
}
.match-page__summary-block-broadcast-preview {
  max-width: 100%;
  height: 170px;
}
.match-page__summary-block-broadcast-title {
  margin-top: 0;
  margin-bottom: 20px;
  font: 400 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #1a1a1a;
}
.match-page__summary-block-broadcast-link {
  padding: 10px 18px;
  display: block;
  background-color: #e7e8ea;
  border-radius: 4px;
  width: 100%;
  font: 500 normal 14px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.33s;
}
.match-page__summary-block-broadcast-link:focus {
  background-color: #e7e8ea;
}
.match-page__summary-block-broadcast-link:hover {
  background-color: #ced0d4;
}
.match-page__summary-block-broadcast-link:not(:last-child) {
  margin-bottom: 12px;
}

.match-page__tab-content {
  display: none;
  padding-top: 28px;
  padding-bottom: 0;
}

.match-page__tab-content #period_info_total {
  overflow-y: scroll;
}

.match-page__tab-content_internal {
  position: relative;
  padding-top: 24px;
}

.match-page__tab-content.active {
  display: block;
}

.match-page__protocol-logo-container {
  margin-right: 16px;
  max-width: 40px;
}
.match-page__protocol-logo-img-container {
  position: relative;
  min-height: 30px;
}
.match-page {
  padding-bottom: 20px;
}
.match-page__protocol-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.match-page__protocol-time {
  margin-top: 0;
  margin-bottom: 0;
  font: 400 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  text-align: center;
}
.match-page__protocol-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.match-page__protocol-item_away.first ~ .match-page__protocol-item_home {
    border-right: 2px solid #e7e8ea;
    margin-right: 16px;
    margin-bottom: 0;
}
.match-page__protocol-item_home.first ~ .match-page__protocol-item_away {
    border-left: 2px solid #e7e8ea;
    margin-left: 16px;
    margin-bottom: 0;
}
.match-page__protocol-item_away {
  justify-content: flex-end;
}
.match-page__protocol-item-flex-container {
    display: flex;
    align-items: center;
    position: relative;
}
.match-page__protocol-item_home:first-child {
  border-right: 0;
}
.match-page__protocol-item_away .match-page__protocol-item-text:after {
    position: absolute;
    top: 2px;
    width: 2px;
    height: 100%;
    display: block;
    background: #e7e8ea;
    content: '';
}
.match-page__protocol-item_home .match-page__protocol-item-text:after {
  left: 16px;
}
.match-page__protocol-item_home.last .match-page__protocol-item-text:after {
  display: none;
}
.match-page__protocol-item_away:last-child .match-page__protocol-item-text:after {
  display: none;
}
.match-page__protocol-item:not(:last-child).match-page__protocol-item_away .match-page__protocol-item-text:after {
  top: 0;
  right: 16px;
}
.match-page__protocol-item_home.last ~ .match-page__protocol-item_away {
  border: 0;
}
.match-page__protocol-item_away:first-child {
  border: 0;
}
.match-page__protocol-item_away.last ~ .match-page__protocol-item_home {
  border: 0;
}
.match-page__protocol-item.match-page__protocol-item_away.first:before {
  position: absolute;
  top: -98px;
  right: 16px;
  display: block;
  width: 4px;
  min-height: 100px;
  height: 100%;
  background: white;
  content: '';
}
.match-page__protocol-item_away.last .match-page__protocol-item-text:after {
  display: none;
}
.match-page__protocol-tags {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
}
.match-page__protocol-item_home:not(.last) .match-page__protocol-item-text {
  border-left: 2px solid #e7e8ea;
  padding-left: 36px;
  margin-left: 16px;
}
.match-page__protocol-item-text {
  position: relative;
  width: 100%;
  padding-left: 52px;
}
.match-page__protocol-item_away .match-page__protocol-tags {
  justify-content: flex-end;
}
.match-page__protocol-item_away .match-page__protocol-item-text {
  text-align: right;
  padding-left: 0;
  padding-right: 52px;
}
.match-page__protocol-tag {
  padding: 4px 10px;
  max-width: 290px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  font: 400 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-page__protocol-tag_default {
  text-transform: uppercase;
}
.match-page__protocol-tag_goal {
  position: relative;
  padding-right: 10px;
  padding-left: 35px;
  border-color: transparent;
  background-color: #b90d1c;
  color: white;
}
.match-page__protocol-tag_goal:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/hockey_puck.svg) no-repeat center;
  content: '';
}
.match-page__protocol-tag_goal-with-video {
  padding-right: 35px;
}
.match-page__protocol-tag_goal-with-video:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/play-video.svg) no-repeat center;
  content: '';
}
.match-page__protocol-tag_foul {
  position: relative;
  padding-left: 30px;
  background-color: #808080;
  border-color: transparent;
  color: white;
}
.match-page__protocol-tag_foul:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/SportsRounded.svg) no-repeat center;
  content: "";
}
.match-page__protocol-tag_goalkeeper {
  background-color: #2a366f;
  border-color: transparent;
  color: white;
}
.match-page__protocol-tag_shootout-goal,
.match-page__protocol-tag_shootout-save,
.match-page__protocol-tag_shootout-miss {
  position: relative;
  padding-left: 24px;
}
.match-page__protocol-tag_shootout-goal {
  border-color: #007D0D;
  color: #007D0D;
}
.match-page__protocol-tag_shootout-save {
  border-color: #B90D1C;
  color:#B90D1C;
}
.match-page__protocol-tag_shootout-miss {
  border-color: #4D4D4D;
  color:#4D4D4D;
}
.match-page__protocol-tag_shootout-goal:before,
.match-page__protocol-tag_shootout-save:before,
.match-page__protocol-tag_shootout-miss:before {
  position: absolute;
  top: 55%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
}
.match-page__protocol-tag_shootout-goal:before {
  background-color: #007D0D;
}
.match-page__protocol-tag_shootout-save:before {
  background-color: #B90D1C;
}
.match-page__protocol-tag_shootout-miss:before {
  background-color: #4D4D4D;
}
.match-page__protocol-item-container {
  width: 100%;
}
.match-page__protocol-player {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
  font: 400 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
}
.match-page__protocol-player span {
  font-weight: 700;
  color: #000;
}
.match-page__protocol-player span:before {
  padding-right: 10px;
  content: "\279D";
}
.match-page__protocol-player:last-child {
  margin-bottom: 0;
}
.match-page__protocol-assistants {
  margin-top: 0;
  margin-bottom: 0;
  font: 400 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
}
.match-page__protocol-item_away .match-page__protocol-item-info {
  position: relative;
}
.match-page__protocol-item_away .match-page__protocol-logo-container {
  margin-right: 0;
  margin-left: 16px;
  order: 2;
}
.match-page__protocol-video-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.match-page__tab-content-overflow {
  max-height: 524px;
  margin-right: -12px;
  padding-right: 12px;
  overflow-y: scroll;
}

.match-page__stats-items {
  margin-right: -24px;
  padding-right: 28px;
}
.match-page__stats-item:not(:last-child) {
  margin-bottom: 20px;
}
.match-page__stats-item-text-container {
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.match-page__stats-item-result {
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__stats-item-name {
  margin-top: 0;
  margin-bottom: 0;
  font: 500 normal 16px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #7f7f7f;
}
.match-page__stats-item-chart {
  background-color: #7b7b7b;
  width: 100%;
  height: 8px;
  border-radius: 6px;
}
.match-page__stats-item-fullness {
  height: 8px;
  border-radius: 6px 0 0 6px;
  background-color: #b90d1c;
}
.match-page__line {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
}
.match-page__line-title-block {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  border-top: 1px solid #d7d8dc;
  border-bottom: 1px solid #d7d8dc;
}
.match-page__line-title-block .match-page__line-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #4d4d4d;
}
.match-page__line-item {
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 40px;
}
.match-page__line-item_with-img {
  position: relative;
  padding-left: 48px !important;
}
.match-page__line-item:nth-child(2n + 1),
.match-page__line-item:nth-last-child(2) {
  padding-left: 4px;
  border-right: 1px solid #d7d8dc;
}
.match-page__line-item:last-child {
  padding-right: 12px;
  padding-left: 12px;
  border-right: 0;
}
.match-page__line-item_with-logo,
.match-page__line-item_with-logo:last-child {
  padding-left: 4px;
  padding-right: 4px;
}
.match-page__line-item_goalies:nth-child(2n) {
  border-right: 1px solid #d7d8dc;
}
.match-page__line-item_goalies:nth-child(2n+1) {
  border-right: 0;
}
.match-page__line-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font: 700 normal 14px/40px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.match-page__line-title_team {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: initial;
  text-overflow: initial;
}
.match-page__line-player-number {
  padding-right: 4px;
  color: #808080;
}
.match-page__line-item-container {
  width: 100%;
}
.match-page__line-item-flex-container {
  display: flex;
}
.match-page__line-item_with-logo .match-page__line-item-flex-container {
  justify-content: center;
}
.match-page__line-item-logo {
  margin-right: 4px;
  display: block;
  width: 40px;
  height: 40px;
}
.match-page__line-tab {
  margin-right: -19px;
  margin-left: -19px;
  display: flex;
}
.match-page__line-tab-item {
  padding-right: 19px;
  padding-left: 19px;
}
.match-page__line-tab-item:first-child {
  align-self: center;
}
.match-page__line-player-img-container {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c4c4c4;
  overflow: hidden;
}
.match-page__schema-player-img-container {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
}
.match-page__line-item_with-img:nth-child(2n)
  .match-page__line-player-img-container,
.match-page__line-item_with-img:last-child
  .match-page__line-player-img-container {
  left: 8px;
}
.match-page__line-item_with-img:nth-last-child(2)
  .match-page__line-player-img-container {
  left: 12px;
}
.match-page__line-player-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: block;
  max-width: 100%;
  z-index: 2;
}

.match-page__schema {
  position: relative;
}
.match-page__schema-player {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 108px;
  z-index: 2;
}
.match-page__schema-player-label {
  position: absolute;
  top: -4px;
  left: 65px;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b90d1c;
  border-radius: 50%;
  background-color: white;
  font: 700 normal 12px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #b90d1c;
  text-align: center;
}
.match-page__schema-player-name {
  margin-top: -10px;
  margin-bottom: 0;
  padding-right: 4px;
  max-width: 180px;
  border: 1px solid #525252;
  border-radius: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: white;
  font: 400 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  z-index: 2;
}
.match-page__schema-player-number {
  padding: 4px;
  background-color: #525252;
  color: white;
}
.match-page__schema-img {
  display: none;
}
.match-page__schema-img_mobile {
  width: 100%;
}

.match-page__table-wrapper {
  position: relative;
}
.match-page__table-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.match-page__table-scroll-container {
  overflow: auto;
}
.match-page__table-name {
  margin-top: 0;
  margin-bottom: 20px;
  font: 700 normal 24px/29px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 1px 2px 0px #00000026;
}
.match-page__table-thead {
  position: sticky;
  top: 0;
}
.match-page__table-thead,
.match-page__table-thead .match-page__table-tr,
.match-page__table-thead .match-page__table-th {
  background-color: #000;
}
.match-page__table-td {
  background-color: white;
  border-bottom: 1px solid #dadada;
}
.match-page__table-tr:nth-child(2n) .match-page__table-td {
  background-color: #f8f8f8;
}
.match-page__table-th,
.match-page__table-td {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  white-space: nowrap;
}
.match-page__table-th:last-child,
.match-page__table-td:last-child {
  padding-right: 20px;
}
.match-page__table-th:first-child,
.match-page__table-td:first-child {
  padding-left: 20px;
}
.match-page__table-th {
  padding-top: 12px;
  padding-bottom: 12px;
  font: 500 normal 14px/16px "Inter", Arial, sans-serif;
  color: white;
  text-transform: uppercase;
}
.match-page__table-th_left,
.match-page__table-td_left {
  text-align: left;
}
.match-page__table-td {
  padding-top: 24px;
  padding-bottom: 24px;
  font: 700 normal 16px/19px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__table-th,
.match-page__table-td {
  width: 120px;
}
.match-page__table_goaltenders .match-page__table-th,
.match-page__table_goaltenders .match-page__table-td {
  width: 150px;
}
.match-page__table-th:first-child,
.match-page__table-td:first-child {
  width: 30px;
}
.match-page__table-th:nth-child(2),
.match-page__table-td:nth-child(2) {
  width: 300px;
}
.match-page__table-link {
  font: 500 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #b90d1c;
  transition: all 0.33s;
  text-decoration: none;
}
.match-page__table-link:hover {
  text-decoration: underline;
}
.match-page__results {
  position: relative;
  margin-bottom: 44px;
  min-height: 200px;
  overflow: hidden;
  background: #000;
  text-shadow: 2px 0 5px #000, -2px 0 5px #000, 0 2px 5px #000, 0 -2px 5px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.match-page__results-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  object-fit: cover;
  object-position: center;
}
.match-page__results-content {
  position: relative;
  padding-top: 36px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  max-width: 767px;
}
.match-page__results-date {
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
  font: 400 normal 18px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: white;
  text-align: center;
}
.match-page__results-score {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-page__results-score_details {
  margin-top: 0;
  justify-content: center;
  height: 100%;
}
.match-page__results-score-item {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 48px;
}
.match-page__results-score-item:nth-child(2) {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}
.match-page__results-score_details .match-page__results-score-item:last-child {
  padding-right: 0;
}
.match-page-details .match-page__results-content .match-page__results-score-item {
  flex: initial;
  max-width: none;
  min-height: 44px;
}
.match-page-details .match-page__results-content .match-page__results-score-item:last-child > .match-page__results-score-item-logo {
  left: -8px;
}
.match-page__results-score-item:last-child {
  padding-right: 80px;
  text-align: right;
}
.match-page__results-score-item:first-child {
  padding-left: 70px;
}
.match-page__results-score-item-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 68px;
  height: 68px;
}
.match-page__results-score-item:last-child
  > .match-page__results-score-item-logo {
  right: 0;
}
.match-page__results-score-item:first-child
  > .match-page__results-score-item-logo {
  left: -12px;
}
.match-page__results-team-name {
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 32px/40px "PF Centro Sans Pro", Arial, sans-serif;
  color: white;
}
.match-page__results-score-item-number {
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 38px/48px "PF Centro Sans Pro", Arial, sans-serif;
  color: white;
  white-space: nowrap;
}
.match-page__results-score-item-number_less {
  color: #c2c2c2;
}
.match-page__results-img_mobile {
  display: none;
}
.match-page__prev-page-link {
  position: absolute;
  left: -225px;
  padding-left: 24px;
  display: block;
  font: 400 normal 14px/16px "Proxima Nova", Arial, sans-serif;
  color: white;
  text-decoration: none;
}

.match-page__summary_player .match-page__prev-page-link {
  top: 14px;
  left: 4px;
  color: #000;
}
.match-page__prev-page-link:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/partners/navigateNextRounded.svg) no-repeat center;
  content: "";
}

.match-page-details__table {
  border-collapse: collapse;
  width: 100%;
}
.match-page-details__table-row {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.match-page-details__table-row-name {
  margin-top: 0;
  margin-bottom: 0;
  font: 400 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page-details__table-row-name:first-letter {
  text-transform: capitalize;
}
.match-page-details__table-row-value {
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 14px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page-details__table-row:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.match-page-details__table-row:nth-child(2n) {
  background-color: #f8f8f8;
}
.match-page-details__all-career-table {
  border-collapse: collapse;
  width: 100%;
}
.match-page-details__all-career-table-th:nth-child(2),
.match-page-details__all-career-table-td:nth-child(2),
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:first-child {
  padding-left: 0;
  border-right: 2px solid #e7e8ea;
}
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:nth-child(2) {
  border-right: 0;
}
.match-page-details__all-career-table-thead {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 2px solid #e7e8ea;
}
.match-page-details__all-career-table-tfoot {
  border-top: 2px solid #e7e8ea;
}
.match-page-details__all-career-table-th:first-child,
.match-page-details__all-career-table-th:nth-child(2),
.match-page-details__all-career-table-td:first-child,
.match-page-details__all-career-table-td:nth-child(2) {
  text-align: left;
}
.match-page-details__all-career-table-th,
.match-page-details__all-career-table-td,
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:first-child,
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:nth-child(2) {
  padding: 8px;
  text-align: center;
}
.match-page-details__all-career-table-th {
  font: 400 normal 12px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #00000099;
}
.match-page-details__all-career-table-td,
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:first-child,
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:nth-child(2) {
  font: 700 normal 14px/17px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page-details__all-career-table-td:first-child,
.match-page-details__all-career-table-td:nth-child(2) {
  font-weight: normal;
  white-space: nowrap;
}
.match-page-details__all-career-table-tfoot
  .match-page-details__all-career-table-td:first-child {
  color: #b90d1c;
}
.match-page-details__all-career-table-td_bad {
  color: #00000080;
}

.match-page__player-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.match-page__player-card-content-container {
  display: flex;
  justify-content: space-between;
}
.match-page__player-card-container {
  flex: 0 0 calc(20% - 14px);
  max-width: calc(20% - 14px);
}
.match-page__player-card {
  display: block;
  padding: 16px;
  border: 1px solid #e7e8ea;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.match-page__player-card-amplua {
  margin-top: 0;
  margin-bottom: 10px;
  font: 700 normal 14px/16px "PF Centro Sans Pro", Arial, sans-serif;
  color: #00000080;
}
.match-page__player-card-name {
  margin-top: 0;
  margin-bottom: 12px;
  min-height: 44px;
  font: 700 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #1a1a1a;
}
.match-page__player-card-country-container {
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
  margin-bottom: 7px;
}
.match-page__player-content-container
  .match-page__player-card-country-container {
  padding-left: 28px;
}
.match-page__player-card-country-icon-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  width: 18px;
  height: 18px;
  border: 1px solid #e7e8ea;
  border-radius: 50%;
  overflow: hidden;
}
.match-page__player-card-country-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-height: 18px;
  min-width: 18px;
}
.match-page__player-card-country {
  margin-top: 6px;
  margin-bottom: 0;
  font: 700 normal 14px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__player-card-player-number {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 42px;
  width: 27px;
  height: 27px;
  background-color: #7f7f7f;
  border-radius: 50%;
  font: 700 normal 14px/27px "PF Centro Sans Pro", Arial, sans-serif;
  color: white;
  text-align: center;
  z-index: 2;
}
.match-page__player-card-player-container {
  position: relative;
}
.match-page__player-card-img-container {
  position: relative;
  margin-top: 6px;
  margin-bottom: 16px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #e4e4e4;
  overflow: hidden;
}
.match-page__player-card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
}
.match-page__player-card-stats {
  display: flex;
  margin: 16px -7px 0;
}
.match-page__player-card-stats-item {
  padding: 0 7px;
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 14px/18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__player-card-stats-item-name {
  color: #00000080;
}

.match-page__player {
  display: flex;
  align-items: center;
  height: 100%;
}
.match-page__player-avatar-container {
  position: relative;
  margin-right: 30px;
  background-color: white;
  border: 1px solid #eff0f1;
  height: 132px;
  width: 132px;
  border-radius: 50%;
  overflow: hidden;
}
.match-page__player-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-width: 145px;
  max-width: 100%;
}
.match-page__player-amplua {
  margin-top: 0;
  margin-bottom: 16px;
  font: 700 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #7f7f7f;
}
.match-page__player-name {
  margin-top: 0;
  margin-bottom: 0;
  font: 700 normal 24px/1 "PF Centro Sans Pro", Arial, sans-serif;
  color: #000;
}
.match-page__player-number {
  color: #808080;
}
.match-page__player-info {
  margin-top: 16px;
  display: flex;
}
.match-page__player-info-item {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  font: 700 normal 18px/20px "PF Centro Sans Pro", Arial, sans-serif;
  color: #1a1a1a;
}
.match-page__player-info-item:last-child {
  padding-right: 0;
}
.match-page__player-info-item:first-child {
  padding-left: 0;
}
.match-page__player-info-item:not(:last-child) {
  border-right: 1px solid #dadada;
}

.match-page__awards {
  min-height: 120px;
  height: 100%;
  max-height: 135px;
}
.match-page__awards-swiper-wrapper.swiper-wrapper:not(
    #swiper_wrapper_height
  ):not(.swiper-wrapper-autoheight) {
  height: 100% !important;
}
.match-page__awards-swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.match-page__awards-item-img {
  width: 100%;
  max-width: 120px;
}
.match-page__awards-item-title {
  margin: 0 0 0 30px;
  font: 500 normal 14px / 18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #b3c4cd;
  max-width: 300px;
  text-align: center;
}
.match-page__awards-item-empty-block-text {
  padding: 40px 0;
  margin: 0;
  font: 500 normal 14px / 18px "PF Centro Sans Pro", Arial, sans-serif;
  color: #b3c4cd;
  text-align: center;
}
.match-page__awards-swiper-button-prev,
.match-page__awards-swiper-button-next {
  background-color: transparent !important;
  width: 20px !important;
}
.match-page__awards-swiper-button-prev:after,
.match-page__awards-swiper-button-next:after {
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}
.match-page__awards-swiper-button-prev:after {
    left: 4px !important;
}
.match-page__awards-swiper-button-next:after {
    right: 4px !important;
}
.match-page__awards-swiper-button-prev.swiper-button-disabled:after,
.match-page__awards-swiper-button-next.swiper-button-disabled:after {
  border-top: 2px solid #0000002b !important;
  border-right: 2px solid #0000002b !important;
}
.match-page__awards-swiper-button-prev.swiper-button-disabled,
.match-page__awards-swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: not-allowed !important;
}

.match-page__legend-head {
  padding: 16px 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background-color: #171717;
  font: 500 normal 14px/16px "Inter", Arial, sans-serif;
  color: white;
  text-transform: uppercase;
}
.match-page__legend-head:first-child {
  border-radius: 4px 4px 0 0;
}
.match-page__legend-body {
  padding: 32px 36px;
  display: flex;
  width: 100%;
  background-color: white;
  border: 1px solid #e7e8ea;
}
.match-page__legend-body:last-child {
  border-radius: 0 0 4px 4px;
}
.match-page__legend-body-column {
  padding-right: 36px;
  padding-left: 36px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.match-page__legend-body-column:last-child {
  padding-right: 0;
}
.match-page__legend-body-column:first-child {
  padding-left: 0;
}
.match-page__legend-body-column:not(:last-child) {
  border-right: 1px solid #d7d8dc;
}
.match-page__legend-body-column-text {
  margin-top: 0;
  margin-bottom: 16px;
  font: 500 normal 18px/22px "PF Centro Sans Pro", Arial, sans-serif;
  color: #171717;
  text-align: center;
}
.match-page__summary-block-broadcast-part:first-child {
  flex: 0 0 60%;
  max-width: 60%;
}
.match-page__summary-block-broadcast-part:last-child {
  flex: 0 0 40%;
  max-width: 40%;
}
.remodal.game-video__modal {
    background: white;
    padding: 32px;
    height: 95%;
    width: 100%;
}
.game-video__modal .remodal-close {
  top: 0;
  right: 0;
  color: #000;
}
.game-video__modal-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.match-page__stats-swiper-wrapper.swiper-wrapper:not(#swiper_wrapper_height):not(.swiper-wrapper-autoheight) {
  align-items: flex-start !important;
  height: auto !important;
}

@media screen and (min-width: 575px) {
  .match-page__schema-img {
    display: block;
  }
  .match-page__schema-img_mobile {
    display: none;
  }
  .match-page__schema-player_goaltender-home {
    top: 50%;
    left: 18px;
  }
  .match-page__schema-player_defenseman-left-home {
    top: 30%;
    left: 15%;
  }
  .match-page__schema-player_defenseman-right-home {
    bottom: 15%;
    left: 15%;
  }
  .match-page__schema-player_winger-left-home {
    top: 46px;
    left: 30%;
  }
  .match-page__schema-player_winger-middle-home {
    top: 50%;
    left: 30%;
  }
  .match-page__schema-player_winger-right-home {
    bottom: -10px;
    left: 30%;
  }
  .match-page__schema-player_winger-left-away {
    top: 46px;
    right: 30%;
  }
  .match-page__schema-player_winger-middle-away {
    top: 50%;
    right: 30%;
  }
  .match-page__schema-player_winger-right-away {
    bottom: -10px;
    right: 30%;
  }
  .match-page__schema-player_defenseman-left-away {
    top: 30%;
    right: 15%;
  }
  .match-page__schema-player_defenseman-right-away {
    bottom: 15%;
    right: 15%;
  }
  .match-page__schema-player_goaltender-away {
    top: 50%;
    right: 10px;
  }
  .match-page__table-th:first-child,
  .match-page__table-td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 60px;
  }
  .match-page__table-th:nth-child(2),
  .match-page__table-td:nth-child(2) {
    position: sticky;
    left: 46px;
    z-index: 2;
    width: 250px;
  }
  .match-page__table_goaltenders .match-page__table-th:nth-child(2),
  .match-page__table_goaltenders .match-page__table-td:nth-child(2) {
    width: 310px;
  }
}
@media screen and (min-width: 1025px) {
  .matches-main-page__match-card:nth-child(3n) {
    margin-right: 0;
  }
  .matches-main-page__match-card:first-child,
  .matches-main-page__match-card:nth-child(3n + 4) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .matches-main-page__match-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .matches-main-page__match-card:nth-child(2n) {
    margin-right: 0;
  }
  .matches-main-page__match-card:first-child,
  .matches-main-page__match-card:nth-child(2n + 3) {
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .match-page__results {
    min-height: 140px;
    height: 140px;
  }
  .match-page__results-img {
    max-height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .matches-main-page__container,
  .matches-main-page__title {
    max-width: 1200px;
  }
  .match-page__line {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .match-page__summary-block {
    padding: 16px;
  }
  .match-page__prev-page-link {
    left: -70px;
  }
  .matches-main-page__container {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .matches-main-page {
    padding-top: 50px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .match-page__summary-block-th:last-child,
  .match-page__summary-block-td:last-child {
    padding-right: 0;
  }
  .match-page__summary-block-title {
    margin-bottom: 16px;
  }
  .match-page__summary-block-title-container .match-page__summary-block-title {
    margin-bottom: 0;
  }
  .match-page__line-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .match-page__schema-img {
    max-width: 597px;
  }
  .match-page__schema-player-img-container {
    width: 44px;
    height: 44px;
  }
  .match-page__player-card-container {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
  .match-page__player-avatar-container {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
  .match-page__player-avatar {
    min-width: 108px;
  }
  .match-page__results {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .match-page__prev-page-link {
    position: relative;
    left: initial;
  }
  .match-page__prev-page-link_details {
    position: absolute;
    left: 0;
  }
  .match-page__results-content {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .match-page-details .match-page__summary-block-container_half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .match-page__results-content {
    height: 140px;
  }
   .match-page__player-card-container {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .matches-main-page {
    padding-top: 30px;
  }
  .matches-main-page__match-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .matches-main-page__match-card:not(:last-child) {
    margin-bottom: 12px;
  }
  .matches-main-page__match-card-link {
    font-size: 14px;
    line-height: 16px;
  }
  .matches-main-page__title {
    font-size: 20px;
    line-height: 1;
  }
  .matches-main-page__subtitle {
    font-size: 14px;
  }
  .matches-main-page__team-name {
    font-size: 14px;
  }
  .match-page__summary-block {
    min-height: initial;
  }
  .match-page__summary-block-container_half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .match-page__tab-content-overflow {
    max-height: none;
  }
  .match-page__stats-items {
    padding-right: 0;
    margin-right: 0;
    max-height: none;
  }
  .match-page__schema-img {
    padding: 0;
    max-width: 100%;
  }
  .match-page__line-tab-item {
    padding-right: 0;
    padding-left: 0;
  }
  .match-page__line-tab-item:last-child {
    padding-top: 24px;
  }
  .match-page__line-tab {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .match-page__line {
    max-width: none;
  }
  .match-page__schema-player-name {
    margin-top: -8px;
  }
  .match-page__line-item-logo {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }
  .match-page__summary-block-broadcast-preview {
    height: 200px;
  }
  .match-page__line-item-flex-container {
    justify-content: center;
  }
  .match-page__line-item_with-logo .match-page__line-title {
    display: none;
  }
  .match-page__tab-content-overflow {
    padding-right: 0;
  }
  .match-page__results-team-name {
    font-size: 20px;
  }
  .match-page__results-score-item-number {
    font-size: 32px;
  }
  .match-page__player-card-container {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .match-page__legend-body {
    padding: 20px 16px 4px;
    flex-wrap: wrap;
  }
  .match-page__legend-body-column {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .match-page__legend-body-column:not(:last-child) {
    padding: 0;
    border: 0;
  }
  .match-page__legend-body-column-text {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .match-page__summary-block-broadcast-part:first-child {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .match-page__summary-block-broadcast-part:last-child {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .match-page__summary-block-broadcast-part:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .match-page__summary-block-broadcast-part:last-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 574px) {
  .matches-main-page__container {
    padding: 0;
  }
  .match-page__schema-player-img-container {
    width: 40px;
    height: 40px;
  }
  .match-page__schema-player_goaltender-home {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .match-page__schema-player_defenseman-left-home {
    top: 20%;
    right: 16%;
  }
  .match-page__schema-player_defenseman-right-home {
    top: 20%;
    left: 16%;
  }
  .match-page__schema-player_winger-left-home {
    top: 33%;
    right: 5%;
  }
  .match-page__schema-player_winger-middle-home {
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
  }
  .match-page__schema-player_winger-right-home {
    top: 33%;
    left: 5%;
  }
  .match-page__schema-player_winger-left-away {
    bottom: 30%;
    right: 5%;
  }
  .match-page__schema-player_winger-middle-away {
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .match-page__schema-player_winger-right-away {
    bottom: 30%;
    left: 5%;
  }
  .match-page__schema-player_defenseman-left-away {
    bottom: 14%;
    right: 16%;
  }
  .match-page__schema-player_defenseman-right-away {
    bottom: 14%;
    left: 16%;
  }
  .match-page__schema-player_goaltender-away {
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
  .match-page__schema-player-name {
    font-size: 14px;
    line-height: 22px;
  }
  .match-page__table {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .remodal.game-video__modal {
    padding: 4px;
  }
  .matches-main-page__select-wrapper {
    width: 100%;
    max-width: none;
  }
  .match-page__tab-button {
    font-size: 14px;
    line-height: 17px;
  }
  .match-page__summary-block-title {
    font-size: 20px;
    line-height: 1;
  }
  .match-page__summary-block-td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .match-page__summary-block-td:first-child {
    padding-left: 44px;
    font-size: 14px;
    line-height: 18px;
  }
  .match-page__summary-block-th {
    font-size: 12px;
    line-height: 14px;
  }
  .match-page__summary-block-td {
    font-size: 14px;
    line-height: 17px;
  }
  .match-page__summary-block-th,
  .match-page__summary-block-td,
  .match-page__summary-block-th:last-child,
  .match-page__summary-block-td:last-child {
    padding-right: 8px;
    padding-left: 8px;
    min-width: 28px;
  }
  .match-page__stats-item-result {
    font-size: 14px;
    line-height: 17px;
  }
  .match-page__schema-player_defenseman-left-away {
    right: 14%;
  }
  .match-page__schema-player_defenseman-right-away {
    left: 14%;
  }
  .match-page__line-player-number {
    display: none;
  }
  .match-page__match-text-info-item {
    font-size: 14px;
    line-height: 16px;
  }
  .match-page__table-name {
    margin-bottom: 16px;
    margin-left: 16px;
    font-size: 20px;
    line-height: 1;
  }
  .match-page__results {
    min-height: 180px;
  }
  .match-page__results-date {
    position: relative;
    font-size: 12px;
    line-height: 20px;
  }
  .match-page__results-content {
    position: initial;
    padding-top: 70px;
    padding-bottom: 32px;
    max-width: 310px;
    max-height: 180px;
  }
  .match-page__results-team-name,
  .match-page__results-img_desktop {
    display: none;
  }
  .match-page__results-img_mobile,
  .match-page__results-team-name_details {
    display: block;
  }
  .match-page__prev-page-link {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 20px;
  }
  .match-page__player-cards {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .match-page__player-card-container {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .match-page__player-avatar-container {
    margin-right: 0;
    margin-bottom: 16px;
    width: 80px;
    height: 80px;
  }
  .match-page__player-avatar {
    min-width: 88px;
  }
  .match-page__player {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .match-page__player-amplua {
    text-align: center;
  }
  .match-page__player-name {
    font-size: 20px;
  }
  .match-page__player-content-container
    .match-page__player-card-country-container {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .match-page__player .match-page__player-card-country-icon-container {
    position: relative;
    margin-right: 10px;
    top: auto;
    left: auto;
    transform: none;
  }
  .match-page__player-name {
    font-size: 20px;
  }
  .match-page__schema-player-name {
    font-size: 12px;
  }
  .match-page__player-info-item,
  .match-page__player-amplua {
    font-size: 16px;
    line-height: 18px;
  }
  .match-page__player-info-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .match-page__results-score {
    justify-content: center;
  }
  .match-page__awards-swiper-button-prev {
    left: -8px !important;
  }
  .match-page__awards-swiper-button-next {
    right: -8px !important;
  }
  .remodal.game-video__modal {
    height: auto;
  }
  .match-page__player-card-name {
    min-height: initial;
  }
  .match-page__awards-item-img {
    max-width: 80px;
  }
  .match-page__awards-item-title {
    margin: 0 0 0 8px;
    max-width: 132px;
    line-height: 16px;
  }
}
@media screen and (max-width: 375px) {
  .match-page__protocol-tag {
    max-width: 220px;
  }
  .match-page__summary {
    margin-right: 0;
    margin-left: 0;
  }
  .match-page__summary-block-container {
    padding-right: 0;
    padding-left: 0;
  }
  .match-page__summary-block-broadcast {
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .match-page__summary-block-broadcast-part {
    width: 100%;
  }
  .match-page__summary-block-broadcast-title {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .match-page__summary-block-th,
  .match-page__summary-block-td,
  .match-page__summary-block-th:last-child,
  .match-page__summary-block-td:last-child {
    padding-right: 4px;
    padding-left: 4px;
  }
  .match-page__schema-player_defenseman-left-away,
  .match-page__schema-player_defenseman-left-home {
    right: 11%;
  }
  .match-page__schema-player_defenseman-right-away,
  .match-page__schema-player_defenseman-right-home {
    left: 11%;
  }
  .match-page__schema-player_defenseman-right-away,
  .match-page__schema-player_defenseman-left-away {
    bottom: 10%;
  }
  .match-page__schema-player_winger-middle-home {
    top: 35%;
  }
  .match-page__schema-player_winger-middle-away {
    bottom: 38%;
  }
  .match-page__schema-player_goaltender-away {
    bottom: 2%;
  }
  .match-page__schema-player_winger-left-away,
  .match-page__schema-player_winger-right-away {
    bottom: 27%;
  }
  .match-page__schema-player_goaltender-home {
    top: 4px;
  }
  .match-page__line-player-img-container,
  .match-page__line-item_with-img:nth-last-child(2)
    .match-page__line-player-img-container {
    left: 0;
  }
  .match-page__line-item_with-img:nth-child(2n)
    .match-page__line-player-img-container,
  .match-page__line-item_with-img:last-child
    .match-page__line-player-img-container {
    left: 4px;
  }
  .match-page__line-item_with-img {
    padding-left: 40px !important;
  }
  .match-page__summary-block-broadcast-preview {
    height: 120px;
  }
  .match-page__line-item {
    padding-right: 4px;
  }
  .match-page__line-title {
    font-size: 13px;
  }
  .match-page__awards-swiper-button-next:after {
    right: 4px !important;
  }
}
@media screen and (max-width: 320px) {
  .match-page__results-score-item:first-child > .match-page__results-score-item-logo {
    left: 12px;
  }
  .match-page__results-score-item:last-child > .match-page__results-score-item-logo {
    right: 12px;
  }
}

.empty-match {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #00000026;
}
.empty-match__container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}
.empty-match__half:last-child {
    margin-top: auto;
}
.empty-match__half:first-child {
    padding-bottom: 50px;
}
.empty-match__icon-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: #f8e6e8;
    border-radius: 50%;
    width: 88px;
    height: 88px;
}
.empty-match__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -55%);
    display: block;
    max-width: 100%;
}
.empty-match__hawk-img-container {
    max-width: 470px;
}
.empty-match__hawk-img {
    display: block;
    max-width: 100%;
}
.empty-match__text {
    margin-top: 28px;
    margin-bottom: 32px;
    max-width: 430px;
    font: 400 normal 26px/32px 'PF Centro Sans Pro', Arial, sans-serif;
    color: #000;
    text-align: center;
}
.empty-match__link-button {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 12px;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #B90D1C;
    font: 500 normal 14px/18px 'PF Centro Sans Pro', Arial, sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: background-color .33s;
}
.empty-match__linl-button:focus {
    background-color: #B90D1C;
}
.empty-match__linl-button:hover {
    background-color: #c80000;
}

@media screen and (min-width:1025px) {
    .empty-match__container {
        max-width: 950px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width:1024px) {
    .empty-match__container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width:577px) and (max-width:991px) {
    .empty-match__text {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width:576px) {
    .empty-match__text {
        margin-top: 18px;
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 20px;
    }
    .empty-match__link-button {
        margin-top: 18px;
    }
    .empty-match__half:first-child {
        padding-bottom: 20px;
    }
    .empty-match__icon-container {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width:480px) {
    .empty-match__container {
        padding: 12px 12px 0;
        gap: 8px;
    }
    .empty-match__link-button {
        padding: 4px;
        font-size: 12px;
        line-height: 32px;
    }
    .empty-match__icon-container {
        width: 56px;
        height: 56px;
    }
    .empty-match__icon {
        max-width: 34px;
    }
    .empty-match__text {
        font-size: 14px;
    }
}
@media screen and (max-width:376px) {
    .empty-match__container {
        flex-wrap: wrap;
    }
    .empty-match__half:first-child {
        padding-bottom: 0;
    }
}