* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

label, button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul[class],
li[class] {
    list-style: none;
}

video,
img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit;
}


#nk_message_block {
    position: fixed;
    bottom: 20px;
    right: 15px;
    max-width: 300px;
    z-index: 99999;
}

.nk_message {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
}

.nk_message.fail {
    background: #ff0000;
}

.nk_message.success {
    background: #429b3a;
}
