<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.preloader {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('/images/loader.gif')
	50% 50%
	no-repeat;
}
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .preloader {
	display: block;
}

.image-overlay .clickable-icon.tertiary {
	background-color: transparent;
	border-radius: 0;
}
.image-overlay .clickable-icon.tertiary i {
	font-size: 50px;
	line-height: 70px;
	width: 70px;
	display: block;
	text-align: center;
	color: #fff;
}


.yandex_map {
	height: 400px;
}

.catalog-element .post {
	border: 0px solid #ebebeb;
	padding: 0px 20px 25px 20px;
}

.catalog-element .post .post-image {
	border: 0px solid #ebebeb;
}
.catalog-element .post .post-image.alt {
	margin-bottom: 2em;
}
.product-specs__h {
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: left;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
.product-specs__h:hover {
	color: #f00;
}
.product-specs__h.collapsed {}

.product-specs__h:before {
	content: "â€”";
	position: absolute;
	left: 2px;
	top: 2px;
	border: 1px solid #999;
	line-height: 20px;
	width: 24px;
	text-align: center;
	height: 24px;
	font-weight: 100;
	color: #666;
	font-size: 17px;
}

.product-specs__h.collapsed:before {
	content: "+";
	line-height: 22px;
	font-size: 24px;
}

.product-specs__h:hover:before {
	color: #fff;
	border: 1px solid #f00;
	background-color: #f33;
}
.product-specs__table {
	width: 100%;
	border-collapse: collapse;
}
.product-specs__table.collapsed {
	display: none;
}
#services {
	min-height: 0;
}

#services-wrap {
	padding: 0 30px;
	padding-top: 30px;
}

.service-list .service-item {
	margin-right: 0;
	width: 25%;
}

.sale-data-item {
	height: 85px;
	padding: 25px 0 0 25px;
}

.catalog-element .section .content {
	width: 900px;
	padding-left: 10px;
	padding-right: 10px;
}
.content.product.product-spec {
	width: auto;
}
/*.catalog-element .section .content.alt {
	width: initial;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1em
}*/

.catalog-element .section .content.alt h3 {
	text-align: left;
	font-size: 1em;
	background-color: #ccc;
	line-height: 2em;
	padding: 0 0 0 2.5em;
}

.catalog-element .sidebar.right {
	width: 500px;
	padding-right: 10px;
}

.catalog-element .sidebar.right {

	background-color: transparent;
}
.catalog-element .post-tab .tab-header {

	border: 0;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}
.catalog-element .post-tab .tab-header .tab-item {
	width: 25%;
	background-color: #f8f8f8;
	border-top-color: #fff;
}
.catalog-element .post-tab .tab-header.tertiary .tab-item &gt; p {
	border-top-color: #fff;
	line-height: 54px;
}
.catalog-element .post-tab .tab-header .tab-item:last-child {
	border-right: 1px solid #ebebeb;
}
.catalog-element .post-tab .tab-header.tertiary .tab-item.selected &gt; p {
	border-top-color: #01bd56;
	background-color: #ffffff;
}
.catalog-element .sidebar-item.product-info {
	padding: 13px;
	background: #f1f1f1;
	position: relative;
}
.catalog-element .sidebar-item.product-info a.doc {
	color: #01bd56;
	text-decoration: underline;
}
.catalog-element .sidebar-item.product-info.yandex-map {
	padding: 0;
}

.catalog-element .button.big.wfav span.icon-eye {
	font-size: 20px;
	position: absolute;
	top: 15px;
	left: 38px;
}

.catalog-element .section-headline h1 {
	text-align: left;
}

.catalog-element .sidebar-item.product-info .badge.big {
	margin: 0 auto;
}

.catalog-element .transaction-list-item a {
	line-height: 50px;
}

.footer-fly-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background-color: #fff;
	border-top: 3px solid #f5f5f5;
}

.footer-fly-container p {
	color: #fff;
}

