/* =============================================
   03_WIDGETS / w-firstblock-item
   Карточка лота в hero-блоке.
   ============================================= */

.firstblock-item {
	border-radius: 20px;
	background-color: var(--whiteColor);
	padding: 14px;
}
.firstblock-item__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.firstblock-item__top:not(:last-child) {
	margin-bottom: 20px;
}
.firstblock-item__topleft {
	flex: 1 1 auto;
}
.firstblock-item__topthin {
	font-size: 12px;
	line-height: 125%;
	font-weight: 100;
	color: var(--greenColor5);
}
.firstblock-item__toptext {
	font-size: 14px;
	line-height: 128.571429%;
	font-weight: 300;
}
.firstblock-item__topimage {
	flex: 0 0 105px;
}
.firstblock-item__topimage img {
	width: 100%;
}
.firstblock-item__rows:not(:last-child) {
	margin-bottom: 20px;
}
.firstblock-item__row:not(:last-child) {
	margin-bottom: 10px;
}
.firstblock-item__rowtop {
	font-size: 12px;
	line-height: 125%;
	font-weight: 300;
	color: var(--greenColor5);
}
.firstblock-item__rowtop:not(:last-child) {
	margin-bottom: 4px;
}
.firstblock-item__rowtext {
	font-size: 16px;
	line-height: 125%;
}
