body {
    font-family: 'Roboto', sans-serif;
    background: #333333;
    color: #cccccc;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.show-mobile {
    display: none !important;
}
.show-desktop {
    display: inherit;
}
.container {
    width: 1310px;
    margin: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.clearfix {
    display: block;
    clear: both;
}
.left-block {
    float: left;
}
.right-block {
    float: right;
}
.orange-text {
    color: #ff5419;
}
.text-bold {
    font-weight: bold;
}
.header {
    min-width: 1310px;
    background: #1a1a1a;
    height: 90px;
}
.audio-block {
    display: inline-block;
}
.audio-block .audio-button {
    background: url("../imgs/audio-active.svg") center no-repeat;
    border: 0;
    width: 110px;
    height: 35px;
    outline: 0 !important;
    cursor: pointer;
    margin: 20px 0 20px 40px
}
.audio-block .audio-button[data-volume="off"] {
    background: url("../imgs/audio-noactive.svg") center no-repeat;
}
.language-block {
    display: inline-block;
}
.language-link {
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    color: #cccccc;
    vertical-align: 5px;
}
.language-link:hover {
    color: #ff5419;
}
.logo {
    cursor: pointer;
    width: 170px;
}
.main-popup {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    z-index: 1000;
    padding: 40px 0;
}

/*.main-popup:before {
    content: "";
    position: absolute;
    display: block;
    height: 95px;
    top: -95px;
    left: 0;
    right: 0;
}*/
.main-popup .h1 {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    margin-left: 150px;
}

.main-popup .inner-container {
    margin-left: 230px;
    font-size: 20px;
}
.main-popup .inner-container p {
    margin-bottom: 40px;
}
.team-block {
    margin: -20px 0 60px 0;
}
.team-block .team-item {
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 220px;
}
.team-block .team-item img {
    float: left;
    margin-right: 10px;
}
.team-block .team-item .team-name {
    display: inline-block;
    margin-top: 25px;
}
.tabs-container.tabs-race {
    position: relative;
}
.tabs-container.tabs-race > .tabs-head {
    margin-top: -33px;
    padding-top: 33px;
    margin-left: 230px;
    position: relative;
}
.tabs-container.tabs-race > .tabs-head .tabs-car {
    position: absolute;
    bottom: 100%;
    top: 0;
    left: 0;
}
.tabs-container.tabs-race > .tabs-head .tabs-btns {
    position: relative;
    display: table;
    width: 1080px;
}
.tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item {
    display: table-cell;
    min-width: 140px;
    padding: 10px;
    font-size: 14px;
    border-top: 9px solid #666666;
    cursor: pointer;
}
.tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item:nth-child(even) {
    border-color: #808080;
}
.tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item.active,
.tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item:hover {
    border-color: #ff5419;
    color: #ff5419;
}
.tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item b {
    display: block;
    font-weight: 700;
}
.btn-start-mobile-race,
.btn-start-race {
    cursor: pointer;
    background: #ff5419;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 28px;
    border: 0;
    margin-top: -20px;
    outline: 0 !important;
}
.more-tabs-contents,
.tabs-contents {
    position: relative;
}
.more-tabs-contents .more-tabs-contents-item {
    position: absolute;
    opacity: 0;
}
.tabs-contents .tabs-contents-item {
    display: none;
    position: absolute;
}
.more-tabs-contents .more-tabs-contents-item.active {
    opacity: 1;
    z-index: 1;
}
.tabs-contents .tabs-contents-item.active {
    display: block;
}

.left-bar {
    width: 220px;
    float: left;
    position: relative;
}
.left-bar:before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    right: -10px;
    bottom: 0;
    border-right: 10px solid rgba(26, 26, 26, 0.5);
    z-index: 1;
}

