.tenders .titlePage .title,
.tenders .titlePage h1 {
	/*float:left;*/
	width:22%;
}

/*.tenders .titlePage .menu {
	margin-left:32%;
	font:400 14px/14px 'robotolight',Arial,sans-serif;
	text-transform: uppercase;
	min-height: 1px;
}
.tenders .titlePage .menu a {
	color:#585858;
	white-space: nowrap;
}
.tenders .titlePage .menu a:hover{
	text-decoration:none;
	color:#000;
}
.tenders .titlePage .menu .item:first-child {
	position:absolute;
	right:102%;
}
.tenders .titlePage .menu .item:first-child~.item+.item {
	margin-left:2%;
}
.tenders .titlePage .menu .item .hidden {
	display:none;
}
.tenders .titlePage .menu .item.active .hidden {
	display:inline-block;
	color:#6d6d6d;
}
.tenders .titlePage .menu .item.active:after {
	content:' ';
	top:-27px;
	left:-7px;
	bottom:-22px;
	right:-7px;
	background: #fff;
	z-index:-1;
	position:absolute;
}
.tenders .titlePage .menu .item.active a {
	text-decoration: none;
	cursor: text;
	color:#000;
}*/
.tenders .listing {
	z-index:10;
	padding:0 0 40px;
}
.tenders .listing .sorting {
	border-bottom:1px solid #e5e5e5;
	padding:15px 1.5%;
	color:#FFF;
	font:700 11px/10px 'robotolight',Arial,sans-serif;
	text-transform: uppercase;
	z-index:100;
	background: #646c7a;
	margin:0 -1.5%;
}
.tenders .listing .name {
	width:32%;
}
.tenders .listing .code {
	width:10%;
	display:none;
	/*visibility: hidden;*/
}
.tenders .listing .status {
	width:22%;
}
.tenders .listing .create {
	width:8%;
}
.tenders .listing .auction {
	width:12%;
}
.tenders .listing .org {
	width:25%;
}
.tenders .listing .questions {
	position:absolute;
	top:-35px;
	right:0;
	width:13%;
}
.tenders .listing .list2 .questions {
	right: 15%;
	top: 15px;
	width: 11.6%;
}
.tenders .listing .list .create,
.tenders .listing .list .status,
.tenders .listing .list .auction,
.tenders .listing .list .org,
.tenders .listing .list .kvaziName{
	font:400 13px/18px "robotolight",Arial,sans-serif;
}
.tenders .listing .list2 .org {
	color:#000;
}
.tenders .listing .list .name{width:31.5%;}
.tenders .listing .list2 .name{width:43.3%;}
.tenders .listing .list .status{width:21.7%;}
.tenders .listing .list2 .status{width:29.7%;}
.tenders .listing .list3 .status{width:40%;}
.tenders .listing .list .create{width:7.9%;}
.tenders .listing .list2 .create{width:10.8%;}
.tenders .listing .list .auction{width:11.9%;}
.tenders .listing .list2 .auction{width:12%;}
.tenders .listing .list3 .auction{
	width:15%;
	margin-left: 0.5%;
}
.tenders .listing .questions>div {
	padding:7px 11px 5px;
	background: #9d9d9d;
	text-align:center;
	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	transition:background-color 0.5s ease-out;

	color:#000;
	font:400 10px/10px 'robotobold',Arial,sans-serif;
	text-transform: uppercase;
}
.tenders .listing .list .item.plan_budget_amount_0{display:none;}
.tenders .listing .list .item:hover{background:#f3f3f3;}
.tenders .listing .list .item:hover .questions>div {
	background: #ffd200;

}
.tenders .listing .list .status .statusEnd{
	font-size: 11px;
	margin-left:5px;
	padding: 0 3px;
	/*width: 90px;*/
	background:#FFD200;
	text-align:center;
	color:#000;
	font-weight:bold;
	/*white-space:nowrap;*/
}
.tenders .listing .list .item {
	padding:15px 1.5%;
	border-bottom:1px solid #e5e5e5;

	color:#585858;
	font:400 14px/14px 'robotolight',Arial,sans-serif;
	background: #fff;

	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	transition:background-color 0.5s ease-out;
}
.tenders .listing .list .item:before {
	content:' ';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background: #00aff0;

	-webkit-transition:width 0.5s ease-out;
	-moz-transition:width 0.5s ease-out;
	-o-transition:width 0.5s ease-out;
	transition:width 0.5s ease-out;
}
.tenders .listing .list .item:hover:before {
	width:0.75%;
}
.tenders .listing .list .hoverMove {
	-webkit-transition: margin-left 0.5s ease-out;
	-moz-transition: margin-left 0.5s ease-out;
	-o-transition: margin-left 0.5s ease-out;
	transition: margin-left 0.5s ease-out;
	margin-left:0;
}
/*
.tenders .listing .list .item:hover {
	background: #f5f5f5;
}
.tenders .listing .list .item:hover .hoverMove {
	margin-left:2%;
}
*/
.tenders .listing .list .title {
	padding: 0 0 43px;
}
.tenders .listing .list2 .title {
	padding-bottom:17px;
	margin-right:27%;
}
.tenders .listing .list .title a {
	color:#585858;
	font:400 16px/24px 'robotobold',Arial,sans-serif;
}
.tenders .listing .list .title a:hover{
	color:#000;
	text-decoration:none;
}
.tenders .listing .list .info {
	position:absolute;
	top:56px;
	left:1.4%;
	right:0;
	z-index:10;
}
.tenders .listing .list2 .info {
	position:static;
	top:0;
	left:0;
	right:auto;
	float:left;
	width:74%;
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e5e5;
}
.tenders .listing .markers {
	position:absolute;
	right: 1.6%;
	text-align: justify;
	top: 15px;
	width: 10%;
	line-height: 0;
}
.tendersItem .markers {
	position: absolute;
	z-index:50;
	text-align: justify;
	line-height: 0 !important;
	top:24px !important;
	right:10px !important;
	width:10% !important;
}
.tendersItem .markers+.status {
	margin-top:40px;
}
.tenders .listing .markers .w100,
.tendersItem .markers .w100 {
	height:1px;
	display:inline-block;
	width:100%;
	position:relative;
	z-index:-1;
	margin-top:-1px;
}
.tenders .listing .markers .marker,
.tendersItem .markers .marker {
	display:inline-block;
	width:25px;
	height:25px;
	position: relative;
	z-index:10;
}
.tenders .listing .markers .marker:after,
.tendersItem .markers .marker:after {
	content:' ';
	position:absolute;
	top:100%;
	left:50%;
	margin:3px 0 0 -9px;
	height:9px;
	width:18px;
	background: url(/images/icons.png) -21px -84px;
	display:none;
}
.tenders .listing .markers .help,
.tendersItem .markers .help {
	padding:5px;
	margin-top:7px;
	font: 400 12px/16px "robotolight",Arial,sans-serif;
	display:none;
	text-align: left;
}
.tendersItem .markers .help {
	/*margin-top:6px;*/
	text-transform: none;
}
.tenders .listing .markers .marker.markerQuestions:hover~.help.markerQuestions,
.tenders .listing .markers .marker.markerBid:hover~.help.markerBid,
.tenders .listing .markers .marker.markerFavorite:hover~.help.markerFavorite,
.tenders .listing .markers .marker.markerRemove:hover~.help.markerRemove,
.tenders .listing .markers .marker:hover:after,

.tendersItem .markers .marker.markerQuestions:hover~.help.markerQuestions,
.tendersItem .markers .marker.markerBid:hover~.help.markerBid,
.tendersItem .markers .marker.markerFavorite:hover~.help.markerFavorite,
.tendersItem .markers .marker.markerRemove:hover~.help.markerRemove,
.tendersItem .markers .marker:hover:after {
	display:block;
}
.tenders .listing .markers .marker.emptyMarker:after,
.tendersItem .markers .marker.emptyMarker:after {
	display:none !important;
}
.tenders .listing .markers .help>.back,
.tendersItem .markers .help>.back {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background: #fff;

	box-shadow:0 0 4px #555;
	-moz-box-shadow:0 0 4px #555;
	-webkit-box-shadow:0 0 4px #555;

	behavior: url(/css/PIE.htc);
}
.tenders .listing .markers .marker.setFavorite.inited,
.tendersItem .markers .marker.setFavorite.inited {
	cursor:pointer;
}
.tenders .listing .list .value {
	color:#000;
}
.tenders .listing .list .lead,
.tenders .listing .list .cd {
	font:400 12px/18px 'robotolight',Arial,sans-serif;
}
.tenders .listing .list .lead {
	padding-top: 6px;
	width: 72%;
}
.tenders .listing .list3 .lead {
	width:97%;
}
.tenders .listing .list .lead+.cd {
	margin-top:6px;
}
.tenders .listing .list2 .cpv.cd {
	margin-top:17px;
}
.tenders .listing .list .cd+.cd {
	margin-top:5px;
	width:75%;
}
.tenders .listing .list .kvaziName {
	position:absolute;
	top:0;
	left:0;
}
.tenders .listing .list2 .kvaziName {
	position: static;
}
.tenders .listing .list .globalLink {
	position:absolute;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	z-index:100;
	display:none;
}
.tenders .listing .list .bidPayFree{
	position:absolute;
	bottom:0;
	right:0;
	height:70px;
	width:70px;
	background:url('/images/free.png')center center no-repeat;

}
.tendersForm {
	z-index:20;
	padding:25px 0;
}
.tendersForm .title {
	color:#585858;
	font:400 10px/10px 'robotolight',Arial,sans-serif;
	text-transform: uppercase;
	padding:0 0 17px;
}
.tendersForm .title.lotsBlockTitle {
	font:400 30px/30px "robotothin",Arial,sans-serif;
	padding: 55px 0 25px;
	color:#000;
	text-transform: none;
}
.tendersForm .title.lotsBlockTitle+.tenderLotItemElement{padding-top:0;}
.tendersForm .additionalContactPoints{margin-top:20px;}
.tendersForm .tenderItemElement.tenderLotItemElement > .title{
	font:400 18px/24px "robotobold",Arial,sans-serif;
	color:#000;
	/*text-indent:-100000px;*/
}
/*.tendersForm.contractChange  .tenderItemElement.tenderLotItemElement > .title{text-indent:0;}
.tendersForm .tenderItemElement.tenderLotItemElement > .title  > span{display:none;}
.tendersForm.contractChange .tenderItemElement.tenderLotItemElement > .title  > span{display:inline;}
.tendersForm .tenderItemElement.tenderLotItemElement > .title  > span+span+span{display:block; text-indent:0; margin-top:-20px;}*/
.tendersForm .tenderItemElement.tenderLotItemElement > .lead{
	font:400 14px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
}
.tendersForm .tenderItemElement.tenderLotItemElement{padding-top:25px;}
.tendersForm .tenderItemElement.tenderLotItemElement + .tenderItemElement.tenderLotItemElement{
	border-top: 1px solid #ddd;
	padding-top:5px;
}
.tendersForm .tenderItemElement[data-lot-status="cancelled"]{background:#eee; padding: 0 2% 2%;}
.tendersForm .tenderItemElement[data-lot-status="cancelled"] .infoBlock {display:none;}
.tendersForm .tenderItemElement[data-lot-status="cancelled"] .title {color:#6d6d6d; }
.tendersForm .tenderItemElement[data-lot-status="cancelled"] .proposition{border-top:none; margin:0; padding:0; }
.tendersForm .tenderItemElement[data-lot-status="cancelled"] .proposition h3{background: #9d9d9d none repeat scroll 0 0;  display: inline-block;  font: 400 12px/12px "robotobold",Arial,sans-serif; margin-top: 20px;    padding: 10px;}
.tendersForm .tenderItemElement[data-lot-status="cancelled"] .proposition h3 a{color:#FFF; text-decoration:none;}
.tendersForm .infoBlock:first-child {
	z-index:10;
}
.tendersForm .infoBlock  div .buttons{padding:0;}
.tendersForm .infoBlock+.infoBlock {
	margin-top:30px;
	margin-bottom:30px;
}
.tendersForm .infoBlock.balanceChange {
	margin-bottom:0;
	margin-top:20px;
}
.tendersForm .form table {
	margin-left:2%;
	position: relative;
}
.saved{
	border: 2px solid #ffb400;
	color: #414141;
	font: 400 18px/24px "robotobold",Arial,sans-serif;
	margin: -10px 0 20px;
	padding: 20px 25px 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 99%;
}
.signInfo{
	background: #ffd200;
	border:none;
	font: 400 14px/0px "robotoregular",Arial,sans-serif;
}
.signEmpty{
	background: #e5e5e5 none repeat scroll 0 0;
	color: #6d6d6d;
	font: 400 12px/24px "robotoregular",Arial,sans-serif;
	margin: -10px 0 20px;
	padding: 5px 15px 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.tendersForm .checkSign{
	border: 1px solid #00aff0;
	font: 400 12px/12px "robotolight",Arial,sans-serif;
	margin: -10px 0 20px;
	padding: 10px 15px 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.tendersForm .checkSign a{padding:2px 7px; margin-left:5px; background: #00aff0 none repeat scroll 0 0; color:#FFF; text-decoration:none; font: 400 12px/12px "robotobold",Arial,sans-serif;text-transform: uppercase;}
.saved div{font: 400 13px/24px "robotolight",Arial,sans-serif;	}
.saved a{text-decoration:none; border-bottom:1px dashed;}
.tendersForm .form .infoBlock table:after,
.tendersItem .proposition .bided table:after,
.tendersItem .qualification .list .back:after,
.msie8 .tendersForm .form .infoBlock table td:first-child:after,
.msie8 .tendersItem .proposition .bided table td:first-child:after {
	position:absolute;
	content:' ';
	top:0;
	left:-2%;
	bottom:0;
	width:1%;
	background: #9d9d9d;
}
.tendersForm .form .infoBlock table.noLine:after,
.msie8 .tendersForm .form .infoBlock table.noLine td:first-child:after {
	display:none;
}
.tendersForm .form .infoBlock table.orangeLine:after,
.msie8 .tendersForm .form .infoBlock table.orangeLine td:first-child:after {
	background: #00aff0;
}
.msie8 .tendersForm .form .infoBlock table td:first-child,
.msie8 .tendersItem .proposition .bided table td:first-child {
	position:relative;
}
.msie8 .tendersForm .form .infoBlock table td:first-child:after,
.msie8 .tendersItem .proposition .bided table td:first-child:after {
	width:3%;
	left:-7%;
}
.tendersForm .form .infoBlock table:hover::after{background:#00aff0}

.tendersForm .form table td:last-child,
.tendersForm .form table td.last-child {
	/*padding-right:35%;*/
	width:35%;
}
.tendersForm .form table td:first-child {
	/*border-left:12px solid #9d9d9d;
	padding-left:12px;*/
	width:30%;
}
.tendersForm .form .double>.error {
	position:absolute;
	top:100%;
	left:0;
}
.tendersForm .form .double .l {
	width:70%;
}
.tendersForm .form .double .r,
.bidDocuments .upload .double .r {
	width:28%;
}
#bidUploaded tr.line > td{padding-bottom:0;}
#bidUploaded tr.fileType0.line+tr.fileType0.line > td{border-top:1px solid #d4d4d4; padding-top:15px;}
#bidUploaded tr.line+tr.fileType0.line > td.last-child{border-top:none;}
#bidUploaded tr.line .docItem .inp{margin-bottom:15px;}
#bidUploaded .commands {
	white-space: nowrap;
}
#bidUploaded .commands .comandItem {
	z-index:10;
}
.tendersForm .form .double .l.half {
	width:46.75%;
}
.tendersForm .form .double .r.half {
	width:46.75%;
}
.tendersForm .buttons {
	padding:40px 0 0;
}
.tendersForm .form .double .l.noinp>div {
	/*margin-right:-6px;*/
}
.tendersForm .form .double .r.noinp>div {
	/*margin-left:-6px;*/
}
.tendersForm .form button[value="save"],
.tendersForm .form .button.save {
	background: #646c7a;
	color:#fff;
	text-align:left;
	padding-left:7px;
	position:relative;
	margin-left:0;
	width:100%;
}
.tendersForm .form .button.tenderCancelCommand {
	background: #ffd200;
	color:#000;
}
.tendersForm .form button[value="plan"]:before {
	background-position:-20px -40px;
}
.tendersForm .form button[value="save"]:before,
.tendersForm .form .button.save:before {
	content:' ';
	z-index:1;
	position:absolute;
	width:16px;
	height:16px;
	background: url(/images/icons.png) -20px 0 no-repeat;
	right:7px;
	top:50%;
	margin-top:-8px;
}
.tendersForm .form .button.save:before {
	background-position:-20px -40px;
}
.tendersForm .buttons .nameField>div {
	margin-right:3.5%;
	margin-left: -6.7%;
}

.tendersForm .form .inp.uah>div {
	margin-right: 20px;
}
.tendersForm .form .inp.uah:after {
	content:'';
	position: absolute;
	right:5px;
	top:8px;
	color:#6d6d6d;
	font:400 14px/14px 'robotoregular',Arial,sans-serif;
}
.tendersForm .form .inp.uah.percent:after {
	content: '%';
}
html[lang="en"] .tendersForm .form .inp.uah:after {
	content:'UAH';
}
.bidDocuments .upload.tenderFeatures{
	font:400 12px/18px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
}
.tendersForm .buttonAdd a,
.bidDocuments .buttonAdd a {
	display:block;
	padding:11px 0 11px 7px;
	color:#fff;
	font:400 12px/12px 'robotobold',Arial,sans-serif;
	background: #9d9d9d;
	text-transform: uppercase;
	text-decoration: none;
}
.bidDocuments .result{ padding-top: 50px; font:400 12px/12px "robotolight",Arial,sans-serif; color:#6d6d6d;}
.bidDocuments .result div:first-child{font:400 14px/18px "robotobold",Arial,sans-serif; padding-bottom:5px;color:#000;}
.tendersForm .docItem.fileType0 .nameField {
	color:red;
}
.tendersItem .docItem.oldVersion .nameField,
.tendersItem .docItem.oldVersion a,
.bidDocuments .docItem.oldVersion .nameField,
.bidDocuments .docItem.oldVersion a {
	text-decoration: line-through;
	color:#ccc;
}
.tendersItem .docItem.oldVersion a{padding-left:0;}
.tendersItem .docItem.oldVersion a.icon_download:before{background:none;}
.tendersItem .docItem.oldVersion .nameField .publicateID{display:none;}
.tendersItem .docItem.oldVersion td,
.bidDocuments .docItem.oldVersion a {
	padding-left:30px;
}

.bidDocuments .docItem .label,
.bidDocuments .newDocTitle .label {
	position:absolute;
}
.bidDocuments .newDocTitle .label {
	top:13px;
}
.bidDocuments .docItem .label~*,
.bidDocuments .newDocTitle .label~* {
	margin-left:20px;
}

.tendersItem .tender_print_limited{border-top: 1px solid #ddd;    margin-top: 10px;    padding-top: 10px;}
.tendersItem .tender_print_limited a{color:#000;}
#modal .helpahtung {border: 1px solid #ffd200;   font-size: 12px;    font-weight: bold;    margin-bottom: 15px;    padding: 10px 5px;    padding: 5px;    text-align: center;}
.tendersForm .docItem .commands a,
.tendersForm .docItem .commands .comandItem,
#modal .modalFilesCommands a,
#modal .modalFilesCommands .comandItem {
	display:inline-block;
	height:15px;
	width:15px;
	margin-top: 9px;
	padding:0;
	overflow:visible;
}
#modal .helpok{padding-top:25px;}
#modal .helpok a{display: inline-block;padding:5px 14px; background:#00aff0; text-decoration: none; color:#FFF !important;font:400 15px/20px "robotoregular",Arial,sans-serif}
#modal .modalFilesCommands a,
#modal .modalFilesCommands .comandItem {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:0;
}
#modal .modalFilesCommands {
	width:50px;
}
#modal .bidDocuments .upload form .resolutionType{font: 400 13px/23px "robotolight",Arial,sans-serif;    padding-top: 4px;}
#modal .bidDocuments .upload form .resolutionType .r_item +.r_item {margin-left:15px;}

#modal .bidDocuments h4{font:400 13px/12px "robotobold",Arial,sans-serif; color: #000;padding:15px 0 0; text-transform:uppercase;}
#modal .bidDocuments {margin-right:15px;}
#modal .bidDocuments .upload form.upload_form table:first-child td,
#modal .bidDocuments.bidAward .upload form table td.noFiles{font:400 13px/12px "robotolight",Arial,sans-serif; color: #6d6d6d;padding:15px 0;}
#modal .bidAward .upload .nameLead{font-size: 12px;    line-height: 18px;    padding-top: 3px;}
#modal .bidDocuments .upload table{margin-top:15px;}
#modal .bidDocuments .docItem + .docItem td{border-top:1px solid #d4d4d4;}
#modal .bidDocuments a{color:#6d6d6d !important;font-size:14px;}
#modal .bidDocuments a:hover{color:#000 !important;}
#modal .bidDocuments .upload form h2,
#modal .bidDocuments .upload div.bidName{padding:0 0 10px 0;}
#modal .bidDocuments .upload .bidName{padding-top:15px; font:400 13px/12px "robotobold",Arial,sans-serif; text-transform:uppercase; color:#6d6d6d;}
#modal .bidDocuments .upload form table{margin-top:0;}
#modal .bidDocuments .upload form+form{margin-top:20px;}
#modal .bidDocuments .upload form table .line.submitButton td{padding-top: 10px}
#modal .bidDocuments .upload form .lastError{padding-top:10px;}
#modal .bidDocuments .upload .confidentialityRationale{color: #6d6d6d;    font: 400 12px/14px "robotoregular",Arial,sans-serif;    padding-top: 5px;}
#modal .bidDocuments .upload .confidentialityRationale span:first-child{background: #ffd200;    color: #000;    display: inline-block;    font-size: 10px;    margin-right: 5px;    padding: 3px;    text-transform: uppercase;}
#modal .bidDocuments .upload form .lastError span{font:400 12px/17px "robotobold",Arial,sans-serif; color:#6d6d6d;}
#modal .bidDocuments .upload form .lastError span+span{font:400 12px/17px "robotolight",Arial,sans-serif;}
#modal .bidDocuments .upload.tenderFeatures .line.features td{padding-top:30px;width:45%}
#modal .bidDocuments .upload.tenderFeatures .line.features td.nameField div{color:#000;font:400 12px/16px "roboto",Arial,sans-serif; width:50%;}
#modal .bidDocuments .upload.tenderFeatures .line.features td+td{vertical-align:top;}
#modal .bidDocuments .upload.tenderFeatures .line.features .featureEnum{font: 400 12px/16px "roboto",Arial,sans-serif; color:#000;}
#modal .bidDocuments .upload.tenderFeatures .line.features td.nameField .featureDescr{color:#6d6d6d;font:400 12px/15px "robotolight",Arial,sans-serif; padding-top:5px;}
#modal .bidDocuments .upload.tenderFeatures .line.features td.nameField div.featureRelatedItem{padding: 2px 5px 1px; background: #ddd;font:400 10px/15px "robotobold",Arial,sans-serif; text-transform:uppercase; color:#000; position:absolute;margin-top:-20px;width:98.5%;}
#modal .bidDocuments .upload.tenderFeatures table{padding-bottom:10px;}
#modal .bidDocuments .featureTotal{padding-top:10px;}
#modal .bidDocuments .featureTotal .featureSum{font:400 12px/16px "roboto",Arial,sans-serif;}
#modal .bidDocuments .featureTotal .bidSum{font:400 12px/16px "robotobold",Arial,sans-serif; padding-top:5px;}
#modal .bidDocuments .featureTotal .featureInfo{color: #6d6d6d;    font: 400 12px/15px "robotolight",Arial,sans-serif; padding-top: 25px;text-align:center;}

.mertBlock{border:1px solid #ffd200; margin-top:25px;}
.MERT_msg{border-top: 1px solid #ddd;    margin: 20px auto 0px;    padding-top: 10px;    text-align: center;    width: 75%; text-transform:none;}
#modal .bidDocuments .mertBlock h4{text-align:center; padding-top:30px;}
.mertBlock div.MERT_msg{text-align: center; padding-top: 20px;padding-bottom:20px;}
.mertBlock div.sign_now{padding:20px 0;text-align: center;}
.mertBlock div.sign{padding-bottom:20px;text-align: center;}
#modal .bidDocuments .mertBlock div.sign a.tenderSignCommand{
	background: #ffd200;
	color: #000 !important;
	display: inline-block;
	font:400 12px/12px "robotobold",Arial,sans-serif;
	padding:10px 0;
	text-transform: uppercase;
	width: 150px;
}
#modal .bidDocuments .mertBlock div.sign a.tenderSignCommand:hover{text-decoration:none;}
.tendersForm .docItem .commands .comandItem a {
	margin-top:0;
}
.tendersForm .docItem .commands a+a,
.tendersForm .docItem .commands a~.comandItem,
.tendersForm .docItem .commands a~* .comandItem {
	margin-left:10px;
}
.tendersForm .docItem .commands .icon_view,
#modal .modalFilesCommands .icon_view {
	width:22px;
}
.tendersForm .bad .choiceClass {
	color:#ffb400;
}
.tendersForm input.date {
	position: relative;
	z-index: 100;
	background: transparent !important;
}
.tendersForm .icon_calendar:before,
.tendersForm .icon_time:before {
	left:auto;
	right:7px;
	top:50%;
	margin-top:-10px;
	z-index:1;
	height:18px;
}
.tendersForm .icon_time:before {
	margin-top:-8px;
	height:17px;
}
.tendersForm .icon_calendar .validateIcon {
	right:30px;
}
.tendersForm .icon_time .validateIcon {
	right:27px;
}
.tendersItem .form .line + .line td {
	padding-top: 0px;
}
.tendersItem .form .line.propositionBidDocsTitle .nameField,
.tendersItem .form .line.propositionBidLotTitle .nameField{font:400 15px/18px "robotobold",Arial,sans-serif; color:#000; text-transform:uppercase;padding:15px 0 0;}
.tendersItem .form .line.propositionBidDocsTitle  td{padding-top:15px;}
.tendersItem .form .line.propositionBidDocsTitle  td.last-child{border-top:none;}

.tendersItem .taxIncluded {
	color:#6d6d6d
}
.tendersItem .titlePage{
	display:none;
}
.tendersItem .titlePage .title {
	color:#6d6d6d;
	font:400 16px/16px 'robotobold',Arial,sans-serif;
	text-transform: uppercase;
}
.tendersItem h1 {
	padding:0;
	color:#000;
	font:400 36px/48px 'robotothin',Arial,sans-serif;
	text-transform: none;
}
.tendersItem .topInfo {
	width:85%;
}
.tendersItem .subMenu+.topInfo{
	margin:0 0 0 1.5%;
	width:98.5%
}
.tendersItem .reglamentLink{
	padding:15px 25px;
	text-align:center;
	border:1px solid #ffd200;
	font: 400 13px/18px "robotolight",Arial,sans-serif;
	margin-top: 25px;
}
.tendersItem .tenderDescr {
	font:400 14px/24px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
	padding-top: 0;
	width: 70%;
	padding-bottom:35px;
}
.tendersItem .docItem a {
	display:inline-block;
	padding-left:28px;
	color:#000;

	overflow:hidden;
	padding-bottom:0px;
	word-wrap: break-word;
}
.tendersItem .docItem .docRelation a {
	padding:0;
	max-width: none;
	overflow:visible;
}
.tendersItem .docItem .nameField .sizelimit,
#bidUploaded .nameField .sizelimit,
.tendersForm .docItem .nameField .sizelimit {
	display:inline-block;
	max-width:250px;
	overflow:hidden;
	position:relative;
	padding-bottom:2px;
}
.tendersForm .docItem .nameField>div{font-size:12px;}
.tendersForm .multiBlock[data-multiitems="1"] .tenderItemElement .delCommandParent {
	display:none;
}
.tendersForm #multiFeatures[data-multiitems="1"] .addNewItem {
	margin-top:30px;
}
#bidUploaded .nameField .sizelimit {
	padding-top:8px;
}

.tendersItem .rightPanel {
	top:0;
	right:0;
	margin-right: -1.5%;
	padding: 5px 1.5% 5px 2%;
	width: 24.5%;
	text-transform: uppercase;
	color:#000;
	font:400 14px/14px 'robotolight',Arial,sans-serif;
}

.tendersItem .status {
	font:400 14px/14px 'robotobold',Arial,sans-serif;
	position:absolute;
	text-transform: none;
}
.tendersItem .status .substatus{
	font:400 10px/14px 'robotoregular',Arial,sans-serif;
	padding-top:5px;
}
.tendersItem .status .statusEnd {
	color:red;
	font:400 11px/14px 'robotoregular',Arial,sans-serif;
}
.tendersItem .status .bidHistory {
	margin-top:20px;
}
/*.tendersItem .status>*:first-child {
	font:400 10px/10px 'robotolight',Arial,sans-serif;
}*/
.tendersItem .status .statusItem+.statusItem {
	margin-top:17px;
}
.tendersItem .status .statusItem .statusName {
	color:#7c8993;
	font:400 11px/12px 'robotobold',Arial,sans-serif;
	text-transform: uppercase;
	float:left;
	width:65%;
}
.tendersItem .status .statusItem .statusDate {
	float:right;
	text-align: right;
	max-width: 39%;
	color:#7c8993;
	font:400 12px/12px 'robotolight',Arial,sans-serif;
}
.tendersItem .status .statusItem.active {
	background: #ffd200;
	padding:10px 6.5% 10px 8%;
	margin:0 -6.5% 0 -8%;
}
.tendersItem .status .statusItem+.statusItem.active,
.tendersItem .status .statusItem.active+.statusItem {
	margin-top:10px;
}
.tendersItem .status .statusItem.active+.statusItem.active {
	margin-top:0;
	padding-top:0;
}
.tendersItem .status .statusItem.active .statusName {
	color:#000;
	font:400 11px/16px 'robotobold',Arial,sans-serif;
}
.tendersItem .status .statusItem.active .statusDate {
	color:#000;
	font:400 12px/16px "robotobold",Arial,sans-serif;
}
.tendersItem .status .statusItem.active .statusInfo {
	color:#d30000;
	font:400 12px/15px "robotolight",Arial,sans-serif;
}
.tendersItem .status .timerCountersParent {
	/*position:absolute;
	left:0;
	right:0;
	top:100%;*/
	margin-top:20px;
}
.tendersItem .status .timerCountersParent .timerTitle{
	font:400 11px/14px 'robotoregular',Arial,sans-serif;
	text-align:center;
	text-transform:uppercase;
}
.tendersItem .status .timerCountersParent .timerCounters{
	padding-top:10px;
	text-transform:uppercase;
}
.tendersItem .status .timerCountersParent .timerCounters .counter{
	font:400 24px/30px 'robotoregular',Arial,sans-serif;
	display:inline-block;
	text-align:center;
	width:22%;
	border:1px solid #eee;
	padding:5px 0 10px;
}
.tendersItem .status .timerCountersParent .timerCounters .counter .counterTxt{
	font:400 10px/14px 'robotobold',Arial,sans-serif;
	display:block;
}
.tendersItem .enquiries.floatMenu {
	right:0;
	position:absolute;
	bottom:0;
	top:auto;
	margin-bottom:20px;
}
.tendersItem .enquiries .rightPanel {
	margin-top:-38px;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	right: -0.2%;
	width: 27.9%;
}
.z10 {
	z-index: 10;
}
.ug_guest .tendersItem .z10 {
	margin-top:60px;
}
.tendersItem .enquiries .links a {
	font:inherit;
	color: inherit;
	display: inline-block;
	position:relative;
	text-decoration: none;
	/*padding-right:25px;*/
}
.tendersItem .enquiries .links a:hover>span:first-child {
	text-decoration: none;
	color:#000;
}
.tendersItem .enquiries .links .active a:hover>span:first-child {
	text-decoration: none;
}
.tendersItem .enquiries .links a .count {
	padding:2px 3px 3px;
	margin-left:3px;
	text-align: center;
	background:#ffd200;
	font-weight:bold;
}
.tendersItem .enquiries .rightPanel .link {
	/*padding:15px;
	margin-left:-5px;
	padding:20px 15px 20px 25px;*/
	padding:20px 15px;
	margin-left:0;
	position:relative;
}
.tendersItem .enquiries .link.active .count {
	display:none;
}
.bigSubmenu .subMenu .menu .item+.item:before {
	content:' ';
	position: absolute;
	top:10px;
	bottom:15px;
	left:0;
	width:1px;
	background: #999;
}
/*.tendersItem .enquiries .link.active:before,
.tendersItem .enquiries .link.active:after {
	content: " ";
	position: absolute;
	left: -7px;
	bottom:0;
	z-index: -1;
	background: url(/images/tab.png) left bottom no-repeat;
	width:9px;
	height:49px;
}

.tendersItem .enquiries .link.active:after {
	left:auto;
	right:-7px;
	background-position: right bottom;
}
*/
.tenders .subMenu.langSwitcher .menu{margin:0;}
.tendersItem .enquiries .link.active:before,
.tendersItem .enquiries .link.active:after,
.tenders .subMenu .menu .item.active:before,
.tenders .subMenu .menu .item.active:after,
.tenders .subMenu.langSwitcher .menu input:checked~span:before,
.tenders .subMenu.langSwitcher .menu input:checked~span:after {
	content:' ';
	position:absolute;
	top:0;
	bottom:-1px;
	width:1px;
	background: #e5e5e5;
	left:0;
	z-index:10;
	height:auto;
}
.tenders .subMenu .menu .item.active:before,
.tenders .subMenu .menu .item.active:after,

.tenders .subMenu.langSwitcher .menu input:checked~span:before,
.tenders .subMenu.langSwitcher .menu input:checked~span:after {
	bottom:0;
}
.tendersItem .enquiries .link.active:after,
.tenders .subMenu .menu .item.active:after,
.tenders .subMenu.langSwitcher .menu input:checked~span:after {
	left:auto;
	right:0;
}
.tendersItem .enquiries .link.active,
.tenders .subMenu .menu .item.active,
.tenders .subMenu.langSwitcher .menu input:checked~span>.back {
	background:#FFF;
	/*padding-right:35px;*/
	padding-right:30px;
	/*padding:20px 15px;
	padding:20px 25px 20px 6.3%;
	margin-left:0;*/
	border-top:3px solid #00aff0;
	position:relative;
	color:#00aff0;
	z-index:1000;
	margin-top:-7px;
	height:18px;
}
.tendersItem .enquiries.floatMenu .link+.link {
	margin-left:10px;
}
.tendersItem .enquiries .links a:after {
	content: " ";
	position: absolute;
	right: 0;
	top: -1px;
	/*z-index: -1;*/
	/*background: url(/images/icons.png) 0 -60px no-repeat;*/
	width:20px;
	height:20px;
}
.tendersItem .enquiries .links .active a:after {
	display:none;
}
.tendersItem .enquiries .links .active a:first-child {
	text-decoration: none;
	cursor: text;
}
.tendersItem .enquiries .links .active a+a {
	position: absolute;
	right: 6px;
	top: 19px;
	z-index: 10;
	background: url(/images/icons.png) -45px -20px no-repeat;
	width:15px;
	height:15px;
	padding:0;
}


.tendersItem .enquiries .list {
	/*overflow: hidden;
	height:0;

	-webkit-transition:height 0.5s ease-out;
	-moz-transition:height 0.5s ease-out;
	-o-transition:height 0.5s ease-out;
	transition:height 0.5s ease-out;*/
}

.tendersItem .enquiries .list .item:first-child {
	padding-top:56px;
}
.tendersItem .enquiries .list .empty .question{
	font:400 14px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
	text-align:center;
	padding-right:0;
}
.tendersItem .enquiries .list .item:first-child .question:before {
	content:' ';
	border-top:1px solid #dadada;
	position:absolute;
	top:-35px;
	left:0;
	right:-1.7%;
	z-index:-1;
}
.tendersItem .enquiries .list .item+.item {
	margin-top:73px;
}
.tendersItem .enquiries .list .date {
	color:#585858;
	font:400 10px/10px 'robotolight',Arial,sans-serif;
	padding:0 0 15px;
	text-transform: uppercase;
}
.tendersItem .enquiries .list .text {
	color:#000;
	font:400 14px/24px 'robotoregular',Arial,sans-serif;
	padding:0;
}
.tendersItem .enquiries .list .question {
	padding-right:35%;
}
.tendersItem .enquiries .list .addQuestion .question {
	padding-right:0;
}
.tendersItem .enquiries .list .question .date {
	padding:0 0 5px;
}
.tendersItem .enquiries .list .question .name{
	padding-bottom:5px;
}
.tendersItem .enquiries .list .answer {
	padding:8px 0 0;
}
.tendersItem .enquiries .list .answer:after {
	background: none repeat scroll 0 0 #9d9d9d;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	top: 30px;
	width: 1%;
}
.tendersItem .enquiries .list .answer .text {
	color:#6d6d6d;
	font-style: italic;
	margin:0 35% 0 2%;
	padding:0 0 8px;
}
.tendersItem .enquiries .list .answer_form {
	margin-top:-3px;
}
.tendersItem .enquiries .list .answer_form .buttons{padding:0;}
.tendersItem .enquiries .list .loading {
	height:100px;
}
.tendersItem .enquiries .addQuestion {
	margin-top:73px;
	padding-top:0 !important;
}
.tendersItem .enquiries .addQuestion.item:first-child .question:before {
	display:none !important;
}
.tendersItem .enquiries .addQuestion .inp+.inp {
	margin-top:19px;
}
.tendersItem .enquiries .addQuestion .buttons {
	/*padding-top:19px;
	padding-left:70%;*/
}
.tendersItem .enquiries .answer .buttons {
	/*padding-top:19px;
	padding-left:70%;*/
}
.tendersItem .proposition {
	margin:43px 0 0;
	padding:45px 0;
	border-top:1px solid #ddd;
}
.tendersItem .tenderItemElement.tenderLotItemElement .auctionLink{
	border-top:0;
	padding:0;
	margin:20px 0 0;
}
.tendersItem .tenderItemElement.tenderLotItemElement .auctionLink h3{padding-left:0;}

.tendersItem .proposition .timeEnd{
	display:none;
}
.tendersItem .proposition form .minHeight {
	min-height:200px;
}
.tendersItem .proposition form .maxPrice,
.tendersItem .proposition form .bidInvoice{color:#6d6d6d; font:400 12px/18px "robotolight",Arial,sans-serif;}
.tendersItem .proposition>.back {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:350px;
	max-height: 100%;
	z-index:-1;

	background-image: linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #fff),
		color-stop(1, #e5e5e5)
	);

	-pie-background: linear-gradient(#e5e5e5, #fff);
	behavior: url(/css/PIE.htc);
}
.tendersItem .proposition h3 {
	color:#000;
	font:400 30px/30px 'robotobold',Arial,sans-serif;
	padding:0 2% 25px;
	text-transform: uppercase;
}
.tendersItem .auctionLink h3 {
	padding-bottom:0;
}
.tendersItem .auctionLink h3+h3{

}
.tendersItem .proposition form .line.propositionBidLot .lotTitle:before{content:'«';}
.tendersItem .proposition form .line.propositionBidLot .lotTitle:after{content:'»';}
.tendersItem .proposition form .line.propositionBidLot .lotTitle{font:400 14px/20px 'robotobold', Arial,sans-serif;}
.tendersItem .proposition form .line:first-child td .pb {
	padding-bottom:0px;
}
.tendersItem .proposition form .line:first-child td .pb .error {
	margin-top:-20px;
}
.propositionFeatures{padding-top:30px;}
.propositionFeatures .line td .pb {
	padding-top:24px;
	border-top:1px solid #d4d4d4;
}
.tendersItem .proposition form .propositionFeatures table tr:first-child > td{padding:0;}

.tendersItem .proposition form button[value="save"] {
	background-color: #ffb400;
	color:#000;
}
.tendersItem .proposition form button[value="unbid"],
.tendersItem .proposition form button[value="bid"] {
	background-color: #9d9d9d;
	color:#fff;
	text-align: left;
	padding-left:7px;
}
.tendersItem .proposition button.icons:before {
	left:auto;
	right:7px;
	top:50%;
	margin-top:-7px;
}
.tendersItem .proposition .docItem+.docItem {
	margin-top:5px;
}
.tendersItem .proposition .bidAmount {
	color:#000;
	font:400 30px/30px 'robotobold',Arial,sans-serif;
}
.tendersItem .proposition .bided h3 {
	color:#6d6d6d;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.tendersItem .proposition .bided td {
	padding-bottom: 0;
}
.tendersForm .form table.payVariants {
	margin:0;
	width:100%;
}
.tendersForm .form table.payVariants .column {
	width:48%;
	vertical-align: top;
	text-align:center;
}
.tendersItem .proposition .bided~.hide_onBided,
.tendersItem .proposition .bided~.hideInside_onBided .hide_onBided,
.tendersItem .proposition .bided.bidEdit~.hideInside_onBided .show_onBided,
.tendersItem .proposition .bided.bidEdit {
	display:none;
}
.tendersItem .proposition .bided.bidEdit~.hide_onBided,
.tendersItem .proposition .bided.bidEdit~.hideInside_onBided .hide_onBided,
.tendersItem .proposition .bided~.hideInside_onBided .show_onBided {
	display:block;
}
.tendersItem .proposition .bided ~ .hideInside_onBided .show_onBided,
.tendersForm .ahtung {
	text-align:center;
	border:1px solid #ffb400;
	padding:20px;
	margin:30px 0;
	font:400 14px/20px "robotolight",Arial,sans-serif;
}
.tendersItem .proposition .bided ~ .hideInside_onBided .show_onBided{margin:30px 25px;	}
.tendersItem .proposition .selfQualificate{border-top:1px solid #d4d4d4; margin-top:30px; width:96%;padding-top:20px}
.tendersItem .proposition .selfQualificate label{font:400 12px/25px "robotolight",Arial,sans-serif; }
.tendersItem .proposition .selfQualificate label input[type="checkbox"]~span{background-position:0 -18px;}
.tendersItem .proposition .selfQualificate label input[type="checkbox"]:checked~span{background-position:0 5px;}
.tendersForm .tenderTypeAction_features .ahtung {
	float: right;
	margin: -8% 7% 2%;
	width: 20%;
	position:absolute;
	right:0;
}
.tendersItem .proposition .bided ~ .hideInside_onBided .show_onBided .payVariantsTitle{
	display:inline-block;
	font:400 16px/14px "robotobold",Arial,sans-serif;
	text-transform:uppercase;
	padding:10px 0;
}
.tendersItem .proposition .bided ~ .hideInside_onBided .show_onBided .payVariantsLead+.payVariantsLead{padding-top:15px;font:400 14px/20px "robotobold",Arial,sans-serif;}
.tendersItem .proposition .bided td {
	padding-top:0;
}
.tendersItem .proposition .bided table:after {
	background:#ffb400;
}
/*.tendersItem .proposition .disableRemove+* .commands .delete,*/
.tendersItem .proposition .commands .notPublicated {
	display:none;
}
.tendersItem .proposition .disableRemove+* .commands .notPublicated {
	display:inline-block;
}

.tendersItem .qualification {
	min-height:250px;
}
.tendersItem .qualification .changeStatus {
	background:#00aff0;display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 36%;
	font: 400 12px/12px "robotobold",Arial,sans-serif;
	margin-top:30px;
}
.tendersItem .qualification .changeStatus.changeStatusWaiting{
	border: 1px solid #ffd200;
	color: #000;
	font: 400 13px/14px "robotoregular",Arial,sans-serif;
	margin-top: 30px;
	padding: 30px 0;
	text-align: center;
	text-transform: none;
	width: 100%;
	background:none;
}
.tendersItem .qualification .changeStatus a.setDone{color:#FFF;}
.tendersItem .qualification .changeStatus a.setDone:hover{text-decoration:none;}
.tendersItem .qualification+.qualification{margin-top:0;}
.tendersItem .qualification  .lotName{
	font: 400 18px/24px "robotobold",Arial,sans-serif;
	padding: 0 2% 5px;
	text-transform: uppercase;
}
.tendersItem .qualification .list {
	padding-bottom:25px;
}
.tendersItem .qualification .list .item {
	color:#000;
	font:400 13px/14px 'robotoregular',Arial,sans-serif;
	padding:12px 2%;
}
.tendersItem .qualification .list .item .complaintPeriod{background: #ddd;    color: #555;    /*margin-bottom: -12px;*/    margin-top: 10px;    padding: 4px;    text-align: center; font:400 11px/14px "robotobold",Arial,sans-serif;}
.tendersItem .qualification .list .item.active {
	z-index:10;
}
.tendersItem .qualification .list .item+.item {
	margin-top:2px;
}
.tendersItem .qualification .list .item+.item:before {
	content:' ';
	position:absolute;
	top:-2px;
	left:2%;
	right:2%;
	height:1px;
	background:#d4d4d4;
	z-index:-1;
}
.tendersItem .qualification .list .qhead {
	color:#585858;
	font:400 10px/10px 'robotolight',Arial,sans-serif;
	text-transform:uppercase;

}
.tendersItem .qualification .list .l{color:#6d6d6d;}
.tendersItem .qualification .list .l+.l {
	margin-left:1%;
}
.tendersItem .qualification .list .num {
	width:1%;
}
.tendersItem .qualification .list .name {
	width:25%;
}
.tendersItem .qualification .list .amount {
	width:13%;
}
.tendersItem .qualification .list .bstatus {
	width:14%;
}
.tendersItem .qualification .list .docs.l {
	min-height:1px;
	width:8%;

}
.tendersItem .qualification .list .docs.qc {
	white-space:nowrap;
	width:15%;
	margin-left:0;
}
.tendersItem .qualification .list .docs.l,
.tendersItem .qualification .list .docs.gc{width:auto;}
.tendersItem .qualification .list .docs a{dispay:inline-block; float:left; text-decoration:none; color:#6d6d6d; text-transform:uppercase; font-size:11px; background:#d4d4d4; padding:4px 5px;margin-top:-4px;}
.tendersItem .qualification .list .docs.qc a{margin-left:5px;}
.tendersItem .qualification .list .docs.qualificationBidFeatureAmount a{
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	color: #000;
	background:none;
}
.tendersItem .qualification .list .docs.qualificationBidFeatureAmount  a > span {
	border-bottom: 1px dashed #000;
}
.tendersItem .qualification .list .qualificationBidFeatureAmount a:hover>span{
	border-bottom-color:transparent;
}

.tendersItem .qualification .list .docs.qc a:hover{color:#000;}
.tendersItem .qualification .list .docs.qc a+a {
	margin-left:5px;
}
.tendersItem .qualification .list .docs a {
	color:inherit;
	display:inline-block;
}
.tendersItem .qualification .list .award {
	width:22%;
	margin-top:-4px;
}
.tendersItem .qualification .list .award.short {
	width:14%;
}
.tendersItem .qualification .list .back {
	position:absolute;
	top:-2px;
	left:0;
	bottom:-2px;
	right:2%;
	z-index:-1;
	background:#fff;
	z-index:-1;
}
.tendersItem .qualification .list .back:after {
	background:#00aff0;
	top:0;
	bottom:0;
	left:0;
}
.tendersItem .qualification .list .award .awardActionItem+.awardActionItem {
	margin-top:10px;
}
.tendersItem .qualification .list .award a {
	display:block;
	text-align:center;
	padding:5px;
	color:#000;
	font:400 10px/12px "robotoregular",Arial,sans-serif;
	text-transform:uppercase;
	background:#ffd200;
	margin:0 !important;
}
.tendersItem .qualification .list .award .buttonInfo{
	color: black;
	text-align: left;
}
.tendersItem .qualification .list .award .awardActionItem a{margin-left:1.5%;}
.tendersItem .qualification .list .award a:hover{text-decoration:none;}
.tendersItem .qualification .list .award.short a {
	width:100%;
	font-size: 11px;
	line-height: 12px;
}
.tendersItem .qualification .list .award.short a:hover{
		text-decoration:none;
}
.tendersItem .qualification .list .award a.grey {
	color:#fff;
	background:#9d9d9d;
}
.tendersItem .qualification .list .awardHistory .awardHistoryList {
	display:none;
}
.tendersItem .qualification .list .awardHistory.opened .awardHistoryList {
	display:block;
	min-height: 20px;
}

.bidDocuments {

}
#modal .bidDocuments .infoBlock h3{font: 400 14px/20px "robotobold",Arial,sans-serif;    padding: 10px 0 0;}
/*#modal .bidDocuments .upload form{padding-top:10px;}
#modal .bidDocuments .upload form .noborder td.nameField{padding-top: 20px;}*/
#modal .bidDocuments .upload form .noborder td.nameField.singlttl{color:#000; font: 400 14px/20px "robotobold",Arial,sans-serif;text-transform:uppercase;padding-bottom:0;}
#modal .cancelInfo .modalFilesCommands {
	display:none;
}
#modal .bidDocuments .noborder .mntxt{padding:15px 0;}

.bidDocuments .title {
	color:#000;
	font:400 40px/45px "robotobold",Arial,sans-serif;
	text-transform:uppercase;
	padding:0;
}
#modal .bidDocuments h2{
	font: 400 24px/30px "robotobold",Arial,sans-serif;
	padding: 15px 0 0;
}
#modal .bidDocuments .contractInfo table{margin-top: 5px;padding-top:5px;padding-bottom:5px;}
#modal .bidDocuments .contractInfo + .upload>table{border-top:none;margin-top: 0;}
.bidDocuments .bidName {
	color:#000;
	font:400 14px/18px 'robotoregular',Arial,sans-serif;
}
.bidDocuments .forTender {
	color:#000;
	font:400 14px/18px 'robotoregular',Arial,sans-serif;
}
.bidDocuments .forTender > span+span{
	font:400 14px/18px 'robotobold',Arial,sans-serif;
}
.bidDocuments .forTender > span+span:before,.bidDocuments .forTender > span+span:after{
	content:'"';
}
.bidDocuments .lead {
	color:#6d6d6d;
	font:400 12px/12px 'robotolight',Arial,sans-serif;
	margin-top:11px;
}
.bidDocuments .lead.lot{font:400 14px/18px "robotobold",Arial,sans-serif; text-transform:uppercase; color:#000;}
.bidDocuments .lead.lot span+span:before, .bidDocuments .lead.lot span+span:after{content:'"'}
.bidDocuments .lead+.lead {
	margin-top:7px;
	margin-bottom:15px;
}
#modal .bidDocuments .checkSign{float: left;text-align: left; width: 49%;}
#modal .bidDocuments .contractLink{float: right;text-align: right; width: 49%;}
#modal .bidDocuments .publicateDate{color: #6d6d6d; font: 400 12px/12px "robotolight",Arial,sans-serif; margin-top:5px;}
#modal .bidDocuments .contractLink a,
#modal .bidDocuments .checkSign a{
	background: #d4d4d4;
	display: inline-block;
	font: 400 12px/12px "robotobold",Arial,sans-serif;
	margin-top: 20px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.bidDocuments table {
	width:100%;
	margin-top:25px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
.bidDocuments form table.noborder {
	border:none;
}
.bidDocuments form .wantSignInfo{border: 1px solid #ffd200 ;    margin: 15px 0;    padding: 10px;    text-align: center;}
.bidDocuments .docItem td {
	padding:10px 0 !important;
	color:#000;
	font:400 13px/14px 'robotoregular',Arial,sans-serif;
}
.bidDocuments .docItem+.docItem td {
	border-top:2px solid #d4d4d4;
}
.bidDocuments td.nameField {
	width:40%;
}
.bidDocuments td.space {
	width:5%;
}
.bidDocuments td a.icon_download {
	color:#6d6d6d;
	display:block;
	text-decoration:none;
}
.bidDocuments td a.icon_download:hover{
	color:#000;
}
.bidDocuments td a.icon_download:before {
	right:0;
	left:auto;
}
.bidDocuments .upload form .line:first-child td {
	padding-top:0;
}
.bidDocuments .upload form .line:first-child td.nameField {
	padding-top:6px;
	padding-bottom:0;
}
.bidDocuments .upload form .line td .awardSwitch{font:400 13px/24px "robotoregular",Arial,sans-serif;}
.bidDocuments .upload form .line td .awardSwitch .bad{font-weight:normal;}
.bidDocuments .upload form .line td .awardSwitch .error{display:none !important;}
.bidDocuments .upload form .line td.nameField.cause{padding-top:20px;padding-bottom:10px;}
.bidDocuments .upload form .line td.singl{padding-top:10px;}
.bidDocuments .upload .double .l {
	width:69%;
}
.bidDocuments .upload .double .l.wantSignIt {
	width:139%;
	margin-left:-70%;
	font:400 13px/24px "robotoregular",Arial,sans-serif;
	margin-top: 5px;
}
.bidDocuments .buttonAdd a {
	padding:10px 0 10px 7px
}
.bidDocuments input[type="file"] {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index:-1000;
	opacity:0;
}
.msie.msie8 .bidDocuments input[type="file"]{
	position:static;
	width:auto;
	height:auto;
}
.msie.msie9 .bidDocuments input[type="file"],
.msie.msie10 .bidDocuments input[type="file"] {
	z-index:100;
	width:100%;
	height:100%;
	opacity:.8;
}
.msie.msie8 .bidDocuments input.uploadFileClick {
	display:none;
}
.bidDocuments .upload td.space {
	width:1.4%;
}
.bidDocuments .upload form button {
	padding:9px 0;
	height: 32px;
}
.bidDocuments .upload .fname {
	font-size:12px;
	color: #6d6d6d;
}
.bidDocuments .upload  form.upload_form .noborder td.nameField,
h2+ .noborder td.nameField,
.bidDocuments .newDocTitle+ .noborder td.nameField,
.bidDocuments .upload#qualificationMyBid  form .noborder td.nameField{
	padding-top:0 !important;
}
.bidDocuments .upload#qualificationMyBid .mertBlock  div.sign{padding:10px 0;}
.bidDocuments .upload .bidName {
	padding:25px 0 5px;
}
.bidDocuments .upload .bidName+table {
	margin-top:0;
}

.bidAward form .inp textarea {
	height:100px;
}
.bidAward .upload {
	/*padding:20px 0 0;*/
}
.bidDocuments .cronTabProcess{
	color: #000;
	font-size: 15px;
	padding: 20px 0 0;
	text-align: center;
}
.tenders .filter {
	margin: 15px -1.5% 0;
	padding: 35px 1.5%;
	background:#f0f0f0;
	border:1px solid #e5e5e5;
	overflow: hidden;
}
.tenders .filter.nyashaSearch {
	padding-bottom: 0;
}
.tenders .filter.nyashaSearch+.sorting {
	margin-top:10px;
}
.tenders .filter>form {
	display:block;
	margin:0 -1px;
	position: relative;
}
.tenders .filter .l {
	width:39.5%;
}
.tenders .filter .l.big {
	width:54%;
}
.tenders .filter .l:first-child {
	width:30%;
	margin-right:2%;
}
.tenders .filter .r {
	margin-right: -1.5%;
	padding: 0 1.5% 0 2%;
	width: 24.5%;
	/*margin-top: 54px;*/
}
.tenders .filter .r .r {
	padding:0;
}
.tenders .filter td {
	padding:0;
}
.tenders .filter form .line:first-child td {
	padding:0;
}
.tenders .filter .nameField {
	color:#585858;
	font:400 10px/10px 'robotolight',Arial,sans-serif;
	text-transform:uppercase;
	padding-top:13px !important;
}
.tenders .filter form .line + .line td {
	padding-top:22px;
}
.tenders .filter form .line + .line td.nameField {
	padding-top:35px !important;
}
.tenders .filter .line+table {
	margin-top:22px;
}
.tenders .filter .line+table td {
	width:47%;
}
.tenders .filter .line+table td.space {
	width:auto;
}
.tenders .filter .r .l {
	width:45%;
	position:absolute;
	left:0;
	top:0;
}
.tenders .filter .r .r {
	width:50%;
	margin:0;
}
.tenders .filter .btn {
	display:block;
	width:100%;
	padding:10px 0;
	background:#e5e5e5;
	cursor:pointer;
	color:#000;
	font:400 12px/12px 'robotobold',Arial,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	margin:0;
}
.tenders .filter .btn:hover{
	color:#FFFFFF;
	background:#00aff0;
}
.tenders .filter button.btn {
	text-align:center;
	height:32px;
}
.tenders .filter form .inp input[type="text"],
.tenders .filter form .inp select {
	color:#000;
}
.tenders .filter .reset {
	/*margin: 20px auto 0;*/
	width: 100%;
	text-align:center;
}
.tenders .filter.nyashaSearch .toExtend,
.tenders .filter.nyashaSearch .reset {
	position:relative;
}
.tenders .filter.nyashaSearch .reset {
	padding-bottom: 10px;
}
.tenders .filter.nyashaSearch .toExtend:not(.icons):before,
.tenders .filter.nyashaSearch .reset:before{
	content:' ';
	background: #eee;
	position: absolute;
	top:0;
	left:-1.5%;
	right:-1.5%;
	bottom:0;
	z-index:-1;
}
.tenders .filter .reset a:hover{
	text-decoration:none;
}
.tenders .filter .reset a:before{
	content:" ";
	position:absolute;
	right:0;
	top:-2px;
	background:url('/images/icons.png') -18px -104px no-repeat;
	width:20px;
	height:20px;
}
.tenders .filter .reset a.icon_export:before{
	background-position:-38px -104px;
}
.tenders .filter .reset a.icon_extend:before {
	background: none;
	content:'+';
	font:400 32px/24px Arial,sans-serif;
	top:-6px;
	right:-2px;
}
.tenders .filter .reset .icon_sh,
.tenders .filter .reset .icon_interest {
	padding-right: 25px;
}
.tenders .filter .reset a+a{
	margin-left:10px;
}
.tenders .filter .reset a{
	display:inline-block;
	position:relative;
	padding-right:20px;
	text-transform: uppercase;
	font: 700 11px/13px Arial,sans-serif;
	margin-top:20px;
}

.tenders .filter .selectClassification {
	padding-bottom:0;
	min-height:25px;
}
.tenders .filter .selectedClassification {
	display:none;
	height: 22px;
	overflow: hidden;
}
.tenders .filter .selectClassification .selectedClassification {
	display:block;
}
.tenders .filter .selectClassification .selectedClassification .item {
	display:inline-block;
	padding:1px 25px 3px 5px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;

	font: 400 14px/14px "robotoregular",Arial,sans-serif;
	color:#000;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.tenders .filter .selectClassification .selectedClassification .remove {
	position:absolute;
	right:3px;
	top:0px;
	bottom:1px;
	cursor:pointer;
	z-index:10;
}
.tenders .filter .selectClassification .selectedClassification .remove:before {
	left:auto;
	right:0;
	top:1px;
}
.tenders .filter .selectClassification input {
	/*opacity:0;
	filter:alpha(opacity=0);*/
	position:absolute;
	z-index:-10;
	opacity: 1;
}
.tenders .filter .selectClassification input.hidden {
	opacity:0;
	filter:alpha(opacity=0);
}
.tenders .filter .selectClassification .validateIcon {
	display:none;
}
.tenders .filter .toExtend,
.tenders .filter.extended .reset .extendFilter,
.tenders .filter.extended .not_toExtend {
	display:none;
}
.tenders .filter.extended .toExtend,
.tenders .filter.extended[data-filter-status="1"] .filter_status.filter_status_1,
.tenders .filter.extended[data-filter-status="2"] .filter_status.filter_status_2,
.tenders .filter.extended[data-filter-status="3"] .filter_status.filter_status_3 {
	display:block;
}
.tenders .filter .filter_status,
.tenders .filter.extended .filter_status {
	display:none;
}
.tenders .filter .extendTitle {
	padding:27px 0 17px;
	border-top:3px solid #00aff0;
	text-transform: uppercase;
	font: 700 13px/13px Arial,sans-serif;
	margin:0;
	color:#585858;
}

.tenders .filter.nyashaSearch .extendTitle {
	border: none;
	margin-top:0;
}
.tenders .filter .r .toExtend.extendFilter {
	font: 400 13px/13px Arial,sans-serif;
	color:#00b1f1;
	text-transform: uppercase;
	text-decoration: none;
	padding:9px 0;
}
.tenders .filter .r .toExtend.extendFilter:before {
	left:auto;
	right:3px;
	top:8px;
}
.tenders .filter .half {
	float:left;
	width:49%;
}
.tenders .filter .half+.half {
	float:right;
}
.tenders .filter .nyasha .searchField {
	margin-right:0;
	width:52%;
}
.tenders .filter .nyasha .searchField .inp {
	border-right: none;
}
.tenders .filter .nyasha .directionField {
	width:20%;
}
.tenders .filter .nyasha .directionField .inp {
	border-left: none;
}
.tenders .filter .filterUnitSelect {
	margin-top: -12px;
	text-transform: none;
}
.tenders .filter.active .graficFilter ~ .toExtend .filterUnitSelect {
	margin-top:10px;
}
.tenders .filter.active .graficFilter ~ .toExtend .js-unit-switch {
	margin-right: 2%;
	margin-top: -8px;
}
.tenders .graficFilter {
	/*padding-bottom:10px;*/
}
.tenders .graficFilter .gf_item {
	float:left;
	width:9%;
	text-align: center;
}
.tenders .graficFilter.active .gf_item {
	display:none;
}
.tenders .graficFilter .gf_item .link {
	position:absolute;
	z-index: 10;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-decoration: none;
}
.tenders .graficFilter.active .close {
	position: absolute;
	right: 0;
	text-decoration: none;
	top:0;
	left:0;
	bottom:0;
	z-index: 10;
}
.tenders .graficFilter.active .close:after {
	content:' ';
	background: url("/images/icons.png") no-repeat scroll -37px -130px;
	height: 15px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 50%;
	margin-top:-7px;
	width: 22px;
	z-index: 10;
}
.tenders .filter.active .graficFilter:hover  .close:after{
	background-position: -60px -130px;
}
.tenders .graficFilter .close .msg {
	display: none;
}
.tenders .graficFilter.active .close .msg {
	position: absolute;
	right:25px;
	top:50%;
	margin-top:-5px;
	display: block;
}
.tenders .graficFilter .gf_item img {
	display:block;
	margin:0 auto;
	max-width: 60%;
	padding: 15px 0;
}
.tenders .graficFilter .gf_item .gf_name{
	font:400 12px/16px "robotoregular",Arial,sans-serif;
}
.tenders .graficFilter.active .gf_item img {
	width: 50px;
	height:auto;
}
.tenders .graficFilter .gf_level0 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.tenders .graficFilter .gf_level0 .gf_item {
	opacity:.5;
}
.tenders .graficFilter .gf_level0 .gf_item.active,
.tenders .graficFilter .gf_level0 .gf_item:hover {
	opacity:1;
}
.tenders .graficFilter .gf_sub .subBlock {
	display:none;
}
.tenders .graficFilter .gf_sub:before {
	content:' ';
	z-index:-1;
	background: #eee;
	position: absolute;
	top:0;
	left:-1.5%;
	right:-1.5%;
	bottom:0;
}
.tenders .graficFilter .gf_sub .subBlock.active {
	display:block;
	padding:10px 0;
}
.tenders .graficFilter .gf_sub .subBlock .gf_item {
	width:23%;
	margin-right:2%;
	text-align: left;
}
.tenders .graficFilter .gf_sub .subBlock .gf_item a {
	display: block;
	padding:5px;
	text-decoration:none;
	/*color:#585858;*/
	color:#000;
	font: 400 12px/16px "robotoregular",Arial,sans-serif
}
.tenders .graficFilter:not(.selected) .gf_sub .subBlock .gf_item.active a:before {
	content: '|';
	display: inline-block;
	left:-6px;
	position: relative;
}
.tenders .graficFilter .gf_sub .subBlock .gf_item:hover a{color:#000}
.tenders .graficFilter .gf_sub .subBlock .gf_item.active a{
	background: #ffd200;
}
.tenders .graficFilter .gf_sub .subBlock .gf_item:nth-child(5n) {
	clear:both;
	margin-left: 0;
}
.tenders .graficFilter.active .gf_item.active {
	display:block;
	width:auto;
	margin:0;
}
.tenders .graficFilter.active .gf_sub .subBlock.active {
	padding:0;
}
.tenders .graficFilter.active .gf_sub:before {
	display:none;
}
.tenders .graficFilter.active .gf_sub .subBlock .gf_item.active a {
	background: none;
	padding:0;
}
.tenders .graficFilter.active .gf_level0 {
	float: left;
}
.tenders .graficFilter.active .gf_level0 .gf_name{
	float:left;
	margin-top:35px;
	margin-left:10px;
}
.tenders .filter.active .graficFilter+.extendTitle,
.tenders .filter.active .graficFilter~.filterSorting {
	display:none;
}
.tenders .filter .reset .extendGraficFilter {
	display:none;
}
.tenders .filter .graficCheckbox {
	display:none;
}
#graficCheckbox {
	position:fixed;
	top:0;
	left:-110%;
	width:100%;
	height:100%;
	z-index:2010;
}
#graficCheckbox.active {
	left:0;
}
#graficCheckbox .graficCheckbox>.back {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background:#000;

	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;

	opacity:0;
	filter:alpha(opacity=60);
}
#graficCheckbox .graficCheckbox>.lb {
	position: absolute;
	top:30px;
	width:275px;
	right:25px;
	bottom:30px;
	z-index:10;
}
#graficCheckbox .graficCheckbox>.lb:after {
	content:' ';
	position: absolute;
	top:-30px;
	right:-25px;
	left:-25px;
	bottom:-30px;
	z-index:-1;
	background:#eee;
}
#graficCheckbox.active .graficCheckbox>.back {
	opacity:0.6;
}
#graficCheckbox .title {
	color:#535353;
	font:400 14px/18px "robotobold",Arial,sans-serif;
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-bottom: 1px solid #d8d8d8;
	text-transform: uppercase;
	height:50px;
}
#graficCheckbox .checkboxGroup {
	border-bottom: 1px solid #d8d8d8;
	padding:15px 0;
	color:#3b3b3b;
	font:400 13px/14px "robotothin",Arial,sans-serif;
}
#graficCheckbox .checkboxGroup .name {
	color:#3b3b3b;
	font:400 14px/14px "robotoregular",Arial,sans-serif;
	padding-bottom:15px;
}
#graficCheckbox .checkboxGroup .checkboxItem+.checkboxItem {
	margin-top:10px;
}
#graficCheckbox .checkboxGroup .checkboxItem+.checkboxItem .name {
}
#graficCheckbox .checkboxGroup .checkboxItem:nth-child(n+5) {
	display:none;
}
#graficCheckbox .checkboxGroup.yetActive .checkboxItem {
	display:block;
}
#graficCheckbox form label input[type="radio"] ~ span:before,
#graficCheckbox form label input[type="checkbox"] ~ span:before {
	top:-1px;
}
#graficCheckbox .half {
	float:left;
	width:48%;
}
#graficCheckbox .half+.half {
	float:right;
}
#graficCheckbox .gf_btn {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height:33px;
}
#graficCheckbox .slideContent {
	position: absolute;
	bottom:40px;
	top:50px;
	left:0;
	right:0;
	overflow: hidden;
}
#graficCheckbox .sliderPannel {
	position: absolute;
	bottom:40px;
	top:50px;
	left:-15px;
	width:4px;
	overflow: hidden;
	border-radius:2px;
	background: green;
	display: none;
}
#graficCheckbox .existSlider .sliderPannel {
	display:block;
}
#graficCheckbox .sliderPannel .sliderHandle {
	position: absolute;
	top:0;
	height:20px;
	width:100%;
	background: red;
	border-radius:2px;
}
#graficCheckbox .close {
	position: absolute;
	top:100%;
	margin-top:-50px;
	width:20px;
	height:20px;
	left:210%;
	margin-left: -50px;
	background: red;
	z-index:100;
}
#graficCheckbox.active .close {
	left:auto;
	top:20px;
	right:20px;
	margin:0;
}
/*.tenders .filter .graficFilter.activeCheckbox~.graficCheckbox {
	display:block;
}*/
.tenders .graficFilter.active.activeLavel0 .gf_level0 .gf_name {
	display:block;
	float:left;
	margin-left: 10px;
	margin-top:35px;
}
.tenders .graficFilter.active.activeCheckbox .gf_level0 img {
	float: left;
}
.tenders .filter .graficFilter.selected~.reset .extendGraficFilter {
	display:inline-block;
}
.tenders .graficFilter.active .gf_sub {
	float: left;
	margin-left:10px;
	margin-top:45px;
	font-family:"robotoregular"
}
.tenders .filter.active .graficFilter~.toExtend {
	position:relative;
	z-index:1;
	float:left;
	margin-top:0 !important;
	width:20%;
	margin-right:2%;
}
.tenders .filter.active .graficFilter~.toExtend.doubleFields {
	width:30%;
}
.tenders .filter.active .graficFilter~.toExtend+.toExtend {
	/*margin-left: 2%;*/
	padding-top:0;
}
.tenders .filter.active .graficFilter~.toExtend .l {
	float:none;
	width:auto;
}
.tenders .filter .toExtend.nyashaSubmit,
.tenders .filter.extended .toExtend.nyashaSubmit {
	display:none;
}
.tenders .filter.active .graficFilter~.toExtend .nameField {
	padding-bottom:10px;
}
.tenders .filter.active .graficFilter~.nyashaSubmit {
	display:block;
	float:right;
	margin-right: 0;
	width: 12%;
	margin-top:33px !important;
}
.tenders .filter.active .graficFilter:before {
	content:' ';
	position:absolute;
	z-index:-1;
	top:100%;
	left:-1.5%;
	right:-1.5%;
	height:100px;
	background: #eee;
}
.tenders .filter.active .r .toExtend.extendFilter {
	display:none;
}
.tenders .filter.active .r .btn.not_toExtend {
	display:block;
}
.tenders .filter.active .graficFilter {
	padding-bottom:0;
}
/*.tenders .graficFilter.active~.toExtend:before {
	content:' ';
	position:absolute;
	z-index:-1;
	top:-8px;
	left:-1.5%;
	right:-1.5%;
	bottom:-7px;
	background: #ccc;
}*/

