#linkArticles {
	margin: 0 -0.4em;
}
#linkArticles li {
	width: 33.3%;
	margin-bottom: 0.6em;
	padding: 0 0.4em;
}
#linkArticles li .thmb {
	display: block;
	position: relative;
	z-index: 0;margin-bottom: 0.5em;
}
#linkArticles li .thmb::before {
	content: "";
	display: block;
	z-index: 0;
	width: 100%;
	padding-top: 100%;
}
#linkArticles li .thmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#linkArticles li .thmb:hover .colum {
	visibility: visible;
	background-image: url(/share/im/nv_arrow-white.svg);
	background-size: 1.6em auto;
	background-position: right 0.8em bottom 0.8em;
}
#linkArticles li .thmb:hover img {
	opacity: 0.6;
}
#linkArticles li .title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#linkArticles li .price {
	font-size: 110%;
}
#linkArticles li .price .unit {
	opacity: 0.5;
}
#linkArticles li .price .val {
	font-weight: 400;
	letter-spacing: 0.04em;
}
@media only screen and (min-width: 800px){
	#linkArticles li {
		width: 33.33%;
	}
}