

/* Start:/local/templates/2scoop/components/bitrix/news.detail/stocks-detail/style.css?17525983423103*/
.stock-detail {
	word-wrap: break-word;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 22px;
	column-gap: 40px;
}

.stock-detail-description,
.stock-detail-visual {
	width: calc(50% - 20px);
}



.stock-detail-title {
	font-weight: 510;
	font-size: 48px;
	line-height: 108%;
	color: #000;
	margin-bottom: 24px;
}

.stock-detail-content {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
}


.stock-detail .detail_picture {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin-bottom: 20px;
	border-radius: 8px;
}


.stock-detail .timer-container {
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 8px;
	padding: 32px 20px 0 20px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
}

.stock-detail .timer-header {
	font-weight: 510;
	font-size: 32px;
	line-height: 112%;
	text-align: center;
	color: #e14238;
	margin-bottom: 32px;
}

.stock-detail .timer {
	display: flex;
	flex-flow: row nowrap;
	gap: 12px;
}

.stock-detail .timer .timer-block {
	border-radius: 8px;
	padding: 8px 8px 10px 8px;
	width: 92px;
	box-shadow: 0 12px 16px 0 rgba(153, 12, 4, 0.32);
	background: #e14238;
	min-width: fit-content;
}

.stock-detail .timer .timer-count {
	font-weight: 510;
	font-size: 48px;
	line-height: 108%;
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding-bottom: 4px;
	white-space: nowrap;
}

.stock-detail .timer .timer-caption {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	line-height: 100%;
    margin-top: 4px;
}

.filter-show-button { display: none !important;}

@media (max-width: 992px) {
	.stock-detail {
		flex-direction: column;
	}

	.stock-detail-description,
	.stock-detail-visual {
		width: 100%;
	}

	.stock-detail-description {
		padding-bottom: 32px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.stock-detail .timer-container {
		background: none;
		align-items: flex-start;
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.stock-detail-title {
		font-weight: 590;
		font-size: 32px;
		color: #000;
		margin-bottom: 12px;
	}

	.stock-detail-content {
		font-weight: 400;
		font-size: 16px;
		line-height: 137%;
		color: #000;
	}

	.stock-detail-content p,
	.stock-detail-content h2,
	.stock-detail-content h3,
	.stock-detail-content h4 {
		font-size: 16px;
	}

	.stock-detail .timer-header {
		font-weight: 510;
		font-size: 24px;
		line-height: 117%;
		margin-bottom: 20px;
		text-align: left;
	}

	.stock-detail .timer .timer-block {
		padding: 8px 8px 10px 8px;
		width: 71px;
	}

	.stock-detail .timer .timer-count {
		font-weight: 510;
		font-size: 32px;
		letter-spacing: -0.03em;
		text-align: center;
		color: #fff;
		padding-bottom: 2px;
	}

	.stock-detail .timer .timer-caption {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		margin-top: 4px;
		text-align: center;
		color: rgba(255, 255, 255, 0.8);
	}
}
/* End */
/* /local/templates/2scoop/components/bitrix/news.detail/stocks-detail/style.css?17525983423103 */
