/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
	font-weight: normal;
	font-style: normal;
	color: #4F4F4F;
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
}

p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #2E2E2E;
}

ul,
ol {
	list-style: none
}

fieldset,
img {
	border: none
}

caption,
th {
	text-align: left
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
	display: none
}

textarea {
	overflow: auto;
	resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

a>img {
	vertical-align: bottom
}

strong,
.strong,
b {
	font-weight: bold
}

em,
.italic,
i {
	font-style: italic
}

del,
.del {
	text-decoration: line-through
}

:focus {
	outline: none
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.wrap{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

main{
	overflow-x: hidden;
}
#window-resize {
	display: none;
}