﻿@import url(header.css);
@import url(side-menu.css);

/*General settings*/
:root {
	--bs-form-select-bg-img: url(
	data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
}
* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	width: 100%;
	min-height: 100%;
	height: 100%;
}
body {
	font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	/*font: normal 100 12px Tahoma, Verdana, sans-serif;*/
	color: #011C26;
	background-color: #f1f4fd;
	width: 100%;
	min-height: 100%;
	height: 100%;

}
input:-webkit-autofill {
        color: #011C26 !important;
}

/* Used colors: */
/* 	darkgray-dark		#151A26
	darkgray-medium		#383D47
	darkgray-light		#585D68
	mediumgray-dark		#8F949C
	mediumgray-medium	#BCBEC3
	mediumgray-light	#D0D2D6
	lightgray-dark		#E5E6E7
	lightgray-light		#f6f7f8
	red-dark		#961907
	red-medium		#011C26
	red-light		#D5A39C
	violet			#432F90
	blue			#3571A8
*/

/*  Heading Formatting */
h1, h2, h3, .step_block2 {
	
	color: #011C26;  
	margin-bottom: 14px;
}

h2 {
	font-size: 15px;
	margin-bottom: 8px;
}

#auction-list-arrest-header,  #auction-list-bankrupt-header, #auction-list-rent-header, #auction-list-private-header, #auction-list-disposal-header, #auction-list-woodsale-header, #auction-list-wood-header,
#auction-list-woodall-header, #auction-list-ladnall-header,
.auction-list-header
{
    /*font: normal 100 19px Georgia, serif;*/
    font-size: 19px;
    color: #011C26;
    margin-bottom: 14px;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
}

.page-header-content  h2
{
	/* font: normal 100 19px Georgia, serif;
		color: #011C26;  
		margin-bottom: 1px; */
}

/*links*/
a {
	color: #17223D;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #17223D;
}
a:hover {
	color: #17223D;
}
h1 a, h2 a, h3 a {
	color: #011C26 !important;  
}
/* Paragraph, list */
p {
	padding-bottom: 5px;
}
ol {
	list-style: inside decimal;
	margin: 10px 0;
	line-height: 1.5em;
}
/*Feature #1975*/
#print-body ol{
	margin : 0 0 5px;
}

#print-body  li ul{	
	padding-bottom: 0px;
	padding-left: 17px;
}

ul {
	list-style: none;
	line-height: 1.3em;
}
/*End of general settings*/

/* Page general */
#page {
	/*margin: 110px 15px 20px 205px;*/
	/* margin: 115px 15px 20px 215px; */
	margin: 183px 15px 20px 215px;
	min-width: 400px;
}
/*#page-border-top-left {
	background: url(../images/page-border-top-left.png) no-repeat left top;	
}
#page-border-top {
	background: url(../images/page-border-top.png) repeat-x left top;
	margin: 0 22px;
	padding-top: 22px;
}
#page-border-top-right {
	background: url(../images/page-border-top-right.png) no-repeat right top;	
}
#page-border-left {
	background: url(../images/page-border-left.png) repeat-y left top;
	margin-left: -22px;
	padding-left: 22px;
}
#page-border-right {
	background: url(../images/page-border-right.png) repeat-y right top;
	margin-right: -22px;
	padding-right: 22px;
}*/
/* End of page general */

/* alert message */
.alert-info {
	background-color: #011C26;
    background-image: url(../images/warning-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 40px 40px;
    min-height: 25px;
    color: #17e9e1;
    font-size: 14px;
    padding: 15px 10px 15px 60px;
    border-radius: 5px;
    line-height: 1.5;
    min-height: 42px;
}

/* Page content */
#page-content h1 {
	display: table-cell;
	padding: 12px 25px 12px 0;
	vertical-align: top;
	width: 100%;
	max-width: 700px;
}
#page-content #start-page h1 {
	padding: 0 20px 0 0;
	width: auto;
	display: block;
}
#page-content #start-page td table {
	margin-bottom: 10px;
}
#page-content ul {
	padding-bottom: 15px;
}
#page-content ol li{
	list-style: inside decimal;
	max-width: 600px;
	text-align: justify;
}
#page-content ul li {
	list-style: inside square;
	max-width: 600px;
}
#page-content .unmarked-list li {
/*.unmarked-list li {*/
    list-style:  none;
}

#page-content p{
    line-height: normal;
	max-width: 600px;
	clear: both;
	float: none;
	padding-bottom: 15px;
}
#page-content table li, #page-content table p{
	max-width: none;
}

#page-content {
	background-color: #ffffff;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	min-height: 200px;
	/*padding: 5px 0 30px 15px;*/
	padding: 15px;
	-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#page-content p span{
	font-style: 12px;
	color: #011C26;
	display: block;
	padding-bottom: 5px;
}
#page-content p b{
	font-weight: bold;
}

#page-content table {
	width: 100%;
	border-spacing: 10px;
	clear: both;
	float: none;
	/*margin: 0 -10px;*/
}
#page-content td{
	
	border: dotted 1px #8F949C;
	padding: 10px 15px 15px 15px;
	vertical-align: top;
}
#page-content table td table{
	margin: 0;
	width: 100%;
	border-spacing: 0;
}
#page-content table td table td{
	border: none;
	padding: 5px 10px 5px 0;
}
#AuctionDecreaseSchedule_data table td{
    padding: 5px 10px 5px 7px !important;
}
.steps {
	width: 33%;
	min-width: 210px;
	display: table-cell;
}
.step_block1 {
	float: left;
	/*font: normal 100 19px Georgia, serif;*/
	margin-bottom: 3px;
	font-size: 11px;
	color: #585D68;
}


.steps:hover  .step_block1  {
	color: #011C26;
}


#page-content #start-page .steps .step_block2{
	font-size: 22px;
	padding: 2px 20px 12px 0;
	float: none;
	color: #585D68;
	font-weight: 700;
}
#page-content #start-page .steps:hover .step_block2{
	color: #011C26;
}
.spanstep {
	display: block;
	background: #17223D;
	width: 40px;
	height: 40px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin: -17px 7px 0 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}
.steps p{
	clear: both;
	float: none;
	padding: 0 0 5px 77px;
}
.steps a{
	display: block;
	padding: 5px 15px 0 77px;
}
#page-content #auction-types {
	margin-left: -5px !important;
}
#page-content #auction-types p {
	border-radius: 3px;
	min-height: 66px;
	display: flex;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);	
}

#page-content #auction-types p:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
#page-content #auction-types p a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}
#page-content #start-page .page-header-content {
	display: block;
}
#page-content #registration li {
	list-style: none;
}
#page-content #registration li a{
	display: block;
	height: 48px;
	padding-left: 55px;
	margin: 2px 0 10px 0;
	line-height: 40px;
}

#f-l a, h1#f-l{
	background: url(../images/icon-user-fl-big.png) no-repeat left center;
}
#i-p a, h1#i-p{
	background: url(../images/icon-user-ip-big.png) no-repeat left center;
}
#u-l a, h1#u-l{
	background: url(../images/icon-user-ul-big.png) no-repeat left center;
}
#f-l a:hover{
	background: url(../images/icon-user-fl-big-red.png) no-repeat left center;
}
#i-p a:hover{
	background: url(../images/icon-user-ip-big-red.png) no-repeat left center;
}
#u-l a:hover{
	background: url(../images/icon-user-ul-big-red.png) no-repeat left center;
}
#f-l-n a, h1#f-l-n{
	background: url(../images/icon-user-fl-n-big.png) no-repeat left center;
}
#u-l-n a, h1#u-l-n{
	background: url(../images/icon-user-ul-n-big.png) no-repeat left center;
}
#f-l-n a:hover{
	background: url(../images/icon-user-fl-n-big-red.png) no-repeat left center;
}
#u-l-n a:hover{
	background: url(../images/icon-user-ul-n-big-red.png) no-repeat left center;
}
h1#f-l, h1#i-p, h1#u-l, h1#f-l-n, h1#u-l-n, #auction-list-rent-header, #auction-list-arrest-header, #auction-list-LandcodeRent-header,#auction-list-LandcodeSaleAuction-header, #auction-list-landall-header, #auction-list-woodall-header, #auction-list-bankrupt-header, #auction-list-bankruptall-header, #private-cabinet-header, #administration-header, #auction-list-private-header, #auction-list-disposal-header, #page-content-feedback, #auction-list-all-header, #auction-list-private-closed-header, #auction-list-privatepublic-header, #auction-list-privatenoprice-header, #auction-list-privatecontest-header,#auction-list-privatecontest67-header, #auction-list-privatespecial-header, #auction-list-privateall-header, #auction-list-wood-header,
#auction-list-woodsale-header,
.auction-list-header
{
	display: block;
	
	padding: 10px 0 10px 70px !important;
	float: left;
	margin-left: -1px;
	max-width: 600px;
}
#f-l span, #i-p span, #u-l span, #f-l-n span, #u-l-n span, #auction-list-rent-header span, #auction-list-arrest-header span, #auction-list-LandcodeRent-header span,#auction-list-landcodesaleauction-header span, #auction-list-bankrupt-header span, #private-cabinet-header span, #administration-header span, #auction-list-private-header span, #auction-list-disposal-header span, #page-content-feedback span, #auction-list-all-header span, h1 span {
	color: #8F949C;
	display: block;
	font-size: 60%;
	margin-bottom: -15px;
	margin-top: 10px;
}



#f-l{
	background: url(../images/icon-user-fl-big-red.png) no-repeat left center;
}
#i-p{
	background: url(../images/icon-user-ip-big-red.png) no-repeat left center;
}
#u-l{
	background: url(../images/icon-user-ul-big-red.png) no-repeat left center;
}
#f-l-n{
	background: url(../images/icon-user-fl-n-big-red.png) no-repeat left center;
}
#u-l-n{
	background: url(../images/icon-user-ul-n-big-red.png) no-repeat left center;
}
/*#auction-list-rent-header {
	background: url(../images/icon-rent-red-big.png) no-repeat left center;
}
p#auction-list-rent-header:hover{
	background: url(../images/icon-rent-black-big.png) no-repeat left center;
}

#auction-list-landall-red, #auction-list-LandcodeRent-header,#auction-list-LandcodeSaleAuction-header {
	background: url(../images/icon-land-red.png) no-repeat left center;
}


p#auction-list-landcodeall-header:hover{
	background: url(../images/icon-land-dark.png) no-repeat left center;
}*/


/*#auction-list-landcodeall-header, #auction-list-landcoderent-header, #auction-list-landcodesaleauction-header {
	background: url(../images/icon-land-red.png) no-repeat left center;
}

#auction-list-wood-header:hover{
    background: url(../images/icon-state-wood.png) no-repeat left center;
}
p#auction-list-bankrupt-header:hover{
	background: url(../images/icon-bankrupt-black-big.png) no-repeat left center;
}

p#auction-list-private-header:hover{
	background: url(../images/icon-state-black-big.png) no-repeat left center;
}
#auction-list-private-closed-header, #auction-list-privatenoprice-header, #auction-list-privatecontest-header,#auction-list-privatecontest67-header, #auction-list-privatespecial-header {
	background: url(../images/icon-state-outline-red-big.png) no-repeat left center;
}
p#auction-list-private-closed-header:hover {
	background: url(../images/icon-state-outline-black-big.png) no-repeat left center;
}
#auction-list-disposal-header,
.auction-list-header.disposalall,
.auction-list-header.disposalpublic,
.auction-list-header.disposal

{
	background: url(../images/icon-privatization-red-big.png) no-repeat left center;
}*/

#auction-types td{
	vertical-align:  middle;
}
/*p#auction-list-disposal-header:hover,
p#auction-list-disposalall-header:hover,
p#auction-list-disposalpublic-header:hover
{
	background: url(../images/icon-privatization-black-big.png) no-repeat left center;
}
.auction-list-header.zakupki,
.auction-list-header.zakupkicontest,
.auction-list-header.zakupkiall
{
    background: url(../images/icon-state-red-big.png) no-repeat left center;
}
.auction-list-header.landcodeall,
.auction-list-header.landcoderent
.auction-list-header.landcodesaleauction
{
	background: url(../images/icon-land-red.png) no-repeat left center;
}
.auction-list-header.landcodeall:hover,
.auction-list-header.landcoderent:hover
.auction-list-header.landcodesaleauction:hover
{
	background: url(../images/icon-land-dark.png) no-repeat left center;
}

p.auction-list-header.zakupki:hover,
p.auction-list-header.zakupkicontest
{
    background: url(../images/icon-state-black-big.png) no-repeat left center;
}
.auction-list-header.wood,
.auction-list-header.woodsale
{
    background: url(../images/icon-state-red-wood.png) no-repeat left center;
}
p.auction-list-header.wood:hover {
    background: url(../images/icon-state-wood.png) no-repeat left center;
}*/
#page-content-feedback {
	background: url(../images/icon-message-red-big.png) no-repeat left center;
}
#auction-list-bankruptpublic-header,
#auction-list-bankruptpublicv3-header,
#auction-list-bankruptall-header,
#auction-list-bankrupt-header,
#auction-list-arrest-header,
#auction-list-woodall-header, 
#auction-list-private-header, 
#auction-list-rent-header, 
.auction-list-header.wood,
#auction-list-woodsale-header,
#auction-list-disposal-header, 
.auction-list-header.landcodeall,
#auction-list-landcodeall-header, #auction-list-landcoderent-header, #auction-list-landcodesaleauction-header,
#auction-list-private-header, #auction-list-privatepublic-header, #auction-list-privateall-header,
#auction-list-all-header,
.auction-list-header.zakupki,
#auction-list-private-closed-header, #auction-list-privatenoprice-header, #auction-list-privatecontest-header, #auction-list-privatecontest67-header, #auction-list-privatespecial-header,
#auction-list-disposal-header, .auction-list-header.disposalall, .auction-list-header.disposalpublic, .auction-list-header.disposal, #auction-list-bankruptcontest-header,
#auction-list-zakupkiall-header, #auction-list-zakupkicontest-header {
	background: none; 
	position: relative;
}
#auction-list-bankrupt-header a,
#auction-list-arrest-header a, 
#auction-list-private-header a, 
#auction-list-rent-header a, 
.auction-list-header.wood a, 
#auction-list-disposal-header a, 
.auction-list-header.landcodeall a, 
.auction-list-header.zakupki a {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}
#auction-list-bankruptpublicv3-header:before,
#auction-list-bankruptpublic-header:before,
#auction-list-bankruptcontest-header:before,
#auction-list-bankruptall-header:before,
#auction-list-bankrupt-header:before,
#auction-list-arrest-header:before, 
#auction-list-woodall-header:before,
#auction-list-woodsale-header:before,
#auction-list-private-header:before,
#auction-list-private-header:before, #auction-list-privatepublic-header:before, #auction-list-privateall-header:before,
#auction-list-rent-header:before, 
.auction-list-header.wood:before,
#auction-list-all-header:before, 
#auction-list-disposal-header:before, 
.auction-list-header.landcodeall:before,
#auction-list-landcodeall-header:before, #auction-list-landcoderent-header:before, #auction-list-landcodesaleauction-header:before,
.auction-list-header.zakupki:before,
#auction-list-private-closed-header:before, #auction-list-privatenoprice-header:before, #auction-list-privatecontest-header:before, #auction-list-privatecontest67-header:before, #auction-list-privatespecial-header:before,
#auction-list-disposal-header:before, .auction-list-header.disposalall:before, .auction-list-header.disposalpublic:before, .auction-list-header.disposal:before,
#auction-list-zakupkiall-header:before, #auction-list-zakupkicontest-header:before {
	/*background-color: #17223D;
	border: 2px solid #17223D;*/
	background-size: 46px;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
}
#auction-list-bankruptcontest-header:hover:before,
#auction-list-bankruptpublicv3-header:hover:before,
#auction-list-bankruptpublic-header:hover:before,
#auction-list-bankruptall-header:hover:before,
#auction-list-bankrupt-header:hover:before,
#auction-list-arrest-header:hover:before,
#auction-list-woodall-header:hover:before,
#auction-list-woodsale-header:hover:before,
#auction-list-private-header:hover:before,
#auction-list-private-header:hover:before, #auction-list-privatepublic-header:hover:before, #auction-list-privateall-header:hover:before,
#auction-list-rent-header:hover:before,
#auction-list-all-header:hover:before, 
.auction-list-header.wood:hover:before, 
#auction-list-disposal-header:hover:before, 
.auction-list-header.landcodeall:hover:before,
#auction-list-landcodeall-header:hover:before, #auction-list-landcoderent-header:hover:before, #auction-list-landcodesaleauction-header:hover:before,
.auction-list-header.zakupki:hover:before,
#auction-list-private-closed-header:hover:before, #auction-list-privatenoprice-header:hover:before, #auction-list-privatecontest-header:hover:before, #auction-list-privatecontest67-header:hover:before, #auction-list-privatespecial-header:hover:before,
#auction-list-disposal-header:hover:before, .auction-list-header.disposalall:hover:before, .auction-list-header.disposalpublic:hover:before, .auction-list-header.disposal:hover:before {
	/*background-color: #f5fafa;
	border: 2px solid #17223D;*/
}
#auction-list-bankrupt-header:before, #auction-list-bankruptall-header:before, #auction-list-bankruptcontest-header:before, #auction-list-bankruptpublic-header:before, #auction-list-bankruptpublicv3-header:before {
	/*background-image: url('../images/bankrupt-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkVNUFRZLWJhbmtydXB0LWJhbmtydXB0Y3ktYnVzaW5lc3MgYW5kIGZpbmFuY2UtbG9zc2VzPC90aXRsZT48cmVjdCB4PSIzNSIgeT0iMzkiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjwvcmVjdD48cGF0aCBkPSJNNDYsN0ExNywxNywwLDAsMCwyOS4wNSwyM0g2YTUsNSwwLDAsMC01LDVWNTJhNSw1LDAsMCwwLDUsNUgzOGE1LDUsMCwwLDAsNS01VjQ1aDFhMSwxLDAsMCwwLDEtMVY0MWMuMzMsMCwuNjYsMCwxLDBBMTcsMTcsMCwwLDAsNDYsN1pNNiwyNUgyOS4wNWExNywxNywwLDAsMCwuNyw0SDNWMjhBMywzLDAsMCwxLDYsMjVaTTM4LDU1SDZhMywzLDAsMCwxLTMtM1Y1MUg0MXYxQTMsMywwLDAsMSwzOCw1NVptMy02SDNWMzFIMzAuNTNhMTYuODQsMTYuODQsMCwwLDAsMy4wOSw0LjYyQTUsNSwwLDAsMCwzNiw0NWg1Wm0yLTZIMzZhMywzLDAsMCwxLS44MS01Ljg5QTE3LDE3LDAsMCwwLDQzLDQwLjcyWm0zLTRBMTUsMTUsMCwxLDEsNjEsMjQsMTUsMTUsMCwwLDEsNDYsMzlaIj48L3BhdGg+PHBhdGggZD0iTTU2LjY3LDE2LjU4YTEsMSwwLDAsMC0xLjUzLS4xM0wzOC40NSwzMy4xNGExLDEsMCwwLDAsLjEzLDEuNTNBMTMsMTMsMCwwLDAsNTYuNjcsMTYuNThaTTQ4LDI3YTIsMiwwLDAsMS0yLDIsMi4wOSwyLjA5LDAsMCwxLS41MS0uMDdsMi40NC0yLjQ0QTIuMTYsMi4xNiwwLDAsMSw0OCwyN1ptLTIsOGExMC45LDEwLjksMCwwLDEtNS4yNS0xLjM0TDQ0LDMwLjQ0YTQuMjEsNC4yMSwwLDAsMCwxLC40MlYzM2gyVjMwLjg2QTQsNCwwLDAsMCw0OS40NCwyNWw2LjIyLTYuMjJBMTEsMTEsMCwwLDEsNDYsMzVaIj48L3BhdGg+PHBhdGggZD0iTTUzLjg0LDE0LjA2YTEsMSwwLDAsMC0uNDItLjczQTEzLDEzLDAsMCwwLDM1LjMzLDMxLjQyYTEsMSwwLDAsMCwuNzMuNDJoLjA5YTEsMSwwLDAsMCwuNzEtLjNMNTMuNTUsMTQuODZBMSwxLDAsMCwwLDUzLjg0LDE0LjA2Wk00NCwyMWEyLDIsMCwwLDEsMi0yLDIuMTYsMi4xNiwwLDAsMSwuNTEuMDdsLTIuNDQsMi40NEEyLjI0LDIuMjQsMCwwLDEsNDQsMjFabTQtMy40NGE0LjIxLDQuMjEsMCwwLDAtMS0uNDJWMTVINDV2Mi4xNEE0LDQsMCwwLDAsNDIuNTYsMjNsLTYuMjIsNi4yMkExMSwxMSwwLDAsMSw1MS4yNSwxNC4zNFoiPjwvcGF0aD48cmVjdCB4PSIxMiIgeT0iMTUuMTciIHdpZHRoPSIyIiBoZWlnaHQ9IjUuNjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyIDE0LjQ2KSByb3RhdGUoLTQ1KSI+PC9yZWN0PjxyZWN0IHg9IjIwLjE3IiB5PSIxNyIgd2lkdGg9IjUuNjYiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuOTkgMjEuNTQpIHJvdGF0ZSgtNDUpIj48L3JlY3Q+PHJlY3QgeD0iMTciIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI2Ij48L3JlY3Q+PC9zdmc+); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M173.438 182.812H164.062V192.188H173.438V182.812Z' fill='%2317223D'/%3E%3Cpath d='M215.625 32.8125C195.319 32.8371 175.788 40.6129 161.021 54.5519C146.255 68.4908 137.366 87.5413 136.172 107.812H28.125C25.0471 107.813 21.9994 108.419 19.1559 109.597C16.3123 110.774 13.7286 112.501 11.5522 114.677C7.1568 119.073 4.6875 125.034 4.6875 131.25V243.75C4.6875 249.966 7.1568 255.927 11.5522 260.323C13.7286 262.499 16.3123 264.226 19.1559 265.403C21.9994 266.581 25.0471 267.188 28.125 267.188H178.125C184.341 267.188 190.302 264.718 194.698 260.323C199.093 255.927 201.562 249.966 201.562 243.75V210.938H206.25C207.493 210.938 208.685 210.444 209.565 209.565C210.444 208.685 210.938 207.493 210.938 206.25V192.188C212.484 192.188 214.031 192.188 215.625 192.188C236.759 192.187 257.028 183.792 271.973 168.848C286.917 153.903 295.312 133.634 295.312 112.5C295.312 91.3656 286.917 71.0967 271.973 56.1524C257.028 41.2081 236.759 32.8125 215.625 32.8125ZM28.125 117.188H136.172C136.513 123.546 137.614 129.841 139.453 135.938H14.0625V131.25C14.0625 127.52 15.5441 123.944 18.1813 121.306C20.8185 118.669 24.3954 117.188 28.125 117.188ZM178.125 257.812H28.125C24.3954 257.812 20.8185 256.331 18.1813 253.694C15.5441 251.056 14.0625 247.48 14.0625 243.75V239.062H192.188V243.75C192.188 247.48 190.706 251.056 188.069 253.694C185.431 256.331 181.855 257.812 178.125 257.812ZM192.188 229.688H14.0625V145.312H143.109C146.705 153.284 151.599 160.602 157.594 166.969C153.049 169.471 149.463 173.41 147.398 178.168C145.332 182.927 144.904 188.236 146.179 193.265C147.455 198.293 150.363 202.756 154.448 205.954C158.532 209.152 163.562 210.905 168.75 210.938H192.188V229.688ZM201.562 201.562H168.75C165.348 201.568 162.06 200.341 159.494 198.107C156.928 195.874 155.258 192.786 154.795 189.416C154.331 186.046 155.105 182.622 156.973 179.779C158.841 176.936 161.676 174.866 164.953 173.953C175.503 182.64 188.11 188.467 201.562 190.875V201.562ZM215.625 182.812C201.719 182.812 188.124 178.689 176.561 170.963C164.999 163.237 155.987 152.255 150.665 139.407C145.343 126.559 143.951 112.422 146.664 98.7827C149.377 85.1434 156.073 72.6149 165.907 62.7816C175.74 52.9482 188.268 46.2516 201.908 43.5385C215.547 40.8255 229.684 42.2179 242.532 47.5397C255.38 52.8615 266.362 61.8736 274.088 73.4365C281.814 84.9993 285.938 98.5935 285.938 112.5C285.938 131.148 278.53 149.032 265.343 162.218C252.157 175.405 234.273 182.812 215.625 182.812Z' fill='%2317223D'/%3E%3Cpath d='M265.641 77.7192C265.247 77.1567 264.734 76.6876 264.139 76.345C263.544 76.0024 262.881 75.7947 262.197 75.7366C261.513 75.6784 260.825 75.7713 260.18 76.0086C259.536 76.2459 258.952 76.6218 258.469 77.1098L180.234 155.344C179.746 155.827 179.37 156.411 179.133 157.056C178.896 157.7 178.803 158.389 178.861 159.073C178.919 159.757 179.127 160.42 179.47 161.015C179.812 161.61 180.281 162.122 180.844 162.516C192.577 170.649 206.794 174.403 221.013 173.125C235.232 171.847 248.551 165.617 258.646 155.522C268.741 145.427 274.971 132.108 276.25 117.889C277.528 103.669 273.773 89.4529 265.641 77.7192ZM225 126.563C225 129.049 224.012 131.434 222.254 133.192C220.496 134.95 218.111 135.938 215.625 135.938C214.818 135.928 214.015 135.817 213.234 135.61L224.672 124.172C224.876 124.953 224.986 125.756 225 126.563ZM215.625 164.063C207.024 164.074 198.559 161.913 191.016 157.782L206.25 142.688C207.721 143.544 209.297 144.205 210.937 144.657V154.688H220.312V144.657C223.093 143.918 225.665 142.549 227.832 140.657C229.998 138.764 231.7 136.399 232.806 133.743C233.912 131.088 234.391 128.213 234.208 125.342C234.025 122.472 233.184 119.682 231.75 117.188L260.906 88.0317C265.137 95.8788 267.26 104.689 267.07 113.601C266.88 122.514 264.382 131.225 259.82 138.885C255.259 146.544 248.789 152.89 241.043 157.303C233.297 161.715 224.54 164.045 215.625 164.063Z' fill='%2317223D'/%3E%3Cpath d='M252.375 65.9067C252.315 65.2275 252.108 64.5694 251.768 63.9784C251.428 63.3874 250.963 62.8777 250.406 62.4848C238.673 54.3522 224.456 50.5974 210.237 51.8757C196.018 53.154 182.699 59.3841 172.604 69.4791C162.509 79.5741 156.278 92.8931 155 107.112C153.722 121.331 157.477 135.548 165.609 147.282C166.002 147.839 166.512 148.304 167.103 148.644C167.694 148.984 168.352 149.191 169.031 149.25H169.453C170.073 149.248 170.687 149.122 171.258 148.881C171.829 148.639 172.347 148.287 172.781 147.844L251.016 69.6567C251.504 69.1701 251.879 68.5817 252.114 67.9335C252.349 67.2853 252.438 66.5933 252.375 65.9067ZM206.25 98.438C206.25 95.9516 207.238 93.567 208.996 91.8088C210.754 90.0507 213.139 89.063 215.625 89.063C216.432 89.0766 217.235 89.1868 218.016 89.3911L206.578 100.829C206.377 100.047 206.267 99.2448 206.25 98.438ZM225 82.313C223.529 81.4573 221.953 80.7956 220.312 80.3442V70.313H210.937V80.3442C208.157 81.0831 205.585 82.4517 203.418 84.3442C201.252 86.2367 199.55 88.6022 198.444 91.2578C197.338 93.9134 196.859 96.7877 197.042 99.6585C197.225 102.529 198.066 105.319 199.5 107.813L170.344 136.969C165.113 127.203 163.166 116.012 164.792 105.054C166.419 94.0951 171.531 83.9517 179.373 76.1258C187.215 68.2999 197.368 63.2078 208.33 61.6036C219.292 59.9994 230.479 61.9685 240.234 67.2192L225 82.313Z' fill='%2317223D'/%3E%3Cpath d='M54.8733 71.6592L48.2441 78.2883L67.0046 97.0487L73.6337 90.4196L54.8733 71.6592Z' fill='%2317223D'/%3E%3Cpath d='M113.884 71.7012L95.124 90.4616L101.753 97.0907L120.514 78.3303L113.884 71.7012Z' fill='%2317223D'/%3E%3Cpath d='M89.0625 60.9375H79.6875V89.0625H89.0625V60.9375Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*#auction-list-bankrupt-header:hover:before, #auction-list-bankruptall-header:hover:before, #auction-list-bankruptcontest-header:hover:before, #auction-list-bankruptpublic-header:hover:before, #auction-list-bankruptpublicv3-header:hover:before {
	background-image: url('../images/bankrupt-hov.png');
}*/

