.orders-slider__content {

	margin: 0px -15px;
}

.orders-slider__slide {

	width: 33%;
	margin: 0px 15px;
}

.orders-slider__item {

	width: 100%;
	border: 1px solid #f5f5f5;
	border-radius: 6px;
	padding-bottom: 46px;
	position: relative;
	transition: border-color .2s ease;
}

.orders-slider__item:hover {

	border-color: #cccccc;
}



.orders-slider__item-picture {

	display: block;
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
}

.orders-slider__item-picture img {

	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.orders-slider__item-picture:after{
	content: "";
	display: block;
	padding-top: 65%;
}

.orders-slider__item-info {

	padding: 20px 38px 20px 20px;
}

.orders-slider__item-name {

	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
}

.orders-slider__item-name b {

	font-weight: 500;
}

.orders-slider__item-info {

	display: flex;
	width: 100%;
	justify-content: space-between;
}

.orders-slider__item-footer {
	
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px 18px 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #cccccc;

}

.orders-slider__item-download {

	width: 40px;
	height: 48px;
	flex-shrink: 0;
	margin-left: 10px;
	color: #cccccc;
	cursor: pointer;
	transition: color .2s ease;
}

.orders-slider__item:hover .orders-slider__item-download {

	color: #D93030;
}

.orders-slider__item-link {

	text-align: center;
	font-weight: 400;
	transition: color .2s ease;
}

.orders-slider__item:hover .orders-slider__item-link {

	color: black;
}

.orders-slider .slick-track {

	margin-left: 0;
}

@media screen and (max-width: 1280px) { }

@media screen and (max-width: 1024px) { 

	
	.orders-slider__content {

		margin: 0 -5px;
	}

	.orders-slider__slide {

		margin: 0 5px;
	}

	.orders-slider__item-name {

		font-size: 16px;
	}

	.orders-slider__item-info {
		padding: 20px;
	}

	.orders-slider__item-link {

		text-align: right;
	}

	.orders-slider__item-link {

		display: none;
	}

	.orders-slider__item-download {

		position: absolute;
		bottom: -9px;
		right: 10px;
		width: 25px;
		z-index: 2;
	}
}

@media screen and (max-width: 768px) { 


	.orders-slider__item-name {

		font-size: 12px;
	}

	.orders-slider__item-info {

		padding: 10px;
	}

	.orders-slider__item-footer {
		padding: 10px;
	}
}