.footer-fly-container:after {
	content: "";
	clear: both;
	display: table;
}

.footer-fly-container .information-layout-item {
	float: left;
	width: 40%;
}

.footer-fly-container #bid-form {
	float: left;
	margin-left: 330px;
	position: relative;
}

.footer-fly-container label.label-check &gt; .checkbox {
	top: 2px;
}

#current-bid-info {
	position: absolute;
	top: -60px;
	bottom: 0;
	left: 0%;
	width: 30%;
	max-width: 300px;
	margin-left: 10px;
	background-color: #2b373a;
	border: 3px solid #f5f5f5;
	padding: 1em;
	text-align: center;
}
#current-bid-info.alt {
	top: -85px;
}
#current-bid-info.status-green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b373a+0,12601f+49,2b373a+100 */
	background: #2b373a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2b373a 0%, #12601f 49%, #2b373a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2b373a 0%,#12601f 49%,#2b373a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2b373a 0%,#12601f 49%,#2b373a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b373a', endColorstr='#2b373a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#current-bid-info.status-red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b373a+0,5e1111+49,2b373a+100 */
	background: #2b373a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2b373a 0%, #5e1111 49%, #2b373a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2b373a 0%,#5e1111 49%,#2b373a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2b373a 0%,#5e1111 49%,#2b373a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b373a', endColorstr='#2b373a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.current-bid-info .current-bid {
	font-size: 25px;
	line-height: 45px;
}

.bid-button {
	margin-top: 1em;
	text-align: left;
}
#bid-value-float,
#bid-value {
	font-size: 15px;
	width: auto;
	color: #222;
	position: relative;
	max-width: 10em;
}

#bid-value-float.disabled,
#bid-value.disabled {
	background-color: #f1f1f1;
}

.bid-value-label,
.bid-value-float-label {
	position: absolute;
	top: 3px;
	left: 25px;
	z-index: 1;
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	line-height: 14px;
	padding: 0 3px;
	border-radius: 3px;
	text-transform: uppercase;
}

.bid-form-control-point {
	position: absolute;
	top: 20px;
	z-index: 1;
	left: -2px;
	font-size: 20px;
}

.bid-countdown {
	position: relative;
	margin: 0 auto;
	width: 250px;
	display: block;
	overflow: hidden;
	min-height: 80px;
}

.user-request-red {

	display: block;

	border-radius: 4px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75em;
	font-weight: 100;

	text-align: center;

	text-align: left;
	font-size: 0.8em;
	padding: 0.5em;
	background-color: #ff3300;
	color: #fff;
}

.bid-form-cotnrols {
	display: table;
}

.bid-form-cotnrols .bid-form-control-item {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	white-space: nowrap;
	position: relative;
}
.bid-form-cotnrols .bid-form-control-item.wnd-info {
	white-space: normal;
}
.bid-form-cotnrols .bid-form-control-item.wnd-info a {
	text-decoration: underline;
}
.bid-form-cotnrols .bid-form-control-item.wnd-info a:hover {
	text-decoration: none;
}
.bid-form-cotnrols .bid-form-control-item .select--in {
	padding: 0 25px;
	line-height: 38px;
	min-width: 250px;
}

.bid-form-cotnrols .bid-form-control-item .select--arrow {
	position: absolute;
	top: 20px;
	right: 14px;
	bottom: auto;
	left: auto;
	display: block;
	width: 0;
	height: auto;
}

.bid-form-cotnrols .bid-form-control-item .select--list {

	top: auto;
	bottom: 100%;

}
.sidebar-item.product-info .button.mid.bid,
.bid-form-cotnrols .bid-form-control-item .button.mid.bid {
	width: auto;
	padding: 0 15px;
	min-width: 100px;
	display: inline-block;
	float: none;
}

.sidebar-item.product-info .button.mid.bid:disabled,
.bid-form-cotnrols .bid-form-control-item .button.mid.bid:disabled {
	background-color: #cccccc;
	color: #000;
}

