.pictograms {
	margin: auto;
	clear: both;
	width: 1170px;
}
.pictograms .pictograms-item {
	display: table-cell;/**/
	/*display: inline-block;/**/
	border-right: 1px solid white;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;/**/
	width: 113px;
	height: 112px;
	position: relative;
}
.pictograms .pictograms-item:first-child {
	padding: 10px;
}

.pictograms div.pictograms-item div {
	/*padding-top: 37px;*/
}

.pictograms .pictograms-item img {
	margin: 10%;
	width: 90px;
	height: 90px;
}

.pictograms .pictograms-item .pictograms-item-name {
	display: none;
	width: 113px;
	background: #000;
	position: absolute;
	top: 112px;
	padding: 3px;
	text-align: center;
	font-size: 80%;
}
.pictograms .pictograms-item:hover .pictograms-item-name {
	display: block;
}

@media (max-width: 767px) {
.pictograms {
	width: 94%;
}
.pictograms .pictograms-item {
	height: 9vmin;
	width: 9vmin;
}
.pictograms .pictograms-item img {
	height: 7vmin;
	width: 7vmin;
	margin: 1vmin;
	/*width: 80px;
	height: 80px;*/
}
.pictograms .pictograms-item:first-child {
	/*padding: 10px;/**/
	font-size: 1.5vmin;
	padding: 1vmin;
} 
}

@media (min-width: 768px) and (max-width: 991px) {
.pictograms {
	width: 750px;
}
.pictograms .pictograms-item:first-child {
	font-size: 10px;
} 
.pictograms .pictograms-item {
	width: 73px;
	height: 72px;
}
.pictograms .pictograms-item img {
	width: 60px;
	height: 60px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.pictograms {
	width: 970px;
}
.pictograms .pictograms-item:first-child {
	font-size: 12px;
} 
.pictograms .pictograms-item {
	width: 97px;
	height: 96px;
}
.pictograms .pictograms-item img {
	width: 80px;
	height: 80px;
}
}

/*@media (min-width: 1200px) {
.pictograms {
	width: 1170px;
}
.pictograms .pictograms-item {
	width: 113px;
	height: 112px;
}
.pictograms .pictograms-item img {
	width: 90px;
	height: 90px;
}
}*/

.pictograms.drop {
	display: none;
}
.pictograms.drop.visible {
	display: block;
}