ul {
    padding: 0;
    margin: 0
}

.c-events {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px
}

.c-events_not_text {
    margin: 20px 0 25px;
    text-align: center;
    font-size: 16px
}

.c-events_inner {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    border: 1px solid #397baf
}

.c-events_inner .c-events__name {
    padding-left: 0
}

.c-events * {
    box-sizing: border-box
}

.c-events__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d2dee2
}

.c-events__item:first-of-type {
    border-top: 0
}

.c-events__item_game:hover {
    background: rgba(57,123,175,.1)
}

.c-events__item_game:hover .c-events__favorite {
    color: #4b91b4;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-events__item_game:hover .c-bets__bet {
    background: rgba(75,145,180,.2)
}

.c-events__item_game .c-events__name {
    display: block
}

.c-events__item_head {
    padding-left: 10px;
    overflow: visible;
    background: #4b91b4;
    color: #fff
}

.c-events__item_head .c-events__name {
    padding-left: 0;
    font-size: 1em
}

.c-events__item_head .c-events__name:after {
    content: "+";
    display: block;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    margin-left: auto;
    text-align: center;
    font-size: .875em
}

.c-events__item_head .c-bets__bet {
    overflow: initial;
    background: none!important;
    word-break: break-word;
    color: #fff
}

.c-events__item_head .c-bets__bet:hover {
    background: inherit
}

.c-events__item_col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-events__item_col .c-events__item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px
}

.c-events__item .icon,.c-events__item .sport_icons {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.c-events__item .icon {
    width: 18px;
    height: 18px;
    fill: #fff
}

.c-events__moreEvs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.c-events__moreEvs .marketsDivBgNew {
    margin: 0
}

.c-events__favorite {
    position: absolute;
    top: 50%;
    left: 11px;
    z-index: 1;
    margin-top: -10px;
    font-size: .875em;
    color: #444;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,-webkit-transform .35s ease
}

.c-events__favorite:before {
    content: "\f006";
    text-rendering: auto;
    font: normal normal normal .875em/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-events__favorite.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: starScale .3s ease;
    animation: starScale .3s ease
}

.c-events__favorite.active:before {
    content: "\f005";
    color: #4b91b4
}

.c-events__favorite+.c-events__to-top {
    margin-left: 24px
}

.c-events__idGame {
    display: none;
    position: absolute;
    top: 0;
    left: 33px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 100%;
    font-size: .6875em;
    color: #333;
    transition: opacity .25s ease-in-out
}

.c-events__lang {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.c-events__num {
    position: relative
}

.c-events__lang {
    width: 17px;
    height: 17px;
    margin: 0 15px
}

.c-events__lang.sport_icons {
    width: 18px;
    height: 18px
}

.c-events__to-top {
    position: relative;
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    top: -5px;
    padding: 0;
    margin-left: 9px;
    outline: none;
    border: none;
    background: transparent;
    font-size: 9px;
    letter-spacing: -.2px;
    color: #b3bcbf;
    transition: color .3s linear
}

.c-events__to-top.active .top-icon {
    fill: #437baa;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c-events__to-top.active .top-icon:hover {
    fill: #787d7f
}

.c-events__to-top .top-icon {
    fill: #a0c3e5;
    width: 15px;
    height: 15px
}

.c-events__to-top .top-icon:hover {
    fill: #787d7f
}

.c-events__to-top_with-offset {
    margin-left: 60px
}

.c-events__to-top_line {
    padding-top: 8px
}

.c-events__date,.c-events__time-info {
    margin-left: 24px
}

.c-events__date {
    padding: .55em 0 .45em;
    text-transform: uppercase;
    font-size: .625em;
    line-height: 1;
    color: #286da6
}

.c-events__text {
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px
}

.c-events__text,.c-events__time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #397baf
}

.c-events__time {
    -webkit-flex: 0 0 38px;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 38px;
    font-size: .75em
}

.c-events__time_tvbet {
    width: 45px;
    margin-left: 0
}

.c-events__time-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-events__overtime {
    margin: 0;
    font-size: 11px;
    color: #a9b733
}

.c-events__liga {
    cursor: pointer
}

.c-events__liga,.c-events__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-events__name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px 9px;
    font-size: .875em;
    color: #444
}

.c-events__name:hover .c-events__liga,.c-events__name:hover .c-events__teams {
    text-decoration: underline
}

