

/* Start:/company/news/style.css?1765270317151*/
.company-news{
    display: flex;
    flex-direction: column;
    gap:40px;

    .block-width:has(&){
        padding-block: 19px 80px;
    }
}
/* End */


/* Start:/local/templates/norlift/components/bitrix/breadcrumb/norlift-breadcrumb/style.css?176526933682*/

.bx-breadcrumb{
	color: var(--text-color-secondary);
	display:flex;
	gap: 12px;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1754968992754*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/norlift/components/bitrix/news.list/norlift-news-list/style.css?17652693371208*/
.news-list-container {}

.news-list {
	display: grid;
	gap: 40px 12px ;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.news-list__panel {
		--max-width: 30%;
		position: relative;
		width: 100%;
		height: 100%;
		/* max-width: var(--max-width);
		min-width: 245px;
		aspect-ratio: 1.5;
		flex: 1 1 var(--max-width); */

		border-radius: var(--border-radius-secondary);

		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		

		overflow: hidden;

		&>img {
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);

			height: 130%;
			object-fit: cover;

			transition: transform 0.2s ease;
		}
	}

.news-list__panel-container {
	position: relative;
	width: 100%;
	aspect-ratio: 1.7;
	max-height: 342px;

	display: flex;
	flex-direction: column;
	gap:12px;

	& img {
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

		height: 130%;
		object-fit: cover;

		transition: transform 0.2s ease;
	}

	&:hover img {
		transform: translate(-50%, -50%) scale(120%);
	}

	&>a {
			position: absolute;
			display: block;
			height: 100%;
			width: 100%;
			left: 0;
			bottom: 0;
		}
}
/* End */
/* /company/news/style.css?1765270317151 */
/* /local/templates/norlift/components/bitrix/breadcrumb/norlift-breadcrumb/style.css?176526933682 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1754968992754 */
/* /local/templates/norlift/components/bitrix/news.list/norlift-news-list/style.css?17652693371208 */
