#breadcrumbs {
    padding-top: 1em;
    color: #010101;
    padding-bottom: 1.1em;
}
#breadcrumbs .separator {
    color: #010101
}

.breadcrumb-item a {
    color: #010101;
    text-decoration: underline
}

.breadcrumb-item {
    display: inline-block;
    position: relative;
}

.breadcrumb-item .arrow {
    content:'';
    background-image:url(/local/templates/geodevice_15_07_2019/components/bitrix/breadcrumb/top_with_sections/img/arrow.png);
    background-image:
        linear-gradient(transparent, transparent),
        url(/local/templates/geodevice_15_07_2019/components/bitrix/breadcrumb/top_with_sections/img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 12px 8px;
    background-position: .45em center;
    background-position: .45em .32em;
    cursor: pointer;
    width: 12px;
    height: 8px;
    display: inline-block;
    padding: 0 10px;
    padding: 7px 10px;
    margin: 0 0 3px;
    vertical-align: bottom;
    vertical-align: middle;
}

.breadcrumb-item .dropdown_wrapp {
    z-index: 500;
    position: absolute;
    text-transform: none;
    box-sizing: border-box;
    display: none;
    /* top: 31px; */
    top: 29px;
    top: 15px;
    right: 0;
    width: auto;
    box-shadow: 1px 1px 3px 0px #f2f2f2;
    background-color: #f2f2f2;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.5s;
}
/*.breadcrumb-item:hover .dropdown_wrapp,*/
.breadcrumb-item.show-dropdown .dropdown_wrapp/* ,
.breadcrumb-item:hover .dropdown_wrapp */ {
    display: block;
    opacity: 1;
}
.breadcrumb-item.items_last .dropdown_wrapp {
    /* padding: 20px; */
}
.breadcrumb-item .dropdown {
    margin-top: 11px;
}
.breadcrumb-item.items_last .dropdown_wrapp .dropdown {
    margin: 11px 0 20px;
}
.breadcrumb-item.items_last .dropdown-title {
    padding: 5px 20px 3px;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb-item .dropdown_wrapp a {
    white-space: nowrap;
    font-size: 0.9em;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    clear: both;
    text-decoration: none;
    color: #343434;
    text-transform: uppercase;
}
.breadcrumb-item.items_last .dropdown_wrapp a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 20px;
}
.breadcrumb-item .dropdown_wrapp a:hover,
.breadcrumb-item .dropdown_wrapp a.active {
    background-color: white;

}
.breadcrumb-item.items_last .dropdown_wrapp hr {
    border-color: #4e4d4d;
    margin: 10px 0 11px;
}
