@media only screen and (max-width: 500px) {
    body{
        height: 100vh;
        width: 100vw;
        position: relative;
    }
    body > .meniuToggle {
        background-color: #3073ad;
        height: 50px;
        font-size: 30px;
        display: flex;
        align-items: center;
        padding: 20px;
        color: white;
    }
    body > .left {
        display: none;
        position: fixed;
        width: 50%;
        bottom: 0;
        top: 50px;
    }
    .element { 
        font-size: 15px;
    }
    body > .containerService {
        grid-area: containerService;
        width: 100%;
        margin-left: 0;
    }
    .first-linie-content{
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
    }
    .left-side, .right-side {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .first-line .gridHalf {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .containerService .first-line .gridHalf .left-side{
        grid-template-columns: repeat(2, 1fr);
    }
    .left-side span,
    .right-side span {
        float: none;
        display: block;
    }
    .containerService .tabelServiciu {
        overflow-x: scroll;
    }
    .nume-operatie {
        width: 100%;
    }
    .right-title{
        display: none;
    }
    .first-linie-content .left-side,
    .first-linie-content .right-side{
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
     .left-side .ml20, 
    .right-side .ml20{
        margin: 0;
    }
    .first-line input[type='text'],
    .first-line select{
        padding: 2%;
        width: 100%;
    }
    .second-line .client{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .tabelServiciu{
        padding: 0;
    }
    .containerService .gridHalf {
        grid-template-columns: 1fr;
    }
    .containerService .imaginiFisa {
        width: 100%;
    }
    .tabel-operatii td{
        min-width: 150px;
    }
    .left-side form{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .first-line .mecanic-titlu {
        display: inline-block;
    }
    .avansat{
        top: 150px;
    }
    .holderImaginiFisa{
        grid-template-columns: repeat(2,1fr);
    }
}