#auction-list-arrest-header:before {
	/*background-image: url('../images/arrest-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkZPUkVDTE9TVVJFLW1vcnRnYWdlLXJlYWwgZXN0YXRlLXByb3BlcnR5LWJ1aWxkaW5nPC90aXRsZT48cGF0aCBkPSJNNjIsOWExLDEsMCwwLDAsMS0xVjJhMSwxLDAsMCwwLTEtMUgyQTEsMSwwLDAsMCwxLDJWOEExLDEsMCwwLDAsMiw5SDNWNTVIMmExLDEsMCwwLDAtMSwxdjZhMSwxLDAsMCwwLDEsMUg2MmExLDEsMCwwLDAsMS0xVjU2YTEsMSwwLDAsMC0xLTFINjFWOVpNMywzSDYxVjdIM1pNNDgsNTVWMzZoNWExLDEsMCwwLDAsLjkyLS42MiwxLDEsMCwwLDAtLjIxLTEuMDlMNDgsMjguNTlWOWg3VjU1Wk0xNiw5VjI4LjU5bC01LjcxLDUuN2ExLDEsMCwwLDAtLjIxLDEuMDlBMSwxLDAsMCwwLDExLDM2aDVWNTVIOVY5Wm0wLDI1SDEzLjQxTDE2LDMxLjQxWk0xOCw5aDJWNTVIMThabTQsMTYuNDEsNy03djMuMThsLTcsN1ptNy05LjgyLTcsN1Y5aDdaTTIyLDMxLjQxbDctN1YzOS42OUE3LDcsMCwwLDAsMjUsNDZ2OUgyMlpNMjcsNDZhNSw1LDAsMCwxLDItNFY1NUgyN1pNMzEsOWgyVjU1SDMxWm00LDkuNDEsNyw3djMuMThsLTctN1ptNyw0LjE4LTctN1Y5aDdaTTM1LDQyYTUsNSwwLDAsMSwyLDR2OUgzNVptMC0yLjMxVjI0LjQxbDcsN1Y1NUgzOVY0NkE3LDcsMCwwLDAsMzUsMzkuNjlaTTQ0LDloMlY1NUg0NFptNCwyMi40MUw1MC41OSwzNEg0OFpNNSw5SDdWNTVINVpNNjEsNjFIM1Y1N0g2MVptLTItNkg1N1Y5aDJaIj48L3BhdGg+PC9zdmc+); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 42.1875C291.868 42.1875 293.06 41.6936 293.94 40.8146C294.819 39.9355 295.312 38.7432 295.312 37.5V9.375C295.312 8.1318 294.819 6.93951 293.94 6.06044C293.06 5.18136 291.868 4.6875 290.625 4.6875H9.375C8.1318 4.6875 6.93951 5.18136 6.06044 6.06044C5.18136 6.93951 4.6875 8.1318 4.6875 9.375V37.5C4.6875 38.7432 5.18136 39.9355 6.06044 40.8146C6.93951 41.6936 8.1318 42.1875 9.375 42.1875H14.0625V257.812H9.375C8.1318 257.812 6.93951 258.306 6.06044 259.185C5.18136 260.065 4.6875 261.257 4.6875 262.5V290.625C4.6875 291.868 5.18136 293.06 6.06044 293.94C6.93951 294.819 8.1318 295.312 9.375 295.312H290.625C291.868 295.312 293.06 294.819 293.94 293.94C294.819 293.06 295.312 291.868 295.312 290.625V262.5C295.312 261.257 294.819 260.065 293.94 259.185C293.06 258.306 291.868 257.812 290.625 257.812H285.938V42.1875H290.625ZM14.0625 14.0625H285.938V32.8125H14.0625V14.0625ZM225 257.812V168.75H248.438C249.363 168.745 250.266 168.467 251.034 167.95C251.801 167.433 252.398 166.7 252.75 165.844C253.109 164.99 253.207 164.049 253.032 163.14C252.857 162.231 252.416 161.394 251.766 160.734L225 134.016V42.1875H257.812V257.812H225ZM75 42.1875V134.016L48.2344 160.734C47.5839 161.394 47.1433 162.231 46.9681 163.14C46.793 164.049 46.891 164.99 47.25 165.844C47.6017 166.7 48.1988 167.433 48.9663 167.95C49.7337 168.467 50.6371 168.745 51.5625 168.75H75V257.812H42.1875V42.1875H75ZM75 159.375H62.8594L75 147.234V159.375ZM84.375 42.1875H93.75V257.812H84.375V42.1875ZM103.125 119.109L135.938 86.2969V101.203L103.125 134.016V119.109ZM135.938 73.0781L103.125 105.891V42.1875H135.938V73.0781ZM103.125 147.234L135.938 114.422V186.047C130.338 188.703 125.605 192.891 122.287 198.125C118.968 203.36 117.2 209.427 117.188 215.625V257.812H103.125V147.234ZM126.562 215.625C126.562 211.986 127.41 208.398 129.037 205.143C130.664 201.889 133.027 199.058 135.938 196.875V257.812H126.562V215.625ZM145.312 42.1875H154.688V257.812H145.312V42.1875ZM164.062 86.2969L196.875 119.109V134.016L164.062 101.203V86.2969ZM196.875 105.891L164.062 73.0781V42.1875H196.875V105.891ZM164.062 196.875C166.973 199.058 169.336 201.889 170.963 205.143C172.59 208.398 173.438 211.986 173.438 215.625V257.812H164.062V196.875ZM164.062 186.047V114.422L196.875 147.234V257.812H182.812V215.625C182.8 209.427 181.032 203.36 177.713 198.125C174.395 192.891 169.662 188.703 164.062 186.047ZM206.25 42.1875H215.625V257.812H206.25V42.1875ZM225 147.234L237.141 159.375H225V147.234ZM23.4375 42.1875H32.8125V257.812H23.4375V42.1875ZM285.938 285.938H14.0625V267.188H285.938V285.938ZM276.562 257.812H267.188V42.1875H276.562V257.812Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*#auction-list-arrest-header:hover:before {
	background-image: url('../images/arrest-hov.png');
}*/

#auction-list-private-header:before, #auction-list-private-header:before, #auction-list-privatepublic-header:before, #auction-list-privateall-header:before {
	/*background-image: url('../images/municipal-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmFyY2hpdGVjdG9uaWMtdXJiYW4tYmFuay10ZW1wbGUtbXVzZXVtLWJ1aWxkaW5nczwvdGl0bGU+PHBhdGggZD0iTTYyLDU1SDYxVjUyYTEsMSwwLDAsMC0xLTFINTlWNDdhMSwxLDAsMCwwLTEtMUg1N1YzMmgxYTEsMSwwLDAsMCwxLTFWMjguODc0QTE3LjEzNSwxNy4xMzUsMCwwLDAsNjAuMzUxLDI3SDYyYTEsMSwwLDAsMCwuNjI1LTEuNzgxbC0uOTQ3LS43NThBMTYuOTYzLDE2Ljk2MywwLDAsMCwzNi4yMyw0LjFsLTMuNi0yLjg4NGExLDEsMCwwLDAtMS4yNSwwbC0zMCwyNEExLDEsMCwwLDAsMiwyN0g1djRhMSwxLDAsMCwwLDEsMUg3VjQ2SDZhMSwxLDAsMCwwLTEsMXY0SDRhMSwxLDAsMCwwLTEsMXYzSDJhMSwxLDAsMCwwLTEsMXY2YTEsMSwwLDAsMCwxLDFINjJhMSwxLDAsMCwwLDEtMVY1NkExLDEsMCwwLDAsNjIsNTVaTTQ5LDUxVjQ4aDh2M1pNMzcsNTFIMjdWNDRhNSw1LDAsMCwxLDEwLDBaTTMyLDM3YTcuMDA4LDcuMDA4LDAsMCwwLTcsN3Y3SDE3VjQ3YTEsMSwwLDAsMC0xLTFIMTVWMzJoMWExLDEsMCwwLDAsMS0xVjI3SDMxLjYxN2ExNy4wNDMsMTcuMDQzLDAsMCwwLDEuNDY1LDJIMjZhMSwxLDAsMCwwLTEsMXY0YTEsMSwwLDAsMCwxLDFIMzhhMSwxLDAsMCwwLDEtMXYtLjU1MmExNi42MDksMTYuNjA5LDAsMCwwLDEwLDEuMjM2VjQ2SDQ4YTEsMSwwLDAsMC0xLDF2NEgzOVY0NEE3LjAwOCw3LjAwOCwwLDAsMCwzMiwzN1pNMjkuMTQ2LDIwLjFhNC45NzcsNC45NzcsMCwwLDEsMS4yMzItOC44MDdBMTYuNTUsMTYuNTUsMCwwLDAsMjkuMTQ2LDIwLjFaTTM1LjA5NCwzMUExNy4xMDYsMTcuMTA2LDAsMCwwLDM3LDMyLjM3MVYzM0gyN1YzMVpNNTEsNDZWMzQuMjFhMTYuODYzLDE2Ljg2MywwLDAsMCw0LTEuODU5VjQ2Wm05Ljk2OC0yOC4wMTZBMTQuOTg0LDE0Ljk4NCwwLDEsMSw0NS45ODQsMywxNSwxNSwwLDAsMSw2MC45NjgsMTcuOTg0Wk0zMiwzLjI4bDIuNjMzLDIuMTA3YTE3LjA2MywxNy4wNjMsMCwwLDAtMy4wNDgsMy42MzQsNi45OCw2Ljk4LDAsMCwwLTEuOTM5LDEzLjU0N0ExNi44NzcsMTYuODc3LDAsMCwwLDMwLjUzNSwyNUg0Ljg1MVpNMTUsMjd2M0g3VjI3Wk05LDMyaDRWNDZIOVpNNyw0OGg4djNIN1pNNSw1M0g1OXYySDVabTU2LDhIM1Y1N0g2MVoiPjwvcGF0aD48cGF0aCBkPSJNMzMuMjYxLDE4LjcwN2w3LDdhMSwxLDAsMCwwLDEuNDE0LDBsMy0zYTEsMSwwLDAsMCwwLTEuNDE0TDQ0LjM4MiwyMWwuODM2LS44MzYsOC41NDMsOC41NDNhMSwxLDAsMCwwLDEuNDE0LDBsMi41LTIuNWExLDEsMCwwLDAsMC0xLjQxNEw0OS4xMzIsMTYuMjVsLjgzNi0uODM2LjI5My4yOTNhMSwxLDAsMCwwLDEuNDE0LDBsMy0zYTEsMSwwLDAsMCwwLTEuNDE0bC03LTdhMSwxLDAsMCwwLTEuNDE0LDBsLTMsM2ExLDEsMCwwLDAsMCwxLjQxNEw0My41NTQsOWwtNS41ODYsNS41ODYtLjI5My0uMjkzYTEsMSwwLDAsMC0xLjQxNCwwbC0zLDNBMSwxLDAsMCwwLDMzLjI2MSwxOC43MDdaTTU1LjU1NCwyNS41bC0xLjA4NiwxLjA4Nkw0Ni42MzIsMTguNzVsMS4wODYtMS4wODZaTTQ2Ljk2OCw2LjQxNCw1Mi41NTQsMTJsLTEuNTg2LDEuNTg2TDQ1LjM4Miw4Wm0tMiw0TDQ4LjU1NCwxNGwtNS41ODYsNS41ODZMMzkuMzgyLDE2Wm0tOCw2TDQyLjU1NCwyMmwtMS41ODYsMS41ODZMMzUuMzgyLDE4WiI+PC9wYXRoPjwvc3ZnPg==); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 257.813H285.938V243.75C285.938 242.507 285.444 241.315 284.565 240.436C283.685 239.557 282.493 239.063 281.25 239.063H276.562V220.313C276.562 219.07 276.069 217.877 275.19 216.998C274.31 216.119 273.118 215.625 271.875 215.625H267.188V150H271.875C273.118 150 274.31 149.507 275.19 148.628C276.069 147.748 276.562 146.556 276.562 145.313V135.347C278.869 132.565 280.984 129.63 282.895 126.563H290.625C291.597 126.563 292.544 126.262 293.337 125.7C294.13 125.139 294.729 124.344 295.05 123.428C295.372 122.511 295.401 121.517 295.133 120.583C294.865 119.649 294.314 118.821 293.555 118.215L289.116 114.661C295.722 98.7415 296.976 81.1061 292.69 64.4115C288.403 47.7169 278.808 32.8671 265.349 22.099C251.891 11.3308 235.298 5.22741 218.07 4.708C200.841 4.1886 183.911 9.28136 169.828 19.2192L152.953 5.70044C152.122 5.0348 151.088 4.67212 150.023 4.67212C148.958 4.67212 147.925 5.0348 147.094 5.70044L6.46875 118.2C5.70589 118.804 5.14991 119.631 4.87792 120.565C4.60593 121.499 4.63141 122.495 4.95083 123.414C5.27025 124.333 5.86778 125.13 6.66053 125.694C7.45329 126.259 8.40197 126.562 9.375 126.563H23.4375V145.313C23.4375 146.556 23.9314 147.748 24.8104 148.628C25.6895 149.507 26.8818 150 28.125 150H32.8125V215.625H28.125C26.8818 215.625 25.6895 216.119 24.8104 216.998C23.9314 217.877 23.4375 219.07 23.4375 220.313V239.063H18.75C17.5068 239.063 16.3145 239.557 15.4354 240.436C14.5564 241.315 14.0625 242.507 14.0625 243.75V257.813H9.375C8.1318 257.813 6.93951 258.307 6.06044 259.186C5.18136 260.065 4.6875 261.257 4.6875 262.5V290.625C4.6875 291.869 5.18136 293.061 6.06044 293.94C6.93951 294.819 8.1318 295.313 9.375 295.313H290.625C291.868 295.313 293.06 294.819 293.94 293.94C294.819 293.061 295.312 291.869 295.312 290.625V262.5C295.312 261.257 294.819 260.065 293.94 259.186C293.06 258.307 291.868 257.813 290.625 257.813ZM229.688 239.063V225H267.188V239.063H229.688ZM173.438 239.063H126.562V206.25C126.562 200.034 129.032 194.073 133.427 189.678C137.823 185.282 143.784 182.813 150 182.813C156.216 182.813 162.177 185.282 166.573 189.678C170.968 194.073 173.437 200.034 173.438 206.25V239.063ZM150 173.438C141.301 173.448 132.96 176.908 126.809 183.059C120.658 189.211 117.197 197.551 117.188 206.25V239.063H79.6875V220.313C79.6875 219.07 79.1936 217.877 78.3146 216.998C77.4355 216.119 76.2432 215.625 75 215.625H70.3125V150H75C76.2432 150 77.4355 149.507 78.3146 148.628C79.1936 147.748 79.6875 146.556 79.6875 145.313V126.563H148.205C150.263 129.851 152.558 132.984 155.072 135.938H121.875C120.632 135.938 119.44 136.432 118.56 137.311C117.681 138.19 117.188 139.382 117.188 140.625V159.375C117.188 160.619 117.681 161.811 118.56 162.69C119.44 163.569 120.632 164.063 121.875 164.063H178.125C179.368 164.063 180.56 163.569 181.44 162.69C182.319 161.811 182.812 160.619 182.812 159.375V156.788C197.461 163.527 213.84 165.551 229.688 162.582V215.625H225C223.757 215.625 222.565 216.119 221.685 216.998C220.806 217.877 220.312 219.07 220.312 220.313V239.063H182.812V206.25C182.803 197.551 179.342 189.211 173.191 183.059C167.04 176.908 158.699 173.448 150 173.438V173.438ZM136.622 94.2192C133.066 91.7604 130.263 88.3617 128.526 84.4026C126.789 80.4435 126.186 76.0795 126.785 71.7978C127.384 67.5161 129.161 63.4851 131.918 60.1546C134.675 56.824 138.303 54.325 142.397 52.9364C136.742 65.9127 134.745 80.1891 136.622 94.2192V94.2192ZM164.503 145.313C167.331 147.657 170.316 149.804 173.438 151.739V154.688H126.562V145.313H164.503ZM239.062 215.625V160.36C245.667 158.289 251.971 155.359 257.812 151.646V215.625H239.062ZM285.787 84.3004C285.787 98.1921 281.668 111.772 273.95 123.322C266.233 134.873 255.263 143.875 242.429 149.191C229.595 154.508 215.472 155.898 201.847 153.188C188.223 150.478 175.707 143.789 165.885 133.966C156.062 124.143 149.372 111.628 146.662 98.0031C143.952 84.3784 145.343 70.2559 150.659 57.4217C155.975 44.5875 164.978 33.6179 176.528 25.9001C188.079 18.1823 201.658 14.0629 215.55 14.0629C234.172 14.0828 252.026 21.4892 265.193 34.657C278.361 47.8247 285.768 65.6784 285.787 84.3004V84.3004ZM150 15.3754L162.342 25.252C156.81 30.2373 152.001 35.9708 148.055 42.2864C140.511 42.714 133.348 45.7395 127.781 50.849C122.215 55.9585 118.588 62.8372 117.518 70.3168C116.447 77.7965 117.998 85.4162 121.908 91.8821C125.818 98.3479 131.845 103.261 138.966 105.788C140.061 109.689 141.454 113.5 143.133 117.188H22.7391L150 15.3754ZM70.3125 126.563V140.625H32.8125V126.563H70.3125ZM42.1875 150H60.9375V215.625H42.1875V150ZM32.8125 225H70.3125V239.063H32.8125V225ZM23.4375 248.438H276.562V257.813H23.4375V248.438ZM285.938 285.938H14.0625V267.188H285.938V285.938Z' fill='%2317223D'/%3E%3Cpath d='M155.911 87.689L188.723 120.502C189.602 121.38 190.794 121.874 192.037 121.874C193.28 121.874 194.472 121.38 195.351 120.502L209.414 106.439C210.292 105.56 210.786 104.368 210.786 103.125C210.786 101.882 210.292 100.69 209.414 99.8109L208.04 98.4375L211.959 94.5187L252.004 134.564C252.883 135.443 254.075 135.936 255.318 135.936C256.561 135.936 257.753 135.443 258.632 134.564L270.351 122.845C271.23 121.966 271.724 120.774 271.724 119.531C271.724 118.288 271.23 117.096 270.351 116.217L230.306 76.1719L234.225 72.2531L235.598 73.6265C236.477 74.5053 237.669 74.999 238.912 74.999C240.155 74.999 241.347 74.5053 242.226 73.6265L256.289 59.564C257.167 58.685 257.661 57.4929 257.661 56.25C257.661 55.007 257.167 53.8149 256.289 52.9359L223.476 20.1234C222.597 19.2446 221.405 18.751 220.162 18.751C218.919 18.751 217.727 19.2446 216.848 20.1234L202.786 34.1859C201.907 35.0649 201.413 36.257 201.413 37.5C201.413 38.7429 201.907 39.935 202.786 40.814L204.159 42.1875L177.975 68.3719L176.601 66.9984C175.722 66.1196 174.53 65.626 173.287 65.626C172.044 65.626 170.852 66.1196 169.973 66.9984L155.911 81.0609C155.032 81.9399 154.538 83.132 154.538 84.375C154.538 85.6179 155.032 86.81 155.911 87.689V87.689ZM260.409 119.531L255.318 124.622L218.587 87.8906L223.678 82.8L260.409 119.531ZM220.162 30.0656L246.346 56.25L238.912 63.6844L212.728 37.5L220.162 30.0656ZM210.787 48.8156L227.596 65.625L201.412 91.8094L184.603 75L210.787 48.8156ZM173.287 76.9406L199.471 103.125L192.037 110.559L165.853 84.375L173.287 76.9406Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*#auction-list-private-header:hover:before, #auction-list-private-header:hover:before, #auction-list-privatepublic-header:hover:before, #auction-list-privateall-header:hover:before {
	background-image: url('../images/municipal-hov.png');
}*/

#auction-list-rent-header:before {
	/*background-image: url('../images/arenda-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkFVQ1RJT04tbG9hbi1jb3VydC1ob3VzZS1ob21lPC90aXRsZT48cGF0aCBkPSJNNjIuNzEsNTUuMjksNTEuOTEsNDQuNSw1Myw0My40MWwuMjkuM2ExLDEsMCwwLDAsMS40MiwwbDMtM2ExLDEsMCwwLDAsMC0xLjQybC04LThhMSwxLDAsMCwwLTEuNDIsMGwtMywzYTEsMSwwLDAsMCwwLDEuNDJsLjMuMjktLjU5LjU5VjI3aDVhMSwxLDAsMCwwLC45Mi0uNjIsMSwxLDAsMCwwLS4yMS0xLjA5bC0yNC0yNGExLDEsMCwwLDAtMS40MiwwbC0yNCwyNGExLDEsMCwwLDAtLjIxLDEuMDlBMSwxLDAsMCwwLDIsMjdIN1Y1MmExLDEsMCwwLDAsMSwxSDQwLjU5bDEuNywxLjcxYTEsMSwwLDAsMCwxLjQyLDBsMy0zYTEsMSwwLDAsMCwwLTEuNDJsLS4zLS4yOSwxLjA5LTEuMDksMTAuNzksMTAuOGExLDEsMCwwLDAsMS40MiwwbDMtM0ExLDEsMCwwLDAsNjIuNzEsNTUuMjlaTTQ5LDMzLjQxLDU1LjU5LDQwLDU0LDQxLjU5LDQ3LjQxLDM1Wm0tMjMtMzBMNDcuNTksMjVINDQuNDFMMjYuNzEsNy4yOWExLDEsMCwwLDAtMS40MiwwTDcuNTksMjVINC40MVpNMjUsNTFIMTNWMzVIMjVabTIsMFYzNGExLDEsMCwwLDAtMS0xSDEyYTEsMSwwLDAsMC0xLDFWNTFIOVYyNi40MWwxNy0xNywxNywxN1YzOC41OWwtNCw0LS4yOS0uM2ExLDEsMCwwLDAtMS40MiwwbC0zLDNhMSwxLDAsMCwwLDAsMS40MkwzOC41OSw1MVptMTYsMS41OUwzNi40MSw0NiwzOCw0NC40MSw0NC41OSw1MVpNNDAuNDEsNDQsNDcsMzcuNDEsNTEuNTksNDIsNDUsNDguNTlaTTU5LDU3LjU5LDQ4LjkxLDQ3LjVsMS41OS0xLjU5TDYwLjU5LDU2WiI+PC9wYXRoPjxwYXRoIGQ9Ik00OSw1N0gzNWExLDEsMCwwLDAtMSwxdjRhMSwxLDAsMCwwLDEsMUg0OWExLDEsMCwwLDAsMS0xVjU4QTEsMSwwLDAsMCw0OSw1N1ptLTEsNEgzNlY1OUg0OFoiPjwvcGF0aD48cGF0aCBkPSJNMzEsMzVoOHY0aDJWMzRhMSwxLDAsMCwwLTEtMUgzMGExLDEsMCwwLDAtMSwxVjQ2YTEsMSwwLDAsMCwxLDFoM1Y0NUgzMVoiPjwvcGF0aD48cGF0aCBkPSJNMzIsMjNhNiw2LDAsMSwwLTYsNkE2LDYsMCwwLDAsMzIsMjNabS02LDRhNCw0LDAsMSwxLDQtNEE0LDQsMCwwLDEsMjYsMjdaIj48L3BhdGg+PC9zdmc+); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.953 259.172L243.328 208.594L248.437 203.484L249.797 204.89C250.232 205.33 250.751 205.679 251.322 205.917C251.893 206.154 252.506 206.277 253.125 206.277C253.744 206.277 254.356 206.154 254.928 205.917C255.499 205.679 256.017 205.33 256.453 204.89L270.515 190.828C270.955 190.392 271.304 189.874 271.541 189.303C271.779 188.731 271.902 188.119 271.902 187.5C271.902 186.881 271.779 186.268 271.541 185.697C271.304 185.126 270.955 184.607 270.515 184.172L233.015 146.672C232.58 146.232 232.061 145.884 231.49 145.646C230.919 145.408 230.306 145.285 229.687 145.285C229.069 145.285 228.456 145.408 227.885 145.646C227.313 145.884 226.795 146.232 226.359 146.672L212.297 160.734C211.857 161.17 211.509 161.688 211.271 162.26C211.033 162.831 210.91 163.444 210.91 164.062C210.91 164.681 211.033 165.294 211.271 165.865C211.509 166.436 211.857 166.955 212.297 167.39L213.703 168.75L210.937 171.515V126.562H234.375C235.3 126.558 236.204 126.279 236.971 125.762C237.738 125.245 238.336 124.512 238.687 123.656C239.046 122.802 239.144 121.862 238.969 120.952C238.794 120.043 238.353 119.206 237.703 118.547L125.203 6.04671C124.767 5.60736 124.249 5.25864 123.678 5.02066C123.106 4.78268 122.494 4.66016 121.875 4.66016C121.256 4.66016 120.643 4.78268 120.072 5.02066C119.501 5.25864 118.982 5.60736 118.547 6.04671L6.04667 118.547C5.39625 119.206 4.95564 120.043 4.78045 120.952C4.60526 121.862 4.70333 122.802 5.0623 123.656C5.41396 124.512 6.01113 125.245 6.77857 125.762C7.54601 126.279 8.44937 126.558 9.3748 126.562H32.8123V243.75C32.8123 244.993 33.3062 246.185 34.1852 247.064C35.0643 247.943 36.2566 248.437 37.4998 248.437H190.265L198.234 256.453C198.67 256.892 199.188 257.241 199.76 257.479C200.331 257.717 200.944 257.84 201.562 257.84C202.181 257.84 202.794 257.717 203.365 257.479C203.936 257.241 204.455 256.892 204.89 256.453L218.953 242.39C219.392 241.955 219.741 241.436 219.979 240.865C220.217 240.294 220.339 239.681 220.339 239.062C220.339 238.444 220.217 237.831 219.979 237.26C219.741 236.688 219.392 236.17 218.953 235.734L217.547 234.375L222.656 229.265L273.234 279.89C273.67 280.33 274.188 280.679 274.76 280.917C275.331 281.154 275.944 281.277 276.562 281.277C277.181 281.277 277.794 281.154 278.365 280.917C278.936 280.679 279.455 280.33 279.89 279.89L293.953 265.828C294.392 265.392 294.741 264.874 294.979 264.303C295.217 263.731 295.339 263.119 295.339 262.5C295.339 261.881 295.217 261.268 294.979 260.697C294.741 260.126 294.392 259.607 293.953 259.172ZM229.687 156.609L260.578 187.5L253.125 194.953L222.234 164.062L229.687 156.609ZM121.875 15.9842L223.078 117.187H208.172L125.203 34.1717C124.767 33.7324 124.249 33.3836 123.678 33.1457C123.106 32.9077 122.494 32.7852 121.875 32.7852C121.256 32.7852 120.643 32.9077 120.072 33.1457C119.501 33.3836 118.982 33.7324 118.547 34.1717L35.5779 117.187H20.6717L121.875 15.9842ZM117.187 239.062H60.9373V164.062H117.187V239.062ZM126.562 239.062V159.375C126.562 158.132 126.068 156.939 125.189 156.06C124.31 155.181 123.118 154.687 121.875 154.687H56.2498C55.0066 154.687 53.8143 155.181 52.9352 156.06C52.0562 156.939 51.5623 158.132 51.5623 159.375V239.062H42.1873V123.797L121.875 44.1092L201.562 123.797V180.89L182.812 199.64L181.453 198.234C181.017 197.795 180.499 197.446 179.928 197.208C179.356 196.97 178.744 196.848 178.125 196.848C177.506 196.848 176.893 196.97 176.322 197.208C175.751 197.446 175.232 197.795 174.797 198.234L160.734 212.297C160.295 212.732 159.946 213.251 159.708 213.822C159.47 214.393 159.348 215.006 159.348 215.625C159.348 216.244 159.47 216.856 159.708 217.428C159.946 217.999 160.295 218.517 160.734 218.953L180.89 239.062H126.562ZM201.562 246.515L170.672 215.625L178.125 208.172L209.015 239.062L201.562 246.515ZM189.422 206.25L220.312 175.359L241.828 196.875L210.937 227.765L189.422 206.25ZM276.562 269.953L229.265 222.656L236.719 215.203L284.015 262.5L276.562 269.953Z' fill='%2317223D'/%3E%3Cpath d='M229.688 267.188H164.062C162.819 267.188 161.627 267.681 160.748 268.56C159.869 269.44 159.375 270.632 159.375 271.875V290.625C159.375 291.868 159.869 293.06 160.748 293.94C161.627 294.819 162.819 295.312 164.062 295.312H229.688C230.931 295.312 232.123 294.819 233.002 293.94C233.881 293.06 234.375 291.868 234.375 290.625V271.875C234.375 270.632 233.881 269.44 233.002 268.56C232.123 267.681 230.931 267.188 229.688 267.188ZM225 285.938H168.75V276.562H225V285.938Z' fill='%2317223D'/%3E%3Cpath d='M145.312 164.062H182.812V182.812H192.188V159.375C192.188 158.132 191.694 156.94 190.815 156.06C189.935 155.181 188.743 154.688 187.5 154.688H140.625C139.382 154.688 138.19 155.181 137.31 156.06C136.431 156.94 135.938 158.132 135.938 159.375V215.625C135.938 216.868 136.431 218.06 137.31 218.94C138.19 219.819 139.382 220.312 140.625 220.312H154.688V210.938H145.312V164.062Z' fill='%2317223D'/%3E%3Cpath d='M150 107.813C150 102.25 148.351 96.8122 145.26 92.1871C142.17 87.562 137.777 83.9571 132.638 81.8284C127.499 79.6997 121.844 79.1427 116.388 80.2279C110.932 81.3131 105.921 83.9918 101.988 87.9251C98.0543 91.8585 95.3756 96.8699 94.2904 102.326C93.2052 107.781 93.7622 113.436 95.8909 118.575C98.0196 123.715 101.624 128.107 106.25 131.198C110.875 134.288 116.312 135.938 121.875 135.938C129.334 135.938 136.488 132.974 141.762 127.7C147.037 122.425 150 115.272 150 107.813ZM121.875 126.563C118.167 126.563 114.541 125.463 111.458 123.403C108.375 121.342 105.971 118.414 104.552 114.988C103.133 111.562 102.762 107.792 103.485 104.155C104.209 100.517 105.995 97.1765 108.617 94.5543C111.239 91.932 114.58 90.1463 118.217 89.4228C121.854 88.6993 125.624 89.0706 129.05 90.4898C132.476 91.9089 135.405 94.3122 137.465 97.3956C139.525 100.479 140.625 104.104 140.625 107.813C140.625 112.785 138.65 117.554 135.133 121.071C131.617 124.587 126.848 126.563 121.875 126.563Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*#auction-list-rent-header:hover:before {
	background-image: url('../images/arenda-hov.png');
}*/

