html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
/*ol, ul { list-style: none; }*/
table { border-collapse: collapse; border-spacing: 0; }
*:focus, a { outline: none; }
input,button,select { outline: 0;margin: 0;padding: 0;border:none }
input::-ms-clear {display: none;}
input[type="submit"] {line-height: 0 !important; padding:0 ;}
button {line-height: 0 !important; padding:0 !important;}
img{
    -webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}
a img,
:link img,
:visited img {
    border: none;
}
address {
    font-style: normal
}
a img,
:link img,
:visited img {
    border: none;
}
address {
    font-style: normal;
}
input[type="search"] {
    -webkit-appearance: textfield;
    /**выглядит как текстовое поле*/
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
