a.scrollTop {
	position:fixed;
	right:20px;
	bottom:40px;
	cursor:pointer;
	width:40px;
	padding:45px 0 5px 0;
	font-size:10px;
	line-height:10px;
	font-weight:500;
	color:#333333;
	text-align:center;
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	z-index:1000;
	opacity:0;
	visibility:hidden;
	background:#fff url(/templates/_default_/images/scrollTop.png) no-repeat center top;

	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.scrollTop.active {
	opacity:1;
	visibility:visible;
}
.orders-table__info {
	max-width: 300px;
}
/*
     */
/*
*/