

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news/akcii/bitrix/news.list/akcii/style.css?17882516269501*/
.techkontrol-actions {
	--accent: #497c9d;
	--accent-hover: #558cb0;
	--nav: #424F60;
	--ink: #222222;
	--text: #555555;
	--muted: #909090;
	--line: #dddddd;
	--line-soft: #ebeef1;
	--bg: #ffffff;
	--soft: #f5f5f5;
	--card: #ffffff;
}

@media (prefers-color-scheme: dark) {
	:root:not([data-theme="light"]) {
		--accent: #7fb4d6;
		--accent-hover: #9ec9e6;
		--nav: #2b3440;
		--ink: #e8ecf1;
		--text: #b6c0cc;
		--muted: #8794a3;
		--line: #2c3846;
		--line-soft: #243040;
		--bg: #141b23;
		--soft: #1b232d;
		--card: #1b232d;
	}
}

.techkontrol-actions :root[data-theme="dark"] {
	--accent: #7fb4d6;
	--accent-hover: #9ec9e6;
	--nav: #2b3440;
	--ink: #e8ecf1;
	--text: #b6c0cc;
	--muted: #8794a3;
	--line: #2c3846;
	--line-soft: #243040;
	--bg: #141b23;
	--soft: #1b232d;
	--card: #1b232d;
}

.techkontrol-actions * {
	box-sizing: border-box
}

.techkontrol-actions body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font: 14px/1.5 Roboto, Arial, sans-serif
}

.techkontrol-actions__mx {
	max-width: 1145px;
	margin: 0 auto;
	padding: 0 15px
}

.techkontrol-actions a {
	color: var(--accent);
	text-decoration: none
}

.techkontrol-actions a:hover {
	color: var(--accent-hover)
}

.techkontrol-actions :focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px
}

/* header */
.techkontrol-actions__header {
	padding: 18px 0
}

.techkontrol-actions__header .techkontrol-actions__mx {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap
}

.techkontrol-actions__header img {
	height: 56px;
	width: auto
}

.techkontrol-actions .search {
	flex: 1;
	min-width: 200px;
	max-width: 300px;
	display: flex;
	border: 1px solid var(--line);
	border-radius: 3px;
	overflow: hidden
}

.techkontrol-actions .search input {
	border: 0;
	padding: 11px 12px;
	flex: 1;
	font: inherit;
	background: var(--card);
	color: var(--ink)
}

.techkontrol-actions .search button {
	border: 0;
	background: var(--card);
	color: var(--muted);
	padding: 0 12px;
	cursor: pointer;
	font-size: 15px
}

.techkontrol-actions .contacts {
	margin-left: auto;
	display: flex;
	gap: 30px;
	align-items: center
}

.techkontrol-actions .ct b {
	display: block;
	color: var(--ink);
	font-size: 17px
}

.techkontrol-actions .ct span {
	font-size: 13px;
	color: var(--muted)
}

.techkontrol-actions .callback {
	background: var(--accent);
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 11px 18px;
	font: 500 14px Roboto, Arial, sans-serif;
	cursor: pointer
}

.techkontrol-actions .callback:hover {
	background: var(--accent-hover)
}

/* nav */
.techkontrol-actions__nav {
	background: var(--nav)
}

.techkontrol-actions__nav ul {
	display: flex;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap
}

.techkontrol-actions__nav a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	display: block;
	padding: 16px 0
}

.techkontrol-actions__nav a:hover {
	color: #d7e6f2
}

.techkontrol-actions__nav .cur {
	box-shadow: inset 0 -3px 0 var(--accent-hover)
}

/* page head */
.techkontrol-actions__crumbs {
	padding: 18px 0 0;
	font-size: 12px;
	color: var(--muted)
}

.techkontrol-actions__crumbs a {
	color: var(--accent)
}

.techkontrol-actions h1 {
	font-weight: 400;
	font-size: 30px;
	color: var(--ink);
	margin: 10px 0 6px
}

.techkontrol-actions .lead {
	margin: 0 0 22px !important;
	color: var(--text);
	max-width: 70ch;
	font-size: 14px;
	font-weight: 400;
}

/* фильтр */
.techkontrol-actions__tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 24px;
	flex-wrap: wrap
}

.techkontrol-actions__tab {
	border: 1px solid var(--line);
	background: var(--card);
	color: var(--text);
	border-radius: 3px;
	padding: 8px 16px;
	font: 500 13px Roboto, Arial, sans-serif;
	cursor: pointer
}

.techkontrol-actions__tab[aria-selected="true"] {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff
}

/* карточки */
.techkontrol-actions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px
}

.techkontrol-actions__card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	color: inherit;
	transition: box-shadow .2s, border-color .2s, transform .2s
}

.techkontrol-actions__card:hover {
	border-color: var(--accent);
	box-shadow: 0 8px 22px rgba(73, 124, 157, .22);
	transform: translateY(-3px)
}

