

/* Start:/local/components/pena/elastic.search/templates/.default/style.css?16130897972432*/
.search-page_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.search-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #04172C;
}

.search-page_result-text {
    font-size: 18px;
    padding-top: 8px;
    line-height: 32px;
    font-family: 'RobotoSlab';
}

.search-page_result-text ._query {
    font-weight: 700;
}

.search-page_result-text ._number {
    background: #1E87F5;
    color: #EEEEEE;
    padding: 0.2em 0.4em;
}

.search-page_header_title {
    max-width: calc(100% - 400px);
}

.search-page_header_sections {
    padding: 5px 0 0 0;
    color: #04172C;
}

.search-page_reference-sections {
    width: 370px;
    background: #EFEFEF;
    padding: 25px 30px;
}

.search-page_reference-sections_title {
    font-family: 'RobotoSlab';
    font-size: 18px;
    line-height: 32px;
}

.search-page_reference-sections_box {
    padding: 10px 0 0;
}

.search-page_reference-sections_link {
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0 10px;
    transition: 0.25s;
}
.search-page_reference-sections_link:hover {
    color: #d02d33;
}

.catalog-showing {
    display: flex;
    padding: 7px 0;
    margin: 0 30px 0 auto;
    font-size: 14px;
    line-height: 18px;
    color: #0A4060;
    font-family: 'RobotoSlab';
}

.catalog-showing_title {
    margin-right: 8px;
}

.catalog-showing__button {
    margin: 0 8px 0 0;
    color: #6C7884;
}

.catalog-showing__button--active {
    color: #1E87F5;
}

.search-page .main-page-catalog {
    padding-top: 0;
}

.catalog-category__link.bold {
    font-weight: bold;
}

@media (max-width: 640px) {

    .catalog-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .catalog-showing {
        margin: 10px 0 25px 0;
    }

    .search-page_reference-sections {
        width: 100%;
    }

    .search-page_header {
        flex-direction: column;
    }

    .search-page_header_title {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .search-page_header_sections {
        padding: 20px 0 0 0;
    }

}

@media (min-width: 641px) {
    .search-page .catalog-filter form.smartfilter {
        max-height: 1000px;
        overflow: auto;
        padding-right: 30px;
    }
}

.search-page_reference-sections_link .is--selected {
    color: #d02d33;
}
/* End */
/* /local/components/pena/elastic.search/templates/.default/style.css?16130897972432 */
