#top_menu {
  position: fixed;
}

.sidebar {
  position: fixed;
  top: 100px;
  left: calc(50% + 250px);
  width: 300px;
  float: left;
}
@media screen and (max-width: 1150px) {
  .sidebar {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar {
    padding: 20px;
    position: initial;
    width: calc(100% - 40px);
  }
}
.sidebar .title {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}
.sidebar .description {
  color: #777;
  font-family: "PT Sans";
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
}
.sidebar hr {
  margin: 20px 0;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.sidebar .tech {
  border-spacing: 0;
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 24px;
}
.sidebar .tech .name {
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: bold;
  vertical-align: top;
}
.sidebar .tech .val {
  padding-bottom: 10px;
}
.sidebar .button {
  background: #0674ec;
  border: 1px solid #0674ec;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 30px;
  text-transform: uppercase;
  transition: 0.2s all;
}
.sidebar .button:hover {
  background: white;
  color: #0674ec;
}

#nav {
  height: 80px;
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
}
#nav .nav_content {
  height: 80px;
  max-width: 1100px;
  padding: 0 20px;
  margin: auto;
}
#nav .nav_content a {
  background-size: 16px;
  background-repeat: no-repeat;
  color: #303133;
  display: table-cell;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
  vertical-align: middle;
}
#nav .nav_content a:hover {
  color: blue;
}
@media screen and (max-width: 600px) {
  #nav .nav_content a .text {
    display: none;
  }
}
#nav .nav_content .prev, #nav .nav_content .next {
  display: table;
  height: 80px;
  width: 200px;
}
@media screen and (max-width: 600px) {
  #nav .nav_content .prev, #nav .nav_content .next {
    width: 30px;
  }
}
#nav .nav_content .next {
  float: right;
  text-align: right;
}
#nav .nav_content .next a {
  padding-right: 30px;
  background-image: url("/static/img/right-arrow-black.svg");
  background-position: center right;
}
#nav .nav_content .prev {
  float: left;
  text-align: left;
}
#nav .nav_content .prev a {
  padding-left: 30px;
  background-image: url("/static/img/left-arrow-black.svg");
  background-position: center left;
}
#nav .nav_content .center {
  display: table;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center !important;
  width: 100px;
  width: calc(100% - 400px);
}
@media screen and (max-width: 600px) {
  #nav .nav_content .center {
    width: calc(100% - 60px);
  }
}

/*# sourceMappingURL=parts.css.map */
