

/* Start:/local/templates/nopreset-incorp2/components/bitrix/news/news-v2/bitrix/news.list/.default/style.css?176525679051*/

.clearfix .blog .item .title{
    height: 100px;
}
/* End */


/* Start:/local/templates/nopreset-incorp2/components/bitrix/news.calendar/popup-calendar/style.css?17658546785057*/
.popup-calendar {
	--pc-border: #e6e8ec;
	--pc-bg: #ffffff;
	--pc-muted: #8a93a6;
	--pc-primary: #2f5cf1;
	--pc-primary-soft: #e9edff;
	--pc-danger-soft: #ffe9e6;
	--pc-radius: 12px;
	--pc-shadow: 0 10px 35px rgba(28, 33, 48, 0.08);
	width: 100%;
	max-width: 400px;
	max-height: 400px;
	overflow: visible;
	position: relative;
	grid-row: 1 / 3;
	grid-column: 2 / 3;
	font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
	color: #0f172a;
}

.popup-calendar .NewsCalTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background: var(--pc-bg);
	border-radius: var(--pc-radius);
	overflow: visible;
	box-shadow: var(--pc-shadow);
	position: relative;
}

.popup-calendar .NewsCalTable td {
	position: relative;
	overflow: visible;
	/* z-index: 2; */
	text-align: center;
}

.popup-calendar .NewsCalTable tr + tr td {
	border-top: 1px solid var(--pc-border);
}

.popup-calendar .NewsCalTable td + td {
	border-left: 1px solid var(--pc-border);
}

.popup-calendar .NewsCalHeader {
	background: linear-gradient(135deg, #f7f8fc 0%, #eef1f8 100%);
	color: #1f2937;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 8px 10px;
	text-align: center;
}

.popup-calendar .NewsCalDefault,
.popup-calendar .NewsCalToday,
.popup-calendar .NewsCalWeekend,
.popup-calendar .NewsCalOtherMonth {
	position: relative;
	/* height: 62px; */
	padding: 8px 10px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.popup-calendar .NewsCalDefault:hover,
.popup-calendar .NewsCalWeekend:hover,
.popup-calendar .NewsCalOtherMonth:hover,
.popup-calendar .NewsCalToday:hover {
	background: #f9fbff;
	box-shadow: inset 0 0 0 1px var(--pc-primary);

}

.popup-calendar .NewsCalToday {
	background: var(--pc-primary-soft);
	color: #0b1e6d;
	box-shadow: inset 0 0 0 1px var(--pc-primary);
}

.popup-calendar .NewsCalWeekend {
	background: var(--pc-danger-soft);
	color: #b42318;
}

.popup-calendar .NewsCalOtherMonth {
	color: var(--pc-muted);
	background: #f6f7fb;
}

.popup-calendar .NewsCalDay,
.popup-calendar .NewsCalDayOther,
.popup-calendar .NewsCalNews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 9px;
	text-decoration: none;
	color: inherit;
}

.popup-calendar a { color: inherit; text-decoration: none; }
.popup-calendar a:hover { color: var(--pc-primary); }
.popup-calendar .NewsCalDayOther { color: var(--pc-muted); }
.popup-calendar .NewsCalNews { color: var(--pc-primary); font-weight: 700; background: #eef2ff; }

.popup-calendar .NewsCalMonthNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* gap: 12px; */
	/* padding: 10px 0; */
	font-size: 14px;
}

.popup-calendar select#month_sel {
	min-width: 180px;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid var(--pc-border);
	background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231f2937' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	appearance: none;
	font-size: 14px;
	color: #111827;
}

.popup-calendar select#month_sel:focus {
	outline: none;
	border-color: var(--pc-primary);
	box-shadow: 0 0 0 3px rgba(47, 92, 241, 0.15);
}

.popup-calendar .NewsCalMonthNav a {
	padding: 10px 14px;
	border-radius: 10px;
	background: #f3f4f6;
	color: #111827;
	border: 1px solid var(--pc-border);
	font-weight: 600;
	transition: all 0.2s ease;
}

.popup-calendar .NewsCalMonthNav a:hover {
	background: var(--pc-primary);
	color: #fff;
	border-color: var(--pc-primary);
}

.popup-calendar .NewsCalTable td.day-has-events {
	position: relative;
	overflow: visible;
	background: #86ff0329;
}

.popup-calendar .day-popup {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6px;
	z-index: 9999;
	min-width: 220px;
	max-width: 320px;
	width: max-content;
	background: #fff;
	border: 1px solid var(--pc-border);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
	border-radius: 10px;
	padding: 12px 14px;
	pointer-events: auto;
}

.popup-calendar .day-popup::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
}

.popup-calendar .day-has-events:hover .day-popup,
.popup-calendar .day-popup:hover {
	display: block;
}

.popup-calendar .day-popup__title {
	font-weight: 700;
	margin: 0 0 8px;
	font-size: 13px;
	color: #0f172a;
}

.popup-calendar .day-popup__list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 260px;
	overflow-y: auto;
}

.popup-calendar .day-popup__item { margin: 0 0 8px; }
.popup-calendar .day-popup__time { color: var(--pc-muted); font-size: 12px; margin-right: 6px; }
.popup-calendar .day-popup__link { font-size: 13px; text-decoration: none; color: var(--pc-primary); }
.popup-calendar .day-popup__link:hover { text-decoration: underline; }
/* End */
/* /local/templates/nopreset-incorp2/components/bitrix/news/news-v2/bitrix/news.list/.default/style.css?176525679051 */
/* /local/templates/nopreset-incorp2/components/bitrix/news.calendar/popup-calendar/style.css?17658546785057 */
