* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.table-section {
    margin-bottom: 30px
}

.c-bets-table {
    width: 100%;
    margin-top: 15px
}

.c-bets-table:first-child {
    margin-top: 0
}

.c-bets-table img {
    width: auto
}

.c-bets-table a {
    color: rgba(255, 255, 255, .5)
}

.c-bets-table b {
    display: block
}

.c-bets-table__body .row:focus {
    outline: 0
}

.c-bets-table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    height: 100%;
    min-height: 160px;
    border-radius: 8px
}

.c-bets-table .row .tournament_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 10px;
    height: auto;
    position: relative
}

.c-bets-table .row .tournament_name:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    bottom: 0;
    background-color: #97989a
}

.c-bets-table .row .live_block .tournament_name:before {
    background-color: #ee8b57
}

.c-bets-table .row .tournament_name .time_to_start {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    white-space: nowrap
}

.c-bets-table .row .tournament_name .live {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ee8b57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative
}

.c-bets-table .row .team_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 15px;
    margin: auto 0
}

.c-bets-table .row .team_block>.wrap {
    width: calc(50% - 10px)
}

.c-bets-table .row .team_block .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.c-bets-table .row .team_block .logo_tournament_and_time {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px
}

.c-bets-table .row .team_block .team_logo img {
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    max-height: 30px
}

.c-bets-table .row .team_block .team_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.c-bets-table .row .coef_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0;
    margin-top: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px
}

.c-bets-table .coef {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 42px;
    height: 24px;
    background: #433f6a;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.c-bets-table .coef:hover {
    background-color: #ee8b57
}

.c-bets-table .live {
    font-size: 12px;
    line-height: 18px;
    color: #d5c6ff;
    text-align: center;
    text-transform: uppercase
}

.c-bets-table__body.slider_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.c-bets-table .owl-item.active {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-bets-table .bets-table-row {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 1px;
    min-height: 160px;
    background: #2f2c4b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border: 2px solid transparent;
}

.c-bets-table .bets-table-row:hover {
    opacity: 1;
    border-color: #ee8b57;
    border-radius: 8px;
}

.c-bets-table .bets-table-row:hover .ggbet_link svg path {
    fill: #EE8B57;
}

.c-bets-table .bets-table-row:focus {
    outline: 0
}

.c-bets-table .bets-table-row.opened .stream-toggler {
    background-color: #e3a91c
}

.c-bets-table .bets-table-row.opened .stream-toggler:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.c-stream {
    display: none
}

.c-stream__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.c-stream__header .live-icon {
    display: block;
    width: 8px;
    height: 8px;
    background: #e32121;
    border-radius: 50%
}

.c-stream__header .title {
    margin: 0 15px;
    font-weight: 600;
    color: #ddd
}

.c-stream__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-stream__body .player {
    position: relative;
    width: 60%;
    padding-top: 33.518%
}

.c-stream__body .player__container {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%
}

.c-stream__body .promo-match {
    width: 40%
}

.c-stream .promo-match {
    height: 310px;
    overflow: auto
}

.c-stream .promo-match,
.c-stream .promo-match__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ddd
}

.c-stream .promo-match__body {
    padding: 10px
}

.c-stream .promo-match__body>div {
    max-width: 290px
}

.c-stream .promo-match__body .tournament {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.c-stream .promo-match__body .competitors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 100%;
    max-width: 290px
}

.c-stream .promo-match__body .competitors__item {
    padding: 5px;
    width: 40%
}

.c-stream .promo-match__body .competitors__info,
.c-stream .promo-match__body .competitors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-stream .promo-match__body .competitors__info {
    width: 20%;
    padding: 8px 0 0
}

.c-stream .promo-match__body .competitors__info .score {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px
}

.c-stream .promo-match__body .competitors__info .score__devider {
    padding: 0 4px;
    color: #0074a4
}

.c-stream .promo-match__body .competitor-logo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: 50px;
    height: 50px
}

.c-stream .promo-match__body .competitor-name {
    margin-top: 5px;
    font-weight: 600;
    text-align: center
}

.c-stream .promo-match__body .market-name {
    margin: 15px 0 10px;
    text-align: center;
    font-size: 12px
}

.c-stream .promo-match__body .odds-list {
    width: 100%
}

.c-stream .promo-match__body .odds-list li {
    margin-top: 10px
}

.c-stream .promo-match__body .odds-list .odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 290px
}

