
@media (max-width: 992px)
{
	.sale-personal-section-index-block {
		height: auto;
		margin: 8px 0;
	}
}

.sale-personal-section-index-block.bx-theme-green{
	background: url(images/wt_green.png) center top;
}
.sale-personal-section-index-block.bx-theme-blue{
	background: url(images/wt_blue.png) center top;
}
.sale-personal-section-index-block.bx-theme-red{
	background: url(images/wt_red.png) center top;
}
.sale-personal-section-index-block.bx-theme-yellow{
	background: url(images/wt_yellow.png) center top;
}
.sale-personal-section-index-block.bx-theme-black{
	background: url(images/wt_black.png) center top;
}
@media(hover: hover){
	.sale-personal-section-index-block:hover{
		background: var(--yellow-button-hover);
		transition: 0.2s all linear;
	}
}
.sale-personal-section-index-block:hover:active {
	background: var(--yellow-button-active);
	transition: 0.2s all linear;
}
.orders {
	width: 100%;
	overflow: hidden;
}