/* breadcrumbs
*******************************************************************************/

.breadcrumbs ul {
	padding: 0;
	margin: 0 0 3px;
	list-style: none;
	overflow: hidden;
	font-size: 11px;
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li:before {
	content: "/";
	margin: 0 14px;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs .home {
	padding-left: 17px;
	background: url(icons.png)/*tpa=http://garant47.ru/template/garant/img/icons.png*/ no-repeat -25px -69px;
}

.container {
	overflow: hidden;
	padding-bottom: 22px;
}

.visual {
	float: left;
	border: 1px solid #c6c6c6;
	padding: 5px;
	margin: 6px 15px 10px 0;
}

.visual img {
	display: block;
}

#content .text-block {
	padding-bottom: 25px;
}

.list-docs {
	padding: 3px 0 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}

.list-docs li {
	padding-bottom: 11px;
}

.list-docs a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	background: url(icons.png)/*tpa=http://garant47.ru/template/garant/img/icons.png*/ no-repeat -46px -35px;
	min-height: 25px;
}

.list-docs a:hover {
	text-decoration: underline;
}

.post {
	border-top: 1px solid #c6c6c6;
	padding: 29px 0 17px;
}

.post:first-child {
	padding-top: 0;
	border: 0;
}

.text-marked {
	padding: 3px 0 3px 18px;
	font-weight: bold;
	line-height: 18px;
	position: relative;
	margin-bottom: 18px;
}

.text-marked p {
	margin: 0;
}

.text-marked:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	content: "";
	background: #f8bb18;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	behavior: url('PIE.htc')/*tpa=http://garant47.ru/template/garant/img/PIE.htc*/;
}

/* form-contact
*******************************************************************************/

.form-contact {
	padding-bottom: 18px;
}

.form-contact .text-row {
	margin: 0 0 1px;
	font-weight: bold;
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #c6c6c6;
	padding: 3px 5px;
	width: 574px;
	margin-bottom: 12px;
}

textarea {
	height: 234px !important;
	max-height: 234px;
	resize: none;
	width: 574px !important;
	margin-bottom: 25px;
}

.area input {
	width: 276px;
}

.form-row {
	width: 100%;
}

.form-row:after {
	display: block;
	clear: both;
	content: "";
}

.form-row .area {
	float: left;
	width: 276px;
}

.form-row .area:first-child {
	margin-right: 22px;
}

input[type="submit"] {
	text-transform: uppercase;
	border: 0;
	background: #063076;
	color: #fff;
	height: 31px;
	padding: 0 26px 1px;
	font: 14px/31px 'ekibastuz-bolduploaded_file', Arial, Helvetica, sans-serif;
}
