@media (min-width: 979px) {
    #menu_categories .nav-link {
        display: block;
    }

    #menu_categories ul.navbar-nav>li>a:before {
        content     : '\f100';
        font-family : FontAwesome;
        color       : #dd216c;
        margin-right: 10px;
        font-weight : 900;
    }

    .projector_page #content #projector_dictionary {
        grid-area: 2 / 2 / 2 / 3;
    }

    .projector_page #content #projector_productname {
        grid-area: 1 / 2 / 2 / 3;
    }

    .projector_page #content #projector_form {
        grid-area: 3 / 2 / 5 / 3;
    }

    .projector_page #content #projector_producttraits {
        grid-area: 4 / 1 / 4 / 2;
    }

    .projector_page #content #projector_photos {
        grid-area: 1 / 1 / 4 / 2;
    }

    .projector_bundle__icon {
        width: 100px;
    }

    .projector_bundle__icon img {
        max-height: 70px;
    }
}

.dictionary__param[data-series="true"],
.dictionary__param[data-producer="true"],
picture.dictionary__picture {
    display: none;
}

.producers__list {
    grid-column-gap: 0rem;
}

.dictionary__param[data-code="true"] .dictionary__value_txt,
.dictionary__param[data-code="true"] .dictionary__name_txt {
    font-weight: 800;
}

.slick-arrow {
    background: #ffffff3b;
    color     : #333;
}

.projector_details .projector_oneclick,
.basketedit_oneclick_separator,
.basketedit_oneclick,
.topBasket_oneclick,
.footer_links_sub #order_exchange,
.footer_links_sub #order_rma,
.footer_links_sub #order_contact,
.footer_links_sub #order_returns,
.footer_links_sub #account_observed,
.footer_links_sub #account_newsletter,
.footer_links_sub #account_rebates,
.footer_links_sub #account_history,
.projector_bundle__rebate
{
    display: none !important;
}

.price.--max {
    font-size  : 1.6rem;
    font-weight: bold;
    color      : red;
}

.product__prices .price {
    order: 2;
}

.product__prices .price.--max {
    order: 1;
}

#Navigation .navigation_item .name {
    text-decoration: none;
}

#Navigation .navigation_item .name:hover {
    text-decoration: underline;
}
#links_footer_1 img {
    vertical-align: middle;
}
#links_footer_1 .footer_links_item_name {
    display: inline !important;
    font-size: 1.1rem;
    padding-left: 0.5em;
}