html, body {
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif;
}

body {
  font-style: normal;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Rubik",sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p { margin: 0 }

.mt14 { margin-top: 14px }
.mt28 { margin-top: 28px }
.mt49 { margin-top: 49px }
.pt28 { padding-top: 28px }
.bgBlack { background: #000; padding: 7px; }
.ml-40 { margin-left: -40px; }
.fs-italic { font-style: italic; }
.txtCenter { text-align: center; }
.txtRight { text-align: right;; }

table { font-size: 14px; }

.borderNotes {
  border: 1px solid #000;
  padding: 14px;
  text-align: center;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 15rem;
  height: 100%;
  padding: 21px 0;
  font-size: 14px;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu ul a {
  display: block;
  padding: 7px 14px;
  color: #fff;
  text-decoration: none;
}

.main-link.active {
  color: #84c05c;
}

@media (hover: hover) {
  .main-link:hover, .sub-link:hover {
    color: #84c05c;
  }
}

.main-menu .open .sub-menu {
  display: block;
}

.main-menu, .sub-menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sub-menu {
  display: none;
  margin-left: 14px;
  border-left: 1px solid #fff;
}

ol, ul {
  margin-bottom: 0;
}

.check {
  list-style: none;
}

.check li:before {
  content: "\2713";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.textTransNone {
  text-transform: none;
}

.obs {
  text-transform: uppercase;
  font-weight: 500;
}

.row.border1 {
  border: 1px solid #000;
}

.list-img {
  width: 350px;
  height: 350px;
}

.icon-group {
  display: flex;
}

.icon-group .image {
  flex: 0 0 auto;
  margin-right: 28px;
}

.icon-group .text {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.container-wrapper {
  min-height: 100vh;
  margin-left: 15rem;
}

@media (min-width: 1200px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}

.container .section:first-child {
  padding-top: 28px;
  margin-top: 0;
  border: 0;
}

.container .section:last-child {
  padding-bottom: 28px;
}

.section {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #eee;
}

.middle > * {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  margin-right: 7px;
}

.observe {
  background: #eee;
  padding: 7px;
  text-align: center;
  border: 1px solid #000;
}

.content-item {
  margin: 0 auto;
  width: 88%;
  max-width: 790px;
  height: 100%;
}

.item {
  padding-top: 28px;
}

img.start {
  max-width: 100%;
  max-height: 100%;
}

img.dashboard {
  max-width: 75%;
  max-height: 75%;
}

img.icon {
  width: 66px;
  height: 66px;
}
