body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
*, *::after, *::before {
	content: '';
	box-sizing: border-box;
}
.email-container {
	font-family: sans-serif;
	font-size: 14px;
	color: #666;
}
.email-header {
	background-color: #574943;
	background-image: url('../img/bg.jpg');
	background-position: top left;
	color: #fff;
	padding-top: 30px;
}
.email-center {
	margin: auto;
	max-width: 600px;
	text-align: center;
	padding: 0 20px;
}
.email-logo {
	float: left;
}
.email-cocial-wrap {
	float: right;
}
.email-cocial-wrap a {
	margin-left: 7px;
}
.email-header-top {
	padding-top: 80px;
	margin-bottom: 85px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	clear: both;
}
.email-button, .products-button {
	display: inline-block;
	padding: 11px 45px;
	background-color: #56BA5B;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 80px;
}
.products-button {
	margin: 15px 0 0;
	background-color: #7A695A;
	font-size: 12px;
	padding: 9px 45px;
}
.email-tizes-wrap {
	background-color: #F1F1F2;
	border-bottom: 5px solid #D5D5D5;
	margin-top: -34px;
	padding: 34px 0 0;
	font-size: 0;
}
.email-tizer-item {
	display: inline-block;
	width: 186px;
	vertical-align: top;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.email-sale-text {
	display: inline-block;
	margin: 45px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #7a695a;
	padding: 12px 35px;
	border: 1px solid #7a695a;
	line-height: 24px;
}
.mail-products-wrap { font-size: 0; }
.mail-products-wrap img {
	width: 100%;
}
.mail-products-item {
	width: 280px;
	display: inline-block;
	padding: 0 20px 30px;
	font-size: 16px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 30px;
}
.mail-price {
	color: #040506;
	margin-top: 15px;
}
.email-footer {
	background-color: #ECECEC;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #a1a1a1;
}
.email-footer a {
	color: #a1a1a1;
}