html{
    min-width: 1000px;
}
body{
    font-family: Glober;
    font-size: 14px;
    letter-spacing: 0.021em;
}

.left{float: left; display: block;}
.right{float: right!important; display: block;}

h1, h2, h3, h4, h5, h6, strong, i{
    font-weight: normal;
    font-style: normal;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
.tbl{
    display: table;
}
.tbl>*{
    display: table-cell;
    vertical-align: top;
}
.mr-{
    margin-right: -30px !important;
}
section{
    position: relative;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    display: block;
}