.categories {
	display: flex;
}

.category {
	width: 33%;
}

.category img {
	width: 100%;
	height: 400px;
	object-fit: contain;
	margin-bottom: 20px;
}

.category > a {
	border: none;
} 

.category-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.category-description {
	text-align: center;
}

.top-header .header-wrapper header a.logo {
    background-image: url(/public/skin/images/logo-3.png);
    /*background-size: cover;*/
}

.back-button-wrapper {
	position: relative;
}

.back-button-wrapper:before {
    content: '←';
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #b52a44;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.excel-download-button {
	position: relative;
	padding-left: 50px;
	float: right;
}

.excel-download-button:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('/public/skin/images/excel-icon.png');
	position: absolute;
	left: 0;
}

.excel-download-button a {
    position: relative;
    top: 6px;
}

.back-button-float {
	position: fixed;
    right: 100px;
    top: 300px;
}

.excel-download-button-float {
	position: fixed;
    right: 100px;
    top: 300px;	
}