@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?dt1ocj');
    src:  url('../fonts/icomoon.eot?dt1ocj#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?dt1ocj') format('truetype'),
      url('../fonts/icomoon.woff?dt1ocj') format('woff'),
      url('../fonts/icomoon.svg?dt1ocj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
em,
i {
    font-style: normal
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
body {
    font-family: 'Calibri', sans-serif;
    background-color: #fbfbfb;
}
.hide,
.none {
    display: none
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
