/*2 класса для отступов между крошками и следующим блоком*/
/*Вариант 2*/
.uc-crumbs-margin{
    position:relative;
    margin-top: -118px;
    bottom: -118px;
    z-index: 100;
}

@media (max-width: 1200px) {
.uc-crumbs-margin {
    position: relative;
    bottom: -92px;
    margin-top: -118px;
}
}

@media (max-width: 640px) {
.uc-crumbs-margin {
    position: relative;
    bottom: -90px;
    margin-top: -108px;
}
}