body.hidden {
    overflow-y: hidden;
}

/*******************************/

.menu a:hover,
.menu li.active a {
    /*background: #5890ae;*/
}

.icon-tennis:before {
    content: "\e91a";
}

.icon-hockey:before,
.icon-icehockey:before {
    content: "\e90f";
}

.icon-basketball:before {
    content: "\e902";
}

.prognozs a.active {
    color: #000000 !important;
    border-bottom: 0 dashed #2ea7df;
}

.icon-icehockey:before {
    content: "\e90f"
}

.icon-volleyball:before {
    content: "\e91c"
}

.icon-waterpolo:before {
    content: "\e91d"
}

.icon-americanfootball:before {
    content: "\e916"
}

.name_tournament h3 a,
.name_tournament .h3 a,
.check_match_one .link_more {
    color: #000;
    text-decoration: none;
}

.check_match .match_factor a {
    color: #fff !important;
}

.game_top a {
    color: #fff !important;
}

.navigation a,
.navigation li a,
.navigation em {
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    font-style: normal;
    cursor: pointer;
}

.navigation a:hover,
.navigation li.active a,
.navigation em:hover,
.navigation em.active {
    background: #3a3a3a;
    color: #fff;
}

.open_more .navigation_drop {
    z-index: 2;
}

.list_league a {
    color: #000;
    text-decoration: none;
}

.league .result a {
    color: #5f5f5f;
}

.nav_presonal a:hover,
.nav_presonal li.action a {
    color: #389ace;
}

a:hover::before,
.nav_presonal li.action a::before {
    opacity: 1;
}

.forecast_box {
    padding: 12px 0px 0 0 !important;
}

.forecast_box .tbl_price td.result {
    width: 80px;
}

/*******************************/
/** Всплывающее окно **/

.popup {
    width: 500px;
    height: auto;
    background-color: #eeeeee;
    margin: -170px 0 0 -250px;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
}

.popup_header {
    width: 100%;
    background-color: #5090ae;
    color: #FFFFFF;
    padding: 10px;
    min-height: 24px;
}

.popup_body {
    background-color: #eeeeee;
    width: 100%;
    padding: 20px 10px;
    font-size: 12px;
    text-align: center;
}

.popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: url(/img/layer_bg_black.png);
    display: none;
    top: 0;
}

.link_close_popup {
    color: #FFFFFF;
    font-size: 12px;
    float: right;
    margin-right: 5px;
}

.link_close_popup:hover {
    color: #FFFFFF;
}

.form_page .remeber {
    top: 35px !important;
}

.has-error .tx {
    border-color: #f00;
}

.has-error .help-block-error {
    color: #f00;
}

.formatch_name img {
    max-width: 100%;
    margin: auto;
    max-height: 100px;
}

.disabled {
    display: none;
}

.personal_main {
    padding: 0 !important;
}

.foot_comenter li {
    padding: 0 70px 2px 20px !important;
}

.foot_comenter .mycomment:before {
    content: '#.';
}

.bet_game_col.right .img_box {
    left: auto !important;
    right: 0 !important;
}

.comment.sub {
    padding-left: 20px;
    margin-top: 20px;
}

svg.highcharts-root {
    font-family: Tahoma, Helvetica, Arial !important;
}

.right-menu {
    position: relative;
}

.member {
    background-color: #d6dadc;
    border-radius: 25em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 0 4px 4px 0;
    overflow: visible;
    position: relative;
    width: 30px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
}

.member-avatar {
    height: 30px;
    width: 30px;
    border-radius: 25em;
}

.phenom-meta {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    min-width: 110px;
    margin-top: 5px;
}

.quiet,
.quiet a {
    color: #838c91;
}

.phenom:last-child {
    border-bottom: 0;
}

.first_menu .nav_presonal a {
    font-weight: normal !important;
}

input[type=file].tx {
    padding: 20px;
}

.jq-selectbox__dropdown {
    top: 72px;
}

.select_nav .jq-selectbox__dropdown {
    top: 38px;
}

.setting_block .jq-selectbox__dropdown ul {
    max-height: 350px;
}

.block_create_idea_main {
    background: #f0f1f2;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.block_create_idea_main .error-summary {
    color: #FF0000;
}

.input_text_create_idea {
    margin-bottom: 0;
}

.idea_item {
    margin-bottom: 30px;
    position: relative;
}