.c-stream .promo-match__body .odds-list .better {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-stream .promo-match__body .odds-list__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-bets-table ul {
    padding: 0;
    margin-left: 0;
    margin-top: 0
}

.c-bets-table li {
    list-style: none !important
}

.c-bets-table__body {
    padding: 0
}

.c-bets-table__body a:hover {
    text-decoration: none
}

.btn-container .button,
.button,
button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    min-width: 160px;
    color: #333;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    border: 0;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #e3a91c;
    text-decoration: none
}

.button:hover,
button:hover {
    background: #ffe540
}

.btn-container {
    margin-top: 20px;
    text-align: center
}

.c-bets-table .c-bets-table__body .c-stream .tournament img {
    height: 50px;
    display: block;
    margin: 0 auto 5px
}

.c-bets-table .c-bets-table__body .c-stream .competitor-logo img {
    height: 50px
}

.c-bets-table .c-bets-table__body .c-stream .competitors__info .score {
    letter-spacing: 5px
}

.c-stream .c-stream__body .noshow {
    display: none
}

.text-section .odds-list {
    margin: 0
}

.ggbet-single-match-section {
    min-height: 70vh
}

.ggbet-single-match-section .c-stream {
    display: block
}

.ggbet-single-match-section .c-stream .promo-match {
    overflow: auto;
    height: auto
}

.ggbet-single-match-section .c-stream__header {
    display: none
}

.ggbet-single-match-section .tournament img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto 10px
}

.ggbet-single-match-section .competitor-logo img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    display: block
}

.ggbet-single-match-section .c-stream .promo-match__body .competitors__info .score {
    letter-spacing: 5px
}

.single-match-start-time {
    text-align: center;
    letter-spacing: 1px
}

.c-bets-table .row .live_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-bets-table .row .live_block .tournament_name {
    width: 100%;
    margin-bottom: 0;
    height: auto
}

.c-bets-table .row .live_block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto 0
}

.c-bets-table .row .live_block .team_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 0;
    max-width: 180px;
    width: 100%
}

.c-bets-table .row .live_block .team_block .team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    overflow: visible;
    height: 30px
}

.c-bets-table .row .live_block .team_block .team .team_logo {
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 7px
}

.c-bets-table .row .live_block .team_block .team img {
    margin-bottom: 0
}

.c-bets-table .row .live_block .team_block .team_name {
    width: 80px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left
}

.c-bets-table .row .live_block .coef_block {
    padding: 0;
    margin: 0
}

.c-bets-table .row .live_block .team_block .team:nth-child(1) {
    margin-bottom: 20px
}