.tenders .listing .list{
	margin:0 -1.5%;
}
.tenders .listing .list.emptyList{
	background:#FFF;
	padding: 50px 0;
	text-align: center;
	font: 400 14px/14px "robotoregular",Arial,sans-serif;
	color:#585858;
	border:1px solid #eee;
	border-top:none;
}
.tendersItem .qualification .list .l a,

.tendersItem .qualification .list .l a:hover,
.tendersItem .qualification .list .docs a:hover{color:#000;text-decoration:none;}
.tendersForm .infoBlock > .tenderItemElement  .title{margin-top:20px;}
.bidDocuments .infoBlock .bidName{
		padding-top:10px;
}
.bidDocuments .infoBlock table{
	margin-top:10px;
	padding:10px 0;
	font:400 12px/18px "robotolight",Arial,sans-serif;
}
.bidDocuments .infoBlock td.nameField{
	color:#6d6d6d;
}
.multiBlock {padding-top:30px;}
.tendersForm .bigTitle,
.multiBlock > .title,
#multiItems > .title,
.tendersForm .datesTitle{
		font:400 22px/30px "robotobold",Arial,sans-serif;
		color:#000;
}
#multiItems .lead,
.multiBlock .lead {
	color: #6d6d6d;
	font: 400 14px/20px "robotolight",Arial,sans-serif;
	padding-bottom:30px;
	margin-right:33%;
}
.addNewItem .nameField {
	width:0 !important;
}
.tendersForm .form .infoBlock table.addNewItem{margin-top:30px;}
.tendersForm .form .infoBlock table.addNewItem:after {
	background:#00aff0;
}
.addNewItem .addMultiItem {
	text-transform:uppercase;
	color:#00aff0;
	text-decoration:none;
}
.tendersForm .tenderItemElement+.tenderItemElement{
	border-top:1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
}
.head .ab{
	display:block;
}
.groupLead{
	color: #6d6d6d;
	font: 400 14px/20px "robotolight",Arial,sans-serif;
	padding-top:20px;
}

.tenders .subMenu {
	padding-top:15px;
	padding-bottom:0px;
	text-transform: uppercase;
	color:#000;
	font:400 14px/14px 'robotolight',Arial,sans-serif;
}
.tenders .subMenu.empty{
padding:0
}
.tenders .subMenu .menu {
	margin: 0 -1.5%;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 0;
}
.tenders.tendersItem .subMenu .menu {
	background: #eee;
}
.tenders .subMenu~.listing .filter {
	margin-top:0;
	background: #fff;
	border-top: none;
}
.tenders .subMenu .menu .item,
.tenders .subMenu .menu .item.active {
	margin-left: 0;
	padding: 20px 1.5%;
	position: relative;
}
.tenders .subMenu .menu .item.active a {
	display:inline-block;
	color:#000;
	cursor: text;
	text-decoration: none;
	margin-top:4px;
}
.tenders .subMenu .menu .item .insideList {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:10;
	display:none;
	background: #eee;
	padding:0 6.7% 10px;
	margin-top:-19px;
}
.tenders .subMenu .menu .item:hover {
	z-index:20;
}
.tenders .subMenu .menu .item:hover .insideList {
	display:block;
}
.rightButtons{
	padding: 10px;
	border: 1px solid #00aff0;
	text-align: center;
	margin: 20px -7%;
	text-transform: uppercase;
}
.rightButtons a{
	color:#00aff0;
	display:block;
}
.rightButtons a+a{
	border-top:1px solid #00aff0;
	padding-top:10px;
	margin-top:10px;
	display: inline-block;
	font-size: 10px;
}
.rightButtons:hover{
	background:#00aff0;
}
.rightButtons:hover > a{
	color:#FFF;
	text-decoration:none;
}
.rightButtons:hover > a+a{
	border-top:1px solid #FFF;
}
.tendersItem .tenderHead {
	z-index:50;
}
.tendersItem .tenderHead .l {
	width:73%;
}
.tendersItem .tenderMenu {
	z-index:50;
	margin:0 -1.5%;
}
.tendersItem .payBid{
	padding-top:5px;
	font:400 14px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
}
.tendersItem .payBid .signProposition{padding-top:10px;}
.tendersItem .payBid .signProposition .tenderSignCommand{margin:10px auto 0; width:300px;}
.tendersItem .payBid .cannotPay .addBalance{width:200px; margin:20px auto 0;}
.tendersItem .payBid .creditAllow{font-size:12px;}
.tendersItem .payBid .bidFilesNotPub{background:#FFD200; padding:20px;margin-top:20px;}
.tendersItem .payBid .bidFilesNotPub .title{
	font:400 16px/20px "robotobold",Arial,sans-serif;
	color:#000;
	padding-bottom:10px;
}
.tendersItem .payBid .bidFilesNotPub .lead{
	font:400 13px/16px "robotolight",Arial,sans-serif;
	color:#000;
}
.tendersItem .payBid.bidPaid:first-child {
	padding-top:0;
}
/*.tendersItem .proposition .payBid.bidPaid_invalid{display:none;}*/
.tendersItem .proposition .bidStatus_invalid .payBid.bidPaid{display:none;}
.tendersItem .proposition .bidStatus_invalid .payBid.bidPaid_invalid{padding-top:0; display:block;}
.tendersItem .payBid+span{
	display:none !important;
}
.tendersItem .payVariants .ahtungText {
	color:#000;
	font-weight:bold;
	background:#ffd200;
	display:inline-block;
	padding:0 5px;
}
.tendersItem .payVariants .ahtungText+div{padding:10px 0;font:400 14px/20px "robotolight",Arial,sans-serif;}
.tendersItem .payVariants .ahtungText+div>a{
	display:block;
	background:#ffd200;
	padding:5px 10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	margin:30px auto 0px;
	width:350px;
}
.tendersItem .payVariants button{
	width:350px;
	margin:30px auto 0;
}
.tendersItem .haveInvoice .ahtung {
	border:1px solid #ffb400;
	text-align: center;
	padding:10px;
	font:400 14px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
	margin-top:15px;
}
.tendersItem .haveInvoice .invoiceLink {
	margin-top:15px;
}

.tenders .filter .filterLine+.filterLine {
	margin-top:15px;
}
.tenders .filter.nyashaSearch .filterLine+.filterLine {
	margin-top:0;
	padding-top:15px;
}

.tendersItem .featureDescr {

	font-size:12px;
}
.tendersItem .featureEnumItem .l {
	width:80%;
}
.tendersItem .featureEnumItem .r {
	width:15%;
}
.tendersItem .featureEnumItem+.featureEnumItem {
	border-top: 1px solid #d6d6d6;
	margin-top: 10px;
	padding-top: 10px;
}
.tendersItem .tenderFeatures .line td{
	padding-bottom:20px;
}
.tendersItem .tenderFeatures .line+.line td {
	padding:20px 0;
	border-top:1px solid #d6d6d6;
}
.tendersItem .tenderFeatures .line+.line td+td+td{border-top:none;}
.tendersItem .proposition .selectPrm .l {
	width:70%;
}
.tendersItem .proposition .selectPrm .r {
	width:25%;
}
.tendersItem .proposition .selectPrm .selectedPrm {
	border: 1px solid #c7cdd2;
	padding: 5px 4px 6px;
	white-space: nowrap;
	color: #6d6d6d;
}
.tendersItem .propositionFeatures .total {
	margin:15px 32% 0 1%;
	padding:20px 1%;
	background: #e6e6e6;
	color: #6d6d6d;
	font: 400 14px/20px "robotolight",Arial,sans-serif;
}
.tendersItem .propositionFeatures .total .totalFeaturesLot+.totalFeaturesLot{margin-top:30px;}
.tendersItem .propositionFeatures .total .totalFeaturesLot .lotTitle{
	font:400 14px/20px "robotobold",Arial,sans-serif;
	color:#000;
	padding-bottom:15px;
}
.tendersItem .proposition form .propositionFeatures .line td .pb {
	padding-bottom: 0;
}
.tendersItem .proposition form .propositionBidLotTitle .nameField >div{padding-bottom:10px;}
.tendersItem .proposition .LotBidItem+.LotBidItem{margin-top:50px;}
.tendersItem .propositionFeatures .line:first-child td .pb,
.tendersItem .line.propositionBidDocsTitle td .pb{
	font:400 15px/18px "robotobold",Arial,sans-serif; color:#000; text-transform:uppercase;border-top:1px solid #d4d4d4; padding-top:30px;
}
.tendersItem .propositionFeatures .featureDescr {
	padding:5px 0 0;
	font-weight: 400;
	color:inherit;
	font-size: 13px;
}
.tendersItem .propositionFeatures .total .name {
	float:left;
	width:80%;
	font-size:13px;
}
.tendersItem .propositionFeatures .total .r {
	float:right;
	width:13.5%;
	margin-right:-5px;
	color:#000;
}
.tendersItem .propositionFeatures .total .ftLine+.ftLine {
	margin-top:5px;
}
.tendersItem .propositionFeatures .total .ftLine.bidPrice {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #d4d4d4;
	font-weight:700;
}
.tendersItem .propositionFeatures .total .bidPrice .value {
	font-size: 16px;
	font-weight: 700;
}
/*Temporary hiding of multilangs*/
#bid .langSwitch_en, #bid .langSwitch_ru,
#modal .langSwitch_en, #modal .langSwitch_ru,
.tendersItem .payBid .bidFilesNotPub{
	display:none;
}
#complaints .addQuestion.item {
	margin: 73px auto 0;
	text-align: center;
	/*width: 391px;*/
}
#complaints .addQuestion.item a{
	background: #ffd200;
	color: #000;
	display: inline-block;
	font: 400 12px/12px "robotobold",Arial,sans-serif;
	padding: 11px 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	width: 391px;
}
#complaints .item{border-top:1px solid #d4d4d4;padding:20px 0;}
#complaints .item .date, #complaints .item .relatedLot, #questions .item .questionRelation{font:400 12px/12px "robotolight",Arial,sans-serif;color:#6d6d6d;}
#complaints .item .relatedLot .lotName {margin-left:5px;font:400 12px/12px "robotobold",Arial,sans-serif;}
#complaints .item .relatedLot .lotName:before, #complaints .item .relatedLot .lotName:after{content: '"';}
#complaints .item .title{font:400 16px/24px "robotobold",Arial,sans-serif; text-transform:none;padding:5px 0 0 ;}
#complaints .item .name a{font:400 12px/24px "robotolight",Arial,sans-serif; text-transform:none;color:#000;padding:5px 0 0 ;}
#complaints .item .text{padding-bottom:0;font:400 12px/18px "robotoregular",Arial,sans-serif}
#complaints .item .answer{margin:10px 0 15px;border-left: 10px solid #d4d4d4;   padding:0 0 0 10px;}
#complaints .item .answer .text{padding-bottom:0;font:italic 12px/18px "robotoregular",Arial,sans-serif}
#complaints .item .answer .date{padding:5px 0;}
#complaints .item .complaintAction {display:inline-block; float:left;}
#complaints .item .complaintAction+.complaintAction{margin-left:10px;}
#complaints .item .complaintAction a{background: #ffd200;   color: #000;    font: 400 11px/24px "robotoregular",Arial,sans-serif;    padding: 5px 10px;    text-transform: uppercase;}
#complaints .item .complaintAction a:hover{text-decoration:none;}
#complaints .item .complaintAction+.complaintAction > a{background:#e5e5e5;}
#complaints .item.compStatus_claim .answer {display:none;}
#complaints .item.compStatus_claim .answer_form{padding-left:10px; border-left:10px solid #d4d4d4;}
#complaints .item.compStatus_claim .answer_form .nameField{display:none;}


