@media (max-width:825px){
    .menu{
        font-size: 30px;
    }
    .logo{
        width: 110px;
        height: 110px;
    }
    .message{
        height: 35px;
    }
    .number{
        font-size: 45px;
    }
    .header{
        height: 110px;
    }
    .cars{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .cars1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
}
@media (max-width:420px){
    .logo{
        width: 90px;
        height: 90px;
    }
    .menu{
        font-size: 18px;
    }
    .message{
        height: 23px;
    }
    .number{
        display: none;
    }
    .num{
        display: none;
    }
    .home{
        font-size: 22px;
    }
    .punkt{
        font-size: 17px;
    }
    .button{
        width: 170px;
        height: 25px;
    }
    .textbutton{
        font-size: 15px;
    }
    .preim{
        font-size: 25px;
    }
    .glav{
        display: flex;
        justify-content: center; 
        flex-wrap: wrap;
    }
    .zal{
        height: 250px;
        text-align: center;
    }
    .autopark{
        height: 250px;
        text-align: center;
    }
    .klim{
        height: 250px;
        text-align: center;
    }
    .glav2{
        display: flex;
        flex-wrap: wrap;
    }
    .foto{
        height: 250px;
        text-align: center;
    }
    .money{
        height: 250px;
    }
    .clock2{
        height: 200px;
        text-align: center;
    }
    .posmotret{
        font-size: 20px;
    }
    .cars{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .cars1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
}