.c-events__teams {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-events__teams:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #397baf;
    -webkit-transform: scale3d(0,1,0);
    transform: scale3d(0,1,0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.c-events__team {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    white-space: nowrap
}

.c-events__team+.c-events__team:before {
    content: " - "
}

.c-events__dop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px
}

.c-events__dop .c-events__ball .sport_icons {
    width: 14px;
    height: 14px
}

.c-events__dop .c-events__ball .icon {
    width: 13px;
    height: 13px
}

.c-events__more-wrap {
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-events__more,.c-events__more-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-events__more {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    transition: color .3s ease,background .3s ease
}

.c-events__more:hover {
    background: #fff
}

.c-events__more:before {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-rendering: auto;
    font: normal normal normal .875em/1 FontAwesome;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-events__more_events {
    color: #397baf
}

.c-events__more_events:before {
    content: "\f107";
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 53%;
    transform-origin: 50% 53%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.c-events__more_events.active {
    background: #397baf;
    color: #fff
}

.c-events__more_events.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-events__more_bets {
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    text-decoration: underline;
    font-size: .6875em;
    color: #444
}

.c-events__more_bets.active {
    position: relative;
    text-decoration: none;
    color: #fff
}

.c-events__more_bets.active:before {
    content: "\f106";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #397baf;
    font-size: 1em
}

.c-events__score {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5px;
    max-width: 200px;
    font-size: .6875em;
    color: #397baf
}

@media screen and (min-width: 2000px) {
    .c-events__score {
        max-width:none
    }
}

.c-events__fullScore {
    margin-right: 5px
}

@media screen and (max-width: 1800px) {
    .c-events__fullScore {
        display:none
    }
}

.c-events__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-events__ico {
    cursor: pointer;
    margin: 2.5px 0 1.5px 3px
}

.c-events__ico:first-child {
    margin-left: 0
}

.c-events__ico:before {
    text-rendering: auto;
    font: normal normal normal .875em/1 FontAwesome;
    font-size: inherit;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-events__ico_video {
    cursor: pointer;
    width: 21px;
    height: 13px;
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/Icon_live.svg) no-repeat
}

.c-events__ico_stat {
    color: #6b6b6b
}

.c-events__ico_stat:before {
    content: "\f080"
}

.c-events__ico_zone {
    width: 21px;
    height: 13px
}

.c-events__ico_zone.p01 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p05.svg) no-repeat
}

.c-events__ico_zone.p02 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p02.svg) no-repeat
}

.c-events__ico_zone.p03 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p03.svg) no-repeat
}

.c-events__ico_zone.p04 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p04.svg) no-repeat
}

.c-events__ico_zone.p05,.c-events__ico_zone.p066 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p05.svg) no-repeat
}

.c-events__ico_zone.p06 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p06.svg) no-repeat
}

.c-events__ico_zone.p07 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p07.svg) no-repeat
}

.c-events__ico_zone.p044 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p08.svg) no-repeat
}

.c-events__ico_zone.p09 {
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/p09.svg) no-repeat
}

.c-events__ico_tour {
    width: 20px;
    height: 13px;
    fill: #6b6b6b
}

.c-events__ico_winter_rating {
    width: 20px;
    height: 19px
}

.c-events__ico_standings {
    height: 17px;
    color: #6b6b6b
}

.c-events__ico_standings:before {
    content: "\f00b"
}

.c-events__ico_podium {
    width: 18px;
    height: 18px;
    background: url(/web/20190624090614im_/https://v2l.ccdnss.com/default/img/zone-icons/podium.svg) no-repeat
}

.c-events__ico_coef-graph {
    width: 14px;
    height: 13px
}

.c-events__ico_self_stat {
    width: 16px;
    height: 13px
}

.c-events__ball {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: top
}

.c-events__no-bets {
    text-align: center;
    color: #fff
}

.c-events__info {
    padding: 0 8px 0 5px;
    font-size: 16px
}

.c-events__subitem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden
}

.c-events__subitem .c-events__favorite {
    position: static
}

.c-events__subitem .c-events__idGame {
    left: 23px
}

.c-events.withBigBet .c-events__more_bets {
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    width: 45px
}

.c-events.withBigBet .c-events__item_head .c-bets {
    margin-right: 45px
}

.c-events.greenBack.withBigBet .c-events__time {
    color: #77a02e
}