.idea_item h3,
.idea_item .h3 {
    font-weight: 400;
}

.idea_item .idea_wrap {
    border: #cadbe1 solid 1px;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.idea_item .minheight {
    min-height: 170px;
}

.idea_item .lnk_more {
    text-align: right;
    margin-top: 15px;
}

.idea_item .idea_comment_info {
    float: right;
    margin-right: 30px;
    position: relative;
}

.idea_item .info_idea_view {
    margin-top: 15px;
}

.idea_item .info_idea_view span {
    color: #a5a5a5;
    font-size: 12px;
    margin-left: 10px;
}

.idea_item .idea_comment_info i {
    text-decoration: none !important;
    margin-right: 10px;
    position: absolute;
    left: -22px;
    top: 4px;
    color: #5890ae;
}

.idea_item .idea_text_block {
    margin-right: 200px;
}

.idea_item .idea_rate {
    position: absolute;
    right: 20px;
    width: 175px;
    text-align: center;
    border-left: #e1eaec solid 1px;
    top: 15px;
    bottom: 15px;
    padding-left: 15px;
}

.idea_item .like_button {
    width: 50%;
    text-align: center;
    float: left;
}

.idea_item .like_button img {
    display: inline;
}

.idea_item .counter_like {
    display: inline;
}

.idea_item .idea_merge {
    font-size: 50px;
    color: #2ea7df;
    font-weight: 600;
    border-bottom: #e1eaec solid 1px;
    margin-bottom: 10px;
}

.idea_item .like_button {
    font-weight: 600;
    font-size: 20px;
}

.idea_item .like_button .count_voice i {
    cursor: pointer;
}

.idea_item .like_up {
    color: #75c10c;
}

.idea_item .like_up i {
    background: url("../img/idea_up.png") no-repeat left center;
    display: inline-block;
    height: 15px;
    width: 20px;
}

.idea_item .like_down {
    color: #ff7575;
}

.idea_item .like_down i {
    background: url("../img/idea_down.png") no-repeat left center;
    display: inline-block;
    height: 15px;
    width: 20px;
}

.idea_item .status_btn {
    background: #98be62;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.idea_item .arrow_to {
    background: url("../img/arrow_to.png") no-repeat;
    height: 9px;
    width: 14px;
    position: absolute;
    bottom: -9px;
    left: 50px;
}

.desc_match {
    border-top: #ebebeb solid 1px;
    padding-top: 40px;
}

.desc_match .team {
    margin: 0 50px;
}

.ubp_img {
    border-radius: 5px;
    height: 200px;
    width: 200px;
    overflow: hidden;
    margin: auto;
}

.ubp_img img {
    height: 200px;
    max-width: none !important;
}

.login_block_pari {
    margin-top: 15px;
    font-weight: 500;
    font-size: 21px;
}

.login_block_pari a {
    text-decoration: none;
    color: #000;
}

.pari_schet {
    margin-top: 40px;
    color: #5890ae;
    font-size: 48px;
    font-weight: bolder;
}

.pari_schet_title {
    font-size: 16px;
    font-weight: bolder;
}

.pari_count {
    background: url("../img/pari_counts.png") no-repeat;
    padding-left: 30px;
}

.pari_wait {
    background: url("../img/pari_wait.png") no-repeat;
    padding-left: 30px;
}

.pari_kubok {
    background: url("../img/pari_kubok.png") no-repeat;
    padding-left: 30px;
}

.pari_turnir {
    font-size: 12px;
}

.info_bet {
    border-bottom: #ebebeb solid 1px;
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 12px;
}

.info_bet span {
    color: #2ea7df;
}

.info_bet span a {
    text-decoration: none !important;
}

.bets_user_pari>tbody>tr>td {
    padding: 12px 0;
}

.pari_bets_title {
    max-width: 260px;
    padding-right: 20px;
}

.asbtn {
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    /*width: 70px;*/
    display: block;
    color: #fff;
}

.asresult {
    display: block;
    width: 50px;
    text-align: center;
    font-weight: bolder;
}

.asodd {
    display: block;
    max-width: 140px;
}

.page_size {
    float: right;
}

.page_size span {
    display: inline-block;
    line-height: 32px;
    margin-right: 10px;
}

.page_size .jq-selectbox {
    display: inline-block;
    float: right;
    width: 100px;
}

