.docs {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.header .main-menu li a.active {
  padding-top: 2px;
}
.header .main-menu.main-menu-inner li a {
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a.active {
  background-color: #252037;
  color: #ffffff;
  padding: 7px 15px;
}
.header .main-menu.main-menu-inner li a.active:hover {
  background-color: #262037;
}
.header .main-menu.main-menu-inner li a:hover {
  background-color: #262037;
}
.divider {
  padding-left: 9px;
  padding-right: 11px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.logo a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.header-page {
  background-image: url('/help/images/map.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'clear_sansregular';
  margin-top: 42px;
  margin-bottom: 23px;
  text-align: center;
}
.header-search {
  margin: 0 auto;
  margin-bottom: 42px;
  width: 640px;
}
.header-search input {
  width: 640px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: none;
  padding: 23px 60px 23px 63px;
  background-image: url('/help/images/search.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 20px center;
  font-size: 16px;
  outline: none;
}
.popular-articles {
  font-size: 16px;
  color: #a09bba;
  padding-bottom: 155px;
}
.popular-articles a {
  font-size: 16px;
  color: #a09bba;
}
.bg-wheat {
  background-color: #EAEEF5;
}
.help-start-block {
  width: 440px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 300px;
  border-radius: 5px;
  transition: all 0.5s;
}
.help-start-block img {
  margin-top: 40px;
  margin-bottom: 20px;
}
.help-start-block:hover {
  -webkit-box-shadow: 0px 18px 34px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 18px 34px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 18px 34px -16px rgba(0, 0, 0, 0.5);
}
.puzzle-card:hover .puzzle-image {
  background-position: 0 -112px;
}
a.card-link {
  text-decoration: none;
  color: #000;
}
a.card-link:hover {
  color: #000;
}
.search-results {
  background-color: #fff;
  width: 640px;
  margin: 0 auto;
  border-radius: 5px;
  transition: background-color 0.1s;
}
.search-overlay {
  position: fixed;
  z-index: 600;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
}
.search-block {
  position: relative;
  z-index: 601;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.43);
  border-radius: 5px;
}
.help-header {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'clear_sansbold';
}
.help-block-left {
  margin-right: 60px;
  margin-left: 80px;
}
.no-results .search-result {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 178px;
}
#search_results {
  list-style-type: none;
  font-size: 14px;
  /*padding: 15px 0 15px 0;*/
  margin-bottom: 30px;
}
#search_results li {
  padding-left: 55px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-top: 5px;
  position: relative;
}
#search_results li a {
  color: #67a9e3;
  font-family: 'clear_sansregular';
  font-size: 14px;
  margin-bottom: -5px;
  display: block;
}
#search_results li:hover {
  background-color: #f4f4f4;
}
#search_results li:hover:before {
  content: url('/help/images/blue-arrow.png');
  position: absolute;
  top: 5px;
  left: 38px;
}
.search-content-block {
  font-family: 'clear_sansregular';
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 10px;
}
.first-line {
  margin-top: -55px;
}
.padding-block {
  padding-top: 25px;
}
.puzzle-image {
  width: 108px;
  height: 111px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  background-position: 0 0;
  transition: all 0.5s;
}
.puzzle-image:hover {
  background-position: 0 -112px;
}
@media screen and (max-width: 980px) {
  .help-block-left,
  .help-block-right {
    margin: 30px auto;
  }
  .header-search {
    width: 100%;
  }
  .header-search input {
    width: 100%;
  }
  .search-results {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .header .main-menu.main-menu-inner li a {
    color: #000000;
    padding-left: 12px;
    background-color: #fff;
  }
  .header .main-menu.main-menu-inner li a:hover {
    background-color: #d9dce3;
  }
  .header .main-menu.main-menu-inner li a.active {
    background-color: transparent;
    color: #000000;
  }
  .header .main-menu.main-menu-inner li a.active:hover {
    background-color: #d9dce3;
  }
}
@media screen and (max-width: 600px) {
  .help-start-block {
    width: 100%;
    padding-bottom: 30px;
  }
  .first-line {
    margin-top: -140px;
  }
}
/*# sourceMappingURL=help-outer.css.map */