@charset "utf-8";
/* Base CSS */

/*Accordion*/
/*
.accordion2 {
	width: 100%;
}
.accordion2 h3 {
	background: url(/images/i_arr02.png) no-repeat top right;
	padding:0;
	height:45px;
	margin: 8px 0 0 0;
	font: normal 21px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	border:0;
	margin-left:7px;
	cursor: pointer;
	z-index:997;
}
.accordion2 h3 b {
	background: url(/images/i_arr02.png) no-repeat top left;
	height: 45px;
	margin: 0;
	padding: 7px 0 0 10px;
	display: block;
	font: normal 21px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	width: 95%;
	cursor: pointer;
	position: relative;
	top: 0;
	left: -7px;
}
.accordion2 h3 b:hover, .accordion2 h3.active b{
	background: url(/images/i_arr01.png) no-repeat top left;
}
.accordion2 h3 b span{
	border-bottom:1px dashed #000;
}
.accordion2 h3.active b span{
	border-bottom:0;
}
.accordion2 h3 b i{
	color:#878777;
}
.accordion2 h3:hover, .accordion2 h3.active {
	background: url(/images/i_arr01.png) no-repeat top right;
}

.accordion2 h3:hover dd span, .accordion2 h3.active dd span{
	border-bottom:0;
}

.wrapp-acc {
	position:relative;
	top: -7px;
	z-index: 1;
}

.accordion2 div {
	margin: 0;
	border:0;
	display: none;

}
*/

/* Accordion */
.accordionItem {
	margin: 0 10px 10px 0;
}

.accordionItem .container-acc {
	/* background-image: url(../img/bg_comments.png) !important; */ background:#fff;
}

.accordionItemActive .container-acc {
	background-image: url(../img/bg_acc_white_fc.png) !important;
}

.accordionItemHeader {
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
}

.accordionItemHeader2 {
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
}

.accordionItemHeader h3 {
	font: normal 21px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	/* border-bottom: 1px dashed #000; */
	margin: 0;
	padding: 0;
	float: left;
}

.accordionItemHeader2 h3 {
	font: normal 21px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	border-bottom: 1px dashed #000;
	margin: 0;
	padding: 0;
	float: left;
}


.accordionItemHeader h3 {
	float: left;
}

.accordionItemHeader .arrow {
	float: right;
	position: relative;
	top: 2px;
}

.accordionItemContent {
	display: none;
	width: 100%;
}

/* EOF Accordion */


	/*Факторинг рекомендует*/
	.f-rec {
		overflow: hidden;
		width: 99%;
		padding: 0;
		margin: 20px 0 10px 0;
	}

	.f-rec .c-01, .f-rec .c-02, .f-rec .c-03, .f-rec .c-04 {
		float: left;
	}

	.f-rec .c-01 {
		width: 100%;
		text-align: center;
	}

	.f-rec .c-01 img {
		margin: 2%;
	}

	.f-rec .c-02 {
		width: 15%;
		vertical-align: middle;
		color: #656565;
		font-style: normal;
		font-size: 100%;
		float: left;
	}

	.f-rec .c-03 {
		width: 57%;
		margin: 0 10px 0 0;
	}

	.f-rec .c-04 {
		width: 37%;
	}

/*Скругляем углы*/

