@font-face {
	font-family: 'Default';
	src: url('/static/fonts/1.woff2');
}

template{
	display: none;
}


input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}


html{
	height: 100%;
	display: flex;
	flex-direction: column;
}

html,body{
	scroll-behavior: auto;
}

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	position: relative;
	font-family: 'Default';
	-webkit-font-smoothing: antialiased;
	background: #FFFFFF;
	/*display: flex;*?
	/*flex-direction: column;*/
	min-height: 100%;
	color: #000000;
	font-size: 16px;
}


footer{
	margin: auto 0 0 0;
}

a{
	text-decoration: none;
	color: inherit;
}

input,textarea{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


