*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*touch-action: manipulation; /* масштабирование при двойном тапе не происходит */
}
html,body{
	/*touch-action: pan-y;	*/
}
body{
	position:relative;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	outline:none;
	user-select: none;
	left:0vw;
	animation: unset;
}
@keyframes body-left{
	0%{
		left:0vw;	
	}
	100%{
		left:-9vw;
	}
}
@keyframes body-right{
	0%{
		left:-9vw;
	}
	100%{
		left:0vw;
	}
}
body::-webkit-scrollbar{
	background-color: #fff;
	border-left: 1px solid #eee;
	width:10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #008ffc;
}
.header{
	position: fixed;
	display:flex;
	height:5vw;
	width:100vw;
	font-family:"Nunito";
	padding:.5vw .5vw 0vw 3vw;
	border-bottom: 1px solid #ddd;
	z-index:100;
	background: #fff;
}
.icon{
	padding-bottom:.5vw;
}
.icon-text{
	font-size:1vw;
	margin-left:.5vw;
	margin-top:1vw;
	white-space: nowrap;
}
.header-account{
	display:flex;
	position:absolute;
	right:9.5vw;
	background:#ccc;
	height:3.5vw;
	padding:.5vw;
	border-radius:1vw;
	transition: .1s linear;
}
.header-account:hover{
	background:#bbb;	
}
.header-account-img{
	border-radius:1000vw;
	width: 3.5vw;
	height: 3.5vw;
	background-size: cover;
    background-position: center;
}
.header-account-text{
	margin-left:1vw;	
	padding-right:1.5vw;
}
.header-account-name{
	margin-top:.1vw;
	font-size:1.4vw;
	color:black;
}
.header-account-link{
	margin-top:-.3vw;
	color:#666;
	font-size:1.05vw;
	display:flex;
}
.account-link-icon{
	margin-top:.1vw;	
	margin-left:.2vw;
}
.header-open{display:none;}
.header-desktop-open{
	display:block;
	position: absolute;
	right:6vw;
	font-size:2.1vw;
	color: #444;
	margin-top:.8vw;
	transition: .1s linear;
	cursor:pointer;
}
.header-nav{
	position:absolute;
	padding:4vh 1vw 1vw 1vw;
	top:0vw;
	right:-25vw;
	height:calc(96vh - 1vw);
	overflow:auto;
	margin-right:4.25vw;
	width:20vw;
	background:#036bfc;
	text-align:center;
}
.header-nav::-webkit-scrollbar{
	background-color: #036bfc;
	border:none;
	width:12px;
}
.header-nav::-webkit-scrollbar-thumb {
    background-color: #fff;
	border-radius:1000vw;
	border:3px solid #036bfc;
}
.header-nav-mobile{display: none;}
.header-nav-button{
	border-radius:.5vw;
	background: transparent;
	font-size:1.3vw;
	font-family: "Nunito";
	font-weight: bold;
	color:#fff;
	padding:1.5vw 1.2vw 1.8vw 1.2vw;
	transition:.15s linear;
	cursor:pointer;
}
.admin-nav-button{
	font-size:1.4vw;
	font-family: "Nunito";
	font-weight: bold;
	color:#fff;
	background:#000;
	border-radius:1vw;
	padding:1.7vw 1.5vw 1.7vw 1.5vw;
	transition:.15s linear;
	cursor:pointer;
	margin-bottom:1vw;
	border:none;
	width:100%;
}
.admin-nav-button:hover{
	background:#252525;	
}
.admin-button-icon{
	margin-left:.5vw;	
}
@keyframes header-desk-left{
	0%{
		right:-25vw;	
	}
	100%{
		right: calc(0vw - 12px);	
	}
}
@keyframes header-desk-right{
	0%{
		right: calc(0vw - 12px);	
	}
	100%{
		right: -25vw;	
	}
}
.header-nav-button:hover{
	background:#fff;
	color: #008ffc;
}
.section{
	position:relative;
	padding-top:8vw;
	padding-left:5vw;
	display:flex;
	align-items:flex-start;
	padding-bottom: 2vw;
}
.title{
	font-size:3vw;
	font-weight:bold;
	font-family:"Nunito";
	margin-bottom:2vw;
	margin-left:1.5vw;
}
.table-article{
	padding: 1vw;
	background: #ddd;
	border-radius: 1.5vw;
	width:54vw;
	height:auto;
}
.table-elo-back{
	padding: 1vw;
	background: #ddd;
	border-radius: 1.5vw;
	width:54vw;
	height:auto;
}
.table-elo-body{
	background: #fff;
    font-family: "Nunito";
    border-radius: .5vw;
	user-select: text;
	cursor:default;
	width: 100%;
	overflow-x:auto;
	touch-action: manipulation;
}
.elo-table-table{
	font-size: 1vw !important;
	width: 100%; 
	border-collapse: collapse;
}
.elo-table-table tr td {
	background: #fff;
    padding: .4vw .5vw;
	transition: .1s linear;
}
.elo-table-table tr:hover td{
    filter: brightness(0.8);
}
.elo-table-diff{
	filter: unset !important;
	cursor:pointer;
}
.elo-table-diff:hover{
	background: #cce1ff;	
}
.elo-table-header{
	border-bottom: .3vw solid #009aff;	
}
.elo-table-header td{
	height: 2vw;	
}
.elo-table-header:hover td{
	filter: unset !important;	
}
.elo-table-header td:last-child {
    border-top-right-radius: .5vw;
}
.elo-table-header td:first-child {
    border-top-left-radius: .5vw;
}
.elo-table-table tr:last-child td:last-child {
    border-bottom-right-radius: .5vw;
}
.elo-table-table tr:last-child td:first-child {
    border-bottom-left-radius: .5vw;
}
.elo-start-row{
	padding-left:.5vw;	
}
.elo-end-row{
	padding-right:.5vw;	
}
.table{
	width:100%;
	height:calc(53vh + 4vw);
	position: relative;
	border: none;
	border-radius:.5vw;
}
.planned-post{
	cursor:pointer;
	background-color: #007afc;
	color:#fff;
	padding:1vw 1vw 1vw 1vw;
	border-radius: 1.5vw;
	margin-bottom:1vw;
	transition: .1s linear;
}
.past{
	position: relative;
	width:30vw;
	height:auto;
	font-family: "Nunito";
	font-size:1vw;
	margin-left: 3vw;
}
.past-title{
	white-space:nowrap;
	font-size:3vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}
