
@media screen and (max-width:992px){
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }

    .display-flex{
        display: block;
    }


    body{
        padding-top: 80px;
    }

    h1{
        font-size: 28px;
    }

    /* Мобильный header */
    .main-header{
        position: fixed;
        top: 0;
        padding: 0;
        width: 100%;

        z-index: 100;
        height: 80px;

        background-color: #fff;
    }
    #burger{
        position: absolute;
        top: 14px;
        left: 5px;
        width: 55px;
        height: 55px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 50;
    }

    .mobi-inner{
        position: relative;
        height: 80px;
        user-select: none;
    }
    .logo{
        text-align: center;
        margin-right: 0;
        padding-left: 60px;
        padding-right: 60px;
        height: 100%;
        display: grid;
        align-items: center;
        width: auto;


    }
    .logo a{
        display: grid;
        justify-content: center;
    }

    .logo__link{
        font-size: 23px;
    }

    .pal{
        transition: 0.3s;
        transform-origin: center;
    }
    .animate #pal1{
        transform:  rotate(45deg) translate(0px, 9px);
    }
    .animate #pal2{
        transform: rotate(45deg);
    }
    .animate #pal3{
        transform:  rotate(-45deg) translate(0,-9px);
    }


    .navi1{
        margin: 0;
        padding: 60px 30px 30px 30px;
    }
    .navi1 li{
        list-style: none;
        margin-bottom: 8px;
    }
    .navi1 a{
        color: #2D2D2D;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .mnavi{
        background-color: #fff;
        position: fixed;
        top: 80px;
        bottom: 0;
        height: 100vh;
        width: 100%;
        z-index: 100;
        /*padding: 10px 30px 80px 30px;*/
        left: -100%;
        transition: 0.25s;
        opacity: 0.5;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .cart-link{
        width: auto;
        margin-bottom: 15px;
    }


    .mobi-cart{
        position: absolute;
        top: 8px;
        right: 4px;
    }

    .mobi-cart a{
        display: grid;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;

    }

    .cart-link {
        line-height: inherit;
        background-color: inherit;
        border: none;
    }

    .mobi-cart img{
        display: block;
    }





    .mnavi::-webkit-scrollbar { width: 0; }
    .mnavi { -ms-overflow-style: none; }
    .mnavi { overflow: -moz-scrollbars-none; }

    .mnavi {
        -ms-overflow-style: none;  /* IE 10+ */
        scrollbar-width: none; /* Firefox */
        padding-bottom: 150px;
    }

    .show{
        left: 0;
        opacity: 1;
    }



    main{
        overflow: auto;
    }
    .content{
        padding-top: 30px;
    }

    .modal{
        margin-left: 30px;
        margin-right: 30px;
    }


    .index{
        background-size: 100%;
    }

    /* Slogan */
    .slogan{
        color: #fff;
        font-size: 36px;
        padding-top: 210px;
        margin-bottom: 30px;
    }

    .truck-form{
        padding: 30px;
    }
    .truck-form h1{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .field-truckform-truck .form-control{
        padding: 15px;
    }

    .tf-flex{
        display: block;
    }
    .field-truckform-truck{
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .field-codeform-truck {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .send{
        height: 58px;
        width: 100px;

    }
    .truck-form{
        margin-bottom: 50px;
    }

    /* Info head */
    .info-head{
        flex-direction: column;
    }
    .ih-image{
        margin-right: 0;
    }
    .ih-content-inner{
        padding: 20px;
    }
    .ih-content h1{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .ih-content .btn-width{
        width: 100%;
    }

    .info-block{
        padding: 30px;
    }
    .info-grid{
        grid-row-gap: 30px;
    }

    .ih-content .order1{
        margin-top: 30px;
    }

    .grid-4{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-3{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }

    .btn{
        padding: 16px 30px;
    }



    .info-block{
        padding: 20px;
    }
    .ib-title{
        font-size: 30px;
    }



    .news h1 {
        font-size: 40px;
    }
    .all{
        display: none;
    }
    .article{
        padding: 20px;
    }

    .article-date{
        font-size: 36px;
    }
    .article-title a{
        font-size: 26px;
    }


    .user-block{
        text-align: center;

    }
    .user-block a{
        padding: 20px 30px;
    }




    .content-flex{
        display: block;

    }
    .sticky-wrap{
        margin-right: 0;
        margin-bottom: 0;
    }


    .grid-3{
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-4{
        grid-template-columns: repeat(1, 1fr);
    }

    .user-address {
        grid-column-start: inherit;
        grid-column-end: inherit;
    }

    .user-inline-btn{
        margin-top: 10px;
    }




    table th{
        padding: 5px;
    }
    table td{
        padding: 5px;
    }

    .page table a.btn-small{
        font-size: 8px;
    }


    .small-table1 {
        font-size: 6px;
    }


    .video-wrap{
        padding: 10px;
    }

    .user-menu{
        margin-top: 20px;
    }

    .back{
        margin-top: 30px;
    }

}