u, td u, tr td u, div u {
    text-decoration: none !important;
}


/* tables */
table {
    font-family: arial;
    /*background-color: #CDCDCD;*/
    margin: 0 0pt 20px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

table thead tr th, table tfoot tr th {
    background-color: #fff;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 16px 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-bottom: 2px solid #000;
}

.col50 table thead tr th, .col50 table tfoot tr th, .col50 .demotable thead tr:before {
    border-bottom: 1px solid #8d8d8d !important;
}

#command, #phase, #status {
    display: inline-block;
    width: 25% !important;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 11px;
}

#matches_list2 b {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0 11px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-bottom: 2px solid #000;
    display: block;
    margin: -10px 0;
}

.button-spoiler-div {
    margin: 13px auto !important;
}

.button-spoiler-div a {
    padding: 12px 80px !important;
    border: none !important;
    background: #efefef !important;
}

.table thead tr th:hover {
    background-color: #f3f3f3;
}

table thead tr .header {
    background-image: url(https://www.sports.kz/themes/images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: middle;
}

table tbody tr.odd td {
    background-color: #f5f5f5;
}

table thead tr .headerSortUp {
    background-image: url(https://www.sports.kz/themes/images/asc.gif);
}

table thead tr .headerSortDown {
    background-image: url(https://www.sports.kz/themes/images/desc.gif);
}

table thead tr .headerSortDown, table thead tr .headerSortUp {
    background-color: #c5daa4;
}

.column {
    padding: 13px 0 24px 0;
}


.c_center, .c_right {
    display: none;
}

.c_left {
    width: 96%;
}

.tabs {
    max-width: 100%;
    margin: 0 0 30px;
}

.tabs2 {
    max-width: 100%;
    margin: 0 0 30px;
}

.tabs__caption, .tabs__caption2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    /* margin: -1px -20px 0 -24px;*/
    border-bottom: 2px solid #78a92c;
    padding: 0 13px;
}

.tabs__caption li:last-child:before, .tabs__caption2 li:last-child:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: -2px;
    z-index: -1;
    height: 5px;
    background: #7DCA86;
}

.tabs__caption:after, .tabs__caption2:after {
    content: '';
    display: table;
    clear: both;
}

.tabs__caption li, .tabs__caption2 li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.1px;
    margin: 0 -3px 0 0;
    padding: 14px 11px 12px 10px;
    cursor: pointer;
    position: relative;
}

.tabs__caption li:first-child, .tabs__caption2 li:first-child {

}

.tabs__caption li:not(.active), .tabs__caption2 li:not(.active) {
    cursor: pointer;
}

.tabs__caption li:not(.active):hover, .tabs__caption2 li:not(.active):hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.tabs__caption .active, .tabs__caption2 .active {
    background: #FFF;
    color: #000;
    font-weight: 700;
}

.tabs__caption .active:after, .tabs__caption2 .active:after {
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    background: rgba(255, 255, 255, 0.57);
    content: '';
    z-index: 2;
}


.tabs__content {
    display: none;
    background: #FFF;
    border-radius: 0 5px 5px 5px;
    padding: 20px 0;
    width: 100%;
}

.tabs__content.active {
    display: block;
    float: left;

}

.vertical .tabs__caption {
    float: left;
    display: block;
}

.vertical .tabs__caption li {
    float: none;
    border-width: 2px 0 2px 2px;
    border-radius: 5px 0 0 5px;
}

.vertical .tabs__caption li:last-child:before {
    display: none;
}

.vertical .tabs__caption .active:after {
    left: auto;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 2px;
    height: auto;
}

.vertical .tabs__content {
    overflow: hidden;
}

@media screen and (max-width: 650px) {

    .tabs__caption li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .vertical .tabs__caption {
        float: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .vertical .tabs__caption li {
        border-width: 2px 2px 0;
        border-radius: 5px 5px 0 0;
    }

    .vertical .tabs__caption li:last-child:before {
        display: block;
    }

    .vertical .tabs__caption .active:after {
        top: auto;
        bottom: -5px;
        left: 0;
        right: 0;
        width: auto;
        height: 5px;
        background: #FFF;
    }

}

.green_m {
    width: 11px;
    height: 11px;
    display: inline-block !important;
    background-color: #8ebb48;
    margin: 1px;
    cursor: pointer;
}

.red_m {
    width: 11px;
    height: 11px;
    display: inline-block !important;
    background-color: #f95d5d;
    margin: 1px;
    cursor: pointer;
}

.grey_m {
    width: 11px;
    height: 11px;
    display: inline-block !important;
    background-color: #cfcfcf;
    margin: 1px;
    cursor: pointer;
    color: #635e5e;
}

#players .green_m {
    width: 61px;
    height: 15px;
    background-color: #84b439;
    padding: 9px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#players .red_m {
    width: 61px;
    height: 15px;
    background-color: #eb4646;
    padding: 9px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#players .grey_m {
    width: 61px;
    height: 15px;
    padding: 9px 0;
    font-size: 14px;
    font-weight: bold;
}

.sffbb {
    width: 270px;
}

.tdleft {
    width: 220px;
    text-align: left
}

table#results td, table#results th, table#players td, table#players th {
    padding: 11px 0;
    text-align: center;
    vertical-align: middle;
}