.past-post{
	cursor: unset;
	background: #3c6ef0;
}
.past-post:hover{
	background: #3c6ef0;
}
.past-btn{
	color: #3c6ef0;
	cursor: pointer;
}
.map-btn{
	position: relative;
	font-size: 1.2vw;
	background-color: #fff;
	color:#007afc;
	font-weight: bold;
	padding:.15vw 1.5vw .15vw 1.5vw;
	text-align: center;
	border-radius: .5vw;
	transition: .1s linear;
	border: none;
	font-family: "Nunito";
}
.map-btn:hover{
	background: #eee;
}
.map-btn-mobile{
	display: none;
}
a{
	text-decoration: none;
	color: #fff;
}
.clubtext_td,.town-text-row{
	display:none;	
	text-overflow: ellipsis;
}
#born_input{
	text-overflow: ellipsis;
}
.news-fullImage-background{
	display:none;
	z-index: 1000;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    top: 0vw;
    left: 0vw;
}
.transition-preloader{
	margin: calc(50vh - 5.5vw) 44.5vw;
    width: 11vw;
    height: 11vw;
}
.transition-spinner{
	display: block;
    width: 10vw;
    height: 10vw;
    border: .5vw solid #036bfc;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
}
@media(orientation:portrait){
	.header{
		height:8vh;
	}
	.icon{
		height:5vh;
		padding:1.5vh 0 1.5vh 0;
	}
	.icon-text{
		font-size:1.2vh;
		margin-left:.8vh;
		margin-top:2.3vh;
		white-space: nowrap;
	}
	.header-account{display:none;}
	.header-account-mobile{
		margin-top:0vh;
		right:calc(8vw + 5.5vh);
		height:5.75vh;
		padding:1.25vh;
		border-radius:2vh;
		background:#fff;
		margin: 5vw;
	}
	.header-account-img{
		width: 5.75vh;
		height: 5.75vh;
	}
	.header-account-text{
		margin-left:1vh;	
		padding-right:1.5vw;
		font-family:"Nunito";
	}
	.header-account-name{
		text-align:left;
		margin-top:.6vh;
		font-size:2vh;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
		width:40vw;
	}
	.header-account-link{
		margin-top:-.3vw;
		font-size:1.4vh;
	}
	.account-link-icon{
		margin-top:.1vw;	
		margin-left:.2vw;
	}
	.header-open{
		position: absolute;
		right:8vw;
		font-size:4vh;
		display:block;
		color: #444;
		margin-top:1.2vh;
		transition: .1s linear;
	}
	.header-desktop-open{display:none;}
	.header-nav{display:none;}
		.header-nav-mobile{
		position: fixed;
		text-align: center;
		display: block;
		justify-content: unset;
		white-space: block;
		flex-wrap: wrap;
		flex-flow:column nowrap;
		background: #eee;
		top:0vw;
		left:100vw;
		height:100vh;
		margin-left:0vh;
		padding-left:0vh;
		padding-bottom: 4vh;
		padding-top:1vh;
		margin-bottom:2vh;
		width:70vw;
		overflow: hidden;
		z-index: 105;
		border-bottom: .1vh solid #bbb; 
		animation: unset;
	}
	@keyframes header-left{
		0%{
			left:100vw;	
		}
		100%{
			left: 30vw;	
		}
	}
	@keyframes header-right{
		0%{
			left:30vw;	
		}
		100%{
			left: 100vw;	
		}
	}
	.header-nav::-webkit-scrollbar{
		display: none;
	}
	.header-nav-button{
		width:55vw;
		background: transparent;
		font-size:2.5vh;
		font-family: "Nunito";
		font-weight: normal;
		color:#fff;
		background: #007afc;
		padding:1vh;
		margin-top:2vh;
		border-radius: 1.5vh;
		border:none;
	}
	.header-nav-button:hover{
		color: #fff;
		border:none;
		background:#007afc;
	}
	.admin-nav-button{
		font-size:2.2vh;
		border-radius:2vh;
		padding:2.3vh 1.5vh 2.3vh 1.5vh;
		width:55vw;
	}
	.section{
		padding-top:12vh;
		padding-left:5vw;
		display:block;
	}
	.title{
		font-size: 3.5vh;
		margin-bottom:2vh;
		margin-left: 0vh;
	}
	.table-article{
		padding: 1.5vh;
		background: #ddd;
		border-radius: 2.5vh;
		width:84vw;
		height:auto;
	}
	.table-elo-back{
		padding: 1.5vh;
		background: #ddd;
		border-radius: 2.5vh;
		width:84vw;
		height:auto;
	}
	.table-elo-body{
    	border-radius: 1vh;
		height: 60vh;
	}
	.elo-table-table{
		font-size: 1.5vh !important;
	}
	.elo-table-table tr td {
		white-space: nowrap;
    	padding: .8vh 1vh;
	}
	.elo-table-header{
		border-bottom: .6vh solid #009aff;	
	}
	.elo-table-header td{
		height: 4vh;	
	}
	.elo-table-header td:last-child {
    	border-top-right-radius: 1vh;
	}
	.elo-table-header td:first-child {
    	border-top-left-radius: 1vh;
	}
	.elo-table-table tr:last-child td:last-child {
    	border-bottom-right-radius: 1vh;
	}
	.elo-table-table tr:last-child td:first-child {
    	border-bottom-left-radius: 1vh;
	}
	.elo-start-row{
		padding-left:1vh;	
	}
	.elo-end-row{
		padding-right:1vh;	
	}	
	.elo-table-table tr:hover td{
    	/*filter: unset;*/
	}
	.elo-table-diff:hover{
		background: unset;
	}
	.elo-table-header:hover td{
		filter: unset !important;
	}
	.table{
		width:100%;
		height:53vh;
		border-radius:1vh;
	}
	.planned-post{
		cursor:pointer;
		background-color: #007afc;
		color:#fff;
		padding:1.7vh;
		border-radius: 2vh;
		margin-bottom:1.5vh;
	}
	.map-btn{display: none;}
	.map-btn-mobile{
		display: block;
		position: relative;
		font-size: 1.8vh;
		background-color: #fff;
		color:#007afc;
		font-weight: bold;
		padding:.5vh 1.5vh .5vh 1.5vh;
		width:20vw;
		text-align: center;
		border-radius: 1vh;
		transition: .1s linear;
		border: none;
		font-family: "Nunito";
	}
	.past{
		margin-top:5vh;
		width:85vw;
		height:auto;
		font-size:1.5vh;
	}
	.past-title{
		font-size:3vh;
		margin-bottom: 2vh;
	}
	.past-post{
		background: #3c6ef0;
	}
	.past-btn{
		width:20vh;
		color: #3c6ef0;
	}
	.club-spinner{
		margin-top: 1vh;
    	margin-left: calc(50% - 2vh);
    	margin-bottom: 1vh;
    	width: 4vh;
    	height: 4vh;
    	border: .35vh solid #fff;
    	border-top-color: #999;
    	border-radius: 50%;
    	animation: spin 1s linear infinite;	
	}
	.transition-preloader{
		margin: calc(50vh - 5.6vh) calc(50vw - 5.6vh);
    	width: 11.2vh;
    	height: 11.2vh;
	}
	.transition-spinner{
		display: block;
    	width: 10vh;
    	height: 10vh;
    	border: .6vh solid #036bfc;
    	border-top-color: transparent;
    	border-radius: 50%;
    	animation: spin 1s linear infinite;
    	position: absolute;
	}
}