

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/news_design_1/style.css?17701249893225*/
/* company news block */
.company-news .news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.company-news .news-item {
	display: flex;
}

.company-news .news-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.company-news .news-inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(102, 126, 234, 0.2);
	border-color: var(--main-color-1);
}

.company-news .news-image {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.company-news .news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.company-news .news-inner:hover .news-image img {
	transform: scale(1.1);
}

.company-news .news-date {
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, var(--main-color-1) 0%, var(--main-color-2) 100%);
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}

.company-news .news-content {
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.company-news .news-title {
	font-size: 18px;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 15px;
	line-height: 1.3;
	min-height: 48px;
}

.company-news .news-text {
	font-size: 14px;
	color: #4a5568;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}
.news-anonce-link {
	color: var(--main-color-1);
    font-weight: 600;
}
.news-anonce-link:hover {
	color: var(--main-color-2);
}

.company-news .news-link {
	color: var(--main-color-1);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
}

.company-news .news-link:hover {
	color: var(--main-color-2);
	text-decoration: none;
	transform: translateX(5px);
}

@media (max-width: 992px) {
	.company-news .news-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.company-news .news-image {
		height: 200px;
	}

	.company-news .news-content {
		padding: 20px;
	}

	.company-news .news-title {
		font-size: 17px;
		min-height: auto;
	}

	.company-news .news-text {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.company-news .news-image {
		height: 180px;
	}

	.company-news .news-date {
		font-size: 11px;
		padding: 6px 12px;
	}

	.company-news .news-content {
		padding: 18px;
	}

	.company-news .news-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.company-news .news-text {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.company-news .news-link {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.company-news .news-image {
		height: 160px;
	}

	.company-news .news-date {
		font-size: 10px;
		padding: 5px 10px;
		top: 10px;
		right: 10px;
	}

	.company-news .news-content {
		padding: 15px;
	}

	.company-news .news-title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.company-news .news-text {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.company-news .news-link {
		font-size: 12px;
	}
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/news_design_1/style.css?17701249893225 */
