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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

.required.error {
	border: 1px solid #17ff38 !important;
	color: #17ff38;
}

#success>h2 {
	background: none repeat scroll 0 0 #17ff38;
	color: #fff;
	margin: 0;
	padding: 20px;
	text-align: center;
}

#loading {
	background: none repeat scroll 0 0 #fff;
	padding: 20px;
	width: 300px;
}

#load {
	background: none repeat scroll 0 0 #17ff38;
	height: 10px;
	width: 10%;
}

[name="lastname"] {
	display: none !important;
}

.hidden {
	display: none;
}

@font-face {
	font-family: Arquoitecta;
	src: url(../fonts/Arquitecta/ARQUITECTA.OTF);
	src: local(Arquoitecta), url(../fonts/Arquitecta/ARQUITECTA.OTF);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: Arquoitecta-Heavy;
	src: url(../fonts/Arquitecta/ARQUITECTAHEAVY.OTF);
	src: local(Arquoitecta-Heavy), url(../fonts/Arquitecta/ARQUITECTAHEAVY.OTF);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: Arquoitecta-Bold;
	src: url(../fonts/Arquitecta/ARQUITECTABOLD.OTF);
	src: local(Arquoitecta-Bold), url(../fonts/Arquitecta/ARQUITECTABOLD.OTF);
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: Arquoitecta-Black;
	src: url(../fonts/Arquitecta/ARQUITECTABLACK.OTF);
	src: local(Arquoitecta-Black), url(../fonts/Arquitecta/ARQUITECTABLACK.OTF);
	font-style: normal;
	font-weight: normal;
}

h1 {
	font: 60px/1.3em 'ARQUITECTA';
	color: #fff;
}

.color-white {
	color: #fff;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	outline: none;
}

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

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #41362b;
	font: 18px/1em 'Arquoitecta', sans-serif;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.left,
section,
header {
	width: 100%;
	float: left;
}

.center {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	margin: 0 auto;
}

header {
	background-color: #fdf3e9;
	padding-top: 14px;
}

.logo {
	margin-top: 14px;
	display: inline-block;
}

.header-contact {
	padding-right: 56px;
	position: relative;
	line-height: 50px;
	display: inline-block;
}

.header-contact::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/sprite.png) no-repeat 0 -133px;
}

header .flex-item {
	width: 330px;
}

.header--info .center {
	background: url(../img/cereals-700.gif) no-repeat center;
	min-height: 700px;
}

.header-pacage {
	/*background: url(../img/cereals_v2.gif) no-repeat center;
	min-height: 730px;*/
	/*	background: url(../img/cereals-700.gif) no-repeat center;
	min-height: 510px;*/
}

.header-pacage .flex-item {
	padding-top: 60px;
}

.header-pacage h2 {
	font: 50px/1em 'Arquoitecta-Heavy', sans-serif;
	color: #41362b;
}

.header-pacage h2+p {
	font: 24px/1.3em 'Arquoitecta-Bold', sans-serif;
	margin-top: 28px;
}

.header-pacage__right p {
	font: 24px/1.8em 'Arquoitecta', sans-serif;
	text-align: right;
}

.advantages {
	background-color: #fff;
	background-color: #fff;
	background: url(../img/advantages-bkg.png) no-repeat;
	background-size: 100% 140px;
	padding-top: 140px;
	margin-top: -140px;
}

.advantages-buton {
	position: relative;
	top: -46px;
	display: block;
	margin: 0 auto 60px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border-bottom: solid 3px #598d08;
	background-color: #629b09;
	-webkit-box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	-moz-box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	-webkit-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}

.advantages-buton:hover {
	background-color: #598d08;
	border-bottom-color: #629b09;
}

.advantages-buton:before {
	content: "↓";
	position: absolute;
	top: 30px;
	left: 38px;
	color: #fff;
	font: 28px/1em 'Arquoitecta-Bold', sans-serif;
}

.advantages-buton:after {
	content: "";
	position: absolute;
	top: 101px;
	left: 32px;
	width: 30px;
	height: 90px;
	background: url(../img/sprite.png) no-repeat 0 -187px;
}

h2 {
	text-align: center;
	font: 60px/1em 'Arquoitecta-Black', sans-serif;
	color: #e39a0c;
}