.auction-list-header.wood:before, #auction-list-woodall-header:before, #auction-list-woodsale-header:before {
	/*background-image: url('../images/wood-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkZPUkVTVC1zY2VuZXJ5LXdpbnRlci1sYW5kc2NhcGUtbmF0dXJlPC90aXRsZT48cGF0aCBkPSJNNTQsNjFWNTNoOGExLDEsMCwwLDAsLjgyLS40MywxLDEsMCwwLDAsLjEyLS45MmwtNi43Ny0xOEEyNi44OCwyNi44OCwwLDAsMCw1NywyN0M1NywxNC44Nyw0OC45Myw1LDM5LDVTMjEsMTQuODcsMjEsMjdjMCwxMS43Miw3LjU0LDIxLjMzLDE3LDIydjRhNSw1LDAsMCwwLTUsNC40Miw0Ljk0LDQuOTQsMCwwLDAtMS41MywxLDQuODgsNC44OCwwLDAsMC0xLjUzLTEsNSw1LDAsMCwwLTkuOTQsMEE1LDUsMCwwLDAsMTcuMTEsNjFIMTNWNTFoOWExLDEsMCwwLDAsLjc4LS4zNywxLDEsMCwwLDAsLjItLjgzTDEzLDEuOGExLDEsMCwwLDAtMiwwTDEsNDkuOGExLDEsMCwwLDAsLjIuODNBMSwxLDAsMCwwLDIsNTFoOVY2MUgxdjJINjNWNjFaTTMuMjMsNDksMTIsNi45LDIwLjc3LDQ5SDEzVjM3LjQxbDIuNzEtMi43LTEuNDItMS40MkwxMywzNC41OVYzMEgxMVY0MC41OWwtMi4yOS0yLjNMNy4yOSwzOS43MSwxMSw0My40MVY0OVpNNTQsNTFWNDYuNDFsMi43MS0yLjctMS40Mi0xLjQyTDU0LDQzLjU5VjM5SDUyVjUxSDQ1LjQ0TDUzLDMwLjg1LDYwLjU2LDUxWk0yMywyN0MyMywxNiwzMC4xOCw3LDM5LDdzMTYsOSwxNiwyMGEyNC42MiwyNC42MiwwLDAsMS0uMTksM2wtLjg3LTIuMzRhMSwxLDAsMCwwLTEuODgsMEw0NS40NCw0NS4zQTEzLjI1LDEzLjI1LDAsMCwxLDQwLDQ2Ljk0VjMyLjQxbDMuNzEtMy43LTEuNDItMS40Mkw0MCwyOS41OVYyNkgzOHY5LjU5bC0yLjI5LTIuMy0xLjQyLDEuNDJMMzgsMzguNDF2OC41M0MyOS42NCw0Ni4yOSwyMywzNy42MSwyMywyN1pNNDAsNDlhMTQuODIsMTQuODIsMCwwLDAsNC40NC0xbC0xLjM4LDMuNjhhMSwxLDAsMCwwLC4xMi45MkExLDEsMCwwLDAsNDQsNTNoOHY4SDQ1Ljg5QTUsNSwwLDAsMCw0Myw1Ny40MmE1LDUsMCwwLDAtMy00Wk0zNC4yNiw1OS4xMWExLDEsMCwwLDAsLjc1LTFBLjUuNSwwLDAsMCwzNSw1OGEzLDMsMCwwLDEsNi0uMDdzMCwuMTQsMCwuMThhMSwxLDAsMCwwLC43NSwxQTMsMywwLDAsMSw0My44Myw2MUgzMi44OWE1LjU2LDUuNTYsMCwwLDAtLjI1LS44MkEzLDMsMCwwLDEsMzQuMjYsNTkuMTFabS0xMywwYTEsMSwwLDAsMCwuNzUtMWMwLS4wNiwwLS4xMiwwLS4xMWEzLDMsMCwwLDEsNi0uMDdzMCwuMTQsMCwuMThhMSwxLDAsMCwwLC43NSwxQTMsMywwLDAsMSwzMC44Myw2MUgxOS4xN0EzLDMsMCwwLDEsMjEuMjYsNTkuMTFaIj48L3BhdGg+PC9zdmc+); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.125 285.938V248.438H290.625C291.381 248.436 292.125 248.252 292.794 247.901C293.464 247.55 294.038 247.043 294.469 246.422C294.904 245.802 295.183 245.086 295.281 244.335C295.378 243.584 295.293 242.82 295.031 242.109L263.297 157.734C265.889 147.547 267.196 137.075 267.188 126.563C267.188 69.7031 229.359 23.4375 182.813 23.4375C136.266 23.4375 98.4376 69.7031 98.4376 126.563C98.4376 181.5 133.781 226.547 178.125 229.688V248.438C172.353 248.399 166.769 250.491 162.444 254.315C158.119 258.138 155.357 263.423 154.688 269.156C152.026 270.259 149.594 271.849 147.516 273.844C145.442 271.843 143.008 270.253 140.344 269.156C139.712 263.419 136.986 258.116 132.687 254.264C128.388 250.412 122.819 248.282 117.047 248.282C111.275 248.282 105.706 250.412 101.407 254.264C97.1078 258.116 94.3814 263.419 93.7501 269.156C90.3134 270.664 87.2892 272.976 84.9318 275.896C82.5744 278.816 80.9527 282.26 80.2032 285.938H60.9376V239.063H103.125C103.825 239.065 104.517 238.91 105.15 238.61C105.783 238.31 106.34 237.872 106.781 237.328C107.215 236.789 107.524 236.161 107.686 235.488C107.848 234.815 107.859 234.115 107.719 233.438L60.9376 8.4375C60.9376 7.1943 60.4437 6.00201 59.5647 5.12294C58.6856 4.24386 57.4933 3.75 56.2501 3.75C55.0069 3.75 53.8146 4.24386 52.9355 5.12294C52.0565 6.00201 51.5626 7.1943 51.5626 8.4375L4.6876 233.438C4.54703 234.115 4.55819 234.815 4.72028 235.488C4.88237 236.161 5.19137 236.789 5.6251 237.328C6.07612 237.885 6.64864 238.33 7.2987 238.631C7.94876 238.931 8.65907 239.079 9.3751 239.063H51.5626V285.938H4.6876V295.313H295.313V285.938H253.125ZM15.1407 229.688L56.2501 32.3437L97.3595 229.688H60.9376V175.359L73.6407 162.703L66.9845 156.047L60.9376 162.141V140.625H51.5626V190.266L40.8282 179.484L34.172 186.141L51.5626 203.484V229.688H15.1407ZM253.125 239.063V217.547L265.828 204.891L259.172 198.234L253.125 204.328V182.813H243.75V239.063H213L248.438 144.609L283.875 239.063H253.125ZM107.813 126.563C107.813 75 141.469 32.8125 182.813 32.8125C224.156 32.8125 257.813 75 257.813 126.563C257.802 131.264 257.505 135.96 256.922 140.625L252.844 129.656C252.515 128.751 251.916 127.969 251.128 127.417C250.34 126.864 249.4 126.568 248.438 126.568C247.475 126.568 246.536 126.864 245.747 127.417C244.959 127.969 244.36 128.751 244.031 129.656L213 212.344C205.156 216.72 196.456 219.343 187.5 220.031V151.922L204.891 134.578L198.234 127.922L187.5 138.703V121.875H178.125V166.828L167.391 156.047L160.734 162.703L178.125 180.047V220.031C138.938 216.984 107.813 176.297 107.813 126.563ZM187.5 229.688C194.638 229.206 201.658 227.625 208.313 225L201.844 242.25C201.582 242.961 201.497 243.724 201.595 244.475C201.693 245.226 201.971 245.943 202.406 246.562C202.852 247.158 203.434 247.638 204.102 247.964C204.77 248.29 205.507 248.452 206.25 248.438H243.75V285.938H215.109C214.36 282.26 212.738 278.816 210.381 275.896C208.024 272.976 204.999 270.664 201.563 269.156C201.07 265.072 199.512 261.189 197.043 257.897C194.575 254.606 191.284 252.022 187.5 250.406V229.688ZM160.594 277.078C161.625 276.812 162.535 276.203 163.174 275.351C163.813 274.499 164.143 273.455 164.109 272.391C164.113 272.218 164.097 272.045 164.063 271.875C164.019 268.145 165.459 264.551 168.065 261.883C170.672 259.215 174.231 257.692 177.961 257.648C181.691 257.605 185.285 259.045 187.953 261.651C190.621 264.258 192.144 267.817 192.188 271.547C192.188 271.547 192.188 272.203 192.188 272.391C192.154 273.455 192.484 274.499 193.123 275.351C193.762 276.203 194.672 276.812 195.703 277.078C197.928 277.646 199.98 278.751 201.68 280.295C203.379 281.84 204.675 283.777 205.453 285.938H154.172C153.881 284.628 153.489 283.343 153 282.094C154.905 279.626 157.577 277.862 160.594 277.078V277.078ZM99.6563 277.078C100.688 276.812 101.598 276.203 102.237 275.351C102.876 274.499 103.206 273.455 103.172 272.391C103.172 272.109 103.172 271.828 103.172 271.875C103.128 268.145 104.568 264.551 107.175 261.883C109.781 259.215 113.341 257.692 117.07 257.648C120.8 257.605 124.394 259.045 127.062 261.651C129.73 264.258 131.253 267.817 131.297 271.547C131.297 271.547 131.297 272.203 131.297 272.391C131.263 273.455 131.593 274.499 132.232 275.351C132.871 276.203 133.781 276.812 134.813 277.078C137.029 277.653 139.071 278.761 140.762 280.305C142.453 281.849 143.742 283.782 144.516 285.938H89.8595C90.6421 283.771 91.9448 281.831 93.653 280.286C95.3612 278.741 97.4227 277.64 99.6563 277.078V277.078Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*.auction-list-header.wood:hover:before, #auction-list-woodall-header:hover:before, #auction-list-woodsale-header:hover:before {
	background-image: url('../images/wood-hov.png');
}*/

#auction-list-disposal-header:before, #auction-list-disposal-header:before, .auction-list-header.disposalall:before, .auction-list-header.disposalpublic:before, .auction-list-header.disposal:before {
	/*background-image: url('../images/case-hov.png');	*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkJSSUVGQ0FTRS1wb3J0Zm9saW8tZmFzaGlvbi1icmllZmNhc2UtYnVzaW5lc3Mtc3VpdGNhc2U8L3RpdGxlPjxwYXRoIGQ9Ik02MiwyOUg1NVYyN2gxYTEsMSwwLDAsMCwxLTFWMTJhMywzLDAsMCwwLTMtM0g0MlY2YTMsMywwLDAsMC0zLTNIMzhWMmExLDEsMCwwLDAtMS0xSDIxYTEsMSwwLDAsMC0xLDFWM0gxOWEzLDMsMCwwLDAtMywzVjlINGEzLDMsMCwwLDAtMywzVjI2YTEsMSwwLDAsMCwxLDFIM1Y0NmExLDEsMCwwLDAsMSwxSDM2VjYyYTEsMSwwLDAsMCwxLDFINTdhMSwxLDAsMCwwLC43MS0uMjlsNS01QTEsMSwwLDAsMCw2Myw1N1YzMEExLDEsMCwwLDAsNjIsMjlaTTIyLDNIMzZWNUgyMlpNMTgsNmExLDEsMCwwLDEsMS0xaDFWNmExLDEsMCwwLDAsMSwxSDM3YTEsMSwwLDAsMCwxLTFWNWgxYTEsMSwwLDAsMSwxLDFWOUgxOFpNMywxMmExLDEsMCwwLDEsMS0xSDU0YTEsMSwwLDAsMSwxLDFWMjVIMzNWMjJhMSwxLDAsMCwwLTEtMUgyNmExLDEsMCwwLDAtMSwxdjNIM1pNMzEsMjN2OEgyN1YyM1ptNSw3VjQ1SDVWMjdIMjV2NWExLDEsMCwwLDAsMSwxaDZhMSwxLDAsMCwwLDEtMVYyN0g1M3YySDM3QTEsMSwwLDAsMCwzNiwzMFptMiwxSDYxVjU2SDU3YTEsMSwwLDAsMC0xLDF2NEgzOFpNNTkuNTksNTgsNTgsNTkuNTlWNThaIj48L3BhdGg+PHJlY3QgeD0iNDAiIHk9IjMzIiB3aWR0aD0iMTkiIGhlaWdodD0iMiI+PC9yZWN0PjxyZWN0IHg9IjQwIiB5PSIzNyIgd2lkdGg9IjE5IiBoZWlnaHQ9IjIiPjwvcmVjdD48cmVjdCB4PSI0MCIgeT0iNDEiIHdpZHRoPSIxOSIgaGVpZ2h0PSIyIj48L3JlY3Q+PHJlY3QgeD0iNDAiIHk9IjQ1IiB3aWR0aD0iMTkiIGhlaWdodD0iMiI+PC9yZWN0PjxyZWN0IHg9IjQwIiB5PSI0OSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjIiPjwvcmVjdD48cmVjdCB4PSI0MCIgeT0iNTMiIHdpZHRoPSIxOSIgaGVpZ2h0PSIyIj48L3JlY3Q+PHJlY3QgeD0iNDAiIHk9IjU3IiB3aWR0aD0iMTQiIGhlaWdodD0iMiI+PC9yZWN0Pjwvc3ZnPg==); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 135.938H257.812V126.562H262.5C263.743 126.562 264.935 126.069 265.815 125.19C266.694 124.31 267.188 123.118 267.188 121.875V56.25C267.188 52.5204 265.706 48.9435 263.069 46.3063C260.431 43.6691 256.855 42.1875 253.125 42.1875H196.875V28.125C196.875 24.3954 195.393 20.8185 192.756 18.1813C190.119 15.5441 186.542 14.0625 182.812 14.0625H178.125V9.375C178.125 8.1318 177.631 6.93951 176.752 6.06044C175.873 5.18136 174.681 4.6875 173.438 4.6875H98.4375C97.1943 4.6875 96.002 5.18136 95.1229 6.06044C94.2439 6.93951 93.75 8.1318 93.75 9.375V14.0625H89.0625C85.3329 14.0625 81.756 15.5441 79.1188 18.1813C76.4816 20.8185 75 24.3954 75 28.125V42.1875H18.75C15.0204 42.1875 11.4435 43.6691 8.80631 46.3063C6.16908 48.9435 4.6875 52.5204 4.6875 56.25V121.875C4.6875 123.118 5.18136 124.31 6.06044 125.19C6.93951 126.069 8.1318 126.562 9.375 126.562H14.0625V215.625C14.0625 216.868 14.5564 218.06 15.4354 218.94C16.3145 219.819 17.5068 220.312 18.75 220.312H168.75V290.625C168.75 291.868 169.244 293.06 170.123 293.94C171.002 294.819 172.194 295.312 173.438 295.312H267.188C267.804 295.316 268.416 295.198 268.987 294.965C269.558 294.731 270.078 294.388 270.516 293.953L293.953 270.516C294.388 270.078 294.731 269.558 294.965 268.987C295.198 268.416 295.316 267.804 295.312 267.188V140.625C295.312 139.382 294.819 138.19 293.94 137.31C293.06 136.431 291.868 135.938 290.625 135.938ZM103.125 14.0625H168.75V23.4375H103.125V14.0625ZM84.375 28.125C84.375 26.8818 84.8689 25.6895 85.7479 24.8104C86.627 23.9314 87.8193 23.4375 89.0625 23.4375H93.75V28.125C93.75 29.3682 94.2439 30.5605 95.1229 31.4396C96.002 32.3186 97.1943 32.8125 98.4375 32.8125H173.438C174.681 32.8125 175.873 32.3186 176.752 31.4396C177.631 30.5605 178.125 29.3682 178.125 28.125V23.4375H182.812C184.056 23.4375 185.248 23.9314 186.127 24.8104C187.006 25.6895 187.5 26.8818 187.5 28.125V42.1875H84.375V28.125ZM14.0625 56.25C14.0625 55.0068 14.5564 53.8145 15.4354 52.9354C16.3145 52.0564 17.5068 51.5625 18.75 51.5625H253.125C254.368 51.5625 255.56 52.0564 256.44 52.9354C257.319 53.8145 257.812 55.0068 257.812 56.25V117.188H154.688V103.125C154.688 101.882 154.194 100.69 153.315 99.8104C152.435 98.9314 151.243 98.4375 150 98.4375H121.875C120.632 98.4375 119.44 98.9314 118.56 99.8104C117.681 100.69 117.188 101.882 117.188 103.125V117.188H14.0625V56.25ZM145.312 107.812V145.312H126.562V107.812H145.312ZM168.75 140.625V210.938H23.4375V126.562H117.188V150C117.188 151.243 117.681 152.435 118.56 153.315C119.44 154.194 120.632 154.688 121.875 154.688H150C151.243 154.688 152.435 154.194 153.315 153.315C154.194 152.435 154.688 151.243 154.688 150V126.562H248.438V135.938H173.438C172.194 135.938 171.002 136.431 170.123 137.31C169.244 138.19 168.75 139.382 168.75 140.625ZM178.125 145.312H285.938V262.5H267.188C265.944 262.5 264.752 262.994 263.873 263.873C262.994 264.752 262.5 265.944 262.5 267.188V285.938H178.125V145.312ZM279.328 271.875L271.875 279.328V271.875H279.328Z' fill='%2317223D'/%3E%3Cpath d='M276.562 154.688H187.5V164.062H276.562V154.688Z' fill='%2317223D'/%3E%3Cpath d='M276.562 173.438H187.5V182.812H276.562V173.438Z' fill='%2317223D'/%3E%3Cpath d='M276.562 192.188H187.5V201.562H276.562V192.188Z' fill='%2317223D'/%3E%3Cpath d='M276.562 210.938H187.5V220.312H276.562V210.938Z' fill='%2317223D'/%3E%3Cpath d='M276.562 229.688H187.5V239.062H276.562V229.688Z' fill='%2317223D'/%3E%3Cpath d='M276.562 248.438H187.5V257.812H276.562V248.438Z' fill='%2317223D'/%3E%3Cpath d='M253.125 267.188H187.5V276.562H253.125V267.188Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*#auction-list-disposal-header:hover:before, #auction-list-disposal-header:hover:before, .auction-list-header.disposalall:hover:before, .auction-list-header.disposalpublic:hover:before, .auction-list-header.disposal:hover:before {
	background-image: url('../images/case-hov.png');	
}*/

.auction-list-header.landcodeall:before, #auction-list-landcodeall-header:before, #auction-list-landcoderent-header:before, #auction-list-landcodesaleauction-header:before {
	/*background-image: url('../images/land-hov.png');*/
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+PHBhdGggc3R5bGU9InRleHQtaW5kZW50OjA7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO2Jhc2VsaW5lLXNoaWZ0OmJhc2VsaW5lO2NvbG9yOiMwMDAwMDA7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTsiIGQ9Im0gNDkuOTY4OCw5NTguMzYyMTcgYyAtMTQuODg3MywwIC0yNi45Njg4LDEyLjA5OCAtMjYuOTY4OCwyNyAwLDMuNTYzOSAwLjk1NzUsNy42ODM4IDIuMTI1LDEwLjcxODggNS4wMTY1LDkuMTQyNjMgMTAuMDQ1NSwxOC4zMzcxMyAxNS4wNjI1LDI3LjUwMDAzIC0yLjk2MDIsMC43Njg1IC01LjU2MDEsMS44Njk4IC03LjYyNSwzLjMxMjQgLTIuNjY4MywxLjg2NDMgLTQuNTYyNSw0LjQ1NDEgLTQuNTYyNSw3LjQ2ODggMCwzLjg0MjMgMi45ODU1LDYuODUyMSA2Ljk2ODgsOC44NDM4IDMuOTgzMiwxLjk5MTYgOS4yMzgxLDMuMTU2MiAxNS4wMzEyLDMuMTU2MiA1Ljc5MzEsMCAxMS4wNDgsLTEuMTY0NiAxNS4wMzEzLC0zLjE1NjIgMy45ODMyLC0xLjk5MTcgNi45Njg3LC01LjAwMTUgNi45Njg3LC04Ljg0MzggMCwtMy4wMTQ3IC0xLjg5NDIsLTUuNjA0NSAtNC41NjI1LC03LjQ2ODggLTIuMDY0OSwtMS40NDI2IC00LjY2NDgsLTIuNTQzOSAtNy42MjUsLTMuMzEyNCA1LjAzODcsLTkuMTQ4NyAxMC4wMTgxLC0xOC4zNzU5IDE1LjA2MjUsLTI3LjUwMDAzIDEuMTc1NywtMy4wNDA2IDIuMTI1LC03LjE1NjIgMi4xMjUsLTEwLjcxODggMCwtMTQuOTA4IC0xMi4xNDM5LC0yNyAtMjcuMDMxMiwtMjcgeiBtIDAsNCBjIDEyLjcyOTQsMCAyMy4wMzEyLDEwLjI1NjYgMjMuMDMxMiwyMyAwLDIuNzgxNSAtMC44OTQzLDYuNzAzNCAtMS44NzUsOS4yNSAtNy4wMTU2LDEyLjg2OTEzIC0xNC4wNzk4LDI1LjczMzEzIC0yMS4xMjUsMzguNTkzODMgLTYuOTQ4MiwtMTIuOTExNyAtMTQuMjM4NiwtMjUuNjU5OCAtMjEuMTI1LC0zOC41OTM4MyAtMC45NzcsLTIuNTUwMSAtMS44NzUsLTYuNDcyNiAtMS44NzUsLTkuMjUgMCwtMTIuNzQ5NCAxMC4yMzk1LC0yMyAyMi45Njg4LC0yMyB6IG0gLTkuMTU2Myw5IGMgLTEuMDQ3MiwwLjA0OSAtMS44NjE2LDEuMDQ2NCAtMS44MTI1LDIuMDkzOCAwLjA0OSwxLjA0NzIgMC45NTI4LDEuOTU1NSAyLDEuOTA2MiBsIDIsMCAwLDEwIC0yLDAgYyAtMS4wNTY1LC0wLjAxNSAtMS45Mzc1LDAuOTQzMyAtMS45Mzc1LDIgMCwxLjA1NjggMC44ODEsMi4wMTUgMS45Mzc1LDIgbCAyLDAgMCwyIC0yLDAgYyAtMS4xMDQ0LDAgLTIsMC44OTU1IC0yLDIgMCwxLjEwNDYgMC44OTU2LDIgMiwyIGwgMiwwIDAsNCBjIC0wLjAxNSwxLjA1NjczIDAuOTQzMywyLjAwMDAzIDIsMi4wMDAwMyAxLjA1NjYsMCAyLjAxNDksLTAuOTQzMyAyLC0yLjAwMDAzIGwgMCwtNCA4LDAgYyAxLjEwNDUsMCAyLC0wLjg5NTQgMiwtMiAwLC0xLjEwNDUgLTAuODk1NSwtMiAtMiwtMiBsIC04LDAgMCwtMiA3LDAgYyA0LjgzMDMsMCA5LC0zLjk5MDIgOSwtOSAwLC01LjAwOTcgLTQuMTY5NywtOSAtOSwtOSBsIC0xMy4xODc1LDAgeiBtIDYuMTg3NSw0IDcsMCBjIDIuNTg1NCwwIDUsMi4yNTM4IDUsNSAwLDIuNzQ2MyAtMi40MTQ2LDUgLTUsNSBsIC03LDAgMCwtMTAgeiBtIC00LjgxMjUsNTEuODQzODMgNi4wNjI1LDExLjA5MzcgYyAwLjY4NzksMS4yNDI4IDIuODEyMSwxLjI0MjggMy41LDAgbCA2LjA2MjUsLTExLjA5MzcgYyAzLjAyNjksMC42ODU1IDUuNTU0MiwxLjc0MDIgNy4zMTI1LDIuOTY4NyAyLjAxNjMsMS40MDg3IDIuODc1LDIuODcyOCAyLjg3NSw0LjE4NzUgMCwxLjY4MDUgLTEuNDk0NywzLjY1MzYgLTQuNzUsNS4yODEyIC0zLjI1NTMsMS42Mjc3IC03Ljk5NzQsMi43MTg4IC0xMy4yNSwyLjcxODggLTUuMjUyNiwwIC05Ljk5NDcsLTEuMDkxMSAtMTMuMjUsLTIuNzE4OCAtMy4yNTUzLC0xLjYyNzYgLTQuNzUsLTMuNjAwNiAtNC43NSwtNS4yODEyIDAsLTEuMzE0NyAwLjg1ODcsLTIuNzc4OCAyLjg3NSwtNC4xODc1IDEuNzU4MywtMS4yMjg1IDQuMjg1NiwtMi4yODMyIDcuMzEyNSwtMi45Njg3IHoiIGZpbGw9IiNiZjExMTEiIGZpbGwtb3BhY2l0eT0iMSIgc3Ryb2tlPSJub25lIiBtYXJrZXI9Im5vbmUiIHZpc2liaWxpdHk9InZpc2libGUiIGRpc3BsYXk9ImlubGluZSIgb3ZlcmZsb3c9InZpc2libGUiPjwvcGF0aD48L2c+PC9zdmc+); */
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M149.906 18C105.245 18 69 54.294 69 99C69 109.692 71.8725 122.051 75.375 131.156C90.4245 158.584 105.511 186.168 120.562 213.656C111.682 215.962 103.882 219.266 97.6875 223.594C89.6826 229.187 84 236.956 84 246C84 257.527 92.9565 266.557 104.906 272.532C116.856 278.506 132.621 282 150 282C167.379 282 183.144 278.506 195.094 272.532C207.044 266.557 216 257.527 216 246C216 236.956 210.317 229.187 202.312 223.594C196.118 219.266 188.318 215.962 179.438 213.656C194.554 186.21 209.492 158.529 224.625 131.156C228.152 122.035 231 109.688 231 99C231 54.276 194.568 18 149.906 18V18ZM149.906 30C188.095 30 219 60.7698 219 99C219 107.345 216.317 119.11 213.375 126.75C192.328 165.357 171.136 203.95 150 242.532C129.155 203.797 107.284 165.552 86.625 126.75C83.694 119.1 81 107.332 81 99C81 60.7518 111.719 30 149.906 30V30ZM122.438 57C119.296 57.147 116.853 60.1392 117 63.2814C117.147 66.423 119.858 69.1479 123 69H129V99H123C119.831 98.955 117.188 101.83 117.188 105C117.188 108.17 119.831 111.045 123 111H129V117H123C119.687 117 117 119.686 117 123C117 126.314 119.687 129 123 129H129V141C128.955 144.17 131.83 147 135 147C138.17 147 141.045 144.17 141 141V129H165C168.314 129 171 126.314 171 123C171 119.686 168.314 117 165 117H141V111H162C176.491 111 189 99.0294 189 84C189 68.9709 176.491 57 162 57H122.438ZM141 69H162C169.756 69 177 75.7614 177 84C177 92.2389 169.756 99 162 99H141V69ZM126.562 224.532L144.75 257.812C146.814 261.541 153.186 261.541 155.25 257.812L173.438 224.532C182.518 226.588 190.1 229.752 195.375 233.438C201.424 237.664 204 242.056 204 246C204 251.042 199.516 256.961 189.75 261.844C179.984 266.727 165.758 270 150 270C134.242 270 120.016 266.727 110.25 261.844C100.484 256.961 96 251.042 96 246C96 242.056 98.5761 237.664 104.625 233.438C109.9 229.752 117.482 226.588 126.562 224.532Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*.auction-list-header.landcodeall:hover:before, #auction-list-landcodeall-header:hover:before, #auction-list-landcoderent-heade:hover:before, #auction-list-landcodesaleauction-header:hover:before {
	background-image: url('../images/land-hov.png');
}*/

