@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 20px 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
body {
	font: 18px, 'Lato';
	color: #fff;
	background: url(../images/bg-holly.jpg) no-repeat center top;
	background-size: cover;
}
.logo {
	margin-top: 30px;
}
.intro {
	color: #004818;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	margin: 30px;
}
.link-go {
	background: #cb0019;
	border-radius: 5px;
	padding: 15px 20px 15px 90px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.link-go:hover {
	color: #e5dfc3;
}
.action {
	position: relative;

}
.action .pointer {
	position: absolute;
	left: 330px;
	z-index: 1;
	width: 87px; 
	height: 51px; 
}
.products {
	margin: 60px;
}