

/* Start:/local/components/opt/page.new-and-hits/templates/.default/style.css?17854151562741*/
.new-and-hits {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	margin-top: 10px;
}

.nh-block {
	flex: 1 1 100%;
}

.nh-block-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.nh-block-head h2 {
	margin: 0;
	font-family: GothaProBla, serif;
	font-weight: normal;
}

.nh-block-sub {
	color: #5f5f5f;
	font-size: 14px;
}

.nh-block_new .nh-block-head {
	border-bottom-color: #2ea939;
}

.nh-block_hits .nh-block-head {
	border-bottom-color: #9cc227;
}

.nh-empty {
	color: #5f5f5f;
	border: 1px dashed #efefef;
	border-radius: 4px;
	padding: 20px;
}

.nh-table-wrap {
	margin-bottom: 22px;
	border: 1px solid #efefef;
	border-radius: 4px;
	overflow: hidden;
}

.nh-table-title {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: #fafafa;
	border-left: 4px solid #efefef;
	font-family: GothaProBol, serif;
	font-size: 16px;
}

.nh-block_new .nh-table-title {
	border-left-color: #2ea939;
}

.nh-block_hits .nh-table-title {
	border-left-color: #9cc227;
}

.nh-list {
	font-size: 15px;
}

.nh-list-head,
.nh-row {
	display: grid;
	grid-template-columns: 1fr 140px 160px 120px;
	gap: 8px;
	align-items: center;
	padding: 10px 16px;
}

.nh-list-head {
	font-family: GothaProMed, serif;
	font-size: 13px;
	color: #5f5f5f;
	border-bottom: 1px solid #efefef;
}

.nh-row {
	border-bottom: 1px solid #f5f5f5;
	transition: background-color 0.2s;
}

.nh-row:hover {
	background-color: #f5fbf6;
}

.nh-row:last-child {
	border-bottom: none;
}

.nh-col_rrc,
.nh-col_opt,
.nh-col_markup {
	text-align: left;
}

.nh-cell-label {
	display: none;
}

.nh-col_name a {
	text-decoration: none;
}

.nh-col_name a:hover {
	color: #00b02a;
	text-decoration: underline;
}

.nh-price-value {
	font-family: GothaProBol, serif;
}

.nh-markup {
	display: inline-block;
	font-family: GothaProMed, serif;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 20px;
	background: #eef7ea;
	color: #2ea939;
}

.nh-locked {
	text-decoration: none;
	border-bottom: 1px dotted #00b02a;
	color: #000;
	transition: color 0.3s;
}

.nh-locked:hover {
	color: #00b02a;
}

.nh-row.nh-row_hidden {
	display: none;
}

.nh-show-more {
	margin: 14px 16px 16px;
}

.nh-show-more .button_light {
	font-size: 13px;
	padding: 5px 18px;
}

@media screen and (max-width: 750px) {
	.nh-table-title {
		flex-wrap: wrap;
	}

	.nh-list-head {
		display: none;
	}

	.nh-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		padding: 12px 14px;
	}

	.nh-row > div:not(.nh-col_name) {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nh-cell-label {
		display: inline;
		color: #5f5f5f;
		font-size: 13px;
	}
}

/* End */
/* /local/components/opt/page.new-and-hits/templates/.default/style.css?17854151562741 */
