@media (max-width:820px) { 
    
    body, html {
        font-size: 25px;
    }

    .show-mobile {
        display: block;
    }

    .box {
        width: 95%;
    }

    .box2 {
        width: 95%;
    }


    .home.head {
        height: 40vh;
    }

    .home.head .l {
        line-height: 40vh;
    }

    .home.head .r div {
        height: 40vh;
    }

    .home .options .opt .l, .home .options .opt .r {
        width: 100%;
    }

    .home .options .opt .r {
        width: 90%;
        margin-top: 10px;
    }



    .service .l, .service .r {
        width: 100%;
    }

    .service ul {
        padding: 0px 0px 0px 25px;
    }



    .offer {
        width: 48%;
    }

    .offer:nth-child(2n) {
        margin: 20px 0% 20px 0px;
    }
    .offer:nth-child(3n) {
        margin: 20px 2% 20px 0px;
    }

    .offer .descr {
        height: 230px;
        line-height: 230px;
    }


   


    form.msg input[type="text"] {
        font-size: 25px;
    }

    form.msg textarea {
        font-size: 25px;
    }



    .contact .l, .contact .r {
        width: 100%;
        clear: both;
        padding-bottom: 2%;
    }



    .offers-detail .gal a:nth-child(5n+1) .img {
        margin: 0px 10px 10px 0px;
    }

    .offers-detail .gal a:nth-child(3n+1) .img {
        margin: 0px 0px 10px 0px;
    }

    .offers-detail .gal .img {
        width: 247px;
        height: 150px;
    }

    .offers-detail .descr .l, .offers-detail .descr .r {
        width: 100%;
        clear: both;
    }


    .foot {
        font-size: 25px;
        line-height: 35px;
    }

    .foot .logo {
        width: 40%;
    }

    .foot .l, .foot .c {
        width: 30%;
    }

    .foot .r {
        width: 100%;
        margin-top: 20px;
    }

    .foot .adr {
        width: 40%;
        float: left;
        box-sizing: border-box;
    }

    .foot .phone {
        margin-top: 0px;
        width: 50%;
        background-position: 10px center;
    }

    .foot .mail {
        margin-left: 0px;
        background-position: 10px center;
    }

    .foot .fb, .foot .in {
        background-size: 28px;
        padding-left: 45px;
    }


    .menu .menu-contact {
        width: 65%;
        padding-top: 30px;
    }


    
    .menu .menu-contact .phone {
        background-size: contain;
        padding-left: 0px;
        margin-left: 50px;
    }
    .menu .menu-contact .mail {
        background-size: contain;
        padding-left: 0px;
        margin-left: 35px;
    }

    .menu .menu-contact .phone a, .menu .menu-contact .mail a {
        display: block;
        width: 45px;
        height: 45px;
        text-indent: -9009px;
    }

    .menu .menu-contact .social {
        margin-left: 35px;
    }

    .menu .menu-contact .social a {
        width: 45px;
        height: 45px;
        
    }

    .menu .menu-contact .social a.fb, .menu .menu-contact .social a.in {
        background-size: contain;
    }
    .menu .menu-contact .social a.in {
        margin-right: 80px;
    }


    .menu .menu-contact div.menu-mobile {
        width: 50px;
        height: 50px;
        background: url(img/menu.svg) no-repeat center center;
        background-size: contain;
        cursor: pointer;
        float: right;
        display: block;
    }

    .menu .menu-contact div.menu-mobile.close {
        position: absolute;
        right: 20px;
        top: 25px;
        z-index: 210;
        background: url(img/menu_close.svg) no-repeat center center;
        width: 60px;
        height: 60px;
    }

    .menu ul.show {
        display: block;
    }

    .menu ul {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        z-index: 200;
        display: none;
    }

    .menu ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .menu ul a {
        font-size: 40px;
        color: #000000;
    }

}

