@media (max-width: 800px) {
    
    table,td,th,tr {
        border:0px;
    }
    #zakaz table th {
        display: none;
    }
    #zakaz table tr {
        max-width: 255px;
    }
    #zakaz table input,select,textarea {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-left: -23px;
        padding-right: 0px;
    }

    #devices td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    #zakaz table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
    #address  td,tr {
        display:block;
        text-align: left;
    }
    #address  span {
        display:none;
    }    
    #address label {
        text-align: left;
        margin-top:10px;
    }
/*    #address input,select {
        float: left;
    }*/  
    #address input {
        margin-left:0px !important;
    }
    #address b {
        position:absolute;
        margin: -21px 0px 0px 115px;
    }
    #finddevtr {
        display:block;
    }
.finddev-small {
    display:block;
    margin-right: 70px;
}
.finddev-big {
    display: none;
}

.needinput,#city {
    border-color: red !important;
}
.needzamlabel {
    display:block;
}
.needzaminput {
    width: 20px !important;
    margin-left: 8px !important;
}
.label-margin {
    margin-left:22px;
}
.citieslist {
    margin-left:0px;
}
textarea {
    margin-left:7px;
    width:230px;
}
.del-small{
    max-width: 250px;
}
#citi {
    width: 100% !important;
}
.dropbtn {
    min-width: auto;
    max-width: 200px;
}
.dropdown {
    margin-left: -20px !important;
}
#ttn {
    height: 20px;
}
.service {
    width: 95%;
}
.needzamhelp {
    margin-right: 68px;
    padding-top: 3px;
}

#company::-webkit-input-placeholder::after {
    content: "ОРГАНОЗАЦИЯ";
}

#policy {
    margin-top: -190px !important;
}
.nomobileshow {
    display: none;
}

.ds-btn-info {
    margin-top: 7px;
    width: 100%;
}
#streettype {
    margin-top: 5px !important;
    margin-bottom: -15px !important;
}
.zabortimehelp {
    margin: -28px 0 0 69px !important;
}

.lk-button {
    right: 105px !important;
    top: 24px !important;
}

.eschfhelp {
    margin-left: 201px !important;
}

}