.c-events.greenBack.withBigBet .c-events__item_col .c-events__item:hover {
    background: #f3f6ec
}

.c-events.blueBack .c-events__item_head .c-events__liga,.c-events.blueBack .c-events__item_head .c-events__name,.c-events.grayBack .c-events__item_head .c-events__liga,.c-events.grayBack .c-events__item_head .c-events__name,.c-events.greenBack .c-events__item_head .c-events__liga,.c-events.greenBack .c-events__item_head .c-events__name {
    color: #fff
}

.c-events .c-bets {
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    width: 53%
}

.c-events .dropdown_filters {
    display: none
}

.c-events .moreMinCon_back {
    border-top: 1px solid #397baf
}

.c-events .moreMinCon_bets {
    border-bottom: 1px solid #397baf
}

.c-events_withId .c-events__idGame {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-events_withId .c-events__time-info {
    margin-left: 60px
}

.c-events_withId .c-events__lang {
    margin: 0 15px 0 51px
}

.c-events_withId .c-events_inner .c-events__idGame {
    left: 10px
}

.c-events_withId .c-events_inner .c-events__name {
    margin-left: 40px
}

.c-events-goal {
    -webkit-flex: 0 0 31px;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    width: 31px;
    height: 13px;
    margin: 0 10px;
    background-size: cover
}

.c-events-goal img {
    display: block;
    max-width: 100%;
    height: auto
}

.c-bets {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-bets,.c-bets__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-bets__item {
    position: relative;
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 1px;
    min-width: 0
}

.c-bets__item:first-of-type {
    padding-left: 0
}

.c-bets__item:last-of-type {
    padding-right: 0
}

.c-bets__bet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: auto;
    cursor: pointer;
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 35px;
    min-height: 30px;
    margin-right: 1px;
    overflow: hidden;
    background: #eee;
    text-align: center;
    text-transform: uppercase;
    font-size: .6875em;
    color: #444
}

.c-bets__bet:last-of-type {
    margin-right: 0
}

.c-bets__bet_coef:hover,.c-bets__bet_coef_active {
    background: #a4d2f4!important;
    color: #000!important
}

.c-bets__bet_long:before {
    height: 500%;
    -webkit-transform-origin: 240% 50%;
    transform-origin: 240% 50%
}

.c-bets__bet_longest {
    padding: 2px 0
}

.c-bets__bet_longest:nth-last-child(-n+2) {
    display: none
}

.c-bets__bet_change:before {
    content: "\f107";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 9px;
    margin-left: -4.5px;
    text-rendering: auto;
    font: normal normal normal .875em/1 FontAwesome;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #444
}

.c-bets__bet.light {
    box-shadow: inset 0 3px 0 #397baf
}

.c-bets__bet.non,.c-bets__bet.num {
    cursor: default
}

.c-bets__bet.non {
    background: #e8e8e8!important
}

.c-bets__bet.num {
    background: #fff!important
}

.c-bets__bet span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-markets-drop {
    display: none;
    position: absolute;
    top: 125%;
    left: 50%;
    z-index: 1006;
    box-sizing: border-box;
    width: 140px;
    margin-left: -70px;
    border: 2px solid #397baf;
    border-radius: 5px;
    box-shadow: 0 15px 20px -3px rgba(0,0,0,.3);
    background: #fff
}

.b-markets-drop:after,.b-markets-drop:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent
}

.b-markets-drop:after {
    margin-left: -8px;
    border-width: 8px;
    border-color: hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff
}

.b-markets-drop:before {
    margin-left: -10px;
    border-width: 10px;
    border-color: hsla(0,0%,100%,0) hsla(0,0%,100%,0) #397baf
}

.b-markets-list {
    padding: 0;
    background: #fff;
    list-style: none;
    text-align: left;
    font-size: .75em;
    color: #444
}

.b-markets-list__item {
    cursor: pointer;
    padding: 8px 10px;
    border-bottom: 1px solid #397baf;
    transition: color .3s ease,background .3s ease
}

.b-markets-list__item:last-child {
    border-bottom: 0
}

.b-markets-list__item:hover {
    background: #397baf;
    color: #fff
}

.grayBack .c-events.blueBack .c-events__item,.grayBack .c-events.greenBack .c-events__item {
    color: #444
}

