

/* Start:/local/templates/redisign_DEV/components/bitrix/catalog/catalog/style.css?17270683164306*/
/* section__header */

.section__header {
    margin-bottom: 20px;
    display: grid;
    grid-template-areas:
        'section__header-breadcrumbs section__header-breadcrumbs'
        'section__header-title section__header-btns'
        'section__header-bottom section__header-bottom'
    ;
    grid-template-columns: 1fr max-content;
    gap: 20px 15px;
    width: 100%;
}

@media (max-width: 800px) {
    .section__header {
        grid-template-areas:
            'section__header-breadcrumbs'
            'section__header-title'
            'section__header-btns'
            'section__header-bottom'
        ;
        gap: 10px;
    }
}

.section__header-title {
    margin: 0;
    grid-area: section__header-title;
    text-align: left;
}

.section__header-breadcrumbs {
    grid-area: section__header-breadcrumbs;
}

.section__header-breadcrumbs .breadcrumbs{
    margin: 0;
}

.section__header-btns {
    grid-area: section__header-btns;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

@media (min-width: 991px) {
    .section__header-btns {
        align-items: flex-start;
    }
}

@media (max-width: 800px) {
    .section__header-btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
}


/* end section__header */

.section__header-bottom {
    grid-area: section__header-bottom;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    width: 100%;
    margin: 0;

}

@media (max-width: 991px) {
    .section__header-bottom {
        padding-bottom: 10px;
        background-color: #f5f5f6;
        padding: 10px 0 0 15px;
        margin: 0 -15px;
        /* width: calc(100% + 30px); ?????????????? */
        width: 100%;
        max-width: 100vw;
    }
}


/* dropdown-sort */

.dropdown-sort .dropdown-toggle {
    padding: 0;
    appearance: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #383838;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: color .3s ease;
}

@media (max-width: 800px) {
    .dropdown-sort .dropdown-toggle {
        font-size: 14px;

    }
}

.dropdown-sort .dropdown-toggle:hover,
.dropdown-sort .dropdown-toggle:focus {
    color: #5792f0;
}

.dropdown-sort .dropdown-toggle svg path {
    transition: fill .3s ease;
}

.dropdown-sort .dropdown-toggle:hover svg path,
.dropdown-sort .dropdown-toggle:focus svg path {
    fill: #5792f0;
}

.dropdown-sort .dropdown-toggle::after {
    content: none;
}

/* end dropdown-sort */

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.dropdown-sort__name {
    font-weight: 500;
}

/* .btn-open-filter */

.btn-open-filter {
    appearance: none;
    background-color: transparent;
    border: none;
    width: max-content;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: none;
    font-weight: 500;
    padding: 0;
    color: #111;
}

.btn-open-filter:hover,
.btn-open-filter:focus {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .btn-open-filter {
        display: block;
    }
}

@media (max-width: 620px) {
    .btn-open-filter {
        margin: 0;
        align-self: unset;
        height: 34px;
    }
}

/* .btn-open-filter  */

/* section__header-filter-btn */

.section__header-filter-btn {
    appearance: none;
    background: transparent;
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    gap: 5px;
    color: #383838;
    font-weight: 500;
    transition: color .3s ease;
}

@media (min-width: 1201px) {
    .section__header-filter-btn {
        display: none;
    }
}

@media (max-width: 800px) {
    .section__header-filter-btn {
        font-size: 14px;
    }
}

.section__header-filter-btn:hover,
.section__header-filter-btn:focus {
    color: #5792f0;
    outline: none;
}

.section__header-filter-btn svg path,
.section__header-filter-btn svg path {
    transition: fill .3s ease;
}

.section__header-filter-btn:hover svg path,
.section__header-filter-btn:focus svg path {
    fill: #5792f0;
}

.section__header-filter-btn-icon {
    min-width: 15px;
}


/* section__header-filter-btn */
/* End */


/* Start:/local/templates/redisign_DEV/components/bitrix/breadcrumb/mastopt/style.css?1785846128917*/
.breadcrumbs{
    margin-bottom: 20px;
}

.breadcrumbs__item{
    position: relative;
}

@media (min-width: 757px) {
    .breadcrumbs__item:hover .collapse{
        display: block;
    }
}

.breadcrumbs__item a{
    z-index: 10;
    position: relative;
}

.breadcrumbs__collapse{
    position: absolute;
    left: 0;
    width: auto;
    z-index: 9;
    top: 18px;
    white-space: nowrap;
}

@media (max-width: 756px) {
    .breadcrumbs__collapse {
        display: none;
    }
}


.breadcrumbs__collapse-cont{
    
    background: white;
    
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.breadcrumbs__btn{
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 5px;
    outline: none!important;
}

@media (max-width: 756px){
    .breadcrumbs__btn{
        display: none;
    }
}
/* End */
/* /local/templates/redisign_DEV/components/bitrix/catalog/catalog/style.css?17270683164306 */
/* /local/templates/redisign_DEV/components/bitrix/breadcrumb/mastopt/style.css?1785846128917 */
