html, body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica,sans-serif;
	width: 100%;
	height: 100%;	
	color:#3D3D3C;	
}
img, form {
	padding: 0px;
	margin: 0px;
}
a, td {
	font-family: Arial, Helvetica,sans-serif;
}
h1 {
	font-family: Jura, sans-serif;	
}
.jura_18 {
	font-family: Jura, sans-serif;	
	font-size:18px;
}

.jura_18_hover {
	font-family: Jura, sans-serif;
	font-size:18px;
	color:#af251b;
	display:block;
	text-decoration:none;
}
.jura_18_hover:hover {
	text-decoration:underline;
}
.arial_11 {
	font-size:11px;
	font-style: italic;
}
.inp_t {
	color:#71706e;
	padding:5px;
	border:1px solid #71706e;
}
.inp_t_selectize {
	border: 1px solid #d1d1d1;
	padding:5px;
	border-radius: 4px;	
}
.inp_t_selectize:focus { 	
	border-color: #FFBF4F !important;   
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #FFCA6F !important;
}
.inp_b {	
	width:150px;	
	padding: 6px;
    background: #E1942A;
    color: #FFF;    
    border-radius: 4px;    
    font-size:19px;
    border: 1px solid #DF880D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);   
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 10px rgba(0, 0, 0, 0.2);   
    transition-duration: 0.2s; 
    user-select:none;
    cursor:pointer;
    
}
.inp_b:hover {
    background: #DF8300;    
    text-decoration: none;
}
.inp_b:active {   
    box-shadow: inset 0 1px 4px rgba(45, 45, 45, 0.6);
    background: #DF851B;
    border: solid 1px #BF6700;
}
.treug {
	position:absolute;	
	border-style: solid;
	border-width: 5px 5px 0px;
	border-color: #0F1C50 transparent; 
	width: 0px;
	height: 0px;
}
.treug_white {
	position:absolute;	
	border-style: solid;
	border-width: 5px 5px 0px;
	border-color: #F8F0E0 transparent; 
	width: 0px;
	height: 0px;
}
.treug_up {
	position:absolute;	
	border-style: solid;	
	border-width: 0px 5px 5px 5px;
	border-color: #BA0000 transparent #BA0000 transparent; 
	width: 0px;
	height: 0px;
}
.a_block {
	 box-shadow: 2px 2px 4px #919191;
}
.a_block:hover {
	 box-shadow:inset 0 1px 4px rgba(45, 45, 45, 1);
}
.a_bottom {
	display:block;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	padding-bottom:5px;
}
.a_bottom:hover {
	text-decoration:underline;
}
.menu {
	background: linear-gradient(to top, #71706e, #b5b3b3);
}
.a_way {
	color:#A9A9A9;
	font-weight:normal;
	font-size:11px;
}
.a_category {
	display:block;
	color:#3D3D3C;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	border-bottom:1px solid #EFEFEF;
}
.a_category:hover {
	text-decoration:underline;
}
.a_category_not_activ {	
	color:#DFDFDF;	
}
.project_div {
	display:block;
	float:left;
	width:205px;
	height:205px;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration:none;
	border-radius:10px;
}
.project_banner {
	width:658px;
	height:170px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:10px;
}
.a_thumb {
	display:block;
	float:left;
	width:119px;
	height: 119px;
	margin-bottom:15px;	
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:10px;
}

.tbl_form_data tr td {
	padding:5px;
}
.block_tilte {
	background:url(/img/block_bg.png) repeat-x; 
	height:48px;
	width:205px;
	color:#ffffff;	
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: Jura, sans-serif;	
	font-size:18px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}