#questions .item .question {padding-right:0;}
.tendersItem .docRelation span+span{margin-left:3px;}
#questions .item .question .questionRelation  div span+span:before,
#questions .item .question .questionRelation  div span+span:after,
.tendersItem .docRelation span+span:before,
.tendersItem .docRelation span+span:after{content:'"';}
.tendersItem .docRelation,
.tendersItem .featureRelatedItem,
.tendersItem .featureRelatedLot{color: #000;  display:inline-block; background:#d4d4d4; font: 400 10px/10px "robotolight",Arial,sans-serif;    padding: 5px;    text-transform: uppercase; }
.tendersItem .docItem.oldVersion .docRelation,
.tendersItem .docItem.oldVersion .docType{display:none;}

#questions .item .question .title {color: #000;    font: 400 15px/20px "robotobold",Arial,sans-serif; text-transform:none; padding-bottom:5px;}
#questions .item .question .name{font:400 14px/18px "robotoregular",Arial,sans-serif;}
#questions .item .question .text{color:#6d6d6d; padding-top:10px;padding-bottom:10px;}
#questions .item +.item{border-top: 1px solid #d4d4d4;    margin-top: 30px;    padding-top: 30px;}

.tendersForm #complaints .item .question {padding-right:0;}
.tendersForm #complaints .item .answerComplaint{background: #ffd200;  color: #000;   font: 400 11px/24px "robotoregular",Arial,sans-serif;   padding: 5px 10px;   text-transform: uppercase;}
.tendersForm #complaints .complaintStatus{background: #eee; font: 400 12px/24px "robotolight",Arial,sans-serif; padding: 4px 10px; position: absolute; right: 0; text-align: center; text-transform: uppercase;    top: 30px;    width: 24%;}
.tendersForm #complaints .item:first-child .complaintStatus{top:55px;}
.tendersForm #complaints .item .question .questionRelation{color: #000;  display:inline-block; background:#d4d4d4; font: 400 10px/10px "robotolight",Arial,sans-serif;    padding: 5px;    text-transform: uppercase; }
.tendersForm #complaints .item .question .title {color: #000;    font: 400 15px/20px "robotobold",Arial,sans-serif; text-transform:none; padding-bottom:5px;}
.tendersForm #complaints .item .question .name{font:400 14px/18px "robotoregular",Arial,sans-serif;}
.tendersForm #complaints .item .question .text{color:#6d6d6d; font:400 14px/24px "robotoregular",Arial,sans-serif;}
.tendersForm #complaints .item +.item{border-top: 1px solid #d4d4d4;    margin-top: 30px;    padding-top: 30px;}
.tendersForm #complaints .item:first-child{padding-top:56px; border-top:0;}
.tendersForm #complaints .item .answer_form{border-left: 0 none;    padding-left: 0;padding-top: 30px;}
.tendersForm #complaints .item .answer_form .resolutionType .r_item{display: block; width:100%; font:400 14px/24px "robotolight",Arial,sans-serif;}
.tendersForm #complaints .item .answer_form .buttons {padding-top:0;}
.tendersForm #complaints .item .answer .date{display:none;}
.tendersForm #complaints .item .answer {padding:10px 0;}
.tendersForm #complaints .item .answer:after{  background:none;}
.tendersForm #complaints .item .answer .text{margin-right:0; font:400 14px/24px "robotoregular",Arial,sans-serif;}
.tendersForm #complaints .item {background-position: 100% 30px;}
.tendersForm #complaints .item:first-child{background-position: 100% 56px;}

.tendersItem .proposition .priceFormatInited .priceFormated {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0px;
	z-index:10;
	padding:5px 3px;
	margin-right:0 !important;
	background: url(/images/loader.gif);
}
.tendersItem .proposition .priceFormatInited input {
	opacity:0;
	/*filter:alpha(opacity=0);*/
}
.tendersItem .proposition .priceFormatInited.priceFormatEdit .priceFormated {
	display:none;
}
.msie8 .tendersItem .proposition .priceFormatInited .priceFormated,
.msie9 .tendersItem .proposition .priceFormatInited .priceFormated {
	display:none;
}
.tendersItem .proposition .priceFormatInited.priceFormatEdit input {
	opacity:1;
	/*filter:alpha(opacity=100);*/
}

.auctions .listing .list2 .info {
	float:none;
	width:auto;
	border:none;
	left:auto;
	top:auto;
	padding:0;
	margin:17px 0 0;
}
.auctions .listing .al {
	float:left;
	width:60%;
}
.auctions .listing .ar {
	float:right;
	width:35%;
}
.auctions .listing .list .item,
.auctions .listing .list .item:hover {
	background: none;
	border:none;
}
.auctions .listing .list .item:before {
	display: none;
}
.auctions .listing .list .item .tenderMethod {
	background: #eee;
	margin:0 -1.5%;
	padding:16px 1.5%;
	z-index:10;
	font-size:12px;
}
.auctions .listing .markers {
	top:11px;
}
.auctions .listing .list2 .questions {
	margin-top: -8px;
	position: relative;
	right: 0;
	top: 5px;
	width: 50%;
}
.auctions .listing .list2 .title {
	margin:0;
	padding:0;
}
.auctions .listing .list2 .lead {
	padding:10px 0 0;
}
.auctions .listing .abody {
	margin:12px 0 0;
	border-top:1px solid #e5e5e5;
	padding-top:20px;
}
.auctions .listing .l.img {
	width:15%;
	margin-right:3%;
	min-height: 1px;
}
.auctions .listing .l.img img {
	display:block;
	max-height:85px;
	max-width: 100%;
}
.auctions .listing .l.cds {
	width:45%;
}
.auctions .listing .list3 .status {
	width:auto;
}
.auctions .listing .cdName {
	display:block;
	width:155px;
	float:left;
}
.auctions .listing .al .cdName {
	width:auto;
	float:none;
	display: inline-block;
}
.auctions .listing .cdValue {
	margin-left:160px;
	display:block;
	color:#000;
}
.auctions .listing .al .cdValue {
	margin-left: 0;
	display: inline-block;
}
.auctions .listing .price .value {
	font:400 48px/48px 'robotothin',Arial,sans-serif;
	color:#000;
}
.auctions .listing .price .small {
	position:relative;
	top:-15px;
	font:400 13px/13px 'robotolight',Arial,sans-serif;
	display:inline-block;
	margin-left:5px;
	color:#000;
}
.auctions .listing .price .small+.small {
	margin-left:0;
}
.auctions .listing .icon_haveQuestion:before {
	background-position: -150px -0px;
}
.auctions .listing .icon_haveBid:before {
	background-position: -150px -30px;
}
.auctions .listing .icon_haveBid.prepared:before {
	background-position: -60px -100px;
}
.auctions .listing .icon_isFavorite:before {
	background-position: -150px -60px;
}
.auctions .listing .icon_isFavorite.active:before {
	background-position: -85px 0;
}
.auctions .listing .list .cd + .cd {
	width:auto;
}
.auctions .listing .list .buttons {
	margin-top:16px !important;
}
.auctions .listing .list .buttons .btn {
	display:block;
	width:42%;
	text-align: left;
	padding:10px;
	text-decoration: none;
	background: #ffd200;
	color:#000;
	font:400 12px/13px 'robotobold',Arial,sans-serif;
	position:relative;
}
.auctions .listing .list .buttons .btn:after {
	content: ' ';
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-8px;
	width:15px;
	height:16px;
	background: url(/images/icons.png) -150px -124px no-repeat;
}
.auctions .listing .list .buttons .btn.grey {
	background: #96999b;
	color:#fff;
	font:400 13px/13px 'robotoregular',Arial,sans-serif;
}
.auctions .listing .list .buttons .btn.grey:after {
	content: ' ';
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-6px;
	width:9px;
	height:13px;
	background: url(/images/icons.png) -130px -104px no-repeat;
}
.auctions .listing .ar .cdValue {
	margin-left:200px;
	text-align: right;
}
.auctions .listing .discount {
	color: #000;
	left: 20px;
	padding: 0 10px;
	top: -20px;
	font:400 14px/14px 'robotoregular',Arial,sans-serif;
}
.auctions .listing .discount:before {
	content:' ';
	position:absolute;
	width:100%;
	padding-top:100%;
	background: #ffd200;
	z-index:-1;
	border-radius:50%;
	top:0;
	left:0;
	margin-top:-35%;
}
.auctions .listing .nextLink a {
	display: block;
	background: #ffd200;
	color:#000;
	font:400 11px/11px 'robotobold',Arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding:10px;
	/*margin-left: -10px;*/
	position: relative;
}
.auctions .listing .nextLink a:after {
	content: ' ';
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-9px;
	width:18px;
	height:18px;
	background: url(/images/icons.png) -150px -104px no-repeat;
}
.auctions .listing .auctinLink a {
	display: block;
	border: 1px solid #96999b;
	color:#7c7c7c;
	font:400 11px/11px 'robotobold',Arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding:9px;
	margin-left: -10px;
	position:relative;
}
.auctions .listing .auctinLink a:after {
	content: ' ';
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-6px;
	width:28px;
	height:13px;
	background: url(/images/icons.png) -147px -90px no-repeat;
}
.auctions .listing .auctinLink {
	margin-top:10px;
}
.auctions .listing .bPrice,
.auctions .listing .organization {
	color:#6e6e6e;
	font:400 12px/12px 'robotolight',Arial,sans-serif;
	padding-bottom:10px;
}
.auctions .listing .organization img {
	margin-right:5px;
	position: relative;
	top:2px;
	height:14px;
	width:auto;
}

.tendersItem table.tenderFullList {
	width: 99.5%;
}
.tendersItem .tenderFullListElement .itemNum {
	width:45px !important;
}
.tendersItem .tenderFullListElement .subInfo,
.tendersItem .tenderFullListElement .accessDetails,
.tendersItem .tenderFullListElement .docType{
	font:400 12px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;
	padding-top:5px;
}
.tendersItem .tenderFullListElement .subInfo span+span{color:#000;}
.tendersItem .tenderFullListElement .itemEnd {
	width:26.5% !important;
}
.tendersItem .tenderFullListElement .itemEnd.itemCount {
	text-align: left;
	vertical-align: top;
	color:#000;
	font:400 14px/14px 'robotoregular',Arial,sans-serif;
}
.tendersItem .tenderFullListElement .itemNum {
	color:#9d9d9d;
	font:400 24px/24px 'robotothin',Arial,sans-serif;
	text-align: center;
}
.tendersItem .tenderFullList .tenderFullListElement td {
	padding:22px 0;
}
.tendersItem .tenderFullList .tenderFullListElement+.tenderFullListElement td {
	border-top:1px solid #dddddd;
}
.tendersItem .tenderFullListElement.docItem a {
	padding-left:0;
}
.tendersItem .tenderFullList .tenderFullListElement+.tenderFullListElement.oldVersion td {
	border:none;
	padding-top:0;
}
.tendersItem .tenderFullList .tenderFullListElement.oldVersion .publicateDate {
	text-decoration: line-through;
}
.tendersItem .tenderFullList .tenderFullListElement.oldVersion .docInfo,
.tendersItem .tenderFullList .tenderFullListElement.oldVersion .publicateID {
	display:none;
}
.tendersItem .tenderDocList .tenderFullListElement .itemEnd {
	color:#6d6d6d;
	font:400 12px/20px "robotolight",Arial,sans-serif;
}
.tendersItem .tenderDocList .tenderFullListElement.oldVersion .itemNum img {
	visibility: hidden;
	height:1px;
}
.tendersItem .tenderDocList .tenderFullListElement.oldVersion .itemEnd {
	color:#ccc;
}
.tendersItem .tenderHead .r .priceInfo {
	text-transform: none;
}
.tendersItem .tenderHead {
	padding-top:15px;
}
.tendersItem .tenderHead .tenderMethod {
	color:#6d6d6d;
	font:400 14px/14px 'robotolight',Arial,sans-serif;
	padding:0 0 7px;
}
.tendersItem .tenderHead table {
	margin-top:30px;
	color:#505050;
	font:400 14px/16px 'robotothin',Arial,sans-serif;
}
.tendersItem .tenderHead .r table {
	margin-top:38px;
}
.tendersItem .tenderHead table a {
	font:400 14px/16px 'robotoregular',Arial,sans-serif;
	color:#000;
	padding-right:15px;
}
.tendersItem .tenderHead table td {
	padding-bottom:10px;
	padding-right:10px;
	font:400 14px/20px "robotolight",Arial,sans-serif;
	color:#6d6d6d;

}
.tendersItem .tenderHead .bPrice {
	color:#6d6d6d;
	font:400 14px/14px "robotolight",Arial,sans-serif;
	padding-bottom:18px;
	margin-top: -4px;
}
.tendersItem .tenderHead .price {
	white-space: nowrap;
}
.tendersItem .tenderHead .price .value {
	font:400 30px/30px 'robotolight',Arial,sans-serif;
	color:#000;
}
.tendersItem .tenderHead .price .small {
	position:relative;
	top:-15px;
	font:400 13px/13px 'robotolight',Arial,sans-serif;
	display:inline-block;
	margin-left:5px;
	color:#000;
}
.tendersItem .tenderHead .price .small+.small {
	margin-left:0;
}
.tendersItem .history table td,
.tendersItem .history table td.nameField {
	width:auto !important;
	padding-right:10px;
	color:#434443;
	font:400 14px/14px 'robotothin',Arial,sans-serif;
}
.tendersItem .history .icon_link {
	padding-right:15px;
}
.tendersItem .js-viewGalleryParent {
	margin-top:50px;
	width:100%;
}
.tendersItem .js-viewGalleryParent img {
	display: block;
	max-width:100%;
	margin:0 auto;
}
#bid .bidAhtungText {
	padding-top:15px;
}

.bigSubmenu .subMenu .menu .item.active+.item:before {
	display:none;
}
.tenders .subMenu .img {
	display: none;
}
.bigSubmenu .subMenu .img {
	display: block;
	/*content:' ';
	width:40px;*/
}
.bigSubmenu .subMenu .name .lastWord {
	display:block;
}
.bigSubmenu .subMenu .img+.name {
	padding-right:60px;
	display: inline-block;
	max-width: 100px;
}
.bigSubmenu .subMenu .img img,
.bigSubmenu .subMenu .img svg {
	fill: #d1d3d7;
	position: absolute;
	top:10px;
	right:15px;
	height:40px;
	left:auto;
}
.msie.msie10 .bigSubmenu .subMenu .img svg {
	width:40px;
}
.bigSubmenu .subMenu .img svg,
.bigSubmenu .subMenu .menu .item a {
	color:#d1d3d7;
	font:400 12px/13px 'robotobold',Arial,sans-serif;
}
.bigSubmenu .subMenu .menu .item:hover  a{
	color:#FFF;
	text-decoration: none;
}
.bigSubmenu .subMenu .menu .item:hover .img svg,
.bigSubmenu .subMenu .menu .item .img svg:hover {fill:#FFF;}
.bigSubmenu .subMenu .menu .item.active a {
	color:#646c7a;
}
.bigSubmenu .subMenu .mi_commercial .img svg,
.bigSubmenu .subMenu .mi_plans .img svg{height:45px;}

.bigSubmenu .subMenu .menu .item.active {
	height:32px;
}
.bigSubmenu .subMenu .menu .item.active .img svg {
	top:15px;
}
.bigSubmenu .subMenu .menu .item:hover .img svg>*{fill:#fff;}
.bigSubmenu .subMenu .menu .item.active .img svg>*{fill:#646c7a !important;top:15px;}

.tendersItem .tenderHead .ahtung {
	margin-top:5px;
	border:1px solid #ffd200;
	text-align: center;
	padding:10px;
	text-transform: none;
	color: red;
	font-weight: bold;
}
.ug_admin .tendersItem[data-local-method*="bankrupt"] .awardActionItem *[data-bid-action="paid"],
.ug_admin .tendersItem[data-local-method*="bankrupt"] .awardActionItem *[data-bid-action="cancel"] {
	display:none;
}