.page_size .jq-selectbox__select {
    line-height: 30px;
    height: auto;
    width: auto;
}

.page_size .jq-selectbox__dropdown {
    top: 31px;
}

.ansbuttoned {
    margin-left: 10px;
}

.rois .percent {
    text-align: right;
}

.personal_main .forecast_info table td {
    width: 100%;
}

.personal_info .forecast_info .black_green {
    width: 80px;
}

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

.grid_cols li {
    width: 100% !important;
}

.line_search_form {
    position: relative;
    margin-bottom: 15px;
}

.line_search_form .loading_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}

.line_search {
    height: 48px;
}

.line_search_results {
    background: #fff;
    margin-top: -15px;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 999;
}

.line_search_results .r_wrap {
    border-radius: 3px;
    border: solid 1px #cadbe1;
}

.line_search_results .matches a {
    line-height: 30px;
    padding: 0 15px;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.line_search_results .matches i {
    margin-right: 10px;
    font-size: 12px;
}

.line_search_results .matches a:hover {
    background: #f0f0f0;
}

.result.live_result {
    color: red;
}

.line_tours .name_tournament {
    border-bottom: #f0f0f0 solid 1px;
}

.line_tours .name_tournament:last-child {
    border-bottom: solid 0px #f0f0f0;
}

.line_tours .name_tournament a {
    display: block;
    line-height: 20px;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 18px 0;
}

.line_tours .name_tournament a:hover {
    background-color: #fafafa;
}

.prognozs .forecast_top {
    padding: 0 !important;
}

.prognozs .forecast_info {
    top: auto;
    bottom: 15px;
    width: 210px;
}

.prognozs .forecast_info .black_green {
    width: 60px;
}

.prognozs .forecast_info table td {
    width: 100%;
}

.prognozs .match .date {
    float: right;
}

.prognozs .forecast_box {
    margin-top: 20px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table;
    width: 100%;
}

.prognozs.no_user .forecast p {
    display: table-cell;
    height: 55px;
    vertical-align: middle;
}

.prognozs .match_top .category,
.prognozs .match_top .date {
    font-weight: normal !important;
}

.matches_popuar a {
    text-decoration: none;
}

.matches_popuar .sub_name {
    color: #222;
}

.menu li.mitem_chat {
    display: none;
}

.lives .sub_navigation {
    text-align: center;
    padding: 0;
}

.lives .sub_navigation li a {
    display: block;
    padding: 11px 10px;
}

.lives .sub_navigation a:hover,
.lives .sub_navigation li.active a {
    text-decoration: none;
    background: #5890ae;
}

.live_sport_menu {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.live_sport_menu li {
    border-bottom: #222 solid 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #555555;
}

.live_sport_menu sup {
    color: #FFFFFF;
    background-color: #44ade1;
    border-radius: 3px;
    padding: 8px;
    margin-left: 5px;
}

.live_sport_menu li a {
    font-size: 13px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    padding: 20px 0;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live_sport_menu li:hover,
.live_sport_menu li.active {
    border-bottom: #44ade1 solid 5px;
    color: #222222;
}

.live_sport_menu i {
    font-size: 25px;
    margin-right: 10px;
}

.lives .navigation li {
    display: inline-block !important;
    padding: 0;
}

.lives .navigation a {
    font-weight: normal !important;
}

.lives .navigation span {
    padding: 0 25px;
}

.live_block h3,
.live_block .h3 {
    border-bottom: 1px solid #e1eaec;
    font-size: 14px;
    padding: 20px 0 15px;
    position: relative;
}

.list_live_new {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0 !important;
}

.list_live_new li {
    margin: 10px 0;
}

.live_checkbox {
    background: #9e9e9e;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    height: 20px;
    width: 20px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}

.live_checkbox input[type="checkbox"] {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: -1;
    display: none;
}

/*.live_checkbox:hover,*/
.live_checkbox.checked,
.live_checkbox.active {
    background: #95c057;
}

.my_games_checks {
    display: inline !important;
    padding: 0 !important;
}

.list_live_new .date {
    color: #5890ae;
}

.list_live_new .live_fixed {
    position: absolute;
    left: 0;
}

.list_live_new .live_new {
    padding-left: 105px;
    display: table;
    width: 100%;
    position: relative;
}

.list_live_new .name_block {
    display: inline-block;
    width: 65%;
    float: left;
}

.list_live_new .result {
    display: inline-block;
    width: 35%;
}

.live_shower {
    cursor: pointer;
    margin-top: -10px;
    position: absolute;
    right: 0;
    font-size: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.live_shower .glyphicon {
    right: 20px;
    height: 1px;
    width: 1px;
    position: absolute;
    top: 47%;
}

.live_shower.open .glyphicon-chevron-up {
    display: block !important;
}

.live_shower.open .glyphicon-chevron-down {
    display: none !important;
}

.hidden_fa,
.hidden_fo {
    display: none;
}

.last {
    display: none;
}

.see_more {
    display: inline-block;
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
}

.league_page .sub_navigation .active {
    text-decoration: underline;
}

.league {
    position: relative;
    padding-left: 40px;
}

.league .date {
    display: block;
    padding: 0 !important;
    left: 0;
    top: 3px;
    position: absolute;
    width: 35px;
}

.check_match_one .read {
    float: right;
}

.select_nav,
.jq-selectbox__dropdown,
jq-selectbox {
    z-index: 99;
}

#table_add_bet_pari .jq-selectbox__select {
    line-height: 50px !important;
    height: 50px !important;
}

#table_add_bet_pari .jq-selectbox {
    margin: 0 !important;
}

#table_add_bet_pari .jq-selectbox__dropdown {
    top: 50px !important;
}

.ajax_wrap.loading {
    position: relative;
}

.loading:after {
    content: '';
    position: fixed;
    width: 90px;
    height: 30px;
    top: 30%;
    left: 40%;
    background: url('/img/ajax.gif');
    z-index: 1000;
    cursor: pointer;
}

.loading:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    cursor: pointer;
}

