
@media screen and (max-width:992px){
    .for-desktop{
        display: none !important;
    }
    .for-mobile{
        display: block !important;
    }



    #adminka{
        font-size: 13px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
        padding: 20px 10px 10px 10px;
    }




    .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);
    }


    .products-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;

        grid-row-gap: 30px;
    }



    .dev{
        margin-left: auto;
        margin-right: auto;
    }
    .dev-img{
        width: 175px;
    }


    h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .fil-flex{
        display: block;
    }

    .ff-1{
        padding-top: 0;
        font-size: 20px;
    }
    .ff-2{
        height: 300px;
        width: 100%;
    }

    .abo-flex{
        display: block;
    }

    .af-1{

        display: none;
    }
    .af-2{
        padding-top: 0;
        font-size: 20px;
        margin-left: 0;
    }
    .af-3{
        height: 300px;
        width: 100%;
        background-image: url("/images/about.jpg");
    }


    .modal{
        min-width: auto;
        padding: 15px;
        margin-right: 15px;
        margin-left: 15px;
    }


    .panel{
        padding: 15px 10px;
    }


    .header{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .header img{
        width: 150px;
    }

    .navi{
        margin-top: 15px;
    }
    .navi ul{
        /*display: flex;*/
        /*overflow: auto;*/
    }
    .navi li{
        margin-left: 8px;
        margin-right: 8px;
        flex: none;
        margin-bottom: 5px;
    }
    .navi a{
        font-size: 17px;
        border-bottom: 2px solid transparent;
    }



    .banner{
        min-height: auto;

        background: linear-gradient(to right, #e9e6e1 0%,#ebe8e3 100%);

    }

    .banner-mob img{
        display: block;
        width: 100%;
    }

    .banner-text{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .banner-text h1{
        font-size: 36px;
        margin-top: 0;
        padding-top: 0;
    }
    .banner-text p{
        font-size: 20px;
    }

    .banner-text a{
        margin-top: 30px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .open-product-button{
        max-width: inherit;
        width: 100%;
    }
    .page-title{
        font-size: 30px;
    }

    .content-flex{
        display: block;
    }
    .ci-flex{
        display: block;
    }
    .content-block{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pp-flex{
        display: block;
    }
    .pp-block-1{
        width: 100%;
    }
    .articul{
        margin-top: 0;
    }
    .product-block{
        padding: 20px;
    }
}