.container {
  display: grid;
}
.container #live-table {
  position: relative;
}
.container__content {
  grid-area: content;
  display: flex;
  background-color: #FFF;
  position: relative;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.container__main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.container__mainInner {
  padding-top: 10px;
  position: relative;
  order: 1;
  display: grid;
  grid-template: " myMenu liveTable bannerZone " minmax(660px, 1fr) / 150px 660px auto;
  display: -ms-flexbox;
}
.privacy_policy .container__mainInner,
.storage-page .container__mainInner,
.third-parties-page .container__mainInner,
.personal-data-page .container__mainInner,
.advertise-page .container__mainInner,
.contact-page .container__mainInner,
.livescore .container__mainInner,
.favorite-pages .container__mainInner {
  display: flex;
  flex-flow: column nowrap;
}
.container__myMenu {
  background-color: #fff;
  margin-right: 10px;
  grid-area: myMenu;
  order: 1;
}
.container__liveTableWrapper {
  flex-flow: column nowrap;
  display: flex;
  grid-area: liveTable;
  order: 2;
}
.container__bannerZone {
  width: 160px;
  grid-area: bannerZone;
  position: relative;
  margin-left: 10px;
  order: 3;
}
._fs--wide .container__bannerZone {
  width: 300px;
}
.container__fsbody {
  display: flex;
  flex-flow: column nowrap;
}
.container__fsbody #fscon {
  order: -1;
}
@media only screen and (max-width: 999px) {
  .responsive .container__bannerZone {
    display: none;
  }
  .responsive .container__mainInner {
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }
}
@media only screen and (max-width: 1139px) {
  .responsive._fs--wide .container__bannerZone {
    display: none;
  }
  .responsive._fs--wide .container__mainInner {
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }
}
@media only screen and (max-width: 799px) {
  .responsive .container .playoff-scroll-buttons {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .responsive .container__content {
    padding: 0 0 10px;
  }
  .responsive .container__myMenu {
    display: none;
    position: absolute;
    flex-flow: column nowrap;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
  }
  .responsive .container__liveTableWrapper--hidden {
    display: none;
  }
  .responsive .container__mainInner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .responsive._fs--wide .container__mainInner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

.upcomingDraw {
  color: #656565;
  padding: 8px 10px;
}
.upcomingDraw__row {
  display: flex;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 0;
}
.upcomingDraw__icon {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url(../../res/_fs/build/trophy.f265027.svg) no-repeat center;
}
.upcomingDraw__name {
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .upcomingDraw {
    padding: 8px 0;
  }
}

#last-matches,
.career-table-new,
#player-transfers,
#player-injury-history,
.match-record-table {
  margin-bottom: 10px;
}
#block-summary-match-record {
  margin-top: 10px;
}
.teamHeader {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.teamHeader__info {
  display: flex;
  align-content: center;
}
.teamHeader__information {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 12px;
}
.teamHeader__name {
  display: flex;
  order: 1;
}
.teamHeader__text {
  display: flex;
  order: 2;
}
.teamHeader__infoPlayer {
  display: flex;
  order: 2;
  flex-direction: column;
  margin: 10px 0 0 0;
}
.teamHeader__logo {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: no-repeat center / 72px 72px;
}
.teamHeader__logo a div {
  width: 82px;
  height: 82px;
  background: no-repeat center / 72px 72px;
}
.teamHeader__info--player-country {
  display: none;
}
.teamHeader__info--player-birthdate {
  order: 3;
}
.teamHeader__info--player-type-name {
  order: 2;
  margin: 0 0 2px 0;
}
.teamHeader__info--player-rank {
  order: 2;
  margin: 0 0 2px 0;
}
.tournamentHeader {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.tournamentHeader__logo {
  width: 82px;
  height: 82px;
  background: no-repeat center / 76px auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.tournamentHeader__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 12px;
  line-height: 1.57;
}
.tournamentHeader__info--heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #353535;
}
.tournamentHeader__info--year {
  font-size: 14px;
  color: #656565;
}
.tableNote {
  margin: 12px 12px 0;
}
.profileTable {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.profileTable__matchTable--desktop {
  display: block;
}
.profileTable__matchTable--mobile {
  display: none;
}
.profileTable__careerTable--desktop {
  display: block;
}
.profileTable__careerTable--mobile {
  display: none;
}
.profileTable__transfers--desktop {
  display: block;
}
.profileTable__transfers--mobile {
  display: none;
  flex-direction: column;
}
.profileTable__list {
  overflow-x: auto;
  border-bottom: solid 4px var(--color-sport-secondary-body);
}
.profileTable__tabs {
  overflow-y: hidden;
}
.profileTable__tabs,
.profileTable__tabsList {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.profileTable__tabsItem {
  display: flex;
  padding: 8px 0;
  margin: 0 2px 0 0;
  font-size: 11px;
  line-height: 1.09;
  background-color: #E7E7E7;
  white-space: nowrap;
}
.profileTable__tabsItem a {
  padding: 8px 10px;
  color: #656565;
  text-decoration: none;
}
.profileTable__tabsItem a:hover {
  text-decoration: none;
}
.profileTable__tabsItem--selected {
  font-weight: bold;
  color: #FFFFFF;
  background-color: var(--color-sport-secondary-body);
}
.profileTable__tabsItem--selected a {
  color: #FFFFFF;
}
.profileTable__tabsItem--ranking {
  padding: 0;
}
.profileTable__tabsItem--nolink {
  padding: 8px 10px !important;
}
@media (hover: hover) {
  .profileTable__tabsItem--hover:hover {
    background-color: #D9D9D9;
  }
}
.profileTable__tabsList {
  padding: 4px 0 0 2px;
  background-color: var(--color-sport-secondary-body);
}
.profileTable__tabsList--squad {
  padding: 0 0 4px 2px;
}
.profileTable__tabsListItem {
  flex: 0 0 auto;
  margin: 0 0 0 2px;
  display: flex;
  flex-flow: row nowrap;
  padding: 8px 10px;
  opacity: 0.7;
  cursor: pointer;
}
.profileTable__tabsListItem--nolink {
  padding: 0;
}
.profileTable__tabsListItem--nolink a {
  padding: 8px 10px;
}
.profileTable__tabsListItem--nolink a:hover {
  text-decoration: none;
}
.profileTable__tabsListItem--selected {
  font-weight: bold;
  opacity: 1;
}
.profileTable__tabsListItem a {
  font-size: 11px;
  line-height: 1.09;
  color: #FFFFFF;
  text-decoration: none;
}
.profileTable__tabsListItem a:hover {
  text-decoration: none;
}
.profileTable__row {
  display: flex;
  flex: 1;
  align-items: stretch;
  min-width: 100%;
  min-height: 28px;
  font-size: 11px;
  color: #656565;
  box-sizing: border-box;
  border-bottom: solid 1px #D2D2D2;
}
.profileTable__row--main {
  background-color: #E7E7E7;
  justify-content: flex-end;
}
.profileTable__row--between {
  justify-content: space-between;
}
.profileTable__row--padding {
  padding: 0 0 0 12px;
  align-items: center;
}
.profileTable__row--start {
  justify-content: flex-start;
}
.profileTable__row--last {
  justify-content: center;
  align-items: center;
}
.profileTable__row--last a {
  text-decoration: underline;
  cursor: pointer;
}
.profileTable__row--last a:hover {
  text-decoration: none;
}
.profileTable__row--hide {
  display: none;
}
.profileTable__row--open {
  display: flex;
}
.profileTable__row--hover:hover {
  cursor: pointer;
}
@media (hover: hover) {
  .profileTable__row--hover:hover {
    background-color: #F3F3F3;
  }
}
@media (hover: hover) {
  .profileTable__row--background:hover {
    background-color: #F3F3F3;
  }
}
.profileTable__row--wrapper {
  width: 100%;
}
.profileTable__row--transferText {
  justify-content: center;
  align-items: center;
}
.profileTable__row--teams .leagueTable__teams {
  flex: 0 1 auto;
}
.iconRank {
  margin: 0 8px 0 3px;
}
.rankingTable {
  margin: 0 auto;
  font-size: 11px;
}
.rankingTable__menu {
  margin: 0;
}
@media (hover: hover) {
  .rankingTable__content .rankingTable__row:hover {
    background-color: #f3f3f3;
  }
}
.rankingTable__table {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.rankingTable__mainRow {
  min-height: 25px;
  line-height: 25px;
  font-weight: bold;
  background-color: #f0f0f0;
}
.rankingTable__submainRow,
.rankingTable__row {
  display: flex;
  flex: 0 0 100%;
  min-height: 28px;
  justify-content: flex-start;
  box-sizing: border-box;
  border-bottom: solid 1px #D2D2D2;
}
.rankingTable__submainRow {
  color: #b0b0b0;
}
.rankingTable__row--noresult {
  display: flex;
  align-items: center;
  padding: 0 0 0 12px;
}
.rankingTable__row:hover {
  cursor: hand;
}
@media (hover: hover) {
  .rankingTable__row:hover {
    background-color: #F3F3F3;
  }
}
.rankingTable__league {
  padding: 0 0 0 10px;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.rankingTable__rankingIcon {
  background-repeat: no-repeat;
  background-position: 5px center;
}
.rankingTable__rankingIcon--up {
  background-image: url('/res/image/live_icons/odds-up.svg');
}
.rankingTable__rankingIcon--down {
  background-image: url('/res/image/live_icons/odds-down.svg');
}
.rankingTable .rank-column-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding: 0 0 0 10px;
}
.rankingTable .rank-player-container,
.rankingTable .rank-nationality-container {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.rankingTable .rank-column-player,
.rankingTable .rank-column-nationality {
  display: flex;
  flex-direction: column;
  width: 150px;
  flex: 1 0 auto;
  align-items: flex-start;
  justify-content: center;
  padding: 3px 0;
  margin: 0 0 0 12px;
  text-align: left;
  overflow: hidden;
}
.rankingTable .rank-column-team {
  display: flex;
  width: 150px;
  flex: 1 0 auto;
  align-items: center;
  margin: 0 0 0 12px;
  padding: 3px 0;
  text-align: left;
  overflow: hidden;
}
.rankingTable .rank-column-points,
.rankingTable .rank-column-tournaments {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  text-align: center;
}
.rankingTable__nolink {
  text-decoration: none !important;
  cursor: auto;
}
.filterBoxFlashscore {
  display: flex;
  justify-content: flex-start;
  padding: 3px 0 6px 8px;
  background-color: var(--color-sport-secondary-body);
}
.filterBoxFlashscore__container,
.filterBoxFlashscore__select {
  height: 26px;
  width: 210px !important;
  margin-right: 8px;
}
.filterBoxFlashscore__container {
  position: relative;
}
.filterBoxFlashscore__finder,
.filterBoxFlashscore__selectBox {
  font-size: 11px;
}
.filterBoxFlashscore__finder {
  width: 100%;
  height: 26px;
  padding-left: 30px;
  color: #656565;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.filterBoxFlashscore__finderIcon {
  position: absolute;
  top: 5px;
  left: 7px;
  background: transparent url('/res/image/live_icons/search.svg') no-repeat center / 16px 16px;
  width: 16px;
  height: 16px;
}
.filterBoxFlashscore__arrowIcon {
  position: absolute;
  top: 9px;
  right: 4px;
  background: transparent url('/res/image/live_icons/rank_arrow.svg') no-repeat center / 9px 6px;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.filterBoxFlashscore__select {
  position: relative;
  display: flex;
}
.filterBoxFlashscore__selectBox {
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 26px;
  padding-left: 5px;
  background-color: #FFF;
  border: none;
  z-index: 4;
  cursor: pointer;
}
.filterBoxFlashscore__selectList {
  list-style: none;
  position: absolute;
  top: 26px;
  right: 0;
  width: 100% !important;
  max-height: 280px;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: #FFF;
  border: none;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.filterBoxFlashscore__selectItem {
  padding: 4px 0 4px 5px;
  cursor: pointer;
}
@media (hover: hover) {
  .filterBoxFlashscore__selectItem:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 999px) {
  .rankingTable__submainRow,
  .rankingTable__row {
    min-height: 36px;
  }
}
@media only screen and (max-width: 826px) {
  #national-team-table .playerTable__teamMobile,
  #international-cups-table .playerTable__teamMobile {
    display: none;
  }
  #nacional-cup-table .playerTable__team--none,
  #international-cups-table .playerTable__team--none,
  #national-team-table .playerTable__team--none {
    display: none;
  }
  .profileTable__matchTable--desktop {
    display: none;
  }
  .profileTable__matchTable--mobile {
    display: block;
  }
  .profileTable__careerTable--desktop {
    display: none;
  }
  .profileTable__careerTable--mobile {
    display: block;
  }
  .profileTable__transfers--desktop {
    display: none;
  }
  .profileTable__transfers--mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .profileTable__tabsItem {
    padding: 12px 0;
  }
  .profileTable__tabsItem a {
    padding: 12px 10px;
  }
  .profileTable__tabsItem--nolink {
    padding: 8px 10px;
  }
  .profileTable__tabsItem--ranking {
    padding: 0;
  }
  .profileTable__tabsList {
    padding: 4px 0 0 2px;
  }
  .profileTable__tabsList--squad {
    padding: 0 0 4px 2px;
  }
  .profileTable__tabsList--squad .profileTable__tabsListItem--nolink {
    padding: 0;
  }
  .profileTable__tabsListItem {
    padding: 12px 10px;
  }
  .profileTable__tabsListItem--nolink a {
    padding: 12px 10px;
  }
  .profileTable__row {
    min-height: 36px;
  }
  .profileTable__row--leagueHeading {
    background-color: #E7E7E7;
  }
  .profileTable__row--leagueHeading--selected {
    background-color: #FFE1AF;
  }
  .profileTable__row--transfersRow {
    display: none;
  }
  .profileTable__row--match {
    height: 48px;
  }
  .profileTable__row--mobile {
    display: none;
  }
  .profileTable__row--openSet .playerTable__teamMobile {
    display: none;
  }
  .profileTable__row--last {
    height: 32px;
  }
  .profileTable__row--transfer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .profileTable__row--tennis {
    flex: 1 0 auto;
  }
  .profileTable__row--transferMobile {
    justify-content: center;
  }
  .profileTable__list {
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    z-index: 5;
  }
  .rankingTable__menu {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 3;
  }
  .rankingTable__league {
    position: sticky;
    position: -webkit-sticky;
    top: 106px;
    z-index: 2;
  }
  .rankingTable .rank-column-rank {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    box-sizing: border-box;
    box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    z-index: 1;
  }
  .rankingTable .rank-column-nationality,
  .rankingTable .rank-column-team {
    display: none;
  }
  .filterBoxFlashscore {
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    padding: 3px 8px 6px;
    flex-wrap: wrap;
    z-index: 3;
  }
  .filterBoxFlashscore__container,
  .filterBoxFlashscore__select {
    flex: 0 0 100%;
    margin: 0;
  }
  .filterBoxFlashscore__select {
    margin: 6px 0 0 0;
  }
  .filterBoxFlashscore__selectList {
    position: absolute;
    top: 26px;
    min-width: calc(100% - 16px) !important;
  }
  .filterBoxFlashscore__selectItem {
    padding: 8px 0 8px 10px;
  }
}
@media only screen and (max-width: 639px) {
  .teamHeader {
    padding: 10px 10px;
  }
  .teamHeader__name {
    order: 1;
  }
  .teamHeader__infoPlayer {
    margin: 4px 0 0 0;
  }
  .teamHeader__text {
    order: 2;
  }
  .teamHeader__logo {
    width: 52px;
    height: 52px;
    background: no-repeat center / 42px 42px;
  }
  .teamHeader__logo a div {
    width: 52px;
    height: 52px;
    background: no-repeat center / 42px 42px;
  }
  .tournamentHeader {
    padding: 10px;
  }
  .tournament__link {
    margin-left: 12px;
  }
}

.leagueTable__teamLogo {
  margin: 0 11px 0 0;
  width: 15px;
  height: 15px;
}
.leagueTable__nologo {
  background: url("/res/_fs/image/empty-logo-team-small.png") no-repeat 0 0 !important;
}
.leagueTable__toMyTeam {
  margin: 0 11px 0 0;
  width: 14px;
  height: 14px;
}
.leagueTable__season,
.leagueTable__winner {
  overflow: hidden;
  white-space: nowrap;
}
.leagueTable__seasonName {
  overflow: hidden;
  text-overflow: ellipsis;
}
.leagueTable__teams {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.leagueTable__teamName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leagueTable__season {
  display: flex;
  flex: 1;
  align-items: center;
}
.leagueTable__season--heading {
  font-weight: bold;
}
.leagueTable__winner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 0 2px 12px;
}
.leagueTable__winner--heading {
  font-weight: bold;
}
.leagueTable__winnerBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
}
@media only screen and (max-width: 826px) {
  .leagueTable__teams {
    justify-content: space-between;
  }
}

.playerTable__icons {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.playerTable__icons--soccer {
  flex: 0 0 200px;
}
.playerTable__icons--hockey {
  flex: 0 0 200px;
}
.playerTable__icons--matches {
  flex: 0 0 150px;
}
.playerTable__icons--squad {
  flex: 0 0 250px;
}
.playerTable__sportIcon {
  display: flex;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
}
.playerTable__sportIcon--matches {
  flex: 0 0 28px;
}
.playerTable__sportIcon--grey {
  color: #B0B0B0;
}
.playerTable__showArrow {
  justify-self: flex-end;
  flex: 0 0 20px;
  min-height: 28px;
  background: url('/res/image/live_icons/arrow_down.svg') no-repeat center / 12px 12px;
}
.playerTable__showArrow--up {
  background: url('/res/image/live_icons/arrow_up.svg') no-repeat center / 12px 12px;
}
.playerTable__date {
  display: flex;
  flex: 0 0 70px;
  align-items: center;
  justify-content: center;
}
.playerTable__division {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 70px;
  margin: 0 0 0 12px;
}
.playerTable__absenceInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 112px;
}
.playerTable__absenceIcon {
  margin: 0 5px 0 0;
}
.playerTable__icon {
  flex: 0 0 18px;
  width: 17px;
  height: 17px;
  margin: auto 5px;
  background-image: url('/res/image/standings/form.de-at.png');
}
.playerTable__icon--d {
  background-position: 0 -200px;
}
.playerTable__icon--d:hover {
  background-position: 0 -350px;
}
.playerTable__icon--w {
  background-position: 0 -150px;
}
.playerTable__icon--w:hover {
  background-position: 0 -300px;
}
.playerTable__icon--l {
  background-position: 0 -250px;
}
.playerTable__icon--l:hover {
  background-position: 0 -400px;
}
.playerTable__icon--dw {
  background-position: 0 -450px;
}
.playerTable__icon--dw:hover {
  background-position: 0 -550px;
}
.playerTable__icon--dl {
  background-position: 0 -500px;
}
.playerTable__icon--dl:hover {
  background-position: 0 -600px;
}
.playerTable__info {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.playerTable__team {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  overflow: hidden;
}
.playerTable__team--teamLogo {
  flex: 0 0 16px;
  margin: 0 8px 0 0;
  height: 16px;
  background: no-repeat center / 16px 16px;
}
.playerTable__team--teamName {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__team--win {
  font-weight: bold;
}
.playerTable__team .playerTable__showArrow {
  display: none;
}
.playerTable__teamMobile {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 12px;
  overflow: hidden;
}
.playerTable__teamMobileBlock {
  display: flex;
  align-items: center;
}
.playerTable__teamMobileBlock--info {
  flex: 1;
  overflow: hidden;
}
.playerTable__teamMobileBlock--arrow {
  flex: 0 0 20px;
}
.playerTable__country {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 28px;
  padding: 0 0 0 12px;
  overflow: hidden;
}
.playerTable__country--countryName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playerTable__country--border {
  min-height: 27px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.playerTable__country--padding {
  margin: 0 0 0 26px;
}
.playerTable__country--click {
  cursor: pointer;
}
.playerTable__countryName {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.playerTable__result {
  display: flex;
  flex: 0 0 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.playerTable__result--full {
  margin: 0 0 2px 0;
  font-weight: bold;
}
.playerTable__result--notFull {
  margin: 2px 0 0 0;
}
.playerTable__sportIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.playerTable__sportIcon--matches {
  flex: 0 0 28px;
}
.playerTable__sportIcon--grey {
  color: #B0B0B0;
}
.playerTable__sportIcon--goal {
  background-color: #FFCE99;
}
.playerTable__sportIcon--yellow-card {
  background-color: #F5DC00;
}
.playerTable__sportIcon--red-card {
  color: #FFFFFF;
  background-color: #DF1A22;
}
.playerTable__sportIcon--age {
  flex: 0 0 50px;
  text-align: center;
}
.playerTable__sportIcon--icon {
  width: 16px;
  height: 16px;
  background: url(../../res/_fs/build/incident-sprite.cd32e84.svg);
  background-repeat: no-repeat;
}
.playerTable__sportIcon--iconYersey {
  background-position: -288px -32px;
}
.playerTable__sportIcon--iconFootball {
  background-position: -16px 0px;
}
.playerTable__sportIcon--iconYellowCard {
  background-position: 0px 0px;
}
.playerTable__sportIcon--iconRedCard {
  background-position: 0px -16px;
}
.playerTable__matchDate {
  margin: 0 5px 0 0;
}
.playerTable__type {
  flex: 0 0 120px;
  margin: auto 0 auto 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.playerTable__from,
.playerTable__to {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 70px;
}
.playerTable__injury {
  display: flex;
  flex: 1 0 140px;
  align-items: center;
  margin: 0 0 0 12px;
  padding: 0 12px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.playerTable__season {
  display: flex;
  min-width: 65px;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 12px;
}
.playerTable__season--selected {
  background-color: #E7E7E7;
}
.playerTable__rank,
.playerTable__titles,
.playerTable__all-matches,
.playerTable__hard,
.playerTable__clay,
.playerTable__grass {
  display: flex;
  align-items: center;
  justify-content: center;
}
.playerTable__rank {
  min-width: 70px;
}
.playerTable__titles {
  min-width: 60px;
}
.playerTable__all-matches {
  min-width: 100px;
}
.playerTable__hard {
  min-width: 80px;
}
.playerTable__clay {
  min-width: 80px;
}
.playerTable__grass {
  min-width: 80px;
}
.playerTable__year {
  flex: 1 0 auto;
  padding-left: 12px;
  align-self: center;
}
.playerTable__tournament {
  flex: 3;
  width: 110px;
  padding-left: 12px;
}
.playerTable__surface {
  flex: 0 0 150px;
  margin: 0 0 0 12px;
  min-width: 90px;
}
.playerTable__tournament,
.playerTable__surface {
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__prize-money {
  align-self: center;
  flex: 0 0 150px;
  margin: 0 0 0 12px;
}
.match__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 826px) {
  #nacional-cup-table .playerTable__country,
  #international-cups-table .playerTable__country,
  #national-team-table .playerTable__country {
    display: flex;
  }
  .playerTable__leagueInfo {
    display: flex;
    align-items: center;
  }
  .playerTable__leagueAddTo {
    display: none;
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px;
  }
  .playerTable__leagueFlag {
    margin: 0 0 0 8px;
  }
  .playerTable__leagueInformation {
    display: flex;
    flex-direction: column;
  }
  .playerTable__leagueInformation--name {
    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #656565;
  }
  .playerTable__leagueInformation--country {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #656565;
    opacity: 0.6;
  }
  .playerTable__leagueStats {
    width: 18px;
    height: 20px;
    margin: 0 8px 0 0;
  }
  .playerTable__season {
    justify-content: center;
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    min-height: 36px;
    text-align: center;
    box-sizing: border-box;
    background-color: #E7E7E7;
    box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.08);
    z-index: 2;
  }
  .playerTable__season--selected {
    background-color: #E7E7E7;
  }
  .playerTable__season--mobile {
    background-color: #FFFFFF;
  }
  .playerTable__result {
    flex: 0 0 20px;
  }
  .playerTable__matchDate {
    display: flex;
    flex: 0 0 60px;
    justify-content: center;
  }
  .playerTable__info {
    justify-content: flex-start;
  }
  .playerTable__country {
    display: none;
  }
  .playerTable__country--border {
    display: flex;
    min-height: 36px;
    padding: 0 0 0 26px;
  }
  .playerTable__country--padding {
    margin: 0 0 0 12px;
  }
  .playerTable__teamContainer {
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .playerTable__teamContainer--team {
    margin: 3px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .playerTable__icons {
    flex: 0 0 160px;
  }
  .playerTable__icons--soccer {
    flex: 0 0 128px;
  }
  .playerTable__icons--hockey {
    flex: 0 0 128px;
  }
  .playerTable__icons--squad {
    flex: 0 0 160px;
  }
  .playerTable__sportIcon {
    flex: 0 0 32px;
  }
  .playerTable__sportIcon--hockey {
    flex: 0 0 32px;
  }
  .playerTable__showArrow {
    background: url('/res/image/live_icons/arrow_down.svg') no-repeat center / 8px 8px;
  }
  .playerTable__showArrow--up {
    background: url('/res/image/live_icons/arrow_up.svg') no-repeat center / 8px 8px;
  }
  .playerTable__eventInfo {
    display: flex;
    flex: 0 0 200px;
    justify-content: flex-end;
    align-items: center;
  }
  .playerTable__events {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin: 0 6px 0 0;
  }
  .playerTable__events--grey {
    display: none !important;
  }
  .playerTable__events--minutes-played {
    order: 1;
    z-index: 4;
    background-image: none !important;
  }
  .playerTable__events--goal {
    order: 2;
    background-position: -16px 0px;
    z-index: 3;
  }
  .playerTable__events--yellow-card {
    order: 3;
    background-position: 0px 0px;
    z-index: 2;
  }
  .playerTable__events--red-card {
    order: 4;
    background-position: 0px -16px;
    z-index: 1;
  }
  .playerTable__eventsIcons {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
    width: 13px;
    height: 23px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
  }
  .playerTable__eventsIcons--icon {
    padding: 8px;
    background-image: url(../../res/_fs/build/incident-sprite.cd32e84.svg);
    background-repeat: no-repeat;
  }
  .playerTable__upEvents {
    display: flex;
    flex: 0 0 12px;
    align-items: center;
    justify-content: center;
    margin: -17px -18px 0 3px;
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: #FFFFFF;
    background-color: #CC0000;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .playerTable__upEvents--minutes-played {
    display: none;
  }
  .playerTable__upEvents--goal--1 {
    display: none;
  }
  .playerTable__upEvents--yellow-card {
    display: none;
  }
  .playerTable__upEvents--red-card {
    display: none;
  }
  .playerTable__insideEvents {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #656565;
  }
  .playerTable__insideEvents--goal {
    display: none;
  }
  .playerTable__insideEvents--yellow-card {
    display: none;
  }
  .playerTable__insideEvents--red-card {
    display: none;
  }
  .playerTable__absenceText {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
    font-size: 10px;
    color: #656565;
  }
  .playerTable__icon {
    margin: 0 8px 0 0;
  }
  .playerTable__result {
    min-width: auto;
    margin: 0 6px 0 0;
  }
  .playerTable__result div {
    margin: 3px 0;
    font-weight: bold;
  }
  .playerTable__team {
    margin: 0;
  }
  .playerTable__team--teamName {
    margin: 0 0 0 2px;
  }
  .playerTable__team .playerTable__showArrow {
    display: flex;
  }
  .playerTable__transferTeams {
    display: flex;
    align-items: center;
  }
  .playerTable__transferTeams--team {
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .playerTable__transferTeams--icon {
    min-width: 30px;
    height: 9px;
    background: url('/res/image/live_icons/transfer.svg') no-repeat center / 11px 9px;
  }
  .playerTable__transferTeams--teamLogo {
    flex: 0 0 16px;
    height: 16px;
    margin: 0 8px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }
  .playerTable__transferTeams--teamName {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .playerTable__transferInfo {
    display: flex;
    margin: 6px 0 0 0;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
  }
  .playerTable__transferInfo--type {
    color: #656565;
  }
  .playerTable__transferInfo--date {
    color: #A3A3A3;
  }
  .playerTable__from,
  .playerTable__to {
    min-width: 70px;
  }
  .playerTable__injury {
    min-width: 150px;
  }
  .playerTable__tournament,
  .playerTable__surface,
  .playerTable__prize-money {
    flex: 1;
  }
}

.profileTable__row--transferMobile {
  display: none;
}
.tableTeam__squadInfo {
  display: flex;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.tableTeam__squadHeading {
  display: flex;
  flex: 1 0 auto;
}
.tableTeam__squadNumber {
  min-width: 30px;
  text-align: center;
  align-self: center;
}
.tableTeam__squadName {
  display: flex;
  align-items: center;
  margin: 0 0 0 12px;
  overflow: hidden;
}
.tableTeam__squadName--playerName {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playerTable__transferSeason {
  width: 90px;
  text-align: center;
  align-self: center;
}
.playerTable__transferCountry {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferCountry--highlighted {
  font-weight: bold;
}
.playerTable__transferTeam {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferType {
  display: flex;
  flex: 1;
  align-items: center;
}
.playerTable__transferIcon {
  margin: 0 8px 0 0;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 10px;
}
.playerTable__transferIcon--out {
  background-image: url("/res/image/live_icons/transfer_away.svg");
}
.playerTable__transferIcon--in {
  background-image: url("/res/image/live_icons/transfer_in.svg");
}
.playerTable__transferTeam--logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 826px) {
  .transferTeamTable {
    width: 100%;
  }
  .profileTable__row--transferDesktop {
    display: none;
  }
  .profileTable__row--transferMobile {
    display: flex;
    justify-content: center;
  }
}

.teamNews {
  padding: 10px;
  cursor: pointer;
}
.teamNews:hover {
  background-color: #EAF7E7;
}
.teamNews:hover a {
  text-decoration: none;
}
.teamNews a {
  text-decoration: none;
}
.teamNews__container {
  display: flex;
  align-items: flex-start;
}
.teamNews__image {
  flex: 1 0 auto;
  width: 75px;
  min-height: 45px;
  margin-right: 10px;
  background: url(../../res/_fs/build/team_news_default.04bc589.png) no-repeat center / 75px auto;
}
.teamNews__heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.teamNews__text {
  margin-bottom: 5px;
}
.teamNews__source {
  display: flex;
  align-items: center;
  color: #B0B0B0;
}
.teamNews__resource {
  margin-right: 10px;
  font-weight: bolder;
  color: #656565;
}
.teamNews__noNews {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.loading #live-table {
  position: relative;
}
.loadingAnimation {
  display: flex;
  flex-flow: column nowrap;
  width: 140px;
  height: 105px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  margin-top: 100px;
  left: calc(50% - 75px);
  margin-left: -11ex;
  text-align: center;
  background: #ffffff;
  line-height: 46px;
}
.loadingAnimation__text {
  padding: 52px 0 0 0;
  background: url(/res/_fs/image/fs-loading.gif) no-repeat;
  background-size: 30%;
  background-position: 50% 25px;
  font-size: 11px;
  color: rgba(101, 101, 101, 0.5);
}
.loading .loadingAnimation {
  display: flex;
}
.loadingOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.loading .loadingOverlay {
  display: flex;
}

.advertise-page-it .advertiseFormats {
  display: none;
}
.advertise-page-it .advertiseIcons {
  display: none;
}
.adsenvelope {
  display: none;
}
._fs--wide .advertiseIcons__info {
  width: 280px;
}
.advertisePage {
  font-family: 'PFDinDisplayPro';
  box-sizing: border-box;
}
.advertiseHeading {
  display: flex;
  padding: 0 80px;
  background-image: url(../../res/_fs/build/livesport_banner.792d421.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom;
  background-size: 480px 428px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.advertiseHeading__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.advertiseHeading__heading {
  max-width: 500px;
  margin: 110px 0 12px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #2D2D2D;
}
.advertiseHeading__info {
  max-width: 480px;
  margin: 0 0 16px 0;
  font-size: 18px;
  color: #2D2D2D;
}
.advertiseHeading__button {
  max-width: 480px;
  margin: 0 0 128px 0;
  padding: 15px 74px;
  background-color: #167E00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}
.advertiseHeading__button:hover {
  background-color: #336914;
}
.advertiseIcons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 48px 66px 34px;
  background-color: #F0F0F0;
}
.advertiseIcons__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertiseIcons__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.advertiseIcons__icon--1 {
  background: #FFF url(../../res/_fs/build/livesport_livesport.c4be920.svg) no-repeat center / 96px 96px;
}
.advertiseIcons__icon--2 {
  background: #FFF url(../../res/_fs/build/livesport_group.3d4275b.svg) no-repeat center / 56px 40px;
}
.advertiseIcons__icon--3 {
  background: #FFF url(../../res/_fs/build/livesport_man.5baa3ee.svg) no-repeat center / 53px 39px;
}
.advertiseIcons__icon--4 {
  background: #FFF url(../../res/_fs/build/livesport_rest.fa06edd.svg) no-repeat center / 32px 42px;
}
.advertiseIcons__icon--5 {
  background: #FFF url(../../res/_fs/build/livesport_time.aaf3243.svg) no-repeat center / 36px 45px;
}
.advertiseIcons__icon--6 {
  background: #FFF url(../../res/_fs/build/livesport_wifi.f96f14a.svg) no-repeat center / 48px 35px;
}
.advertiseIcons__info {
  width: 220px;
  margin: 18px auto 27px;
  font-size: 16px;
  text-align: center;
  color: #2D2D2D;
}
.advertiseFormats {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 70px 48px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.advertiseFormats__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #2D2D2D;
}
.advertiseFormats__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px 0 0;
}
.advertiseFormats__block {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertiseFormats__option {
  width: 94px;
  height: 70px;
  margin: 0 0 12px 0;
  background-repeat: no-repeat;
  background-size: 94px 64px;
  background-position: center;
}
.advertiseFormats__option--1 {
  background-image: url(../../res/_fs/build/01.df443be.svg);
}
.advertiseFormats__option--2 {
  background-image: url(../../res/_fs/build/02.0288a7e.svg);
}
.advertiseFormats__option--3 {
  background-image: url(../../res/_fs/build/03.e8c292f.svg);
}
.advertiseFormats__option--4 {
  background-image: url(../../res/_fs/build/04.bd29939.svg);
}
.advertiseFormats__option--5 {
  background-image: url(../../res/_fs/build/05.e8f1c48.svg);
}
.advertiseFormats__option--6 {
  width: 44px;
  height: 70px;
  background-image: url(../../res/_fs/build/06.09b5211.svg);
  background-size: 44px 70px;
}
.advertiseFormats__info {
  width: 98px;
  margin: 0 auto 4px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #2D2D2D;
}
.advertiseFormats__resolution {
  font-size: 16px;
  color: #656565;
}
.advertiseFormats__message {
  margin: 24px auto 0;
  padding: 12px 60px;
  font-size: 14px;
  text-align: center;
  color: #808080;
  background-color: #F0F0F0;
  border-radius: 8px;
  box-sizing: border-box;
}
.advertiseForm {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 20px;
}
.advertiseForm__heading {
  margin: 40px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #2D2D2D;
  box-sizing: border-box;
}
.advertiseForm__formText {
  width: 480px;
  margin: 15px auto 0;
  font-size: 18px;
  text-align: center;
  color: #2D2D2D;
}
.advertiseForm__info {
  margin: 16px auto 32px;
  width: 560px;
  font-size: 18px;
  text-align: center;
  color: #2D2D2D;
}
.advertiseForm__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertiseForm__input {
  font-family: PFDINDisplayPro;
  width: 600px;
  margin: 16px 0 0;
  padding: 16px 20px;
  font-size: 16px;
  box-sizing: border-box;
  border: solid 1px #E1E1E1;
  color: #2D2D2D;
}
.advertiseForm__input::placeholder {
  color: #B0B0B0;
}
.advertiseForm textarea {
  height: 176px;
  resize: none;
}
.advertiseForm input[type="text"],
.advertiseForm input[type="email"] {
  height: 48px;
}
.advertiseForm__submitInfo {
  display: flex;
  align-items: center;
  width: 600px;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.advertiseForm__submitCheckbox {
  width: 13px;
  height: 13px;
  margin: 0 16px 0 0 !important;
}
.advertiseForm__submitText {
  font-size: 14px;
  color: #808080;
}
.advertiseForm__submit {
  margin: 16px auto 0 !important;
  padding: 15px 100px;
  font-family: PFDINDisplayPro;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #167E00;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.advertiseForm__submit:hover {
  background-color: #336914;
}
@media only screen and (max-width: 999px) {
  .advertisePage {
    width: 100%;
  }
  .advertiseHeading {
    flex-direction: column;
    padding: 0 15px;
    background-position: bottom -20px center;
    background-size: 290px 265px;
  }
  .advertiseHeading__information {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advertiseHeading__heading {
    margin: 40px 0 16px 0;
    font-size: 24px;
    text-align: center;
  }
  .advertiseHeading__info {
    text-align: center;
  }
  .advertiseHeading__button {
    width: 290px;
    margin: 0 0 280px 0;
    padding: 15px 0;
  }
  .advertiseIcons {
    margin: 0;
    padding: 32px 15px 34px;
  }
  .advertiseIcons__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 33%;
    margin: 0 0 16px 0;
  }
  .advertiseIcons__icon {
    width: 72px;
    height: 72px;
  }
  .advertiseIcons__icon--1 {
    background-size: 72px 72px;
  }
  .advertiseIcons__icon--2 {
    background-size: 42px 30px;
  }
  .advertiseIcons__icon--3 {
    background-size: 39px 29px;
  }
  .advertiseIcons__icon--4 {
    background-size: 24px 32px;
  }
  .advertiseIcons__icon--5 {
    background-size: 27px 34px;
  }
  .advertiseIcons__icon--6 {
    background-size: 36px 26px;
  }
  .advertiseIcons__info {
    width: 136px;
    margin: 10px auto 34px;
  }
  .advertiseFormats {
    margin: 0;
    padding: 32px 15px 32px;
  }
  .advertiseFormats__heading {
    width: 290px;
  }
  .advertiseFormats__block {
    flex-basis: 33%;
    margin: 0 0 16px 0;
  }
  .advertiseFormats__images {
    flex-flow: row wrap;
    margin: 32px 0 0;
  }
  .advertiseFormats__info {
    width: 120px;
  }
  .advertiseFormats__message {
    width: 100%;
    max-width: 600px;
    margin: 32px auto 0;
    padding: 12px 24px;
  }
  .advertiseForm {
    max-width: 600px;
    width: calc(100% - 32px);
    padding: 10px 0 40px;
    box-sizing: border-box;
  }
  .advertiseForm__heading {
    width: 400px;
    margin: 30px auto 0;
  }
  .advertiseForm__formText {
    width: 400px;
  }
  .advertiseForm__info {
    width: 290px;
  }
  .advertiseForm__input {
    width: 100%;
    max-width: 600px;
  }
  .advertiseForm textarea {
    height: 256px;
  }
  .advertiseForm__submitInfo {
    width: 100%;
    max-width: 600px;
    padding: 8px 20px;
  }
  .advertiseForm__submitCheckbox {
    width: 18px;
    height: 18px;
  }
  .advertiseForm__submit {
    margin: 24px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  .advertiseIcons__block {
    flex-basis: 50%;
  }
  .advertiseFormats__block {
    flex-basis: 50%;
  }
  .advertiseFormats__message {
    width: 290px;
    margin: 32px auto 0;
    padding: 12px 24px;
    box-sizing: border-box;
  }
  .advertiseForm__heading {
    width: 290px;
  }
  .advertiseForm__formText {
    width: 290px;
  }
  .advertiseForm__submit {
    width: 288px;
    padding: 15px 40px;
    box-sizing: border-box;
  }
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Normal.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Tiny.woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
.contact-page .container__liveTableWrapper,
.advertise-page .container__liveTableWrapper {
  width: 100% !important;
}
.contact-page .container__bannerZone,
.advertise-page .container__bannerZone,
.contact-page .container__myMenu,
.advertise-page .container__myMenu,
.contact-page .extraContent,
.advertise-page .extraContent {
  display: none;
}
.contact-page .container__content,
.advertise-page .container__content {
  padding: 0;
}
.contact-page .container__mainInner,
.advertise-page .container__mainInner {
  flex-direction: column;
  padding-top: 0;
}
.contact-page #control-message,
.advertise-page #control-message,
.contact-page #wait-message,
.advertise-page #wait-message,
.contact-page #message-0,
.advertise-page #message-0,
.contact-page #message-1,
.advertise-page #message-1 {
  font-family: 'PFDinDisplayPro';
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-page #wait-message,
.advertise-page #wait-message {
  margin-top: 20px;
  padding: 15px 40px;
  font-weight: bold;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #FFFEB3 url(../../res/_fs/build/wait-ico.126bdb5.gif) no-repeat 10px 50%;
}
.contact-page #control-message .error,
.advertise-page #control-message .error,
.contact-page #control-message .info,
.advertise-page #control-message .info,
.contact-page #control-message .ok,
.advertise-page #control-message .ok {
  padding: 15px 50px;
  margin: 30px auto 10px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.contact-page #control-message .error,
.advertise-page #control-message .error {
  background-image: url(../../res/_fs/build/icon-message.124f659.gif);
  background-color: #FFEBEB;
  background-position: 10px center;
  color: #FF0000;
  border-color: #FFAFAF;
}
.contact-page #control-message .ok,
.advertise-page #control-message .ok {
  background-image: url(../../res/_fs/build/icon-message.124f659.gif);
  background-color: #CCFFCC;
  background-position: -990px center;
  color: #0d8500;
  border-color: #A4C47B;
}
.contact-page #control-message .info,
.advertise-page #control-message .info {
  padding: 15px;
  margin: 16px auto 0;
  background-color: #EBFCFF;
  color: #278AB8;
  border-color: #00A8FF;
}
.contact-page #control-message .info .message-fs-icon,
.advertise-page #control-message .info .message-fs-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-image: url(../../res/_fs/build/incident-sprite.cd32e84.svg);
  background-position: -238px 2px;
  zoom: 1.3;
  -moz-transform: scale(1.3);
}
.contact-page .message-fs-icon,
.advertise-page .message-fs-icon {
  margin-right: 10px;
}
.contact-page .contact-form-block-detailed-description,
.advertise-page .contact-form-block-detailed-description {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 8px;
}
.advertise-page #wait-message {
  max-width: 600px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  margin-bottom: 20px;
}
.advertise-page #control-message {
  max-width: 600px;
  width: calc(100% - 32px);
}
.advertise-page #control-message #message-0,
.advertise-page #control-message #message-1 {
  width: 100%;
}
.contactHeader {
  display: flex;
  flex-direction: column;
  color: #2D2D2D;
  background-color: #F0F0F0;
}
.contactHeader h2 {
  width: 440px;
  margin: 60px auto 12px !important;
  font-family: PFDINDisplayPro !important;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
.contactHeader p {
  width: 440px;
  margin: 12px auto 60px !important;
  font-family: PFDINDisplayPro !important;
  font-size: 18px;
  text-align: center;
}
.contactHeader p a {
  color: #2D2D2D;
  text-decoration: underline;
}
.contactHeader p a:hover {
  text-decoration: none;
}
.contactWrapper {
  width: 600px;
  margin: 0 auto;
  font-family: PFDINDisplayPro;
}
.contactWrapper__infoQuestion {
  padding: 24px 0 0;
  font-size: 18px;
  color: #2D2D2D;
}
.contactWrapper__informationBlock {
  position: relative;
}
.contactWrapper__information {
  width: 600px;
  padding: 16px 20px;
  margin: 12px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #E1E1E1;
  box-sizing: border-box;
  cursor: pointer;
}
.contactWrapper__infoText {
  margin-right: 10px;
  font-size: 16px;
  color: #B0B0B0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contactWrapper__infoText--selected {
  color: #2D2D2D;
}
.contactWrapper__infoArrow {
  width: 12px;
  height: 6px;
}
.contactWrapper__infoArrow--up {
  background: url(../../res/_fs/build/arrow_up_black.430d91e.svg) no-repeat center / 12px 6px;
}
.contactWrapper__infoArrow--down {
  background: url(../../res/_fs/build/arrow_down_black.54f8c95.svg) no-repeat center / 12px 6px;
}
.contactWrapper__listBox {
  position: absolute;
  top: 58px;
  display: flex;
  flex-direction: column;
  width: 600px;
  padding: 8px 0;
  box-shadow: 2px 6px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.contactWrapper__listItem {
  padding: 8px 20px;
  font-size: 16px;
  color: #2D2D2D;
  box-sizing: border-box;
  cursor: pointer;
}
.contactWrapper__listItem:hover {
  background-color: #F0F0F0;
}
.contactWrapper__input {
  width: 600px;
  padding: 16px 20px;
  font-family: PFDINDisplayPro;
  font-size: 16px;
  color: #2D2D2D;
  box-sizing: border-box;
  border: solid 1px #E1E1E1;
}
.contactWrapper__input::placeholder {
  color: #B0B0B0;
}
.contactWrapper input[type="text"],
.contactWrapper input[type="email"] {
  height: 48px;
  margin: 16px auto 0;
}
.contactWrapper textarea {
  height: 176px;
  margin: 16px auto 0;
  resize: none;
  vertical-align: top;
}
.contactWrapper__acceptInfromation {
  width: 600px;
  display: flex;
  align-items: center;
  margin: 16px auto 0;
  padding: 14px 20px;
  background-color: #F0F0F0;
  border-radius: 8px;
  box-sizing: border-box;
}
.contactWrapper__acceptSentence {
  margin: 0 0 0 16px;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
}
.contactWrapper__checkbox {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-appearance: none;
}
.contactWrapper__checkbox:checked {
  background-color: #167E00;
  border: none;
}
.contactWrapper__checkbox:checked:after {
  position: absolute;
  content: '';
  background: url(../../res/_fs/build/check_contact.14bcf87.svg) no-repeat center / 9px 8px;
  width: 9px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactWrapper__checkbox:before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -180px;
}
.contactWrapper__checkbox:focus {
  outline: 0;
}
.contactWrapper__submit {
  max-width: 400px;
  padding: 16px 120px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PFDINDisplayPro;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #167E00;
  cursor: pointer;
  white-space: normal;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}
.contactWrapper__submit:hover {
  background-color: #336914;
}
@media only screen and (max-width: 999px) {
  .contact-page #control-message {
    width: 100%;
  }
  .contact-page #wait-message {
    max-width: 600px;
    width: calc(100% - 32px);
  }
  .contact-page #message-0,
  .contact-page #message-1 {
    max-width: 600px;
    width: calc(100% - 32px);
  }
  .contactWrapper {
    width: calc(100% - 32px);
    max-width: 600px;
  }
  .contactWrapper__infoQuestion,
  .contactWrapper__informationBlock,
  .contactWrapper__information,
  .contactWrapper__listBox,
  .contactWrapper__input,
  .contactWrapper__messageInfo,
  .contactWrapper__acceptInfromation {
    width: 100%;
  }
  .contactWrapper textarea {
    height: 256px;
  }
  .contactWrapper__messageInfo {
    padding: 0 14px;
  }
  .contactWrapper__acceptInfromation {
    padding: 10px 20px;
  }
  .contactWrapper__submit {
    padding: 14px 70px;
  }
}
@media only screen and (max-width: 799px) {
  .contactHeader h2 {
    font-size: 24px !important;
    margin: 30px auto 8px !important;
  }
  .contactHeader p {
    font-size: 16px !important;
    margin: 0 auto 30px !important;
  }
  .contactWrapper__checkbox:before {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -140px;
  }
}
@media only screen and (max-width: 479px) {
  .contactHeader h2 {
    width: 100%;
    padding: 0 20px;
    font-size: 24px !important;
    box-sizing: border-box;
  }
  .contactHeader p {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contactWrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .contactWrapper__infoSelect {
    width: 100%;
  }
  .contactWrapper__submit {
    width: 288px;
  }
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Normal.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Tiny.woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
.livescore .container__myMenu,
.livescore .container__bannerZone {
  display: none;
}
.livescore .container__content {
  padding-top: 0;
}
.livescore .container__mainInner {
  padding-top: 0;
}
.livescoreWrapper {
  width: 920px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #FFFFFF;
  font-family: 'PFDinDisplayPro';
}
.livescoreWrapper .container__myMenu {
  display: none;
}
.livescoreWrapper__heading {
  font-family: 'PFDinDisplayPro';
  padding: 44px 0 40px;
}
.livescoreWrapper__headingText {
  width: 480px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #2D2D2D;
}
.livescoreWrapper__text {
  width: 480px;
  margin: 12px auto 30px;
  font-size: 18px;
  text-align: center;
  color: #2D2D2D;
}
.livescoreWrapper__help {
  width: 100%;
  margin: 12px 0;
  padding: 16px 10px;
  background-color: #F0F0F0;
  font-size: 11px;
  line-height: 1.36;
  box-sizing: border-box;
}
.livescoreBlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.livescoreHref {
  display: none;
}
.livescoreTile {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 4px 8px 4px;
  box-sizing: border-box;
  background-color: #F0F0F0;
  width: 222px;
  padding: 12px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 276px;
  cursor: pointer;
}
.livescoreTile__sportIcon {
  flex: 1 0 auto;
}
.livescoreTile:nth-of-type(1),
.livescoreTile:nth-of-type(2) {
  width: 452px;
  height: 276px;
  padding: 32px;
  color: #FFFFFF;
}
.livescoreTile:nth-of-type(1) .livescoreTile__sportIcon,
.livescoreTile:nth-of-type(2) .livescoreTile__sportIcon {
  width: 9px;
  height: 13px;
  margin: 0 0 0 10px;
  background: url(../../res/_fs/build/arrow_white.08d9b7f.svg) no-repeat center / 9px 13px;
}
.livescoreTile:nth-of-type(1) .livescoreTile__counterMatches,
.livescoreTile:nth-of-type(2) .livescoreTile__counterMatches,
.livescoreTile:nth-of-type(1) .livescoreTile__counterMatchesText,
.livescoreTile:nth-of-type(2) .livescoreTile__counterMatchesText,
.livescoreTile:nth-of-type(1) .livescoreTile__counterText,
.livescoreTile:nth-of-type(2) .livescoreTile__counterText {
  color: #FFFFFF;
}
.livescoreTile:nth-of-type(n+3) {
  background-image: none !important;
}
.livescoreTile:nth-of-type(n+3) .livescoreTile__sportIcon {
  width: 9px;
  height: 13px;
  margin: 0 0 0 10px;
  background: url(../../res/_fs/build/arrow_grey.6f4c388.svg) no-repeat center / 9px 13px;
}
.livescoreTile--soccer {
  background-image: url(../../res/_fs/build/football.747f5fc.png);
}
.livescoreTile--american-football {
  background-image: url(../../res/_fs/build/americanfootball.21e9e83.png);
}
.livescoreTile--hockey {
  background-image: url(../../res/_fs/build/hockey.0fe5e4d.png);
}
.livescoreTile--aussie-rules {
  background-image: url(../../res/_fs/build/aussiesoccer.dae0eae.png);
}
.livescoreTile--rugby-league {
  background-image: url(../../res/_fs/build/rugbyleague.7778360.png);
}
.livescoreTile--tennis {
  background-image: url(../../res/_fs/build/tennis.af96f5f.png);
}
.livescoreTile--cricket {
  background-image: url(../../res/_fs/build/cricket.44fdec2.png);
}
.livescoreTile--handball {
  background-image: url(../../res/_fs/build/handball.caedb7f.png);
}
.livescoreTile--baseball {
  background-image: url(../../res/_fs/build/baseball.8fea04d.png);
}
.livescoreTile--rugby-union {
  background-image: url(../../res/_fs/build/rugbyunion.3d1ab83.png);
}
.livescoreTile--basketball {
  background-image: url(../../res/_fs/build/basketball.4b3ded8.png);
}
.livescoreTile--darts {
  background-image: url(../../res/_fs/build/darts.24967a4.png);
}
.livescoreTile__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.livescoreTile__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.livescoreTile__iconContainer {
  width: 24px;
  height: 24px;
  background: url(../../res/_fs/build/sport-icons.5e97876.svg) no-repeat;
  background-position-y: 0;
  zoom: 1.3;
  -moz-transform: scale(1.3);
}
.livescoreTile__iconContainer--american-football {
  background-position-x: 0;
}
.livescoreTile__iconContainer--aussie-rules {
  background-position-x: -30px;
}
.livescoreTile__iconContainer--badminton {
  background-position-x: -60px;
}
.livescoreTile__iconContainer--bandy {
  background-position-x: -90px;
}
.livescoreTile__iconContainer--baseball {
  background-position-x: -120px;
}
.livescoreTile__iconContainer--basketball {
  background-position-x: -150px;
}
.livescoreTile__iconContainer--beach-soccer {
  background-position-x: -180px;
}
.livescoreTile__iconContainer--beach-volleyball {
  background-position-x: -210px;
}
.livescoreTile__iconContainer--boxing {
  background-position-x: -240px;
}
.livescoreTile__iconContainer--cricket {
  background-position-x: -270px;
}
.livescoreTile__iconContainer--cycling {
  background-position-x: -300px;
}
.livescoreTile__iconContainer--darts {
  background-position-x: -330px;
}
.livescoreTile__iconContainer--esports {
  background-position-x: -360px;
}
.livescoreTile__iconContainer--field-hockey {
  background-position-x: -390px;
}
.livescoreTile__iconContainer--floorball {
  background-position-x: -420px;
}
.livescoreTile__iconContainer--futsal {
  background-position-x: -450px;
}
.livescoreTile__iconContainer--golf {
  background-position-x: -480px;
}
.livescoreTile__iconContainer--handball {
  background-position-x: -510px;
}
.livescoreTile__iconContainer--hockey {
  background-position-x: -540px;
}
.livescoreTile__iconContainer--horse-racing {
  background-position-x: -570px;
}
.livescoreTile__iconContainer--kabaddi {
  background-position-x: -600px;
}
.livescoreTile__iconContainer--mma {
  background-position-x: -630px;
}
.livescoreTile__iconContainer--motorsport {
  background-position-x: -660px;
}
.livescoreTile__iconContainer--motorsport-auto-racing {
  background-position-x: -690px;
}
.livescoreTile__iconContainer--motorsport-moto-racing {
  background-position-x: -720px;
}
.livescoreTile__iconContainer--netball {
  background-position-x: -750px;
}
.livescoreTile__iconContainer--pesapallo {
  background-position-x: -780px;
}
.livescoreTile__iconContainer--rugby-league {
  background-position-x: -810px;
}
.livescoreTile__iconContainer--rugby-union {
  background-position-x: -840px;
}
.livescoreTile__iconContainer--snooker {
  background-position-x: -870px;
}
.livescoreTile__iconContainer--soccer {
  background-position-x: -900px;
}
.livescoreTile__iconContainer--table-tennis {
  background-position-x: -930px;
}
.livescoreTile__iconContainer--tennis {
  background-position-x: -960px;
}
.livescoreTile__iconContainer--volleyball {
  background-position-x: -990px;
}
.livescoreTile__iconContainer--water-polo {
  background-position-x: -1020px;
}
.livescoreTile__iconContainer--winter-sports {
  background-position-x: -1050px;
}
.livescoreTile__iconContainer--winter-sports-biathlon {
  background-position-x: -1080px;
}
.livescoreTile__iconContainer--winter-sports-cross-country {
  background-position-x: -1110px;
}
.livescoreTile__iconContainer--winter-sports-alpine-skiing {
  background-position-x: -1140px;
}
.livescoreTile__iconContainer--winter-sports-ski-jumping {
  background-position-x: -1170px;
}
.livescoreTile__sport {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.livescoreTile__sportText {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.livescoreTile__divider {
  margin: 18px 0;
  width: 32px;
  height: 2px;
  background-color: #DCDCDC;
  opacity: 0.5;
}
.livescoreTile__counter {
  padding: 0 8px;
}
.livescoreTile__counterEvent,
.livescoreTile__counterLive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 7px;
}
.livescoreTile__counterMatches {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
  color: #656565;
}
.livescoreTile__counterText {
  margin: 0 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 100;
  color: #B0B0B0;
}
.livescoreTile__counterMatchesText {
  color: #2D2D2D;
}
@media only screen and (max-width: 999px) {
  .livescoreWrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .livescoreWrapper__headingText {
    width: 480px;
    font-size: 24px;
  }
  .livescoreWrapper__headingText p {
    width: 480px;
  }
  .livescoreWrapper__text {
    width: 480px;
  }
  .livescoreTile {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
    box-sizing: border-box;
    background-size: cover;
  }
  .livescoreTile:nth-of-type(1),
  .livescoreTile:nth-of-type(2) {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 799px) {
  .livescore [data-window-name="privacySettings"] {
    top: 0 !important;
    position: fixed !important;
  }
}
@media only screen and (max-width: 639px) {
  .livescoreWrapper__heading {
    padding: 30px 0 0;
  }
  .livescoreWrapper__headingText {
    width: 400px;
    font-size: 24px;
  }
  .livescoreWrapper__text {
    width: 400px;
    font-size: 16px;
  }
  .livescoreBlocks {
    flex-direction: column;
    align-items: center;
  }
  .livescoreTile {
    width: 454px;
    height: 267px;
    margin: 0 auto 8px;
  }
  .livescoreTile:nth-of-type(1),
  .livescoreTile:nth-of-type(2) {
    width: 454px;
    height: 267px;
    margin: 0 auto 8px;
    padding: 12px;
    background-size: auto 267px;
  }
}
@media only screen and (max-width: 479px) {
  .livescoreWrapper__headingText {
    width: 288px;
  }
  .livescoreWrapper__text {
    width: 288px;
  }
  .livescoreTile {
    width: 296px;
    height: 174px;
  }
  .livescoreTile:nth-of-type(1),
  .livescoreTile:nth-of-type(2) {
    width: 296px;
    height: 174px;
    background-size: auto 174px;
  }
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Normal.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Tiny.woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/res/font/PFDinDisplayPro-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
.favorite-pages .container__bannerZone,
.favorite-pages .container__myMenu,
.favorite-pages .extraContent {
  display: none;
}
.favorite-pages .container__liveTableWrapper {
  min-height: 100vh;
}
.favorite-pages .page-content-line {
  text-align: center;
  color: #2D2D2D;
}
.favorite-pages .page-content-line h2 {
  width: 480px;
  margin: 43px auto 0 !important;
  font-family: 'PFDINDisplayPro' !important;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.33;
}
.favorite-pages .page-content-line p {
  width: 480px;
  margin: 12px auto 0 !important;
  font-family: 'PFDINDisplayPro' !important;
  font-size: 18px;
}
.wrapperLinks {
  width: 600px;
  margin: 0 auto;
  padding: 43px 0 33px 0;
  font-weight: 300;
  box-sizing: border-box;
}
.wrapperHeading {
  width: 481px;
  margin: 0 auto 12px auto;
  font-size: 30px;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  color: #2d2d2d;
}
.wrapperInformation {
  width: 480px;
  margin: 0 auto 36px auto;
  font-size: 18px;
  color: #2d2d2d;
  text-align: center;
}
.wrapperSubHeading {
  font-family: 'PFDINDisplayPro';
  font-size: 18px;
  font-weight: 500;
  color: #b0b0b0;
  padding-bottom: 18px;
}
.wrapperTable {
  margin-bottom: 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
}
.wrapperItem {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: solid 1px #e7e7e7;
  font-family: 'PFDINDisplayPro';
}
.wrapperItem__block {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.wrapperItem__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 10px 0 0;
  padding: 10px 0 10px 8px;
  font-size: 16px;
  font-weight: 500;
}
.wrapperItem__href {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #167e00;
}
.wrapperItem__image {
  flex: 0 0 auto;
  margin-right: 8px;
  width: 7px;
  height: 13px;
  background-image: url(../../res/_fs/build/arrow_grey.76acba7.svg);
  background-size: 100% 100%;
}
.wrapperItem:nth-child(1),
.wrapperItem:nth-child(2),
.wrapperItem:nth-child(3) {
  border-top: solid 1px #e7e7e7;
}
.wrapperItem:hover {
  text-decoration: none;
}
.wrapperItem:hover .wrapperItem__href {
  color: #2D2D2D;
}
.wrapperItem:hover .wrapperItem__image {
  margin-right: 0;
}
@media only screen and (max-width: 999px) {
  .favorite-pages .page-content-line h2 {
    width: 600px;
    box-sizing: border-box;
  }
  .favorite-pages .page-content-line p {
    width: 600px;
    box-sizing: border-box;
  }
  .wrapperLinks {
    width: 100%;
    padding: 40px 15px 0 15px;
  }
  .wrapperHeading {
    width: 290px;
    margin: 0 auto 15px auto;
    font-size: 24px;
  }
  .wrapperInformation {
    width: 290px;
    margin: 0 auto 44px auto;
  }
  .wrapperTable {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapperItem {
    border-bottom: solid 1px #e7e7e7;
  }
  .wrapperItem:nth-child(1) {
    border-top: solid 1px #e7e7e7;
  }
  .wrapperItem:nth-child(2),
  .wrapperItem:nth-child(3) {
    border-top: none;
  }
  .wrapperItem__href {
    font-weight: 500;
  }
}
@media only screen and (max-width: 799px) {
  .favorite-pages [data-window-name="privacySettings"] {
    top: 0 !important;
    position: fixed !important;
  }
}
@media only screen and (max-width: 639px) {
  .favorite-pages .page-content-line h2 {
    width: 290px;
    margin: 30px auto 15px !important;
    font-size: 24px !important;
  }
  .favorite-pages .page-content-line p {
    width: 290px;
    margin: 16px auto 0 !important;
  }
}

.notificationsDialog {
  width: 100%;
  position: absolute;
  grid-auto-flow: row;
  box-sizing: border-box;
  padding: 16px 12px;
  background-color: #FFFFFF;
  grid-row-gap: 8px;
  display: none;
  left: 0;
  z-index: 1999;
}
.notificationsDialog.isVisible {
  display: grid;
}
.notificationsDialog__title {
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  padding-bottom: 8px;
}
.notificationsDialog__sport {
  background: #F0F0F0;
}
.notificationsDialog__sport.isExpanded .notificationsDialog__header {
  border-bottom: 1px solid #E5E5E5;
}
.notificationsDialog__sport.isExpanded .notificationsDialog__options {
  display: grid;
}
.notificationsDialog__sport.isExpanded .notificationsDialog__arrow {
  transform: rotate(0deg);
}
.notificationsDialog__header {
  display: grid;
  grid-template: " .    .         .    .         .   arrow arrow arrow " 6px " .    sportIcon .    sportName .   arrow arrow arrow " minmax(22px, max-content) " .    .         .    .         .   arrow arrow arrow " 6px / 10px 22px 10px 1fr 8px 10px 12px 10px;
}
.notificationsDialog__sportName {
  font-size: 11px;
  font-weight: bold;
  color: #656565;
  text-transform: uppercase;
  align-self: center;
  grid-area: sportName;
}
.notificationsDialog .sportIcon {
  grid-area: sportIcon;
}
.notificationsDialog__arrow {
  background-image: url(../../res/_fs/build/collapse-arrow.a4300ec.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  grid-area: arrow;
}
.notificationsDialog__options {
  display: none;
  grid-auto-rows: 34px;
  padding: 0 10px;
}
.notificationsDialog__option {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 11px;
  color: #656565;
}
.notificationsDialog__option:not(:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
}
.notificationsDialog__turnOnAll {
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
}
.notificationsDialog__subHeader {
  font-size: 13px;
  color: #656565;
  padding-top: 20px;
  padding-bottom: 8px;
}

.alert {
  display: grid;
}
.alert__text {
  color: #656565;
  grid-area: text;
  align-self: center;
}
.alert__icon {
  grid-area: icon;
  background-repeat: no-repeat;
  background-position: center;
}
.alert__button {
  grid-area: button;
}
.alert__close {
  grid-area: close;
}
.alert__checkBox {
  grid-area: checkBox;
}
.alert--notifications {
  display: grid;
  background-color: #FFFFFF;
  grid-template: " .    .    .      close  close  close " 8px " icon text .      close  close  close " minmax(11px, max-content) " icon text .      close  close  close " 8px " icon text .      .      .      .     " auto " icon text button button button .     " min-content " .    .    .      .      .      .     " 8px / 50px 1fr auto 11px 11px 8px;
}
.alert--notifications .alert__icon {
  background-image: url(../../res/_fs/build/notifications-off.a1ed699.svg);
}
.alert--notifications .alert__text {
  line-height: 1.45;
  align-self: center;
}
.alert--notifications .alert__button {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  background-color: #4286f5;
  color: #ffffff;
  align-self: flex-end;
}
.alert--notifications .alert__close {
  background-image: url(../../res/_fs/build/delete.5180ade.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 2px) calc(50% + 2px);
}
.alert--notificationsStatus {
  background-color: #dff7c7;
  grid-template: " .    .    .    .        . " 10px " icon text .    checkBox . " minmax(30px, max-content) " .    .    .    .        . " 10px / 40px 1fr 10px auto 10px;
}
.alert--notificationsStatus .alert__icon {
  background-image: url(../../res/_fs/build/notifications-on.89d2792.svg);
}
.alert--notificationsStatus .alert__text {
  font-weight: bold;
}
.alert--notificationsStatus .alert__checkBox {
  align-self: center;
  width: 46px;
  height: 24px;
}
.alert--notificationsStatus .alert__checkBox::after {
  width: 20px;
  height: 20px;
}

.toggleButton {
  width: 38px;
  height: 20px;
  border-radius: 6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  background-color: #A3A3A3;
  position: relative;
}
.toggleButton::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 2px;
}
.toggleButton:checked {
  background-color: #23BC03;
}
.toggleButton:checked::after {
  right: 2px;
  left: auto;
}