.bid-form-controls-start,
.bid-form-controls-first,
.bid-form-controls-confirm,
.bid-form-controls-next {
	display: none;
}

#bid-form.stage-1 .bid-form-controls-start {
	display: block;
}

#bid-form.stage-2 .bid-form-controls-first {
	display: block;
}

#bid-form.stage-3 .bid-form-controls-next {
	display: block;
}

#bid-form .bid-form-controls-confirm {
	display: block;
	position: absolute;
	z-index: 1;
	top: 120px;
	background-color: #fff;
	right: 0;
	left: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

#current-bid-info .bid-form-controls-countdown {
	position: absolute;
	top: -22px;
	left: -3px;
	right: -3px;
	background-color: #f5f5f5;
	font-size: 12px;
	line-height: 20px;
}

#bid-form .bid-form-controls-confirm.show {
	top: 0px;
	bottom: 0px;
}

.bid-form-control-grades {
	padding: 0.5em 0;
	border-bottom: 2px solid #eee;
}
.bid-form-control-grades-btns-set {
	padding: 2px 5px;
	margin-right: 0.25em;
}
.bid-form-control-grades-btns-set:hover {
	background-color: #00bd55;
}
.user-auth .shown-user-auth,
.user-not-auth .shown-user-not-auth,
.user-allow-auction .shown-user-allow-auction,
.user-not-allow-auction .shown-user-not-allow-auction,

.user-status-N .shown-user-status-N,
.user-status-D .shown-user-status-D,
.user-status-D1 .shown-user-status-D1,
.user-status-D2 .shown-user-status-D2,
.user-status-D3 .shown-user-status-D3,
.user-status-M .shown-user-status-M,
.user-status-MR .shown-user-status-MR,
.user-status-Y .shown-user-status-Y,
.user-status-CR .shown-user-status-CR,
.user-status-C .shown-user-status-C,
.user-status-C-TEX .shown-user-status-C-TEX,

.lot-status-M .shown-auction-status-M,
.lot-status-MG .shown-auction-status-MG,
.lot-status-SA .shown-auction-status-SA,
.lot-status-ST .shown-auction-status-ST,
.lot-status-SE .shown-auction-status-SE,
.lot-status-F .shown-auction-status-F,
.lot-status-FC .shown-auction-status-FC,
.lot-status-FF .shown-auction-status-FF,
.lot-status-C-TEX .shown-auction-status-C-TEX,
.lot-status-C .shown-auction-status-C,
.lot-status-CR .shown-auction-status-CR
{
	display: block;
}

.user-auth .shown-user-not-auth {
	display: none !important;
}
.user-not-auth .shown-user-auth {
	display: none !important;
}
.user-allow-auction .shown-user-not-allow-auction {
	display: none !important;
}
.user-not-allow-auction .shown-user-allow-auction {
	display: none !important;
}

.user-status-D3 .shown-user-status-D1,
.user-status-D3 .shown-user-status-D2,
.user-status-D3 .shown-user-status-D,
.user-status-D3 .shown-user-status-N,
.user-status-D3 .shown-user-status-M,
.user-status-D3 .shown-user-status-MR,
.user-status-D3 .shown-user-status-Y,
.user-status-D3 .shown-user-status-C-TEX,
.user-status-D3 .shown-user-status-C {
	display: none !important;
}

.user-status-D2 .shown-user-status-D,
.user-status-D2 .shown-user-status-D1,
.user-status-D2 .shown-user-status-D3,
.user-status-D2 .shown-user-status-N,
.user-status-D2 .shown-user-status-M,
.user-status-D2 .shown-user-status-MR,
.user-status-D2 .shown-user-status-Y,
.user-status-D2 .shown-user-status-C-TEX,
.user-status-D2 .shown-user-status-C {
	display: none !important;
}

