* {
    margin: 0;
    padding: 0;
    border: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
:focus,:active {outline: none;}
*:focus, *:active {outline: none;}
header, footer, main, section, aside, nav, button {display: block;}
input, button, textarea {font-family: inherit;}
button {background-color: transparent; cursor: pointer}
::placeholder {
    font-family: inherit;
    opacity: 1;
}
/*html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
	line-height: 1.2em;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.site_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1440px;
    min-height: 100%;
    overflow: hidden;
}*/