.auction-list-header.zakupki:before, #auction-list-zakupkiall-header:before, #auction-list-zakupkicontest-header:before {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M135.9 239.1H37.5V248.5H135.9V239.1Z' fill='%2317223D'/%3E%3Cpath d='M293.9 195.9L239.8 141.8L243.7 137.9L245.1 139.3C246.9 141.1 249.9 141.1 251.7 139.3L265.8 125.2C267.6 123.4 267.6 120.4 265.8 118.6L233 85.7002C231.2 83.9002 228.2 83.9002 226.4 85.7002L212.3 99.8002C210.5 101.6 210.5 104.6 212.3 106.4L213.7 107.8L201.6 119.9V9.4002C201.6 6.8002 199.5 4.7002 196.9 4.7002H9.4002C6.8002 4.7002 4.7002 6.8002 4.7002 9.4002V243.8C4.7002 256.7 15.2002 267.2 28.1002 267.2H135.9V257.8H28.1002C20.3002 257.8 14.0002 251.5 14.0002 243.7C14.0002 235.9 20.3002 229.6 28.1002 229.6H135.9V220.2H51.6002V14.1002H192.2V129.3L187.5 134L186.1 132.6C184.3 130.8 181.3 130.8 179.5 132.6L165.4 146.7C163.6 148.5 163.6 151.5 165.4 153.3L198.2 186.1C200 187.9 203 187.9 204.8 186.1L218.9 172C220.7 170.2 220.7 167.2 218.9 165.4L217.5 164L221.4 160.1L275.5 214.2C277.3 216 280.3 216 282.1 214.2L293.8 202.5C295.8 200.7 295.8 197.7 293.9 195.9ZM42.2002 220.3H28.1002C23.0002 220.3 18.1002 222 14.0002 225.1V14.1002H42.1002V220.3H42.2002ZM229.7 95.7002L255.9 121.9L248.5 129.3L222.3 103.1L229.7 95.7002ZM201.6 176.2L175.4 150L182.8 142.6L209 168.8L201.6 176.2ZM194.1 140.6L220.3 114.4L237.1 131.2L210.9 157.4L194.1 140.6ZM278.9 204.3L228.1 153.5L233.2 148.4L284 199.2L278.9 204.3Z' fill='%2317223D'/%3E%3Cpath d='M220.3 267.2H215.6V253.1C215.6 250.5 213.5 248.4 210.9 248.4H154.7C152.1 248.4 150 250.5 150 253.1V267.2H145.3C142.7 267.2 140.6 269.3 140.6 271.9V290.7C140.6 293.3 142.7 295.4 145.3 295.4H220.3C222.9 295.4 225 293.3 225 290.7V271.9C225 269.3 222.9 267.2 220.3 267.2ZM159.4 257.8H206.3V267.2H159.4V257.8ZM215.6 285.9H150V276.5H215.6V285.9Z' fill='%2317223D'/%3E%3Cpath d='M198.4 192.4C196.5 191.8 194.4 192.4 193.2 194L182.9 207.7L172.6 194C171 191.9 168.1 191.5 166 193.1C164.8 194 164.1 195.4 164.1 196.8V214.5L146.3 210.9C144.4 210.5 142.4 211.4 141.4 213.1C140.4 214.8 140.5 216.9 141.7 218.5L160.4 241.9L167.7 236L157 222.7L167.8 224.9C170.3 225.4 172.8 223.7 173.3 221.2C173.4 220.9 173.4 220.6 173.4 220.3V210.9L179 218.4C180.7 220.5 183.8 220.8 185.8 219.1C186 218.9 186.3 218.7 186.5 218.4L192.1 210.9V220.3C192.1 222.9 194.2 225 196.8 225C197.1 225 197.4 225 197.7 224.9L208.5 222.7L197.8 236.1L205.1 242L223.9 218.6C225.5 216.6 225.1 213.6 223.1 212C222 211.2 220.6 210.8 219.3 211.1L201.5 214.7V197C201.6 194.8 200.3 193.1 198.4 192.4Z' fill='%2317223D'/%3E%3Cpath d='M63.2998 87.4998C63.2998 86.3998 63.4998 85.4998 63.6998 84.5998C63.8998 83.6998 64.2998 82.9998 64.5998 82.3998C64.8998 81.7998 65.4998 81.1998 66.1998 80.4998C66.8998 79.7998 67.4998 79.2998 68.0998 78.8998C68.6998 78.4998 69.4998 77.8998 70.4998 77.1998C70.5998 77.0998 70.9998 76.8998 71.5998 76.4998C72.1998 76.0998 72.5998 75.7998 72.7998 75.6998C72.9998 75.4998 73.3998 75.2998 73.7998 74.8998C74.1998 74.4998 74.5998 74.1998 74.7998 73.8998C74.9998 73.5998 75.1998 73.1998 75.2998 72.7998C75.3998 72.3998 75.5998 71.8998 75.5998 71.3998C75.5998 70.3998 75.2998 69.4998 74.6998 68.8998C74.0998 68.2998 73.2998 67.9998 72.2998 67.9998C69.8998 67.9998 68.5998 69.6998 68.4998 73.0998H63.6998V72.5998C63.6998 69.8998 64.4998 67.7998 66.0998 66.1998C67.6998 64.5998 69.7998 63.7998 72.4998 63.7998C74.8998 63.7998 76.7998 64.4998 78.2998 65.7998C79.7998 67.0998 80.4998 68.8998 80.4998 70.9998C80.4998 72.6998 80.0998 74.0998 79.2998 75.0998C78.4998 76.0998 77.2998 77.1998 75.4998 78.3998C75.2998 78.5998 74.8998 78.7998 74.1998 79.1998C73.5998 79.5998 73.0998 79.8998 72.7998 80.1998C72.4998 80.4998 71.9998 80.7998 71.4998 81.0998C70.9998 81.3998 70.5998 81.8998 70.1998 82.1998C69.7998 82.5998 69.4998 82.8998 69.2998 83.2998H80.4998V87.3998H63.2998V87.4998Z' fill='%2317223D'/%3E%3Cpath d='M82 87.4998C82 86.3998 82.2 85.4998 82.4 84.5998C82.6 83.6998 83 82.9998 83.3 82.3998C83.6 81.7998 84.2 81.1998 84.9 80.4998C85.6 79.7998 86.2 79.2998 86.8 78.8998C87.4 78.4998 88.2 77.8998 89.2 77.1998C89.3 77.0998 89.7 76.8998 90.3 76.4998C90.9 76.0998 91.3 75.7998 91.5 75.6998C91.7 75.4998 92.1 75.2998 92.5 74.8998C92.9 74.4998 93.3 74.1998 93.5 73.8998C93.7 73.5998 93.9 73.1998 94 72.7998C94.1 72.3998 94.3 71.8998 94.3 71.3998C94.3 70.3998 94 69.4998 93.4 68.8998C92.8 68.2998 92 67.9998 90.9 67.9998C88.5 67.9998 87.2 69.6998 87.1 73.0998H82.3V72.5998C82.3 69.8998 83.1 67.7998 84.7 66.1998C86.3 64.5998 88.4 63.7998 91.1 63.7998C93.5 63.7998 95.4 64.4998 96.9 65.7998C98.4 67.0998 99.1 68.8998 99.1 70.9998C99.1 72.6998 98.7 74.0998 97.9 75.0998C97.1 76.0998 95.9 77.1998 94.1 78.3998C93.9 78.5998 93.5 78.7998 92.8 79.1998C92.2 79.5998 91.7 79.8998 91.4 80.1998C91.1 80.4998 90.6 80.7998 90.1 81.0998C89.6 81.3998 89.2 81.8998 88.8 82.1998C88.4 82.5998 88.1 82.8998 87.9 83.2998H99.1V87.3998H82V87.4998Z' fill='%2317223D'/%3E%3Cpath d='M100.5 79.8002V79.5002H105.3C105.3 80.9002 105.7 82.1002 106.4 82.8002C107.1 83.6002 108.1 84.0002 109.3 84.0002C110.5 84.0002 111.4 83.7002 112.1 83.0002C112.8 82.3002 113.2 81.5002 113.2 80.4002C113.2 79.2002 112.8 78.3002 112 77.7002C111.2 77.2002 110.2 76.9002 108.9 76.9002C108.4 76.9002 108 76.9002 107.7 76.9002V73.6002C108 73.6002 108.2 73.6002 108.5 73.6002C111.2 73.6002 112.6 72.6002 112.6 70.6002C112.6 69.7002 112.3 69.0002 111.7 68.4002C111.1 67.8002 110.3 67.6002 109.3 67.6002C108.2 67.6002 107.3 67.9002 106.7 68.6002C106.1 69.3002 105.8 70.3002 105.7 71.6002H101C101.1 69.2002 101.9 67.2002 103.4 65.8002C104.9 64.4002 106.9 63.7002 109.4 63.7002C111.8 63.7002 113.7 64.3002 115.2 65.5002C116.7 66.7002 117.4 68.3002 117.4 70.2002C117.4 71.3002 117.1 72.3002 116.5 73.2002C115.9 74.0002 115.1 74.6002 114 74.9002C115.3 75.2002 116.3 75.8002 117.1 76.8002C117.8 77.7002 118.2 78.9002 118.2 80.3002C118.2 82.5002 117.4 84.4002 115.7 85.8002C114 87.2002 111.9 87.9002 109.3 87.9002C106.6 87.9002 104.4 87.2002 102.8 85.7002C101.3 84.3002 100.5 82.3002 100.5 79.8002Z' fill='%2317223D'/%3E%3Cpath d='M120.5 80.5002V76.2002H130.6V80.5002H120.5Z' fill='%2317223D'/%3E%3Cpath d='M133.6 75.3002C133.6 72.5002 134.5 70.2002 136.4 68.6002C138.3 67.0002 140.8 66.1002 144 66.0002V63.7002H149.3V66.0002C152.5 66.1002 155 67.0002 156.9 68.6002C158.8 70.2002 159.7 72.5002 159.7 75.3002C159.7 78.2002 158.8 80.5002 156.9 82.2002C155 83.9002 152.5 84.8002 149.3 84.9002V87.6002H144V84.9002C140.8 84.8002 138.3 83.9002 136.4 82.2002C134.5 80.5002 133.6 78.2002 133.6 75.3002ZM138.7 75.3002C138.7 76.9002 139.2 78.3002 140.1 79.3002C141 80.3002 142.3 80.9002 144 81.0002V69.8002C142.3 69.9002 140.9 70.4002 140 71.3002C139.1 72.3002 138.7 73.6002 138.7 75.3002ZM149.2 81.0002C150.9 80.9002 152.2 80.4002 153.1 79.3002C154 78.3002 154.5 76.9002 154.5 75.3002C154.5 73.6002 154 72.3002 153.1 71.3002C152.2 70.3002 150.9 69.8002 149.1 69.8002V81.0002H149.2Z' fill='%2317223D'/%3E%3Cpath d='M161.5 79.6002H166.8C166.8 81.1002 167.3 82.2002 168.3 83.0002C169.2 83.7002 170.5 84.1002 172 84.1002C173.2 84.1002 174.2 83.7002 175 83.0002C175.8 82.3002 176.2 81.4002 176.2 80.3002C176.2 78.1002 174.7 77.0002 171.7 77.0002H169.9V73.4002C170.2 73.4002 170.6 73.4002 171.3 73.4002C174.2 73.4002 175.6 72.3002 175.6 70.2002C175.6 69.3002 175.3 68.6002 174.6 68.1002C173.9 67.6002 173.1 67.3002 172 67.3002C170.7 67.3002 169.7 67.6002 168.9 68.2002C168.1 68.8002 167.7 69.7002 167.6 70.8002H162.6C162.6 68.3002 163.6 66.4002 165.3 65.1002C167.1 63.8002 169.3 63.2002 172.1 63.2002C174.6 63.2002 176.6 63.8002 178.3 65.0002C179.9 66.2002 180.7 67.8002 180.7 69.8002C180.7 71.0002 180.4 72.0002 179.7 72.9002C179 73.8002 178.1 74.3002 177 74.6002C178.3 74.8002 179.4 75.4002 180.2 76.4002C181 77.4002 181.5 78.7002 181.5 80.2002C181.5 82.5002 180.6 84.4002 178.8 85.9002C177 87.4002 174.8 88.1002 172.1 88.1002C168.8 88.1002 166.3 87.4002 164.5 85.9002C162.5 84.4002 161.6 82.3002 161.5 79.6002Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
/*.auction-list-header.zakupki:hover:before {
	background-image: url('../images/book-hov.png');	
}*/
#auction-list-all-header:before {
	background-image: url('../images/gavel-hov.png');	
}
/*#auction-list-all-header:hover:before {
	background-image: url('../images/gavel-hov.png');	
}*/
#auction-list-private-closed-header:before, #auction-list-privatenoprice-header:before, #auction-list-privatecontest-header:before, #auction-list-privatecontest67-header:before, #auction-list-privatespecial-header:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmYxMTExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMyIgdmlld0JveD0iMCAwIDY0IDY0IiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmNvbW1lcmNlIGFuZCBzaG9wcGluZy1CaWQtbWlzY2VsbGFuZW91cy1hdWN0aW9uLWVkdWNhdGlvbi10cmFkZS1ib29rPC90aXRsZT48cmVjdCB4PSI4IiB5PSI1MSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIiPjwvcmVjdD48cGF0aCBkPSJNNjIuNzA3LDQxLjc5Myw1MS4xNjQsMzAuMjUsNTIsMjkuNDE0bC4yOTMuMjkzYTEsMSwwLDAsMCwxLjQxNCwwbDMtM2ExLDEsMCwwLDAsMC0xLjQxNGwtNy03YTEsMSwwLDAsMC0xLjQxNCwwbC0zLDNhMSwxLDAsMCwwLDAsMS40MTRsLjI5My4yOTNMNDMsMjUuNTg2VjJhMSwxLDAsMCwwLTEtMUgyQTEsMSwwLDAsMCwxLDJWNTJhNS4wMDYsNS4wMDYsMCwwLDAsNSw1SDI5VjU1SDZhMywzLDAsMCwxLDAtNkgyOVY0N0gxMVYzSDQxVjI3LjU4NmwtMSwxLS4yOTMtLjI5M2ExLDEsMCwwLDAtMS40MTQsMGwtMywzYTEsMSwwLDAsMCwwLDEuNDE0bDcsN2ExLDEsMCwwLDAsMS40MTQsMGwzLTNhMSwxLDAsMCwwLDAtMS40MTRMNDYuNDE0LDM1bC44MzYtLjgzNkw1OC43OTMsNDUuNzA3YTEsMSwwLDAsMCwxLjQxNCwwbDIuNS0yLjVBMSwxLDAsMCwwLDYyLjcwNyw0MS43OTNaTTksNDdINmE0Ljk0OCw0Ljk0OCwwLDAsMC0zLDEuMDI2VjNIOVpNNDksMjAuNDE0LDU0LjU4NiwyNiw1MywyNy41ODYsNDcuNDE0LDIyWk00MywzNy41ODYsMzcuNDE0LDMyLDM5LDMwLjQxNCw0NC41ODYsMzZaTTQxLjQxNCwzMCw0NywyNC40MTQsNTAuNTg2LDI4LDQ1LDMzLjU4NlpNNTkuNSw0My41ODYsNDguNjY0LDMyLjc1bDEuMDg2LTEuMDg2TDYwLjU4Niw0Mi41WiI+PC9wYXRoPjxwYXRoIGQ9Ik00Nyw1N0g0NlY1NGExLDEsMCwwLDAtMS0xSDMzYTEsMSwwLDAsMC0xLDF2M0gzMWExLDEsMCwwLDAtMSwxdjRhMSwxLDAsMCwwLDEsMUg0N2ExLDEsMCwwLDAsMS0xVjU4QTEsMSwwLDAsMCw0Nyw1N1pNMzQsNTVINDR2MkgzNFptMTIsNkgzMlY1OUg0NloiPjwvcGF0aD48cGF0aCBkPSJNNDIuMzE2LDQxLjA1MkExLDEsMCwwLDAsNDEuMiw0MS40TDM5LDQ0LjMzMywzNi44LDQxLjRBMSwxLDAsMCwwLDM1LDQydjMuNzhsLTMuOC0uNzZhLjk5Ljk5LDAsMCwwLTEuMDUuNDYsMSwxLDAsMCwwLC4wNzMsMS4xNDVsNCw1LDEuNTYyLTEuMjVMMzMuNSw0Ny41MTlsMi4zMDguNDYxQTEsMSwwLDAsMCwzNyw0N1Y0NWwxLjIsMS42YTEuMDM2LDEuMDM2LDAsMCwwLDEuNiwwTDQxLDQ1djJhMSwxLDAsMCwwLDEuMi45OGwyLjMwOC0uNDYxLTIuMjg1LDIuODU2LDEuNTYyLDEuMjUsNC01YTEsMSwwLDAsMC0uOTc3LTEuNmwtMy44Ljc2VjQyQTEsMSwwLDAsMCw0Mi4zMTYsNDEuMDUyWiI+PC9wYXRoPjxwYXRoIGQ9Ik0yNSwyN0gyM2E0LDQsMCwwLDAtNCw0djFhMSwxLDAsMCwwLDEsMUgzMmExLDEsMCwwLDAsMS0xVjMxYTQsNCwwLDAsMC00LTRIMjdWMTVoNC4zODJsLTIuMjc3LDQuNTUzLjAxLDBBLjk3OC45NzgsMCwwLDAsMjksMjB2MWE0LDQsMCwwLDAsOCwwVjIwYS45NzguOTc4LDAsMCwwLS4xMTUtLjQ0M2wuMDEsMEwzNC42MTgsMTVIMzdhMSwxLDAsMCwwLC43MDctLjI5M2wyLTItMS40MTQtMS40MTRMMzYuNTg2LDEzSDI3VjEwLjgxNmEzLDMsMCwxLDAtMiwwVjEzSDE1LjQxNGwtMS43MDctMS43MDctMS40MTQsMS40MTQsMiwyQTEsMSwwLDAsMCwxNSwxNWgyLjM4MmwtMi4yNzcsNC41NTMuMDEsMEEuOTc4Ljk3OCwwLDAsMCwxNSwyMHYxYTQsNCwwLDAsMCw4LDBWMjBhLjk3OC45NzgsMCwwLDAtLjExNS0uNDQzbC4wMSwwTDIwLjYxOCwxNUgyNVptNiw0SDIxYTIsMiwwLDAsMSwyLTJoNkEyLDIsMCwwLDEsMzEsMzFabTItMTQuNzY0TDM0LjM4MiwxOUgzMS42MThaTTMzLDIzYTIsMiwwLDAsMS0yLTJoNEEyLDIsMCwwLDEsMzMsMjNaTTI2LDdhMSwxLDAsMSwxLTEsMUExLDEsMCwwLDEsMjYsN1ptLTcsOS4yMzZMMjAuMzgyLDE5SDE3LjYxOFpNMTksMjNhMiwyLDAsMCwxLTItMmg0QTIsMiwwLDAsMSwxOSwyM1oiPjwvcGF0aD48L3N2Zz4=);
}
/*#auction-list-private-closed-header:hover:before, #auction-list-privatenoprice-header:hover:before, #auction-list-privatecontest-header:hover:before, #auction-list-privatecontest67-header:hover:before, #auction-list-privatespecial-header:hover:before {
	background-image: url('../images/book67-hov.png');
}*/


h1 {
	background-position: left 20% !important;
}
#auction-list-select, #registration-form-select, .auction-list-submenu {
	display: table;
    float: none;
    clear: both;
    padding: 7px 0 10px 10px;
    vertical-align: top;
    background-color: #fdfdfd;
    /* margin-right: 20px; */
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    margin-top: 20px;
}
.auction-list-submenu {
	margin-bottom: 10px;
}
.auction-list-submenu h2 {
	color: #585D68;
}
a#auction-list-arrest, a#auction-list-bankrupt, a#auction-list-bankruptall, a#auction-list-rent, a#auction-list-private, a#auction-list-privateall, a#auction-list-privatepublic, a#auction-list-privatenoprice, a#auction-list-disposal, a#auction-list-woodall, a#registration-f-l, a#registration-i-p, a#registration-u-l, a#auction-list-all,
.auction-list-submenu a,
.auction-list
{
    display: table-cell;
    /*height: 32px;*/
    padding: 10px 10px 14px 37px;
    color: #585D68;
}
#auction-list-select a:visited {
	color: #585D68;
}

.auction-list-submenu a {
    padding-right: 10px;
    max-width: 165px;
}
a#auction-list-private-closed{
	background: url(../images/icon-state-outline-middle.png) no-repeat left center;
}

a#auction-list-arrest{
	background: url(../images/icon-arrested-middle.png) no-repeat left center;
}

a#auction-list-bankrupt,a#auction-list-bankruptall,a#auction-list-bankruptcontest,a#auction-list-bankruptpublic,a#auction-list-bankruptpublicv2, a#auction-list-bankruptpublicv3{
	background: url(../images/icon-bankrupt-middle.png) no-repeat left center;
}
a#auction-list-landcode,a#auction-list-landcodeall,a#auction-list-landcoderent,a#auction-list-landcodesaleauction{
	background: url(../images/icon-land-gray-min.png) no-repeat left center;
}


a#auction-list-private, a#auction-list-privateall, a#auction-list-privatepublic {
	background: url(../images/icon-state-middle.png) no-repeat left center;
}

a#auction-list-woodall {
    background: url(../images/icon-state-wood-32-light.png) no-repeat left center;
}
/***/
a#auction-list-privatenoprice, a#auction-list-privatespecial, a#auction-list-privatecontest, a#auction-list-privatecontest67 {
	background: url(../images/icon-state-outline-middle.png) no-repeat left center;
}/**/



.auction-list.zakupki,
.auction-list.zakupkiall,
.auction-list.zakupkicontest
{
    background: url(../images/icon-state-middle.png) no-repeat left center;
}




a#auction-list-disposal,
a.auction-list.disposalpublic,
a.auction-list.disposalall{
	background: url(../images/icon-privatization-middle.png) no-repeat left center;
}

a#registration-f-l {
	background: url(../images/icon-user-fl-middle.png) no-repeat left center;
}
a#registration-f-l:hover{
	background: url(../images/icon-user-fl-red-middle.png) no-repeat left center;
	color: #011C26;
}
a#registration-i-p {
	background: url(../images/icon-user-ip-middle.png) no-repeat left center;
}
a#registration-i-p:hover{
	background: url(../images/icon-user-ip-red-middle.png) no-repeat left center;
	color: #011C26;
}
a#registration-u-l {
	background: url(../images/icon-user-ul-middle.png) no-repeat left center;
}
a#registration-u-l:hover{
	background: url(../images/icon-user-ul-red-middle.png) no-repeat left center;
	color: #011C26;
}
a#registration-f-l-n {
	background: url(../images/icon-user-fl-n-middle.png) no-repeat left center;
}
a#registration-f-l-n:hover{
	background: url(../images/icon-user-fl-n-red-middle.png) no-repeat left center;
	color: #011C26;
}
a#registration-u-l-n {
	background: url(../images/icon-user-ul-n-middle.png) no-repeat left center;
}
a#registration-u-l-n:hover{
	background: url(../images/icon-user-ul-n-red-middle.png) no-repeat left center;
	color: #011C26;
}
a#auction-list-arrest,
a#auction-list-rent,
a#auction-list-private, a#auction-list-privateall, a#auction-list-privatepublic,
a#auction-list-woodall, a#auction-list-wood, a#auction-list-woodsale,
.auction-list.zakupki, .auction-list.zakupkiall, .auction-list.zakupkicontest,
a#auction-list-landcode, a#auction-list-landcodeall, a#auction-list-landcoderent, a#auction-list-landcodesaleauction,
a#auction-list-disposal, a.auction-list.disposalpublic, a.auction-list.disposalall,
a#auction-list-privatenoprice, a#auction-list-privatespecial, a#auction-list-privatecontest, a#auction-list-privatecontest67,
a#auction-list-all, 
a#auction-list-bankrupt, a#auction-list-bankruptall, a#auction-list-bankruptcontest, a#auction-list-bankruptpublic, a#auction-list-bankruptpublicv2, a#auction-list-bankruptpublicv3 {
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left 9px;
	text-decoration: none;
	line-height: 1.1;
	font-weight: 500;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
