

/* Start:/local/templates/master_default_gf/components/bitrix/main.map/sitemap/style.css?17502479961326*/
/* Стили для карты сайта */
.sitemap-container {
	width: 100%;
	margin: 0 auto;
}

/* Стили для главной страницы по центру */
.main-page-wrapper {
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 0;
}

.main-page-title {
	margin: 0;
	font-size: 24px;
}

.main-page-title a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.main-page-title a:hover {
	text-decoration: underline;
}

/* Стили для колонок */
.sitemap-columns {
	margin-top: 20px;
}

.map-columns {
	width: 100%;
	border-collapse: collapse;
}

.map-columns td {
	vertical-align: top;
	padding: 0 15px;
}

/* Стили для списков */
.map-level-0 {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.map-level-1 {
	list-style-type: circle;
	padding-left: 20px;
	margin: 10px 0;
}

.map-level-2,
.map-level-3,
.map-level-4 {
	list-style-type: square;
	padding-left: 20px;
	margin: 5px 0;
}

.map-columns li {
	margin-bottom: 8px;
}

.map-columns a {
	text-decoration: none;
	color: #444;
}

.map-columns a:hover {
	text-decoration: underline;
	color: #000;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.map-columns td {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

/* End */


/* Start:/local/templates/master_default_gf/components/bitrix/catalog.section.list/master_sitemap/style.css?17502476061361*/
/* Центрирование заголовка */
.catalog-title-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.catalog-title {
	display: inline-block;
	font-size: 28px;
	margin: 0;
}

.catalog-title a {
	text-decoration: none;
	color: #333;
}

/* Многоколоночное отображение категорий */
.catalog-columns {
	margin-top: 20px;
}

.catalog-sections {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none; /* Убираем маркеры для основных категорий */
}

.catalog-section {
	margin-bottom: 20px;
}

.section-header__link {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

/* Стили для списка элементов с точками */
.section-elements {
	padding-left: 20px; /* Отступ для маркеров */
	margin: 10px 0;
	list-style-type: disc; /* Маркеры в виде точек */
}

.element-item {
	margin-bottom: 8px;
}

.element-item a {
	color: #555;
	text-decoration: none;
}

.element-item a:hover {
	text-decoration: underline;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.catalog-sections {
		grid-template-columns: 1fr;
	}
}

/* End */
/* /local/templates/master_default_gf/components/bitrix/main.map/sitemap/style.css?17502479961326 */
/* /local/templates/master_default_gf/components/bitrix/catalog.section.list/master_sitemap/style.css?17502476061361 */