.c-bets-table .row .icon_game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon_game>div {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon_game .esports_counter_strike {
    background: #72451b
}

.icon_game .esports_hearthstone {
    background: #167ea6
}

.icon_game .esports_overwatch {
    background: #d76f3d
}

.icon_game .esports_league_of_legends {
    background: #9c9766
}

.icon_game .esports_dota_2 {
    background: #781c1c
}

.icon_game .esports_battlegrounds {
    background: #a68805
}

.icon_game .esports_fortnite {
    background: #30307e
}

.c-bets-table .row .live_block .wrap .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

.c-bets-table .row .live_block .wrap .score span {
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-bets-table .row .live_block .wrap .score .team1 {
    color: #54aa6c
}

.c-bets-table .row .live_block .wrap .score .team2 {
    color: #cc4848
}

.c-bets-table .row .future_match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.c-bets-table .row .future_match .team_block .team_name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-bets-table .row .future_match .team_block .team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 30px
}

.c-bets-table .row .future_match .team_block .wrap:nth-child(1) .team {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-bets-table .row .future_match .team_block .wrap:nth-child(2) .team {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-bets-table .row .future_match .team_block .wrap:nth-child(1) .team_logo img {
    margin-left: 9px
}

.c-bets-table .row .future_match .team_block .wrap:nth-child(2) .team_logo img {
    margin-right: 9px
}

.c-bets-table .row .future_match .team_block .team_logo img {
    width: 30px;
    max-height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0
}

.c-bets-table .row .future_match .coef_block {
    padding: 0;
    margin-top: 7px
}

.c-bets-table .row .future_match .wrap:nth-child(1) .coef_block span {
    margin-left: auto
}

.c-table-match-history .date:not(.desktop) {
    padding-left: 15px;
    padding-right: 15px
}

.c-table-match-history .date.desktop {
    padding-left: 30px;
    padding-right: 30px
}

.c-table-match-history table .date span {
    text-align: center;
    display: block
}

.c-table-match-history td:nth-child(4),
.c-table-match-history td:nth-child(6),
.c-table-match-history th:nth-child(4),
.c-table-match-history th:nth-child(6) {
    padding-left: 40px
}

.c-table-match-history td:nth-child(5),
.c-table-match-history th:nth-child(5) {
    padding-left: 20px;
    padding-right: 20px
}

.c-table-match-history .tournament {
    padding-left: 40px
}

.c-table-match-history table .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-table-match-history table .tournament>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-table-match-history table .score .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-table-match-history table .score .red {
    color: #cc4848
}

.c-table-match-history table .score .green {
    color: #25b18e
}

.c-table-match-history table .score .vs {
    color: #6d8094;
    margin: 0 4px
}

.c-table-match-history .mobile,
.c-table-match-history table .date span.mobile {
    display: none
}

.c-table-match-markets-default {
    cursor: pointer
}

.c-table-match-markets-default .mobile {
    display: none
}

.c-table-match-markets-default .date:nth-child(1) span:not(.mobile) {
    text-align: center;
    display: block
}

.c-table-match-markets-default .date:nth-child(2)>span {
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.c-table-match-markets-default .date:nth-child(2) .live {
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    color: #ee8b57;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto
}
.c-table-match-markets-default .bk{
    padding-left: 10px;
}
.c-table-match-markets-default .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-table-match-markets-default .team.mobile {
    display: none
}

.c-table-match-markets-default .tournament>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-table-match-markets-default .vs {
    font-weight: 900
}

.c-table-match-markets-default .score {
    text-align: center
}

.stream_match_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.c-table-match-markets-default td {
    width: auto
}

.c-table-match-markets-default .mobile {
    display: none
}

.c-table-match-markets-default td:nth-child(1),
.c-table-match-markets-default th:nth-child(1) {
    width: 120px
}

.c-table-match-markets-default td:nth-child(2),
.c-table-match-markets-default th:nth-child(2) {
    width: 90px
}

.c-table-match-markets-default td:nth-child(3),
.c-table-match-markets-default th:nth-child(3) {
    padding-left: 20px
}

.c-table-match-markets-default td:nth-child(4),
.c-table-match-markets-default th:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px
}

.c-table-match-markets-default .tournament {
    padding-left: 20px
}

.stream_match_block .item {
    -ms-flex-preferred-size: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 2px);
    margin: 0 1px 20px 1px;
    background: #2f2c4b;
    border: 2px solid transparent;
    padding: 10px 10px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stream_match_block .item:hover {
    border-color: #ee8b57
}

.stream_match_block .item .wrap_tournament_logo {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px
}

.stream_match_block .item .wrap_tournament_logo img {
    -o-object-fit: contain;
    object-fit: contain
}

.stream_match_block .item .bottom_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.stream_match_block .item .bottom_block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stream_match_block .item .bottom_block .date_and_type {
    margin-bottom: 5px
}

.stream_match_block .item .bottom_block .date_and_type .date .live {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ee8b57;
    position: relative
}

.stream_match_block .item .bottom_block .name {
    margin: auto 0
}

.stream_match_block .item .bottom_block .name .player_name {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.stream_match_block .item .bottom_block .name .tournament_name {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #6d8094
}

.stream_match_block .item .date .no_live {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #fff
}

section.table-section .stream_block.btn-container {
    display: block
}

section.stream {
    margin: 0 auto
}

section.stream .bookmaker_logo img {
    max-width: 100%;
    height: auto;
    width: auto
}

section.stream .main_title {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    color: #fff
}

section.stream .back {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px
}

section.stream .back a {
    color: #acb6ba;
    text-decoration: none
}

section.stream .back span {
    padding-right: 8px
}

section.stream .main {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0;
    min-height: auto;
    position: relative;
    border-radius: 20px;
    min-height: 270px
}

section.stream .main .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 23px 0 23px;
    position: relative;
    overflow: hidden;
    width: calc(60% - 10px);
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    left: 0;
    text-align: right
}

section.stream .main .title .logo_tournament img {
    display: none
}

section.stream .main .title .match_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #97989a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

section.stream .main .title .teams_name {
    display: none
}

section.stream .main .title span {
    padding-right: 15px
}

section.stream .wrap_video_score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 240px
}

section.stream .wrap_video_score.novideo .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

section.stream .main.novideo .title {
    width: 100%;
    padding-left: 150px
}

section.stream .wrap_video_score.novideo .left {
    display: none
}

section.stream .wrap_video_score.novideo .right {
    max-width: 100%;
    width: 100%
}

section.stream .right {
    padding: 90px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2f2c4b;
    border-radius: 8px
}

section.stream .wrap_video_score .left {
    -ms-flex-preferred-size: calc(40% - 10px);
    flex-basis: calc(40% - 10px);
    border-radius: 20px;
    position: relative
}

section.stream .wrap_video_score .left iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 2px solid #ee8b57
}

section.stream .wrap_video_score .right {
    -ms-flex-preferred-size: calc(60% - 10px);
    flex-basis: calc(60% - 10px)
}

section.stream .time_and_score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0 15px
}