a#auction-list-arrest:hover,
a#auction-list-rent:hover,
a#auction-list-private:hover, a#auction-list-privateall:hover, a#auction-list-privatepublic:hover,
a#auction-list-woodall:hover, a#auction-list-wood:hover, a#auction-list-woodsale:hover,
.auction-list.zakupki:hover, .auction-list.zakupkiall:hover, .auction-list.zakupkicontest:hover,
a#auction-list-landcode:hover, a#auction-list-landcodeall:hover, a#auction-list-landcoderent:hover, a#auction-list-landcodesaleauction:hover,
a#auction-list-disposal:hover, a.auction-list.disposalpublic:hover, a.auction-list.disposalall:hover,
a#auction-list-privatenoprice:hover, a#auction-list-privatespecial:hover, a#auction-list-privatecontest:hover, a#auction-list-privatecontest67:hover,
a#auction-list-all:hover {
	color: #17223D;
}
a#auction-list-bankrupt, a#auction-list-bankruptall, a#auction-list-bankruptcontest, a#auction-list-bankruptpublic, a#auction-list-bankruptpublicv2, a#auction-list-bankruptpublicv3 {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M173.438 182.812H164.062V192.188H173.438V182.812Z' fill='%2317223D'/%3E%3Cpath d='M215.625 32.8125C195.319 32.8371 175.788 40.6129 161.021 54.5519C146.255 68.4908 137.366 87.5413 136.172 107.812H28.125C25.0471 107.813 21.9994 108.419 19.1559 109.597C16.3123 110.774 13.7286 112.501 11.5522 114.677C7.1568 119.073 4.6875 125.034 4.6875 131.25V243.75C4.6875 249.966 7.1568 255.927 11.5522 260.323C13.7286 262.499 16.3123 264.226 19.1559 265.403C21.9994 266.581 25.0471 267.188 28.125 267.188H178.125C184.341 267.188 190.302 264.718 194.698 260.323C199.093 255.927 201.562 249.966 201.562 243.75V210.938H206.25C207.493 210.938 208.685 210.444 209.565 209.565C210.444 208.685 210.938 207.493 210.938 206.25V192.188C212.484 192.188 214.031 192.188 215.625 192.188C236.759 192.187 257.028 183.792 271.973 168.848C286.917 153.903 295.312 133.634 295.312 112.5C295.312 91.3656 286.917 71.0967 271.973 56.1524C257.028 41.2081 236.759 32.8125 215.625 32.8125V32.8125ZM28.125 117.188H136.172C136.513 123.546 137.614 129.841 139.453 135.938H14.0625V131.25C14.0625 127.52 15.5441 123.944 18.1813 121.306C20.8185 118.669 24.3954 117.188 28.125 117.188V117.188ZM178.125 257.812H28.125C24.3954 257.812 20.8185 256.331 18.1813 253.694C15.5441 251.056 14.0625 247.48 14.0625 243.75V239.062H192.188V243.75C192.188 247.48 190.706 251.056 188.069 253.694C185.431 256.331 181.855 257.812 178.125 257.812ZM192.188 229.688H14.0625V145.312H143.109C146.705 153.284 151.599 160.602 157.594 166.969C153.049 169.471 149.463 173.41 147.398 178.168C145.332 182.927 144.904 188.236 146.179 193.265C147.455 198.293 150.363 202.756 154.448 205.954C158.532 209.152 163.562 210.905 168.75 210.938H192.188V229.688ZM201.562 201.562H168.75C165.348 201.568 162.06 200.341 159.494 198.107C156.928 195.874 155.258 192.786 154.795 189.416C154.331 186.046 155.105 182.622 156.973 179.779C158.841 176.936 161.676 174.866 164.953 173.953C175.503 182.64 188.11 188.467 201.562 190.875V201.562ZM215.625 182.812C201.719 182.812 188.124 178.689 176.561 170.963C164.999 163.237 155.987 152.255 150.665 139.407C145.343 126.559 143.951 112.422 146.664 98.7827C149.377 85.1434 156.073 72.6149 165.907 62.7816C175.74 52.9482 188.268 46.2516 201.908 43.5385C215.547 40.8255 229.684 42.2179 242.532 47.5397C255.38 52.8615 266.362 61.8736 274.088 73.4365C281.814 84.9993 285.938 98.5935 285.938 112.5C285.938 131.148 278.53 149.032 265.343 162.218C252.157 175.405 234.273 182.812 215.625 182.812Z' fill='%2317223D'/%3E%3Cpath d='M265.641 77.7192C265.247 77.1567 264.734 76.6876 264.139 76.345C263.544 76.0024 262.881 75.7947 262.197 75.7366C261.513 75.6784 260.825 75.7713 260.18 76.0086C259.536 76.2459 258.952 76.6218 258.469 77.1098L180.234 155.344C179.746 155.827 179.37 156.411 179.133 157.056C178.896 157.7 178.803 158.389 178.861 159.073C178.919 159.757 179.127 160.42 179.47 161.015C179.812 161.61 180.281 162.122 180.844 162.516C192.577 170.649 206.794 174.403 221.013 173.125C235.232 171.847 248.551 165.617 258.646 155.522C268.741 145.427 274.971 132.108 276.25 117.889C277.528 103.669 273.773 89.4529 265.641 77.7192V77.7192ZM225 126.563C225 129.049 224.012 131.434 222.254 133.192C220.496 134.95 218.111 135.938 215.625 135.938C214.818 135.928 214.015 135.817 213.234 135.61L224.672 124.172C224.876 124.953 224.986 125.756 225 126.563V126.563ZM215.625 164.063C207.024 164.074 198.559 161.913 191.016 157.782L206.25 142.688C207.721 143.544 209.297 144.205 210.937 144.657V154.688H220.312V144.657C223.093 143.918 225.665 142.549 227.832 140.657C229.998 138.764 231.7 136.399 232.806 133.743C233.912 131.088 234.391 128.213 234.208 125.342C234.025 122.472 233.184 119.682 231.75 117.188L260.906 88.0317C265.137 95.8788 267.26 104.689 267.07 113.601C266.88 122.514 264.382 131.225 259.82 138.885C255.259 146.544 248.789 152.89 241.043 157.303C233.297 161.715 224.54 164.045 215.625 164.063V164.063Z' fill='%2317223D'/%3E%3Cpath d='M252.375 65.9067C252.315 65.2275 252.108 64.5694 251.768 63.9784C251.428 63.3874 250.963 62.8777 250.406 62.4848C238.673 54.3522 224.456 50.5974 210.237 51.8757C196.018 53.154 182.699 59.3841 172.604 69.4791C162.509 79.5741 156.278 92.8931 155 107.112C153.722 121.331 157.477 135.548 165.609 147.282C166.002 147.839 166.512 148.304 167.103 148.644C167.694 148.984 168.352 149.191 169.031 149.25H169.453C170.073 149.248 170.687 149.122 171.258 148.881C171.829 148.639 172.347 148.287 172.781 147.844L251.016 69.6567C251.504 69.1701 251.879 68.5817 252.114 67.9335C252.349 67.2853 252.438 66.5933 252.375 65.9067ZM206.25 98.438C206.25 95.9516 207.238 93.567 208.996 91.8088C210.754 90.0507 213.139 89.063 215.625 89.063C216.432 89.0766 217.235 89.1868 218.016 89.3911L206.578 100.829C206.377 100.047 206.267 99.2448 206.25 98.438V98.438ZM225 82.313C223.529 81.4573 221.953 80.7956 220.312 80.3442V70.313H210.937V80.3442C208.157 81.0831 205.585 82.4517 203.418 84.3442C201.252 86.2367 199.55 88.6022 198.444 91.2578C197.338 93.9134 196.859 96.7877 197.042 99.6585C197.225 102.529 198.066 105.319 199.5 107.813L170.344 136.969C165.113 127.203 163.166 116.012 164.792 105.054C166.419 94.0951 171.531 83.9517 179.373 76.1258C187.215 68.2999 197.368 63.2078 208.33 61.6036C219.292 59.9994 230.479 61.9685 240.234 67.2192L225 82.313Z' fill='%2317223D'/%3E%3Cpath d='M54.8733 71.659L48.2441 78.2881L67.0046 97.0485L73.6337 90.4194L54.8733 71.659Z' fill='%2317223D'/%3E%3Cpath d='M113.884 71.7015L95.124 90.4619L101.753 97.091L120.514 78.3306L113.884 71.7015Z' fill='%2317223D'/%3E%3Cpath d='M89.0625 60.9375H79.6875V89.0625H89.0625V60.9375Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-arrest {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 42.1875C291.868 42.1875 293.06 41.6936 293.94 40.8146C294.819 39.9355 295.312 38.7432 295.312 37.5V9.375C295.312 8.1318 294.819 6.93951 293.94 6.06044C293.06 5.18136 291.868 4.6875 290.625 4.6875H9.375C8.1318 4.6875 6.93951 5.18136 6.06044 6.06044C5.18136 6.93951 4.6875 8.1318 4.6875 9.375V37.5C4.6875 38.7432 5.18136 39.9355 6.06044 40.8146C6.93951 41.6936 8.1318 42.1875 9.375 42.1875H14.0625V257.812H9.375C8.1318 257.812 6.93951 258.306 6.06044 259.185C5.18136 260.065 4.6875 261.257 4.6875 262.5V290.625C4.6875 291.868 5.18136 293.06 6.06044 293.94C6.93951 294.819 8.1318 295.312 9.375 295.312H290.625C291.868 295.312 293.06 294.819 293.94 293.94C294.819 293.06 295.312 291.868 295.312 290.625V262.5C295.312 261.257 294.819 260.065 293.94 259.185C293.06 258.306 291.868 257.812 290.625 257.812H285.938V42.1875H290.625ZM14.0625 14.0625H285.938V32.8125H14.0625V14.0625ZM225 257.812V168.75H248.438C249.363 168.745 250.266 168.467 251.034 167.95C251.801 167.433 252.398 166.7 252.75 165.844C253.109 164.99 253.207 164.049 253.032 163.14C252.857 162.231 252.416 161.394 251.766 160.734L225 134.016V42.1875H257.812V257.812H225ZM75 42.1875V134.016L48.2344 160.734C47.5839 161.394 47.1433 162.231 46.9681 163.14C46.793 164.049 46.891 164.99 47.25 165.844C47.6017 166.7 48.1988 167.433 48.9663 167.95C49.7337 168.467 50.6371 168.745 51.5625 168.75H75V257.812H42.1875V42.1875H75ZM75 159.375H62.8594L75 147.234V159.375ZM84.375 42.1875H93.75V257.812H84.375V42.1875ZM103.125 119.109L135.938 86.2969V101.203L103.125 134.016V119.109ZM135.938 73.0781L103.125 105.891V42.1875H135.938V73.0781ZM103.125 147.234L135.938 114.422V186.047C130.338 188.703 125.605 192.891 122.287 198.125C118.968 203.36 117.2 209.427 117.188 215.625V257.812H103.125V147.234ZM126.562 215.625C126.562 211.986 127.41 208.398 129.037 205.143C130.664 201.889 133.027 199.058 135.938 196.875V257.812H126.562V215.625ZM145.312 42.1875H154.688V257.812H145.312V42.1875ZM164.062 86.2969L196.875 119.109V134.016L164.062 101.203V86.2969ZM196.875 105.891L164.062 73.0781V42.1875H196.875V105.891ZM164.062 196.875C166.973 199.058 169.336 201.889 170.963 205.143C172.59 208.398 173.438 211.986 173.438 215.625V257.812H164.062V196.875ZM164.062 186.047V114.422L196.875 147.234V257.812H182.812V215.625C182.8 209.427 181.032 203.36 177.713 198.125C174.395 192.891 169.662 188.703 164.062 186.047V186.047ZM206.25 42.1875H215.625V257.812H206.25V42.1875ZM225 147.234L237.141 159.375H225V147.234ZM23.4375 42.1875H32.8125V257.812H23.4375V42.1875ZM285.938 285.938H14.0625V267.188H285.938V285.938ZM276.562 257.812H267.188V42.1875H276.562V257.812Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-rent {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.953 259.172L243.328 208.594L248.437 203.484L249.797 204.89C250.232 205.33 250.751 205.679 251.322 205.917C251.893 206.154 252.506 206.277 253.125 206.277C253.744 206.277 254.356 206.154 254.928 205.917C255.499 205.679 256.017 205.33 256.453 204.89L270.515 190.828C270.955 190.392 271.304 189.874 271.541 189.303C271.779 188.731 271.902 188.119 271.902 187.5C271.902 186.881 271.779 186.268 271.541 185.697C271.304 185.126 270.955 184.607 270.515 184.172L233.015 146.672C232.58 146.232 232.061 145.884 231.49 145.646C230.919 145.408 230.306 145.285 229.687 145.285C229.069 145.285 228.456 145.408 227.885 145.646C227.313 145.884 226.795 146.232 226.359 146.672L212.297 160.734C211.857 161.17 211.509 161.688 211.271 162.26C211.033 162.831 210.91 163.444 210.91 164.062C210.91 164.681 211.033 165.294 211.271 165.865C211.509 166.436 211.857 166.955 212.297 167.39L213.703 168.75L210.937 171.515V126.562H234.375C235.3 126.558 236.204 126.279 236.971 125.762C237.738 125.245 238.336 124.512 238.687 123.656C239.046 122.802 239.144 121.862 238.969 120.952C238.794 120.043 238.353 119.206 237.703 118.547L125.203 6.04671C124.767 5.60736 124.249 5.25864 123.678 5.02066C123.106 4.78268 122.494 4.66016 121.875 4.66016C121.256 4.66016 120.643 4.78268 120.072 5.02066C119.501 5.25864 118.982 5.60736 118.547 6.04671L6.04667 118.547C5.39625 119.206 4.95564 120.043 4.78045 120.952C4.60526 121.862 4.70333 122.802 5.0623 123.656C5.41396 124.512 6.01113 125.245 6.77857 125.762C7.54601 126.279 8.44937 126.558 9.3748 126.562H32.8123V243.75C32.8123 244.993 33.3062 246.185 34.1852 247.064C35.0643 247.943 36.2566 248.437 37.4998 248.437H190.265L198.234 256.453C198.67 256.892 199.188 257.241 199.76 257.479C200.331 257.717 200.944 257.84 201.562 257.84C202.181 257.84 202.794 257.717 203.365 257.479C203.936 257.241 204.455 256.892 204.89 256.453L218.953 242.39C219.392 241.955 219.741 241.436 219.979 240.865C220.217 240.294 220.339 239.681 220.339 239.062C220.339 238.444 220.217 237.831 219.979 237.26C219.741 236.688 219.392 236.17 218.953 235.734L217.547 234.375L222.656 229.265L273.234 279.89C273.67 280.33 274.188 280.679 274.76 280.917C275.331 281.154 275.944 281.277 276.562 281.277C277.181 281.277 277.794 281.154 278.365 280.917C278.936 280.679 279.455 280.33 279.89 279.89L293.953 265.828C294.392 265.392 294.741 264.874 294.979 264.303C295.217 263.731 295.339 263.119 295.339 262.5C295.339 261.881 295.217 261.268 294.979 260.697C294.741 260.126 294.392 259.607 293.953 259.172V259.172ZM229.687 156.609L260.578 187.5L253.125 194.953L222.234 164.062L229.687 156.609ZM121.875 15.9842L223.078 117.187H208.172L125.203 34.1717C124.767 33.7324 124.249 33.3836 123.678 33.1457C123.106 32.9077 122.494 32.7852 121.875 32.7852C121.256 32.7852 120.643 32.9077 120.072 33.1457C119.501 33.3836 118.982 33.7324 118.547 34.1717L35.5779 117.187H20.6717L121.875 15.9842ZM117.187 239.062H60.9373V164.062H117.187V239.062ZM126.562 239.062V159.375C126.562 158.132 126.068 156.939 125.189 156.06C124.31 155.181 123.118 154.687 121.875 154.687H56.2498C55.0066 154.687 53.8143 155.181 52.9352 156.06C52.0562 156.939 51.5623 158.132 51.5623 159.375V239.062H42.1873V123.797L121.875 44.1092L201.562 123.797V180.89L182.812 199.64L181.453 198.234C181.017 197.795 180.499 197.446 179.928 197.208C179.356 196.97 178.744 196.848 178.125 196.848C177.506 196.848 176.893 196.97 176.322 197.208C175.751 197.446 175.232 197.795 174.797 198.234L160.734 212.297C160.295 212.732 159.946 213.251 159.708 213.822C159.47 214.393 159.348 215.006 159.348 215.625C159.348 216.244 159.47 216.856 159.708 217.428C159.946 217.999 160.295 218.517 160.734 218.953L180.89 239.062H126.562ZM201.562 246.515L170.672 215.625L178.125 208.172L209.015 239.062L201.562 246.515ZM189.422 206.25L220.312 175.359L241.828 196.875L210.937 227.765L189.422 206.25ZM276.562 269.953L229.265 222.656L236.719 215.203L284.015 262.5L276.562 269.953Z' fill='%2317223D'/%3E%3Cpath d='M229.688 267.188H164.062C162.819 267.188 161.627 267.681 160.748 268.56C159.869 269.44 159.375 270.632 159.375 271.875V290.625C159.375 291.868 159.869 293.06 160.748 293.94C161.627 294.819 162.819 295.312 164.062 295.312H229.688C230.931 295.312 232.123 294.819 233.002 293.94C233.881 293.06 234.375 291.868 234.375 290.625V271.875C234.375 270.632 233.881 269.44 233.002 268.56C232.123 267.681 230.931 267.188 229.688 267.188ZM225 285.938H168.75V276.562H225V285.938Z' fill='%2317223D'/%3E%3Cpath d='M145.312 164.062H182.812V182.812H192.188V159.375C192.188 158.132 191.694 156.94 190.815 156.06C189.935 155.181 188.743 154.688 187.5 154.688H140.625C139.382 154.688 138.19 155.181 137.31 156.06C136.431 156.94 135.938 158.132 135.938 159.375V215.625C135.938 216.868 136.431 218.06 137.31 218.94C138.19 219.819 139.382 220.312 140.625 220.312H154.688V210.938H145.312V164.062Z' fill='%2317223D'/%3E%3Cpath d='M150 107.813C150 102.25 148.351 96.8122 145.26 92.1871C142.17 87.562 137.777 83.9571 132.638 81.8284C127.499 79.6997 121.844 79.1427 116.388 80.2279C110.932 81.3131 105.921 83.9918 101.988 87.9251C98.0543 91.8585 95.3756 96.8699 94.2904 102.326C93.2052 107.781 93.7622 113.436 95.8909 118.575C98.0196 123.715 101.624 128.107 106.25 131.198C110.875 134.288 116.312 135.938 121.875 135.938C129.334 135.938 136.488 132.974 141.762 127.7C147.037 122.425 150 115.272 150 107.813ZM121.875 126.563C118.167 126.563 114.541 125.463 111.458 123.403C108.375 121.342 105.971 118.414 104.552 114.988C103.133 111.562 102.762 107.792 103.485 104.155C104.209 100.517 105.995 97.1765 108.617 94.5543C111.239 91.932 114.58 90.1463 118.217 89.4228C121.854 88.6993 125.624 89.0706 129.05 90.4898C132.476 91.9089 135.405 94.3122 137.465 97.3956C139.525 100.479 140.625 104.104 140.625 107.813C140.625 112.785 138.65 117.554 135.133 121.071C131.617 124.587 126.848 126.563 121.875 126.563Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-private, a#auction-list-privateall, a#auction-list-privatepublic, a#auction-list-privatenoprice, a#auction-list-privatespecial, a#auction-list-privatecontest  {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 257.813H285.938V243.75C285.938 242.507 285.444 241.315 284.565 240.436C283.685 239.557 282.493 239.063 281.25 239.063H276.562V220.313C276.562 219.07 276.069 217.877 275.19 216.998C274.31 216.119 273.118 215.625 271.875 215.625H267.188V150H271.875C273.118 150 274.31 149.507 275.19 148.628C276.069 147.748 276.562 146.556 276.562 145.313V135.347C278.869 132.565 280.984 129.63 282.895 126.563H290.625C291.597 126.563 292.544 126.262 293.337 125.7C294.13 125.139 294.729 124.344 295.05 123.428C295.372 122.511 295.401 121.517 295.133 120.583C294.865 119.649 294.314 118.821 293.555 118.215L289.116 114.661C295.722 98.7415 296.976 81.1061 292.69 64.4115C288.403 47.7169 278.808 32.8671 265.349 22.099C251.891 11.3308 235.298 5.22741 218.07 4.708C200.841 4.1886 183.911 9.28136 169.828 19.2192L152.953 5.70044C152.122 5.0348 151.088 4.67212 150.023 4.67212C148.958 4.67212 147.925 5.0348 147.094 5.70044L6.46875 118.2C5.70589 118.804 5.14991 119.631 4.87792 120.565C4.60593 121.499 4.63141 122.495 4.95083 123.414C5.27025 124.333 5.86778 125.13 6.66053 125.694C7.45329 126.259 8.40197 126.562 9.375 126.563H23.4375V145.313C23.4375 146.556 23.9314 147.748 24.8104 148.628C25.6895 149.507 26.8818 150 28.125 150H32.8125V215.625H28.125C26.8818 215.625 25.6895 216.119 24.8104 216.998C23.9314 217.877 23.4375 219.07 23.4375 220.313V239.063H18.75C17.5068 239.063 16.3145 239.557 15.4354 240.436C14.5564 241.315 14.0625 242.507 14.0625 243.75V257.813H9.375C8.1318 257.813 6.93951 258.307 6.06044 259.186C5.18136 260.065 4.6875 261.257 4.6875 262.5V290.625C4.6875 291.869 5.18136 293.061 6.06044 293.94C6.93951 294.819 8.1318 295.313 9.375 295.313H290.625C291.868 295.313 293.06 294.819 293.94 293.94C294.819 293.061 295.312 291.869 295.312 290.625V262.5C295.312 261.257 294.819 260.065 293.94 259.186C293.06 258.307 291.868 257.813 290.625 257.813ZM229.688 239.063V225H267.188V239.063H229.688ZM173.438 239.063H126.562V206.25C126.562 200.034 129.032 194.073 133.427 189.678C137.823 185.282 143.784 182.813 150 182.813C156.216 182.813 162.177 185.282 166.573 189.678C170.968 194.073 173.437 200.034 173.438 206.25V239.063ZM150 173.438C141.301 173.448 132.96 176.908 126.809 183.059C120.658 189.211 117.197 197.551 117.188 206.25V239.063H79.6875V220.313C79.6875 219.07 79.1936 217.877 78.3146 216.998C77.4355 216.119 76.2432 215.625 75 215.625H70.3125V150H75C76.2432 150 77.4355 149.507 78.3146 148.628C79.1936 147.748 79.6875 146.556 79.6875 145.313V126.563H148.205C150.263 129.851 152.558 132.984 155.072 135.938H121.875C120.632 135.938 119.44 136.432 118.56 137.311C117.681 138.19 117.188 139.382 117.188 140.625V159.375C117.188 160.619 117.681 161.811 118.56 162.69C119.44 163.569 120.632 164.063 121.875 164.063H178.125C179.368 164.063 180.56 163.569 181.44 162.69C182.319 161.811 182.812 160.619 182.812 159.375V156.788C197.461 163.527 213.84 165.551 229.688 162.582V215.625H225C223.757 215.625 222.565 216.119 221.685 216.998C220.806 217.877 220.312 219.07 220.312 220.313V239.063H182.812V206.25C182.803 197.551 179.342 189.211 173.191 183.059C167.04 176.908 158.699 173.448 150 173.438V173.438ZM136.622 94.2192C133.066 91.7604 130.263 88.3617 128.526 84.4026C126.789 80.4435 126.186 76.0795 126.785 71.7978C127.384 67.5161 129.161 63.4851 131.918 60.1546C134.675 56.824 138.303 54.325 142.397 52.9364C136.742 65.9127 134.745 80.1891 136.622 94.2192V94.2192ZM164.503 145.313C167.331 147.657 170.316 149.804 173.438 151.739V154.688H126.562V145.313H164.503ZM239.062 215.625V160.36C245.667 158.289 251.971 155.359 257.812 151.646V215.625H239.062ZM285.787 84.3004C285.787 98.1921 281.668 111.772 273.95 123.322C266.233 134.873 255.263 143.875 242.429 149.191C229.595 154.508 215.472 155.898 201.847 153.188C188.223 150.478 175.707 143.789 165.885 133.966C156.062 124.143 149.372 111.628 146.662 98.0031C143.952 84.3784 145.343 70.2559 150.659 57.4217C155.975 44.5875 164.978 33.6179 176.528 25.9001C188.079 18.1823 201.658 14.0629 215.55 14.0629C234.172 14.0828 252.026 21.4892 265.193 34.657C278.361 47.8247 285.768 65.6784 285.787 84.3004V84.3004ZM150 15.3754L162.342 25.252C156.81 30.2373 152.001 35.9708 148.055 42.2864C140.511 42.714 133.348 45.7395 127.781 50.849C122.215 55.9585 118.588 62.8372 117.518 70.3168C116.447 77.7965 117.998 85.4162 121.908 91.8821C125.818 98.3479 131.845 103.261 138.966 105.788C140.061 109.689 141.454 113.5 143.133 117.188H22.7391L150 15.3754ZM70.3125 126.563V140.625H32.8125V126.563H70.3125ZM42.1875 150H60.9375V215.625H42.1875V150ZM32.8125 225H70.3125V239.063H32.8125V225ZM23.4375 248.438H276.562V257.813H23.4375V248.438ZM285.938 285.938H14.0625V267.188H285.938V285.938Z' fill='%2317223D'/%3E%3Cpath d='M155.911 87.689L188.723 120.502C189.602 121.38 190.794 121.874 192.037 121.874C193.28 121.874 194.472 121.38 195.351 120.502L209.414 106.439C210.292 105.56 210.786 104.368 210.786 103.125C210.786 101.882 210.292 100.69 209.414 99.8109L208.04 98.4375L211.959 94.5187L252.004 134.564C252.883 135.443 254.075 135.936 255.318 135.936C256.561 135.936 257.753 135.443 258.632 134.564L270.351 122.845C271.23 121.966 271.724 120.774 271.724 119.531C271.724 118.288 271.23 117.096 270.351 116.217L230.306 76.1719L234.225 72.2531L235.598 73.6265C236.477 74.5053 237.669 74.999 238.912 74.999C240.155 74.999 241.347 74.5053 242.226 73.6265L256.289 59.564C257.167 58.685 257.661 57.4929 257.661 56.25C257.661 55.007 257.167 53.8149 256.289 52.9359L223.476 20.1234C222.597 19.2446 221.405 18.751 220.162 18.751C218.919 18.751 217.727 19.2446 216.848 20.1234L202.786 34.1859C201.907 35.0649 201.413 36.257 201.413 37.5C201.413 38.7429 201.907 39.935 202.786 40.814L204.159 42.1875L177.975 68.3719L176.601 66.9984C175.722 66.1196 174.53 65.626 173.287 65.626C172.044 65.626 170.852 66.1196 169.973 66.9984L155.911 81.0609C155.032 81.9399 154.538 83.132 154.538 84.375C154.538 85.6179 155.032 86.81 155.911 87.689V87.689ZM260.409 119.531L255.318 124.622L218.587 87.8906L223.678 82.8L260.409 119.531ZM220.162 30.0656L246.346 56.25L238.912 63.6844L212.728 37.5L220.162 30.0656ZM210.787 48.8156L227.596 65.625L201.412 91.8094L184.603 75L210.787 48.8156ZM173.287 76.9406L199.471 103.125L192.037 110.559L165.853 84.375L173.287 76.9406Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-woodall, a#auction-list-wood, a#auction-list-woodsale {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.125 285.938V248.438H290.625C291.381 248.436 292.125 248.252 292.794 247.901C293.464 247.55 294.038 247.043 294.469 246.422C294.904 245.802 295.183 245.086 295.281 244.335C295.378 243.584 295.293 242.82 295.031 242.109L263.297 157.734C265.889 147.547 267.196 137.075 267.188 126.563C267.188 69.7031 229.359 23.4375 182.813 23.4375C136.266 23.4375 98.4376 69.7031 98.4376 126.563C98.4376 181.5 133.781 226.547 178.125 229.688V248.438C172.353 248.399 166.769 250.491 162.444 254.315C158.119 258.138 155.357 263.423 154.688 269.156C152.026 270.259 149.594 271.849 147.516 273.844C145.442 271.843 143.008 270.253 140.344 269.156C139.712 263.419 136.986 258.116 132.687 254.264C128.388 250.412 122.819 248.282 117.047 248.282C111.275 248.282 105.706 250.412 101.407 254.264C97.1078 258.116 94.3814 263.419 93.7501 269.156C90.3134 270.664 87.2892 272.976 84.9318 275.896C82.5744 278.816 80.9527 282.26 80.2032 285.938H60.9376V239.063H103.125C103.825 239.065 104.517 238.91 105.15 238.61C105.783 238.31 106.34 237.872 106.781 237.328C107.215 236.789 107.524 236.161 107.686 235.488C107.848 234.815 107.859 234.115 107.719 233.438L60.9376 8.4375C60.9376 7.1943 60.4437 6.00201 59.5647 5.12294C58.6856 4.24386 57.4933 3.75 56.2501 3.75C55.0069 3.75 53.8146 4.24386 52.9355 5.12294C52.0565 6.00201 51.5626 7.1943 51.5626 8.4375L4.6876 233.438C4.54703 234.115 4.55819 234.815 4.72028 235.488C4.88237 236.161 5.19137 236.789 5.6251 237.328C6.07612 237.885 6.64864 238.33 7.2987 238.631C7.94876 238.931 8.65907 239.079 9.3751 239.063H51.5626V285.938H4.6876V295.313H295.313V285.938H253.125ZM15.1407 229.688L56.2501 32.3437L97.3595 229.688H60.9376V175.359L73.6407 162.703L66.9845 156.047L60.9376 162.141V140.625H51.5626V190.266L40.8282 179.484L34.172 186.141L51.5626 203.484V229.688H15.1407ZM253.125 239.063V217.547L265.828 204.891L259.172 198.234L253.125 204.328V182.813H243.75V239.063H213L248.438 144.609L283.875 239.063H253.125ZM107.813 126.563C107.813 75 141.469 32.8125 182.813 32.8125C224.156 32.8125 257.813 75 257.813 126.563C257.802 131.264 257.505 135.96 256.922 140.625L252.844 129.656C252.515 128.751 251.916 127.969 251.128 127.417C250.34 126.864 249.4 126.568 248.438 126.568C247.475 126.568 246.536 126.864 245.747 127.417C244.959 127.969 244.36 128.751 244.031 129.656L213 212.344C205.156 216.72 196.456 219.343 187.5 220.031V151.922L204.891 134.578L198.234 127.922L187.5 138.703V121.875H178.125V166.828L167.391 156.047L160.734 162.703L178.125 180.047V220.031C138.938 216.984 107.813 176.297 107.813 126.563ZM187.5 229.688C194.638 229.206 201.658 227.625 208.313 225L201.844 242.25C201.582 242.961 201.497 243.724 201.595 244.475C201.693 245.226 201.971 245.943 202.406 246.562C202.852 247.158 203.434 247.638 204.102 247.964C204.77 248.29 205.507 248.452 206.25 248.438H243.75V285.938H215.109C214.36 282.26 212.738 278.816 210.381 275.896C208.024 272.976 204.999 270.664 201.563 269.156C201.07 265.072 199.512 261.189 197.043 257.897C194.575 254.606 191.284 252.022 187.5 250.406V229.688ZM160.594 277.078C161.625 276.812 162.535 276.203 163.174 275.351C163.813 274.499 164.143 273.455 164.109 272.391C164.113 272.218 164.097 272.045 164.063 271.875C164.019 268.145 165.459 264.551 168.065 261.883C170.672 259.215 174.231 257.692 177.961 257.648C181.691 257.605 185.285 259.045 187.953 261.651C190.621 264.258 192.144 267.817 192.188 271.547C192.188 271.547 192.188 272.203 192.188 272.391C192.154 273.455 192.484 274.499 193.123 275.351C193.762 276.203 194.672 276.812 195.703 277.078C197.928 277.646 199.98 278.751 201.68 280.295C203.379 281.84 204.675 283.777 205.453 285.938H154.172C153.881 284.628 153.489 283.343 153 282.094C154.905 279.626 157.577 277.862 160.594 277.078V277.078ZM99.6563 277.078C100.688 276.812 101.598 276.203 102.237 275.351C102.876 274.499 103.206 273.455 103.172 272.391C103.172 272.109 103.172 271.828 103.172 271.875C103.128 268.145 104.568 264.551 107.175 261.883C109.781 259.215 113.341 257.692 117.07 257.648C120.8 257.605 124.394 259.045 127.062 261.651C129.73 264.258 131.253 267.817 131.297 271.547C131.297 271.547 131.297 272.203 131.297 272.391C131.263 273.455 131.593 274.499 132.232 275.351C132.871 276.203 133.781 276.812 134.813 277.078C137.029 277.653 139.071 278.761 140.762 280.305C142.453 281.849 143.742 283.782 144.516 285.938H89.8595C90.6421 283.771 91.9448 281.831 93.653 280.286C95.3612 278.741 97.4227 277.64 99.6563 277.078V277.078Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
.auction-list.zakupki, .auction-list.zakupkiall, .auction-list.zakupkicontest {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M135.9 239.1H37.5V248.5H135.9V239.1Z' fill='%2317223D'/%3E%3Cpath d='M293.9 195.9L239.8 141.8L243.7 137.9L245.1 139.3C246.9 141.1 249.9 141.1 251.7 139.3L265.8 125.2C267.6 123.4 267.6 120.4 265.8 118.6L233 85.7002C231.2 83.9002 228.2 83.9002 226.4 85.7002L212.3 99.8002C210.5 101.6 210.5 104.6 212.3 106.4L213.7 107.8L201.6 119.9V9.4002C201.6 6.8002 199.5 4.7002 196.9 4.7002H9.4002C6.8002 4.7002 4.7002 6.8002 4.7002 9.4002V243.8C4.7002 256.7 15.2002 267.2 28.1002 267.2H135.9V257.8H28.1002C20.3002 257.8 14.0002 251.5 14.0002 243.7C14.0002 235.9 20.3002 229.6 28.1002 229.6H135.9V220.2H51.6002V14.1002H192.2V129.3L187.5 134L186.1 132.6C184.3 130.8 181.3 130.8 179.5 132.6L165.4 146.7C163.6 148.5 163.6 151.5 165.4 153.3L198.2 186.1C200 187.9 203 187.9 204.8 186.1L218.9 172C220.7 170.2 220.7 167.2 218.9 165.4L217.5 164L221.4 160.1L275.5 214.2C277.3 216 280.3 216 282.1 214.2L293.8 202.5C295.8 200.7 295.8 197.7 293.9 195.9ZM42.2002 220.3H28.1002C23.0002 220.3 18.1002 222 14.0002 225.1V14.1002H42.1002V220.3H42.2002ZM229.7 95.7002L255.9 121.9L248.5 129.3L222.3 103.1L229.7 95.7002ZM201.6 176.2L175.4 150L182.8 142.6L209 168.8L201.6 176.2ZM194.1 140.6L220.3 114.4L237.1 131.2L210.9 157.4L194.1 140.6ZM278.9 204.3L228.1 153.5L233.2 148.4L284 199.2L278.9 204.3Z' fill='%2317223D'/%3E%3Cpath d='M220.3 267.2H215.6V253.1C215.6 250.5 213.5 248.4 210.9 248.4H154.7C152.1 248.4 150 250.5 150 253.1V267.2H145.3C142.7 267.2 140.6 269.3 140.6 271.9V290.7C140.6 293.3 142.7 295.4 145.3 295.4H220.3C222.9 295.4 225 293.3 225 290.7V271.9C225 269.3 222.9 267.2 220.3 267.2ZM159.4 257.8H206.3V267.2H159.4V257.8ZM215.6 285.9H150V276.5H215.6V285.9Z' fill='%2317223D'/%3E%3Cpath d='M198.4 192.4C196.5 191.8 194.4 192.4 193.2 194L182.9 207.7L172.6 194C171 191.9 168.1 191.5 166 193.1C164.8 194 164.1 195.4 164.1 196.8V214.5L146.3 210.9C144.4 210.5 142.4 211.4 141.4 213.1C140.4 214.8 140.5 216.9 141.7 218.5L160.4 241.9L167.7 236L157 222.7L167.8 224.9C170.3 225.4 172.8 223.7 173.3 221.2C173.4 220.9 173.4 220.6 173.4 220.3V210.9L179 218.4C180.7 220.5 183.8 220.8 185.8 219.1C186 218.9 186.3 218.7 186.5 218.4L192.1 210.9V220.3C192.1 222.9 194.2 225 196.8 225C197.1 225 197.4 225 197.7 224.9L208.5 222.7L197.8 236.1L205.1 242L223.9 218.6C225.5 216.6 225.1 213.6 223.1 212C222 211.2 220.6 210.8 219.3 211.1L201.5 214.7V197C201.6 194.8 200.3 193.1 198.4 192.4Z' fill='%2317223D'/%3E%3Cpath d='M63.2998 87.4998C63.2998 86.3998 63.4998 85.4998 63.6998 84.5998C63.8998 83.6998 64.2998 82.9998 64.5998 82.3998C64.8998 81.7998 65.4998 81.1998 66.1998 80.4998C66.8998 79.7998 67.4998 79.2998 68.0998 78.8998C68.6998 78.4998 69.4998 77.8998 70.4998 77.1998C70.5998 77.0998 70.9998 76.8998 71.5998 76.4998C72.1998 76.0998 72.5998 75.7998 72.7998 75.6998C72.9998 75.4998 73.3998 75.2998 73.7998 74.8998C74.1998 74.4998 74.5998 74.1998 74.7998 73.8998C74.9998 73.5998 75.1998 73.1998 75.2998 72.7998C75.3998 72.3998 75.5998 71.8998 75.5998 71.3998C75.5998 70.3998 75.2998 69.4998 74.6998 68.8998C74.0998 68.2998 73.2998 67.9998 72.2998 67.9998C69.8998 67.9998 68.5998 69.6998 68.4998 73.0998H63.6998V72.5998C63.6998 69.8998 64.4998 67.7998 66.0998 66.1998C67.6998 64.5998 69.7998 63.7998 72.4998 63.7998C74.8998 63.7998 76.7998 64.4998 78.2998 65.7998C79.7998 67.0998 80.4998 68.8998 80.4998 70.9998C80.4998 72.6998 80.0998 74.0998 79.2998 75.0998C78.4998 76.0998 77.2998 77.1998 75.4998 78.3998C75.2998 78.5998 74.8998 78.7998 74.1998 79.1998C73.5998 79.5998 73.0998 79.8998 72.7998 80.1998C72.4998 80.4998 71.9998 80.7998 71.4998 81.0998C70.9998 81.3998 70.5998 81.8998 70.1998 82.1998C69.7998 82.5998 69.4998 82.8998 69.2998 83.2998H80.4998V87.3998H63.2998V87.4998Z' fill='%2317223D'/%3E%3Cpath d='M82 87.4998C82 86.3998 82.2 85.4998 82.4 84.5998C82.6 83.6998 83 82.9998 83.3 82.3998C83.6 81.7998 84.2 81.1998 84.9 80.4998C85.6 79.7998 86.2 79.2998 86.8 78.8998C87.4 78.4998 88.2 77.8998 89.2 77.1998C89.3 77.0998 89.7 76.8998 90.3 76.4998C90.9 76.0998 91.3 75.7998 91.5 75.6998C91.7 75.4998 92.1 75.2998 92.5 74.8998C92.9 74.4998 93.3 74.1998 93.5 73.8998C93.7 73.5998 93.9 73.1998 94 72.7998C94.1 72.3998 94.3 71.8998 94.3 71.3998C94.3 70.3998 94 69.4998 93.4 68.8998C92.8 68.2998 92 67.9998 90.9 67.9998C88.5 67.9998 87.2 69.6998 87.1 73.0998H82.3V72.5998C82.3 69.8998 83.1 67.7998 84.7 66.1998C86.3 64.5998 88.4 63.7998 91.1 63.7998C93.5 63.7998 95.4 64.4998 96.9 65.7998C98.4 67.0998 99.1 68.8998 99.1 70.9998C99.1 72.6998 98.7 74.0998 97.9 75.0998C97.1 76.0998 95.9 77.1998 94.1 78.3998C93.9 78.5998 93.5 78.7998 92.8 79.1998C92.2 79.5998 91.7 79.8998 91.4 80.1998C91.1 80.4998 90.6 80.7998 90.1 81.0998C89.6 81.3998 89.2 81.8998 88.8 82.1998C88.4 82.5998 88.1 82.8998 87.9 83.2998H99.1V87.3998H82V87.4998Z' fill='%2317223D'/%3E%3Cpath d='M100.5 79.8002V79.5002H105.3C105.3 80.9002 105.7 82.1002 106.4 82.8002C107.1 83.6002 108.1 84.0002 109.3 84.0002C110.5 84.0002 111.4 83.7002 112.1 83.0002C112.8 82.3002 113.2 81.5002 113.2 80.4002C113.2 79.2002 112.8 78.3002 112 77.7002C111.2 77.2002 110.2 76.9002 108.9 76.9002C108.4 76.9002 108 76.9002 107.7 76.9002V73.6002C108 73.6002 108.2 73.6002 108.5 73.6002C111.2 73.6002 112.6 72.6002 112.6 70.6002C112.6 69.7002 112.3 69.0002 111.7 68.4002C111.1 67.8002 110.3 67.6002 109.3 67.6002C108.2 67.6002 107.3 67.9002 106.7 68.6002C106.1 69.3002 105.8 70.3002 105.7 71.6002H101C101.1 69.2002 101.9 67.2002 103.4 65.8002C104.9 64.4002 106.9 63.7002 109.4 63.7002C111.8 63.7002 113.7 64.3002 115.2 65.5002C116.7 66.7002 117.4 68.3002 117.4 70.2002C117.4 71.3002 117.1 72.3002 116.5 73.2002C115.9 74.0002 115.1 74.6002 114 74.9002C115.3 75.2002 116.3 75.8002 117.1 76.8002C117.8 77.7002 118.2 78.9002 118.2 80.3002C118.2 82.5002 117.4 84.4002 115.7 85.8002C114 87.2002 111.9 87.9002 109.3 87.9002C106.6 87.9002 104.4 87.2002 102.8 85.7002C101.3 84.3002 100.5 82.3002 100.5 79.8002Z' fill='%2317223D'/%3E%3Cpath d='M120.5 80.5002V76.2002H130.6V80.5002H120.5Z' fill='%2317223D'/%3E%3Cpath d='M133.6 75.3002C133.6 72.5002 134.5 70.2002 136.4 68.6002C138.3 67.0002 140.8 66.1002 144 66.0002V63.7002H149.3V66.0002C152.5 66.1002 155 67.0002 156.9 68.6002C158.8 70.2002 159.7 72.5002 159.7 75.3002C159.7 78.2002 158.8 80.5002 156.9 82.2002C155 83.9002 152.5 84.8002 149.3 84.9002V87.6002H144V84.9002C140.8 84.8002 138.3 83.9002 136.4 82.2002C134.5 80.5002 133.6 78.2002 133.6 75.3002ZM138.7 75.3002C138.7 76.9002 139.2 78.3002 140.1 79.3002C141 80.3002 142.3 80.9002 144 81.0002V69.8002C142.3 69.9002 140.9 70.4002 140 71.3002C139.1 72.3002 138.7 73.6002 138.7 75.3002ZM149.2 81.0002C150.9 80.9002 152.2 80.4002 153.1 79.3002C154 78.3002 154.5 76.9002 154.5 75.3002C154.5 73.6002 154 72.3002 153.1 71.3002C152.2 70.3002 150.9 69.8002 149.1 69.8002V81.0002H149.2Z' fill='%2317223D'/%3E%3Cpath d='M161.5 79.6002H166.8C166.8 81.1002 167.3 82.2002 168.3 83.0002C169.2 83.7002 170.5 84.1002 172 84.1002C173.2 84.1002 174.2 83.7002 175 83.0002C175.8 82.3002 176.2 81.4002 176.2 80.3002C176.2 78.1002 174.7 77.0002 171.7 77.0002H169.9V73.4002C170.2 73.4002 170.6 73.4002 171.3 73.4002C174.2 73.4002 175.6 72.3002 175.6 70.2002C175.6 69.3002 175.3 68.6002 174.6 68.1002C173.9 67.6002 173.1 67.3002 172 67.3002C170.7 67.3002 169.7 67.6002 168.9 68.2002C168.1 68.8002 167.7 69.7002 167.6 70.8002H162.6C162.6 68.3002 163.6 66.4002 165.3 65.1002C167.1 63.8002 169.3 63.2002 172.1 63.2002C174.6 63.2002 176.6 63.8002 178.3 65.0002C179.9 66.2002 180.7 67.8002 180.7 69.8002C180.7 71.0002 180.4 72.0002 179.7 72.9002C179 73.8002 178.1 74.3002 177 74.6002C178.3 74.8002 179.4 75.4002 180.2 76.4002C181 77.4002 181.5 78.7002 181.5 80.2002C181.5 82.5002 180.6 84.4002 178.8 85.9002C177 87.4002 174.8 88.1002 172.1 88.1002C168.8 88.1002 166.3 87.4002 164.5 85.9002C162.5 84.4002 161.6 82.3002 161.5 79.6002Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-landcode, a#auction-list-landcodeall, a#auction-list-landcoderent, a#auction-list-landcodesaleauction {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M149.906 18C105.245 18 69 54.294 69 99C69 109.692 71.8725 122.051 75.375 131.156C90.4245 158.584 105.511 186.168 120.562 213.656C111.682 215.962 103.882 219.266 97.6875 223.594C89.6826 229.187 84 236.956 84 246C84 257.527 92.9565 266.557 104.906 272.532C116.856 278.506 132.621 282 150 282C167.379 282 183.144 278.506 195.094 272.532C207.044 266.557 216 257.527 216 246C216 236.956 210.317 229.187 202.312 223.594C196.118 219.266 188.318 215.962 179.438 213.656C194.554 186.21 209.492 158.529 224.625 131.156C228.152 122.035 231 109.688 231 99C231 54.276 194.568 18 149.906 18V18ZM149.906 30C188.095 30 219 60.7698 219 99C219 107.345 216.317 119.11 213.375 126.75C192.328 165.357 171.136 203.95 150 242.532C129.155 203.797 107.284 165.552 86.625 126.75C83.694 119.1 81 107.332 81 99C81 60.7518 111.719 30 149.906 30V30ZM122.438 57C119.296 57.147 116.853 60.1392 117 63.2814C117.147 66.423 119.858 69.1479 123 69H129V99H123C119.831 98.955 117.188 101.83 117.188 105C117.188 108.17 119.831 111.045 123 111H129V117H123C119.687 117 117 119.686 117 123C117 126.314 119.687 129 123 129H129V141C128.955 144.17 131.83 147 135 147C138.17 147 141.045 144.17 141 141V129H165C168.314 129 171 126.314 171 123C171 119.686 168.314 117 165 117H141V111H162C176.491 111 189 99.0294 189 84C189 68.9709 176.491 57 162 57H122.438ZM141 69H162C169.756 69 177 75.7614 177 84C177 92.2389 169.756 99 162 99H141V69ZM126.562 224.532L144.75 257.812C146.814 261.541 153.186 261.541 155.25 257.812L173.438 224.532C182.518 226.588 190.1 229.752 195.375 233.438C201.424 237.664 204 242.056 204 246C204 251.042 199.516 256.961 189.75 261.844C179.984 266.727 165.758 270 150 270C134.242 270 120.016 266.727 110.25 261.844C100.484 256.961 96 251.042 96 246C96 242.056 98.5761 237.664 104.625 233.438C109.9 229.752 117.482 226.588 126.562 224.532Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-disposal, a.auction-list.disposalpublic, a.auction-list.disposalall {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M290.625 135.938H257.812V126.562H262.5C263.743 126.562 264.935 126.069 265.815 125.19C266.694 124.31 267.188 123.118 267.188 121.875V56.25C267.188 52.5204 265.706 48.9435 263.069 46.3063C260.431 43.6691 256.855 42.1875 253.125 42.1875H196.875V28.125C196.875 24.3954 195.393 20.8185 192.756 18.1813C190.119 15.5441 186.542 14.0625 182.812 14.0625H178.125V9.375C178.125 8.1318 177.631 6.93951 176.752 6.06044C175.873 5.18136 174.681 4.6875 173.438 4.6875H98.4375C97.1943 4.6875 96.002 5.18136 95.1229 6.06044C94.2439 6.93951 93.75 8.1318 93.75 9.375V14.0625H89.0625C85.3329 14.0625 81.756 15.5441 79.1188 18.1813C76.4816 20.8185 75 24.3954 75 28.125V42.1875H18.75C15.0204 42.1875 11.4435 43.6691 8.80631 46.3063C6.16908 48.9435 4.6875 52.5204 4.6875 56.25V121.875C4.6875 123.118 5.18136 124.31 6.06044 125.19C6.93951 126.069 8.1318 126.562 9.375 126.562H14.0625V215.625C14.0625 216.868 14.5564 218.06 15.4354 218.94C16.3145 219.819 17.5068 220.312 18.75 220.312H168.75V290.625C168.75 291.868 169.244 293.06 170.123 293.94C171.002 294.819 172.194 295.312 173.438 295.312H267.188C267.804 295.316 268.416 295.198 268.987 294.965C269.558 294.731 270.078 294.388 270.516 293.953L293.953 270.516C294.388 270.078 294.731 269.558 294.965 268.987C295.198 268.416 295.316 267.804 295.312 267.188V140.625C295.312 139.382 294.819 138.19 293.94 137.31C293.06 136.431 291.868 135.938 290.625 135.938ZM103.125 14.0625H168.75V23.4375H103.125V14.0625ZM84.375 28.125C84.375 26.8818 84.8689 25.6895 85.7479 24.8104C86.627 23.9314 87.8193 23.4375 89.0625 23.4375H93.75V28.125C93.75 29.3682 94.2439 30.5605 95.1229 31.4396C96.002 32.3186 97.1943 32.8125 98.4375 32.8125H173.438C174.681 32.8125 175.873 32.3186 176.752 31.4396C177.631 30.5605 178.125 29.3682 178.125 28.125V23.4375H182.812C184.056 23.4375 185.248 23.9314 186.127 24.8104C187.006 25.6895 187.5 26.8818 187.5 28.125V42.1875H84.375V28.125ZM14.0625 56.25C14.0625 55.0068 14.5564 53.8145 15.4354 52.9354C16.3145 52.0564 17.5068 51.5625 18.75 51.5625H253.125C254.368 51.5625 255.56 52.0564 256.44 52.9354C257.319 53.8145 257.812 55.0068 257.812 56.25V117.188H154.688V103.125C154.688 101.882 154.194 100.69 153.315 99.8104C152.435 98.9314 151.243 98.4375 150 98.4375H121.875C120.632 98.4375 119.44 98.9314 118.56 99.8104C117.681 100.69 117.188 101.882 117.188 103.125V117.188H14.0625V56.25ZM145.312 107.812V145.312H126.562V107.812H145.312ZM168.75 140.625V210.938H23.4375V126.562H117.188V150C117.188 151.243 117.681 152.435 118.56 153.315C119.44 154.194 120.632 154.688 121.875 154.688H150C151.243 154.688 152.435 154.194 153.315 153.315C154.194 152.435 154.688 151.243 154.688 150V126.562H248.438V135.938H173.438C172.194 135.938 171.002 136.431 170.123 137.31C169.244 138.19 168.75 139.382 168.75 140.625ZM178.125 145.312H285.938V262.5H267.188C265.944 262.5 264.752 262.994 263.873 263.873C262.994 264.752 262.5 265.944 262.5 267.188V285.938H178.125V145.312ZM279.328 271.875L271.875 279.328V271.875H279.328Z' fill='%2317223D'/%3E%3Cpath d='M276.562 154.688H187.5V164.062H276.562V154.688Z' fill='%2317223D'/%3E%3Cpath d='M276.562 173.438H187.5V182.812H276.562V173.438Z' fill='%2317223D'/%3E%3Cpath d='M276.562 192.188H187.5V201.562H276.562V192.188Z' fill='%2317223D'/%3E%3Cpath d='M276.562 210.938H187.5V220.312H276.562V210.938Z' fill='%2317223D'/%3E%3Cpath d='M276.562 229.688H187.5V239.062H276.562V229.688Z' fill='%2317223D'/%3E%3Cpath d='M276.562 248.438H187.5V257.812H276.562V248.438Z' fill='%2317223D'/%3E%3Cpath d='M253.125 267.188H187.5V276.562H253.125V267.188Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-privatecontest67 {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M135.938 239.062H37.5V248.438H135.938V239.062Z' fill='%2317223D'/%3E%3Cpath d='M293.939 195.905L239.831 141.797L243.75 137.878L245.123 139.252C246.002 140.13 247.195 140.624 248.438 140.624C249.68 140.624 250.873 140.13 251.752 139.252L265.814 125.189C266.693 124.31 267.186 123.118 267.186 121.875C267.186 120.632 266.693 119.44 265.814 118.561L233.002 85.7484C232.123 84.8697 230.93 84.376 229.688 84.376C228.445 84.376 227.252 84.8697 226.373 85.7484L212.311 99.8109C211.432 100.69 210.939 101.882 210.939 103.125C210.939 104.368 211.432 105.56 212.311 106.439L213.684 107.812L201.562 119.934V9.375C201.562 8.1318 201.069 6.93951 200.19 6.06044C199.31 5.18136 198.118 4.6875 196.875 4.6875H9.375C8.1318 4.6875 6.93951 5.18136 6.06044 6.06044C5.18136 6.93951 4.6875 8.1318 4.6875 9.375V243.75C4.69494 249.964 7.16663 255.921 11.5604 260.315C15.9542 264.708 21.9113 267.18 28.125 267.188H135.938V257.812H28.125C24.3954 257.812 20.8185 256.331 18.1813 253.694C15.5441 251.056 14.0625 247.48 14.0625 243.75C14.0625 240.02 15.5441 236.444 18.1813 233.806C20.8185 231.169 24.3954 229.688 28.125 229.688H135.938V220.312H51.5625V14.0625H192.188V129.309L187.5 133.997L186.127 132.623C185.248 131.745 184.055 131.251 182.812 131.251C181.57 131.251 180.377 131.745 179.498 132.623L165.436 146.686C164.557 147.565 164.064 148.757 164.064 150C164.064 151.243 164.557 152.435 165.436 153.314L198.248 186.127C199.127 187.005 200.32 187.499 201.562 187.499C202.805 187.499 203.998 187.005 204.877 186.127L218.939 172.064C219.818 171.185 220.311 169.993 220.311 168.75C220.311 167.507 219.818 166.315 218.939 165.436L217.566 164.062L221.484 160.144L275.592 214.252C276.471 215.13 277.663 215.624 278.906 215.624C280.149 215.624 281.341 215.13 282.22 214.252L293.939 202.533C294.818 201.654 295.311 200.462 295.311 199.219C295.311 197.976 294.818 196.784 293.939 195.905V195.905ZM42.1875 220.312H28.125C23.0369 220.33 18.0956 222.02 14.0625 225.122V14.0625H42.1875V220.312ZM229.688 95.6906L255.872 121.875L248.438 129.309L222.253 103.125L229.688 95.6906ZM201.562 176.184L175.378 150L182.812 142.566L208.997 168.75L201.562 176.184ZM194.128 140.625L220.312 114.441L237.122 131.25L210.938 157.434L194.128 140.625ZM278.906 204.309L228.113 153.516L233.203 148.425L283.997 199.219L278.906 204.309Z' fill='%2317223D'/%3E%3Cpath d='M220.312 267.188H215.625V253.125C215.625 251.882 215.131 250.69 214.252 249.81C213.373 248.931 212.181 248.438 210.938 248.438H154.688C153.444 248.438 152.252 248.931 151.373 249.81C150.494 250.69 150 251.882 150 253.125V267.188H145.312C144.069 267.188 142.877 267.681 141.998 268.56C141.119 269.44 140.625 270.632 140.625 271.875V290.625C140.625 291.868 141.119 293.06 141.998 293.94C142.877 294.819 144.069 295.312 145.312 295.312H220.312C221.556 295.312 222.748 294.819 223.627 293.94C224.506 293.06 225 291.868 225 290.625V271.875C225 270.632 224.506 269.44 223.627 268.56C222.748 267.681 221.556 267.188 220.312 267.188ZM159.375 257.812H206.25V267.188H159.375V257.812ZM215.625 285.938H150V276.562H215.625V285.938Z' fill='%2317223D'/%3E%3Cpath d='M198.356 192.431C197.424 192.12 196.416 192.11 195.478 192.403C194.539 192.696 193.716 193.276 193.125 194.063L182.813 207.811L172.5 194.063C171.91 193.275 171.087 192.694 170.148 192.401C169.209 192.107 168.201 192.117 167.268 192.428C166.334 192.739 165.523 193.336 164.947 194.134C164.372 194.932 164.063 195.891 164.063 196.875V214.594L146.25 211.031C145.307 210.836 144.327 210.938 143.445 211.325C142.563 211.711 141.824 212.362 141.328 213.188C140.828 214.009 140.592 214.965 140.653 215.925C140.714 216.885 141.069 217.803 141.67 218.555L160.42 241.992L167.742 236.133L157.031 222.745L167.85 224.906C168.529 225.039 169.228 225.02 169.898 224.851C170.569 224.681 171.193 224.366 171.727 223.927C172.261 223.488 172.691 222.936 172.987 222.311C173.283 221.686 173.437 221.004 173.438 220.313V210.938L179.063 218.437C179.518 218.991 180.091 219.437 180.739 219.743C181.387 220.049 182.096 220.208 182.813 220.208C183.53 220.208 184.238 220.049 184.886 219.743C185.535 219.437 186.107 218.991 186.563 218.437L192.188 210.938V220.313C192.187 221.008 192.342 221.694 192.64 222.322C192.938 222.95 193.372 223.504 193.91 223.944C194.449 224.384 195.078 224.698 195.753 224.865C196.428 225.031 197.131 225.045 197.813 224.906L208.631 222.745L197.92 236.133L205.242 241.992L223.992 218.555C224.584 217.803 224.931 216.888 224.988 215.933C225.045 214.979 224.808 214.029 224.309 213.213C223.811 212.396 223.075 211.752 222.199 211.366C221.324 210.981 220.352 210.872 219.413 211.055L201.6 214.617V196.875C201.597 195.887 201.281 194.925 200.699 194.127C200.116 193.329 199.296 192.736 198.356 192.431V192.431Z' fill='%2317223D'/%3E%3Cpath d='M117.187 126.562H107.812C102.839 126.562 98.0702 128.538 94.5539 132.054C91.0376 135.57 89.0621 140.339 89.0621 145.312V150C89.0621 151.243 89.556 152.435 90.435 153.314C91.3141 154.193 92.5064 154.687 93.7496 154.687H150C151.243 154.687 152.435 154.193 153.314 153.314C154.193 152.435 154.687 151.243 154.687 150V145.312C154.687 140.339 152.712 135.57 149.195 132.054C145.679 128.538 140.91 126.562 135.937 126.562H126.562V70.3122H147.103L136.429 91.6543H136.476C136.132 92.2998 135.947 93.0182 135.937 93.7497V98.4372C135.937 103.41 137.913 108.179 141.429 111.695C144.945 115.212 149.714 117.187 154.687 117.187C159.66 117.187 164.429 115.212 167.945 111.695C171.462 108.179 173.437 103.41 173.437 98.4372V93.7497C173.424 93.0246 173.239 92.3129 172.898 91.6731H172.945L162.271 70.3122H173.437C174.68 70.3119 175.872 69.8179 176.751 68.9387L186.126 59.5637L179.498 52.9356L171.496 60.9372H126.562V50.6997C129.69 49.5939 132.326 47.4181 134.004 44.5568C135.683 41.6955 136.296 38.3329 135.735 35.0634C135.174 31.7939 133.475 28.828 130.939 26.6898C128.402 24.5516 125.192 23.3789 121.875 23.3789C118.557 23.3789 115.347 24.5516 112.811 26.6898C110.274 28.828 108.576 31.7939 108.015 35.0634C107.454 38.3329 108.067 41.6955 109.745 44.5568C111.424 47.4181 114.06 49.5939 117.187 50.6997V60.9372H72.2527L64.2512 52.9356L57.623 59.5637L66.998 68.9387C67.8769 69.8179 69.069 70.3119 70.3121 70.3122H81.4777L70.8043 91.6543H70.8512C70.5069 92.2998 70.3221 93.0182 70.3121 93.7497V98.4372C70.3121 103.41 72.2876 108.179 75.8039 111.695C79.3202 115.212 84.0893 117.187 89.0621 117.187C94.0349 117.187 98.804 115.212 102.32 111.695C105.837 108.179 107.812 103.41 107.812 98.4372V93.7497C107.799 93.0246 107.614 92.3129 107.273 91.6731H107.32L96.6465 70.3122H117.187V126.562ZM145.312 145.312H98.4371C98.4371 142.826 99.4248 140.441 101.183 138.683C102.941 136.925 105.326 135.937 107.812 135.937H135.937C138.424 135.937 140.808 136.925 142.566 138.683C144.324 140.441 145.312 142.826 145.312 145.312ZM154.687 76.1059L161.165 89.0622H148.209L154.687 76.1059ZM154.687 107.812C152.201 107.812 149.816 106.824 148.058 105.066C146.3 103.308 145.312 100.924 145.312 98.4372H164.062C164.062 100.924 163.074 103.308 161.316 105.066C159.558 106.824 157.174 107.812 154.687 107.812ZM121.875 32.8122C122.802 32.8122 123.708 33.0871 124.479 33.6021C125.25 34.1172 125.851 34.8493 126.205 35.7058C126.56 36.5624 126.653 37.5049 126.472 38.4141C126.291 39.3234 125.845 40.1587 125.189 40.8142C124.534 41.4698 123.698 41.9162 122.789 42.0971C121.88 42.278 120.937 42.1851 120.081 41.8303C119.224 41.4756 118.492 40.8748 117.977 40.1039C117.462 39.333 117.187 38.4268 117.187 37.4997C117.187 36.2565 117.681 35.0642 118.56 34.1851C119.439 33.306 120.631 32.8122 121.875 32.8122V32.8122ZM89.0621 76.1059L95.5402 89.0622H82.584L89.0621 76.1059ZM89.0621 107.812C86.5757 107.812 84.1911 106.824 82.433 105.066C80.6748 103.308 79.6871 100.924 79.6871 98.4372H98.4371C98.4371 100.924 97.4494 103.308 95.6912 105.066C93.9331 106.824 91.5485 107.812 89.0621 107.812Z' fill='%2317223D'/%3E%3C/svg%3E%0A");
}
a#auction-list-all {
	background-image: url('../images/gavel-hov.png');	
}