.user-status-D1 .shown-user-status-D,
.user-status-D1 .shown-user-status-D2,
.user-status-D1 .shown-user-status-D3,
.user-status-D1 .shown-user-status-N,
.user-status-D1 .shown-user-status-M,
.user-status-D1 .shown-user-status-MR,
.user-status-D1 .shown-user-status-Y,
.user-status-D1 .shown-user-status-C-TEX,
.user-status-D1 .shown-user-status-C {
	display: none !important;
}

.user-status-D .shown-user-status-D1,
.user-status-D .shown-user-status-D2,
.user-status-D .shown-user-status-D3,
.user-status-D .shown-user-status-N,
.user-status-D .shown-user-status-M,
.user-status-D .shown-user-status-MR,
.user-status-D .shown-user-status-Y,
.user-status-D .shown-user-status-C-TEX,
.user-status-D .shown-user-status-C {
	display: none !important;
}

.user-status-M .shown-user-status-D1,
.user-status-M .shown-user-status-D2,
.user-status-M .shown-user-status-D3,
.user-status-M .shown-user-status-N,
.user-status-M .shown-user-status-D,
.user-status-M .shown-user-status-Y,
.user-status-M .shown-user-status-C-TEX,
.user-status-M .shown-user-status-C {
	display: none !important;
}

.user-status-Y .shown-user-status-D1,
.user-status-Y .shown-user-status-D2,
.user-status-Y .shown-user-status-D3,
.user-status-Y .shown-user-status-N,
.user-status-Y .shown-user-status-MR,
.user-status-Y .shown-user-status-D,
.user-status-Y .area-register.shown-user-status-M,
	/*.user-status-Y .shown-user-status-M,*/
.user-status-Y .shown-user-status-C-TEX,
.user-status-Y .shown-user-status-C {
	display: none !important;
}

.user-status-C .shown-user-status-D1,
.user-status-C .shown-user-status-D2,
.user-status-C .shown-user-status-D3,
.user-status-C .shown-user-status-N,
.user-status-C .shown-user-status-D,
.user-status-C .shown-user-status-M,
.user-status-C .shown-user-status-MR,
.user-status-C .shown-user-status-C-TEX,
.user-status-C .shown-user-status-Y {
	display: none !important;
}

.user-status-N .shown-user-status-D1,
.user-status-N .shown-user-status-D2,
.user-status-N .shown-user-status-D3,
.user-status-N .shown-user-status-C,
.user-status-N .shown-user-status-D,
.user-status-N .shown-user-status-M,
.user-status-N .shown-user-status-MR,
.user-status-N .shown-user-status-C-TEX,
.user-status-N .shown-user-status-Y {
	display: none !important;
}

.user-status-MR .shown-user-status-D1,
.user-status-MR .shown-user-status-D2,
.user-status-MR .shown-user-status-D3,
.user-status-MR .shown-user-status-C,
.user-status-MR .shown-user-status-D,
.user-status-MR .shown-user-status-M,
.user-status-MR .shown-user-status-N,
.user-status-MR .shown-user-status-C-TEX,
.user-status-MR .shown-user-status-Y {
	display: none !important;
}

.user-status-C-TEX .shown-user-status-D1,
.user-status-C-TEX .shown-user-status-D2,
.user-status-C-TEX .shown-user-status-D3,
.user-status-C-TEX .shown-user-status-C,
.user-status-C-TEX .shown-user-status-D,
.user-status-C-TEX .shown-user-status-M,
.user-status-C-TEX .shown-user-status-N,
.user-status-C-TEX .shown-user-status-MR,
.user-status-C-TEX .shown-user-status-Y {
	display: none !important;
}


.user-status-Y .shown-user-status-M.shown-user-status-MR.shown-user-status-Y,
.user-status-Y .shown-user-status-C.shown-user-status-D.shown-user-status-Y,

.user-status-M .shown-user-status-M.shown-user-status-MR,
.user-status-MR .shown-user-status-M.shown-user-status-MR,
.user-status-MR .shown-user-status-Y.shown-user-status-MR,