section.stream .wrap_half_and_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: 40%
}

section.stream .wrap_half_and_time .half {
    color: #ff4242;
    padding-right: 12px
}

section.stream .wrap_half_and_time .time {
    color: #000
}

section.stream .center {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ff4242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    width: 20%
}

section.stream .center .half {
    font-weight: 700;
    margin-bottom: 5px
}

section.stream .competitors__info {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ddd
}

section.stream .wrap_live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.stream .live {
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 28px;
    color: #ee8b57
}

.single-match-start-time {
    position: absolute;
    top: 30px;
    left: 23px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase
}

section.stream .team_and_score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.stream .team_and_score .team1,
section.stream .team_and_score .team2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    width: 40%
}

section.stream .team_and_score .team1 img,
section.stream .team_and_score .team2 img {
    max-width: 58px;
    max-height: 58px;
    -o-object-fit: contain;
    object-fit: contain
}

section.stream .team_and_score .team1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.stream .team_and_score .team2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.stream .team_and_score .team1 span {
    text-align: right;
    padding-right: 20px
}

section.stream .team_and_score .team2 span {
    padding-left: 20px;
    text-align: left
}

section.stream .right .team_and_score .score {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 20%;
    padding: 0 5px
}

section.stream .right .odds .vs {
    display: none
}

section.stream .right .odds .wrap_odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-top: 10px
}

section.stream .right .odds .wrap_odds div {
    text-align: center;
    background: #433f6a;
    width: 38px;
    height: 26px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.stream .right .odds .wrap_odds .vs_block {
    display: none
}

section.stream .main .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.stream .main .category:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eee
}

section.stream .main .category div {
    width: 70px;
    text-align: center;
    padding: 6px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
    border-bottom: 1px solid transparent;
    position: relative;
    cursor: pointer
}

section.stream .main .category div.active:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff4242
}

section.stream .main .category div:hover:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #ff4242
}

section.stream .hidden {
    display: none
}

section.stream .match {
    display: none
}

section.stream .table {
    margin-bottom: 50px
}

section.stream .table h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 12px
}

section.stream .table .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 9px 0;
    color: #fff;
    background-color: #3a3f47;
    border-radius: 8px 8px 0 0
}

section.stream .table .title>div {
    width: 33%;
    text-align: left
}

section.stream .table .title>div:nth-child(3) {
    display: none
}

section.stream .table .item>div:nth-child(3) {
    display: none
}

section.stream .table .item>div {
    width: 25%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 40px;
    padding-left: 15px
}

section.stream .table4 .title>div {
    width: 25%;
    padding-left: 15px
}

section.stream .table4 .item>div {
    width: 25%
}

section.stream .table3 .title>div {
    width: 33.333%
}

section.stream .table3 .item>div {
    width: 33.333%
}

section.stream .table2 .title>div {
    width: 50%
}

section.stream .table2 .item>div {
    width: 50%
}

section.stream .table .title-h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px
}

section.stream .table .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, .04);
    border: 1px solid #3a3f47;
    border-width: 0 1px 1px 1px
}

section.stream .table .item>div .odd-away,
section.stream .table .item>div .odd-home {
    width: 60px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #2fdfc5;
    border-radius: 6px
}

section.stream .table .item:hover {
    background-color: #7d8085
}

section.stream .table .weight {
    font-weight: 700
}

section.stream .handicap .title>div {
    width: 50%
}

section.stream .handicap .minus {
    font-weight: 700;
    color: #ff4242
}

section.stream .handicap .plus {
    font-weight: 700;
    color: #2bb601
}

section.stream .table .noshow {
    display: none
}

.c-bets-table .bets-table-row .ggbet_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 10px 15px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #EE8B57;
    text-decoration: none;
}

.c-bets-table .bets-table-row .ggbet_link img {
    margin: 0 auto 0 8px;
}

