/*

font-family: 'Jura', sans-serif;
font-family: 'Open Sans', sans-serif;

*/
*
{
	font-family: 'Open Sans', sans-serif;
}
body
{
	background: #1d1d1d;
	  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
html, body {
    scrollbar-color: rgba(47, 57, 108, 0.8) rgba(24, 25, 30, 0.8);     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 5px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: rgba(24, 25, 30, 0.8);
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: rgba(47, 57, 108, 0.8);
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}
.top_menu,.bot_menu
{
	font-family: 'Jura', sans-serif;
	padding: 10px;
	width: 100%;
	background: rgba(24, 25, 30, 0.8);
	border-radius: 3px;
	border-bottom: 1px solid rgba(30, 25, 30, 1);
	box-shadow: 0px -3px 20px 4px #000;
	color: #fff;
}
.top_menu>i
{
	font-size: 13px;
	color: rgba(255, 7, 37, 0.8);
	position: relative;
}
.top_menu>span, .bot_menu>span
{
	color: rgba(255, 7, 37, 0.8);
}
.bot_menu
{
	font-size: .9rem;
}
.block_hello
{
	color: #ccc;
	background: rgba(33, 38, 44, 0.8);
	padding: 10px;
	width: 60%;
	border-radius: 10px;
	margin: 0 auto;	
	margin-top: 20px;
	font-size: 0.85rem;
}
.block_hello>p
{
	margin-bottom: 0;
}
.block_hello>p>b
{
	color: #fff;
}
.block_hello>h1
{
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	white-space: nowrap;
}
.block_hello>h1>span, .block_hello>span
{
	color: rgba(255, 7, 37, 0.8);
}
.content
{
	margin-top: 10px;
	border-radius: 4px;	
}
.content>.row>.left_content,.content>.row>.col-md-5
{
	box-shadow: 0px -3px 20px 4px rgba(0,0,0,.38);
	border: 1px solid rgba(0,0,0,.38);
	color: #000;
	padding: 10px;
	background: #fff;
	border-radius: 4px;	
}
.content>.row>.col-md-5
{
	background: transparent;
	color: #fff;
}
.left_content>h1
{
	font-size: 23px;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.left_content>div.row>hr
{
	color: #1d1d1d;
    width: 100%;
    margin-top: 0;
}
.list_match>div.match
{
	width: 100%;
	border-top: 10px solid rgba(45, 77, 97, 0.6);
	border-bottom: 10px solid rgba(45, 77, 97, 0.6);
	border-radius: 5px;
	position: relative;
	height: 120px;
}
.match>.team_content
{
	background: rgba(45, 77, 97, 0.6);
	display: inline-block;
	width: 150px;
	height: 100px;
	text-align: center;
}
.match>.team_content>img
{
	width: 100px;
	height: 100px;
	text-align: center;
}
.match>.left_team
{
	float: left;
	position: relative;
}
.match>.right_team
{
	float: right;
	position: relative;
}
.match>.center_bo, .match>.center_VS
{
	display: inline-block;
	position: absolute;
	background: rgba(45, 77, 97, 0.6);
	padding: 5px;
	left: 44.5%;
	width: 100px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}
.match>.center_VS
{
	bottom: 0px;
	background: #fff;
	color: #000;

}
.block_match
{
	overflow: auto;
}
.block_match>h1
{
	color: #fff;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	white-space: nowrap;
}
.block_match>div>div>.card>.card-body, .block_match>div>div>.card
{
	background: rgba(33, 38, 44, 0.8);
	color: #ccc;
	position: relative;
	border-radius: 7px;
	margin-bottom: 15px;
}
.block_img
{
	width: 35%;
	text-align: center;
	background: rgb(41,45,54,1);
	border-radius: 15px;
	padding: 10px;
	border:1px solid transparent;
}
.block_img>img
{
	width: 80%;
	height: 58.59px;
}
.vs
{
	position: absolute;
    left: 0;
    top: 22%;
	color: #fff;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
.vs>span
{
	text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    color: #6c757d;
    font-size: .9rem;
    margin-top: -3px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.block_match>div>div>.card>.card-footer
{
	text-align: center;
	font-size: .8rem;
	overflow: hidden;
	height: 36.2px;
}
.block_match>div>div>.card>.card-footer>img
{
	width: 10%;
}

.time_match
{
	text-transform: uppercase;
	margin-top: 96px;
	font-family: 'Jura', sans-serif;
	color: #6c757d;
	text-align: center;
	white-space: nowrap;
	display: none;
}
.team_list
{
	position: relative;
	width: 100%;
}
.team_list>p
{
	width: 40%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 48px;
	white-space: nowrap;
	overflow-x: hidden;
}
.block_match>div>div>.card>.card-header>button
{
	text-transform: uppercase;
	border-radius: 10px;
	font-size: .6rem;
}
.time_match_date
{
	padding: 5px;
	border-radius: 5px;
	font-family: 'Jura', sans-serif;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.item_block
{
	position: relative;
    top: 0px;
    display: inline-block;
    left: 10px;
}
.item_menu
{
	font-size: 12px;
	top: 0;
	padding: 13.1px;
	color: #ccc;
	border-radius: 3px;
}
.item_menu:hover, .auth:hover, .auth_mobi>a:hover
{
	text-decoration: none;
	color: #fff;
	background: rgba(33, 38, 44, 0.8);
}
.auth
{
	position: absolute;
    right: 10px;
    font-size: 12px;
    color: #ccc;
    padding: 13.1px;
    top: 0;
    border-radius: 3px;
    cursor: pointer;
}
.auth_mobi
{
	display: none;
	position: fixed;
	left: 0px;
	bottom: 0;
	width: 100%;
	color: #ccc;
	padding: 13.1px;
	border-radius: 3px;
    cursor: pointer;
    border:1px solid #ccc;
    background: rgba(33, 38, 44, 0.8);
    z-index: 1;
    text-align: center;
}
.auth_mobi>a
{
	text-decoration: none;
	margin-left: 10px;
	color: #ccc;
}
.block_hello>form>a
{
	color: #ccc;
	text-decoration: none;
}
.block_hello>form>a:hover
{
	color: #fff;
}
.match_block
{
	background: rgba(24, 25, 30, 0.8);
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(30, 25, 30, 1);
	box-shadow: 0px -3px 20px 4px #000;
}
.match_block>h1.title
{
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    white-space: nowrap;
}
.team_view
{
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background: rgba(33, 38, 44, 0.8);
	text-align: center;
}
.team_left, .team_right
{
	display: inline-block;
}
.team_left>div.proc, .team_right>div.proc, .team_view>.bo
{
	width: 200px;
	display: inline-block;
	position: relative;
}
.team_view>.bo
{
	overflow: hidden;
	white-space: nowrap;
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    color: #6c757d;
}
.team_view>.bo>img
{
	width: 10%;
	margin-top: -4px;
}
.team_left>div.proc>img,.team_right>div.proc>img
{
	width: 75px;
	height: 75px;
}
.team_left>div.proc>span,.team_right>div.proc>span
{
	position: absolute;
    top: 21%;
    color: #ccc;
}
.team_left>div.proc>img
{
	float: right;
}
.team_right>div.proc>img
{
	float: left;
}
.team_view>.bo>.vss, .team_left>div.proc>span,.team_right>div.proc>span
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    white-space: nowrap;
    color: #fff;
}
.team_view>.bo>.boo
{
	text-transform: uppercase;
}
.table_bo>tbody>tr>td
{
	font-family: 'Jura', sans-serif;
	color: #6c757d;
	font-size: .9rem;
}
.history_match>tbody>tr>td
{
	font-family: 'Jura', sans-serif;
	font-size: .9rem;	
}
.history_match>tbody>tr>td>img
{
	width: 30px;
	height: 30px;
}
.tema_player
{
	text-align: center;
}
.tema_player>div
{
	width: 19%;
	color: #6c757d;
	display: inline-block;
}
.tema_player>div>img
{
	width: 100px;
	height: 100px;
}
.logo_ten, .logo_ten_wins
{
	text-transform: uppercase;
    position: absolute;
    font-family: 'Jura', sans-serif;
    color: #6c757d2b;
    font-size: 5rem;
    z-index: 0;
    left: 26%;
    top: 37%;
    font-weight: 700;
    text-shadow: 19px 15px 15px #00000070;
    white-space: nowrap;
}
.time_card_over
{
    font-family: 'Jura', sans-serif;
    color: #6c757d;
    text-align: center;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    width: 99%;
}
.time_card_over>b
{
	display: inline-block;
}
.date_times
{
	position: absolute;
    left: 10px;
    top: 9px;
    color: #c8d0d8;
}
.telegram_bot
{
	display: block;
	background: #fff;
	border-radius: 3px;
	position: fixed;
	bottom: 6px;
	right: 5px;
	padding: 3px;
	z-index: 10;
}
.match_team_img
{
	background: rgba(33, 38, 44, 0.8)!important;
	border: none;
}
.team_left>table>tbody>tr.bg-success ,.team_right>table>tbody>tr.bg-success
{
	background-color: #6c757d!important;
}
.team_left>table>tbody>tr.bg-danger ,.team_right>table>tbody>tr.bg-danger
{
	background-color: transparent!important;
} 
.profile
{
	color: #fff;
	margin-top: 15px;
}
.profile_inf>.row>.col-md-3>img
{
	width: 66%;
}
.profile_inf>h3
{
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    white-space: nowrap;
    margin-bottom: 20px;
    padding-left: 45px;
}
.block_hello_dep
{
	color: #ccc;
    background: rgba(33, 38, 44, 0.8);
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 0.85rem;
}
.block_hello_dep>h1, .Not_Found>.block_not>h1
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    white-space: nowrap;
}    
.Not_Found
{
	background: url('https://vgtimes.ru/uploads/posts/2017-10/1507885243_urlhttps3a2f2fi.imgur.com2ffy7iz8s.jpg') no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    min-height: 45rem;
    position: relative;
	margin-bottom: 15px;
}
.Not_Found>.block_not
{
	width: 35%;
	left: 31%;
	top: 38%;
	position: absolute;
	background: rgba(24, 25, 30, 0.8);
	box-shadow: 0px -3px 20px 4px #000;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
}
.Not_Found>.block_not>h1
{
	text-align: center;
	font-size: 5rem;
}
.match_section1
{
	position: relative;
	min-height: 57.77rem;
	width: 100%;
	background: url(/html/img/nuke.jpg) no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}
.match_section1
{
	position: relative;
}
.match_section1>.match_team_info
{
	position: absolute;
	top: 26%;
}
.match_section1>.match_team_info>div>div
{
	text-align: center;
}
.match_section1>.match_team_info>div>div>img
{
	width: 288px;
	height: 288px;
}
.match_section1>.match_team_info>div>div>div.vss
{
	font-size: 6.3rem;
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 9px 9px 14px #000;
    margin-top: 49px;
}
.team_name
{
	display: block;
    margin-top: 15px;
    font-family: 'Jura', sans-serif;
    text-align: center;
    font-size: 3em;
    color: #fff;
    text-shadow: 4px 4px 4px #000;
}
.team_name>span
{
	font-size: .8rem;
	position: absolute;
    bottom: -14px;
    text-align: center;
}
.match_section1>.shadow
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000000a8;
}
.match_section1>.match_team_info>.mtach_event
{
	top: -181px;
}
.match_section1>.match_team_info>.mtach_event, .match_section1>.match_team_info>.countdown, .match_section1>.match_team_info>.bo, .match_section1>.match_team_info>.date_match
{
	font-family: 'Jura', sans-serif;
    text-align: center;
    color: #ffffff8c;
    text-shadow: 4px 4px 4px #000;
    font-size: 2em;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.match_section1>.match_team_info>.mtach_event>img
{
	width: 98px;
}
.match_section1>.match_team_info>.countdown
{
	bottom: -181px;
    width: 100%;
    left: 0;
    font-size: 2rem;
    z-index: 10;
}
.match_section1>.match_team_info>.bo
{
	text-transform: uppercase;
    top: 66%;
    width: 100%;
    text-align: center;
    left: 0;
}
.match_section1>.match_team_info>.date_match
{
	left: 0;
	width: 100%;
}
.teams_view
{
	position: absolute;
	bottom: -245px;
	left: 0;
	width: 100%;
}
.teams_view>div
{
	width: 19%;
	display: inline-block;
	color: #fff;	
}
.match_section2, .match_section3
{
	position: relative;
	/*min-height: 57.7rem;*/
	width: 100%;
}
.match_section2>div>div>div>.block_maps
{
	position: relative;
	margin: 10px;
	box-shadow: 0px 0px 6px 2px #6766669e;
	border-radius: 4px;
}
.match_section2>div>div>div>.block_maps>img
{
	width: 100%;
}
.match_section2>div>div>div>.block_maps>.shadow
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #0000007a;
}
.match_section2>div>div>div>.block_maps>.name_maps
{
	color: #fff;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
    text-align: center;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-size: 2rem;
    text-shadow: 9px 9px 14px #000;
}
.block_maps_maps
{
	position: absolute;
	top: 35px;
}
.block_maps_maps>div>div>div
{
	text-align: center;
}
.block_maps_maps>div>div>div>img
{
	width: 30%;
}
.raz
{
	width: 100%;
    background: #2e4569fc;
    padding: 10px;
    color: #fff;
}
.raz>h1
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
}
.score_maps
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    width: 100%;
    font-size: 1.5rem;
    text-shadow: 9px 9px 14px #000;
    margin-top: 22px;
}
.match_section3>iframe
{
	width: 100%;
    height: 650px;
}
.match_crea_telegram
{
	width: 1000px;
	height: 500px;
	background: url('/html/img/stat_telegram.jpg') no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
     filter: blur(25px); /* Размытие */
}
.blocks_stat_telegram
{
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.blocks_stat_telegram>h1
{	
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    text-shadow: 21px 20px 9px #000;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}
.blocks_stat_telegram>img
{
	width: 28%;
	height: 56%;
    position: absolute;
    left: 36%;
    top: 18%;
    box-shadow: 0px 0px 30px 9px green;
    padding: 30px;
}
.blocks_stat_telegram>b
{
	position: absolute;
    bottom: -11px;
    font-size: 6rem;
    left: 39%;
    z-index: 1;
    color: #4bff001f;
    letter-spacing: 1rem;
    text-shadow: 4px 7px 15px #0006;
}
.score_telegram1, .score_telegram2
{
	position: absolute;
    font-family: 'Jura', sans-serif;
    font-weight: 800;
    font-size: 9rem;
    top: 24%;
    text-shadow: 12px 10px 12px #00000073;
    color: #cccccc73;
}
.score_telegram1
{
    left: 8%;
}
.score_telegram2
{
	right: 8%;
}
.stat_header_mo>.card>.card-header, .stat_header_mo>.card>.card-body
{
	font-family: 'Jura', sans-serif;
	background: none!important;
	margin-bottom: 0!important;
}
.stat_header_mo>.card>.card-body>p
{
	margin-bottom: 2px;
	font-size: .8em;
}
.match_lenta_block
{
	margin-bottom: 25px;
}
.match_lenta_block>div
{
	color: #fff;
	background: #191a1e;
	border-radius: 7px;
	padding: 10px;
}
.match_lenta_block>h3
{
	color: #ccc;
	font-size: 1.3rem;
	padding-left: 15px;
}
.left_team_lenta>div>div>div, .right_team_lenta>div>div>div
{
	text-align: center;
}
.left_team_lenta>div>div>div>img, .right_team_lenta>div>div>div>img
{
	width: 200px;
	text-align: center;
}
.left_team_lenta>div>div>div>p, .right_team_lenta>div>div>div>p
{
	text-align: center;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-family: 'Jura', sans-serif;
}
.lenta_los
{
	box-shadow: 0px 0px 16px 0px #8c1111a1;
}
.lenta_win
{
	box-shadow: 0px 0px 16px 0px #135812a1;
}
.logo_ten_wins
{
	left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 3rem;
    font-size: 5rem;
    top: 50%;
    z-index: 9;
    color: #61717f00;
    text-shadow: 18px 17px 8px #000000d1;
}
.mr-auto
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    color: #ccc;
}
.mr-auto>span
{
	color: rgba(255, 7, 37, 0.8);
	font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.polites
{
	position: absolute;
	top: 52px;
	right: 15px;
	z-index: 100000;
}
.toast>div>img
{
	width: 6%;
}
.step
{
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}
.h1_online
{
	display: none;
}
.match_block_new
{
	height: 688px;
	width: 688px;
	background: url(/html/img/new/1.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    padding: 10px;
    box-shadow: inset 0px 0px 418px 235px #000000b8;
}
.logo_st_new
{
	text-transform: uppercase;
	color: #ccc;
	font-size: 1.8rem;
    white-space: nowrap;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.logo_st_new>span
{
	color: rgba(255, 7, 37, 0.8);
}
.logo_st_new_bot
{
	color: #ccc;
	text-transform: uppercase;
	font-size: 0.67rem;
}
.comand_st
{
	color: #fff;
    position: relative;
    top: 8%;
    left: 0;
    width: 100%;
}
.comand_left
{
	position: absolute;
	width: 31%;
    display: inline-block;
    left: 42px;
    text-align: center;
}
.comand_right
{
	position: absolute;
    width: 31%;
    display: inline-block;
    right: 20px;
    text-align: center;
}
.comand_left>img, .comand_right>img
{
	width: 207px;
    height: 207px;
    box-shadow: inset 0px 0px 150px 4px #0000006b;
    border-radius: 12px;
    padding: 20px;
}
.comand_name_st
{
	position: absolute;
    bottom: 51%;
    color: #fff;
    width: 100%;
}
.comdnd_left_name
{
	left: 0%;
}
.comdnd_left_name, .comdnd_right_name
{
	position: absolute;
    text-align: center;
    display: inline-block;
    width: 40%;
    text-shadow: 1px 2px 1px #000;
    background: #00000070;
    font-size: 1.8rem;
    border-radius: 8px;
}
.comdnd_right_name
{
	right: 3%;
}
.vs_st
{
	color: #ffffffa6;
    text-shadow: 0px 0px 12px #000;
	position: absolute;
    font-size: 4.5rem;
    width: 100%;
    text-align: center;
    top: 24%;
    left: 0;
}
.live_st
{
	color: red;
    text-transform: uppercase;
    font-size: 2rem;
    position: absolute;
    right: 19px;
    top: 16px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.bo_st
{
	text-align: center;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    left: 0;
    width: 100%;
    top: 56%;
    font-size: 2rem;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.event_st_new
{
	font-family: 'Jura', sans-serif;
    font-weight: 700;
    position: absolute;
    color: #cccccca6;
    left: 0;
    width: 100%;
    bottom: 36%;
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 1px 1px 3px #000;
}
.event_st_new>img
{
	width: 30px;
	margin-top: -10px;
}
.text_st
{
	position: absolute;
    left: 0;
    color: #ffffff61;
    width: 100%;
    text-align: center;
    top: 8%;
    text-shadow: 1px 2px 7px #000000;
    font-size: 2.8rem;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}
.text_st_sw
{
	display: none;
	position: absolute;
    left: 0;
    color: #000000;
    text-align: center;
    width: 100%;
    font-size: 4.8rem;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 3px #6b6969;
    z-index: 0;
    top: 52%;
}
.payment
{
	background: rgba(24, 25, 30, 0.8);
	border-radius: 6px;
    /*padding: 10px;*/
    color: #fff;
    box-shadow: 0px 0px 4px 0px #000;
    margin-top: 5px;
}
.table-bets>thead>tr>th>img, .table-bets>tbody>tr>td>img
{
	width: 50px;
}




@media (min-width: 991.98px) 
{
	.sm-name-team
	{
		display: none!important;
	}
}




@media (min-width: 175.98px) and (max-width: 991px) 
{
	.list_match>table, .team_view
	{
		zoom:0.8;
	}
	.block_hello
	{
		width: 100%;
	}
	.block_hello>h1
	{
		font-size: 1.2rem;
	}
	.time_match
	{
		margin-top: 110px;
	}
	.auth
	{
		display: none;
	}
	.auth_mobi
	{
		display: block;
	}
	.item_block>a>i
	{
		display: none;
	}
	.match_block
	{
		zoom:0.4;
	}
	.tema_player>div
	{
		width: 13%;
	}
	.container
	{
		padding: 0;
	}
	.sm-name-team
	{
		display: inline-block;
	}
	.container-fluid
	{
		margin-bottom: 45px;
	}
	.telegram_bot
	{
		display: none;
	}
	.profile_inf>h3
	{
		padding-left: 0;
		font-size: 1.1rem;
		text-align: center;
	}
	.block_hello_dep>h1
	{
		font-size: .9rem;
    	white-space: inherit;
	}
	.Not_Found
	{
		position: relative;
		background: transparent;
		min-height: 21rem;
	}
	.Not_Found>.block_not
	{
		top: 10px;
		width: 100%;
		left: 0px;
	}
	.match_section1>.match_team_info>div>div>img
	{
		width: 100px;
		height: 100px;
	}
	.teams_extra
	{
		width: 33.33%;
		top: -174px;
	}
	.teams_extra> .vss
	{
		font-size: 2rem!important;
		margin-top: 19px!important;
	}
	.teams_extra>.team_name
	{
		font-size: 1em;
	}
	.match_section1>.match_team_info>.mtach_event
	{
		top: -237px;
    	font-size: 1em;
	}
	.match_section1>.match_team_info>.mtach_event>img
	{
		width: 57px;
	}
	.match_section1>.match_team_info>.bo
	{
	    top: -69%;
	    font-size: 1.3em;
	}
	.teams_view
	{
		display: none;
	}
	.match_section1>.match_team_info>.date_match
	{
		top: -18px;
    	font-size: 1.4em;
	}
	.match_section1>.match_team_info>.countdown
	{
		top: -53px;
	    font-size: .9em;
	    color: #ffffff61;
	}
	.table-bets>thead>tr>th, .table-bets>tbody>tr>td
	{
		font-size: .7rem;
	}
	.table-bets>thead>tr>th>img, .table-bets>tbody>tr>td>img
	{
		width: 30px;
	}
}
 