.new_p_style .friendlies .nsp_center {
    text-align: center;
    width: 100%;
    display: block;
    padding-left: 77px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 14px;
}

.new_p_style .friendlies .name {
    float: none !important;
    display: inline-block;
    text-align: right;
    width: 120px;
    color: #222 !important;
    overflow: visible;
}

.new_p_style .friendlies .info {
    float: none !important;
    display: inline-block;
    text-align: left;
    width: 120px;
    overflow: visible;
}

.new_p_style .friendlies .result {
    text-align: center;
    width: 100px;
    float: none !important;
    display: inline-block;
    font-weight: bold;
}

.new_p_style .friendlies .result a {
    text-decoration: none !important;
}

.new_p_style .friendlies .date {
    font-size: 1.4rem;
    color: #5890ae;
    width: 80px;
}

.new_p_style .friendlies .icon_result {
    font-weight: 500 !important;
}

.show_profile {
    text-decoration: underline !important;
    cursor: pointer;
    float: right;
    line-height: 30px;
}

.message_username {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.message_username a {
    text-decoration: none;
    color: inherit;
}

.user_status {
    background: #8c8c8c;
    padding: 1px 6px 2px 6px;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 4px;
    margin-left: 5px;
    position: absolute;
}

.user_status.online {
    background: #98be62;
}

.for_tablet .foot_comenter {
    max-width: none;
}

.for_tablet .foot_comenter a {
    color: #222;
}

.for_tablet .foot_line:before {
    display: none;
}

.footer_line.list_bookmakers {
    margin: 0 !important;
    padding-bottom: 1px;
}

.foot_line::before {
    bottom: 10px;
}

.footer_line.list_bookmakers>li {
    border: none !important;
    padding: 0 36px 0 20px !important;
    margin: 7px 0px;
    font-size: 1.4rem;
}

.footer_line.list_bookmakers li a {
    color: #fff;
    text-decoration: none;
}

.footer_line.list_bookmakers .btn_more {
    position: absolute;
    top: -3px;
    right: 0;
    color: #fff;
    display: none;
}

.footer_line.list_bookmakers .number {
    position: absolute;
    right: 0;
    background: #3a3a3a;
}

.flash_wrap {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 99;
    width: 310px;
}

.formatch_last .new_p_style .friendlies .name,
.formatch_last .new_p_style .friendlies .info {
    font-weight: normal;
    width: 35%;
}

.league_page .personal_main .forecast_info table .black_green {
    padding: 0 20px !important;
}

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

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

.pari_bets_info .date {
    color: #868686;
    font-size: 12px;
    position: absolute;
    margin-top: 2px;
}

.pari_bets_info_wrap {
    padding-left: 45px;
    margin-right: 30px;
}

.pari_bets_info_title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pari_bets_info_tour {
    color: #2ea7df;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pari_bets_results .forecast_info {
    float: left;
    width: 59%;
    position: relative;
    top: inherit;
    right: inherit;
}

.pari_bets_results .pari_bets_result {
    float: left;
    width: 26%;
    text-align: center;
    line-height: 30px;
}

.pari_bets_results .pari_bets_score {
    float: left;
    width: 15%;
    text-align: right;
    line-height: 30px;
}

.pari_bets_result span {
    display: none;
}

.live_result_pari {
    color: #de0d1b !important;
}

.info_bet_wrap {
    display: inline-flex;
    width: 24%;
}

.external_link {
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    width: 24px;
}

.external_link i {
    font-size: 25px;
}

.external_link:hover {
    color: #5890ae;
}

.field-usersinfo-about_me textarea {
    border: 1px solid #bfbfbf;
}

.setting_wrap .jq-selectbox__select,
.field-usersinfo-country_id .jq-selectbox__select,
.setting_block .tx,
.filter-bets .jq-selectbox__select {
    height: 36px !important;
    line-height: 34px !important;
    border: 1px solid #bfbfbf;
}

.setting_wrap .jq-selectbox__dropdown,
.field-usersinfo-country_id .jq-selectbox__dropdown,
.filter-bets .jq-selectbox__dropdown {
    top: 36px !important;
}

.setting_wrap {
    padding-left: 236px;
    position: relative;
}

.setting_wrap label.wraped {
    position: absolute;
    width: 220px;
    display: block;
    left: 0;
    text-align: right;
}

.setting_wrap span.live_checkbox {
    margin-bottom: 30px;
    margin-left: 0;
}

.topbordered {
    border-top: solid 1px #e1eaec;
}

.setting_wrap.topbordered {
    padding-top: 24px;
}

#users-avatar-form .setting_wrap {
    margin-bottom: 20px;
}

