@media screen and (max-width:992px){
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block !important;
    }

    .display-flex{
        display: block;
    }


    body{
        padding-top: 100px;
    }

    h1{
        font-size: 28px;
    }
    p{
        font-size: 15px;
        line-height: 1.4;
    }

    /* Мобильный header */
    .main-header{
        position: fixed;
        top: 0;
        padding: 0;
        width: 100%;

        z-index: 100;
        height: 100px;

        border-top: none;

        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    }
    #burger{
        position: absolute;
        top: 23px;
        left: 10px;
        width: 55px;
        height: 55px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 50;
    }

    .mobi-inner{
        position: relative;
        height: 100px;
        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;


        margin-top: auto;
    }
    .logo a{
        display: grid;
        justify-content: center;
    }
    .logo img{
        filter: none;
    }


    .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: 40px 30px 10px 30px;
    }
    .navi1 li{
        list-style: none;
        margin-bottom: 10px;
    }
    .navi1 a{
        color: #2D2D2D;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .navi1 a.active {
        color: #00813B;
    }

    .mnavi{
        background-color: #fff;
        position: fixed;
        top: 100px;
        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;
    }


    .about-links{
        margin-top: 15px;
        margin-bottom: 20px;

        border-radius: 15px;
        padding: 20px 30px;
        background-color: #F2F2F2;
        display: none;
    }

    .about-links a{
        font-size: 18px;
        line-height: 1.3;
    }

    .about-links ul{
        padding: 0;
        margin: 0;
    }
    .about-links li{
        margin-bottom: 15px;
    }

    .about-links li:last-child{
        margin-bottom: 0;
    }

    .about-icon{
        transition: 0.2s;
        width: 20px;
        margin-left: 5px;
    }



    .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;
    }


    .burger-footer{
        background-color: #F2F2F2;
        padding: 20px 30px;
        text-align: center;
    }


    .phone{
        margin-bottom: 25px;
    }

    .soc{
        margin-right: 5px;
        margin-left: 5px;
    }

    main{
        overflow: auto;
    }
    .content{

    }
    .page{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
    }

    .modal{
        margin-left: 30px;
        margin-right: 30px;
        padding: 30px;
    }

    .w-help p{
        font-size: 10px;
    }

    .want-ublock{
        padding: 30px;
        width: auto;
    }






    .banner{
        background-image: none;
        padding-top: 30px;
    }
    .banner-flex{
        display: block;
    }

    .banner-text{
        margin-right: 0;
        padding: 0;
    }
    .banner-text h1{
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 30px;
        background-size: contain;
    }
    .banner-content p{
        font-size: 17px;
    }




    /* ПОДПИСКА */
    .sub-flex{
        display: block;
    }
    .sub-text{
        font-size: 26px;
        margin-bottom: 40px;
    }

    .how{
        margin-top: 15px;
    }
    .how a {
        margin-top: 5px;
    }

    .grid2{
        display: block;
    }

    .grid3{
        display: block;
    }

    .grid4{
        display: block;
    }

    .subscription .form-group{
        margin-bottom: 25px;
    }

    .want-form-row{
        margin-bottom: 25px;
    }
    .summa-input{
        margin-bottom: 25px;
    }

    .subscription .btn{
        width: 100%;
    }
    .subscription .form-control{
        border-width: 1px;
    }



    /* Им нужна помощь */
    .btn1{
        max-width: inherit;
    }
    .h-text h1{
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .h-text h1:before{
        display: none;
    }
    .help-panel{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .help-block-inner{
        display: block;
    }


    .h-text{
        margin-right: 0;
    }

    .need-block{
        margin-bottom: 50px;
    }
    .need-block-flex{
        display: block;
    }

    .need-photo{
        width: 100%;
        height: auto;
        border-radius: 15px 15px 0 0;
    }

    .need-content{
        padding: 20px;
    }

    .need-title{
        margin-bottom: 25px;
    }
    .need-dia{
        margin-bottom: 15px;
    }
    .need-sbor{
        margin-bottom: 20px;
    }


    .all{
        margin-top: 70px;
    }



    .program{
        margin-bottom: 30px;
    }

    .pg-title{
        font-size: 19px;
    }

    .programs-block{
        padding: 20px;
    }


    .about-block{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-block h1:before{
        display: none;
    }
    .about-flex{
        display: block;
    }

    .about1{
        margin-bottom: 50px;
    }
    .about2{
        margin-left: 0;
    }

    .a-summ{
        font-size: 36px;
    }


    .news{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .article{
        margin-bottom: 30px;
        padding: 20px;
    }


    /* ПОДВАЛ */
    footer{
        background-image: none;
        padding-bottom: 40px;
    }

    .footer-logo{
        margin-bottom: 20px;
    }
    .footer-logo img{
        width: 100px;
    }

    .soc-area{
        border-top: 1px solid #99CDB1;
        margin-top: 30px;
        padding-top: 30px;
        text-align: center;
    }

    .footer-flex{
        display: block;
    }

    .soc:last-child{
        margin-right: 0;
    }

    .footer1{
        display: none;
    }

    .footer2{
        padding-bottom: 30px;
    }

    .footer3{
        display: block;
    }

    .copy{
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    .dev-img{
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .dev{
        text-align: center;
    }

    .content-flex .content {
        margin-right: 0;
    }

    .page-title{
        margin-bottom: 40px;
        line-height: 1;
    }

    .branch{
        margin-bottom: 20px;
        padding: 20px;
    }
    .branch-title{
        line-height: 1.2;
    }

    #map{
        height: 350px;
    }


    .cont-block{
        margin-bottom: 20px;
    }

    .cont-title{
        margin-bottom: 5px;
    }


    .report-block{
        margin-bottom: 30px;
    }


    .form-wrap{
        padding: 30px;
        margin: 30px 20px;
    }


    .cab-wrap{
        display: block;
    }

    .cab-block1{
        margin-right: 0;
        margin-bottom: 30px;
    }



    .content-wrap{
        padding: 20px;
    }

    .content-el{
        display: block;
    }
    .content-date{
        margin-bottom: 15px;
    }


    .want-page .page-title{
        font-size: 36px;
        text-align: center;
        line-height: 1.1;
    }

    .tab-button1{
        font-size: 15px;
    }


    .want-page .content{
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }

    .panel{
        padding: 20px;
    }

    .want-page .container800{
        padding-left: 0;
        padding-right: 0;
    }


    .command{
        margin-bottom: 30px;
    }

    .cab-block{
        height: auto;
        min-height: 240px;
    }
    .cab-block2{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .uz:before{
        display: none;
    }

}