.product-page-section {
    max-width: 1270px;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto
}

.breadcrumbs {
    max-width: 1270px;
    margin: 20px auto -44px
}

.breadcrumbs-list {
    display: flex;
    align-items: center;
    margin: 0
}

.breadcrumbs_next {
    line-height: 24px;
    padding: 0 4px
}

.breadcrumbs-list__link {
    line-height: 24px;
    color: #707473
}

.breadcrumbs-list__item {
    list-style: none;
    line-height: 24px;
    display: flex;
    align-items: center
}

.d_flex {
    display: flex;
    align-items: center
}

img.heading_label {
    width: auto;
    height: 66px;
    margin-left: 16px;
    position: relative;
    top: -20px
}

img.pro_heading_label {
    width: auto;
    height: 56px;
    margin-left: 8px;
    position: absolute;
    top: -6px
}

@media screen and (max-width: 1280px) {
    .product-page-section {
        padding:0 16px
    }

    .breadcrumbs {
        display: none
    }
}

@media screen and (max-width: 767.98px) {
    .product-page-section {
        padding:0 16px
    }

    .breadcrumbs {
        display: none
    }

    img.heading_label {
        height: 36px;
        margin-left: 8px;
        top: -16px
    }

    img.pro_heading_label {
        width: auto;
        height: 36px;
        margin-left: 4px
    }
}