#users-avatar-form label.wraped {
    top: 50%;
    margin-top: -10px;
}

.setting_block_input>label {
    position: relative;
}

#users-avatar-form .field-usersavatar-path {
    width: 200px;
    cursor: pointer;
    position: absolute;
}

#users-avatar-form #usersavatar-path {
    position: absolute;
    top: -53px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    width: 200px;
}

#users-avatar-form .help-block-error {
    position: absolute;
    left: 0;
}

.tbl_player a {
    color: #222 !important;
    text-decoration: none;
}

.score_mobile {
    display: none;
}

li.mypos a,
li.mypos span {
    font-weight: bold;
}

.res_prog {
    min-width: 70px;
    color: #222;
}

.buttons_desc a {
    border: solid 1px #5890ae;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}

.buttons_desc i {
    font-size: 20px;
    color: #5890ae;
}

.history_back {
    position: absolute;
    right: 15px;
    top: 5px;
    text-decoration: none;
    color: #222;
}

.bets_user_pari_item {
    margin-bottom: 21px;
    min-height: 30px;
    font-size: 14px;
}

.bets_user_pari_item .forecast_info table .black_green {
    min-width: 80px;
    padding: 0 10px !important;
}

.inner-wrapper-sticky {
    left: auto !important;
}

.injuries_name img {
    display: inline-block;
    margin-left: 5px;
}

.row_box {
    margin-bottom: 20px;
    display: flex;
}

.row {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
}

.row::before,
.row::after {
    display: none;
}

.pari_add_wrap .text_stavki {
    line-height: 50px;
}

.message_form .btn i {
    display: none;
}

.check_match_one .drop {
    min-width: 200px !important;
}

.me_it,
.me_it a {
    color: #3d9ccc !important;
    font-weight: bold;
}

.top_btn {
    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 9999;
}

.top_btn a {
    color: #5890ae;
    display: block;
    border-radius: 50%;
    text-align: center;
    height: 47px;
    width: 47px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.41);
    padding-top: 15px;
    transition: 0.5s all;
    opacity: 0.0;
}

.live_updater a {
    color: #222 !important;
    text-decoration: underline;
    cursor: pointer;
    width: 100px
}

.small_font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;
    line-height: 12px;
}

.no_user .h3 {
    padding: 10px 15px 15px 15px;
}