table#auction-types td {
	padding: 8px 5px !important;
}
/* End of Page content */

/* Form */
#page-content form {
	clear: both;
	float: none;
}
#page-content table input {
	/*border: solid 1px #BCBEC3;*/
	/*padding: 1px;*/
	margin: 0 5px 0 0;
	/*border-radius: 4px;*/

	padding: 0.375rem 0.75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #BCBEC3;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#page-content table select {
	border: solid 1px #BCBEC3;
	width: 153px;
}
#page-content table select.nowidth{
	border: solid 1px #BCBEC3;
	width: auto;

}

#page-content table label input{
	border: none;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	width: auto;
	display: block;
}
#page-content table textarea, #page-content .page-form-field {
	border: solid 1px #BCBEC3;
	padding: 1px;
	width: 149px;
	overflow: auto;
	height: 50px;
}
#page-content table textarea#PassportGiver{
    width: 135px;
    height: 80px;
}
#page-content .mceLayout iframe {
	border: solid 1px #BCBEC3;
	padding: 1px;
}
#page-content #auction-refusal-notice .page-form-field {
	margin: 0 0 20px 0;
	width: 80%;
	height: 150px;
}
#auction-refusal-notice p{
	margin-bottom: 20px;
}
#auction-refusal-notice .form-button{
	clear: both;
	float: none;
}
/* #page-content #auction-organization textarea {
	width: 95%;
} */
#page-content #application-data textarea {
	width: 100%;
	margin-top: 10px;
}
/*��������� ���� ��� ����� ���� �� �������� �����*/
#page-content #MsgName {
	width: 400px;
}