section.stream .wrap_video_score .right .wrap_button_ggbet {
    border-top: 2px solid #97989A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
}

section.stream .wrap_video_score .right .wrap_button_ggbet a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #EE8B57;
    padding: 15px 0;
    text-decoration: none;
}

section.stream .wrap_video_score .right .wrap_button_ggbet a:hover {
    color: #fff;
}

section.stream .wrap_video_score .right .wrap_button_ggbet a svg {
    margin-left: 8px;
}

.bk_ggbet .ggbet_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:1024px) {
    .stream_match_block .item {
        -ms-flex-preferred-size: calc(50% - 2px);
        flex-basis: calc(50% - 2px)
    }

    .c-table-match-history table .tournament {
        display: none
    }

    .c-table-match-markets-default .tournament {
        display: none
    }

    .c-table-match-markets-default td:nth-child(3),
    .c-table-match-markets-default th:nth-child(3) {
        padding-left: 5px
    }
}

@media screen and (max-width:900px) {
    section.stream .wrap_video_score .right .wrap_button_ggbet a {
        padding-bottom: 0;
    }

    section.stream .wrap_video_score {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto
    }

    section.stream .wrap_video_score .left,
    section.stream .wrap_video_score .right {
        width: 100%
    }

    section.stream .wrap_video_score .left iframe {
        position: static;
        right: auto;
        top: auto;
        width: 100%
    }

    section.stream .wrap_video_score .left {
        height: 180px;
        margin-top: 20px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    section.stream .main .title {
        width: 100%
    }
}

@media screen and (max-width:768px) {

    .c-table-match-history td:nth-child(4),
    .c-table-match-history td:nth-child(6),
    .c-table-match-history th:nth-child(4),
    .c-table-match-history th:nth-child(6) {
        padding-left: 15px;
    }

    .c-table-match-history .date.desktop {
        padding: 0 15px;
    }

    .c-bets-table b {
        margin-right: 6px;
        display: inline-block
    }

    .c-stream {
        display: none !important
    }

    ul.slider_table.slick-slider {
        width: calc(100% - 54px)
    }

    .slider_block .slick-arrow {
        width: 25px
    }

    .slider_block .slick-arrow.prev_arrow {
        left: -26px
    }

    .slider_block .slick-arrow.next_arrow {
        right: -27px
    }
}

@media screen and (max-width:640px) {
    .c-table-match-history th.bk {
        padding-left: 10px;
    }
    .c-table-match-markets-default td:nth-child(1),
    .c-table-match-markets-default th:nth-child(1){
        width: 90px;
    }

    section.stream .team_and_score .team1 span {
        padding-right: 10px;
    }

    section.stream .team_and_score .team2 span {
        padding-left: 10px;
    }

    .c-table-match-history table img {
        display: none
    }

    .c-table-match-history table .date span.mobile {
        display: block
    }

    .c-table-match-history .mobile {
        display: table-cell
    }

    .c-table-match-history .desktop {
        display: none
    }

    .c-table-match-history th.date .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        white-space: nowrap;
        justify-content: center
    }

    .c-table-match-history table th.date span {
        width: auto
    }

    .c-table-match-history table th.date span:nth-child(1) {
        margin-right: 3px
    }

    .c-table-match-history table td.date span:nth-child(1) {
        margin-bottom: 4px
    }
    .c-table-match-history .date:not(.desktop){
        padding-left: 5px;
        padding-right: 5px;
    }
    .c-table-match-history .mobile_team {
        padding-left: 5;
    }

    .bk_ggbet .ggbet_link img {
        display: block;
    }

    .c-table-match-history .mobile_team .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-table-match-history .mobile_team .wrap .wrap_team {
        padding-right: 10px
    }

    .c-table-match-history .mobile_team .wrap .score {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .c-table-match-history table .score .vs {
        margin: 0;
    }

    .c-table-match-history .mobile_team .wrap .wrap_team .team:nth-child(1) {
        margin-bottom: 4px;
    }

    .c-bets-table .row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .c-table-match-markets-default .desktop {
        display: none
    }

    .c-table-match-markets-default .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-table-match-markets-default th.date .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-table-match-markets-default .dark>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .category .wrap_top_block .nearest_tournaments tbody .name {
        margin-top: 0;
        white-space: normal;
        -o-text-overflow: inherit;
        text-overflow: inherit
    }

    .c-table-match-markets-default .dark>div span:nth-child(2) {
        margin-top: 5px
    }

    .c-table-match-markets-default .dark>div .live {
        font-weight: 900;
        font-size: 12px;
        line-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #ee8b57;
        position: relative
    }

    .c-table-match-markets-default img {
        display: none
    }

    .stream_match_block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stream_match_block .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 320px;
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 9px 6px 18px 6px
    }

    .stream_match_block .item .wrap_tournament_logo {
        max-height: 150px
    }

    .stream_match_block .item .bottom_block .name .player_name {
        font-size: 14px;
        line-height: 16px
    }

    .stream_match_block .item .bottom_block .name .tournament_name {
        font-size: 14px;
        line-height: 16px
    }

    .stream_match_block .item .date .no_live {
        font-size: 12px;
        line-height: 100%
    }

    .stream_match_block .item .bottom_block .date_and_type .date .live {
        font-size: 12px;
        line-height: 100%
    }

    section.table-section .stream_block.btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    section.table-section .stream_block.btn-container .button {
        margin: auto
    }

    section.stream .main_title {
        font-weight: 900;
        font-size: 18px;
        line-height: 140%
    }

    section.stream .live {
        font-size: 12px;
        line-height: 100%
    }

    section.stream .main .title .match_name {
        font-size: 12px;
        line-height: 14px
    }

    section.stream .main .title {
        padding: 15px 15px 0 50px
    }

    section.stream .live {
        top: 15px;
        left: 15px
    }

    section.stream .right {
        padding-top: 75px
    }

    section.stream .team_and_score .team1 img,
    section.stream .team_and_score .team2 img {
        max-width: 46px;
        max-height: 46px
    }

    section.stream .team_and_score .team1,
    section.stream .team_and_score .team2 {
        font-size: 14px;
        line-height: 16px
    }

    section.stream .right .team_and_score .score {
        font-size: 14px;
        line-height: 16px
    }

    .single-match-start-time {
        font-size: 12px;
        line-height: 14px;
        top: 15px;
        left: 15px
    }

    section.stream .main.novideo .title {
        padding-left: 110px
    }

    .c-table-match-markets-default .team.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-table-match-markets-default .wrap_team .team {
        font-size: 12px;
        line-height: 14px
    }

    .c-table-match-markets-default .wrap_team .team:nth-child(1) {
        margin-bottom: 4px
    }

    .c-table-match-markets-default .wrap_team .team:nth-child(1) .vs {
        margin-left: 4px
    }
}

