#products {

}
#products .list {
	display:flex;
	flex-direction:column;
	gap:var(--100);
}
#products .product {
	display:flex;
	gap:var(--MainGap);
}
#products .product .cover {
	flex:0 0 var(--865);
}
#products .product .info {
	flex:1;
	padding-top:var(--93);
}
#products .product .info .dates {
	font-weight: 600;
	font-size:var(--36);
	line-height:var(--46);
	margin-bottom:var(--28);
}
#products .product .info .title {
	margin-bottom:var(--25);
}
#products .product .info .title a {
	display:inline-block;
	font-weight: 600;
	font-size:var(--48);
	line-height:var(--61);
}
#products .product .info .annotation {
	font-weight: 300;
	font-size:var(--18);
	line-height:var(--28);
	color:var(--Gray);
	margin-bottom:var(--34);
}
#products .product .info .price {
	font-weight: 600;
	font-size:var(--36);
	line-height:var(--46);
	margin-bottom:var(--36);
}
#products .product .info .more {
	display:flex;
	gap:var(--50);
	align-items:center;
}
#products .product .info .more a.more {
	display:inline-block;
	font-weight: 600;
	font-size:var(--20);
	line-height:var(--25);
	padding-left:var(--27);
	background:url("/images/pdf-g.svg") left center no-repeat;
	background-size:contain;
}