.form-control.error_form {
	border-color: red !important;
}
#category .category-title-block.pl-0 {
	padding-left: 32px;
}
.sd-layout__category-products.category-auctions {
	width: 100%;
	padding-left: 0;

}
.sd-layout__category-products.category-auctions .product-cell {
	width: 24%;
}
.product-card__price.is-old {
	position: relative;
	display: inline-block;
}
.categ-auction-text {
	color: #030F1E;
	display: flex;
	margin-bottom: 10px;
}
.categ-auction-text img {
	margin-right: 10px;
}
.category-start-price {
	width: 45%;
}
.category-finish-time {
	width: 55%;
}
.start-price {
	color: #DA2549;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.start-price  span {
	font-size: 0.75em;
	font-weight: 400;
}
.auction-card__bottom {
	margin-top: 20px;
}
.auction-show-btn {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 10px;
	color: #fff;
	background-color: var(--main-green);
	font-size: 18px;
	padding: 12px 0;
}
.auction-show-btn:hover {
	background-color: var(--green-hover);
	color: #fff;
}
.finish-time {
	color: var(--main-color);
	font-weight: 600;
	padding-left: 27px;
}
.price-and-finish {
	align-items: flex-start;
}
.auction-product .sd-product__images {
	width: 31%;
}
.auction-product .sd-product__info {
	width: 30%;
	margin-right: 3%;
}
.auction-product .binds-block {
	width: 33%;
}
.auction-product .detail-code {
	padding: 0;
}
.product-link img {
	margin-right: 5px;
	position: relative;
	top: 6px;
}
.product-link a {
	color: #828282;
	font-weight: 600;
}
.sd-product__price.is-old {
	position: relative;
	top: 2px;
}
.grey-price-text {
	width: 135px;
	display: inline-block;
	color: #828282;
	font-weight: 600;
}
.auction-product .start-price-pp {
	color: #DA2549;
	margin-top: 15px;
}
.last-bind {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 35px;
}
.auction_step {
	display: inline-block;
}
.auction_step .grey-price-text {
	width: 75px;
}
.auction-product .offer-block {
	margin-bottom: 0;
	margin-top: 15px;
}
.form-group {
	margin-top: 15px;
	margin-bottom: 15px;
}
.last-bind-price {
	color: #32AE1F;
	font-weight: 600;
}
.last-bind-price, .auction_step-num {
	font-size: 24px;
}
.last-bind-price span, .auction_step-num span {
	font-size: 0.75em;
}
.auction_form fieldset {
	border: none;
	padding: 0;
}
.auction_form .form-group input.grey {
	padding: 12px;
	width: 90%;
	border: 1px solid #C4C4C4;
}
.auction_rules_agree {
	position: relative;
}
.auction_rules_agree input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.rules_agree_text {
	padding-left: 30px;
	display: inline-block;

}
input:checked+.sd-popup--checkbox-fake:before {
	background-color: transparent;
	border-radius: 0;
	width: 4px;
	height: 8px;
	border-right: 2px solid #6D6D6D;
	border-bottom: 2px solid #6D6D6D;
	transform: translate(-50%, -60%) rotate(45deg) scale(1);
	left: 50%;
	top: 50%;
}
.auction_rules_agree .sd-popup--checkbox-fake {
	top: -20px;
}
.auction_form .button-medium {
	border: none;
	width: 96%;
	background: #32AE1F;
	cursor: pointer;
}
.rules_agree_text a {
	font-weight: 600;
}
.auction_form h3 {
	color: var(--main-color);
}
.bind-term {
	background: rgba(255, 132, 0, 0.07);
	padding: 20px 36px;
	display: flex;
	align-items: flex-start;
}
.bind-term img {
	width: 28px;
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.term-info {
	font-size: 24px;
}
.term-info span {
	display: block;
}
.term-time {
	font-weight: 600;
	margin-top: 10px;
	color: var(--main-color);
}
.auction_description-block {
	margin-bottom: 25px;
	display: flex;
}
.auction_description-block p{
	padding: 0;
	margin: 0;
}
.auction_description-block span {
	margin-left: 10px;
}
.binds-list-item {
	display: flex;
	justify-content: space-between;
}
.binds-title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 13px 30px;
	background: #F4F4F4;
	font-size: 18px;
	color: #FF8400;
}
.binds-list-item {
	margin-bottom: 18px;
	position: relative;

}
.binds-list-item:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("/img/trophy-grey.svg") no-repeat;
	position: absolute;
	left: 0;
}
.binds-list-item:first-child {
	font-weight: 600;
}
.binds-list-item:first-child:before {
	background-image: url("/img/trophy-orange.svg");
}
.binds-item-name {
	padding-left: 30px;
	width: 20%;
}
.binds-item-phone {
	width: 40%;
}
.binds-item-date {
	width: 20%;
}
.binds-item-summ {
	width: 20%;
	text-align: right;

}
.binds-item-summ-inner {
	position: relative;
	display: inline-block;
	color: #828282;
	margin-right: 10px;
}
.binds-item-summ-inner:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #828282;
	left: 0;
	top: 10px;
}
.binds-list-item:first-child .binds-item-summ-inner {
	color: #32AE1F;
}
.binds-list-item:first-child .binds-item-summ-inner:before {
	content: none;
}
.auction-info-block {
	padding: 15px 15px 0 15px;
	border: 1px solid #FF8400;
	margin-top: 20px;
}
.auction-info-block a {
	font-weight: 500;
}
.error-message {
	color: #DA2549;
	font-size: 12px;
}
.auction-info-block p {
	margin-top: 0;
}
.success-message {
	padding: 20px 20px 5px 80px;
	background: rgba(50, 174, 31, 0.07);
	margin-top: 40px;
}
.warning-message {
	padding: 20px 20px 5px 80px;
	background: rgba(255, 132, 0, 0.07);
	margin-top: 40px;
}
.success-message .title, .warning-message .title{
	position: relative;
	color: #32AE1F;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
.success-message .title:before, .warning-message .title:before {
	content: '';
	background-image: url(../assets/img/new/like.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
	position: absolute;
	left: -55px;
	top: 0;
}
.warning-message .title:before {
	background-image: url(/img/orange-light-icon.svg);
}
.warning-message .title:before {
	top: 3px;
}
.warning-message .title {
	color: #FF8400;
	line-height: 1;
}
.binds-list {
	max-height: 160px;
	overflow-y: scroll;
}
.pre-title  {
	position: relative;
	padding-left: 40px;
}
.pre-title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("/img/auction-green.svg");
}
.green {
	color: #32AE1F;
}
@media screen and (max-width: 1024px) {
	.sd-layout__category-products.category-auctions {
		margin-top: 65px;
	}
	.catalog-page .sd-layout__category-products.category-auctions .grid .product-cell {
		width: 48% !important;
	}
	.price-and-finish {
		flex-wrap: wrap;
		padding: 0 11px;
	}
	.category-start-price, .category-finish-time {
		width: 100%;
	}
	.category-start-price {
		margin-bottom: 10px;
	}
	.auction-show-btn {
		font-size: 14px;
	}
	.categ-auction-text {
		font-size: 12px;
	}
	.start-price {
		margin-left: 10px;
		display: inline-block;
	}
	.product-card__price.is-old {
		top: -3px;
	}
	.start-price {
		font-size: 20px;
	}
	.category-auctions #product_list .product-card__price.is-old:before {
		top: 5px;
	}
	.sd-layout__category-products.category-auctions {
		margin-right: 0;
		margin-left: 0;
	}
	.category-finish-time .categ-auction-text {
		margin-bottom: 0;
	}
	.auction-product .sd-product__images, .auction-product .sd-product__info, .auction-product .binds-block {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.offer-block .sd-product__price.is-old:before {
		top: 10px;
		width: 100%;
	}
	.offer-block .sd-product__price.is-old span {
		font-size: 0.75em;
	}
	.last-bind-price, .auction_step-num {
		font-size: 18px;
	}
	.grey-price-text {
		font-size: 12px;
		width: 115px;
	}
	.term-info {
		font-size: 18px;
	}
	.binds-list-item {
		font-size: 12px;
	}
	.binds-title {
		padding: 13px 10px;
	}
	#product .block_auction_container .product-carousel .flickity-viewport {
		height: 445px!important;
	}
	.block_auction_container .product-carousel {
		text-align: left;
	}
	.auction_form .button-medium {
		width: 100%;
	}
	.auction_form .form-group input.grey {
		width: 93%;
	}
	.success-message .title, .warning-message .title {
		font-size: 18px;
	}
	#product .block_auction_container .title {
		text-align: center;
	}
	.product-card .product-card__name h3 {
		text-align: left;
	}
	.binds-title {
		font-size: 14px;
	}
	.auction_step .grey-price-text {
		width: 55px;
	}
	.auction-product .offer-block {
		margin-bottom: -10px;
		margin-top: -10px;
	}
	.auction_form h3 {
		font-size: 18px;
		margin-bottom: -5px;
	}
	.binds-title {
		margin-bottom: 10px;
	}
	.pre-title {
		padding-left: 0;
	}
	.pre-title:before {
		content: none;
	}
}