h2+p {
	text-align: center;
	font: 24px/1em 'Arquoitecta', sans-serif;
}

h2+p span {
	font-family: 'Arquoitecta-Bold', sans-serif;
}

.advantages .flex {
	margin-top: 122px;
}

.advantages .flex-item {
	width: 25%;
	padding: 0 26px;
	border-right: solid 1px #ebf1f2;
	text-align: center;
}

.advantages .flex-item:last-child {
	border-right: 0;
}

.advantages .flex-item:first-child,
.advantages .flex-item:last-child {
	margin-top: -70px;
}

.advantages .flex-item img {
	margin-top: -50px;
}

.advantages .flex-item h3 {
	margin: 40px auto 20px;
	font: 25px/1em 'Arquoitecta-Heavy', sans-serif;
}

.advantages .flex-item p {
	font: 18px/30px 'Arquoitecta', sans-serif;
}

.video {
	padding: 100px 0 250px;
	background: url(../img/video-bkg.png) no-repeat;
	background-size: cover;
}

.video h2 {
	position: relative;
}

.video h2:before {
	content: "";
	position: absolute;
	top: -36px;
	left: 50%;
	width: 25px;
	height: 25px;
	background: url(../img/sprite.png) no-repeat 0 -30px;
	margin-left: -12px;
}

.video iframe {
	width: 800px !important;
	margin: 40px auto 0;
	display: block;
	-webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.6);
}

.download-section {
	margin-top: -130px;
}

.download-section__circle {
	min-height: 320px;
	padding: 100px 0 0;
	background: url(../img/green-bkg.png) no-repeat;
	background-size: cover;
}

.download-section__green {
	background-color: #629b09;
}

.download-section-buton {
	position: relative;
	top: -146px;
	display: block;
	margin: 0 auto 60px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border-bottom: solid 3px #ca8706;
	background-color: #e39a0c;
	-webkit-box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	-moz-box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	box-shadow: 0px 6px 16px 6px rgba(69, 108, 7, 0.2);
	-webkit-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}

.download-section-buton:hover {
	background-color: #ca8706;
	border-bottom-color: #e39a0c;
}

.download-section-buton:before {
	content: "©";
	position: absolute;
	top: 13px;
	left: 25px;
	color: #fff;
	font: 60px/1em 'Arquoitecta-Bold', sans-serif;
}

.download-section-buton:after {
	content: "";
	position: absolute;
	top: 101px;
	left: 32px;
	width: 30px;
	height: 90px;
	background: url(../img/downloads.png) no-repeat -53px -148px;
}

.download-buton {
	display: table;
	height: 124px;
	margin: 0 auto;
	padding: 0 70px;
	border-radius: 75px;
	text-align: center;
	background-color: #fff;
	font: 50px/120px 'Arquoitecta-Black', sans-serif;
	color: #e39a0c;
}

.download-buton:hover {
	background-color: #FEE;
	color: #E39A10;
}

.download-buton__parent {}

.download-p {
	padding: 50px 0;
	text-align: center;
	color: #fff;
	font: 25px/1.4em 'Arquoitecta', sans-serif;
}

.download-p span {
	font-family: 'Arquoitecta-Bold', sans-serif;
}

.download-section__green form {
	position: relative;
	flex-direction: column;
	margin: 0 auto;
	padding: 60px 70px;
	width: 600px;
	background-color: #fff;
}

.fort-item {
	position: relative;
	padding: 20px;
	border-radius: 30px;
	border: solid 2px #d6d6d6;
}

.fort-item:after {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 40px;
	background: #fff url(../img/sprite.png) no-repeat 11px -80px;
}

.first-name,
.last-name,
.email {
	height: 50px;
	width: 100%;
	text-indent: 10px;
	color: #4e4e4e;
	margin-bottom: 10px;
	border: 0;
	border-bottom: solid 1px #d6d6d6;
	font: 18px/1.4em 'Arquoitecta-Bold', sans-serif;
}

.fn-parent {}

.fn-parent {
	width: 48%;
	display: inline-block;
}

.fn-parent:nth-child(1) {
	margin-right: 2%;
}

.message {
	padding: 10px 10px;
	height: 80px;
	width: 100%;
	max-width: 100%;
	color: #4e4e4e;
	border: 0;
	border-bottom: solid 1px transparent;
	font: 18px/1.4em 'Arquoitecta', sans-serif;
}

