
@media screen and (max-width:992px){
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }

    .display-flex{
        display: block;
    }



    .wa{
        bottom: 30px;
        right: 30px;

        z-index: 100;
    }


    body{
        padding-top: 80px;
    }

    h1{
        font-size: 28px;
    }

    .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Мобильный header */
    .main-header{
        position: fixed;
        top: 0;
        padding: 0;
        width: 100%;

        z-index: 100;
        height: 80px;

        /*background-color: #fff;*/
        background-color: #fff;

        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
        backdrop-filter: blur(20px);
    }
    #burger{
        position: absolute;
        top: 13px;
        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;

        position: relative;

    }
    .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: 40px 30px 20px 30px;
    }
    .navi1 li{
        list-style: none;
        margin-bottom: 15px;
    }
    .navi1 a{
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        transition: 0.2s;
    }

    .navi1 a.active{
        color: #FFA801;
    }

    .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;
    }

    .mobi-contacts{
        border-top: 1px solid #D4D4D4;
        padding: 30px;
    }

    .phone{
        margin-bottom: 10px;
    }

    .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;
    }

    .phone-link{
        color: #000;
        text-decoration: none;
    }




    .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;
    }


    .mnavi .socs{
        text-align: center;
    }



    /* BANNER */
    .banner{
        background-image: url("/images/banner-mobile.jpg");

    }
    .banner-inner{
        aspect-ratio: auto;
        min-height: 400px;
        background-size: 100%;

        background-image: none;
        background: rgba(0, 0, 0, 0.4);
    }
    .banner-text{
        font-size: 36px;
        line-height: 1.3;
    }
    .banner-button{
        margin-top: 50px;
    }
    .banner-button a{
        max-width: 100%;
    }

    .txt{
        margin-top: 70px;
    }


    /* ТУРЫ */
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tour-days{
        padding: 10px 0;
    }

    .tour-cont{
        padding: 15px 20px;
    }

    .swiper-pagination{
        opacity: 1;
    }

    .tour-title a {
        font-size: 21px;
    }


    /* Баннер2 */
    .index-wrap{
        height: 500px;
        margin-top: -80px;
    }
    .index-wrap .main-header{
        background: none;
        box-shadow: none;
        backdrop-filter: none;
        position: relative;
        /*background: rgba(0, 0, 0, 0.3);*/
    }


    .banner2{
        /*background-image: url("/images/banner2-mobile.jpg");*/
        /*background-attachment: fixed ;*/
        height: 500px;
        margin-top: -80px;

    }
    .banner2-text{
        font-size: 32px;
        line-height: 1.3;
        background: rgba(0, 0, 0, 0.3);

        height: 500px;
    }
    .all{
        display: none;
    }


    .banner3{
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: center;
        background-size: cover;
    }

    /* Помощь туристу */
    .help{
        background-color: #2ECC71;
        background-image: none;
        padding-bottom: 40px;
    }
    .help .grid3{
        grid-row-gap: 30px;
    }
    .help-block a{
        font-size: 14px;
    }



    /* Аренда */
    .arenda{
        padding-top: 0;
    }
    .arenda-title1{
        display: none;
    }
    .arenda-wrap{
        display: block;
    }

    .arenda1{
        width: auto;
        border-right: none;
        border-top: 0;
    }
    .arenda-inner{
        display: block;
    }
    .arenda-image{
        margin-top: auto;
    }

    .arenda2 .arenda-image {
        margin-top: auto;
    }

    .arenda2{
        width: auto;
        border-top: none;
        border-bottom: none;
    }

    .arenda1 .arenda-inner{
        padding-left: 30px;
    }

    .arenda2 .arenda-inner{
        padding-right: 30px;
    }


    /* Отзывы */
    .review{
        display: block;
        margin-bottom: 40px;
    }
    .review-image{
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .review-content{
        display: block;
    }

    .grid2{
        display: block;
    }


    /* Новости */
    .news{
        background-image: none;
        /*background-color: #14364E;*/
    }
    .article-title a{
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
    }



    /* FOOTER */
    .footer-inner{
        display: grid;
        align-items: center;
        text-align: center;
        justify-content: inherit;
    }
    .footer-navi{
        display: none;
    }
    .footer-contact{
        order: 1;
        margin-bottom: 40px;
    }
    .footer-soc{
        order: 2;
        margin-bottom: 40px;
    }
    .footer-logo{

        order: 3;
    }

    .footer-logo-block img{
        width: 170px;
    }

    .f-navi{
        display: none;
    }

    .footer2-inner{
        display: block;
        text-align: center;
    }
    .dev{
        margin-top: 20px;
    }

    footer{
        text-align: center;
        padding-bottom: 60px;
    }
    footer .phone{
        display: none;
    }
    .footer-logo-block{
        margin-bottom: 20px;
    }

    .fot-phone .phone-link{
        font-size: 22px;
        color: #fff;
    }

    /* Открытый тур */
    .ttitle{
        background-image: url("/images/banner-mobile.jpg");
    }
    .ttitle-inner{
        display: block;
        padding-bottom: 30px;
    }
    .ttitle-inner h1{
        font-size: 30px;
    }

    .t1-inner{
        display: block;
    }

    .to{
        width: auto;
    }

    .t-block1{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .t-block{
        padding: 20px;
        margin-bottom: 30px;
    }
    .t-value{
        font-size: 20px;
    }

    .t1-right h2{
        margin-bottom: 20px;
    }



    .td-pics{
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


    .td{
        margin-bottom: 70px;
    }

    .td-inner{
        display: grid;
    }
    .td-left{
        order: 2;
    }
    .td-right{
        order: 1;
    }
    .td-title{
        margin-left: -30px;
        margin-right: -30px;
    }
    .td-d{
        font-size: 30px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        background-image: none;
        background-color: #3186BF;
    }

    .td-content{
        padding: 20px 0;

    }
    .li-content{
        font-size: 14px;
    }


    .td-even .td-d{
        background-image: none;
        background-color: #1EB65E;
    }


    .pd{
        display: block;
    }
    .d1-title:before{

        width: 60%;

    }
    .d2{
        margin-top: 30px;
    }


    .page-head{
        display: block;
    }
    .block1{
        margin-right: 0;
        width: auto;
    }

    .block2{
        width: auto;
    }


    .leg{
        font-size: 12px;
        margin-bottom: 0;
    }

    .send{
        width: 100%;
    }

    .dl1{
        margin-bottom: 40px;
    }

    .slider1{
        padding-left: 0;
        padding-right: 0;
    }

    .page-program-tour .program-flex{
        display: block;
    }

    .page-program-tour .program-flex .block2{
        float: none;
        width: 100%;
        margin: 0;
    }

}