/*Обнуление*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: block;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

nav {
    display: block;
}

aside {
    display: block;
}

html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Montserrat', sans-serif;
}

input {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    font-family: inherit;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1 {
    font-size: inherit;
    font-weight: 400;
}

h2 {
    font-size: inherit;
    font-weight: 400;
}

h3 {
    font-size: inherit;
    font-weight: 400;
}

h4 {
    font-size: inherit;
    font-weight: 400;
}

h5 {
    font-size: inherit;
    font-weight: 400;
}

h6 {
    font-size: inherit;
    font-weight: 400;
}
