html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Arial;
	line-height: 1.3;
	cursor: default;
}

div .b-rich-content {
	border-bottom: 1px solid #0E873F;
	margin-bottom: 25px;
}

.b-rich-content h1 {
	margin: 0 0 20px 0;
	font: 14px 'Open Sans', Arial;
	color: #fff;
	text-transform: uppercase;
}

.b-rich-content h2 {
	margin: 0 0 20px 0;
	font: 22px 'Open Sans', Arial;
	letter-spacing: 0.3px;
	color: #47ae32;
	text-transform: uppercase;
}

.b-rich-content h3 {
	margin: 0 0 18px 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.b-rich-content h4 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #47ae32;
	text-transform: uppercase;
}

.b-rich-content h6 {
	margin: 0 0 20px 0;
	font: 13px 'Open Sans', Arial;
	color: #ffb75a;
}

p {
	margin: 0px 0 30px;
}

.b-rich-content p {
	font-size: 14px;
	color: #fff;
}

.b-rich-content ul {
	margin: 0 0 0 0;
	list-style: none;
}

.b-rich-content ul {
	list-style: none;
}

.b-rich-content ul li {
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	font: 14px 'Open Sans', Arial;
	color: #fff;
	background: url('/img/li-marker-bg.png') no-repeat 0 5px;
}

.b-rich-content table {
	width: 100%;
}

.b-rich-content table td {
	padding: 14px 11px;
	font: 14px 'Open Sans', Arial;
	color: #fff;
	border-bottom: 1px solid #000;
	background: url('/img/table-bg.png') repeat;
}

.b-rich-content table .last td {
	border-bottom: none;
}

.b-rich-content table thead td {
	font-size: 18px;
	color: #000;
	background: #ed8a25;
}

div .b-rich-prod {
	margin-bottom: 25px;
}

.b-rich-prod h1 {
	margin: 0 0 20px 0;
	font: 18px 'Open Sans', Arial;
	color: #fff;
	text-transform: uppercase;
}

.b-rich-prod h2 {
	margin: 0 0 20px 0;
	font: 22px 'Open Sans', Arial;
	letter-spacing: 0.3px;
	color: #47ae32;
	text-transform: uppercase;
}

.b-rich-prod h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.b-rich-prod h4 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #47ae32;
	text-transform: uppercase;
}

.b-rich-prod h6 {
	margin: 0 0 20px 0;
	font: 13px 'Open Sans', Arial;
	color: #ffb75a;
}

p {
	margin: 0px 0 15px;
}

.b-rich-prod p {
	font-size: 14px;
	color: #fff;
}

.b-rich-prod ul {
	margin: 0 0 0 0;
	list-style: none;
}

.b-rich-prod ul {
	list-style: none;
}

.b-rich-prod ul li {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	font: 14px 'Open Sans', Arial;
	color: #fff;
	background: url('/img/li-marker-bg.png') no-repeat 0 5px;
}

.b-rich-prod table {
  width: 100%;
  margin: 0 0 15px;
  font-size: 12px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.2);
}

.b-rich-prod table td {
	padding: 14px 11px;
	font: 12px 'Open Sans', Arial;
	color: #fff;
	border-bottom: 1px solid #000;
	background: url('/img/table-bg.png') repeat;
}

.b-rich-prod table .last td {
	border-bottom: none;
}

.b-rich-prod table thead td {
	font-size: 18px;
	color: #000;
	background: #ed8a25;
}
/*******************/
.b-rich-prod table th,
.b-rich-prod table td {
  padding: 5px 10px;
}
.b-rich-prod table th p,
.b-rich-prod table td p {
  margin: 0 !important;
  line-height: 14px !important;
}
.b-rich-prod table th {
  background: #0E873F;
  font-weight: bold;
  text-align: center;
  padding: 4px 3px;
  font-size: 14px;
  border: 1px solid #0A5F2D;
}
/*******************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.garant {
  color: #eee;
  margin: 0 0 40px;
}
.garant .back {
  padding: 0 30px 20px 70px;
  background: url("../img/icon_guar.png") no-repeat 0px 0px;
}
.garant h1 {
  	margin: 0 0 20px 0;
	font: 18px 'Open Sans', Arial;
    color: #2B9A56;
	text-transform: uppercase;
}
.garant p {
  font-size: 14px;
  padding: 0 0 10px;
  color: #ddd;
}