.footer_descr_buttons {
    float: right;
    margin-top: 8px;
}

.buttons_wrap {
    /*border-bottom: 1px solid #e1eaec;*/
    padding: 0 0 11px;
    margin-bottom: 28px;
}

.footer_descr_buttons img {
    display: inline-block;
}

.buttons_wrap .like_button {
    width: 75px;
}

.buttons_wrap .desc_button {
    background-color: #FFFFFF;
    border: 1px solid #659db8;
    cursor: pointer;
    text-align: center;
    height: 29px;
    margin-left: 15px;
    display: inline-block;
}

.buttons_wrap .counter_like {
    background-color: #659db8;
    height: 100%;
    float: right;
    color: #fff;
    width: 26px;
    vertical-align: middle;
}

.buttons_wrap .counter_like div {
    margin-top: 5px;
}

.dop_results {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.spam_buttons {
    position: absolute;
    right: 0;
    z-index: 9999;
    min-width: 280px;
}

.spam_button {
    cursor: pointer;
    font-size: 24px;
    color: #909090;
    float: right;
    padding: 0 15px;
}

.spammer {
    background: #fff;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: #999 0px 3px 30px;
    max-width: 300px;
    margin-top: 40px;
    display: none;
    font-size: 14px;
}

.spammer .spam_item {}

.spammer .spam_item:hover {
    background: #f1f1f1;
}

.spammer .spam_item button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    text-align: left;
    height: 33px;
    line-height: 26px;
    width: 100%;
}

.spammer i {
    color: #909090;
    width: 11px;
    margin-left: 10px;
    margin-right: 12px;
}

.link_full_desc {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 14px;
    font-weight: bold;
}

.link_full_desc:hover {
    color: #999999;
}

.prognozs .link_full_desc {
    right: 20px;
    text-decoration: none;
}

.ideas .idea_item .idea_wrap {
    min-height: 180px;
}

