.content img{
	max-width: 100% !important;
	height: auto !important;
}

.content iframe{
	width: 100%;
	min-height: 451px;
	margin: 14px 0 15px 0;
	border: none; 
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 14px;
	text-align: left;
	font-weight: 400;
	color: #000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #00914c;
	font-size: 65%;
}

h3,
h4,
h5,
h6 {
	word-wrap: break-word;
}

h1 {
	font-size: 34px;
	overflow: hidden;
	margin-bottom: 4px;
		font-weight: 700;
}

h2 {
	font-size: 28px;
	margin: 0 0 18px 0;
		font-weight: 700;
}

h3 {
	font-size: 24px;
	margin-top: 8px;
	font-weight: 700;
}

h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 5px 0 9px 0;
}

h5 {
	font-size: 20px;
	margin-bottom: 13px;
	font-weight: 700;
}

h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}

p {
    line-height: 1.6;
    padding: 0 0 31px 0;
}

a {
	color: #4bba53;
}

a,
a:visited {
	-webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	outline: none;
}

a:visited {
	outline: none;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
	color: #4bba53;
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
}

pre {
	background: #ccc;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}

pre,
code {
	color: #000;
	font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
	font-size: 12px;
	overflow: hidden;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	line-height: 20px;
}

q {
	quotes: "«" "»";
	font-style: italic;
}

q q {
	quotes: "„" "“";
	font-style: italic;
}

blockquote {
	font-size: 24px;
	padding: 38px 0;
	margin: 31px 0;
	text-align: left;
	color: #000;
	border-top: 3px solid #00914c;
	border-bottom: 3px solid #00914c;
	position: relative;
	z-index: 1;
}

blockquote::after{
	content: "";
	width: 82px;
	height: 82px;
	display: block;
	background: #fff url(../img/icons.png) -122px -22px no-repeat;
	position: absolute;
	top: -45px;
	z-index: -1;
	left: 101px;
}


blockquote cite {
	color: #666d71;
	font-size: 12px;
}

abbr {
	border-bottom: thin dashed;
	cursor: help;
	font-style: italic;
}

i {
	font-style: oblique;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-top: none;
}

table td{
	padding: 10px;
}

table td p {
	padding: 0;
}

table caption {
	color: #000;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

th,
td {
	text-align: left;
	border: 1px solid #e2e2e2;
	padding: 15px 8px 15px 19px;
	padding: 8px;
}

th {
	color: #fff;
		border-right: 1px solid #8bbae2;
	font-weight: 400;
	padding: 12px;
}

td {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e2e2e2;
	font-weight: normal;
}

thead td{
	border-right: 1px solid #8bbae2;
	color: #fff;
	border-top: none;
}


tfoot td{
	border-right: 1px solid #fff;
	color: #fff;
}

thead,
tfoot {
	background: #6c9fca;
}

img {
	border: 0;
}

hr {
	background: #ccc;
	height: 1px;
}

dl {
	padding: 0 0 7px 0;
}

dt {
	font-weight: bold;
	color: #3d3e3f;
	padding: 0 0 7px 0;
}

dd {
	color: #666d71;
	font-style: normal;
	padding: 0 0 7px 0;
	margin-left: 0;
}

ol{
	margin-bottom: 30px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 20px;
}

ul ul li:last-child{
	padding-bottom: 0;
}

ul{
	margin: 0;
	padding: 0 0 0 22px;
}

ul li{
	color: #000;
	line-height: 1.4;
	list-style-image: url('../img/bullet-icon.png');
	padding: 0 0 16px 0;
}


ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

/**********************************
	стилизация списка
	**********************************/

	ol{
		counter-reset: myCounter;
		margin-bottom: 20px;
	}

	ol li{
		list-style: none;
		position: relative;
		line-height: 1.4;
		padding: 0 0 15px 0;
		list-style-position: outside;
	}

	ol {
		list-style-type: none; 
		counter-reset: num; 
		margin-bottom: 15px;
	}

	ol li:before {
		content: counter(num) '. '; 
		counter-increment: num;
		font-weight: bold;
	}

