header #menu_categories3 .navbar-collapse {
    place-items: center;
    border-top: 1px solid #c4c7c8;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#client_new_form .firm_switcher label.control-label {
    font-size: 1.8rem;
    font-weight: bold;
}

#invoice_box_switcher .form-group label {
    font-size: 1.8rem;
    font-weight: bold;
}

.projector_buy__number_amounts {
display: none !important;
}

#projector_amount {
display: none !important;
}

.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.15);
}