/*
 * TRANSFERS
 */
:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
.table-general-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.table-general-block-table .head-table-tr {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
}
.table-general-block-table .head-table-tr .head-table-th {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  padding: 7px 0;
  height: 18px;
  box-sizing: content-box;
  margin-right: 9px;
  margin-left: 9px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.table-general-block-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.table-general-block-table .body-table .body-table-tr {
  display: flex;
  align-items: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td {
  padding: 7px 0;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: 9px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  height: 32px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td a {
  color: black;
}
.table-general-block-table .body-table .body-table-tr .body-table-td .flag-optimize {
  margin-right: 10px;
}
.table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: var(--bmb-gray-text-dynamic);
}
@media (max-width: 800px) {
  .table-general-block-table {
    width: 100%;
  }
  .table-general-block-table .head-table-tr .head-table-th {
    font-size: 14px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td {
    font-size: 14px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td a {
    color: var(--bmb-black-dynamic);
    font-weight: unset;
  }
  .table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
    background-color: var(--bmb-gray-text-dynamic);
  }
}
.top-out.hidden,
.top-in.hidden {
  display: none;
}
.team-transfer-table {
  margin-top: 24px;
  font-family: 'Roboto';
}
.team-transfer-table .head-table-tr,
.team-transfer-table .body-table-tr {
  width: 100%;
  display: grid;
  grid-template-columns: 285fr minmax(207px, 207fr) minmax(185px, 185fr) 167fr;
}
.team-transfer-table .head-table-tr .head-table-th.player,
.team-transfer-table .body-table-tr .head-table-th.player,
.team-transfer-table .head-table-tr .body-table-td.player,
.team-transfer-table .body-table-tr .body-table-td.player {
  padding: 0 20px 0 10px;
}
.team-transfer-table .head-table-tr .head-table-th.from-team,
.team-transfer-table .body-table-tr .head-table-th.from-team,
.team-transfer-table .head-table-tr .body-table-td.from-team,
.team-transfer-table .body-table-tr .body-table-td.from-team,
.team-transfer-table .head-table-tr .head-table-th.to-team,
.team-transfer-table .body-table-tr .head-table-th.to-team,
.team-transfer-table .head-table-tr .body-table-td.to-team,
.team-transfer-table .body-table-tr .body-table-td.to-team {
  padding: 0 20px 0 0;
}
.team-transfer-table .head-table-tr .head-table-th.from-team a,
.team-transfer-table .body-table-tr .head-table-th.from-team a,
.team-transfer-table .head-table-tr .body-table-td.from-team a,
.team-transfer-table .body-table-tr .body-table-td.from-team a,
.team-transfer-table .head-table-tr .head-table-th.to-team a,
.team-transfer-table .body-table-tr .head-table-th.to-team a,
.team-transfer-table .head-table-tr .body-table-td.to-team a,
.team-transfer-table .body-table-tr .body-table-td.to-team a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-transfer-table .head-table-tr .head-table-th.type,
.team-transfer-table .body-table-tr .head-table-th.type,
.team-transfer-table .head-table-tr .body-table-td.type,
.team-transfer-table .body-table-tr .body-table-td.type {
  padding: 0 20px 0 0;
}
.team-transfer-table .head-table-tr .head-table-th.date,
.team-transfer-table .body-table-tr .head-table-th.date,
.team-transfer-table .head-table-tr .body-table-td.date,
.team-transfer-table .body-table-tr .body-table-td.date {
  padding: 0 10px 0 0;
}
.team-transfer-table .head-table-tr.hidden,
.team-transfer-table .body-table-tr.hidden {
  display: none;
}
.team-transfer-table .head-table-tr {
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  margin-top: 10px;
  height: 19px;
}
.team-transfer-table .head-table-tr .head-table-th {
  font-size: 14px;
  line-height: 96%;
  height: 19px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.team-transfer-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.team-transfer-table .body-table .body-table-tr {
  height: 32px;
}
.team-transfer-table .body-table .body-table-tr .body-table-td {
  font-size: 12px;
  line-height: 11.52px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 32px;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player {
  justify-content: start;
  display: flex;
  width: 100%;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo,
.team-transfer-table .body-table .body-table-tr .body-table-td.player .flag-optimize {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-ranks-dynamic);
  flex-grow: 0;
  flex-shrink: 0;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo img,
.team-transfer-table .body-table .body-table-tr .body-table-td.player .flag-optimize img {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-weight: 600;
  height: 100%;
  align-content: center;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.team-transfer-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: #F3F3F3;
}
@media (max-width: 1279px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 243fr minmax(165px, 165fr) minmax(143px, 143fr) minmax(125px, 125fr);
  }
}
@media (max-width: 999px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 236fr minmax(168px, 168fr) minmax(146px, 146fr) minmax(118px, 118fr);
  }
}
@media (max-width: 743px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 238fr 148fr;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player,
  .team-transfer-table .head-table-tr .body-table-td.player,
  .team-transfer-table .body-table-tr .body-table-td.player {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team,
  .team-transfer-table .head-table-tr .body-table-td.to-team,
  .team-transfer-table .body-table-tr .body-table-td.to-team {
    padding: 0 10px 0 0;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type,
  .team-transfer-table .head-table-tr .body-table-td.type,
  .team-transfer-table .body-table-tr .body-table-td.type {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date,
  .team-transfer-table .head-table-tr .body-table-td.date,
  .team-transfer-table .body-table-tr .body-table-td.date {
    padding: 0 10px 0 0;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team {
    padding: 0 10px 0 0;
    display: none;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type {
    padding: 0 10px 0 20px;
    display: none;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date {
    padding: 0 10px 0 0;
    font-size: 0;
    position: relative;
  }
  .team-transfer-table .head-table-tr .head-table-th.date:after,
  .team-transfer-table .body-table-tr .head-table-th.date:after {
    content: 'Откуда/когда/до';
    font-weight: 400;
    font-size: 14px;
    line-height: 96%;
    vertical-align: middle;
  }
  .team-transfer-table .head-table-tr .head-table-th.date.out:after,
  .team-transfer-table .body-table-tr .head-table-th.date.out:after {
    content: 'Куда/когда/до';
  }
  .team-transfer-table .body-table .body-table-tr {
    height: 50px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td {
    height: 20px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player {
    padding: 0 20px 0 10px;
    margin-top: 4px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo {
    display: none;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-weight: 600;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-number {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    vertical-align: middle;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table .body-table-tr .body-table-td.to-team {
    padding: 0 10px 0 0;
    margin-bottom: 4px;
    margin-top: 2px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.type {
    padding: 0 20px 0 72px;
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.date {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 429px) {
  .team-transfer-table {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    min-width: 324px;
    grid-template-columns: 238fr 148fr;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player,
  .team-transfer-table .head-table-tr .body-table-td.player,
  .team-transfer-table .body-table-tr .body-table-td.player {
    min-width: 212px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team,
  .team-transfer-table .head-table-tr .body-table-td.to-team,
  .team-transfer-table .body-table-tr .body-table-td.to-team {
    min-width: 112px;
    box-sizing: content-box;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type,
  .team-transfer-table .head-table-tr .body-table-td.type,
  .team-transfer-table .body-table-tr .body-table-td.type {
    min-width: 212px;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date,
  .team-transfer-table .head-table-tr .body-table-td.date,
  .team-transfer-table .body-table-tr .body-table-td.date {
    min-width: 112px;
    box-sizing: content-box;
  }
}
.selectpicker-division-transfers-season {
  margin-top: 20px;
}
.selectpicker-division-transfers-team {
  margin-top: 6px;
}
.division-transfer-team-list-container {
  margin-top: 10px;
  font-family: Roboto;
}
.division-transfer-team-list-container .division-transfer-team-block {
  padding: 20px 0 32px 0;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
}
.division-transfer-team-list-container .division-transfer-team-block.hidden {
  display: none;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info {
  display: flex;
  width: 100%;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info .team-logo {
  width: 56px;
  height: 56px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info .team-title {
  margin-left: 14px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info .team-title .team-title-name {
  color: var(--bmb-black-dynamic);
  font-family: TT Commons Classic;
  font-weight: 600;
  font-size: 22px;
  line-height: 96%;
  vertical-align: middle;
  height: 30px;
  align-content: center;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info .team-title .team-title-city {
  margin-top: 6px;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  display: flex;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-info .team-title .team-title-city span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container {
  margin-top: 32px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .transfers-block-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  vertical-align: middle;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table {
  margin-top: 10px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .widget-no-data {
  width: 100%;
  font-family: Roboto;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  margin-top: 5px;
  color: var(--bmb-gray-neutral-dynamic);
  height: 20px;
  box-sizing: content-box;
  align-content: center;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr {
  grid-template-columns: 238fr 148fr;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.player,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.player,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.player,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.player {
  padding: 0 20px 0 10px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.to-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.to-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.to-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.to-team {
  padding: 0 10px 0 0;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.from-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.from-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.from-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.from-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.to-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.to-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.to-team .flag-optimize,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.to-team .flag-optimize {
  margin-right: 10px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.type,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.type,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.type,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.type {
  padding: 0 20px 0 10px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.date,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.date,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .body-table-td.date,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .body-table-td.date {
  padding: 0 10px 0 0;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.player,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.player {
  padding: 0 20px 0 10px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.to-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.to-team {
  padding: 0 10px 0 0;
  display: none;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.type,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.type {
  padding: 0 10px 0 20px;
  display: none;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.date,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.date {
  padding: 0 10px 0 0;
  font-size: 0;
  position: relative;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.date:after,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.date:after {
  content: 'Откуда/когда/до';
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  vertical-align: middle;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr .head-table-th.date.out:after,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr .head-table-th.date.out:after {
  content: 'Куда/когда/до';
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr {
  height: 50px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td {
  height: 20px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.player {
  padding: 0 20px 0 10px;
  margin-top: 4px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo {
  display: none;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.player a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-weight: 600;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.from-team,
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.to-team {
  padding: 0 10px 0 0;
  margin-bottom: 4px;
  margin-top: 2px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.type {
  padding: 0 20px 0 72px;
  margin-top: 2px;
  margin-bottom: 4px;
}
.division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table .body-table-tr .body-table-td.date {
  padding: 0 10px 0 0;
}
@media (max-width: 743px) {
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container {
    grid-template-columns: 1fr;
  }
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block:nth-of-type(even) {
    margin-top: 32px;
  }
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .head-table-tr,
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table .body-table-tr {
    grid-template-columns: 238fr 138fr;
  }
}
@media (max-width: 429px) {
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block {
    overflow-x: auto;
  }
  .division-transfer-team-list-container .division-transfer-team-block .division-transfer-team-block-transfers-container .transfers-block .team-transfer-table {
    min-width: 334px;
  }
}
.team-transfer-block-tab-list {
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
  margin: 0;
  padding: 20px 0;
}
.team-transfer-block-tab-content-list {
  margin-top: 20px;
}
.transfer-balance-block-content {
  font-family: 'Roboto';
  background-color: var(--bmb-white-dynamic);
  padding: 4px 8px 24px 8px;
}
.transfer-balance-block-content .header-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  margin-bottom: 0;
  padding-left: 0;
}
.transfer-balance-block-content .header-title:hover {
  text-decoration: none;
}
.transfer-balance-block-content .balance-row {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--bmb-white-dynamic);
  color: var(--bmb-black-dynamic);
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  vertical-align: middle;
}
.transfer-balance-block-content .balance-row span {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.transfer-balance-block-content .balance-row span.price {
  text-align: right;
  font-weight: 700;
  padding-left: 0;
  padding-right: 10px;
}
.transfer-balance-block-content .balance-row.head {
  margin-top: 20px;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  font-size: 14px;
}
.transfer-balance-block-content .balance-row.head span.price {
  font-weight: 400;
}
.transfer-balance-block-content .balance-row.out {
  margin-top: 5px;
}
.transfer-balance-block-content .balance-row.out span.price {
  color: var(--bmb-green-hover-dynamic);
}
.transfer-balance-block-content .balance-row.in {
  background-color: var(--bmb-gray-ranks-dynamic);
}
.transfer-balance-block-content .balance-row.in span.price {
  color: var(--bmb-red-hover-dynamic);
}
.transfer-balance-block-content .balance-row.diff {
  background-color: var(--bmb-gray-neutral-dynamic);
  color: var(--bmb-white-dynamic);
}
.transfer-balance-block-content .balance-row.diff.minus {
  background-color: var(--bmb-red-hover-dynamic);
}
.transfer-balance-block-content .balance-row.diff.plus {
  background-color: var(--bmb-green-hover-dynamic);
}
.player-transfer-container .team-transfer-table .head-table-tr .head-table-th.date {
  padding: 0 10px 0 10px;
}
.player-transfer-container .team-transfer-table .body-table .body-table-tr .body-table-td.date {
  padding: 0 10px 0 10px;
}
@media (max-width: 743px) {
  .player-transfer-container .team-transfer-table .head-table-tr .head-table-th.date {
    padding: 0 10px 0 10px;
    font-size: 0;
    position: relative;
    min-width: 164px;
  }
  .player-transfer-container .team-transfer-table .head-table-tr .head-table-th.date:after {
    content: 'Когда/до, тип трансфера';
    font-weight: 400;
    font-size: 14px;
    line-height: 96%;
    vertical-align: middle;
  }
  .player-transfer-container .team-transfer-table .head-table-tr .head-table-th.from-team {
    padding: 0 10px 0 0;
    font-size: 0;
    position: relative;
    display: block;
  }
  .player-transfer-container .team-transfer-table .head-table-tr .head-table-th.from-team:after {
    content: 'Откуда/куда';
    font-weight: 400;
    font-size: 14px;
    line-height: 96%;
    vertical-align: middle;
  }
  .player-transfer-container .team-transfer-table .head-table-tr .head-table-th.type {
    min-width: 164px;
  }
  .player-transfer-container .team-transfer-table .body-table .body-table-tr .body-table-td.from-team {
    order: 1;
    padding: 0 10px 0 0;
  }
  .player-transfer-container .team-transfer-table .body-table .body-table-tr .body-table-td.to-team {
    order: 3;
    padding: 0 10px 0 0;
  }
  .player-transfer-container .team-transfer-table .body-table .body-table-tr .body-table-td.type {
    order: 2;
    padding: 0 10px 0 10px;
    min-width: 164px;
  }
  .player-transfer-container .team-transfer-table .body-table .body-table-tr .body-table-td.date {
    order: 0;
    padding: 0 10px 0 10px;
    min-width: 164px;
  }
}
.transfers-filters-container {
  display: flex;
  width: 100%;
  padding-top: 20px;
  margin: 0 0 24px 0px;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  gap: 6px;
}
.transfers-filters-container .selectpicker-our {
  min-width: 200px;
  width: 100%;
}
.transfers-list-sort-container {
  display: flex;
  width: 100%;
  margin: 20px 0 0 0px;
}
.transfers-list-sort-container div {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  height: 30px;
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 3px 6px 3px 6px;
  margin-right: 12px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.transfers-list-sort-container div.active {
  color: var(--bmb-white-dynamic);
  font-size: 14px;
  font-weight: 700;
  line-height: 13.44px;
  background: var(--bmb-orange-dynamic);
}
.transfer-list-container {
  margin-top: 24px;
}
.transfer-list-container .team-transfer-table {
  margin-top: 0;
}
.transfer-list-container .team-transfer-table .table-block-container .head-table-tr,
.transfer-list-container .team-transfer-table .table-block-container .body-table-tr {
  grid-template-columns: 210fr minmax(151px, 151fr) minmax(151px, 151fr) 120fr 64fr;
}
@media (max-width: 1279px) {
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr {
    grid-template-columns: 210fr minmax(67px, 97fr) minmax(67px, 97fr) 120fr 54fr;
  }
}
@media (max-width: 999px) {
  .transfers-filters-container {
    gap: 6px;
    flex-wrap: wrap;
  }
  .transfers-filters-container .selectpicker-our {
    flex-shrink: 0;
    width: 100%;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr {
    grid-template-columns: 210fr minmax(97px, 150fr) minmax(97px, 150fr) 120fr 64fr;
  }
}
@media (max-width: 743px) {
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr {
    grid-template-columns: 208fr minmax(102px, 102fr) 62px;
    gap: 2px 20px;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.to-team {
    display: none;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.player {
    padding-left: 10px;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.type {
    display: none;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.from-team {
    display: none;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.from-team {
    padding: 0 10px 0 0;
    font-size: 0;
    position: relative;
    display: block;
    text-align: left;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.from-team:after {
    content: 'Откуда/куда';
    font-weight: 400;
    font-size: 14px;
    line-height: 96%;
    vertical-align: middle;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.type {
    display: none;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.date {
    font-size: 14px;
    line-height: 96%;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th.date:after {
    content: none;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr {
    height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.player {
    padding-right: 0;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.from-team {
    order: 1;
    padding: 0;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.to-team {
    order: 4;
    padding: 0;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.type {
    order: 3;
    padding: 0 0 0 67px;
    justify-content: left;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.date {
    order: 2;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 429px) {
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr {
    min-width: 432px;
  }
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .head-table-th,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr .head-table-th,
  .transfer-list-container .team-transfer-table .table-block-container .head-table-tr .body-table-td,
  .transfer-list-container .team-transfer-table .table-block-container .body-table-tr .body-table-td {
    min-width: unset;
  }
  .transfer-list-container .team-transfer-table .table-block-container .body-table .body-table-tr .body-table-td.date {
    min-width: unset;
  }
}
.transfers-popular-teams-block--list-container,
.transfers-all-championships-block--list-container {
  display: flex;
  flex-direction: column;
  padding: 4px 6px 15px 6px;
  background-color: var(--bmb-white-dynamic);
  font-family: 'Roboto';
  margin-bottom: 14px;
}
.transfers-popular-teams-block--list-container .header-title,
.transfers-all-championships-block--list-container .header-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  margin-left: 8px;
  height: auto;
  padding: 14px 0;
}
.transfers-popular-teams-block--list-container .header-title:hover,
.transfers-all-championships-block--list-container .header-title:hover {
  text-decoration: none;
}
.transfers-popular-teams-block--list-container a,
.transfers-all-championships-block--list-container a,
.transfers-popular-teams-block--list-container .league-row,
.transfers-all-championships-block--list-container .league-row {
  display: block;
  width: 100%;
  padding: 9px 0 9px 40px;
  position: relative;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.transfers-popular-teams-block--list-container a.active,
.transfers-all-championships-block--list-container a.active,
.transfers-popular-teams-block--list-container .league-row.active,
.transfers-all-championships-block--list-container .league-row.active {
  font-weight: 700;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-orange-dynamic);
  border-radius: 4px;
}
.transfers-popular-teams-block--list-container a .icon,
.transfers-all-championships-block--list-container a .icon,
.transfers-popular-teams-block--list-container .league-row .icon,
.transfers-all-championships-block--list-container .league-row .icon {
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.transfers-popular-teams-block--list-container .league-row,
.transfers-all-championships-block--list-container .league-row {
  cursor: pointer;
}
.transfers-popular-teams-block--list-container .league-row::after,
.transfers-all-championships-block--list-container .league-row::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  background-image: url("/img/icons/games/arrow-down.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.transfers-popular-teams-block--list-container .league-row a,
.transfers-all-championships-block--list-container .league-row a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  display: none;
  padding: 9px 0 9px 32px;
}
.transfers-popular-teams-block--list-container .league-row a:last-of-type,
.transfers-all-championships-block--list-container .league-row a:last-of-type {
  padding-bottom: 0px;
}
.transfers-popular-teams-block--list-container .league-row a .icon,
.transfers-all-championships-block--list-container .league-row a .icon {
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 429px) {
  .transfers-popular-teams-block--list-container,
  .transfers-all-championships-block--list-container {
    padding: 4px 4px 15px 4px;
  }
  .transfers-popular-teams-block--list-container .header-title,
  .transfers-all-championships-block--list-container .header-title {
    margin-left: 4px;
  }
  .transfers-popular-teams-block--list-container a,
  .transfers-all-championships-block--list-container a,
  .transfers-popular-teams-block--list-container .league-row,
  .transfers-all-championships-block--list-container .league-row {
    padding: 9px 0 9px 38px;
  }
  .transfers-popular-teams-block--list-container a .icon,
  .transfers-all-championships-block--list-container a .icon,
  .transfers-popular-teams-block--list-container .league-row .icon,
  .transfers-all-championships-block--list-container .league-row .icon {
    width: 22px;
    left: 4px;
  }
  .transfers-popular-teams-block--list-container .league-row::after,
  .transfers-all-championships-block--list-container .league-row::after {
    right: 4px;
  }
}