#page-content .form-button {
	width: auto;
	min-width: 70px;
	background-color: #17223D;
	padding: 5px 10px;
	font-size: 13px;
	color: #ffffff;
	border: solid 2px #17223D;
	margin: 0 5px 10px 0;
	border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
#page-content .form-button:hover {
	background-color: #fff;
}
#page-content .form-button-unactive {
	width: auto;
	background-color: #BCBEC3;
	padding: 0 3px;
	color: #E5E6E7;
	border: none;
	border-top: solid 2px #E5E6E7;
	border-bottom: solid 2px #8F949C;
	margin: 5px 5px 5px 0;
}
#page-content .form-button:hover {
	background-color: #011C26;
	border-color: #011C26; 
	color: #f6f7f8;
}
#page-content form p {
	padding: 0;
	display: block;
	clear: none;
	padding-bottom: 15px;
}
#page-content form h3 {
	margin-top: -5px;
}
#start-page {
	max-width: 1050px;
	min-width: 820px;
}
#auction-types a {
	color: #011C26;
}
#auction-types p:hover a {
	color: #383D47;
}
#user-data {
	width: 320px;
}
#adress {
	width: 360px;
}

.clear-both {
	clear: both;
}
.form-required, .form-required-filled {
	min-height: 24px;
}

.form-required > span.mceEditor,  .etbFieldTMCE-required + .mceEditor{
    display: inline-block;
}

.mceEditor + .requered-okay, .mceEditor + .requered-no {
    /* margin-left: 2px; */
}

.date-time{
    display: inline-block;
}
.requered-no {
    background: url("../images/icon-required.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    position: absolute;
    width: 18px;
}
.requered-okay{
    background: url("../images/icon-okay.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    position: absolute;
    width: 18px;
}

/*#page-content .form-required, #page-content .form-required-calendar {
	background: url(../images/icon-required.png) no-repeat right 4px;
	width: 155px;
	min-width: 15px;
	padding-right: 23px;
}*/
/*#page-content .textarea-form-required {
	background: url(../images/icon-required.png) no-repeat right 2px;
	min-width: 175px;
	width: auto;
	padding-right: 25px;
}*/
#page-content #FormCreateAuctionRequestLegal #debtor-data table textarea {
	height: 153px;
}
#page-content #FormCreateAuctionRequestLegal #change-data table textarea,#page-content #FormCreateAuctionRequestLegal #property-data table textarea, #page-content #FormCreateAuctionRequestLegal #deposit-data table textarea, #page-content #FormCreateAuctionRequestLegal #auction-course-data table textarea, #page-content #FormObjectEdit td.textarea-form textarea#Comments, #page-content #FormAuctionPartRegistration #part-request-data table textarea{
	width: 500px;
	height: 70px;
}
.textarea-form-required textarea#Comments{
    width: 500px;
    height: 70px;
}
#page-content #auction-organization #organizer-data textarea {
	width: 150px;
}/*
#page-content .form-required-filled, #page-content .form-required-calendar-filled {
	background: url(../images/icon-okay.png) no-repeat right 2px;
	min-width: 155px;
	width: auto;
	width: 155px;
	padding-right: 23px;
}
#page-content .textarea-form-required-filled {
	background: url(../images/icon-required.png) no-repeat right 2px;
	min-width: 175px;
	width: auto;
	width: 175px;
}*/
/* .form-required-calendar {
	background: url(../images/icon-calendar-red.png) no-repeat right top;	
}
.form-required-calendar-filled {
	background: url(../images/icon-calendar.png) no-repeat right top;
} */
.form-required input, .form-required-filled input, .form-required-calendar input, .form-required-calendar-filled input, .form-required textarea, .form-required-filled textarea {
	margin: -3px 0 0 0;
}
#page-content #auction-card td table td{
	
}
.auction-member-number {
	margin-top: 15px;
	float: left;
}
.auction-member-number span {
	display: block;
	background: url(../images/oval-red.png) no-repeat center center;
	width: 43px;
	height: 41px;
	font: normal 100 34px Georgia, serif;
	text-align: center;
	color: #f6f7f8;
	margin: -17px 10px 0 0;
	padding: 0 0 6px 0;
	float: left;
}

.auction-time {
	display: block;
	float: right;
	margin-top: 5px;
	padding-top: 10px;
}

.step-time {
    display: block;
    float: right;
    margin-top: 5px;
    padding-top: 10px;
    clear:both;
}


#step-time-counter, #auction-time-counter{
	display: block;
	float: right;
	font: normal 100 22px Georgia, serif;
	padding: 2px 0 5px 0;
	margin: -10px 0 0 10px;
	background-color: #616672;
	color: #fff;
	border: solid 2px #fff;
	border-top-color: #D0D2D6;
	border-left-color: #D0D2D6;
	width: 105px;
	text-shadow: 0 0 2px #f6f7f8;
	text-align: center;
}
.field-name {
	font-weight: 500;
	color: #8F949C;
	width: 180px;
}
.msgerror {
	/*font: normal 100 90% Georgia, serif;
	color: #8F949C;*/
   display:none;
   clear:left;
}

#auction-organization .field-name{
	width: 185px;
}
#auction-organization .field-name-right{
	padding-left: 10px;
	width: 154px;
}
#page-content  #auction-list table {
	min-width: 300px;
	margin-bottom: 20px;
}
#page-content table.no-border td, #page-content #print-body table td {
	border: none;
	padding: 0;
}
#page-content table.no-border .inner-table-right-column {
	width: 180px;
}
#page-content #auction-list table td, #page-content #private-cabinet-main table td, #page-content #auction-table td, #page-content #administration table td, #page-content #start-page table td, #page-content table.no-border td {
	border: none;
	border-right: solid 1px #fff;
	padding: 3px 6px;
}
#page-content #auction-table .inactive-trading {
	color: #9599a6;
}
#page-content #auction-table .inactive-trading a {
	color: #74a6d3;
}
#page-content #auction-table .inactive-trading a:visited {
	color: #ac9fbb;
}
#page-content #auction-table .inactive-trading a:hover {
	color: #ce867b;
}
#page-content #print-body table td {
	border: dotted 1px #BCBEC3;
	padding: 3px 6px;
}
#page-content #print-body table, #page-content table.no-spacing {
	border: none;
	padding: 0;
	border-spacing: 0;
	margin: 10px 0;
	border-collapse: collapse;
}
#page-content #auction-table, #page-content table.no-border {
	border: none;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}
#page-content #auction-table {
	margin: 0 20px 0 0;
	width: auto;
}

#page-content table.no-border {
	margin-bottom: 20px;
	margin-right: 20px;
	width: auto;
}
#page-content table.no-border tbody tr:first-child td {
	padding-top: 6px;
}

.auction-table-head, .inner-table-list {
    /* background-color: #504F4C; */
	background: #17223D;
	font-weight: 500;
	color: #f6f7f8;
}
.inner-table-list {
	white-space: nowrap;
}
#page-content table.no-border .inner-table-list {
	white-space: normal;
}
#page-content #auction-list .auction-table-odd td, #page-content .auction-table-odd td, #page-content .inner-table-odd td, #page-content .inner-table-odd-unread td {
	padding: 7px 6px !important;
}
#page-content #auction-list .auction-table-even td, #page-content .auction-table-even td, #page-content .inner-table-even td, #page-content .inner-table-even-unread td {
	padding: 5px 6px !important;
}
#page-content #auction-list .auction-table-even, #page-content .auction-table-even, #page-content .inner-table-even, #page-content #auction-list .auction-table-even-attention, #page-content .auction-table-even-attention, #page-content .inner-table-even-attention, #page-content .inner-table-even-unread {
	background-color: #e1e1e1;
}
#page-content #auction-list .auction-table-odd-attention, #page-content .auction-table-odd-attention, #page-content .inner-table-odd-attention, #page-content #auction-list .auction-table-even-attention, #page-content .auction-table-even-attention, #page-content .inner-table-even-attention {
	color: #011C26;
	font-weight: bold;
}
#page-content #auction-list .auction-table-odd-attention td, #page-content .auction-table-odd-attention td, #page-content .inner-table-odd-attention td, #page-content #auction-list .auction-table-even-attention td, #page-content .auction-table-even-attention td, #page-content .inner-table-even-attention td{
	padding: 9px 25px 8px 6px!important;
}
.attention-sign{
	background: url(../images/icon-required-red.png) no-repeat 97% 6px;
}
#auction-data, #debtor-data, #reciever-data {
	width: 500px;
}
#auction-view-bid {
	white-space: nowrap;
}
#auction-view-bid p{
	display: block;
	padding: 15px 0 0 0;
}
#auction-view-bid span {
	display: block;
	font-size: 24px;
	color: #011C26;
	padding: 0 10px 20px 0;
	margin-top: -5px;
}
#auction-view-bid #statBid {
	color: #011C26;
}
/*#2138*/
#auction-view-bid h3 span {
color: #8F949C;
display: inline;
margin-left: 10px;
}
/*�������� ������ ���� ������, ����� ���� �����. ����� 504. �.�������*/
#auction-view-bid .etbFieldText {
	width: 85px;
}
#auction-view-bid .form-button {
	margin: 0 5px 0 0;	
}
.text-serif {
	font-family: Georgia, serif;
}

.page-header-content span {
	display: table-row;
}
#page-content #AuctionForm {
	width: 175px;
}
#auction-list-filter form table td {
	width: 50%;
}
#page-content #auction-list-filter form table input {
	width: 226px;
}

#page-content #auction-list-filter form table select {
	width: 230px;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23343A40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #BCBEC3;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#auction-list-filter form table td table td {
	width: 30%;
}
#page-content #auction-list-filter .field-range-price input{
	width: 77px;
}
#page-content #auction-list-filter .field-range-date input{
	width: 92px;
}
#page-content #auction-organization td#application-data textarea {
	width: 95%;
	margin-top: 0;
}
#page-content #auction-organization td#auction-data textarea {
	width: 500px;
	margin-top: 0;
}
.page-header-content {
	display: table;
	width: 100%;
}
a#page-help {
	background: url(../images/icon-question-small.png) no-repeat left 17px;
	color: #585D68;
	display: table-cell;
	height: 16px;
	padding: 17px 20px 5px 23px;
	text-align: right;
	vertical-align: top;
	width: 45px;
}
a.page-edit {
	display: block;
	float: left;
	color: #585D68;
	margin: 16px 0 0 15px;
}
.page-context-menu {
	float: none;
	clear: both;
	border: dotted 1px #8F949C;
	padding: 7px 0 10px 10px;
	vertical-align: top;
	background-color: #E5E6E7;
	margin-right: 20px;
}
.page-context-menu a{
	padding-right: 10px;
	color: #585D68;
	width: 125px;
}
#page-content .page-warning {
	clear: both;
	float: none;
	display: block;
	border: dotted 1px #961907;
	padding: 10px 15px 15px 60px;
	color: #011C26;
	max-width: none;
	background: #F2E3E1 url(../images/icon-warning-middle-red.png) no-repeat 10px 10px;
	margin: 0 20px 10px 0;
	min-height: 30px;
}
#page-content .page-notice {
	clear: both;
	float: none;
	display: block;
	border: dotted 1px #8F949C;
	padding: 10px 15px 15px 60px;
	color: #585D68;
	max-width: none;
	background: #E5E6E7 url(../images/icon-okay-middle.png) no-repeat 10px 10px;
	margin: 0 0 10px 0;
	min-height: 30px;
}
#page-content ul.page-warning li{
	list-style: none;
	padding-bottom: 2px;
}
#page-content .page-warning span{
	font-weight: bold;
}
#page-content .table-half {
	width: 320px;
	
}
#page-content .auction-view-bid {
	vertical-align: top;
}
.signature {
	display: none;
}
#page-content .defaultSkin table.mceLayout {
	border: none;
}
#page-content form textarea, #page-content form input, #page-content form select { 
	font: normal 100 12px Tahoma, Verdana, sans-serif;
	color: #383D47;
}
#page-content form textarea { 
	border: solid 1px #BCBEC3;
	padding: 1px;
	overflow: auto;
    margin-right: 5px;
}
#page-content form textarea#RecallBasis, #page-content form  textarea#StopBasis {

	width: 95%;
	height: 150px;
	margin-bottom: 8px;
}
#page-content span#ChangeBasis_parent {
	border: solid 1px #BCBEC3;
	padding: 1px;
	display: block;
	background-color: #fff;
}
#page-content form#FormCreateAuctionRequestLegal .table-half {
	width: 337px;
}
#page-content form#FormCreateAuctionRequestLegal #application-data .field-name {
	
}
#page-content form#FormCreateAuctionRequestLegal #application-data textarea {
	height: 150px;
	
}
#page-content form#FormCreateAuctionRequestLegal #application-data textarea#RequestsPlace, iframe#RequestsPlace_ifr {
	height: 100px;
}
#page-content form#FormDocumentEdit #Document{
	margin: 20px 0 15px 0;
	/*width: 650px;*/
	background-color: #fff;
	border: solid 1px #BCBEC3;
	/*height: 500px;*/
}
#page-content form#FormDocumentEdit #Document #DocumentBody_tbl{
	/*width: 100%;*/
	border-spacing: 0;
	margin: 0;
	height: 100%;
}
#page-content form#FormDocumentEdit #Document #DocumentBody_tbl #mceIframeContainer {
	padding: 0;
	border: none;
}
#page-content form#FormDocumentEdit #Document #DocumentBody_tbl #mceIframeContainer #DocumentBody_ifr {
	/*height: 500px;*/
}
#page-content form#FormDocumentEdit #Document #DocumentBody_tbl #mceIframeContainer #DocumentBody_ifr #tinymce {
	padding: 10px 15px;
}
span#AuctionConditions_parent,  span#RequestsCondition_parent, span#RequestsPlace_parent, span#Body_parent{
	display: inline-block;
    margin: -5px 0px 0px 0px;
	/* width: 500px; */	
}
span#ContractCondition_parent {
    display: inline-block;
    margin: 0px 0px 0px 0px;

}
/*iframe#Body_tbl{
    width: 400px
}*/
span#ContractCondition_parent {
	width: 495px;
}
span#Body_parent{
    width: 495px;
}

#FormChoiceNoticeType span#Body_parent{
    width: auto;
}

/*#page-content #auction-organization td#auction-data #RequestsCondition{
	height: 150px;
}*/

iframe#ContractCondition_ifr, iframe#AuctionConditions_ifr, iframe#RejectBody_ifr, iframe#RequestsCondition_ifr, iframe#RequestsPlace_ifr, iframe#Body_ifr {
	background-color: #fff;
	border: solid 1px #BCBEC3;
	display: block;
	padding-left: 5px;	
}

iframe#RejectBody_ifr, #page-content textarea#RejectText, #page-content textarea#description-text {
	/*height: 200px;*/
	margin-bottom: 15px;
	/*width: 100% !important;*/
}
iframe#RejectText_ifr, #page-content textarea#RejectText, #page-content textarea#description-text {
	/*height: 200px;*/
	margin-bottom: 15px;
	/*width: 100% !important;*/
}

#page-content  form#auction-refusal-notice td {
	padding: 0 !important;
}
#page-content div.date-time {
	border: solid 1px #BCBEC3;
	padding: 1px;
	background-color: #fff;
	display: inline-block;
	width: 150px;
    margin: 0px 5px 0px 0px;
}
#page-content div.date-time input {
	border: none;
	padding: 0;
	margin: 0;
    /*margin-right: 30px;*/
	width: auto;
	/*display: table-cell;*/
    float: left;
	width: 48%;
}
#page-content div.date-time span {
    float: left;
}
#page-content div.date-time .etbFieldDateTime-required {
	padding-left: 3px;
	width: 46%;
}
#page-content input#AuctionSmallBusiness {
	width: auto;
}
#page-content form.request-check td.form-required, #page-content form.request-check .textarea-form-required, #page-content form.request-check .form-required-calendar {
	background: none;
}
#page-content .notice {
	font-size: 18px;
	white-space: normal;
	background: #E5E6E7 url(../images/icon-okay-middle.png) no-repeat 8px 8px;
	border: dotted 1px #8F949C;
	padding: 3px 8px 5px 50px;
	height: 50px;
	vertical-align: middle;
}
#page-content .notice-warning {
	font-size: 18px;
	color: #011C26;
	white-space: normal;
	background: #F2E3E1 url(../images/icon-warning-middle-red.png) no-repeat 8px 8px;
	border: dotted 1px #961907;
	padding: 3px 8px 5px 50px;
    min-height: 50px;
	vertical-align: middle;
}
#page-content td.notice-warning {
	font-size: 18px;
	color: #011C26;
	white-space: normal;
	background: #F2E3E1 url(../images/icon-warning-middle-red.png) no-repeat 8px 8px;
	border: dotted 1px #961907;
	padding: 3px 8px 5px 50px;
	height: 50px;
	vertical-align: middle;
}
#page-content #print-head h1 {
	
}
#page-content #FormObjectEdit .field-name {
	width: auto;
}
/* End of Form */

/* Feedback */
#page-content td#feedback textarea {
	width: 400px;
	height: 200px;
}
#page-content #MsgBody_ifr {
	border: solid 1px #BCBEC3;
}
#captcha {
	width: 150px;
	background-color: #595d68;
	border: solid 2px #fff;
	border-top-color: #D0D2D6;
	border-left-color: #D0D2D6;
	padding: 2px;
	float: left;
}
#captcha-image {
	display: block;
	height: 28px;
	width: 117px;
	border-right: dotted 1px #D0D2D6;
	float: left;
	text-align: center;
}
#captcha-image img {
	height: 28px;
	width: 115px;
}
#captcha a{
	display: block;
	width: 32px;
	height: 28px;
	float: left;
	background: url(../images/reload.png) no-repeat center 1px;
}
.feedback-comments {
	width: 610px;
}
.odd {
	background-color: #E5E6E7;
}
/* Administration */
h1#administration-header{
	background: url(../images/icon-administration-red-big.png) no-repeat left center;
}
#administration-list-objects ul{
	clear: both;
	float: none;
	padding-left: 7px;
}
#administration-list-objects ul li{
	list-style: none;
	padding-bottom: 5px;
}
#administration-list-objects ul li a{
	line-height: normal;
	margin: 0;
	white-space: nowrap;
}
#administration-list-objects ul li table{
	margin: 5px 3px 15px 22px;
	width: 650px;
}
/* End of Administration */

