@font-face {
	font-family: 'ProximaNovaRegular'; 
	src: url(../fonts/ProximaNova-Reg.otf); 
} 

@font-face {
	font-family: 'ProximaNovaExCnBold'; 
	src: url(../fonts/ProximaNovaExCn-Bold.otf); 
} 

@font-face {
	font-family: 'ProximaNovaLight'; 
	src: url(../fonts/ProximaNova-Light.otf); 
} 

@font-face {
	font-family: 'ProximaNovaLightIt'; 
	src: url(../fonts/ProximaNova-LightIt.otf); 
} 

@font-face {
	font-family: 'ProximaNovaBold'; 
	src: url(../fonts/ProximaNova-Bold.otf); 
} 

@font-face {
	font-family: 'ProximaNovaExCnSbold'; 
	src: url(../fonts/ProximaNovaExCn-Sbold.otf); 
} 

@font-face {
	font-family: 'ProximaNovaExCnReg'; 
	src: url(../fonts/ProximaNovaExCn-Reg.otf); 
} 

@font-face {
	font-family: 'AngleciaProDisplayRegular'; 
	src: url(../fonts/Anglecia Pro Display Regular.otf); 
} 

@font-face {
	font-family: 'AngleciaProTitleItalic'; 
	src: url(../fonts/Anglecia Pro Title Italic.otf); 
} 

