body {
  background-color: #222427;
  font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h1, h2 {
  font-weight: 600 !Important;
}

h2 {
  font-size: 1.3em !Important;
}



a:any-link {
  text-decoration: none;
  color: #ff702a;
}

strong, b {
  font-weight: 600;
}

p {
  color: #b6a9a9;
}

p strong {
  display: block;
  margin-bottom: 4px;
  color: #151515;
}

ul, ol {
  margin-left: 0;
  padding-left: 20px;
  color: #dccece;
}

.width-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding: 16px 0;
}

.logo {
  height: 30px;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
}

.nav {
  line-height: 50px;
}

.nav-item {
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease;
}

.nav-item:any-link {
  color: #8e9aa3;
  font-weight: 600;
}

.nav-item:hover {
  color: #21201f;
}

.nav-item.active {
  cursor: default;
  color: #21201f;
  font-weight: 600;
}

.content {

}

.sidebar {
  word-break: break-word;
}


@media (max-width: 567px) {

  .row {
    padding: 20px 0 40px;
  }
}

@media (min-width: 568px) and (max-width: 900px) {

  .row {
    padding: 20px 0 64px;
  }
}

@media (max-width: 800px) {

  .header {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .logo {
    margin-bottom: 20px;
  }
	
  .exit {
    margin-top: -40px;
  }

  .nav-item {
    display: block;
    padding: 0px 20px;
    margin: 0 -20px;
    background-color: #ececec;
    border-top: 1px solid #cecece;
    font-size: 15px;
  }

  .nav-item:last-child {
    border-bottom: 1px solid #cecece;
  }
}

@media (min-width: 801px) {

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 901px) {

  .nav-item {
    margin-left: 24px;
    font-size: 15px;
  }

  .row {
    display: grid;
    grid-template-columns: 68% auto;
    padding: 44px 0;
  }

  .sidebar {
    margin-left: 50px;
	background: #242425;
    margin-top: 20px;
    border-radius: 1rem;
    padding: 25px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.49),0px 1px 4px rgba(13, 13, 13, 0.06);
	height: 88%;
  }
}
