/* Lists */
.list {
  margin-bottom: 7px;
  padding-left: 0;
  list-style-type: none;
}

.list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 35px;
}

.list li:before {
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.list li > a {
  color: #777;
}

.list li > a:hover {
  text-decoration: none;
}

.list_dark li,
.list_dark li > a {
  font-weight: 700;
  color: #333;
}

.list_w-border {
  padding: 40px 37px 34px;
  border: 2px solid #ccc;
  text-transform: uppercase;
}

.list_w-border li {
  margin-bottom: 8px;
  padding-left: 23px;
}

.list-mark-1 li:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e66c';
}

.list-mark-2 li {
  padding-left: 39px;
}

.list-mark-2 li:before {
  left: 14px;
  font-family: FontAwesome;
  color: #333;
  content: '\f0da';
}

.list-mark-3 li:before {
  font-family: FontAwesome;
  content: '\f00c';
}

.list-mark-3 li:hover:before {
  content: '\f00d';
}

.list-mark-4 li:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 24px;
  content: '\e684';
}

.list-mark-5 li:before {
  top: 8px;
  left: 10px;
  width: 9px;
  height: 9px;
  content: '';
}

.list-mark-6 li:before {
  font-family: FontAwesome;
  content: '\f1d8';
}

.list-mark-7 li:before {
  font-family: FontAwesome;
  content: '\f178';
}

.list-mark-8 li:before {
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
}

.list-num {
  counter-reset: list;
}

.list-num li:before {
  display: inline-block;
  counter-increment: list;
}

.list-num-1 li:before {
  font-size: 14px;
  content: counter(list) ". ";
}

.list_mod-a {
  margin-left: 20px;
}

.list_mod-a li {
  margin-bottom: 10px;
}

.list-desription .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  font-size: 30px;
}

.list-desription dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.list-desription dd {
  margin-bottom: 25px;
  padding-left: 60px;
  line-height: 2;
  color: #ccc;
}

.list-desription_right-align .icon {
  right: 0;
  left: auto;
}

.list-desription_right-align dt,
.list-desription_right-align dd {
  padding-right: 60px;
  padding-left: 0;
}

.list-widget {
  margin-bottom: 0;
}

.list-widget__item:last-child {
  margin-bottom: 0;
}

.list-widget__item:last-child .list-widget__link {
  margin-bottom: 0;
}

.list-widget__link {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.list-widget .list-widget__item {
  padding-left: 25px;
}

.list-widget .list-widget__item:before {
  top: 0;
  left: -6px;
}

.post-widget {
  margin-bottom: 40px;
}

.post-widget:last-child {
  margin-bottom: 0;
}

.post-widget__media {
  float: left;
  width: 97px;
}

.post-widget__inner {
  padding-left: 123px;
}

.post-widget__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #333;
}

.post-widget__date {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
}

.list-tags {
  margin-bottom: -8px;
}

.list-tags__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.list-tags__link {
  display: block;
  padding: 7px 18px;
  font-size: 11px;
  font-weight: 700;
  color: #777;
  border: 1px solid #ccc;
  text-transform: uppercase;
}