table#results {
    background: none
}

table#results thead tr th {
    font-size: 7pt;
    letter-spacing: 1.1px !important;
}

.grey_b, tr:hover td.grey_b {
    background-color: #bbbbbb !important;
}

span.match_item {
    display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
}

.red a {
    color: red;
    font-weight: 400;
    display: block;
    padding: 3px 0;
    font-size: 12px;
}

.grey a {
    color: grey;
    font-weight: 400;
    display: block;
    padding: 3px 0;
    font-size: 12px;
}

.green a {
    color: #659717;
    font-weight: 400;
    padding: 3px 0;
    display: block;
    font-size: 12px;
}


.statstab table tbody td {
    border-bottom: 1px solid #ebebeb;
    padding: 11px 0;
}

.statstab table tbody tr:hover td {
    background: #f5f5f5;
}

.sport__table__head {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0 11px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-bottom: 2px solid #000;
}

.stattabhead {
    background: #f5f5f5;
    margin: 0 0 5px 0;
}

.stattabhead td {
    padding: 10px 24px 25px;
    background: none;
    font-size: 23px;
}

.stattabhead td b {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.tb1 {
    float: left;
}


.cshey, .ykoi, .zgfymtb, .nmozjq, .vqtd, .oyra, .hesk, .sclghpvo, .venv, .mkjng, .oytpdkj, .rosu, .pwupe, .usovdu, .oytpdkj {
    font-weight: 400;
    color: #000
}

.pvbvigu span {
    color: #b3b3b3;
    float: right;
    margin-right: 10px;
    line-height: 18px;
}

.bhtlbpe span, .nofe span, .iqh span {
    color: #b3b3b3
}

.nofe span.country {
    color: #000000
}

.pagestat.commands li {
    padding: 11px 0;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
}

.pagestat.commands li i {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
}

i.logocom {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
}

.pagestat.commands li i {
    margin-bottom: 15px;
}

.xmbjp {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 12px !important;
}

.b-table-sortlist td span {
    color: #9a9a9a;
    font-size: 11px;
}

.b-table-sortlist td u, .statstab td u {
    text-decoration: none;
    font-weight: 400;
    color: #000;
}

table.b-table-sortlist {
    background: none
}

.sport__note {
    padding: 0 0 0 37px;
    font-size: 13px;
    line-height: 20px;
    margin-top: -10px;
    color: #434343;
}

._num {
    text-align: center;
    color: #9a9a9a
}


.sffbb {
    font-weight: 700;
    text-align: left !important;
    position: relative;
}

.sdvdv table {
    background: none !important
}

.crcqta {
    font-weight: 700
}

.csvsdv {
    font-weight: 400
}

#matches_list td {
    white-space: nowrap
}

#matches_list td br {
    display: none;
}

#matches_list td a {
    margin-right: 4px;
}


.st_floatleft {
    text-align: left !important
}

._center {
    text-align: center
}

.subtitle_stat {
    margin-top: -3px;
    color: #000;
    margin-right: 3px;
}

.match__tab__subhead {
    font-size: 11px;
    font-weight: 700;
    padding: 12px 0 11px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #9a9a9a;
}

.tabs h2 {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0 11px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-bottom: 2px solid #000;
}

.stattime {
    color: #78a92c
}

.sport__info__name {
    font-size: 23px;
    font-weight: 700;
    width: 155px;
    line-height: 23px;
}

.sport__info__data {
    width: 88%;
    margin: 15px 0 0 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
}

.sport__info__data__i {
    padding: 0 0 9px 120px;
    min-height: 25px
}

._label {
    width: auto;
    color: #898989;
    position: absolute;
    left: 0;
}

.sport__info {
    padding: 22px 0 20px 30px;
    background: #f5f5f5;
    min-height: 200px;
}

.sport__info__shirt {
    color: #78a92c;
}

.sport__info__desc {
    margin: 5px 0 0 0;
}

.match__result {
    height: 145px;
    background: #293656;
    padding: 15px 0;
}

.match__team {
    width: 40%;
    float: left;
}

.match__count {
    width: 20%;
    float: left;
    text-align: center;
}

