@media only screen and (max-width: 600px) {
    header nav.navbar {
        padding: 0.8rem;
        z-index: 3;
    }
    .slider{
        margin-top: -25px;
    }
    header .navbar-toggler {
        position:absolute;
        top: -55px;
        right:10px;
    }

    header nav.navbar ul {
        background: #fff;
        padding: 15px;
        /* margin-top: -17px !important; */
        width: 100%;
    }

    header a.logo {
        /* float: left !important; */
        max-height: 73px;
        margin: auto;
        width: 170px;
        display: block;
        background: none;
    }
    header .bartop {
        height:60px;
    }

    header a.logo img {
        width: 170px;
    }

    header li.nav-item:last-child {
        padding-left: 0;
    }

    header li.nav-item:last-child a.nav-link {
        background: none;
        padding: 0 !important;
        font-weight: bold;
    }

    section.servicii .servicii_holder {
        margin-top: 0;
    }

    section.servicii .serviciu {
        padding: 20px 0;
    }

    section.slider .carousel-item {
        height: 113px

    }

    header .nav_wrapper {
        display:none;
    }

    header .right-blue {
        display: none;
    }

    header .nav-shadow {
        display: none;
    }

    header {
        position: fixed;
        width: 100%;
        background: #fff;
        margin-top: -95px;
    }

    body {
        padding-top: 110px;
    }

    section.contact {
        background: none;
    }
    .cercetare{
        margin-top: 0px;
        padding:0px;
    }
    .shadow-submenu{
        display:none;
    }

    .pagina-page article {
        width: 100%;
    }
}