

/* Start:/bitrix/components/slonworks/menu.sections/templates/section-list/style.css?17069446441117*/
.all-sections-wrapper {
    background: #ecedf0;
    padding: 40px 0;
}

.all-sections {
    background: #fff;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.all-sections-title {
    font-size: 32px;
    line-height: 32px;
    padding: 30px 40px;
    color: #383839;
    margin-bottom: 20px;
}

.all-sections-items {
    display: flex;
    padding: 10px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.all-sections-item {
    margin-bottom: 30px;
    color: #383839;
    width: 200px;
    flex-wrap: wrap;
    overflow: hidden;
}

.all-sections-item-link {
    display: inline-block;
    margin-bottom: 40px;
    font-weight: bold;
    color: #383839;
    font-size: 22px;
    line-height: 22px;
}

.all-sections-item-sub {
    margin-bottom: 15px;
}

.all-sections-item-sub-link {
    color: #383839;
    font-size: 18px;
    line-height: 20px;
    transition: .3s ease all;
}

.all-sections-item-sub-link:hover {
    font-weight: 600;
    font-size: 20px;
}
/* End */
/* /bitrix/components/slonworks/menu.sections/templates/section-list/style.css?17069446441117 */