.grayBack .c-events.blueBack .c-events__item_head,.grayBack .c-events.greenBack .c-events__item_head {
    background: #d2dee2
}

.grayBack .c-events.blueBack .c-events__item_head .c-events__liga,.grayBack .c-events.blueBack .c-events__item_head .c-events__name,.grayBack .c-events.greenBack .c-events__item_head .c-events__liga,.grayBack .c-events.greenBack .c-events__item_head .c-events__name,.grayBack .c-events__name {
    color: #444
}

.grayBack .c-events__name:hover .c-events__liga,.grayBack .c-events__name:hover .c-events__teams {
    color: #397baf
}

.grayBack .c-events__item .icon {
    fill: #2c69a7
}

.grayBack .c-bets__bet,.grayBack .c-bets__item:before {
    color: #444
}

.grayBack .b-markets-drop {
    border-color: #d2dee2
}

.grayBack .b-markets-drop:before {
    border-bottom-color: #d2dee2
}

.grayBack .b-markets-list__item {
    border-color: #d2dee2
}

.grayBack .b-markets-list__item:hover {
    background: #d2dee2;
    color: #444
}

@media screen and (max-width: 1440px) {
    .c-events .c-events__fullScore {
        display:none
    }

    .c-events .c-events__team {
        display: block
    }

    .c-events .c-events__team+.c-events__team:before {
        display: none
    }

    .c-events .c-bets {
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }
}

