

/* Start:/local/components/galaxystore/sitemap/templates/.default/style.css?17483477511434*/
.catalog-content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.sitemap-block {
    margin-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
}

.sitemap-block .categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sitemap-block .categories-wrapper .category {
    margin-right: 40px;
    margin-bottom: 20px;
    width: 20%;
}
@media (max-width: 1024px) {
    .sitemap-block .categories-wrapper .category {
        width: 40%;
    }
}
@media (max-width: 640px) {
    .sitemap-block .categories-wrapper .category {
        width: 100%;
    }
}

.sitemap-block .large-title {
    font-size: 36px !important;
    margin-bottom: 40px !important;
    display: inline-block;
}

.sitemap-block .big-title {
    margin-bottom: 20px;
    transition: 0.25s;
}

.sitemap-block .big-title:hover {
    color: #00b3e3
}

h1, .big-title {
    font-weight: 700;
    display: block;
    color: #000;
    font-size: 24px !important;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.sitemap-block .sitemap-one {
    margin-bottom: 20px;
}

.sitemap-block ul {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.sitemap-block .sitemap-one > ul > li:nth-of-type(3n + 1) {
    clear: both;
}

.sitemap-block .level-1, .sitemap-block .sitemap-one > ul > li > .property-name {
    font-size: 18px;
    color: #000;
}

.level-2 {
    font-size: 14px;
}

/* End */
/* /local/components/galaxystore/sitemap/templates/.default/style.css?17483477511434 */