body {
	font: 14px 'Arial', Verdana, sans-serif;
	color: #505865;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

a {
	color: #4f2a11;
}
a:hover {
	color: #4f2a11;
}
p {
	margin-bottom: 23px;
}
h1, .h1 {
	color: #4f2a11;
	font-size: 20px;
	font-family: "ProximaNovaBold";
	line-height: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	text-align: left !important;
	font-weight: normal;
	border-bottom: 1px solid #4f2a11;
	padding-bottom: 7px;
	margin-bottom: 22px;
}
h2, .h2 {
	color: #2A2A2A;
	font-size: 20px;
	font-family: "Myriad Pro";
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	text-align: left !important;
	font-weight: normal;
}
h3, .h3 {
	color: #2A2A2A;
	font-size: 16px;
	font-family: "Myriad Pro";
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	text-align: left !important;
	font-weight: normal;
}
h4, .h4 {
	color: rgb(30, 40, 49);
	font-size: 15px;
	font-family: "Arial";
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	text-align: left !important;
	font-weight: bold;
}

hr {
	height: 1px;
	border: none;
	color: #cecece;
	background: #cecece;
	margin: 0;
}
* html hr {/* хак для ие6 */
	margin: -7px 0;
}


.strong {
	font-weight: bold;
}

.text {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size: 14px;
	font-family: 'Arial';
	color: rgb(51, 51, 51);
}
	.text td  {
		padding: 5px;
		vertical-align: middle;
	}
	
	.text ul  {
		list-style: none;
	}	
	.text ul li {
		margin: 13px 0;
		padding-left: 23px;
		text-indent: 0;
		overflow: hidden;
		background: url(../img/marker_1.png) 0 4px no-repeat; 
		line-height: 14px;
		vertical-align: top;
	}
	.text ul li * {
		vertical-align: middle;
	}
	
	.text ol  {
		margin-left: 0;
		padding-left: 0;
	}	
	.text ol li {
		margin: 5px 0;
		padding-left: 0;
		list-style-position: inside;
		text-indent: 0;
		overflow: hidden;
	}
	.text img {
		max-width: 702px !important;
	}	
	.text p {
		line-height: 1.6em;

	}
	
	.table{
		width: 100%;
		border: 1px solid #eee;
		margin: 15px 0;
	}
	.table thead td,
	.table th {
		font-weight: bold;
		font-family: RobotoBold, Arial, sans-serif;
		text-align: left;
		border: 1px solid #eee;
		padding: 5px 10px;
		
	}
	.table td{
		padding: 5px 10px;
		border: 1px solid #eee;
		text-align: left;
	}
	.table p{
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	.table tr:nth-child(odd){
		background: #F7F7F7;
	}
	.table tr:nth-child(even){
		background: #fff;
	}


/* Хлебные крошки */
.breadcrumb {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	margin: 0 0px 20px 0px;
	padding: 2px 0px 10px 0px;
	color: #4f2a11;
	font-family: 'ProximaNovaLightIt';
}
.breadcrumb a {
	font-size: 14px;
	font-family: 'ProximaNovaLightIt';
	display: inline-block;
	margin-right: 2px;
	color: #cc5529;
	line-height: 14px;
}
.breadcrumb span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 7px;
	margin: 0 4px;
	background: url(../img/breadcrumb.jpg) 0 0 no-repeat; 
}

/* Пагинатор */
.pagination_row {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
	.pagination {
		padding: 0;
		margin: 0;
		text-align: left !important;
	}
	.pagination li {
		display: inline-block;
		overflow: hidden;
		margin: 0 0px 0 0px;
	}
	.pagination li a {
		display: inline-block;
		overflow: hidden;
		height: 28px;
		width: 29px;
		line-height: 28px;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		border-bottom: 1px solid #d0cece;
		background: #fff;
		text-decoration: none;
		color: #fff;
		border-radius: 18px;
		font-size: 14px;
		font-family: "Arial";
		color: rgb(173, 172, 172);
		font-weight: bold;
		margin: 0 2px;
	}	
	.pagination li a:hover, .pagination li.active a {
		background: #0097c2;
		color: #fff;
		border-bottom: 1px solid #0c7b9b;
	}
	
	.pagination .prev a, .pagination .prev span {
		border-bottom: none !important;
		overflow: hidden;
		display: inline-block;
		background: url(../img/paginator_prev.png) 50% 40% no-repeat !important;
		text-indent: -999px;
		height: 24px;
		width: 29px;
		margin: 0 4px;
	}

	.pagination .next a, .pagination .next span {
		border-bottom: none !important;
		display: inline-block;
		overflow: hidden;
		background: url(../img/paginator_next.png) 50% 40% no-repeat !important;
		text-indent: -999px;
		height: 24px;
		width: 29px;
		margin: 0 4px;
	}

.form_error {
	border: 1px solid red;
}
	
.frame_form__title a {
	font-size: 14px;
	font-family: 'ProximaNovaLightIt';
	display: inline-block;
	margin-right: 2px;
	color: #cc5529;
	line-height: 14px;
}

.remid a {
	font-size: 14px;
	font-family: 'ProximaNovaLightIt';
	display: inline-block;
	margin-right: 2px;
	color: #cc5529;
	line-height: 14px;
}

.auth_form {
	margin-top: 108px;
}
.auth_form__body .form_row {
	margin-bottom: 10px;
}
.auth_form__body .form_row .input_text {
	padding: 5px;
	border: 1px solid rgb(144, 138, 138)
}
.auth_form__body .remid {
	margin-bottom: 10px;
}
.form_row textarea {
	padding: 5px;
	outline: none;
	font-family: 'ProximaNovaRegular';
	color: #555555;
}
.form_row label {
    padding-bottom: 8px;
    display: block;
}




.form_control select {
	padding: 5px;
	width: 98%;
	margin: 0;
	display: inline-block;
}
.form_control input[type=text] {
	padding: 5px;
	width: 98%;
	margin: 0;
}
.form_control textarea {
	padding: 5px;
	width: 98%;
	margin: 0;
}
.form_control input[type=submit]  {
	padding: 5px;
}


/* Сообщения */
.alert {
  padding: 24px 35px 21px 14px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'ProximaNovaBold';
  color: #000;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-family: 'ProximaNovaBold';
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


.button_2 {
    background: #cc552a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    border: none;
	left: 1px;
	margin-bottom: 1px;
    position: relative;
}