.first-name:focus,
.last-name:focus,
.email:focus,
.message:focus {
	border-bottom-color: #25b8ee;
}

.submit {
	margin-top: 30px;
	background-color: #629b09;
	height: 60px;
	border-radius: 75px;
	text-align: center;
	font: 25px/44px 'Arquoitecta-Black', sans-serif;
	color: #fff;
	border: 0;
	border-bottom: solid 2px #5a8f08;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 6px;
	cursor: pointer;
}

.submit:hover {
	background-color: #5a8f08;
	border-bottom-color: #629b09;
	-webkit-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}

.download-section__green>.center {
	/*	background: url(../img/footer-letter-1.png) no-repeat bottom center;
	background-size: initial;*/
}

.f-letter {
	background: url(../img/footer-letter-1.png) no-repeat bottom center;
	background-size: inherit;
}

.s-letter {
	background: url(../img/footer-letter-2.png) no-repeat bottom center;
	background-size: inherit;
}

.footer-parent {
	background-color: #629b09;
}

footer {
	/*	text-align: center;
	padding-top: 33px;*/
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 184px;
	/*background: #629b09 url(../img/footer-letter-1.png) no-repeat bottom center;*/
	height: 170px;
	background-size: inherit;
	margin-top: -154px;
	z-index: 1;
	height: 360px;
}

.s-letter-footer {
	/*padding-top: 160px;*/
	margin-top: -100px;
}

.resultForm img {
	margin: 0px auto 20px;
	display: block;
}

.resultForm p {
	color: #fff;
	text-align: center;
}

.resultForm p a {
	font-family: 'Arquoitecta-Bold', sans-serif;
	text-decoration: underline;
}

.resultForm p a:hover {
	text-decoration: none;
}

