.breadcrumb-data.section-no-slider{
    width: 90%;
    margin: 55px auto 60px;
}

.breadcrumb-data.section-slider {
    position: absolute;
    z-index: 99;
    top: 99px;
    left: 30px;
    background: #403f3f7a;
    padding: 5px 10px;
}

.breadcrumb-data .current-page {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-data .link-other-page > a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
}

.breadcrumb-data .link-other-page > .slashes {
    font-size: 14px;
    font-weight: 200;
    margin: 0 7px;
}

.breadcrumb-data.section-no-slider .link-other-page,
.breadcrumb-data.section-no-slider .link-other-page > a,
.breadcrumb-data.section-no-slider .current-page {
    color: #333;
}

.breadcrumb-data.section-slider .link-other-page,
.breadcrumb-data.section-slider .link-other-page > a,
.breadcrumb-data.section-slider {
    color: #faf9f7;
    text-transform: uppercase;
}

.current-page {
    text-transform: uppercase;
    color: #faf9f7;
}

.breadcrumb-data span > a {
    display: inline-block;
    padding-bottom:2px;
    background-image: linear-gradient(#818181, #818181);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}

.breadcrumb-data.section-no-slider span > a {
    background-image: linear-gradient(#333, #333);
}

.breadcrumb-data.section-slider span > a {
    background-image: linear-gradient(#fff, #fff);
}

.breadcrumb-data span > a:hover {
    background-position: 100% 100%;
    background-size: 100% 1px;
}

@media (min-width: 1280px) {
    .breadcrumb-data.section-no-slider {
        width: 100%;
        max-width: 1326px;
    }
}

@media (max-width: 472px) {
    .breadcrumb-data {
        display: none;
    }
}