/* -------- sitemap -------- */
.sitemap__item {
    font-family: 'Roboto', sans-serif;
}

.sitemap__item {
    background: rgba(206, 193, 193, 0.1);
    padding: 0 0 10px;
}

.sitemap__item + .sitemap__item {
    margin: 15px 0 0;
}

.sitemap__item-title {
    background: rgba(51, 74, 153, 0.61);
    padding: 5px 10px;
}

h2.h_head, h3.h_head, h4.h_head, h5.h_head, h6.h_head, h7.h_head {
    font-weight: 400;
    color: #ff9610;
}

h2.h_head {
    font-size: 14px;
    cursor: pointer;
    max-width: max-content;
    margin: 5px 0 0;
    border-bottom: 1px solid transparent;
}

h2.h_head:hover {
    border-bottom: 1px solid #ff9610;
}

.sitemap__item-content > ul li h2.h_head::after {
    content: "\f107";
    font-family: 'icomoon';
    margin: 0 0 0 5px;
}

.sitemap__item-content > ul li.active h2.h_head::after {
    content: "\f106";
}

h2.h_head a {
    color: #ff9900 !important;
}

h2.h_head > a {
    pointer-events: none;
}

h3.h_head {
    font-size: 14px;
}

h4.h_head {
    font-size: 14px;
}

h5.h_head {
    font-size: 14px;
}

h6.h_head {
    font-size: 14px;
}

h6.h_head a {
    color: #848484 !important;
}

h7.h_head {
    font-size: 14px;
}

.sitemap__item-title h2 {
    color: #ff9610;
    font-size: 24px;
    font-weight: normal;
}

.sitemap__item-title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}

.sitemap__item-content {
    padding: 10px 0 0;
}

.sitemap__item-content ul {
    padding: 0 20px 20px;
}

.sitemap__item-content ul.dropdown__menu {
    display: none;
}

.sitemap__item-content > ul li.active ul.dropdown__menu {
    display: block;
}

.sitemap__item-content ul li {
    font-size: 16px;
    color: #ff9610;
    line-height: 25px;
}

.sitemap__item-content ul li a {
    color: #fff;
    padding: 3px 0 3px 3px;
    border-left: 2px dotted #f90;
    line-height: 1;
    transition: all .2s ease-in-out;
    border-bottom: 1px dotted #ccc;
}

.sitemap__item-content ul li a:hover {
    color: #ff9610;
    text-decoration: underline;
}

.sitemap__item-content h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.sitemap__item-articles {
    display: flex;
    align-items: center;
}

.sitemap__item-articles + .sitemap__item-articles {
    margin: 5px 0 0;
}

.sitemap__item-articles-date {
    margin: 0 0 0 20px;
    border-bottom: 2px solid #ff9610;
    font-size: 14px;
    color: #000;
}

.sitemap__item-articles-link ul {
    padding: 0 10px;
}

.sitemap__item-articles-link ul li {
    line-height: normal;
}

.sitemap__item-articles-all {
    background: rgba(51, 44, 153, 0.61);
    text-align: center;
    border-bottom: 2px solid #ff9610;
    margin: 15px 0 0;
    padding: 2px 0;
}

.sitemap__item-articles-all a {
    color: #fff;
    font-size: 16px;
    transition: all .2s ease;
}

.sitemap__item-articles-all a:hover {
    color: #ff9610;
}

.sitemap__links-info {
    background: rgba(51, 44, 153, 0.61);
    padding: 1px 20px;
    margin: 15px 0 0;
}

.sitemap__links-info p {
    margin: 5px 0;
}

.sitemap__links-info a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s ease;
}

.sitemap__links-info a:hover {
    color: #ff9610;
}

.art_span {
    color: #fff
}

li.li_title {
    color: #c0c0c0 !important;
    font-size: 12px !important;
}
