*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: manipulation;
	/* масштабирование при двойном тапе не происходит */
}
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-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 a{
	text-decoration:none;	
}
.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;
	top:9vw;
	display: flex;
}
.contacts{
	position: absolute;
	margin-left: 5vw;
	display: flex;
	flex-wrap: wrap;
	width:37vw;
	justify-content: space-between;
	padding-bottom: 6.5vw;
}
.contact-title{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-family: "Nunito";
	font-size:3vw;
	padding-bottom: 3vw;
}
.contact-block{
	position: relative;
	height: auto;
	display: inline-flex;
	width: 37vw;
	background: #ddd;
	padding: 1.2vw;
	border-radius:1.5vw;
	margin-bottom:2vw;
}
.contact-block-text{
	margin-left: 1.5vw;
	font-family: "Nunito";
	font-size:1.2vw;
}
.contact-name{
	color: #127dff;
	font-size: 1.7vw;
	font-weight: bold;
}
.contact-status{
	color: #555;
	font-weight: bold;
}
.contact-img{
	border-radius: 1vw;
	height: 8vw;
	width: 8vw;
}
.contact-other{	
	line-height: 1.6;
	position: relative;
}
.club{
	margin-left: 45vw;
	width:50vw;
}
.club-block{
	width:21vw;
	background: #007afc;
	color: #fff;
}
.club-status{
	font-size: 1.1vw;
	font-weight: normal;
	color:#fff;
	margin-bottom: 0.2vw;
}
.club-block a{
	color: #fff;
}
.club-name{
	font-size: 1.5vw;
	color: #fff;
}
.club-other{
	font-size: 1vw;
	line-height: 1.4;
}
a{
	color: #0077FF;
}
.contact-phone{
	user-select: text;	
}
.contact-vk{
	user-select: text;
}

.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;
}
.clubtext_td,.town-text-row{
	display:none;	
	text-overflow: ellipsis;
}
#born_input{
	text-overflow: ellipsis;
}
@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-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{
		top:12vh;
		display: block;
	}
.contacts{
	position: relative;
	margin-left: 10vw;
	display: block;
	flex-wrap: none;
	width:80vw;
	padding-bottom: 6.5vh;
}
.contact-title{
	font-size:3vh;
	padding-bottom: 3vh;
}
.contact-block{
	display: flex;
	width: 75vw;
	padding: 1.2vh;
	border-radius:1.5vh;
	margin-bottom:2vh;
}
.contact-block-text{
	margin-left: 1.5vh;
	font-size:1.4vh;
}
.contact-name{
	font-size: 2vh;
}
.contact-img{
	height: 8.8vh;
	width: 8.8vh;
	border-radius: 1vh;
}
.club-block{
	width:75vw;
}
.club-other{
	line-height: 1.5;
	font-size: 1.4vh;
}
	.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;
	}
}
