@font-face {
	font-family: 'Museo Sans Cyrl'; 
	src: url(../fonts/MuseoSansCyrl-500.ttf); 
} 
@font-face {
	font-family: 'Museo Sans Cyrl 700'; 
	src: url(../fonts/MuseoSansCyrl-700.ttf); 
} 
@font-face {
	font-family: 'Museo Sans Cyrl 900'; 
	src: url(../fonts/MuseoSansCyrl-900.ttf); 
} 

body {
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	color: rgba(0, 0, 0, 0.702);
	line-height: 20px;
}

h1, .h1 {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	font-weight: normal;
	font-size: 60px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	line-height: 1.167;
}
h2, .h2 {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	font-weight: normal;
	font-size: 50px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	line-height: 1.167;	
}
h3, .h3 {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	font-weight: normal;
	font-size: 30px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(0, 0, 0);
	line-height: 1.167;	
}


.btn {
    text-align: center;
    padding: 0 29px;
	border-radius: 10px;
	background-color: rgb(0, 0, 0);
    height: 54px;
	line-height: 54px;
    text-decoration: none;
    display: inline-block;
	border: none;
	font-size: 20px;
	font-family: "Museo Sans Cyrl 700";
	color: rgb(255, 255, 255);
}

.btn-3 {
    text-align: center;
    padding: 0 40px;
	border-radius: 10px;
	background-color: rgb(0, 0, 0);
    height: 70px;
	line-height: 70px;
    text-decoration: none;
    display: inline-block;
	border: none;
	font-size: 20px;
	font-family: "Museo Sans Cyrl 700";
	color: rgb(255, 255, 255);
}


.btn-2 {
    line-height: 82px;
    padding: 0 49px;
    text-decoration: none;
    display: inline-block;
	border: none;
	font-size: 20px;
	font-family: "Museo Sans Cyrl 700";
	color: rgb(40, 40, 40);
	text-align: center;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	height: 82px;
}


a {
	color: #000;
	text-decoration-skip-ink: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.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;
}

.child {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}
.helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}

.text table{
	border: 7px solid #f2f2f2;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.text  th {
	font-size: 14px;
	color: rgb(4, 61, 148);
	line-height: 1.571;
	text-align: left;
	padding: 5px 10px;
	font-family: "Proxima Nova bold";
}
.text  td{
	font-size: 16px;
	color: rgb(40, 40, 40);
	line-height: 1.5;
	text-align: left;
	padding: 5px 10px;
}
.text  tr:nth-child(odd){
	background: #f2f2f2;
}
.text  tr:nth-child(even){
	background: #fff;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
 

.admin_widgets {
	position: fixed;
	top: 71px;
	left: 20px;
	background: #efefef;
	width: 32px;
	height: 32px;
	padding: 10px;
	border-radius: 6px;
	opacity: 0.5;
	background: #eee url(../../admin/img/admin_widgets__edit.png) 10px 10px no-repeat;
}
.admin_widgets:hover {
	opacity: 1.5;
}


.breadcrumb {
	line-height: 14px;
    padding: 0 0 20px 0;
    vertical-align: top;
    margin-bottom: 0px;
}
.breadcrumb a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
.breadcrumb span {
	display: inline-block;
	width: 13px;
	margin-right: 0;
	line-height: 16px;
	height: 18px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
}

.pagination_row {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
	.pagination-more {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 300px;
		height: 60px;
		text-align: center;
		font-size: 15px;
		font-family: "Proxima Nova";
		color: rgb(5, 125, 229);
		line-height: 60px;
		border: 1px solid #057de5;
		background: #fff;
		z-index: 999;
	}	
	.pagination-more:after {
		content: '';
		background: url(../img/pagination-more.png) 0 0 no-repeat;
		display: inline-block;
		width: 19px;
		height: 14px;
		margin-left: 10px;
	}	

	.pagination {
		border: 1px solid #d9d5d2;
		padding: 16px 0 0 51px;
		height: 44px;
		margin: 0 0 0 300px;
		text-align: center;
	}
		.pagination li {
			display: inline-block;
			overflow: hidden;
			margin: 0 5px 0 0;
			padding: 0;
			line-height: 26px;	
			height: 26px;
		}
		.pagination li a {
			display: inline-block;		
			overflow: hidden;		
			height: 26px;
			width: 26px;		
			text-align: center;
			line-height: 26px;			
			text-decoration: underline;
			font-size: 14px;
			font-family: "Proxima Nova";
			color: rgb(54, 54, 54);
			border-radius: 26px;
		}		
		.pagination li.active a {
			background: #057de5 !important;
			color: #fff !important;
			text-decoration: none !important;
		}


 
.text p  {
	padding: 0 0 15px 0;
	vertical-align: middle;
	line-height: 1.6em;	
	margin: 0 0 0 0;
}
	.text ul  {
		padding-left: 0;		
	}	
	.text ul li {
		margin: 10px 0;
		list-style-position: inside;
		text-indent: 0;
		overflow: hidden;
	}	
	.text ol li {
		padding: 10px 0;
	} 
 


 
.form-control-text {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 5px;
	background: rgb(255, 255, 255);
	width: 100%;
	height: 54px;
	line-height: 54px;
	z-index: 24;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 15px;
	display: block;
}
 
.form-control-textarea {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 5px;
	background: rgb(255, 255, 255);
	width: 100%;
	height: 100px;
	line-height: 20px;
	z-index: 24;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Museo Sans Cyrl";
	margin: 0 0 0 0;
	padding: 15px;
	display: block;
}

.form {
	margin-bottom: 15px;
}
.form label {
	margin-bottom: 5px;
	display: inline-block;
}
.form-group {
	padding: 8px 0;
	position: relative;
}
.form-submit {
	text-align: center;
	padding-top: 20px;
}
.has-error input, .has-error textarea {
	color: red;
	border: 1px solid red !important;
}
.form_error {
	color: red;
	border: 1px solid red !important;
}
.error-block {
	color: red;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.required:before {
	position: absolute;
	top: 11px;
	left: -14px;
	content: '*';
	color: red;
	font-size: 14px;
}  