.user-status-C .shown-user-status-C.shown-user-status-D,
.user-status-D .shown-user-status-C.shown-user-status-D {
	display: block !important;
}

.content .area-register {
	display: none;
}
.lot-status-ST .content .area-register {
	display: block;
}

	/*
    .lot-status-M .shown-auction-status-SA,
    .lot-status-M .shown-auction-status-ST,
    .lot-status-M .shown-auction-status-SE,
    .lot-status-M .shown-auction-status-F,
    .lot-status-M .shown-auction-status-FC,
    .lot-status-M .shown-auction-status-FF,
    .lot-status-M .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-SA .shown-auction-status-M,
    .lot-status-SA .shown-auction-status-ST,
    .lot-status-SA .shown-auction-status-SE,
    .lot-status-SA .shown-auction-status-F,
    .lot-status-SA .shown-auction-status-FC,
    .lot-status-SA .shown-auction-status-FF,
    .lot-status-SA .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-ST .shown-auction-status-M,
    .lot-status-ST .shown-auction-status-SA,
    .lot-status-ST .shown-auction-status-SE,
    .lot-status-ST .shown-auction-status-F,
    .lot-status-ST .shown-auction-status-FC,
    .lot-status-ST .shown-auction-status-FF,
    .lot-status-ST .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-SA .shown-auction-status-M,
    .lot-status-SA .shown-auction-status-ST,
    .lot-status-SA .shown-auction-status-SE,
    .lot-status-SA .shown-auction-status-F,
    .lot-status-SA .shown-auction-status-FC,
    .lot-status-SA .shown-auction-status-FF,
    .lot-status-SA .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-SE .shown-auction-status-M,
    .lot-status-SE .shown-auction-status-ST,
    .lot-status-SE .shown-auction-status-SA,
    .lot-status-SE .shown-auction-status-F,
    .lot-status-SE .shown-auction-status-FC,
    .lot-status-SE .shown-auction-status-FF,
    .lot-status-SE .shown-auction-status-C
    {
        display: none;
    }


    .lot-status-F .shown-auction-status-M,
    .lot-status-F .shown-auction-status-ST,
    .lot-status-F .shown-auction-status-SA,
    .lot-status-F .shown-auction-status-SE,
    .lot-status-F .shown-auction-status-FC,
    .lot-status-F .shown-auction-status-FF,
    .lot-status-F .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-FC .shown-auction-status-M,
    .lot-status-FC .shown-auction-status-ST,
    .lot-status-FC .shown-auction-status-SA,
    .lot-status-FC .shown-auction-status-SE,
    .lot-status-FC .shown-auction-status-F,
    .lot-status-FC .shown-auction-status-FF,
    .lot-status-FC .shown-auction-status-C
    {
        display: none;
    }

    .lot-status-FC .shown-auction-status-M,
    .lot-status-FC .shown-auction-status-ST,
    .lot-status-FC .shown-auction-status-SA,
    .lot-status-FC .shown-auction-status-SE,
    .lot-status-FC .shown-auction-status-F,
    .lot-status-FC .shown-auction-status-FF,
    .lot-status-FC .shown-auction-status-C
    {
        display: none;
    }*/
.button-doc {
	padding: 0.5em 0;
}
.auction_dinamic_data {
	position: absolute;
	top: 17px;
	right: 10px;
	display: table;
}

.auction_dinamic_data .info {
	display: table-cell;
	width: auto;
	padding: 0 10px;
	line-height: 30px;
	height: auto;
	font-size: 13px;
}


.auction_dinamic_data .info .button{
	display: block;
	padding: 0 10px;
	line-height: 25px;
	height: auto;
}
.auction_dinamic_data .info .button.active {
	background-color: #0a962f;
}
.sidebar-item.user-status-info {

}

