.send-offer-button {
	width: 220px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font: 400 14px/24px "Oswald", sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	transition: .4s;
	color: #5D4846;
	background: #D7B56D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.send-offer-button:hover {
	color: #FFFFFF;
	cursor: pointer;
	background: #5D4846;
}
.subscribe-form-nav-block {

}
.subscribe-form-block {
	display: none;
}
.subscribe-form-text {
	padding: 10px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.subscribe-form-text span {
	font-weight: 700;
}
.subscribe-form-input {
	display: inline-block;
	width: calc(100% - 20px);
	height: 38px;
	margin: 0 10px;
	outline: none;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	line-height: 15px;
	color: #5D4846;
	background: #ffffff !important;
	border: 1px #5D4846 solid;
	border-radius: 2px;
}