

/* Start:/local/templates/ksgt/components/bitrix/news.list/news-list/style.css?1749220522945*/
.news-item{
	background: #f5f5f5;
	height: 100%;
	padding: 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}
.news-date{
	color: var(--blue);
	line-height: 1;
	margin-bottom: 10px;
	display: inline-grid;
	grid-template-areas: "day month"
						 "day year";
}
.news-date__day{font-size: 2.5rem;grid-area: day;font-weight: bold;padding-right: 6px;}
.news-date__month{grid-area: month;}
.news-date__year{grid-area: year}

.news-item a{
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.3;
}

.news-item:hover{
	background: #16414f;
	background: -moz-linear-gradient(left,  #16414f 0%, #214e73 100%);
	background: -webkit-linear-gradient(left,  #16414f 0%,#214e73 100%);
	background: linear-gradient(to right,  #16414f 0%,#214e73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16414f', endColorstr='#214e73',GradientType=1 );
}
.news-item:hover .news-date{color:#fff;}
.news-item:hover a{color:#fff;}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1749220542666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/ksgt/components/bitrix/news.list/news-list/style.css?1749220522945 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1749220542666 */