.live_block .livetime {
    color: #26744c;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}

.has_team {
    font-weight: bold;
}

.dop_links_prognoz {
    border-bottom: 1px solid #e1eaec;
    padding-bottom: 20px;
    margin: -10px 0 10px 0;
}

.dop_links_prognoz a {
    font-size: 13px;
    padding-right: 5px;
    text-decoration-style: dashed;
}

.dop_links_prognoz a:hover {
    color: #6ba0b8;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.bookmaker_btns .btn {
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.www_btn {
    background: #44ade1;
}

.search_btn {
    background: #86bf5b;
}

.we_want {
    color: #2a1c48;
    font-size: 16px;
}

.error_wrap {
    text-align: center;
    padding: 10px 0 35px 0;
    margin: 0 5% 40px 5%;
    color: #2a1c48;
    border-bottom: 1px dashed #2a1c48;
}

.error_code {
    font-size: 60px;
    font-weight: bold;
}

.error_text {
    font-size: 16px;
    text-transform: lowercase;
}

.lk_btns {
    position: relative;
    margin: 25px 5px 0px 5px;
    padding: 10px 40px 0px 40px;
}

.lk_btns .counter_like {
    position: absolute;
    color: #8e8e8e;
}

.lk_btns .like-liner {
    background: #c5c5c5;
    height: 3px;
}

.lk_btns .like-liner .like-position {
    background: #68942c;
    height: 3px;
    width: 0%;
}

.like-icon {
    background-size: contain;
    display: inline-block;
    height: 21px;
    width: 21px;
    opacity: 0.5;
    position: absolute;
    top: 1px;
}

.like-icon:hover {
    cursor: pointer;
    opacity: 1;
}

.lk_btns .like-minus .counter_like {
    right: 40px;
}

.like-plus .like-icon {
    background: url("../img/thumb-up.svg") no-repeat;
    left: 0px;
    width: 19px;
    height: 22px;
}

.like-minus .like-icon {
    background: url("../img/thumb-down.svg") no-repeat;
    right: 0px;
    width: 19px;
    height: 22px;
}

.bookmaker_one .name {
    overflow: hidden;
}

.list_message .user_status {
    position: absolute;
    bottom: -7px;
    margin-left: 13px;
}

.gicon-home,
.gicon-vopros {
    color: #ff0101;
}

.gicon-home:before {
    content: "\e021";
}

.list_live_new .result {
    position: relative;
}

.sidebar-sticky-content {
    top: 100px;
    position: sticky;
}

.animation {
    display: inline-block;
    background: url('../img/screen.svg') no-repeat;
    height: 18px;
    width: 20px;
    position: absolute;
    left: -30px;
    margin-top: 3px;
    cursor: pointer;
}

.animation:hover {
    opacity: 0.7;
}

.animation-block {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 75px;
    height: 246px;
    width: 402px;
    z-index: 9;
    border: 1px solid #5890ae;
}

.animation-close {
    background: #5890ae;
    line-height: 24px;
    text-align: right;
    padding-right: 5px;
    color: #fcfcfc;
    cursor: pointer;
}

.animation-block iframe {
    height: 220px;
    width: 400px;
    overflow: hidden;
}

.last_pari_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.see_all_user {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.proiz_cont {
    position: absolute;
    top: 1px;
}

.ldng {
    position: absolute;
    margin-top: -4px;
    margin-left: 10px;
}

.ticket_link {
    text-decoration: none;
    color: #222;
    line-height: 20px;
    display: block;
}

.ticket_link .glyphicon {
    font-size: 15px;
    top: 2px;
    margin-right: 10px;
    color: #535353;
}

.ticket_link:hover {
    color: #336885;
}

#tickets-text {
    height: 150px;
}

#tickets-verifycode-image {
    height: 70px;
}

.gray-text-small {
    color: #bcbbbb;
    font-size: 12px;
    margin-bottom: 20px;
}

.gray-text {
    color: #bcbbbb;
}

.ticket .date {
    color: #bcbbbb;
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
}

.ticket .tx {
    margin: 0;
}

.ticket .answer-wrap {
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 42px;
}

.ticket .is-admin {
    padding-right: 100px;
    margin-left: 27%;
    position: relative;
}

.ticket .is-user {
    padding-left: 100px;
    position: relative;
}

.ticket .is-admin .answer-wrap {
    border: 1px #ebebeb solid;
    position: relative;
}

.ticket .is-user .answer-wrap {
    background: #ebebeb;
    position: relative;
}

.ticket .is-admin .answer-wrap:after {
    background: url("../img/user/ans-r.png") no-repeat;
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    right: -17px;
}

.ticket .is-user .answer-wrap:before {
    background: url("../img/user/ans-l.png") no-repeat;
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    left: -16px;
}

.ticket .user_ico {
    background: url("/img/avatar_pari.png") no-repeat;
    background-size: contain;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
    height: 35px;
    width: 30px;
    margin-bottom: 5px;
}

.ticket .ansuinfo {
    position: absolute;
    text-align: center;
}

.ticket .is-admin .ansuinfo {
    right: 0;
    width: 90px;
}

.ticket .is-user .ansuinfo {
    left: 0;
    width: 90px;
}

.ticket .ansuinfo .username {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ticket .ansuinfo .ans-date {
    color: #2b9ebf;
    font-size: 11px;
    font-weight: bold;
    width: 80px;
    margin: auto;
}

.filter-bets .filter-bet-tournament {
    color: #AAAAAA;
    font-size: 12px;
}

.filter-bets .filter-bet-username-sub {
    color: #5c5c5c;
    font-size: 12px;
}

.filter-bets table.table {
    font-size: 14px;
}

.filter-bets table.table th {
    text-align: left;
}

.jq-selectbox.form-control select,
.jq-selectbox.form-control {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.filter-bets .h2 a {
    font-size: 12px;
}

/** PNG ICONS **/
.png_icon_home {
    background: url("../img/menu_2/home.png") no-repeat center;
}

.png_icon_rate {
    background: url("../img/menu_2/rate.png") no-repeat center;
}

.png_icon_pari {
    background: url("../img/menu_2/pari.png") no-repeat center;
}

.png_icon_bookmakers {
    background: url("../img/menu_2/bookmakers.png") no-repeat center;
}

.png_icon_live {
    background: url("../img/menu_2/live.png") no-repeat center;
}

.png_icon_rule {
    background: url("../img/menu_2/rule.png") no-repeat center;
}

/** icomoon ICON */
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?gli26w');
    src: url('/fonts/icomoon.eot?gli26w#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?gli26w') format('truetype'),
        url('/fonts/icomoon.woff?gli26w') format('woff'),
        url('/fonts/icomoon.svg?gli26w#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
    content: "\e950";
}

.icon-bell:before {
    content: "\e951";
}

.icon-comment:before {
    content: "\e952";
}

.icon-plus:before {
    content: "\e953";
}

.icon-user:before {
    content: "\e954";
}

.btn-outline-warning {
    background-color: #ffffff;
    border: 1px solid #dc3545;
    color: #dc3545;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #dc3545;
}

/* Modal Alert */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1050;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    border-radius: 16px;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
    }
}

/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
    text-align: center;
    background: linear-gradient(90deg, #0974BE 0%, #06548C 100%);
    height: 73px;
    border-radius: 16px 16px 0 0;
}

.modal-header img.modal-close-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal-header .modal-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    text-align: center;
    max-height: 80vh;
}

