/*публичная часть*/ .sitemap-html { background-color: rgba(255,255,255, 0.9); line-height: 1.4; display: flex; flex-direction: column; } .sitemap-html ul { list-style: initial !important; margin: 0; padding: 0 0 0 15px; outline: none; box-sizing: border-box; display: block; } @media (min-width: 600px) { .sitemap-html ul { margin-block-start: .1em; margin-block-end: .1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 30px; } } .sitemap-html ul > li {list-style-type: square;} /* Квадрат в качестве маркера */ .sitemap-html ul > ul > li, .sitemap-html ul > li ul > li {list-style-type: disc;} /* Закрашенный кружок в качестве маркера */ .sitemap-html ul > ul > li > ul > li {list-style-type: circle;} /* Незакрашенный кружок в качестве маркера */ .sitemap-html ul > ul > li > ul > li > ul > li { list-style-type: none; } .sitemap-html ul > ul > li > ul > li > ul > li::before { content: "• "; color: #666; } .sitemap-html a { color: #2196f3; border-bottom: 1px dashed; font-variant: all-petite-caps; letter-spacing: .5px; } .sitemap-html a:hover { color: #ff4747; border-bottom: none; } @media (min-width: 900px) { .sitemap-html a { font-size: 1.2rem; } } @media (max-width: 900px) { .sitemap-html a { font-size: 1rem; font-weight: 500; } }