@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, h1, h2, h3, h4, .btn{
font-family: 'Nunito', sans-serif;
}
.projector_info__item.--stocks.projector_stocks {
    display: none;
}
@media(min-width:979px){
    header {
    background: #21813512;
    box-shadow: 30vw 0 0 0 #eff6f1, -30vw 0 0 0 #eff6f1;
    /* border-bottom: 2px solid #087945; */
}

header:before {
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 4px;
    position: absolute;
    display: block;
    background: #7ebfa0;
    content: '';
    bottom: 1px;
    box-shadow: -2px 2px 2px 0px #7ebfa0;
}

header .navbar-collapse {
    border-bottom: 0px;
}

.navbar-nav {/* display: flex; */justify-content: space-evenly;}

header #menu_categories:before {
    background: #7ebfa0;
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    left: calc(-50vw + 50%);
}

nav#menu_categories {
    position: relative;
}

header .navbar-collapse {
    padding-bottom: 0;
}

header .wide .nav-link {
    padding: 5px 10px 5px;
}

header .wide .nav-link:hover {
    color: #eff6f1;
}

header .navbar-nav > .nav-item > .nav-link:hover:not(:only-child)::after {
    color: #eff6f1;
    transition: .2s;
}

header .navbar-nav > .nav-item > .nav-link:not(:only-child)::after {
    transition: .2s;
}

.no-touch .wide .navbar-nav > li:hover > ul {
    background: #7ebfa0;
}
}
}