.container-acc {
	display: block;
	/*background: url(/images/bg_acc_white_fc.png) no-repeat left top;*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 10px 20px 0;
	width: 100%;
	border-radius: 10px;
}
    .corners-acc { position:relative; display:block; font-style:normal; height:100%; background:inherit; background:expression(this.parentNode.currentStyle.backgroundImage); border-radius: 10px;}
    .c2-acc { background-position: right top !important; left:10px; }
    .c3-acc { background-position: left bottom !important; left:-10px; top:10px; }
    .c4-acc { background-position: right bottom !important; right:-10px; padding:0 10px 10px 0; }

.container-gray	{display:block; background: #fff;}

/* background: url(../img/bg_comments.png) no-repeat left top; */

    .corners-g 	{position:relative; display:block; font-style:normal; height:100%; background:inherit; background:expression(this.parentNode.currentStyle.backgroundImage); }
    .c2-g 		{background-position: right top !important; left:10px; }
    .c3-g 		{background-position: left bottom !important; left:-10px; top:10px; }
    .c4-g 		{background-position: right bottom !important; right:-10px; padding:0 10px 10px 0; }
/*
    cоздается внешний контейнер "container-acc"
    уголок "c2-acc" образуется путем создания отступа слева (left:10px)
    уголок "c3-acc", сдвигаем влево (left:-10px) и делаем отступ сверху (top:10px)
    уголок "c4-acc", отодвигаем блок вправо (right:-10px) и делаем отступы для контэнта снизу и справа (padding:0 10px 10px 0)
*/

/*Banner*/
a.bnr {display:block; border:0; width:240px; height:400px; margin-bottom:10px;}

/*Video view*/
div.video {margin: 10px 0 10px 0;}

/*Analitycs & Article*/
ul.analitycs 					{display:block; margin-top:0px; padding:0; padding-bottom:20px;}
ul.analitycs li.a-entry 			{}
ul.analitycs li.a-entry h4			{font: normal 18px 'Trebuchet MS', Tahoma, Arial, sans-serif; color:#F33; margin-bottom:5px; clear:both;}
ul.analitycs li.a-entry h4 a			{color:#F33; line-height:1em;}
ul.analitycs li.a-entry h4 a:hover		{text-decoration:none;}
ul.analitycs li.a-entry small			{font: normal 11px Arial, sans-serif; color:#656565; display:block; clear:both; padding:0 0 10px 0;}
ul.analitycs li.a-entry a.a-img			{display:block; float:left; width:78px; height:100px; margin:0 10px 10px 0; }
ul.analitycs li.a-entry a.a-img img		{border:1px solid #CCC;}
ul.analitycs li.a-entry p			{margin-top:0px;}

a.all-article 			{color:#09C; padding: 3px 23px 3px 0; background:url(/images/i_arr04.png) no-repeat right 2px;}
a.all-article:hover	 	{text-decoration:none;}

/*Pagenation*/
div.pagenumbers 					{clear:both; margin-bottom:20px; padding:40px 0 20px 0; font: normal 16px 'Trebuchet MS', Tahoma, Arial, sans-serif; color:#000;}
div.pagenumbers strong span, div.pagenumbers strong a {font-weight:normal; font: normal 14px Arial, sans-serif;}
div.pagenumbers strong span 		{color:#999; font-weight:normal; padding: 0 5px 0 0;}
div.pagenumbers strong a	 		{color:#09C; font-weight:normal; padding: 0 0 0 5px;}
div.pagenumbers a:hover	 			{text-decoration:none;}

.page-counter 			{font: normal 18px Arial, sans-serif; color:#FFF; padding-top:10px;}
.page-counter span 		{padding:3px 5px; background:#F33; border:1px solid #F33;}
.page-counter a 		{padding:3px 5px; background:#FFF; border:1px solid #CCC; color:#656565;}
.page-counter a:hover	{text-decoration:none; background:#FF6262; color:#FFF; border:1px solid #FF6262;}

/*Footer*/
#footer div.f-l {float:left; padding-left:10px;}
#footer div.f-r {float:right; width:350px; //width:370px;}

#footer div.f-l em 		{display:block; font-size:11px; color:#656565; margin:10px 0;}
#footer div.f-l span 	{padding: 0 5px 0 0;}

#footer div.f-r  a 					{color:#09C; padding-right:3px;}
#footer div.f-r  a:hover 			{text-decoration:none;}
#footer div.f-r  ul 				{display:block; padding: 0 0 20px 0;}
#footer div.f-r  ul li	 			{display:inline; padding-right:3px;}
#footer div.f-r  a.mail				{font-size:16px; text-decoration:none; border-bottom:1px solid #09C; margin-left:10px;}
#footer div.f-r  a.mail:hover		{font-size:16px; text-decoration:none; border-bottom:0;}

/*Search*/

form.search-f { background:url(/images/bg_search_form.png) no-repeat left 0px; height:25px; margin-top:25px;}
form.search-f input.reset {border:0; background:0; width:20px!important; height:20px!important; cursor:pointer;}
form.search-f input.btn-submit {//padding:0 0 4px 5px;}

#status{
	width: 202px;
	padding: 10px;
	outline: none;
	height: 36px;
}

.focusField{
	width: 185px;
	padding: 4px 6px 4px 10px;
	border: 0;
	background-color: #fff;
	color: #000;
}

.idleField{
	width: 185px;
	padding: 4px 6px 4px 10px;
	background-color: #fff;
	color: #999;
	border: none;
}

/* Top Menu*/

	/*Column*/

div.t-slider {
	width: 100%;
}

	ul.t-menu { width:100%; margin:0; padding:0; height:70px; _overflow:hidden; background-color:#FFF; border-radius: 15px; 
	
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.08);;
	
	}

	li.l-col, li.r-col { margin:0; padding:0; display:block;}

	li.l-col { float:left; width:50%; height:50px; margin:0; //background: url(/images/bg_t_menu.png) no-repeat top left; padding-left:20px; margin-right:-20px;}
	li.l-col i {display:block; float:left}

			li.l-col .col-tm { width:100%; display:table; }
			li.l-col .col-tm .a, li.l-col .col-tm .b, li.l-col .col-tm .c {
				//float: left;
				//clear:right;
				display:table-cell;
				height:70px;
				vertical-align: middle;
			}
			li.l-col .col-tm .a 		{width:65%; line-height:1,1em; _line-height:1.2em; //padding-top: 1%; //padding-left:2%;}
			li.l-col .col-tm .a	a 		{color:#09C; text-decoration:none; border-bottom:1px dashed #09C;}

*+html li.l-col .col-tm .a {
	line-height: 1.2em;
}


			li.l-col .col-tm .b { width:5%; font:37px Tahoma, Geneva, sans-serif; color:#E3DFC7; vertical-align: top;}
			li.l-col .col-tm .c { width: 38%;  text-align:center;
			//padding-top: 2%;
			}


			li.l-col .col-tm .a stromg {font-size:14px;}

	li.r-col { width:40%; margin-left:59%; padding:15px 5px 5px 0; //margin-left:0;  //float:right; //background: url(/images/bg_t_menu.png) no-repeat top right;}


#top-menu {
	clear: both;
	height: 25px;
}

#top-menu  a.logo {
	display: block;
	width: 216px;
	height:42px;
	background: url(../img/logo.png) no-repeat top left;
	float:left;
	margin-right: 40px;
	margin-top: -5px;
	margin-left: 20px;
	
}

.topmenu {
	margin-top: 4px;
	background-color: #fff;
}

.topmenu ul {
	width: auto;
	background-color: #fff;
}

.topmenu ul, .topmenu ul li{
	margin: 0;
	padding: 0;
	margin-right: 2px;
}

.topmenu .activetarget {
	background-color: #23a4cc;
	text-decoration: none;
	background: url(/images/bg_top_menu.png) top left no-repeat;

}

.topmenu ul li {
	float: left;
	z-index: 999;
/*margin-right: 2em; */
	position: relative;
}

.topmenu ul li a {
	display: block;
	padding: 5px 25px 0 25px;
/*	font: normal 18px 'Trebuchet MS', Tahoma, Arial, sans-serif;*/
	/*background: url(/images/i_arr05.png) top left no-repeat;*/
	margin: 0px 0px 1px 0;
	/*color: #000;*/
	white-space: nowrap;
	text-transform: uppercase;

font-size: 18px;
font-family: var(--font-graphik-compact);
font-weight: 400;

margin-left:-3px;


}

.topmenu ul li a:hover {
	text-decoration: none;
}

/*
.topmenu ul li ul {
	display: none;
	position: absolute;
	top: 36px;
	background: url(/images/bg_list_topmenu.png) bottom left no-repeat;
	width: 500px;
	padding-bottom: 10px;
}
*/

/*
.topmenu ul li ul div {
	height: 10px;
	background: url(/images/bg_list_topmenu.png) top left no-repeat;
	width: 500px;
}
*/

.topmenu ul li ul li {
}

.topmenu ul li ul li a {
	display: inline;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, sans-serif; color: #FFF;
	background: none;
	text-decoration:underline;
}

.topmenu ul li ul li a:hover {
	text-decoration:none;
}

.topmenu ul li ul.m02 {
	position: absolute;
	top: 36px;
	left: -240px;
	padding-bottom: 10px;
}

.menu-ul {
	color: #fff;
	padding: 20px;
	background: url(/images/bg_list_topmenu.png) bottom left no-repeat;
}

.menu-ul a {
	color: #fff;
}

.menu-ul li {
	line-height: 1.5em;
	color: #fff;
	display: block;
	border-top: 0px;
	float: none;
	width: 460px;
	white-space: normal;
	background-color: 0;
	padding: 2px 0 0 25px;
	background: url(/images/i_list_tm01.png) top left no-repeat;
}

/*
.topmenu ul li ul.m02 div {
	height: 10px;
	background: url(/images/bg_list_topmenu01.png) top left no-repeat;
	width: 500px;
}
*/

.active01 {
	color: #FFF;
	text-decoration: none;
	background-color:0;
	background: url(/images/bg_top_menu.png) top left no-repeat;
}

.active01 a {
	text-decoration: none;
}

.active02 {
	color: #FFF;
	background:#176F88 url(/images/i_list_tm.png) top left no-repeat;
}

/* Sub Top Menu*/
	#sub-top-menu li 			{display: inline; padding:0px; margin-right:15px; font-size:16px;}
	#sub-top-menu li a 			{font: normal 14px 'Trebuchet MS', Tahoma, Arial, sans-serif; color:#000;
								text-transform:uppercase; white-space:nowrap; padding:3px 3px; margin-right:15px;}
	#sub-top-menu li a:hover	{ background:#F33; text-decoration:none; color:#FFF;}

/* Sub Top Menu*/
#spezproject 				{background:url(../img/bg_spez.png) no-repeat top right; padding-right:23px; height:40px; min-width:230px;}

#spezproject i 				{display:block; font-size:13px; font-style:normal; color:#000; white-space:nowrap; padding:11px 0 0 0; line-height:1.3em;
							background:url(../img/bg_spez.png) no-repeat top left; margin-left:-23px; height:40px; text-align:center; _position:relative;}

#spezproject i a 			{font-style:normal; color:#FFF; text-decoration:none; border-bottom:1px dashed #FFF;}
#spezproject i a:hover 		{border-bottom:0;}

ul.featuredCompanyList {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}

ul.featuredCompanyList li.featuredCompanyItem {
	float: left;
	width: 20%;
	/* старое значение для 5 компаний 16.5 */
}

li.featuredCompanyItem .description {
	display: none;
	text-align: left;
}

li.featuredCompanyItem h3 {
	color: #878777;
	font: normal 18px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	margin: 0 0 10px 0;
}

#sidebar ul.featuredCompanyList li.featuredCompanyItem {
	float: none;
	width: auto;
}

#sidebar ul.featuredCompanyList li.featuredCompanyItem {
	margin: 0 0 10px 0;
}

/* MessageBox */
.failure {
	margin: 0 0 2em 0;
	padding: 2em;
	border: 2px #d8000c solid;
	color: #d8000c;
	background-color: #ffbaba;
}

/* Comments*/

form#comments 			{font: normal 12px Arial, sans-serif; color:#333; padding:10px;}
form#comments label 		{display:block;}
form#comments input.txt 	{border:1px solid #CCC; width:50%; padding:5px; background:#FFF; margin-bottom:5px; color:#777;}
form#comments textarea 		{border:1px solid #CCC; width:95%; padding:5px; background:#FFF; color:#777; height:150px; overflow:auto;}
form#comments input.btn		{padding:7px 15px;}
form#comments #capcha		{padding-top:10px;}
form#comments #capcha img	{float:left; margin-right:5px;}
form#comments #capcha input	{width:33%;}

/* Form */
fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 0.5em 0;
}

ul.form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.form li.element {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0.5em 0;
}

ul.form li.element label {
	float: left;
	width: 30%;
}

ul.form li.element label .required {
	color: #ff0000;
}

ul.form li.element div.element {
	float: left;
	width: 69%;
	margin: 0 0 0 0.5em;
}

ul.form li.element div.element label {
	float: none;
	width: auto;
}

ul.form li.actionBox {
	margin: 0 0 0 31%;
}

ul.form li.element div.element input.text {
	border: 1px #777 solid;
	width: 50%;
}

ul.form li.element div.element textarea.text {
	border: 1px #777 solid;
	width: 99%;
}

/* Lists: news, article, company */
ul.listNews, ul.listArticle, ul.listCompany {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.itemNews, li.itemArticle, li.itemCompany {
	margin: 0 0 25px 0;
	overflow: hidden;
	zoom: 1;
}



li.itemNews h2, li.itemArticle h2, li.itemCompany h2 {
	margin: 0 0 0.5em 0;
}

li.itemNews small, li.itemArticle small {
	color: #656565;
	font-size: 10px;
}

li.itemNews p, li.itemArticle p {
	margin: 10px 0 0 35px;
}

li.itemNews a:hover, li.itemArticle a:hover, li.itemCompany a:hover {
	text-decoration: none;
}

li.itemCompany .content {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0 35px;
}

li.itemCompany .logo {
	margin: 0 10px 10px 0;
	float: left;
}

li.itemCompany .description {
}

/* Branch */
.branchList {}

ul.branchList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.branchList li {
	margin: 0 0 1.5em 0;
}

.branchList li h3 {
	/*font-weight: bold;*/
	margin: 0 0 0.5em 0;
}

.branchList .description {
	margin: 0 0 0 25px;
}

/* Expert */
.listExpertQuestion #editQuestionForm {
	display: none;
}

ul.listExpert {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 125%;
	line-height: 1.5em;
}

li.itemExpert {}

.listExpertQuestion {}

.listExpertQuestion ul.list {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-type: none;
}

.listExpertQuestion ul.list li.item {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border-left: 3px #cfcfcf solid;
}

.listExpertQuestion .listAnswer {
	margin: 1em 0 0 0;
}

.listExpertQuestion .listAnswer ul.list li.item {
	margin: 0 0 1em 0;
}

.listAnswer {}

.listAnswer ul.list {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-type: none;
}

.listAnswer ul.list li.item {
	background-color: #e3ecfa;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}

.error {
	border: 1px solid;
	padding: 1em;
	color: #d8000c;
	background-color: #ffbaba;
}


.itemCompanyRecommended {	
	border-left: 0px solid #53df3f;
	padding: 1em;
	padding-left: 20px;
	padding-top: 30px;
	background-color: #ffffff;
	background:url(http://www.factorings.ru/img/rec.png) no-repeat top left;
	background-position: top 50px left 15px;
}


.itemCompanyArchive
{
display:block;
display:none;
}



.google_map_popup {
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
}

.google_map_popup .logo {
	float: left;
	margin: 0 10px 10px 0;
	width: 70px;
	height: 76px;
}

.google_map_popup .data {
	font-size: 12px;
}

.google_map_popup .data h1 {
	font-size: 12px;
	margin: 0 0 0.5em 0;
}

.google_map_popup .data .more a {
	text-transform: lowercase;
}

