html, body {
  min-width: 320px;
}

body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body.body_overflow_tablet {
    overflow: hidden;
  }
}

#page-frame {
  min-height: 100vh;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
#page-frame__wrapper {
  display: flex;
}
#page-frame.page-frame_smoky_white {
  background: #f8f8f8;
}

#main-layout {
  flex: 1 1 auto;
  transition: transform 0.5s ease;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 100px;
}
@media screen and (max-width: 991px) {
  #header {
    height: 60px;
  }
}

main {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  main {
    margin-top: 60px;
  }
}

.ui-select-bootstrap .ui-select-choices-row>span {
	border-bottom: 1px solid #E9E9E9;
}