@media only screen and (max-width:1199px) {
	.f-letter,
	.s-letter {
		/*background-size: 100%;*/
		background-size: 96% 360px;
	}
	.download-section__circle {
		padding-bottom: 6px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.center {
		max-width: 760px;
	}
	.header-imgage {
		height: 100px;
	}
	.video iframe {
		width: 700px !important;
		margin: 40px auto 0;
	}
	.download-section__circle {
		background-size: 100% 100%;
	}
}

@media only screen and (max-width:768px) {
	.center {
		width: 88%;
	}
	header {
		padding-bottom: 60px;
	}
	header .flex {
		flex-direction: column;
	}
	header .flex:nth-child(1) {
		position: relative;
	}
	.logo {
		width: 50%;
	}
	.logo img {
		max-width: 100%;
	}
	.header-contact--parent {
		width: 50%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-contact {
		color: transparent;
		width: 100%;
	}
	.header--info .center {
		/*	background: none;
		min-height: auto;*/
		background-size: 480px;
		background-position: center 54px;
	}
	.header-pacage {
		min-height: 100px;
		/*	background: url(../img/cereals-300-25.gif) no-repeat top center;
		background: url(../img/cereals-700.gif) no-repeat center;
		background-size: contain;*/
	}
	.header-pacage .flex-item {
		padding-top: 10px;
	}
	header .flex-item {
		width: 100%;
	}
	h2,
	.header-pacage h2 {
		font-size: 34px;
	}
	.header-pacage h2 {
		margin-top: 20px;
	}
	h2+p,
	.header-pacage h2+p {
		margin-top: 12px;
		font-size: 22px;
	}
	.header-pacage h2+p {
		margin-top: 10px;
	}
	.header-pacage__right {}
	.header-pacage__right p {
		font: 22px/1.3em 'Arquoitecta', sans-serif;
		text-align: center;
	}
	.header-pacage__left {
		padding-top: 306px !important;
	}
	.advantages {
		background-size: 100% 50px;
		padding-top: 50px;
		margin-top: -50px;
	}
	.advantages-buton {
		top: -22px;
		margin: 0 auto 20px;
		width: 50px;
		height: 50px;
	}
	.advantages-buton:before {
		top: 14px;
		left: 20px;
		font-size: 20px;
		width: 10px;
	/*	top: 9px;
		left: 18px;
		font-size: 30px;*/
	}
		
	html[data-browser*="iPad"] .advantages-buton:before {
		top: 14px;
		left: 20px;
		font-size: 20px;
		width: 10px;
	}
	html[data-browser*="iPhone"] .advantages-buton:before {
		top: 14px;
		left: 20px;
		font-size: 20px;
		width: 10px;
	}
	
	
	.advantages-buton:after {
		top: 58px;
		left: 13px;
		background-position: 0 -245px;
	}
	.advantages .flex {
		margin-top: 0;
		flex-direction: column;
	}
	.advantages .flex-item {
		width: 100%;
		padding: 0 2%;
		border-right: 0;
		border-bottom: solid 1px #ebf1f2;
	}
	.advantages .flex-item:last-child {
		border-bottom: 0;
	}
	.advantages .flex-item img {
		width: 140px;
	}
	.advantages .flex-item:nth-child(1) img,
	.advantages .flex-item:nth-child(3) img {
		margin: 16px 24px 0 0;
		float: left;
	}
	.advantages .flex-item:nth-child(2) img,
	.advantages .flex-item:nth-child(4) img {
		margin: 16px 0 0 24px;
		float: right;
	}
	.advantages .flex-item h3 {
		margin: 10px auto;
		font-size: 22px;
	}
	.advantages .flex-item,
	.advantages .flex-item:first-child,
	.advantages .flex-item:last-child {
		margin: 0 auto;
		padding: 20px 0;
		text-align: left;
	}
	.video {
		padding: 48px 0 130px;
	}
	.video iframe {
		max-width: 100% !important;
		margin: 26px auto 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 312px;
	}
	.download-section {
		margin-top: -40px;
	}
	.download-section__circle {
		min-height: 60px;
		padding: 36px 0 10px;
		background-size: 140% 100%;
		background-position: center;
	}
	.download-buton {
		padding: 0 2px;
		height: 70px;
		width: 350px;
		font: 32px/70px 'Arquoitecta-Black', sans-serif;
	}
	.download-p {
		padding: 20px 0;
		font-size: 22px;
	}
	.download-section-buton {
		/*	top: -116px;
		margin: 0 auto;*/
	}
	.download-section-buton {
		top: -60px;
		margin: 0 auto 20px;
		width: 50px;
		height: 50px;
	}
	.download-section-buton:before {
		top: 9px;
		left: 15px;
		font-size: 30px;
	}
	.download-section-buton:after {
		top: 78px;
		left: 10px;
		width: 30px;
		height: 30px;
		background: url(../img/downloads.png) no-repeat -53px -201px;
	}
	.download-section__green form {
		padding: 30px 30px;
		width: 354px;
	}
	.fn-parent {
		width: 100%;
	}
	.fn-parent:nth-child(1) {
		margin-right: 0;
	}
	.first-name,
	.last-name,
	.email,
	.message {
		/*text-align: center;*/
	}
	.first-name,
	.last-name,
	.email {
		/*		text-align: center;*/
		height: 40px;
		margin-bottom: 0px;
		padding-left: 10px;
		text-indent: 0;
	}
	.message {
		height: 55px;
	}
	.submit {
		margin-top: 20px;
		height: 40px;
		font: 16px/40px 'Arquoitecta-Black', sans-serif;
		letter-spacing: 4px;
	}
	.resultForm img {
		height: 140px;
	}
	/*.f-letter,
	.s-letter {
		background-size: 100%;
	}*/
	.f-letter,
	.s-letter {
		background-size: 94% 170px;
	}
	footer img {
		width: 54%;
	}
	/*----------------*/
	.download-section__green form {
		padding: 30px 30px;
		width: 354px;
		position: relative;
		z-index: 10;
	}
	footer {
		padding-top: 88px;
		/*	background: #629b09 url(../img/footer-letter-1.png) no-repeat bottom center;
		background-size: 94% 170px;*/
		height: 170px;
		margin-top: -72px;
		z-index: 1;
	}
	.s-letter-footer {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 479px) {
	.video iframe {
		height: auto;
	}
	.download-section__green form {
		width: 86%;
	}
	footer {
		/*	padding-top: 10px;*/
	}
	.s-letter {
		/*	background-size: 100% 50%;*/
	}
	.download-buton {
		width: 96%;
	}
	.header--info .center {
		background-size: 290px;
		min-height: 50px;
	}
	.header-pacage__left {
		padding-top: 200px !important;
	}
}
