.level-0 > li > span > a{
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: middle;
}
.level-0 > li > span{
	margin-bottom:20px;
}

.sitemap-page {
    padding: 40px 0;
}

.sitemap-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: middle;
	display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
	border-top: 1px solid #121C22;
}

.sitemap-title a {
    text-decoration: none;
    color: #121C22;
}

.sitemap-title a:hover {
    color: #EA5501;
    text-decoration: underline;
}

.sitemap-sublist {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 50px;
}
.sitemap-sublist.level-0{
	 padding-left: 0px;
}
.sitemap-sublist li {
    position: relative;
    margin-bottom: 8px;
}
.sitemap-sublist li .marker-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .sitemap-sublist li .marker-wrapper::before {
	display:block;
    content: "";
    width: 10px;
    height: 10px;
    background: #EA5501;
    border-radius: 50%;
	flex-shrink: 0;
}
.sitemap-title::before{
	display:block;
    content: "";
	width: 10px;
    height: 10px;
    background: #EA5501;
    border-radius: 50%;
} */

.sitemap-sublist.level-2 li .marker-wrapper::before{
	display:block;
    content: "";
	width: 8px;
    height: 8px;
	background: #EA5501;
    border-radius: 50%;
	flex-shrink: 0;
}
.sitemap-sublist li a {
    text-decoration: none;
    color: #121C22;
	
}

.sitemap-sublist li a:hover {
    text-decoration: underline;
    color: #EA5501;
}

/* Відступи для різних рівнів */
.sitemap-sublist.level-2 {
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
}
.sitemap-sublist.level-2 li a {
    text-decoration: none;
    color: #121C22;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: middle;
	flex-grow: 1;
}



.sitemap-sublist.level-3 {
    padding-left: 40px;
}

@media screen and (max-width:1024px){
	
.sitemap-sublist.level-2 {
    grid-template-columns: 1fr 1fr;

}

}

@media screen and (max-width:740px){
.level-0 > li > span > a {
    font-size: 24px;
}
.sitemap-title{
	font-size: 22px;
}
.sitemap-sublist{
    margin-bottom: 30px;
}
.sitemap-sublist.level-2 {
    grid-template-columns: 1fr;

}

}