

/* Start:/local/templates/semicvetic2024/components/bitrix/breadcrumb/template/style.css?17502449061372*/
/*section#breadcrumb_wrap .breadcrumb {*/
    /*background: #ffffff;*/
    /*font-size: 12px;*/
/*}*/

/*section#breadcrumb_wrap .breadcrumb a {*/
    /*color: #b8b1ae;*/
    /*font-family: 'OpenSansRegular';*/
/*}*/

/*section#breadcrumb_wrap .breadcrumb > .active {*/
    /*color: #a09793;*/
/*}*/
/*section#breadcrumb_wrap .breadcrumb>li+li:before {*/
    /*padding: 0 5px;*/
    /*color: #ccc;*/
    /*content: "/\00a0";*/
/*}*/
/*section#breadcrumb_wrap .ostav-otzyv_mob {*/
    /*display: block;*/
    /*text-align: center;*/
    /*margin: 70px 0 30px;*/
    /*border-top: 1px solid #d1d2d2;*/
    /*padding-top: 30px;*/
    /*z-index: 9999;*/
/*}*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* адаптация крошек в мобильной версии */
@media (max-width: 767px) {
    .dropdown:active .dropdown-content {
        display: block;
    }
    .desctop-breadcrumb {
        display: none;
    }
}
/* End */
/* /local/templates/semicvetic2024/components/bitrix/breadcrumb/template/style.css?17502449061372 */
