
.clear {
	clear: both;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 14px;
	line-height: 32px;
	text-align: left;
	color: #113483;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #113483;
	font-size: 65%;
}

h3,
h4,
h5,
h6 {
	font-weight: bold;
	word-wrap: break-word;
}

h1 {
	font-size: 40px;
	overflow: hidden;
	line-height: 44px;
	margin-top: 20px;
	margin-bottom: 4px;
}

h2 {
	font-size: 34px;
	margin-top: 10px;
	line-height: 38px;
}

h3 {
	font-size: 30px;
	margin-top: 20px;
}

h4 {
	font-size: 27px;
	margin-top: 5px;
	margin-bottom: 7px;
}

h5 {
	font-size: 21px;
	margin-bottom: 0;
}

h6 {
	font-size: 16px;
	margin-bottom: 0;
}

p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 14px 0;
}

a {
	color: #113483;
}

a,
a:visited {
	text-decoration: underline;
	-webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	outline: none;
}

a:visited {
	outline: none;
}

a:hover,
a:focus {
	color: #f9df13;
	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: 14px;
	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-style: italic;
	text-align: left;
	border-left: 3px solid #e0e2e3;
	padding: 0 0 0 14px;
	margin-bottom: 40px;
	color: #131313;
	font-size: 16px;
}

blockquote q {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}

blockquote p {
	color: #131313;
	padding-bottom: 0;
}

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 36px 0;
	border: 1px solid #ccc;
	margin-top: 22px;
}

table caption {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

table
td {
	font-size: 16px;
	text-align: left;
	border: 1px solid #ccc;
	padding: 8px;
}

table
th {
	font-size: 14px;
	text-align: left;
	border: 1px solid #ccc;
	padding: 8px;
}

th {
	font-size: 14px;
	color: #000;
}

td {
	color: #000;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

thead,
tfoot {
	background: #f2f2f2;
}

tr:nth-child(odd) td {
	background: #fff;
}

tr:nth-child(even) td {
	background: #f2f2f2;
	color: #000;
}

img {
	border: 0;
}

hr {
	background: #f2f2f2;
	height: 1px;
}

dl {
	padding: 0 ;
}

dt {
	font-size: 16px;
	font-weight: bold;
	color: #3d3e3f;
	padding: 0 0 7px 0;
}

dd {
	color: #666d71;
	font-size: 16px;
	font-style: normal;
	padding: 0;
	margin: 0;
}

ul {
	margin-bottom: 30px;
}

ul  li{
	margin-bottom: 10px;
	line-height: 22px;
}

ol {
	margin-bottom: 30px;
}

ol  li{
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
	padding-left: 15px;
	margin-top: 5px;
}

ul li,
ol li {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	list-style-image: url('../img/bullet-icon.png');
	list-style-position: inside;
}

ul ul {
	
}

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: 27px;
	padding: 0 0 5px 35px;
}

ol  li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #f9df13;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	top: 4px;
	left: 1px;
}

.content img {
    max-width: 100% !important;
    height: auto !important;
}

h3 a {
	text-decoration: none;
}