@media screen and (max-width: 1170px) {
    .c-events .c-bets {
        -webkit-flex:0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .c-events.withBigBet .c-events__fullScore {
        display: none
    }

    .c-events.withBigBet .c-events__team {
        display: block
    }

    .c-events.withBigBet .c-events__team:before {
        display: none
    }

    .c-events.withBigBet .c-bets {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media screen and (max-width: 1070px) {
    .c-events .c-bets {
        -webkit-flex:0 0 50%!important;
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important
    }
}

@media screen and (max-width: 1690px) {
    .fixedLeft.fixedRight .c-events__fullScore {
        display:none
    }

    .fixedLeft.fixedRight .c-events__more-wrap {
        -webkit-flex-basis: 35px;
        -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fixedLeft.fixedRight .c-events__more {
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto
    }

    .fixedLeft.fixedRight .c-events__team {
        display: block
    }

    .fixedLeft.fixedRight .c-events__team+.c-events__team:before {
        display: none
    }

    .fixedLeft.fixedRight .c-events__icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 46px
    }

    .fixedLeft.fixedRight .c-events_inner .c-events__more {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .fixedLeft.fixedRight .c-events .c-bets {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .fixedLeft.fixedRight .c-events.withBigBet .c-bets {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .fixedLeft.fixedRight .c-events.withBigBet .c-bets+.c-events__more {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-flex-basis: 45px;
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px
    }

    .fixedLeft.fixedRight .c-events.blueBack .c-events__more-wrap {
        -webkit-flex-basis: 65px;
        -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .fixedLeft.fixedRight .c-events.blueBack .c-events__more:only-child {
        margin-left: 30px
    }
}

@media screen and (max-width: 1540px) {
    .fixedLeft.fixedRight .c-events .c-bets {
        -webkit-flex:0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1200px) {
    .fixedLeft.fixedRight .c-events .c-bets {
        -webkit-flex:0 0 50%!important;
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important
    }
}

@media screen and (max-width: 1650px) {
    .fixedLeft .c-events .c-bets {
        -webkit-flex:0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1450px) {
    .fixedLeft .c-events .c-events__fullScore {
        display:none
    }

    .fixedLeft .c-events .c-events__team {
        display: block
    }

    .fixedLeft .c-events .c-events__team+.c-events__team:before {
        display: none
    }

    .fixedLeft .c-events .c-bets {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1100px) {
    .fixedLeft .c-events .c-bets {
        -webkit-flex:0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media screen and (max-width: 1700px) {
    .fixedRight .c-events .c-events__team {
        display:block
    }

    .fixedRight .c-events .c-events__team+.c-events__team:before {
        display: none
    }

    .fixedRight .c-events .c-events__icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 46px
    }

    .fixedRight .c-events .c-bets {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1510px) {
    .fixedRight .c-events .c-events__fullScore {
        display:none
    }
}

@media screen and (max-width: 1840px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-events__fullScore {
        display:none
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-events__team {
        display: block
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-events__team+.c-events__team:before {
        display: none
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-bets {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1680px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-events__fullScore {
        display:none
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-events__team {
        display: block
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-bets {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 1500px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-events__fullScore {
        display:none
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-events__team {
        display: block
    }

    .fixedLeft.fixedRight.biggerRight .c-events .c-bets {
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

@media screen and (max-width: 1440px) {
    .fixedRight.biggerRight .c-events .c-bets,.fixedRight.biggestRight .c-events .c-bets {
        -webkit-flex:0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }
}

.gc_:after,.gc_:before,.rc_:after,.rc_:before {
    content: "";
    position: absolute
}

.gc_:before,.rc_:before {
    top: -100%;
    left: -100%;
    width: 70%;
    height: 250%;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
    -webkit-transform-origin: 170% 50%;
    transform-origin: 170% 50%
}

.gc_:after,.rc_:after {
    content: attr(data-coef);
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #eee;
    text-align: center
}

.gc_:before,.rc_:before {
    -webkit-animation: coef-highlight 1.5s cubic-bezier(.39,.58,.57,1) 1;
    animation: coef-highlight 1.5s cubic-bezier(.39,.58,.57,1) 1
}

.gc_:after,.rc_:after {
    -webkit-animation: coef-text-highlight 3.5s linear 1;
    animation: coef-text-highlight 3.5s linear 1;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.rc_:before {
    background: linear-gradient(90deg,rgba(255,212,212,0),#ffd4d4)
}

.rc_:after {
    color: red
}

.gc_:before {
    background: linear-gradient(90deg,rgba(192,222,140,0),#c0de8c)
}

.gc_:after {
    color: #1bcc00
}

.gc_lite,.rc_lite {
    z-index: 0
}

.gc_lite:before,.rc_lite:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-animation: simple_appear 4s;
    animation: simple_appear 4s
}

.rc_lite:before {
    box-shadow: inset 0 -3px 0 0 #e86b6b;
    background-color: #fbecec
}

.gc_lite:before {
    box-shadow: inset 0 3px 0 0 #96dc96;
    background-color: #e3fbe3
}

@-webkit-keyframes starScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes starScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes coef-highlight {
    0% {
        -webkit-transform: rotate(33deg) translateZ(0);
        transform: rotate(33deg) translateZ(0)
    }

    to {
        -webkit-transform: rotate(33deg) translate3d(300%,0,0);
        transform: rotate(33deg) translate3d(300%,0,0)
    }
}

@keyframes coef-highlight {
    0% {
        -webkit-transform: rotate(33deg) translateZ(0);
        transform: rotate(33deg) translateZ(0)
    }

    to {
        -webkit-transform: rotate(33deg) translate3d(300%,0,0);
        transform: rotate(33deg) translate3d(300%,0,0)
    }
}

@-webkit-keyframes coef-text-highlight {
    0%,to {
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }
}

@keyframes coef-text-highlight {
    0%,to {
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }
}

@-webkit-keyframes coef-text-highlight-simple {
    0% {
        opacity: 0
    }

    10%,to {
        opacity: 1
    }
}

@keyframes coef-text-highlight-simple {
    0% {
        opacity: 0
    }

    10%,to {
        opacity: 1
    }
}

@-webkit-keyframes simple_appear {
    0%,10%,to {
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }
}

@keyframes simple_appear {
    0%,10%,to {
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }
}

.c-events-scoreboard {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    font-size: 16px
}

.c-events-scoreboard__wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-events-scoreboard__team-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-events-scoreboard .c-events__team {
    display: block!important
}

.c-events-scoreboard .c-events__team+.c-events__team:before {
    display: none
}

.c-events-scoreboard .c-events__teams {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.c-events-scoreboard .c-events__overtime {
    text-align: center
}

.c-events-scoreboard .c-events__idGame {
    position: relative;
    left: 0;
    margin-right: .388em
}

.c-events-scoreboard .c-events__to-top {
    margin: 0 8px 0 0
}

.c-events-scoreboard .c-events__icons {
    max-width: 100%!important
}

.c-events-scoreboard .c-events__more {
    min-height: 1.75em
}

.c-events-scoreboard .c-events__more-wrap {
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.c-events-scoreboard .c-events__ico {
    margin-right: .388em;
    margin-left: 0
}

.c-events-scoreboard .c-events__time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    margin-right: 10px;
    margin-left: 0
}

.c-events-scoreboard .c-events__time span {
    margin-right: 5px
}

.c-events-scoreboard .c-events__name {
    padding: .25em 0 0;
    height: 100%
}

.c-events-scoreboard .c-events__favorite {
    position: static;
    width: 1.063em;
    height: .938em;
    margin: 0 .563em 0 0;
    text-align: center;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-events-scoreboard__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.c-events-scoreboard__item+.c-events-scoreboard__item {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.c-events-scoreboard__lines {
    padding: .25em .375em 0 0;
    height: 100%
}

.c-events-scoreboard__line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .25em 0 .135em
}

.c-events-scoreboard__line:last-child .c-events-scoreboard__cell {
    margin-bottom: 0
}

.c-events-scoreboard__ball {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: .625em!important;
    min-width: .625em;
    height: .625em!important
}

.c-events-scoreboard__ball .icon,.c-events-scoreboard__ball .sport_icons {
    width: 100%;
    height: 100%
}

.c-events-scoreboard__ball .icon {
    fill: #2c69a7
}

.c-events-scoreboard__subitem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-events-scoreboard__subitem .c-events__favorite {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
    color: #4b91b4
}

.c-events-scoreboard__cell {
    -webkit-flex-basis: 1.833em;
    -ms-flex-preferred-size: 1.833em;
    flex-basis: 1.833em;
    min-width: 1.833em;
    text-align: center;
    font-size: .75em;
    line-height: 1;
    color: #397baf
}

.c-events-scoreboard__cell--all {
    color: #3d3d3d
}

.c-events-scoreboard__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.c-events-scoreboard__penalty {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .25em 0 0
}

@media screen and (min-width: 1550px) {
    .c-events-scoreboard__penalty .c-penalty {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none
    }
}

.c-events-scoreboard__penalty .ice-hockey .c-penalty__item {
    font-size: 11px
}

.c-events-scoreboard__penalty+.c-events-scoreboard__penalty {
    padding-top: .12em
}

.c-events-scoreboard__lines_tennis .c-events-scoreboard__line:first-child .c-events-scoreboard__cell--full:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 1px;
    height: 315%;
    background: rgba(177,189,192,.33)
}

.c-events-scoreboard__lines_tennis .c-events-scoreboard__cell {
    font-size: .813em;
    color: #b1bdc0
}

.c-events-scoreboard__lines_tennis .c-events-scoreboard__cell--full {
    position: relative;
    font-size: .875em;
    line-height: .813em;
    color: #3a7eb5
}

.c-events-scoreboard__lines_tennis .c-events-scoreboard__cell--sub,.c-events-scoreboard__lines_tennis .c-events-scoreboard__cell:nth-last-child(2) {
    color: #6e9532
}

#alert_dialog .alert-sob .type .bet.gc_:after,#alert_dialog .alert-sob .type .bet.rc_:after {
    width: 100%;
    background: #ffe565
}

#alert_dialog .alert-sob .type .bet,#all_bets .type .bet.coef-change {
    position: relative;
    overflow: hidden
}

#alert_dialog .alert-sob .type .bet.gc_:after,#alert_dialog .alert-sob .type .bet.rc_:after,#all_bets .type .bet.coef-change.gc_:after,#all_bets .type .bet.coef-change.rc_:after {
    content: attr(data-decimal);
    right: 0;
    left: auto;
    width: calc(100% - 5px);
    background: #fff
}

.legend {
    font-size: 11px
}

.u-visually-hidden {
    position: absolute;
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.vip-info-con {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    line-height: 1.2!important;
    white-space: normal!important
}

body:not(.biggerRight):not(.biggestRight) .vip-info-con {
    padding: 5px 0
}

body:not(.biggerRight):not(.biggestRight) .max-bet-con {
    height: auto!important
}

.vip-info {
    position: relative;
    margin: 0 1px 0 auto
}

body:not(.biggerRight):not(.biggestRight) .vip-info {
    margin: 0 4px 0 auto
}

.vip-info__switch {
    padding: 5px 0;
    margin: 0 0 10px
}

.vip-info__ico {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.46154em;
    height: 2.46154em;
    overflow: hidden;
    color: #397baf
}

.vip-info__ico .fa {
    font-size: 18px
}

body:not(.biggerRight):not(.biggestRight) .vip-info__ico .fa {
    font-weight: 700
}

.vip-info__ico:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #77a02e;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.vip-info__text {
    margin: 0
}

.vip-info__text+.vip-info__text {
    margin-top: 1em
}

.vip-info__content {
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    padding: 15px;
    width: 320px;
    box-shadow: 0 8px 15px rgba(0,0,0,.3);
    background: #fff;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    transition: opacity .25s ease,-webkit-transform .25s!important;
    transition: opacity .25s ease,transform .25s!important;
    transition: opacity .25s ease,transform .25s,-webkit-transform .25s!important
}

.vip-info.active .vip-info__content,.vip-info.active .vip-info__ico:before {
    -webkit-transform: none;
    transform: none
}

.vip-info.active .vip-info__content {
    opacity: 1
}

.vip-crown {
    opacity: 0;
    margin: 5px 5px 0 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: opacity .3s ease,-webkit-transform .3s ease!important;
    transition: opacity .3s ease,transform .3s ease!important;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease!important
}

.vip-crown.active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

body:not(.biggerRight):not(.biggestRight) .vip-crown {
    margin: 4px 4px 0 0
}

@media screen and (max-width: 1170px) {
    .c-events .c-bets__bet_long:last-child,.c-events .c-bets__bet_sm:last-child,.c-events.withBigBet .c-bets__bet_sm:nth-last-child(-n+3) {
        display:none
    }
}

@media screen and (max-width: 1070px) {
    .c-events .c-bets__bet_long:last-child,.c-events .c-bets__bet_sm:nth-last-child(-n+6) {
        display:none
    }
}

@media screen and (max-width: 1540px) {
    .fixedLeft.fixedRight .c-events .c-bets__bet_long:last-child,.fixedLeft.fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+6) {
        display:none
    }
}

@media screen and (max-width: 1340px) {
    .fixedLeft.fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+9) {
        display:none
    }
}

@media screen and (max-width: 1200px) {
    .fixedLeft.fixedRight .c-events .c-bets__bet_long:nth-last-child(-n+3),.fixedLeft.fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+12) {
        display:none
    }
}

@media screen and (max-width: 1450px) {
    .fixedLeft .c-events .c-bets__bet_long:last-child,.fixedLeft .c-events .c-bets__bet_sm:nth-last-child(-n+3) {
        display:none
    }
}

@media screen and (max-width: 1275px) {
    .fixedLeft .c-events .c-bets__bet_sm:nth-last-child(-n+6) {
        display:none
    }
}

@media screen and (max-width: 1100px) {
    .fixedLeft .c-events .c-bets__bet_long:nth-last-child(-n+2),.fixedLeft .c-events .c-bets__bet_sm:nth-last-child(-n+9) {
        display:none
    }
}

@media screen and (max-width: 1510px) {
    .fixedRight .c-events .c-bets__bet_long:nth-last-child(-n+2),.fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+3) {
        display:none
    }
}

@media screen and (max-width: 1320px) {
    .fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+6) {
        display:none
    }
}

@media screen and (max-width: 1200px) {
    .fixedRight .c-events .c-bets__bet_sm:nth-last-child(-n+9) {
        display:none
    }
}

@media screen and (max-width: 3100px) {
    .fixedLeft.fixedRight.biggestRight .c-events .c-bets__bet_sm:nth-last-child(-n+3) {
        display:none
    }
}

@media screen and (max-width: 3900px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-bets__bet_sm:nth-last-child(-n+3) {
        display:none
    }
}

@media screen and (max-width: 1680px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-bets__bet_long:nth-last-child(-n+2),.fixedLeft.fixedRight.biggerRight .c-events .c-bets__bet_sm:nth-last-child(-n+6) {
        display:none
    }
}

@media screen and (max-width: 1500px) {
    .fixedLeft.fixedRight.biggerRight .c-events .c-bets__bet_long:nth-last-child(-n+3),.fixedLeft.fixedRight.biggerRight .c-events .c-bets__bet_sm:nth-last-child(-n+9) {
        display:none
    }
}

/*
     FILE ARCHIVED ON 09:06:14 Jun 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:22:23 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.401
  load_resource: 64.827
  PetaboxLoader3.resolve: 43.788
  PetaboxLoader3.datanode: 14.306
*/