.match__count__status {
    font-style: normal;
    background: #85ba33;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    display: inline-block;
    padding: 2px 6px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.match__count__main {
    font-size: 35px;
    font-weight: 100;
    padding: 13px;
    color: #fff
}

.match__team__name {
    font-size: 23px;
    font-weight: 700;
    padding: 15px 0 5px 0;
}

.match__team__name a {
    color: #fff
}

.match__team__country {
    color: #898989;
    padding: 0 0 12px 0
}

.match__spoiler__dt {
    padding: 0 0 4px 0;
    text-align: center;
}

.match__spoiler__date {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.1px;
    margin: 0 -3px 0 0;
    padding: 6px 11px 20px 11px;
    font-weight: 700;
}

.tabcenter td {
    text-align: center
}

.tabcenter td b {
    float: left;
    display: block
}

.flyphoto {
    position: absolute;
    z-index: 5;
    border-radius: 100px;
    top: 10px;
    right: -6px;
    bottom: 0;
    width: 318px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important
}

.flyphoto.comalogo {
    background-size: contain !important;
    top: 15px;
    right: 15px;
    bottom: 25px;
    background-position: right !important;
    max-height: 160px;
}

.flyphoto.comalogo {
    border-radius: 0;
}

.sffbb .flyphoto {
    width: 40px !important;
    height: 40px !important;
    right: 9px !important;
    border-radius: 40px;
    top: 1px;
}

.ozocy .sport__info__data__i {
    padding: 0 0px 9px 160px !important;
}

.ozocy .sport__info__data {
    width: 83% !important;
}

.logomatch-r {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 90px !important;
    height: 90px !important;
}

.logomatch-l {
    position: absolute;
    left: 15px;
    top: 6px;
    width: 90px !important;
    height: 90px !important;
}

.match__team {
    width: 40%;
    float: left;
}

.match__count {
    width: 20%;
    float: left;
}

table tbody td span {
    font-size: 11px;
    color: #d3d3d3;
    vertical-align: baseline;
}

.col50 {
    width: 50%;
    float: left;
}

.player_count {
    position: relative;
    padding: 0 0 0 0;
}

.player_count i {
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 7px 0 0px;
    background-color: gray;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

._yellow.uzvso.match__stat__row__icon {
    font-style: normal;
    color: #fff;
    font-size: 0 !important;
    font-weight: 900;
    display: inline-block;
    padding: 0 !important;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin: 3px 2px 0 2px;
}

.match__tables.twqvkdl1 ._yellow.uzvso.match__stat__row__icon.action_6 {
    background: url(/themes/2017/images/ic_y.png) no-repeat center;
}

.match__tables.twqvkdl1 ._yellow.uzvso.match__stat__row__icon.action_8 {
    background: url(/themes/2017/images/ic_r.png) no-repeat center;
}

.match__tables.twqvkdl ._yellow.uzvso.match__stat__row__icon {
    background: url(/themes/2017/images/ic_c.png) no-repeat center;
}

.twqvkdl h2, .twqvkdl1 h2 {
    margin: 0 0 10px 0
}


._flag._right.yvsutpwk, ._right._flag.bhcnopqd {
    width: 15px
}


.xmbjp, .qsgzuqx, .tqeu, .jpbudjo, .mupyaq, .pzailwm, .xgcxbl, .crcqta, .ogiqllw, .vrnpi, .crcqta {
    text-align: center
}

.xmbjp a {
    float: left
}

.country { /*font-size: 0*/
    color: #3D3D3D;
    font-size: 14px;
}

.country img {
    margin-right: 5px !important;
}

.sostavkom td, .sostavkom th {
    text-align: left !important
}

.sostavkom td.sdvsdvvb, .sostavkom th.sdvsdvvb {
    text-align: right !important;
    padding-right: 25px !important
}

.sostavkom td .country {
    vertical-align: middle;
}

.country14 .country {
    font-size: 14px;
    color: #000 !important;
}

#results i.logocom {
    margin: 0 0 0 0;
}

.match__table .table span._yellow.uzvso.match__stat__row__icon.match__icon {
    background: url(/themes/2017/images/ic_c.png) no-repeat center;
}

.pop_sch {
    display: inline-block;
    width: 100%;
}

.dtva {
    display: inline-block;
    width: 50%;
    float: left;
}

.dtva td {
    display: inline-block;
    width: 50%;
    float: left;
    height: 40px;
}

.dtva td span {
    margin-left: 5px;
}

.match__live td.match__live__event span.match__icon {
    font-style: normal;
    /*  background: #29acd3;*/
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    padding: 0 !important;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin: 0 2px 0 2px;
    font-size: 0 !important;
}

.match__live td.match__live__event span.match__icon.action_9 {
    background: url(/themes/2017/images/ic_c.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_6 {
    background: url(/themes/2017/images/ic_y.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_8 {
    background: url(/themes/2017/images/ic_r.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_7 {
    background: url(/themes/2017/images/ic_r.png) no-repeat center;
}


.match__live td.match__live__event span.match__icon.action_1 {
    background: url(/themes/2017/images/stat/match__icon-action_1.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_2 {
    background: url(/themes/2017/images/stat/match__icon-action_2.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_12 {
    background: url(/themes/2017/images/stat/match__icon-action_12.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_13 {
    background: url(/themes/2017/images/stat/match__icon-action_13.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_14 {
    background: url(/themes/2017/images/stat/match__icon-action_14.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_15 {
    background: url(/themes/2017/images/stat/match__icon-action_15.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_18 {
    background: url(/themes/2017/images/stat/match__icon-action_18.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_20 {
    background: url(/themes/2017/images/stat/match__icon-action_20.png) no-repeat center;
}

.match__live td.match__live__event span.match__icon.action_21 {
    background: url(/themes/2017/images/stat/match__icon-action_21.png) no-repeat center;
}


th span.arrow {
    display: none
}


.score_pin {
    position: relative
}

.match__score._goal._goal_pin:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -5px;
    background: url(/themes/2017/images/stat/score_pin.png) no-repeat center;
    content: '';
}

.match__score._goal._goal_kick:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -5px;
    background: url(/themes/2017/images/stat/score_kick.png) no-repeat center;
    content: '';
}

.match__score._goal._goal_auto:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -5px;
    background: url(/themes/2017/images/stat/score_auto.png) no-repeat center;
    content: '';
}

.pop_sch tbody {
    width: 389px;
    display: inline-block;

}

.match_goals span.assistent {
    color: #b3b3b3 !important;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    /*position: absolute;
    bottom: -10px;*/
}

.match_goals span.assistent a {
    color: #b3b3b3 !important;
}

.match_goals ._team1 span.assistent {
    text-align: right !important;
}

.match_goals ._team2 span.assistent {
    text-align: left !important;
}

.match_goals .match__stat__row._team1 .match__stat__row__i a, .match_goals .match__stat__row._team1 .match__stat__row__i span.assistent a, .match_goals .match__stat__row._team2 .match__stat__row__i a, .match_goals .match__stat__row._team2 .match__stat__row__i span.assistent a {
    line-height: 12px;
}

tr.off td, tr.off td a, tr.off td b, tr.off td span, tr.off td div, tr.off td u {
    color: #c6c7c8 !important;
}

a.off {
    color: #c6c7c8 !important;
}

td.rlmcys a, td.lebysj a, td.wekbgw a {
    display: inline-block;
    width: 100%;
    clear: both;
    float: left;
}

.noactivepeople:hover {
    color: #000000 !important;
}


.symbol_area {
    width: 733px;
    height: 810px;
    background: url(/themes/images/symbol_area.jpg) no-repeat #53862a;
}

.symbol_players {
    width: 620px;
    height: 810px;
    position: relative;
}

.symbol_players li {
    position: absolute;
    display: block;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.symbol_players li:hover {
    margin-top: -4px;
}

.symbol_players li a {
    display: block;
}

.symbol_players li i {
    display: inline-block;
    width: 83px;
    height: 83px;
    border-radius: 90px;
    border: 4px solid #fff;
    background: #fff;
    background-size: cover !important;
    background-position: center !important
}

.symbol_players li b {
    display: block;
    color: #fff;
    text-shadow: 2px 1px 0px #2e601b;
    font-size: 14px;
    padding: 8px 0 0 0;
}

.symbol_players li u {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 90px;
    top: 59px;
    left: 2px;
    background-repeat: no-repeat !important;
    z-index: 5;
    background-color: #fff !important;
    background-size: 76% !important;
    background-position: center !important;
}

.col_r_simb .sffbb {
    white-space: nowrap;
    overflow: hidden
}

.col_r_simb .statstab table tbody td {
    padding: 14px 0;
}

.simb_subtit {
    padding: 15px 15px 15px 0;
    display: inline-block;
    border: 0;
    cursor: pointer;
    background: url(/themes/images/simb_subtit.png) no-repeat right center
}

.simb_menu_ul {
    opacity: 0;
    height: 0;
    position: absolute;
    top: 66px;
    left: 0;
    background: #fff;
    visibility: hidden;
    z-index: 555;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
}

.simb_menu_ul.act {
    opacity: 1;
    height: auto;
    top: 44px;
    visibility: visible;
    transition: 0.5s;
}

.simb_menu_ul li {
    color: #000;
    padding: 6px 12px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

.sp_1 {
    left: 50%;
    top: 14px;
    margin-left: -50px;
}

.sp_t {
    right: -12%;
    top: 354px;
}

.sp_t i {
    border: 4px solid #d0ffa9 !important;
}

.sp_t b {
    color: #d0ffa9 !important;
}

.s_type_1 .sp_2 {
    left: 10%;
    top: 174px;
}

.s_type_1 .sp_3 {
    left: 30%;
    top: 194px;
}

.s_type_1 .sp_4 {
    right: 30%;
    top: 194px;
}

.s_type_1 .sp_5 {
    right: 10%;
    top: 174px;
}

.s_type_1 .sp_6 {
    left: 10%;
    top: 330px;
}

.s_type_1 .sp_7 {
    left: 30%;
    top: 330px;
}

.s_type_1 .sp_8 {
    right: 30%;
    top: 330px;
}

.s_type_1 .sp_9 {
    right: 10%;
    top: 330px;
}

.s_type_1 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_1 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_2 .sp_2 {
    left: 18%;
    top: 174px;
}

.s_type_2 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_2 .sp_4 {
    right: 18%;
    top: 174px;
}

.s_type_2 .sp_5 {
    left: 10%;
    top: 396px;
}

.s_type_2 .sp_6 {
    left: 30%;
    top: 360px;
}

.s_type_2 .sp_7 {
    right: 30%;
    top: 360px;
}

.s_type_2 .sp_8 {
    right: 10%;
    top: 396px;
}

.s_type_2 .sp_9 {
    left: 18%;
    top: 548px;
}

.s_type_2 .sp_10 {
    left: 42%;
    top: 548px;
}

.s_type_2 .sp_11 {
    right: 18%;
    top: 548px;
}


.s_type_3 .sp_2 {
    left: 18%;
    top: 164px;
}

.s_type_3 .sp_3 {
    left: 42%;
    top: 164px;
}

.s_type_3 .sp_4 {
    right: 18%;
    top: 164px;
}

.s_type_3 .sp_5 {
    left: 42%;
    top: 311px;
}

.s_type_3 .sp_6 {
    left: 10%;
    top: 416px;
}

.s_type_3 .sp_7 {
    left: 30%;
    top: 416px;
}

.s_type_3 .sp_8 {
    right: 30%;
    top: 416px;
}

.s_type_3 .sp_9 {
    right: 10%;
    top: 416px;
}

.s_type_3 .sp_10 {
    left: 25%;
    top: 558px;
}

.s_type_3 .sp_11 {
    right: 25%;
    top: 558px;
}


.s_type_4 .sp_2 {
    left: 18%;
    top: 164px;
}

.s_type_4 .sp_3 {
    left: 42%;
    top: 164px;
}

.s_type_4 .sp_4 {
    right: 18%;
    top: 164px;
}

.s_type_4 .sp_5 {
    left: 30%;
    top: 291px;
}

.s_type_4 .sp_6 {
    right: 30%;
    top: 291px;
}

.s_type_4 .sp_7 {
    left: 10%;
    top: 456px;
}

.s_type_4 .sp_8 {
    left: 30%;
    top: 436px;
}

.s_type_4 .sp_9 {
    right: 30%;
    top: 436px;
}

.s_type_4 .sp_10 {
    right: 10%;
    top: 456px;
}

.s_type_4 .sp_11 {
    right: 42%;
    top: 558px;
}


.s_type_5 .sp_2 {
    left: 18%;
    top: 174px;
}

.s_type_5 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_5 .sp_4 {
    right: 18%;
    top: 174px;
}

.s_type_5 .sp_5 {
    left: 10%;
    top: 330px;
}

.s_type_5 .sp_6 {
    left: 30%;
    top: 330px;
}

.s_type_5 .sp_7 {
    right: 30%;
    top: 330px;
}

.s_type_5 .sp_8 {
    right: 10%;
    top: 330px;
}

.s_type_5 .sp_9 {
    left: 42%;
    top: 448px;
}

.s_type_5 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_5 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_6 .sp_2 {
    left: 7%;
    top: 174px;
}

.s_type_6 .sp_3 {
    left: 25%;
    top: 174px;
}

.s_type_6 .sp_4 {
    right: 25%;
    top: 174px;
}

.s_type_6 .sp_5 {
    right: 7%;
    top: 174px;
}

.s_type_6 .sp_6 {
    left: 42%;
    top: 338px;
}

.s_type_6 .sp_7 {
    left: 7%;
    top: 450px;
}

.s_type_6 .sp_8 {
    left: 25%;
    top: 450px;
}

.s_type_6 .sp_9 {
    right: 25%;
    top: 450px;
}

.s_type_6 .sp_10 {
    right: 7%;
    top: 450px;
}

.s_type_6 .sp_11 {
    right: 42%;
    top: 548px;
}


.s_type_7 .sp_2 {
    left: 10%;
    top: 174px;
}

.s_type_7 .sp_3 {
    left: 30%;
    top: 174px;
}

.s_type_7 .sp_4 {
    right: 30%;
    top: 174px;
}

.s_type_7 .sp_5 {
    right: 10%;
    top: 174px;
}

.s_type_7 .sp_6 {
    left: 10%;
    top: 380px;
}

.s_type_7 .sp_7 {
    left: 30%;
    top: 380px;
}

.s_type_7 .sp_8 {
    right: 30%;
    top: 380px;
}

.s_type_7 .sp_9 {
    right: 10%;
    top: 380px;
}

.s_type_7 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_7 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_8 .sp_2 {
    left: 8%;
    top: 157px;
}

.s_type_8 .sp_3 {
    left: 30%;
    top: 157px;
}

.s_type_8 .sp_4 {
    right: 30%;
    top: 157px;
}

.s_type_8 .sp_5 {
    right: 8%;
    top: 157px;
}

.s_type_8 .sp_6 {
    left: 25%;
    top: 320px;
}

.s_type_8 .sp_7 {
    right: 25%;
    top: 320px;
}

.s_type_8 .sp_8 {
    left: 8%;
    top: 430px;
}

.s_type_8 .sp_9 {
    right: 8%;
    top: 430px;
}

.s_type_8 .sp_10 {
    left: 20%;
    top: 548px;
}

.s_type_8 .sp_11 {
    right: 20%;
    top: 548px;
}


.s_type_9 .sp_2 {
    left: 10%;
    top: 257px;
}

.s_type_9 .sp_3 {
    left: 31%;
    top: 187px;
}

.s_type_9 .sp_4 {
    right: 31%;
    top: 187px;
}

.s_type_9 .sp_5 {
    right: 10%;
    top: 257px;
}

.s_type_9 .sp_6 {
    left: 31%;
    top: 380px;
}

.s_type_9 .sp_7 {
    right: 31%;
    top: 380px;
}

.s_type_9 .sp_8 {
    left: 10%;
    top: 443px;
}

.s_type_9 .sp_9 {
    left: 31%;
    top: 548px;
}

.s_type_9 .sp_10 {
    right: 10%;
    top: 443px;
}

.s_type_9 .sp_11 {
    right: 31%;
    top: 548px;
}


.s_type_10 .sp_2 {
    left: 10%;
    top: 184px;
}

.s_type_10 .sp_3 {
    left: 30%;
    top: 184px;
}

.s_type_10 .sp_4 {
    right: 30%;
    top: 184px;
}

.s_type_10 .sp_5 {
    right: 10%;
    top: 184px;
}

.s_type_10 .sp_6 {
    left: 19%;
    top: 354px;
}

.s_type_10 .sp_7 {
    left: 42%;
    top: 354px;
}

.s_type_10 .sp_8 {
    right: 19%;
    top: 354px;
}

.s_type_10 .sp_9 {
    left: 7%;
    top: 470px;
}

.s_type_10 .sp_10 {
    right: 7%;
    top: 470px;
}

.s_type_10 .sp_11 {
    right: 42%;
    top: 548px;
}


.s_type_11 .sp_2 {
    left: 11%;
    top: 184px;
}

.s_type_11 .sp_3 {
    left: 30%;
    top: 184px;
}

.s_type_11 .sp_4 {
    right: 30%;
    top: 184px;
}

.s_type_11 .sp_5 {
    right: 11%;
    top: 184px;
}

.s_type_11 .sp_6 {
    left: 30%;
    top: 334px;
}

.s_type_11 .sp_7 {
    right: 30%;
    top: 334px;
}

.s_type_11 .sp_8 {
    left: 11%;
    top: 460px;
}

.s_type_11 .sp_9 {
    left: 42%;
    top: 460px;
}

.s_type_11 .sp_10 {
    right: 11%;
    top: 460px;
}

.s_type_11 .sp_11 {
    right: 42%;
    top: 600px;
}


.s_type_12 .sp_2 {
    left: 10%;
    top: 200px;
}

.s_type_12 .sp_3 {
    left: 30%;
    top: 164px;
}

.s_type_12 .sp_4 {
    right: 30%;
    top: 164px;
}

.s_type_12 .sp_5 {
    right: 10%;
    top: 200px;
}

.s_type_12 .sp_6 {
    left: 7%;
    top: 430px;
}

.s_type_12 .sp_7 {
    left: 20%;
    top: 330px;
}

.s_type_12 .sp_8 {
    right: 42%;
    top: 330px;
}

.s_type_12 .sp_9 {
    right: 20%;
    top: 330px;
}

.s_type_12 .sp_10 {
    right: 7%;
    top: 430px;
}

.s_type_12 .sp_11 {
    right: 42%;
    top: 548px;
}


.s_type_13 .sp_2 {
    left: 18%;
    top: 174px;
}

.s_type_13 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_13 .sp_4 {
    right: 18%;
    top: 174px;
}

.s_type_13 .sp_5 {
    left: 7%;
    top: 360px;
}

.s_type_13 .sp_6 {
    left: 24.4%;
    top: 360px;
}

.s_type_13 .sp_7 {
    left: 42%;
    top: 360px;
}

.s_type_13 .sp_8 {
    right: 24.4%;
    top: 360px;
}

.s_type_13 .sp_9 {
    right: 7%;
    top: 360px;
}

.s_type_13 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_13 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_14 .sp_2 {
    left: 20%;
    top: 174px;
}

.s_type_14 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_14 .sp_4 {
    right: 20%;
    top: 174px;
}

.s_type_14 .sp_5 {
    left: 20%;
    top: 328px;
}

.s_type_14 .sp_6 {
    left: 42%;
    top: 328px;
}

.s_type_14 .sp_7 {
    right: 20%;
    top: 328px;
}

.s_type_14 .sp_8 {
    left: 10%;
    top: 460px;
}

.s_type_14 .sp_9 {
    right: 10%;
    top: 460px;
}

.s_type_14 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_14 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_15 .sp_2 {
    left: 20%;
    top: 174px;
}

.s_type_15 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_15 .sp_4 {
    right: 20%;
    top: 174px;
}

.s_type_15 .sp_5 {
    left: 30%;
    top: 328px;
}

.s_type_15 .sp_6 {
    right: 30%;
    top: 328px;
}

.s_type_15 .sp_7 {
    left: 10%;
    top: 460px;
}

.s_type_15 .sp_8 {
    left: 42%;
    top: 460px;
}

.s_type_15 .sp_9 {
    right: 10%;
    top: 460px;
}

.s_type_15 .sp_10 {
    left: 25%;
    top: 548px;
}

.s_type_15 .sp_11 {
    right: 25%;
    top: 548px;
}


.s_type_16 .sp_2 {
    left: 20%;
    top: 174px;
}

.s_type_16 .sp_3 {
    left: 42%;
    top: 174px;
}

.s_type_16 .sp_4 {
    right: 20%;
    top: 174px;
}

.s_type_16 .sp_5 {
    left: 20%;
    top: 328px;
}

.s_type_16 .sp_6 {
    left: 42%;
    top: 328px;
}

.s_type_16 .sp_7 {
    right: 20%;
    top: 328px;
}

.s_type_16 .sp_8 {
    left: 7%;
    top: 474px;
}

.s_type_16 .sp_9 {
    right: 42%;
    top: 474px;
}

.s_type_16 .sp_10 {
    right: 7%;
    top: 474px;
}

.s_type_16 .sp_11 {
    right: 42%;
    top: 620px;
}


.s_type_17 .sp_2 {
    left: 7%;
    top: 174px;
}

.s_type_17 .sp_3 {
    left: 29%;
    top: 174px;
}

.s_type_17 .sp_4 {
    right: 29%;
    top: 174px;
}

.s_type_17 .sp_5 {
    right: 7%;
    top: 174px;
}

.s_type_17 .sp_6 {
    left: 42%;
    top: 307px;
}

.s_type_17 .sp_7 {
    left: 7%;
    top: 494px;
}

.s_type_17 .sp_8 {
    left: 29%;
    top: 420px;
}

.s_type_17 .sp_9 {
    right: 29%;
    top: 420px;
}

.s_type_17 .sp_10 {
    right: 7%;
    top: 494px;
}

.s_type_17 .sp_11 {
    right: 42%;
    top: 548px;
}


.s_type_18 .sp_2 {
    left: 10%;
    top: 174px;
}

.s_type_18 .sp_3 {
    left: 30%;
    top: 174px;
}

.s_type_18 .sp_4 {
    right: 30%;
    top: 174px;
}

.s_type_18 .sp_5 {
    right: 10%;
    top: 174px;
}

.s_type_18 .sp_6 {
    left: 20%;
    top: 350px;
}

.s_type_18 .sp_7 {
    left: 42%;
    top: 350px;
}

.s_type_18 .sp_8 {
    right: 20%;
    top: 350px;
}

.s_type_18 .sp_9 {
    left: 20%;
    top: 494px;
}

.s_type_18 .sp_10 {
    right: 42%;
    top: 494px;
}

.s_type_18 .sp_11 {
    right: 20%;
    top: 494px;
}


.s_type_19 .sp_2 {
    left: 7%;
    top: 155px;
}

.s_type_19 .sp_3 {
    left: 29%;
    top: 155px;
}

.s_type_19 .sp_4 {
    right: 29%;
    top: 155px;
}

.s_type_19 .sp_5 {
    right: 7%;
    top: 155px;
}

.s_type_19 .sp_6 {
    left: 25%;
    top: 307px;
}

.s_type_19 .sp_7 {
    right: 25%;
    top: 307px;
}

.s_type_19 .sp_8 {
    left: 7%;
    top: 420px;
}

.s_type_19 .sp_9 {
    right: 42%;
    top: 450px;
}

.s_type_19 .sp_10 {
    right: 7%;
    top: 420px;
}

.s_type_19 .sp_11 {
    right: 42%;
    top: 598px;
}


.s_type_20 .sp_2 {
    left: 7%;
    top: 287px;
}

.s_type_20 .sp_3 {
    left: 24%;
    top: 175px;
}

.s_type_20 .sp_4 {
    right: 42%;
    top: 175px;
}

.s_type_20 .sp_5 {
    right: 24%;
    top: 175px;
}

.s_type_20 .sp_6 {
    right: 7%;
    top: 287px;
}

.s_type_20 .sp_7 {
    left: 25%;
    top: 390px;
}

.s_type_20 .sp_8 {
    right: 25%;
    top: 390px;
}

.s_type_20 .sp_9 {
    right: 42%;
    top: 486px;
}

.s_type_20 .sp_10 {
    left: 24%;
    top: 598px;
}

.s_type_20 .sp_11 {
    right: 24%;
    top: 598px;
}


.s_type_21 .sp_5 {
    left: 7%;
    top: 330px;
}

.s_type_21 .sp_2 {
    left: 24%;
    top: 175px;
}

.s_type_21 .sp_3 {
    right: 42%;
    top: 175px;
}

.s_type_21 .sp_4 {
    right: 24%;
    top: 175px;
}

.s_type_21 .sp_9 {
    right: 7%;
    top: 330px;
}

.s_type_21 .sp_6 {
    left: 25%;
    top: 330px;
}

.s_type_21 .sp_8 {
    right: 25%;
    top: 330px;
}

.s_type_21 .sp_7 {
    right: 42%;
    top: 330px;
}

.s_type_21 .sp_10 {
    left: 41%;
    top: 465px;
}

.s_type_21 .sp_11 {
    left: 41%;
    top: 598px;
}


.s_type_22 .sp_5 {
    left: 10%;
    top: 330px;
}

.s_type_22 .sp_2 {
    left: 18%;
    top: 175px;
}

.s_type_22 .sp_3 {
    right: 42%;
    top: 175px;
}

.s_type_22 .sp_4 {
    right: 18%;
    top: 175px;
}

.s_type_22 .sp_9 {
    left: 18%;
    top: 548px;
}

.s_type_22 .sp_6 {
    left: 30%;
    top: 330px;
}

.s_type_22 .sp_8 {
    right: 10%;
    top: 330px;
}

.s_type_22 .sp_7 {
    right: 30%;
    top: 330px;
}

.s_type_22 .sp_10 {
    left: 42%;
    top: 548px;
}

.s_type_22 .sp_11 {
    right: 18%;
    top: 548px;
}


.s_type_23 .sp_4 {
    left: 10%;
    top: 250px;
}

.s_type_23 .sp_2 {
    left: 30%;
    top: 175px;
}

.s_type_23 .sp_3 {
    right: 30%;
    top: 175px;
}

.s_type_23 .sp_5 {
    right: 10%;
    top: 250px;
}

.s_type_23 .sp_9 {
    left: 42%;
    top: 450px;
}

.s_type_23 .sp_6 {
    left: 30%;
    top: 330px;
}

.s_type_23 .sp_8 {
    left: 10%;
    top: 450px;
}

.s_type_23 .sp_7 {
    right: 30%;
    top: 330px;
}

.s_type_23 .sp_10 {
    right: 10%;
    top: 450px;
}

.s_type_23 .sp_11 {
    left: 42%;
    top: 585px;
}


.s_type_24 .sp_2 {
    left: 10%;
    top: 257px;
}

.s_type_24 .sp_3 {
    left: 31%;
    top: 187px;
}

.s_type_24 .sp_4 {
    right: 31%;
    top: 187px;
}

.s_type_24 .sp_5 {
    right: 10%;
    top: 257px;
}


.s_type_24 .sp_6 {
    left: 20%;
    top: 425px;
}

.s_type_24 .sp_7 {
    left: 42%;
    top: 425px;
}

.s_type_24 .sp_8 {
    right: 20%;
    top: 425px;
}

.s_type_24 .sp_9 {
    left: 20%;
    top: 560px;
}

.s_type_24 .sp_10 {
    left: 42%;
    top: 560px;
}

.s_type_24 .sp_11 {
    right: 20%;
    top: 560px;
}


.s_type_25 .sp_2 {
    left: 20%;
    top: 157px;
}

.s_type_25 .sp_3 {
    left: 42%;
    top: 157px;
}

.s_type_25 .sp_4 {
    right: 20%;
    top: 157px;
}

.s_type_25 .sp_5 {
    left: 42%;
    top: 310px;
}


.s_type_25 .sp_6 {
    left: 10%;
    top: 450px;
}

.s_type_25 .sp_7 {
    left: 42%;
    top: 450px;
}

.s_type_25 .sp_8 {
    right: 10%;
    top: 450px;
}

.s_type_25 .sp_9 {
    left: 20%;
    top: 580px;
}

.s_type_25 .sp_10 {
    left: 42%;
    top: 580px;
}

.s_type_25 .sp_11 {
    right: 20%;
    top: 580px;
}



.s_type_26 .sp_2 {
	left: 10%;
	top: 230px;
}


.s_type_26 .sp_3 {
	left: 27%;
	top: 157px;
}

.s_type_26 .sp_4 {
	right: 27%;
	top: 157px;
}

.s_type_26 .sp_5 {
	right: 10%;
	top: 230px;
}


.s_type_26 .sp_6 {
	left: 42%;
	top: 276px;
}

.s_type_26 .sp_7 {
	left: 20%;
	top: 450px;
}

.s_type_26 .sp_8 {
	left: 42%;
	top: 450px;
}

.s_type_26 .sp_9 {
	right: 20%;
	top: 450px;
}

.s_type_26 .sp_10 {
	left: 27%;
	top: 580px;
}

.s_type_26 .sp_11 {
	right: 27%;
	top: 580px;
}













ul.head_links {
    display: inline-block;
    float: right;
    width: auto;
}

ul.head_links li {
    width: auto;
    display: inline-block;
    float: left;
}

ul.head_links li:first-child {
    margin-right: 15px;
}


.tabs__matchbest {
}

.tabs__matchbest li {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.1px;
    margin: 0 -3px 0 0;
    padding: 12px 18px 10px 18px;
    cursor: pointer;
    position: relative;
}

.tabs__matchbest li.active {
    background: #78a92c;
    font-weight: bold;
}

.tabs__matchbest li.active a {
    color: #fff;
}

.tabs__matchbest li a.tmb_1 {
    padding: 0 0 0 18px;
    background: url(/themes/2017/images/tmb_1.png) no-repeat left center;
}

.tabs__matchbest li.active a.tmb_1 {
    background: url(/themes/2017/images/tmb_1act.png) no-repeat left center;
}

.tabs__matchbest li a.tmb_2 {
    padding: 0 0 0 18px;
    background: url(/themes/2017/images/tmb_2.png) no-repeat left center;
}

.tabs__matchbest li.active a.tmb_1 {
    background: url(/themes/2017/images/tmb_2act.png) no-repeat left center;
}

.tabs__matchbest li a.tmb_223 {
    padding: 0 0 0 18px;
    background: url(/themes/2017/images/tmb_223.png) no-repeat left center;
}


.awards_users {
    clear: both;
}

.awards_users ul {
    display: inline-block;
    padding: 0 20px 9px 0
}

.awards_users ul li {
    display: inline-block;
    background: #f0f6e8;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px 4px 12px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #79a92d;
}

.awards_users ul li a {
    color: #79a92d;
}

.awards_users ul li.au_ul_f {
    background: #79a92d;
    color: #fff;
}

.awards_users ul.au_ul_1 li {
    background: #ececec;
    color: #000;
}

.awards_users ul.au_ul_1 li.au_ul_f {
    background: #6b6b6b;
    color: #fff;
}

.be_top {
}

.be_top td.be_top_coin, .be_top:hover td.be_top_coin {
    background: url(/themes/2017/images/be_top.png) no-repeat left 7px center #eef7e0 !important
}

.be_top td.be_top_td, .be_top:hover td.be_top_td {
    background: #eef7e0
}

a.tour_link {
    width: 15px;
    height: 20px;
    display: inline-block;
    float: left;
    cursor: pointer;
}