

/* Start:/local/templates/enext/components/bitrix/catalog/.default/style.css?17797257082513*/
 
.navigation-breadcrumb i {
    color: #b5bdc2;
    margin-right: 5px; 
}


@media (max-width: 992px) {
    .bx-breadcrumb2 .bx-breadcrumb-item {
        background: #fff;
        border: 1px #ddd solid;
        padding: 3px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 12px;
        border-radius: 4px;
    } 
}
  
.bx-breadcrumb2.bx-breadcrumb-item span {
    white-space: normal; 
}
  
.bx-breadcrumb2 .bx-breadcrumb-item a {
    border-bottom: none;
    color: #6639b6 ;
    text-decoration: none;
}
.bx-breadcrumb2 .bx-breadcrumb-item a:hover{
    color: #5700f1 ;
} 
.pseudo_nav_chain {
    position: relative; 
}
.pseudo_nav_chain_list {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 10000;
    display: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease-out; 
}
.pseudo_nav_chain_list a {
    display: block;
    padding: 3px 15px;
    width: 300px;
    font-size: 14px;
    color: #6639b6 ;
    background: #fff;
    text-transform: lowercase;
    text-decoration: none;
}
.navigation-items-new .navigation-breadcrumb__item:last-child a span{
    color: #78909c!important;
}
.navigation-items-new .navigation-breadcrumb__item{
    display:flex!important;
    align-items: center;
}
.navigation-items-new .navigation-breadcrumb__item a span{
    display: flex;
    align-items: center;
}
.pseudo_nav_chain_list a:hover {
    color: #5700f1 ;
}
.pseudo_nav_chain_list a:nth-child(1) {
    padding-top: 15px; 
}
.pseudo_nav_chain_list a:last-child {
    padding-bottom: 15px; 
}
.pseudo_nav_chain_list a:last-child span {
    display: none; 
}
.pseudo_nav_chain:hover .pseudo_nav_chain_list {
    display: block;
    box-shadow: 0px 1px 13px #999; 
}
.pseudo_nav_chain:last-child a span i {
    display: none; 
}
.navigation-items-new .navigation-breadcrumb{
	overflow-x: auto !important;
}
@media (max-width: 991px){
    .navigation-items-new {
        display: flow-root !important;
        /* white-space: pre !important; */
        padding-left: 46px;
        width: 100%;
    }
    .navigation-items-new .navigation-breadcrumb{
		overflow: visible !important;
		overflow-x: auto !important;
    }
	.navigation-items-new {
		white-space: nowrap;
	}	
	.navigation-items-new{
		position: relative;
	}
	.pseudo_nav_chain {
		position: initial;
	}
	.navigation-items-new .icon-menu{
		margin-right: 10px;
		margin-left: 5px;		
	}
	.navigation-items-new .icon-menu:before {
		content: "\e915";
		font-size: 18px;
	}	
}

/* End */


/* Start:/local/templates/enext/components/bitrix/catalog.section.list/catalogs/style.css?1779725708675*/
.catalog-sections .catalog-section-item:hover .catalog-section-item__title {
	color: #fff !important;
}

.catalog-sections .catalog-section-item:hover {
	background-color: #3d4b52;
}

.catalog-section-item .catalog-section-item__graph {
	position: relative;
}

.catalog-section-item .catalog-section-item__graph > span {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: opacity .7s ease-in-out;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.catalog-section-item:hover .catalog-section-item__graph > span {
	opacity: 1;
	transition: opacity .7s ease-in-out;
}

/* End */
/* /local/templates/enext/components/bitrix/catalog/.default/style.css?17797257082513 */
/* /local/templates/enext/components/bitrix/catalog.section.list/catalogs/style.css?1779725708675 */