@media screen and (max-width:600px) {
    section.stream .main_title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px
    }

    section.stream .main {
        margin-bottom: 20px
    }

    section.stream .wrap_video_score {
        margin-bottom: 0
    }

    section.stream .back {
        margin-bottom: 20px
    }

    section.stream .table .title {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        padding: 9px 0
    }

    section.stream .table h2 {
        font-size: 18px;
        line-height: 22px
    }

    section.stream .table4 .title>div {
        width: 33.333%
    }

    section.stream .table4 .title>div:nth-child(n+2) {
        text-align: left
    }

    section.stream .table .item>div:nth-child(n+2) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    section.stream .table .item>div {
        width: 33.333%;
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        height: 34px
    }

    section.stream .table .title-h2 {
        font-size: 14px;
        line-height: 19px
    }

    section.stream .team_and_score {
        margin-top: 0
    }

    section.stream .live {
        font-size: 14px;
        line-height: 100%;
        top: 20px;
        left: 15px
    }
}

@media screen and (max-width:500px) {
    .c-bets-table .row {
        min-height: 150px
    }

    .c-bets-table .row .team_block .team {
        max-width: 150px
    }

    .c-bets-table .coef {
        font-size: 12px;
        width: 40px;
        height: 26px
    }

    .c-bets-table .row .icon_game>div {
        width: 21px;
        height: 21px
    }

    .c-bets-table .row .live_block .wrap .score span {
        font-size: 14px;
        line-height: 16px
    }

    .c-bets-table .row .tournament_name .time_to_start {
        font-size: 12px
    }

    .c-bets-table .row .icon_game>div {
        width: 20px;
        height: 20px
    }

    .c-bets-table .row .team_block .team_logo img {
        max-width: 24px;
        height: 24px
    }
}

section.stream .main .category {
    display: none
}

section.stream .table.total {
    display: none
}

section.stream .table.vs {
    display: none
}

section.stream .table.handicap {
    display: none
}

section.stream .table.next_goal {
    display: none
}

section.stream .wrap_half_and_time {
    display: none
}

section.stream .center {
    display: none
}
/*# sourceMappingURL=style_47.css.map */