

/* Start:/bitrix/templates/new/components/bitrix/catalog/services/bitrix/catalog.section.list/.default/style.css?17600554361302*/
.catalog-section-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #428bca;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
 
.catalog-section-list a:hover, .catalog-section-list a:focus {
    background: #195784;
    color: #fff;
}	
 
.catalog-section-list a.hider:before, .catalog-section-list a.hider1:before {
    content: "";
    counter-increment: "none";
    position: absolute;	
    left: -42px;
    margin-top: -6px;
    background: #0C7BA9;
    height: 33px;
    width: 33px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
 
.catalog-section-list a:after {
    position: absolute;	
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;				
}
 
.catalog-section-list a:hover:after {
    left: -.5em;
    border-left-color: #0C7BA9;
}

/* End */
/* /bitrix/templates/new/components/bitrix/catalog/services/bitrix/catalog.section.list/.default/style.css?17600554361302 */
