
html{
    overflow-y: scroll;
}
.tabs li{
    cursor: pointer;
}

.tabs.regions{
    padding: 10px 30px 10px 40px;
}

.hg-filter{
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.hg-filter__tabs{
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.hg-filter__tab{
    display: inline-block;
    font-size: 32px;
    margin: 0 25px;
    border-bottom: 0px;
    font-weight: 200;
    padding: 13px 16px;
}
.hg-filter__tab a{color: #375dff;}
.group a:hover{border-color: #375dff;}
.group.selected{
    position: relative;
    left: -0.15em;
    top: -0.1em;
    background: #fff;
    border-radius: 3px;
}
.group.selected a{
    border-bottom: 0px;
}
.group__name{
    position: relative;
}
.group__name b{
    position: relative;
    z-index: 0;
    visibility: hidden;
    font-weight: 500;
    color: #666;
}
.group__name a{
    position: absolute;
    left: 0px;
    top: 0px;
}
.group.selected .group__name b{visibility: visible;}
.group.selected .group__name a{visibility: hidden;}



.slider-wrapper{
    position: relative;
}
.slider-control{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 380px;
}

.slider__control{
    cursor: pointer;
    width: 100px;
    height: 100%;
    position: absolute;
    top:0px;
    left: 360px;
    z-index: 2;
    transition: opacity 0.3s;
    background: -webkit-linear-gradient(left, rgba(255,255,255,100) 0%, rgba(255,255,255,0) 100%);
}
.control-right{
    left: auto;
    background: -webkit-linear-gradient(right, rgba(255,255,255,100) 0%, rgba(255,255,255,0) 100%);
    right: 0px;
}
.slider__control em{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: fixed;
    border-right: 1px solid #ff3d3d;
    border-bottom: 1px solid #ff3d3d;
    transform: rotate(-45deg);
    margin-left: 70px;
}
.control-left em{
    margin-left: 20px;
    transform: rotate(135deg);
}






.results{
    padding: 0px 40px;
    min-height: 1000px;
}

.tab{
    cursor: pointer;
}
.tab.selected{
    cursor: default;
    font-weight: bold;
}
.members-table-header{
    white-space: nowrap;
    margin-bottom: 20px;
    height: 40px;
}
.th, .td {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #696969;
}
.th{
    color: #999999;
    vertical-align: bottom;
}

.member__place-col {
    width: 70px;
}


.members-table{
    margin-bottom: 50px;
    font-size: 16px;
    transition: padding 0.3s;
}


.tour-member{
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    background: #f8f8f8;
}
.tour-member.animate{
    transition: opacity 0.5s;
}
.tour-member > div{
    transform: translateX(100px);
}
.tour-member.animate > div{
    transition: transform 0.3s
}

/*.member.visible.hide{*/
/*height: 0px;*/
/*opacity: 0;*/
/*}*/

.tour-member.visible{
    opacity: 1;
}
.tour-member.positioned > div{
    transform: translateX(0px);
}


.tour-member.sf{
    background: #fff;
}


.member__place {
    font-size: 32px;
    color: #ddd;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px;
    position: static;
    text-align: center;
    width: 67px;
}
.member__avatar {
    width: 45px;
}
.member__photo {
    width: 45px;
    height: 45px;
    margin: 11px 13px 11px 0px;
    display: block;
    border-radius: 50px;
    z-index: 2;
    position: relative;
}
.member__info {
    width: 230px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}
.th.member__info {
    top: 18px;
    position: absolute;
}
.member__name{
    word-spacing: normal;
}




.member__points{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 15px;
    padding-left: 360px;
    box-sizing: border-box;
}
.th.member__points{
    top: 0px;
}
.member__points-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.member__points-wrapper{
    position: absolute;
    width: 805px;
    height: 100%;
}
.member__points-wrapper.animate{
    transition: transform 0.3s;
}

[slide="1"] .member__points-wrapper{left: 0px;}
[slide="2"] .member__points-wrapper{right: 0px;}

/*[slide="2"] .control-right,*/
/*[slide="1"] .control-left{display: none;}*/


.member__column {
    text-align: center;
    width: 9%;
    position: relative;
    text-align: center;
    max-width: 48px;
}
.member__column.medal span {
    background: #fff729;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 32px;
}
.member__column.best {
    color: #ff3d3d;
    font-weight: bold;
}
.member__column.jump {
    opacity: 0.2;
}
/*.member__column.ld::before,*/
/*.member__column.np::after {*/
/*display: inline-block;*/
/*content: "";*/
/*width: 10px;*/
/*height: 10px;*/
/*border-radius: 10px;*/
/*position: absolute;*/
/*top: 25px;*/
/*left: 10px;*/
/*background: #19d100;*/
/*}*/
/*.member__column.ld::before {background: #3574ff;}*/

/*.member__column.ld.np::before{left: 13px; z-index: 2;}*/
/*.member__column.ld.np::after{left: 7px; z-index: 1;}*/

.s1, .s2, .s3{color: #ff3d3d; min-width: 90px;}

.partf .td.s3.no_points{
    color: #696969;
    font-weight: normal;
}
.part1 .s1{min-width: 100px;}

.td.s1{
    font-size: 32px;
    font-weight: bold;
}

.rt{
    min-width: 60px;
    text-align: center;
}
.td.rt span{
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
}
.td.rt span.bf{
    color: #fff;
    background: #29b6ff;
}
.td.rt span.sf{
    background: #F4F4F4;
    color: #696969;
}
.td.rt.medal span {
    height: 40px;
    line-height: 41px;
    min-width: 40px;
    font-size: 20px;
}
.td.rt span:empty{
    display: none;
}










.part1 .bf .member__place{
    color: #b6cee1;
}
.part1 .tour-member.bf{
    border-color: #cee4f5;
    background: #d6edff;
}
.part1 .td.rt span{
    /*display: none;*/
}
.part1 .td.s2{
    font-size: 24px;
    font-weight: 400;
}
.part1 .s3{
    display: none;
}


.part2 .bf .member__place,
.partf .bf .member__place{color: #76e6b3;}
.part2 .sf .member__place,
.partf .sf .member__place{color: #b6e6d0;}

.part2 .tour-member.bf,
.partf .tour-member.bf{
    border-color: #8df5c5;
    background: #93ffcd;
}
.part2 .tour-member.sf,
.partf .tour-member.sf{
    border-color: #bdf5db;
    background: #c6ffe5;
}
.part2 .s1,
.partf .s1{
    display: none;
}
.part2 .td.s2{
    font-size: 32px;
    font-weight: bold;
}
.part2 .td.s3{
    font-size: 24px;
    font-weight: 400;
    display: none;
}

.part2 .s3{min-width: 85px; display: none;}

.partf .s3,
.partf .td.s3{display: inline-block;}

.partf .td.s3{
    font-size: 32px;
    font-weight: bold;
}
.partf .member__column {width: 5.5%;}
.partf .td.s2{font-size: 24px;
    font-weight: 400;}

.partf .td.f1 span,
.partf .td.f2 span,
.partf .td.f3 span,
.partf .td.s3 span{
    display: none;
}

.partf .f1.medal span, .partf .f2.medal span, .partf .f3.medal span{background: transparent;}
.partf .bf .td.f1 span, .partf .bf .td.f2 span, .partf .bf .td.f3 span, .partf .bf .td.s3 span,
.partf .sf .td.f1 span, .partf .sf .td.f2 span, .partf .sf .td.f3 span, .partf .sf .td.s3 span{
    display: inherit;
}



.phantom{
    display: none;
}

.table_banner{
    /*background: #16dc78;*/
    height: 254px;
    margin: 30px 0;
    z-index: 2;
    position: relative;
}
.table_banner > div{
    transition: opacity 0.5s, transform 0.5s, height 0.3s, margin 0.3s;
    /*transform: translateX(50px);*/
    opacity: 0;
    position: absolute;
    height: 100%;
    WIDTH: 100%;
}

.table_banner > div.visible{
    opacity: 1;
}
.table_banner > div.positioned{
    /*transform: translateX(0px);*/
}


/*.table_banner > div{*/
    /*transition: opacity 0.3s;*/
/*}*/
/*.table_banner > div.hide{*/
    /*opacity: 0;*/
/*}*/

.table_banner .bg{
    background-position-x: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.table_banner .content{
    position: absolute;
    top: 0px;
    text-align: center;
    right: 75px;
}
.table_banner p{
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

.table_banner span {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.table_banner a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    border: 0px;
    top: 0px;
    left: 0px;
}
.table_banner .close{
    z-index: 3;
}



@media (max-width: 1100px) {
    .members.static .tour-member{width: 174px;}
    .table_banner p{
        font-size: 24px;
        line-height: 38px;
        margin-top: 30px;
    }
}

@media (min-width: 1260px) {
    /*.members-table-header .member__info,*/
    /*.members-table .member__info{width: 300px;}*/

    .member__points-wrapper{width: 100%;}
    .slider__control{display: none !important; }
    /*.member__points {width: 65%;}*/
}

@media (max-width: 1280px) {
    /*.results{padding: 0 20px;}*/
}