.techkontrol-actions__pic {
	position: relative;
	aspect-ratio: 5/4;
	background: var(--soft)
}

.techkontrol-actions__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.techkontrol-actions__tag {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 3px
}

.techkontrol-actions__content {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	flex: 1
}

.techkontrol-actions__card h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--accent);
	text-wrap: balance
}

.techkontrol-actions__card:hover h2 {
	color: var(--accent-hover)
}

.techkontrol-actions__card p {
	margin: 0;
	font-size: 13.5px;
	color: var(--text)
}

.techkontrol-actions__foot {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--line-soft);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12.5px;
	color: var(--muted)
}

.techkontrol-actions__btn {
	background: var(--accent);
	color: #fff !important;
	border: 0;
	border-radius: 3px;
	padding: 9px 16px;
	font: 500 13px Roboto, Arial, sans-serif;
	cursor: pointer
}

.techkontrol-actions__btn:hover {
	background: var(--accent-hover)
}

.techkontrol-actions__card--archive {
	opacity: .9
}

.techkontrol-actions__card--archive .techkontrol-actions__pic img {
	filter: grayscale(1);
	opacity: .55
}

.techkontrol-actions__card--archive .techkontrol-actions__tag {
	background: var(--muted)
}

.techkontrol-actions__card--archive h2 a {
	color: var(--ink)
}

.techkontrol-actions__card--archive .techkontrol-actions__btn {
	background: transparent;
	color: var(--accent) !important;
	border: 1px solid var(--line)
}

.techkontrol-actions__card--archive .techkontrol-actions__btn:hover {
	background: var(--soft)
}

/* нижний блок */
.techkontrol-actions .ask {
	margin: 46px 0 0;
	background: var(--soft);
	border: 1px solid var(--line-soft);
	border-radius: 4px;
	padding: 26px 28px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.techkontrol-actions .ask .ask__title {
	display: block;
	color: var(--ink);
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 4px
}

.techkontrol-actions .site-footer {
	background: #373D44;
	color: #969ba5;
	margin-top: 52px;
	font-size: 13px
}

.techkontrol-actions .site-footer a {
	color: #969ba5
}

.techkontrol-actions .site-footer a:hover {
	color: #fff
}

.techkontrol-actions .foot-cols {
	display: grid;
	grid-template-columns: 1.1fr 1.6fr .8fr 1.2fr;
	gap: 30px;
	padding: 36px 0 30px
}

.techkontrol-actions .foot-cols h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 14px
}

.techkontrol-actions .foot-cols ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px
}

.techkontrol-actions .foot-cols .cat ul {
	columns: 2;
	column-gap: 26px;
	display: block
}

.techkontrol-actions .foot-cols .cat li {
	margin-bottom: 7px;
	break-inside: avoid
}

.techkontrol-actions__contacts b {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500
}

.techkontrol-actions__contacts p {
	margin: 10px 0 0;
	line-height: 1.6
}

.techkontrol-actions__subscribe {
	margin-top: 16px
}

.techkontrol-actions__subscribe input {
	border: 1px solid #4c545e;
	background: #2f353c;
	color: #fff;
	padding: 9px 12px;
	border-radius: 3px;
	font: inherit;
	width: 100%;
	max-width: 230px
}

.techkontrol-actions__subscribe button {
	margin-top: 8px;
	background: var(--accent);
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 9px 16px;
	font: 500 13px Roboto, Arial, sans-serif;
	cursor: pointer
}

.techkontrol-actions__subscribe button:hover {
	background: var(--accent-hover)
}

.techkontrol-actions__copyright {
	border-top: 1px solid #4a5057
}

.techkontrol-actions__copyright .techkontrol-actions__mx {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 16px 15px;
	font-size: 12.5px
}

.techkontrol-actions .note {
	margin: 26px 0 0;
	font-size: 13px;
	color: var(--muted);
	border-left: 3px solid var(--accent);
	padding-left: 14px
}

.techkontrol-actions__hidden {
	display: none !important
}

.techkontrol-actions__empty {
	padding: 26px;
	border: 1px dashed var(--line);
	border-radius: 4px;
	color: var(--muted);
	text-align: center
}

.techkontrol-actions .techkontrol-actions__hidden {
	display: none !important;
}

.maxwidth-theme2 {
	display: none;
}

@media (max-width:980px) {
	.foot-cols {
		grid-template-columns: 1fr 1fr;
		gap: 24px
	}
	.techkontrol-actions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (max-width:760px) {
	.contacts {
		display: none
	}

	.techkontrol-actions__nav a {
		padding: 12px 0;
		font-size: 14px
	}
}

@media (max-width:640px) {
	.techkontrol-actions__grid {
		grid-template-columns: 1fr
	}
}

@media (max-width:620px) {
	.foot-cols {
		grid-template-columns: 1fr
	}

	.foot-cols .cat ul {
		columns: 1
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news/akcii/bitrix/news.list/akcii/style.css?17882516269501 */
