html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 4.083rem;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    /*max-width: 769px;
    min-width: 320px;*/
    margin: 0 auto;
    box-shadow: inset 0 0.083rem 0.25rem 0 #eeeeee;
}
.fa,.fas,.fal {
    font: normal normal normal 20px/1 FontAwesome !important;
}
.ui-tab{
    margin-top:45px;
}