.sidebar-item.user-status-info .status-icon {
	position: absolute;
	left: 30px;
	top: 15px;
	display: block;
	width: 50px;
	line-height: 50px;
	height: 50px;
	font-size: 50px;
}

.sidebar-item.user-status-info .status-info {
	margin-left: 90px;
}
.shown-user-status-Y .sidebar-item.user-status-info .status-icon,
.sidebar-item.user-status-info .shown-user-status-Y .status-icon {
	color: #9ed544;
}

/*.shown-user-status-D .sidebar-item.user-status-info .status-icon,
.sidebar-item.user-status-info .shown-user-status-D .status-icon {
	color: #ff3300;
}*/
.shown-user-status-D .sidebar-item.user-status-info .status-icon,
.shown-user-status-C .sidebar-item.user-status-info .status-icon,
.shown-user-status-N .sidebar-item.user-status-info .status-icon,
.shown-user-status-M .sidebar-item.user-status-info .status-icon,
.sidebar-item.user-status-info .shown-user-status-C .status-icon,
.sidebar-item.user-status-info .shown-user-status-D .status-icon,
.sidebar-item.user-status-info .shown-user-status-N .status-icon,
.sidebar-item.user-status-info .shown-user-status-M .status-icon {
	color: #999;
}

.sidebar-item.user-status-info .bid-button {
	margin-left: 90px;
}
.sidebar-item.user-status-info .button {
	width: auto;
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
}

.dashboard-window {
	padding: 1em 0;
	background-color: #f5f5f5;
}

.transaction-list {
	padding-bottom: 0;
	margin-bottom: 26px;
	font-size: 14px;

	border: 1px solid #ebebeb;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

#bid-table-body {
}
.footer-fly-container p,
.transaction-list-item p {
	margin-bottom: 0;
}
.transaction-list .transaction-list-item:after {
	content: " ";
	display: table;
	clear: both;
}
.transaction-list-header-code, .transaction-list-item-code {
	width: 7%;
	padding-left: 24px;
}
.transaction-list-header-date, .transaction-list-item-date {
	padding-left: 0;
}
.transaction-list-header-time, .transaction-list-item-time {
	width: 14.5%;
}
.transaction-list-header-last, .transaction-list-item-last {
	width: 16.2%;
}
.transaction-list-header-mine, .transaction-list-item-mine {
	width: 4%;
	padding-left: 14px;
}

.transaction-list-header-code,
.transaction-list-item-code {
	width: 70px;
	padding-left: 24px;
}
.transaction-list-header-date,
.transaction-list-item-date {
	padding-left: 0;
	width: 150px;
}
.transaction-list-header-time,
.transaction-list-item-time {
	width: 100px;
}
.transaction-list-header-last,
.transaction-list-item-last {
	/*width: 16.2%;*/
}
.transaction-list-header-mine,
.transaction-list-item-mine {
	width: 70px;
	padding-left: 14px;
}

.transaction-list-header-last p span,
.transaction-list-item-mine p span {
	background-color: #59a470;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	opacity: 0;
}
.transaction-list-header-last p span {
	opacity: 1;
}
.transaction-list-item.bid-mine {
	/* background-color: rgba(0, 255, 0, 0.05); */
}

.transaction-list-item.bid-mine .transaction-list-item-mine p span {
	opacity: 1;
}
.product-preview-image.thumbnail {
	background-size: contain !important;
}
.product-preview-image.large {
	background-size: contain !important;
}

.sidebar-item .product-item-amount-field {
	border: 1px solid #ccc;

}
.sidebar-item .product-item-amount-field-container {
	display: table;
	margin: 0 auto 1em auto;

}
.sidebar-item .product-item-amount-field-item {
	display: table-cell;
}

.sidebar-item .product-item-amount-field {
	margin-bottom: 0px;
	background-color: #fff;
}
.sidebar-item .price.large {
	font-size: 2em;
}
.sidebar-item .price span {
	font-size: 0.6em;
	position: relative;
	top: -0.7em;
}

