@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/HelveticaNeue-Light.otf") format("openType"); }

body {
  margin: 0;
  counter-reset: section; }

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__logo {
  padding: 15px 20px; }

.header__logo img {
  width: 100%;
  max-width: 150px; }

ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }

.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page-wrapper__menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #565d6d;
  font-size: 14pt;
  color: #fff;
  /*max-width: 320px;*/
  min-width: 320px;
  width: 400px;
}

.page-wrapper__list-element.active {
  background: #444a59;
  position: relative; }

.page-wrapper__list-element:hover {
  background: #444a59;
}

.page-wrapper__list-element.active::after {
  content: url("../images/dropdown.png");
  position: absolute;
  /*top: 18px;*/
  top: 23px;
  right: 20px;
  z-index: 1; }

.page-wrapper__sub-list-wrapper {
  background: #565d6d; }

.page-wrapper__main-block-wrapper {
  -webkit-flex: 1 70%;
  -ms-flex: 1 70%;
  flex: 1 70%;
  background: #f1f2f2;
  padding: 30px; }

li.page-wrapper__list-element {
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

ul.page-wrapper__sub-list-wrapper li {
  text-transform: capitalize;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  position: relative; }

ul.page-wrapper__sub-list-wrapper li:nth-of-type(1) {
  padding-top: 20px; }

ul.page-wrapper__sub-list-wrapper li:last-of-type {
  padding-bottom: 20px; }

ul.page-wrapper__sub-list-wrapper li:last-of-type:after {
  content: "";
  background: url("../images/shadow.png");
  /*width: 100%;*/
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  position: absolute;
  height: 32px;
  bottom: -30px;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  width: 392px;
  background-size: 100%;
}

.page-wrapper__list-element a {
  padding: 15px 0;
  text-decoration: none !important;
  color: white !important;
  width: 100%;
  position: relative;
  z-index: 2;
}

.page-wrapper__list-element a span:nth-of-type(1) {
  padding: 20px 35px 20px 30px;
  color: #8f9299; }

.sub-list-list_transparent {
  visibility: hidden; }

.page-wrapper__sub-list-list a span:nth-of-type(1) {
  padding: 0 35px 0 35px; }

.page-wrapper__sub-list-list a {
  font-size: 11pt;
  text-decoration: none !important;
  padding: 0;
  width: 100%;
  color: #eaeaea !important; }

.page-wrapper__sub-list-list a:hover{
  color: #dc8b12;
}

.main-content__list-wrapper a:hover{
  color: #dc8b12;
}

.page-wrapper__sub-list-list.sub-active a {
  color: #c5c5c5 !important;
}

.search {
  display: block;
  width: 60%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.page-wrapper__main-content {
  padding: 30px;
  background: white;
  margin-top: 30px;
  min-height: 768px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -47px; }

.btn-default {
  /*color: #333;*/
  background-color: #f39c12;
  /*border-color: #ccc;*/ }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: url("../images/search.png");
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center; }

.search-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page-wrapper__main-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ;
}

.main-content__heading {
  color: #b3b3b3;
  font-size: 23pt;
  font-weight: 200;
  margin: 0;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.main-content__heading::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #e7e7e7;
  bottom: -30px;
  position: absolute;
  left: -30px; }

.main-content__paragraph {
  margin-top: 40px; }

.main-content__list-wrapper li, .page-wrapper__main-content p {
  margin-top: 30px; }

.page-wrapper__main-content p,.page-wrapper__main-content span, .page-wrapper__main-content li {
  color: #767676;
  font-size: 12pt !important;
}

p.main-content__paragraph:nth-of-type(1) {
  margin-top: 60px; }

p.main-content__paragraph:last-of-type {
  font-weight: 600; }

.main-content__list-wrapper li::before {
  counter-increment: section;
  content: "" counter(section) "";
  border: 2px solid #e1e1e1;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  padding: 7pt 11pt;
  margin-right: 20px; }

.main-content__list-wrapper li a{
  color: black;
  text-decoration: none;
}

.search-result-title{
  color: black;
  margin-left: 5px;
}

.main-content__list-wrapper li p{
  margin-left: 50px;
  margin-top: 10px;
}
.li-heading {
  display: inline-block;
  margin-left: 0!important;
}