.modal .buttons {
    color: #FFFFFF;
    font-weight: bold;
}

.modal .buttons i {
    padding-right: 10px;
}

.modal .buttons .button {
    padding: 25px 20px;
    cursor: pointer;
}

.modal .buttons .button:hover {
    opacity: .9;
}

.modal .button-success {
    background-color: #0080ce;
    border-radius: 0 0 0 0.6rem;
}

.modal .button-notice {
    background-color: #003266;
    border-radius: 0 0 0.6rem 0;
}

.modal .info {
    padding: 15px;
}

.modal .info img {
    margin: 20px auto;
    max-width: 160px;
}

/* Notification Popup */
.popup-notification {
    background-color: #ffffff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
    width: 300px;
    border-radius: 5px;
    position: fixed;
    bottom: 70px;
    margin: auto;
    z-index: 100;
}

.popup-notification .text {
    padding: 15px;
    color: #636363;
    font-size: 1.4rem;
}

.popup-notification .icon {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.popup-notification .icon i {
    padding: 30px;
}

.popup-notification .success,
.popup-notification .success_ads {
    background-color: #98be62;
}

.popup-notification .info {
    background-color: #3d9ccc;
}

.popup-notification .error {
    background-color: #cc3d5f;
}

/** breadcrumbs **/

.breadcrumb {
    margin-left: 0;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb>li+li:before {
    padding-right: 5px;
    color: #61615f;
    content: ">";
    flex-shrink: 0;
}

.breadcrumb>li {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.breadcrumb>li>a {
    border-radius: 16px;
    color: #61615f;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #f0f1f2;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb>li>a:hover {
    background-color: #e1e1df;
    color: #444443;
}

.breadcrumb>li:first-child>a::before {
    content: "\e021";
    font-family: 'Glyphicons Halflings';
    margin-right: 8px;
    font-size: 1.2rem;
}

/** buttons **/
.header_button {
    background: #FFFFFF;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #127CB5;
    font-weight: bold;
    position: relative;
}

.header_button__icon {
    background-color: #127CB5;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.header_button__icon img {
    width: 16px;
    height: 16px;
}

.header_button__text {
    height: 36px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #127CB5;
    white-space: nowrap;
}

.header_button:hover {
    border: 1px solid #44ade1;
}

.header_button:hover .header_button__icon {
    background: #44ade1;
}

.header_button:hover .header_button__text {
    color: #44ade1;
}

.header_button_counter {
    background: #FFFFFF;
    color: #127CB5;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 2px;
}

.header-gift-button {
    position: relative;
}

.header-gift-button .red-pick {
    background-color: #ff9a9a;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 6px;
}

/* Live Results Widget — сайдбар */
.live-results-item {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
}
.live-results-item:hover,
.live-results-item:focus {
    text-decoration: none;
    color: inherit;
}
.live-results-item:hover .live-results-teams,
.live-results-item:focus .live-results-teams {
    color: #44ade1;
}
.live-results-item:last-child {
    border-bottom: none;
}
.live-results-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.live-results-time-fixed {
    display: inline-block;
    width: 20px;
    flex: 0 0 20px;
    white-space: nowrap;
}
.live-results-teams {
    font-size: 14px;
    color: #222;
    flex: 1;
    min-width: 0;
}
.live-results-score-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}
.live-results-score {
    font-size: 14px;
    font-weight: 700;
    color: #F52828;
}
.live-results-time {
    color: #26744c;
    font-size: 14px;
    font-weight: 600;
}
.live-results-detail {
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-top: 1px;
}
.live-results-empty {
    color: #999;
    font-size: 14px;
    padding: 5px 0;
}