@charset "UTF-8";
/* Fonts */
/* /Fonts */
/* Colors */
/* project color */
/* animation */
/* /Colors */
.lst {
  display: block;
  margin: 0;
  padding: 0; }

.lst_i, .lst_h {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #e9e9e9; }
  .lst_i:after, .lst_h:after {
    content: "";
    display: table;
    clear: both; }
  .lst_i:first-child, .lst_h:first-child {
    border-top: 0; }

.lst_i_tx {
  color: #3c3c3c;
  display: block;
  text-decoration: none;
  line-height: 1.4em;
  font-size: 0.92857em; }
  .lst_i_tx.__date-exp {
    color: #d40808; }

.lst_lk {
  display: block;
  text-decoration: none;
  color: #444;
  position: relative; }

.lst_more {
  margin-top: 10px;
  text-align: right; }

.amount {
  padding: 0px 6px;
  border-radius: 50%; }

.arrow-right {
  position: absolute;
  width: 9px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -7px; }

.arrow-bottom {
  position: absolute;
  width: 9px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background-position: 50% 50%;
  background-size: 9px; }

.doc_lk {
  padding-left: 45px; }

.doc_ic {
  display: block;
  width: 35px;
  height: 35px;
  background-position: 50%;
  background-size: 25px;
  position: absolute;
  top: 0px;
  left: 0px; }

.tabs {
  position: relative; }
  .tabs:after {
    content: "";
    display: table;
    clear: both; }
  .tabs.__vertical .tabs_i {
    float: none; }

.tabs_i {
  padding: 15px 30px;
  background-color: #dddddd;
  float: left;
  cursor: pointer;
  text-decoration: none; }
  .tabs_i.__active {
    background-color: #fff; }

.pagination {
  text-align: center; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }

.pagination_inner {
  display: inline-block; }

.pagination_nav {
  float: left;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  text-decoration: none;
  display: inline-block; }
  .pagination_nav:hover {
    text-decoration: underline; }
  .pagination_nav.__unactive {
    cursor: #f6f6f6;
    text-decoration: none;
    color: #999; }

.pagination_cnt {
  float: left;
  margin-left: 10px;
  margin-right: 10px; }
  .pagination_cnt:after {
    content: "";
    display: table;
    clear: both; }

.pagination_page {
  float: left;
  margin: 0px 5px;
  padding: 5px 10px;
  border-radius: 2px;
  text-decoration: none;
  color: #444; }
  .pagination_page:hover {
    text-decoration: underline; }
  .pagination_page.__active {
    background: #0086ee;
    color: #fff;
    font-weight: bold;
    cursor: default; }
    .pagination_page.__active:hover {
      text-decoration: none; }

.services-lst {
  background-color: #fff;
  text-align: left;
  border: 1px solid #f6f6f6;
  width: 420px;
  height: 390px;
  overflow-y: scroll; }

.services-lst_ic {
  display: block;
  width: 45px;
  height: 100%;
  background-position: 50% 15px;
  background-size: 33px;
  position: absolute;
  top: 0;
  left: 9px; }

.services-lst_i {
  padding-left: 63px;
  padding-right: 15px;
  -webkit-transition: all 0.15s ease-in 0s;
  -moz-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s; }
  .services-lst_i:hover {
    background-color: #f6f6f6; }

.services-lst_lk {
  color: #0086ee;
  text-decoration: underline;
  font-size: 1.07143em; }
  .services-lst_lk:hover {
    color: #0086ee;
    text-decoration: none; }

.btn-link.__date-exp {
  color: #d40808;
  border: 1px solid #d40808; }
  .btn-link.__date-exp:hover {
    background: #d40808;
    color: #fff; }

.tx.__date-exp {
  color: #d40808; }

.ul_i_md {
  margin-bottom: .5em;
  font-size: 1.07143em;
  line-height: 1.6em; }
  .ul_i_md:before {
    content: '—';
    color: #0086ee;
    display: block;
    float: left;
    margin-left: -1.5em; }