/* Private Cabinet */
h1#private-cabinet-header {
	background: url(../images/icon-private-cabinet-big-red.png) no-repeat left center;
}
#private-cabinet-main #auction-table {
	margin: 0;
	width: auto;
}
#private-cabinet-main #auction-table ul li {
	list-style: none;
}
#private-cabinet-main {
	min-width: 470px;
	width: 65%;
}
#page-task, #page-request, #page-messages, #page-files, #page-documents, #page-feedbacks, #page-trades {
	display: block;
	float: left;
	height: 24px;
	padding: 2px 10px 0 29px;
}
#private-cabinet-main #page-task, #private-cabinet-main #page-request, #private-cabinet-main #page-messages, #private-cabinet-main #page-files, #administration #administration-search-objects, #administration #administration-list-objects-header, #private-cabinet-main #page-documents, #private-cabinet-main #page-trades,#private-cabinet-main #trade-participant-list, #private-cabinet-main h2#other-trades-lists, #private-cabinet-main #page-feedback {
	display: block;
	float: left;
	height: 32px;
	padding: 6px 10px 0 37px;
}
#administration #administration-list-objects-header {
	background: url(../images/icon-object-red-middle.png) no-repeat left top;
}
#administration #administration-search-objects {
	background: url(../images/icon-search-red-middle.png) no-repeat left top;
}
#page-task {
	background: url(../images/icon-task-red.png) no-repeat left top;
}
#private-cabinet-main #page-task {
	background: url(../images/icon-task-red-middle.png) no-repeat left top;
}
#page-trades{
	background: url(../images/icon-auction-red.png) no-repeat left top;
}
#private-cabinet-main #page-trades, #private-cabinet-main #trade-participant-list, #private-cabinet-main h2#other-trades-lists {
	background: url(../images/icon-auction-list-middle-red.png) no-repeat left top;
}
#private-cabinet-main #other-task-lists {
	float: left;
}
#private-cabinet-main h2 {
	margin-right: 10px;
}
#private-cabinet-main #other-task-lists a {
	margin-left: 0;
}
#private-cabinet-main #other-task-lists span{
	margin-right: 10px;
}
#page-request {
	background: url(../images/icon-flashlight-red.png) no-repeat left top;
}
#private-cabinet-main #page-request {
	background: url(../images/icon-flashlight-red-middle.png) no-repeat left top;
}
#page-documents {
	background: url(../images/icon-documents-norm-red.png) no-repeat left top;
}
#private-cabinet-main #page-documents {
	background: url(../images/icon-documents-red-middle.png) no-repeat left top;
}
#page-feedbacks{
	background: url(../images/icon-comments-red.png) no-repeat left top;
}
#private-cabinet-main #page-feedback {
	background: url(../images/icon-comments-red-middle.png) no-repeat left top;
}
#page-messages {
	background: url(../images/icon-message-red.png) no-repeat left top;
}
#private-cabinet-main #page-messages {
	background: url(../images/icon-message-red-middle.png) no-repeat left top;
}
#page-files {
	background: url(../images/icon-files-red.png) no-repeat left top;
}
#private-cabinet-main #page-files {
	background: url(../images/icon-files-red-middle.png) no-repeat left top;
}
#private-cabinet span{
	font: normal 100 12px Tahoma, Verdana, sans-serif;
	color: #585D68;
	text-decoration: none;
}
#private-cabinet a, #administration a {
	/* color: #585D68; */
	margin-left: 10px;
	line-height: 21px;
}
#private-cabinet-main a, #administration a{
	line-height: 30px;
}
#private-cabinet table a, #administration table a{
	/* color: #585D68; */
	margin: 0;
	line-height: normal;
}
#private-cabinet a.operation-link {
	color: #585D68;
	text-decoration: none;
	border-bottom: dashed 1px #585D68;
}
#private-cabinet #page-task a.active{
	color: #011C26;
	text-decoration: none;
}
#private-cabinet #private-cabinet-main p {
	float: none;
	clear: none;
	line-height: 30px;
}
#private-cabinet #request-table td p{
	line-height: normal;
}
#private-cabinet .private-cabinet-module {
	min-width: 240px;
	width: 35%;
}
#private-cabinet .private-cabinet-module a h2{
	text-decoration: underline;
}
#private-cabinet .private-cabinet-module a:hover h2{
	text-decoration: none;
}
#private-cabinet .overdue-attention {
	color: #011C26;
	font-weight: bold;
}
#private-cabinet .private-cabinet-module li {
	list-style: none;
	float: none;
	clear: both;
	margin-bottom: 10px;
}
#private-cabinet .private-cabinet-module p {
	padding-bottom: 5px;
}
#private-cabinet .private-cabinet-module li span.request-date {
	display: block;
	font: normal 100 12px Georgia, serif;
	color: #011C26;
}
#private-cabinet .private-cabinet-module li span.task-number {
	display: block;
}
#private-cabinet .private-cabinet-module span.auction-headers{
	display: block;
	font: normal 100 12px Georgia, serif;
	color: #011C26;
	padding-bottom: 5px;
	padding-top: 15px;
}
#private-cabinet .private-cabinet-module span.auction-headers{
	display: block;
	font: normal 100 12px Georgia, serif;
	color: #011C26;
	padding-bottom: 5px;
	padding-top: 15px;
}
#private-cabinet .private-cabinet-module li span {
	color: #011C26;
}
#private-cabinet .private-cabinet-module li a {
	/* color: #011C26; */
	margin: 0;
	line-height: normal;
}
#private-cabinet .private-cabinet-module .files{
	display: block;
	clear: both;
	float: none;
	padding-top: 10px;
}
#private-cabinet .private-cabinet-module .files li{
	display: block;
	clear: none;
	float: left;
}
a.file-doc, a.file-pdf, a.file-xls, a.file-ppt, a.file-txt, a.file-image, a.file-archive, a.file-unknown {
	display: block !important;
	min-height: 18px !important;
	padding-left: 23px !important;
	/* color: #585D68 !important; */
	margin: 0 20px 0 0 !important;
}
a.file-doc:hover, a.file-pdf:hover, a.file-xls:hover, a.file-ppt:hover, a.file-txt:hover, a.file-image:hover, a.file-archive:hover, a.file-unknown:hover {
	color: #383D47 !important;
}
#private-cabinet-main a.file-doc, #private-cabinet-main a.file-pdf, #private-cabinet-main a.file-xls, #private-cabinet-main a.file-ppt, #private-cabinet-main a.file-txt, #private-cabinet-main a.file-image, #private-cabinet-main a.file-archive, #private-cabinet-main a.file-unknown {
	margin: 0 !important;
	line-height: normal !important;
}
#private-cabinet .inner-table-odd-attention a, #private-cabinet .inner-table-even-attention a {
	color: #011C26 !important;
}
a.file-doc {
	background: url(../images/icon-file-type-word.png) no-repeat left top;
}
a.file-doc:hover {
	background: url(../images/icon-file-type-word-black.png) no-repeat left top;
}
a.file-pdf {
	background: url(../images/icon-file-type-pdf.png) no-repeat left top;
}
a.file-pdf:hover {
	background: url(../images/icon-file-type-pdf-black.png) no-repeat left top;
}
a.file-xls {
	background: url(../images/icon-file-type-xls.png) no-repeat left top;
}
a.file-xls:hover {
	background: url(../images/icon-file-type-xls-black.png) no-repeat left top;
}
a.file-ppt {
	background: url(../images/icon-file-type-ppt.png) no-repeat left top;
}
a.file-ppt:hover {
	background: url(../images/icon-file-type-ppt-black.png) no-repeat left top;
}
a.file-txt {
	background: url(../images/icon-file-type-txt.png) no-repeat left top;
}
a.file-txt:hover {
	background: url(../images/icon-file-type-txt-black.png) no-repeat left top;
}
a.file-image {
	background: url(../images/icon-file-type-image.png) no-repeat left top;
}
a.file-image:hover {
	background: url(../images/icon-file-type-image-black.png) no-repeat left top;
}
a.file-archive {
	background: url(../images/icon-file-type-archive.png) no-repeat left top;
}
a.file-archive:hover {
	background: url(../images/icon-file-type-archive-black.png) no-repeat left top;
}

ul#page-divide {
	display: block;
	margin: 25px 0 0 0;
}

div#page-divide {
    display: block;
    margin: 25px 0 0 0;
}

ul#page-divide-top {
	display: block;
	margin: 0 0 25px 0;
}
#page-divide ul li, ul#page-divide-top li {
	display: block;
	list-style: none;
	float: left;
	margin: 0 5px;
}
#page-divide ul li a, ul#page-divide-top li a{
	margin: 0;
	line-height: normal;
	/* color: #011C26; */
}
.task-description, .message-description {
	display: block;
	border: dotted 1px #8F949C;
	padding: 3px 7px 7px 7px;
	margin: 10px 3px;
	font-weight: 100;
	color: #585D68;
	background: url(../images/transparent-50-white-background.png) repeat left top;
}
.inner-table-odd-attention .task-description, .inner-table-even-attention .task-description {
	background-color: #f2e3e1;
	border: dotted 1px #961907;
}
.task-description ol{
	margin: 0 0 10px 0;
}
.task-description a{
	display: block;
	padding: 3px 0;
}

.task-description p a {
    display: inline-block;
}

#private-cabinet .unread-messages, #private-cabinet span.unread-messages {
	font-weight: bold;
}
.message-description {
	padding: 4px 5px 7px 5px;
	display: table;
	
}
.sended-message {
	padding: 3px 7px 7px 33px;
	background: url(../images/icon-sended-message.png) no-repeat 6px 4px;
	min-height: 25px;
}
.received-message, .received-message-unread {
	padding: 5px 7px 7px 33px;
	background: url(../images/icon-reseived-message-red.png) no-repeat 6px 4px;
	min-height: 25px;
	color: #011C26;
}
.received-message-unread, .inner-table-even-unread, .inner-table-odd-unread {
	font-weight: bold;
}
#user-files a {
	float: left;
	display: block;
	margin-right: 20px;
}
a.page-link-active, #page-content a.page-link-active {
	color: #011C26;
	font-weight: bold;
	margin: 3px 0 5px 0;
	display: block;
}
#page-content a.documents, #page-content a.processes, #page-content a.requests, #page-content a.operations, #page-content a.subjects, #page-content a.users, #page-content a.roles, #page-content a.states, #page-content a.tasks {
	color: #585D68;
	font-weight: normal;
	padding: 4px 0 5px 22px;
	display: block;
}
#page-content a.documents {
	background: url(../images/icon-documents.png) no-repeat left 3px;
}
#page-content a.processes {
	background: url(../images/icon-processes.png) no-repeat left 3px;
}
#page-content a.requests {
	background: url(../images/icon-requests.png) no-repeat left 3px;
}
#page-content a.operations {
	background: url(../images/icon-operations.png) no-repeat left 3px;
}
#page-content a.subjects {
	background: url(../images/icon-subjects.png) no-repeat left 3px;
}
#page-content a.users {
	background: url(../images/icon-users.png) no-repeat left 3px;
}
#page-content a.roles {
	background: url(../images/icon-roles.png) no-repeat left 3px;
}
#page-content a.states {
	background: url(../images/icon-states.png) no-repeat left 3px;
}
#page-content a.tasks {
	background: url(../images/icon-tasks.png) no-repeat left 3px;
}
#page-content a.documents-active, #page-content a.processes-active, #page-content a.requests-active, #page-content a.operations-active, #page-content a.subjects-active, #page-content a.users-active, #page-content a.roles-active, #page-content a.states-active, #page-content a.tasks-active {
	color: #011C26;
	font-weight: bold;
	padding: 4px 0 5px 22px;
	display: block;
}
#page-content a.documents-active {
	background: url(../images/icon-documents-red.png) no-repeat left 3px;
}
#page-content a.processes-active {
	background: url(../images/icon-processes-red.png) no-repeat left 3px;
}
#page-content a.requests-active {
	background: url(../images/icon-requests-red.png) no-repeat left 3px;
}
#page-content a.operations-active {
	background: url(../images/icon-operations-red.png) no-repeat left 3px;
}
#page-content a.subjects-active {
	background: url(../images/icon-subjects-red.png) no-repeat left 3px;
}
#page-content a.users-active {
	background: url(../images/icon-users-red.png) no-repeat left 3px;
}
#page-content a.roles-active {
	background: url(../images/icon-roles-red.png) no-repeat left 3px;
}
#page-content a.states-active {
	background: url(../images/icon-states-red.png) no-repeat left 3px;
}
#page-content a.tasks-active {
	background: url(../images/icon-tasks-red.png) no-repeat left 3px;
}
/* a.page-content-menu-view, a.page-content-menu-edit, a.page-content-menu-delete, a.page-content-menu-undefined {
	float: left;
	display: block;
	height: 18px;
	padding: 4px 12px 7px 21px;
	
}
a.page-content-menu-edit {
	background: url(../images/icon-edit.png) no-repeat left 3px;
}
a.page-content-menu-delete {
	background: url(../images/icon-delete.png) no-repeat left 3px;
} */
form#FormUserPersonalDataEdit #user-data #Basis, form#FormUserPersonalDataEdit #user-documents #Requisites, form#FormUserPersonalDataEdit #adress #AddressPlace, form#FormUserPersonalDataEdit #ur-adress #LegalPlace {
	height: 150px;
}
/* End of Private Cabinet */
#page-content .file-download {
	display: block;
	margin: 10px 0;
	padding: 0 0 10px 23px;
}
#part-request-data #user-data {
	width: 600px;
}
#part-request-data #user-agreement p{
	max-width: 600px;
	padding-bottom: 15px;
}
/* Page error */
div#page-error {
	display: table;
	width: 100%;
	height: 100%;
}
div#page-error-content {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px;
}
div#page-error-logo {
	background: url(../images/logo-site-error.png) no-repeat center top;
	display: block;
	height: 50px;
	margin: 80px 0 30px -1px;
}
div#page-error-content h1{
	font-size: 22px;
}
div#page-error-content p{
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	width: 450px;
}
div#page-error-content ul{
	display: block;
	padding-top: 3px;
	
}

/* End of page error */
/* Digital Signature */
#page-content div.digital-signature {
	float: none;
	clear: both;
	border: dotted 1px #8F949C;
	padding: 13px 15px 15px 60px;
	vertical-align: middle;
	background: #E5E6E7 url(../images/icon-signature-middle.png) no-repeat 10px 10px;
	margin: 10px 0 5px 0;
}
#page-content div.no-sign {
     float: none;
     clear: both;
     border: dotted 1px #8F949C;
     padding: 13px 15px 15px 60px;
     vertical-align: middle;
     background: #E5E6E7 url(../images/icon-signature-red-middle.png) no-repeat 10px 10px;
     margin: 10px 0 5px 0;
 }

#page-content div.sign-in-process {
    float: none;
    clear: both;
    border: dotted 1px #8F949C;
    padding: 13px 15px 15px 60px;
    vertical-align: middle;
    background: #E5E6E7 url(../images/loader.gif) no-repeat 10px 10px;
    margin: 10px 0 5px 0;
}

#page-content div.digital-signature-failed {
	float: none;
	clear: both;
	border: dotted 1px #961907;
	padding: 13px 15px 15px 60px;
	color: #011C26;
	vertical-align: middle;
	background: #F2E3E1 url(../images/icon-signature-red-middle.png) no-repeat 10px 10px;
	margin: 10px 0 5px 0;
}
#page-content .digital-signature-service a {
	color: #585D68;
	text-decoration: none;
	border-bottom: dashed 1px #585D68;
	cursor: pointer;
}
#page-content li.digital-signature-service p {
	padding: 10px;
	word-wrap: break-word;
	max-width: 650px;
}
#page-content div.digital-signature-failed h2 {
	color: #011C26 !important;
}
#page-content div.digital-signature ul {
	padding-bottom: 0;
}
#page-content div.digital-signature ul li {
	list-style: none;
}
/* End of Digital Signature */
/* View */
#document {
    margin-top: 15px;
}
/* End of view */
/* Print */
#print {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	font-family:  Georgia, serif;
}

#print h1, #print h2, #print h3{
	color: #000;
	margin: 10px 0 6px 0;
	float: none;
}
#page-content #print-head h1 {
	float: none;
}
#print h1 {
	font-size: 30px;
	line-height: 29px;
	margin: 6px auto 15px;
}
#print h2{
	font-size: 20px;
}
#print h3{
	font-size: 16px;
}
#print ol {
	list-style: inside decimal;
}
#print ol li ol {
	list-style: inside lower-latin;
}
#print ol.roman-digits {
	list-style: inside upper-roman;
	font-size: 20px;
	text-align: center;
}
#print ol.roman-digits li ol {
	list-style: inside decimal;
	font-size: 12px;
	text-align: justify;
}
#page-content #print-body ol.roman-digits li {
	list-style: inside upper-roman;
}
#page-content #print-body ol.roman-digits li ol li {
	list-style: inside decimal;
}
#page-content #print-body ol.roman-digits ul li{
	list-style: square inside none;
}
#print ul.no-bullets {
	list-style: none;
}
#print ol.no-bullets {
    list-style: none;
    text-align: justify;
}
#divcenter {
    text-align: justify;
}
ul#indent {
	padding: 7px 0 10px 20px;
}
#print #print-body span {
	font-weight: bold;
}
#page-content #print-body span {
	font: normal bold 12px Tahoma, Verdana, sans-serif;
	color: #585D68;
	display: inline;
}
#print ul {
	list-style: inside square;
	margin: 5px 0 0;
}
#print ul li {
	padding: 0;
}
#print li {
	line-height: normal;
	padding-bottom: 5px;
}
#print table{
	border: solid 1px #000;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 12px;
	text-align: left;
	line-height: normal;	
}
#print table td{
	border: solid 1px #000;
	padding: 5px 10px;
	vertical-align: top;
}
#print #print-head, #print #print-body, #print .digital-signature, #print .digital-signature-failed, #print .print-registration-date, #print #document {
	max-width: 700px;
	padding: 0 30px;
}
#page-content #print-head, #page-content #print-body, #print .digital-signature, #print .digital-signature-failed, #print .print-registration-date, #print #document {
	max-width: 700px;
	padding: 0;
	clear: both;
	float: none;
}
#print #print-head {
	text-align: center;
	margin: 20px auto 10px;
}
#print #document {
	margin: 20px auto 10px;
}
#print #document h1#auction-list-rent-header{
	background: url(../images/icon-rent-black-big.png) no-repeat left center;
}
#print #document h1#auction-list-arrest-header{
	background: url(../images/icon-arrested-black-big.png) no-repeat left center;
}
#print h1#auction-list-LandcodeRent-header{
	background: url(../images/icon-land-dark.png) no-repeat left center;
}

#print h1#auction-list-landcodesaleauction-header{
	background: url(../images/icon-land-dark.png) no-repeat left center;
}
#print #document h1#auction-list-bankrupt-header{
	background: url(../images/icon-bankrupt-black-big.png) no-repeat left center;
}
#print #document h1#auction-list-private-header{
	background: url(../images/icon-state-black-big.png) no-repeat left center;
}
#print #document h1#auction-list-disposal-header{
	background: url(../images/icon-privatization-black-big.png) no-repeat left center;
}
#print #document .print-registration-date {
    padding-left: 10px;
}
#print .digital-signature h2 {
    display: block;
    background: url(../images/icon-signature-middle-black.png) no-repeat left center;
    min-height: 32px;
    padding: 7px 0 0 40px;
}
#print #document table {
    border: none;
    border-spacing: 10px;
    border-collapse: separate;
}
#print #document table td {
    padding: 5px 15px;
}
#print #document table td.table-half {
    width: 50%;
}
#print #document .field-name {
    font-weight: bold;
    color: #000;
}
#print #document table table, #print #document table table td {
    border: none;
    border-collapse: collapse;
}
#print #document table table td {
    padding: 0 10px 0 0;
}
#page-content #print-head {
	text-align: left;
	margin: 15px 0 0 0;
}
#page-content #print-head h2, #page-content #print-head h1{
	color: #585D68;
	margin: 0;
}
#page-content #print-head h2, #page-content #print-body h2 {
	font-size: 170%;
}
#page-content #print-head h1{
	font-size: 240%;
}
#page-content #print-head p{
	padding: 5px 0;
}
#print #print-body {
	margin: 0 auto 40px;
	text-align: justify;
}
#print .digital-signature, #print .digital-signature-failed {
	margin: 0px auto 40px;
}
#print .print-registration-date{
    margin: 0px auto 40px;
}
#print .digital-signature li, #print .digital-signature-failed li {
	list-style: none;
}
#print .digital-signature {
    max-width: 540px;
}
#print .digital-signature ul {
    padding-left: 7px;
}
#print .digital-signature-service p {
	padding: 10px 0;
	word-wrap: break-word;
}
#print .digital-signature a, #print .digital-signature-failed a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#print .digital-signature span, #print .digital-signature-failed span {
	font-weight: bold;
}
#page-content #print-body {
	margin: 0;
	text-align: left;
	/* padding-bottom: 20px; */
}
#page-content #print-body h2 {
	color: #585D68;
}

/* End of Print */

/* Footer */
/*#footer-border-bottom-left {
	background: url(../images/footer-border-bottom-left.png) no-repeat left bottom;
}
#footer-border-bottom-right {
	background: url(../images/footer-border-bottom-right.png) no-repeat right bottom;
}
#footer-border-bottom {
	background: url(../images/footer-border-bottom.png) repeat-x left bottom;
	margin: 0 22px;
	padding-bottom: 22px;
}
#footer-border-left {
	margin-left: -22px;
	padding-left: 22px;
	background: url(../images/footer-border-left.png) repeat-y left top;
}
#footer-border-right {
	background: url(../images/footer-border-right.png) repeat-y right top;
	margin-right: -22px;
	padding-right: 22px;
}*/
#footer-content {
	background-color: #e0e0e0;
	min-height: 50px;
	padding: 20px;
	color: #011C26;
	margin-bottom: 30px;
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#footer-content a {
	/*color: #E5E6E7;*/
}
#footer-content p {
	float: left;
	display: block;
	margin-right: 10px;
	font-weight: 500;
}
#footer-content p.load-time {
	display: block;
	float: right;
	color: #979ca4;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}
/*���������� ��� ������ �� ������� � ������ �� �����������*/
#interest-data input[type="checkbox"]{
/*	width: auto !important;
	margin-left: 20px;*/
}

#interest-data table select{
	width: 280px;
	margin-left: 20px;
}
.bankrupt-check{
	margin: 0 5px 0 0;
	padding: 1px;
}
/*����� ����������*/

/*Popup on Partregistration Feature #1415*/
#page-content .tip{
	/*color: #fff;
    background:#1d1d1d;*/
	color: #333; /* ���� ������ */
	background: #f0f0f0; /* ���� ���� */
	font-family: sans-serif;
	font-size: 8pt;
    display:none; /*-- �������� ��������� --*/
    padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #000;
    position:absolute;
    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	opacity: 0.8;
	filter: alpha(Opacity=80);
}

ol.without-bullets li
{
    list-style-type: none !important
}

ol.without-bullets li ul li
{
    list-style: square inside none !important;
}

#rss_div
{
    min-width: 120px;
    width: 1%;
    background-color: #e5e6e7;
    border: 1px dotted #8F949C;
}
#private-cabinet a.rss
{
    clear: both;
    display: block;
    float: none;
    margin-left: 0 !important;
    text-align: center;
}
#FormCommissionEdit td.form-required{
    padding-right: 16px !important;
}
td[name=tdcheckbox]{
    width: 10px;
}
.SubjectFullName{
    width: 200px;
}
#CheckRequestReject #RejectBody_parent, #CheckRequestReject #RejectText_parent{
    width:715px
}
#page-content ul.disc li {
    list-style: disc inside none;
    padding: 6px 0px 0px 0px;
}
 #helprecalculate{
    height: 50px;
    font-size:15px;
    color:#011C26;
    position: relative;
    left: 40px;

}
#EndPriceText{
    height: 50px;
    font-size:15px;
    color:#011C26;
}
#EndPrice{
    height: 50px;
    font-size:15px;
    color:#011C26;
}
 #helprecalculate{
    height: 50px;
    font-size:15px;
    color:#011C26;
    position: relative;
    left: 40px;

}
#EndPriceText{
    height: 50px;
    font-size:15px;
    color:#011C26;
}
#EndPrice{
    height: 50px;
    font-size:15px;
    color:#011C26;
}

#realty-header {

    background: url(../images/icon-rent-red-big.png) no-repeat left top;
    padding: 10px 0 25px 55px !important;
}

#realty-card h2 {
    padding: 10px 20px 0 37px;
    height: 32px
}


#realty-main {
    background: url(../images/icon-book-red-middle.png) no-repeat left top;

}

#realty-square {
    background: url(../images/icon-measure-red-middle.png) no-repeat left top;

}

#realty-main-image {
    background: url(../images/icon-photo-red-middle.png) no-repeat left top;
}

#realty-state {
     background: url(../images/icon-search-red-middle.png) no-repeat left top;
 }

#realty-place {
    background: url(../images/icon-earth-red-middle.png) no-repeat left top;
}

#realty-images {
    background: url(../images/icon-photo-red-middle.png) no-repeat left top;
}

#realty-encumbrance {
    background: url(../images/icon-lock-red-middle.png) no-repeat left top;
}


#realty-owners {
    background: url(../images/icon-user-ul-red-middle-06.png) no-repeat left top;
}
.SortUp {
    display: inline-block;
    height: 10px;
    width: 15px;
    background: url(../plugins/tablesorter/tablesorter-asc.gif) no-repeat left top;
    position: relative;
}
.SortDown {
    display: inline-block;
    height: 10px;
    width: 15px;
    background: url(../plugins/tablesorter/tablesorter-desc.gif) no-repeat left top;
    position: relative;
}

.SortDown:hover::after, .SortUp:hover::after {
    content: attr(data-title);
    position: absolute; /* Абсолютное позиционирование */
    left: 20%; top: 40%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,255,0.9); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
}

/*.day{
    display: inline-block;
    width: 30px;
}
.weekday{
    display: inline-block;
    width: 30px;
    color: #ff0000;
}*/

.treeSelect_node {
	display: block;
	margin: 1px;
}

.treeSelect_node:hover > .treeSelect_node-descr {
	background: #dedede;
}

.treeSelect_node-btn {
	display: inline-block;
	margin: 3px 5px 0px 3px;
	background-color: rgba(154, 84, 14, 0.29);
	background-image:  url(../images/tree-btn.svg);
	background-position: 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.treeSelect_node.expanded > .treeSelect_node-btn {
    background-position: 0;
}

.treeSelect_node-wrapper {
    display: none;
}
.treeSelect_root > .treeSelect_node-wrapper,
.treeSelect_node.expanded > .treeSelect_node-wrapper {
    display: block;
}

.treeSelect_node-wrapper .treeSelect_node-wrapper {
    padding-left: 10px;
}

.treeSelect_node-descr {
	padding: 2px;
    cursor: default;
	/*cursor: pointer;*/
}

.treeSelect_caption {
    padding-right: 5px;
}

.search {
	padding: 6px 2px;
	padding-top: 4px;
	margin: 0px 5px;
}

.search-btn {
	margin: 0.5em 0.4em 0.5em 0px;
	cursor: pointer;
	background: #585D68 none repeat scroll 0% 0%;
	color: #D0D2D6;
}
/*
div#users-contain {
	width: 350px;
	margin: 20px 0;
}

.ui-dialog .ui-state-error {
	padding: .3em;
}

#search {
	float: none;
}

#hr-dialog {
	border: solid 1px;
	margin: 3px 0px;
	color:#011C26;
}

.btn {
	cursor: pointer;
	width: auto;
	min-width: 70px;
	background-color: #585D68;
	padding: 2px 3px;
	color: #D0D2D6;
	border-width: 2px;
	border-style: solid;
	border-color: #8F949C #626773 #383D47;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	margin: 0px 5px 10px 0px;
	border-radius: 3px;
}

.btn:hover {
	background-color: #383D47;
	border-top: 2px solid #585D68;
	border-bottom: 2px solid #151A26;
	color: #F6F7F8;
}
*/
.modal-dialog-select-sert{
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align:center;
}
.modal-dialog-select-sert:before{
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}
.modal-dialog-select-sert-form{
	/*width:650px;*/
	background-color: #ffffff;
	border:1px solid #000000;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	position: relative;
}
.modal-form-page-header {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	display: block;
	min-height: 16px;
	/*background-color: #BFCDDB;*/
	background-color: #CAD7E5;
	color: #434E54;
	font: normal 100 18px Georgia, serif;
}
.modal-form-page-body{
	margin: 0px;
	padding: 10px 15px 10px;
	display: block;
}
.modal-form-header {
	margin: 0px;
	padding: 0px 0px 10px;
	display: table;
	width: 100%;
	min-height: 45px;
	background-color: #ffffff;
	border-bottom: solid 2px #DEDFDE;
	color: #000000;
	font: normal 100 12px Georgia, serif;
}
.modal-form-header-h3{
	margin: 0px;
	padding: 0px;
	color: #5C5CAD;
	font: normal 100 18px Georgia, serif;
}
.modal-form-header-p{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: normal 100 12px Georgia, serif;
}
.modal-form-error{
	background: url("../images/icon-warning-middle-red.png") no-repeat scroll 10px 10px #F2E3E1;
	border: 1px dotted #961907;
	clear: both;
	color: #011C26;
	float: none;
	max-width: none;
	height: 30px;
	padding: 10px 15px 15px 60px;
	font: normal 100 20px Georgia, serif;
	text-align: center;
}
.modal-form-body{
	margin: 5px;
}
.modal-form-body-img{
	display: inline-block;
	vertical-align: top;
}
.modal-form-body-select{
	display: inline-block;
	max-width: 100%;
}
.modal-form-footer{
	margin: 0px;
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	min-height: 18px;
	background-color: #ffffff;
	border-top: solid 2px #DEDFDE;
	color: #000000;
	text-align: right;
}
.modal-form-footer div{
	display: inline-block;
}
.modal-form-button{
	width: auto;
	min-width: 70px;
	background-color: #585D68;
	padding: 2px 3px;
	color: #D0D2D6;
	border: solid 2px #626773;
	border-top: solid 2px #8F949C;
	border-bottom: solid 2px #383D47;
	margin: 0px;
	border-radius: 3px;
}
.modal-form-wait{
	background: rgba(255,255,255,.8) url(/images/ajax-loader.gif) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font: normal 100 40px Georgia, serif;
	text-align: center;
}
.display-none{
	display: none;
}
div.form-required{
	padding-right: 18px;
}