#logo img{
    max-width: 20.2rem;
}

.product__icon {
    background: transparent !important;
    aspect-ratio: 1 / 1 !important;
}

.product__icon img {
   mix-blend-mode: normal !important;
}

.form-group .form-control + .control-label{
    color: #000;
    background-color: #e6e6e6;
}

.form-control.form-control{
    background-color: #e6e6e6;
}

.footer_settings__price_info{
    display: none;
}

#menu_contact{
    padding-right: 0;
}

.menu_contact__items{
    flex-direction: column !important;
    align-items: center !important;
}

#menu_navbar a:hover{
    color: #F25D0D;
}

.cop_login__service{
    background-color: unset !important;
}

.order_process_security{
    display: none !important;
}

@media (min-width: 757px) {

    .big_label, .headline{
        font-weight: 700 !important;
    }

    .big_label:after, .headline:after{
        display: none !important;
    }

    .big_label small, .headline small, .big_label__after, .headline__after{
        display: flex !important;
    }

    .menu_contact__items{
        flex-direction: row !important;
    }

    .footer_settings{
        float: right;
        width: auto;
        margin: 1rem 0;
    }

    #menu_contact{
        border-bottom: none !important;
        float: left !important;
        width: auto !important;
        margin: 1rem 0;
    }
}

@media (min-width: 979px) {
    header:before {
        content: '';
        /* obrazek w tle topu */
        background: url(/data/include/cms/maxeccu/maxxecu_bg.png) no-repeat;
        background-size: cover;
        z-index: -1;
        width: 100vw;
        position: absolute;
        left: 50%;
        margin-left: -50vw;
        top: 0;
        right: 0;
        height: calc(100% - 50px);
    }

    .order_process header:before{
        height: 100%;
    }

    #menu_top {
        background: rgba(51, 51, 51, 0.7);    
        padding: 10px 15px;
        gap: 10px;
    }

    #menu_search .menu_search__input {
        background: rgba(51, 51, 51, 0.7) !important;   
    }

    #menu_search .menu_search__block {
        background: transparent !important;   
    }

    #menu_categories{
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #menu_navbar {
        display: flex;
        justify-content: center;
        border-bottom: none;
        margin-top: 1.5rem;
    }

    #menu_navbar .navbar-nav {
        padding: 0 1rem;
    }

    #menu_navbar .nav-link {
        padding: 1rem;
    }

    .main_page header:before{
        height: 100%;
    }

    .main_page header {
        margin-bottom: 10px;
    }
    
    #footer_links:before {
        content: '';
        /* obrazek w tle stopki */
        background: #efefef url(/data/include/cms/maxeccu/maxxecu_bg_footer.png) no-repeat right top;
        background-size: cover;
        z-index: -1;
        width: 100vw;
        position: absolute;
        left: 50%;
        margin-left: -50vw;
        top: 0;
        height: 100%;
    }

    #projector_longdescription{
        grid-column: 1 / 2 !important;
        grid-row: 5 / span 1 !important;
    }

    #projector_dictionary{
        grid-column: 2 / 3 !important;
        grid-row: 5 / span 1 !important;
    }

    .dictionary__group{
        border: 1px solid #444 !important;
    }
}

#search .product__compare_item {
    padding: 0;
    color: #fff;
    border-bottom-color: #fff;
}