body, html{
	padding:0;
	margin:0;
	color:#282828;
	font-size:14px; 
	background:#fff;
	overflow-x:hidden;
}

body, html, select, input, button, textarea, p, div, a, span, h1, h2, h3, h4, h5, h6{
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-block-start:0;
    margin-block-end: 0;
}
*{
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
	outline:none;
}
textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #282828;
	transition: .3s;
}

a:hover {
	color: #ffe600;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

input, button, textarea, select {
  font: inherit;
  outline: none;
  cursor: pointer;
}


p {
	margin: 0 0 10px;
}