.info-bar {
    position: relative;
    width: 1080px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.info-bar .info-chart {
    overflow: hidden;
    height: 540px;
}
.chart-team-container,
.info-bar .chart-bg {
    background: url("../imgs/chart-bg.png") top left repeat;
    background-size: 50px;
}
.left-bar .info-race {
    padding-right: 15px;
}

.left-bar .info-race .title-race {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.left-bar .info-race .length-race {
    font-size: 12px;
}
.left-bar .info-race .map-flag {
    margin-bottom: 10px;
}
.left-bar .info-race .map-flag img {
    width: 200px;
}
.left-bar .info-race .link-video-race {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    padding: 10px 15px 10px 40px;
    margin-bottom: 15px;
    background: url("../imgs/play-video.svg") 10px 7px no-repeat #666666;
    background-size: 20px;
}
.left-bar .info-race .map-race {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.left-bar .info-race .map-race img {
    max-width: 190px;
    height: 120px;
}
.chart-team-container {
    position: relative;
    width: 215px;
    height: 477px;
    float: left;
    z-index: 3;
}
.chart-container {
    position: absolute;
    left: 215px;
    width: 836px;
    float: left;
    z-index: 2;
    margin-top: 7px;
}
.chart-container svg {
    width: 836px;
    height: auto;
}
.chart-container svg.chart-5 {
    width: 528px;
}
.chart-container svg g g {
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.chart-container svg path {
    outline: 0 !important;
}
.chart-container svg g:hover g {
    opacity: 0.20;
}
.chart-container svg g g:hover {
    opacity: 1;
}

.chart-team-item {
    margin: 3px 0;
    line-height: 22px;
    font-size: 13px;
    text-align: right;
    font-weight: 700;
    width: 100%;
}
/*.chart-team-item:before {
    content: "";
    position: absolute;
    display: block;
    height: 22px;
    width: 950px;
    left: 0;
    right: 55px;
    background: #393939;
}*/
.chart-team-item:last-child {
    margin-bottom: 0;
}
.chart-team-name {
    position: relative;
    z-index: 10;
}

.chart-team-item span {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
}

.chart-container svg .finish-chart {
    display: none;
}
.chart-container svg .crash {
    animation: crashAnimate 1s infinite ease-in-out;
    r: 8px;
    display: none;
}
@keyframes crashAnimate  {
    from { r: 8px; opacity: 0.9; }
    50% { r: 4px; opacity: 0.5; }
    to { r: 8px; opacity: 0.9; }
}

.more-info-race {
    background: #2b2b2b;
    margin-left: -20px;
    padding: 15px 20px;
}
.more-info-race img {
    width: 200px;
}
.more-info-race .title-race {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ff5419;
    margin-bottom: 15px;
}
.more-info-race .more-tabs-btns-item {
    /* border: 1px solid #cccccc; */
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    text-align: left;
    cursor: pointer;
    margin-right: 13px;
    border-bottom: 1px solid #cccccc;
}
.more-info-race .more-tabs-btns-item span {
    color: #fff;
}
.more-info-race .more-tabs-btns {
    margin-bottom: 20px;
}
.more-info-race .more-tabs-btns-item.active {
    border-color: transparent;
    font-weight: 700;
    color: #fc612f;
}
.more-info-race .more-tabs-btns-item:first-child {
    width: 103px;
    white-space: nowrap;
}
.more-info-race .more-tabs-contents {
    min-height: 200px;
}
.more-info-race .more-tabs-contents-item {
    width: 100%;
}

.line-container {
    margin-top: 33px;
}
.line-container .line-block {
    margin-left: 155px;
}
.line-container .line-block .line-step {
    padding: 5px;
    float: left;
    color: #ff5419;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.line-container .line-block .line-step {
    margin: 0 31px;
    position: relative;
}
.line-container .line-block .line-step.first-step {
    margin: 0;
    margin-right: 62px;
}
.line-container .line-block .line-step.last-step {
    margin: 0;
    margin-left: 40px;
}
.line-container .line-block .line-step:after {
    content: "";
    position: absolute;
    border-left: 1px solid #4d4d4d;
    height: 480px;
    top: 26px;
    left: 50%;
    z-index: 1;
}
.line-container .line-block .line-step.first-step:after,
.line-container .line-block .line-step.last-step:after {
    display: none;
}

.line-container .progress-bar {
    height: 6px;
    background: #ff5518;
}

.tooltip {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #191919;
    z-index: 10;
}

.tooltip-content {
    color: #fff;
    border-right: 8px solid transparent;
    padding: 30px 20px;
}
.tooltip-content .tooltip-team-chart {
    margin: -10px;
}
.tooltip-team-car {
    border-bottom: 1px solid #b3b3b3;
}
.tooltip-team-car img {
    width: 200px;
}
.tooltip-team-name {
    padding: 15px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    border-bottom: 1px solid #333333;
}
.tooltip-team-value,
.tooltip-team-list {
    padding: 15px 0;
    border-bottom: 1px solid #333333;
}
.tooltip-team-list {
    line-height: 20px;
}
.tooltip-team-speed {
    padding-top: 15px;
}
.tooltip-team-chart {
    padding-top: 15px;
}
.mfp-bg {
    background: #333333;
    opacity: 0.9;
}
.mfp-iframe-scaler iframe {
    background: #1a1a1a;
    box-shadow: none;
    padding: 15px 5px;
}
.mfp-iframe-holder .mfp-close {
    background: url("../imgs/close.svg") center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    top: -30px;
    right: -70px;
    width: 44px;
    padding: 0;
    text-align: left;
}
.audio-player {
    visibility: hidden;
}
.btns-race {
    position: relative;
    margin-top: 2px;
    padding: 10px;
    padding-right: 15px;
    text-align: right;
    background: #2b2b2b;
}
.btns-race .next-race {
    color: #b3b3b3;
    background: url("../imgs/arrow-left.svg") right center no-repeat;
    background-size: 40px;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    outline: 0 !important;
    padding: 5px 50px 6px 0;
    float: right;
}
.more-mobile {
    display: none;
}
.autoplay-chart {
    float: left;
    border: 0;
    color: #fc622e;
    padding: 10px 35px 10px 20px;
    margin: -11px 0 -11px 50px;
    font-weight: 700;
    font-size: 14px;
    height: 48px;
    outline: 0 !important;
    cursor: pointer;
    background: url("../imgs/autoplay-chart.svg") center right no-repeat transparent;
    background-size: 25px;
}
/*@media (min-width: 768px) and (max-height: 700px) {
    body {
        zoom: 0.85;
    }
    .chart-container {
        width: 815px;
    }
    .chart-container svg {
        width: 815px;
    }
    .chart-container svg.chart-5 {
        width: 515px;
    }
    .line-container .line-block .line-step:after {
        height: 470px;
        top: 25px;
    }
}*/

.hidden-links {
    display: none;
}

/* If `animateFill: true` (default) */
.tippy-tooltip.custom-theme .tippy-backdrop {
    background: #1a1a1a;
}

/* If `animateFill: false` */
.tippy-tooltip.custom-theme {
    background: #1a1a1a;
    line-height: 1.2em;
    text-align: left;
    padding: 0;
    border-radius: 0;
}
/* Default (sharp) arrow */
.tippy-popper[x-placement^='top'] .tippy-tooltip .tippy-arrow {
    border-top-color: #1a1a1a;
    border-radius: 0;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip .tippy-arrow {
    border-bottom-color: #1a1a1a;
    border-radius: 0;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip .tippy-arrow {
    border-left-color: #1a1a1a;
    border-radius: 0;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip .tippy-arrow {
    border-right-color: #1a1a1a;
    border-radius: 0;
}
/* Round arrow */
.tippy-tooltip .tippy-roundarrow {
    fill: #1a1a1a;
    border-radius: 0;
}
.tooltip-point-content {
    padding: 5px 10px;
    font-weight: 700;
}

.result-race {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    z-index: 1000;
    overflow: hidden;
}
.result-race .result-race-left {
    position: relative;
    width: 230px;
    height: 575px;
    float: left;
    margin-right: -1px;
    z-index: 1;
}
.result-race .result-race-left:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    border-right: 1px solid rgba(81, 81, 81, 0.5);
}


.result-race .chart-all {
    width: 1080px;
    height: 565px;
}
.result-race .result-race-charts {
    position: relative;
    width: 1080px;
    height: 565px;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
.result-race .result-race-charts .more-tabs-contents {
    position: relative;
    width: 1080px;
    height: 565px;
    overflow: scroll;
    padding-bottom: 30px;
}
.result-race .title-race {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.result-race .result-race-teams {
    margin-top: 10px;
}
.result-race .result-race-team {
    text-align: right;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0.5px;
}
.more-tabs-btns {

}
.result-race .more-tabs-btns-item {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    cursor: pointer;
}
.result-race .more-tabs-btns {
    margin-bottom: 10px;
}
.result-race .more-tabs-btns-item.active {
    border-color: transparent;
    font-weight: 700;
}
.result-race .more-tabs-btns-item:first-child {

}

@media (min-width: 768px) and (max-height: 700px) {
    .main-popup .h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .main-popup .inner-container p {
        font-size: 18px;
    }
    .team-block {
        margin: -20px 0 20px 0;
    }
}

@media (max-width: 1310px) {
    .container {
        width: 1099px;
    }
    .header {
        min-width: 1099px;
    }
    .result-race .result-race-charts .more-tabs-contents,
    .result-race .result-race-charts {
        width: 870px;
        margin-right: -10px;
    }
    .info-bar {
        width: 860px;
    }
    .info-bar .info-chart {
        width: 1080px;
    }
    .chart-team-item:before {
        right: 0;
        width: auto;
    }
    .tabs-container.tabs-race > .tabs-head {
        width: 870px;
        overflow: hidden;
        height: 60px;
    }
    .tabs-container.tabs-race > .tabs-head .scroll-block {
        margin-top: -33px;
        padding-top: 33px;
        position: relative;
        width: 870px;
        overflow-x: scroll;
        height: 100px;
    }
    .info-chart {
        position: relative;
    }
    .chart-team-container {
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .chart-container {
        left: 225px;
    }
}

@media (max-width: 1099px) {
    .container {
        width: 991px;
    }
    .header {
        min-width: 991px;
    }
    .tabs-container.tabs-race > .tabs-head,
    .tabs-container.tabs-race > .tabs-head .scroll-block,
    .info-bar,
    .result-race .result-race-charts .more-tabs-contents,
    .result-race .result-race-charts {
        width: 760px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 767px;
    }
    .header {
        min-width: 767px;
    }
    .tabs-container.tabs-race > .tabs-head,
    .tabs-container.tabs-race > .tabs-head .scroll-block,
    .info-bar,
    .result-race .result-race-charts .more-tabs-contents,
    .result-race .result-race-charts {
        width: 535px;
    }
    .main-popup .h1 {
        font-size: 38px;
        line-height: 48px;
        margin-left: 70px;
    }
    .main-popup .inner-container {
        margin-left: 70px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body {
        zoom: 1;
        background: #191919;
    }
    .tabs-container.tabs-race {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .tabs-container.tabs-race > .tabs-contents {
        position: absolute;
        top: 65px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .tabs-container.tabs-race > .tabs-contents > .tabs-contents-item {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #333;
    }
    .tabs-container.tabs-race > .tabs-head {
        width: 100%;
        z-index: 10;
        margin-top: -33px;
        margin-left: 0;
        opacity: 0;
        height: 65px;
    }
    .tabs-container.tabs-race > .tabs-head .tabs-btns {
        background: #333333;
        padding-bottom: 5px;
    }
    .tabs-container.tabs-race > .tabs-head .scroll-block,
    .container {
        width: auto;
    }
    .tabs-container.tabs-race > .tabs-head .tabs-car img {
        margin-left: 15px;
    }
    .header {
        min-width: auto;
        padding: 0 15px;
        height: 100px;
    }
    .main-popup {
        padding: 30px 0 70px 0;
        top: 100px;
        overflow: scroll;
    }
    .loading {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../imgs/loading.gif") center no-repeat #333333;
        background-size: 80px;
        z-index: 999;
    }
    .main-popup .h1,
    .main-popup .inner-container {
        margin-left: 0;
    }
    .main-popup > .container {
        padding: 0 40px;
    }
    .main-popup .h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .main-popup .inner-container p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .main-popup .inner-container p br {
        display: none;
    }
    .team-block {
        margin: 20px 0 20px 0;
    }
    .team-block .team-item {
        width: auto;
        margin-bottom: 10px;
        float: none;
    }
    .team-block .team-item {
        height: 65px;
    }
    .team-block .team-item img {
        width: 65px;
    }
    .team-block .team-item .team-name {
        margin-top: 15px;
    }
    .btn-start-mobile-race,
    .btn-start-race {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 20px;
        z-index: 10;
    }
    .left-bar {
        width: auto;
        float: none;
        position: relative;
    }
    .left-bar {
        width: auto;
        float: none;
        position: relative;
    }
    .left-bar:before {
        display: none;
    }
    .info-bar {
        margin: 0;
        display: none;
    }
    .show-mobile {
        display: block !important;
    }
    .show-desktop {
        display: none !important;
    }
    .left-bar {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
        background: #191919;
        height: 100%;
    }
    .info-race {
        padding: 30px 15px;
    }

    .left-bar .info-race .map-flag img {
        width: 280px;
        position: absolute;
        top: 0;
    }
    .left-bar .info-race .title-race {
        font-size: 48px;
        line-height: 58px;
    }
    .left-bar .info-race .link-video-race {
        font-size: 22px;
        line-height: 32px;
        padding: 15px 15px 15px 40px;
        background: url("../imgs/play-video.svg") 10px 12px no-repeat #464646;
        background-size: 35px;
        max-width: 300px;
        margin: 30px auto;
    }
    .left-bar .info-race .map-race img {
        max-width: 400px;
        height: 220px;
    }
    .left-bar .info-race .length-race {
        font-size: 18px;
    }
    .more-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #191919;
        padding: 30px 15px;
        z-index: 10;
        margin: 0;
        min-height: 100%;
    }
    .more-info-race .title-race {
        font-size: 38px;
        line-height: 48px;
    }
    .more-info-race .more-tabs-btns-item:first-child {
        width: 145px;
    }
    .more-info-race .more-tabs-btns-item {
        font-size: 18px;
        padding: 4px 8px;
    }
    .more-info-race img {
        margin-top: 20px;
        width: 360px;
    }
    .tabs-container.tabs-race > .tabs-head .tabs-btns .tabs-btns-item {
        padding: 10px 15px;
    }
    .more-info-race .btns-race {
        margin-top: 0;
        text-align: right;
        width: 335px;
        background: #2b2b2b;
    }
    .more-info-race .more-tabs-contents {
        min-height: 390px;
    }
    .left-bar .info-race .map-race {
        margin-bottom: 50px;
    }
    .mfp-iframe-holder .mfp-close {
        top: -55px;
        right: 10px;
    }
    .mfp-iframe-holder .mfp-content {
        width: 95%;
    }
    .mfp-bg {
        height: 100% !important;
    }
    .mfp-iframe-scaler iframe {
        padding: 0;
    }
    .chart-container svg g:hover g {
        opacity: 1;
    }
    .tooltip-team-car img {
        width: 300px;
    }
    .tooltip {
        font-size: 20px;
    }
    .tooltip-content {
        border-right: 70px solid transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: scroll;
    }
    .tooltip-close {
        background: url("../imgs/close.svg") center no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        cursor: pointer;
    }
    .line-container {
        margin-top: 10px;
    }
    .info-bar .info-chart {
        height: 515px;
    }
    .result-race {
        padding: 30px 20px;
    }
    .result-race .title-race {
        margin-bottom: 20px;
    }
    .result-race .result-race-left {
        width: 35%;
        height: auto;
    }
    .result-race .result-race-charts {
        width: 60%;
    }
    .chart-all-mobile {
        width: 100%;

    }
    .chart-all-tooltips-mobile {
        position: absolute;
    }
    .chart-all-tooltips-mobile span {
        display: block;
    }
    .result-race-close {
        background: url("../imgs/close.svg") center no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        cursor: pointer;
    }

    .chart-all-mobile-container {
        margin: 0 -20px;
        overflow: hidden;
    }
    .chart-all-mobile-scroll {
        width: 100%;
        padding: 0 15px;
    }
    .logo {
        width: 170px;
    }
}



@media (max-width: 479px) {
    body {
        zoom: 0.75;
    }
    .chart-container svg {
        width: 815px;
    }
    .chart-container svg.chart-5 {
        width: 520px;
    }
    .line-container .line-block .line-step {
        margin: 0 30px;
    }
    .info-bar .info-chart {
        overflow: hidden;
        height: auto;
    }
    .btns-race {
        text-align: left;
    }
    .autoplay-chart {
        padding: 10px 35px 10px 20px;
        margin-top: -5px;
        margin-left: 45px;
        height: auto;
        float: none;
    }
    .chart-team-container {
        height: 470px;
    }
    .chart-team-container, .info-bar .chart-bg {
        background-size: 49.2px;
    }
    /*
    .chart-team-item {
        margin: 2px 0;
        line-height: 22px;
    }*/
    .result-race .result-race-left {
        width: 40%;
    }
    .result-race .result-race-charts {
        width: 55%;
    }

}

@media (max-width: 360px) {
    body {
        zoom: 0.65;
    }
    .chart-container svg {
        width: 790px;
    }
    .chart-container svg.chart-5 {
        width: 495px;
    }
    .line-container .line-block .line-step {
        margin: 0 28px;
    }
    .info-bar .info-chart {
        overflow: hidden;
        height: auto;
    }
    .btns-race {
        text-align: left;
    }
    .autoplay-chart {
        padding: 10px 35px 10px 20px;
        margin-top: -5px;
        margin-left: 45px;
        height: auto;
        float: none;
    }
    .chart-team-container {
        height: 455px;
    }
    .result-race .result-race-team {
        padding: 4px 10px;
    }
    .result-race .result-race-left {
        width: 45%;
    }
    .result-race .result-race-charts {
        width: 50%;
    }
    .chart-team-item {
        margin: 2px 0;
        line-height: 22px;
    }
    .chart-team-container, .info-bar .chart-bg {
        background-size: 46.5px;
    }
}

@media (min-width: 768px) {
    .info-bar {
        display: block !important;
    }
}