.sidebar-item .price-name {
	font-size: 1.1em;
	text-align: center;
}

.sidebar .filename {
	font-size: 12px;
}

.catalog-element .sidebar-item.product-info.auction-work {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.catalog-element .sidebar-item.product-info.auction-red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-left: 100px;
}
.catalog-element .sidebar-item.product-info.auction-black {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aebcbf+0,6e7774+50,0a0e0a+51,0a0809+100;Black+Gloss */
	background: #aebcbf; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-left: 100px;
}
.catalog-element .sidebar-item.product-info .auction-work-icon {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
}
.catalog-element .sidebar-item.product-info.auction-black h4.single,
.catalog-element .sidebar-item.product-info.auction-red h4.single,
.catalog-element .sidebar-item.product-info.auction-work h4.single {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.catalog-element .sidebar-item.product-info.auction-black p,
.catalog-element .sidebar-item.product-info.auction-black,
.catalog-element .sidebar-item.product-info.auction-red p,
.catalog-element .sidebar-item.product-info.auction-work p,
.catalog-element .sidebar-item.product-info.auction-red,
.catalog-element .sidebar-item.product-info.auction-work {
	color: #fff;
}
.catalog-element .sidebar-item.product-info .auction-work-icon .fa-stack-1x {
	top: -3px;
}

.auction-winner .ht-banner {
	width: 70%;
	padding-right: 30px;
}
.auction-winner .ht-banner.void {
	width: 30%;
	padding-left: 30px;
}
.auction-winner .ht-banner .ht-banner-img3 {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	right: auto;
	left: 0px;
}

.form-popup .button.primary {
	color: #FFF;
	margin-bottom: 1em;
}
.ht-banner {
	min-height: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: transparent;
	position: relative;
}
.ht-banner-wrap {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin-left: 30px;
	margin-right: 10px;
}
.ht-banner .ht-banner-content {
	width: auto;
	overflow: hidden;
}
.ht-banner .ht-banner-content .button {
	margin-top: 20px;
	width: auto;
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
}

.status-info label &gt; .checkbox {
	border: 1px solid #ccc;
}

.cancel-request-text {
	width: 100%;
	min-height: 50px;
	resize: vertical;
}
#user-is-one-registered .promo-bg,
#user-is-second-bid .promo-bg {
	background: url(/images/promo/promo-index-popup.jpg) no-repeat center;
}
#user-is-one-registered .form-popup-content .form-popup-content-links &gt; .button,
#user-is-second-bid .form-popup-content .form-popup-content-links &gt; .button {
	float: none;
	width: 232px;
	margin: 0 auto;
}
.price-shop.large.price_old,
.bx_price.price.price_old {

}
.price-shop.large.price_old i,
.bx_price.price.price_old i{
	font-style: normal;
	font-size: 14px;
	position: relative;
}
.price-shop.large.price_old i {
	font-size: 16px;
}

.price-shop.large.price_old i::before,
.price-shop.large.price_old i::after,
.bx_price.price.price_old i::before,
.bx_price.price.price_old i::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}

.price-shop.large.price_old i::after,
.bx_price.price.price_old i::after {
	border-bottom: 2px solid #ff3300;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}

.auction-type .auction-first,
.auction-type .auction-type {
	background-color: #e5e5ef;
	margin-right: 5px;
	padding: 3px 6px;
	color: #333;
	font-size: 12px;
}


.auction-type .auction-first {
	background-color: #dcedc3;
}

.status-info .attached-files-td {
	padding-left: 1em;
}

#flow-to-bottom-bids {
	/*display: block;*/
	background-color: #9ed546;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0 1em;
}
#flow-to-bottom-bids:hover {
	background-color: #dcedc3;
	text-decoration: none;
}

#agree-with-rules {
	width: 680px;
}

.transaction-list.gos-list .transaction-list-item &gt; * {
	float: none;
}
</pre></body></html>