	*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html{
	font-size:62.5%;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	background:#333;
}

::-webkit-scrollbar{width:9px;}
::-webkit-scrollbar-track{background:#333;}
::-webkit-scrollbar-thumb{background:#999; border-radius:9px; cursor:pointer;}

.clear{clear:both;}


.ains{
	width:360px;
	margin:0 auto;
	.background:lightblue;
}

.inpages{
	display:block;
	width:50%;
	background:#eee;
	color:black;
	border:none;
	outline:none;
	height:25px;
	padding:0 9px;
	border-radius:25px;
	font-family:montserrat;
	font-size:15px;
	letter-spacing:1px;
}

.asel{
	display:block;
	width:100%;
	background:#eee;
	color:black;
	border:none;
	outline:none;
	cursor:pointer;
	height:25px;
	padding:0 9px;
	border-radius:25px;
	font-family:montserrat;
	font-size:15px;
	letter-spacing:1px;
}

.res{
	font-family:montserrat;
	font-size:20px;
	letter-spacing:1px;
	line-height:25px;
	color:white;
	text-align:center;	
	cursor:pointer;
	position:relative;
}

.res:active{bottom:2px;}


@media only screen and (max-width: 1200px){
	
}
