 /*================================== CSS reset ==================================*/
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;

}

a {
  text-decoration: none;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

:focus {
    outline: 0
}

.popup-nothidd a,
.btn,
.input_file,
.pagination ul li.active a,
a:hover,
ins {
    text-decoration: none;
    cursor: pointer
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

input[type=button],
input[type=password],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    resize: none
}

.clear_fix:after {
    clear: both;
    content: '';
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    cursor: pointer
}

a:hover {
    cursor: pointer
}

html, body {
  height: 100%;
}

/*================================== CSS reset ==================================*/