.ask-items5 li{
	width:16%;
	margin:7px 2%;
}
.ask-items4 li{
	width:21%;
	margin:7px 2%;
}
.ask-items3 li{
	width:27%;
	margin:7px 3%;
}
.ask-items6 li{
	width:14%;
	margin:7px 1%;
}
.ask-items7 li{
	width:12%;
	margin:7px 1%;
}
.ask-items8 li{
	width:23%;
	margin:7px 1%;
}
.ask-items9 li{
	width:9%;
	margin:7px 1%;
}
.ask-items10 li{
	width:8%;
	margin:7px 1%;
}
#ask-items li{
	float:left;
	height:70px;
}
#ask-items li img{
	width:90%;
	height: 90%;
	object-fit: cover;
	margin:0 auto;
	margin:10%;
}
section#content h2#ask-title{
	margin:7px 0 0;
	font-size:17px; 
} 
section#content #ask-items .ask-sel img{
	border:2px solid #f00;
	width:99%;
	height: 99%;
	margin:0;
}
section#content #ask-items.false-ask .ask-sel img{
	border:2px solid #f00;
}
section#content #ask-items.true-ask .ask-sel img{
	border:2px solid #00cc00;
}
section#content #conact-form-hold h2#ask-title{
	margin:10px 0 5px;
}
#ask-items{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
#conact-form-hold #form-info-fields input.error-indication,
#conact-form-hold #form-info-fields textarea.error-indication{
	-webkit-box-shadow: inset 0 0 0 4px #f00,inset 0 0 0 4px rgba(80,66,173,0),inset 0 0 0 4px rgba(255,87,87,0),1px 2px 6px 0 rgba(0,0,0,0.7);
	box-shadow: inset 0 0 0 4px #f00,inset 0 0 0 4px rgba(80,66,173,0),inset 0 0 0 4px rgba(255,87,87,0),1px 2px 6px 0 rgba(0,0,0,0.7);
}
.ask-error,
.ask-empty-error{
	width:100%;
	display:none;
	text-align:center;
	color:#f00;
	font-size:0.9em;
}