

/* Start:/local/components/rc/sitemap.list/templates/.default/style.css?1739525100719*/
.lists-container {
    overflow: hidden;
}
.list {
    padding: 10px;
    list-style: none;
    width: 33.333%;
}

ul li a {
    font-weight: 500;
}
ul li {
    margin-bottom: 10px;
}

.city ul {
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
}
.city span {
    margin-bottom: 10px;
    font-weight: 600;
}
.city ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e4e4e4;
    width: 1px;
    height: 100%;
}

@media (max-width: 1024px) {
    .list-wrapper {
        flex-direction: column;
    }
    .list {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .list {
        width: 100%;
    }
}
/* End */
/* /local/components/rc/sitemap.list/templates/.default/style.css?1739525100719 */
