.product__name {
    font-size: 1.6rem;
}

#menu_navbar {
    margin-top: 1.5rem;
}

.show-mobile {
    display: block;
}

.show-tablet {
    display: none;
}

@media screen and (min-width: 768px) {
    .show-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .show-tablet {
        display: block;
    }
}

#projector_photos {
    border-top: 2px solid #b17b2b;
    padding-top: 1rem;
    align-items: center;
}

.modal__close {
    padding: 2rem;
}

.modal__close::before {
    font-size: 1.7rem;
}

.nav-picture {
    display: none;
}

/* nowe menu */
@media screen and (min-width: 979px) {
    .navbar-nav.mx-md-n2 {
        justify-content: center;
        background: #f1f1f1;
        height: 55px;
    }
    
    .navbar-nav.mx-md-n2:nth-child(3),
    .navbar-nav.mx-md-n2:nth-child(4),
    .navbar-nav.mx-md-n2:nth-child(6) {
        border-bottom: 2px solid green;
    }
    
    .navbar-nav.mx-md-n2 > li:first {
        background: #BEB5AE;
    }
    
    .navbar-nav > .nav-item {
        max-width: 180px;
        text-align: center;
        border-right: 1px solid white;
    }
    
    .nav-link {
        font-size: 1.4rem;
        align-items: center;
        height: 100%;
    }
    
    .nav-link:hover {
        color: #2F6D1C;
    }
    
    .nav-item.nav-open .navbar-subnav .nav-link {
        font-size: 1.2rem;
        padding: 6px;
    }
    
    .nav-picture {
        width: 26px;
        display: block;
    }
    
    .commercial_banner .nav-link.active {
        color: #2F6D1C;
    }
    
    #search .product {
        box-shadow: 2px 2px 1px -2px #c4c7c8;
    }
    
    #breadcrumbs .bc-active.bc-product-name {
        font-weight: 600;
    }
}