.product .personal {
	position: absolute;
	top: 20px;
	right: 19.43px;
	flex-flow: column-reverse;
	align-items: self-end;
	gap: 16px;
	z-index: 10;
}
.product.product-item .personal a + a {
	margin-left: 0 !important;
}

.product.product-item .product__aviable {
	position:absolute;
	top:20.08px;
	left:20.08px;
	z-index:10;
	flex-flow: column;
	gap: 4px;
	align-items: self-start;
}

.d-spin {
	display: inline;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	filter: url(#gooey-filter);
}

.d-spin span {

	color: #828ef9;
	background-color: #E0E3FB;
	border-radius: 6px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;

	display: flex;
	width: max-content;
	flex-flow: row;
	align-items: center;
	gap: 5px;
	/*line-height: 1;*/

	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.14px;
	line-height: 12.6px;
}

span.d-spin.discontinued span {
	background-color: #E7E9F1;
	color: #8C92A5;
}

span.d-spin.out-stock span,
span.d-spin.in-stock span,
span.d-spin.in-path span
{
	padding: 7px 6px;
}
span.d-spin.in-stock span {
	background-color: #2AC769;
	color: #fff;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 14px;
}

span.d-spin.under-order span {
	background-color: #3970FE;
	color: #fff;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 14px;
}



span.d-spin.out-stock span {
	background-color: #FFD527;
	color: #4c0606;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 14px;
}
.d-spin span.d-spin-1 {
	padding: 5px;
}
.d-spin span.d-spin-2 {
	padding: 6px;
	margin-left: 18px;
	margin-top: -10px;
}

.bid-spin {
	border-radius: 142px;
	padding: 5px 12px;
	color: #4B5A15;
	background-color: #CDF545;
	font-size: 14px;
	width: max-content;
	font-family: Inter, sans-serif;
	font-weight: 400;

}

.bid-spin.new {
	background-color: #FF009A;
	color: #fff;
}
.bid-spin.discount {
	background-color: #FF2D2C;
	color: #fff;
}
.product.product-item.product-item-card {
	padding: 250px 0;
	border: 0;
}
.product.product-item.product-item-card .product__btns{gap: 8px;}
.product.product-item.product-item-card .btn.btn-trs{
	max-width: 50px;
}
.product.product-item.product-item-card .btn.btn-trs svg{
	margin:auto;
}
.product.product-item.product-item-card .product-item-info{
	padding: 61px 20px 20px 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position:absolute;
	width: 100%;
	top: 0;
	background-color: #fff;
}
.product.product-item.product-item-card:hover .product-item-info{
	border: 1px solid #e9e9e9;
	z-index: 20;
}
.d-display-properties {
	display: flex;
	flex-flow: column;
	gap: 8px;
	padding-top: 12.19px;
}
.d-display-properties >.col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product.product-item.product-item-card .d-display-properties{
	display: none;
}
.product.product-item.product-item-card:hover .d-display-properties{
	display: flex;
}
.d-display-properties .p-name{
	color: #A7A7A7;
	font-size: 14px;
	font-weight:300;
}
.d-display-properties .p-value{
	color: #1E1E1E;
	font-size: 14px;
	font-weight:500;
	text-align: right;
	line-height: 22px;
}
.product.product-item .product__aviable svg{
	margin-right: 0;
}
.product__cat{
	z-index: 6;
    position: relative;
	height: 34px;
}
.product.product-item.product-item-line .product-item-info{display: flex;gap: 16px;}
.product.product-item.product-item-line .product-item-info>div{
	width: 30%;
	display: flex;
	flex-flow: column;
}
.product.product-item.product-item-line .product-item-info .col-item-2{
	flex: 1 1 auto;
}
.product.product-item.product-item-line .product-item-info .col-item-3{
	max-width: 240px;
}
.product.product-item.product-item-line .product-item-info .col-item-1{
	position: relative;
	max-width: 295px;
}
.product.product-item.product-item-line .d-display-properties {
	background-color: #F5F6FF;
	padding: 16px;
	border-radius: 8px;
	margin-top: auto;
}
.product.product-item.product-item-line .product__btns{
	margin-top: auto;
	flex-flow: column;
	gap: 8px;
}
.product.product-item.product-item-line .product__btns .btn{
	width: 100%;
}
.product.product-item.product-item-line .product__title{
	min-height: auto;
}
.product.product-item.product-item-line .p-txt{
	margin-bottom: 25px;
	color: #232323;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -1%;

}
.product.product-item.product-item-line {
	border: 1px solid #e9e9e9;
}
.product.product-item.product-item-line .personal{
	top: -2px;
	right: 0;
}
.product.product-item.product-item-line .product__aviable{
	top: 0;
	left: 0;
}
.product.product-item.product-item-line .product__title a{
	font-weight: 700;
}
.product.product-item.product-item-line .product__title a{
	font-weight: 700;
}
.products.d-item-type-card .product__title a{
	font-weight: 400;
	color: #232323;
	font-size: 16px;
}


.products .products-slick .slick-list {
	padding-bottom: 200px;
	margin-bottom: -200px;
	z-index: 5;
}
.products .slick-arrow{
	z-index: 10;
}
@media (max-width: 1024px) {
	.product__title a{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.product.product-item .product__aviable{
		top: 12px;
    left: 12px;
	}
	.product.product-item .personal{
		top: 12px;
    right: 14.75px;
	}
	.product.product-item.product-item-card .product__btns {
		flex-flow: row;
		gap: 8px;
	}
	.product.product-item.product-item-card .btn.btn-trs svg{
		width: 24px;
		height: 24px;
	}
	.product.product-item.product-item-card .btn.btn-trs {
    max-width: 34px;
}
	.product.product-item.product-item-card .btn {
		height: 34px;
		font-size: 12px;
		line-height: 100%;
	}
	.product.product-item.product-item-card {
			padding: 0 !important;
			border: 0 !important;
	}
	.product.product-item.product-item-card .product-item-info{
			position: relative;
			border: 1px solid #e9e9e9;
			padding: 8px;
	}
	.product.product-item.product-item-card .d-display-properties{
			display: none !important;
	}
	.d-spin span{
		padding: 4px;
		border-radius: 4px;
		font-size: 10px;
	}
	.d-spin span svg{
		width: 8px;
	}
	/*DL по задаче с карточками товара*/
	span.d-spin.under-order span,
	span.d-spin.in-stock span,
	span.d-spin.out-stock span{
		padding: 2px 4px;
		font-size: 10px;
		font-weight: 500;
		font-family: Inter, sans-serif;
		line-height: 9px;
		white-space: nowrap;
		letter-spacing: 0.5px;
	}
	.bid-spin{
		border-radius: 100px;
		padding: 2px 4px;
		font-size: 10px;
		font-weight: 500;
		font-family: Inter, sans-serif;
		line-height: normal;
		white-space: nowrap;
		letter-spacing: 0.5px;

		margin-right: 3px;
	}

	.product.product-item .product__aviable{
		flex-flow: unset;
		display: block;
		height: 50px;
	}
	.stock-mark{
		margin-bottom: 7px;
		display: block;
	}
	.item-card-top{
		padding: 27px 0 0 0;
	}
	.slick-track .slick-slide .product-item-card,
	.d-search .products.style2 .product,
	.subcategory__right .products.style2 .product{
		border-radius: unset;
	}
	.products .product-item-info .product__image,
	.products .product-item-info .product__image a{
		height: 132px;
	}
	.products.d-item-type-card .product__title a{
		font-size: 14px;
		font-weight: 700;
	}
	.product-item-info .product__title{
		margin-top: 4px;
	}
	.product-item-info .product__price, .product__aviable{
		font-size: 14px;
		font-weight: 600;
	}
	.product-item-info .product__price strong{
		font-size: 14px;
	}
	.product-item-info .product__cat.text-truncate{
		min-height: unset;
	}
}



/* Карточка товара DL*/
.item-card-top .product__image{
	height: 217px;
	font-size: 14px;
}
.product-item-info .product__title{
	margin-bottom: 31px;
	min-height: unset !important;
}
@media (min-width: 768px) {
	.d-search .products.style2.d-item-type-card .product {
		width: 19%;
	}
}

.product__image .product__image-paginator-ballon-container{
	margin-top: 13px;
}
.item-card-top .product__image .slick-slider{
	height: 200px;
}

.item-card-top .product__title{
	height: 37px!important;

	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.d-display-properties .p-value a{
	text-decoration: unset;
}
.d-display-properties .p-value a:hover{
	text-decoration: underline;
}
