@media only screen and (max-width : 1200px) {


}

@media only screen and (max-width : 500px) {
    .header .nav {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .nav-item{
        margin:10px;
    }

    .tel{
        text-align: center;
    }
    .tel ul{
        padding:0px;
    }

    .tel .col-sm-9{
        float: none !important;
    }
    .insects, .kris{
        display: none;
    }
    .price-t{
        font-size: 10px;
    }

    .inp input {
        width: 327px;
        margin-top: 11px;
        height: 36px;
        color: black;

    }
    .l{
        display: none;
    }

    .inp {
        text-align: center !important;

    }

    .back-to-top {
        position: fixed;
        bottom: 5em;
        left: 250px;
        text-decoration: none;
        color: #000000;
        background-color: rgba(235, 235, 235, 0);
        font-size: 12px;
        padding: 1em;
        display: none;
        outline: none;
    }
    .contMob{
        position: fixed;
        z-index: 99999999;
        background-color: black;
        color: white;
        width: 466px;
        padding: 4px;
        bottom: 0px;
    }
    .contMob li{
        float: left;
        font-size: 19px;
        margin-left: 14px;
        list-style: none;
    }
    .contMob2 {
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }
    .contMob2 ul{
        list-style-type: none;
    }
    .r2{
        margin-bottom: 54px;
    }
    .bot{
        height: 50px;
    }



}