#catalog-head {
	position: fixed;
	z-index: 2;
	width: 90%;
	top: 4.26em;
	bottom: 1em;
	/*bottom: 3.9em;
	left: 4.3em;
	width: 17em;*/
	text-align: initial;
	overflow-y: auto;
}
#catalog-head #catalog-main {
	padding-top: .5em;
}
.catalog-item {
	position: relative;
	height: 4.2em;
	width: 23%;
/*	overflow: hidden;*/
	transform: skew(-10deg);
	margin: 0 1% 1em 1%;
}
.catalog-item-a {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	height: 100%;
	border: 2px solid #fff;
	/*border: 1px solid #ffc6c7;
	border: 1px solid #d90205;
	border-radius: .7em;*/
}
.catalog-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	vertical-align: top;
	background-color: #feca26;
	height: 100%;
	width: 23.6%;
	text-align: center;
	border-right: 2px solid #fff;
	border-radius: .7em 0 0 .7em;
	 -webkit-border-radius: .7em 0 0 .7em;
	 -moz-border-radius: .7em 0 0 .7em;
	 -o-border-radius: .7em 0 0 .7em;
	 -ms-border-radius: .7em 0 0 .7em;
}
.catalog-item-icon {
	max-height: 100%;
	max-width: 110%;
/*	margin: -10%;*/
	transform: skew(10deg);
	filter: contrast(160%) brightness(0.95) sepia(0%) hue-rotate(0deg) saturate(100%) drop-shadow(0px 1px 1px black);
	filter: drop-shadow(0px 1px 1px black);
}
.catalog-item-icon.less {
/*	max-height: 100%;*/
	max-width: 100%;
}
.catalog-item-text {
	flex: 0 0 auto;
	display: inline-block;
	vertical-align: top;
	color: #d90205;
	font-weight: bold;
	line-height: 1;
	width: 70.8%;
	padding: .2em 2.8%;
}
.catalog-item-text-title {
	display: inline-block;
	font-size: 1.6em;
}
.catalog-item-text-title.citt-fs-1 {
	font-size: 1.3em;
}
.catalog-item-text-title.citt-fs-2 {
	font-size: 1.2em;
}
.catalog-item-text-title.citt-fs-3 {
	font-size: 1em;
}
.catalog-item-text-title.citt-fs-4 {
	font-size: .9em;
}
/*.catalog-item-text-subtitle {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 25%;
	display: inline-block;
	background-color: #d90205;
	color: #fff;
	font-size: .8em;
	padding: .3em 1em;
	border-radius: .2em 0 0 0;
	 -webkit-border-radius: .2em 0 0 0;
	 -moz-border-radius: .2em 0 0 0;
	 -o-border-radius: .2em 0 0 0;
	 -ms-border-radius: .2em 0 0 0;
}*/

@media only screen and (max-width: 1023px) {
	#catalog-head {
		overflow-y: auto;
		bottom: 5.5em;
		width: 96%;
	}
	.catalog-item { width: 98%; }
	/*.catalog-item-text-title.citt-fs-1 {
		font-size: 1.4em;
	}
	.catalog-item-text-title.citt-fs-2 {
		font-size: 1.3em;
	}
	.catalog-item-text-title.citt-fs-3 {
		font-size: 1.2em;
	}
	.catalog-item-text-title.citt-fs-4 {
		font-size: 1.1em;
	}*/
}

@media only screen and (min-width: 1024px) {
}
