.ikonki{
	display:flex;
	justify-content:space-around;
	margin-top:1em;
	margin-bottom:3em;
}
.ikonki>*>*{
	display:block;
	margin-top:1em;
}
.ikonki>*>*:first-child{
	max-height:200px;
	min-height:90px;
}
.ikonki>*>*:first-child>img{
	max-height:80px;
}
.ikonki>*{
	text-align:center;
	padding:0px 1%;
	flex-grow:1;
	width:0px;	
}
.ikonki h5{
	color:#444;
	font-weight:bold;
	font-size:85%;
}
@media screen and (max-width:960px) {
	.ikonki{
		flex-wrap:wrap;
	}
	.ikonki > *{
		width:33.3%;
	}
}
@media screen and (max-width: 540px) {
	.ikonki{
		flex-wrap:wrap;
	}
	.ikonki > *{
		width:50%;
	}	
}
@media screen and (max-width: 420px) {
	.ikonki{
		dispaly:block;
	}
	.ikonki > *{
		width:100%;
	}	
}