﻿@charset "UTF-8";
/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
html {
  height: 100%;
  min-width: 1280px;
  /* Минимальная ширина страницы, обязательно задаем согласно дизайну */ }

body {
  font: normal normal 14px/16px Arial, Helvetica, sans-serif;
  background: #f3f6f8;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100%; }

a {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}
  a:hover {
    text-decoration: none; }
  a.ajax-link {
    text-decoration: none;
    border-bottom: 1px dashed; }

p {
  margin-bottom: 15px; }

/*	-------------------------------------------------
	Стили для печатной версии | Print styles
	------------------------------------------------- */
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
header {
  position: relative;
  height: 157px;
  background: white;
  z-index: 100; }
  header .header-top {
    height: 108px;
    background: url(../images/header-bg.png) repeat-x; }
  header .logo {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
    header .logo img {
      width: 293px;
      height: 108px;
      display: block; }
  header .user-panel {
    height: 78px;
    box-sizing: border-box;
    position: absolute;
    left: 300px;
    right: 47px;
    height: 108px;
    top: 0;
    color: white;
    background: url(../images/header-decor.png) no-repeat left top; }
    header .user-panel:before {
      content: '';
      display: block;
      width: 120px;
      height: 77px;
      position: absolute;
      left: -70px;
      bottom: 0; }
    header .user-panel .user-panel-inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 1;
      font-size: 12px;
      line-height: 15px; }
    header .user-panel .agent-wrap {
      margin-bottom: 4px; }
      header .user-panel .agent-wrap .agent {
        font-size: 15px; }
    header .user-panel .user-wrap {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
      header .user-panel .user-wrap .user {
        font-size: 15px; }
        header .user-panel .user-wrap .user a {
          color: #f1c346; }
    header .user-panel .right-block {
      position: absolute;
      right: 52px;
      top: 50%;
      transform: translate(0, -50%); }
      header .user-panel .right-block ul {
        margin: 0;
        list-style: none; }
        header .user-panel .right-block ul li {
          margin-bottom: 4px; }
  header nav {
    height: 49px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    border-top: 2px solid #484848;
    border-bottom: 2px solid #454545;
    box-shadow: 0 2px 5px rgba(57, 57, 57, 0.53);
    background: #676767;
    /* Old browsers */
    background: -moz-linear-gradient(top, #676767 0%, #252525 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #676767 0%, #252525 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #676767 0%, #252525 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#252525',GradientType=0 );
    /* IE6-9 */ }
    header nav:before {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #d9d9d9;
      border-bottom: 1px solid #8e8e8e; }
    header nav ul.menu {
      margin: 0;
      list-style: none;
      font-size: 0; }
      header nav ul.menu > li {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #8a8a8a;
        border-right: 1px solid #515151;
        position: relative; }
        header nav ul.menu > li:first-child {
          border-left: 0; }
        header nav ul.menu > li:last-child {
          border-right: 0; }
        header nav ul.menu > li > a {
          display: block;
          padding: 0 23px;
          font: bold 15px/45px Arial, Helvetica, sans-serif;
          color: white;
          text-decoration: none;
          cursor: pointer; }
          header nav ul.menu > li > a:hover {
            background: #242424;
            /* Old browsers */
            background: -moz-linear-gradient(top, #242424 0%, #656565 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #242424 0%, #656565 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #242424 0%, #656565 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#656565',GradientType=0 );
            /* IE6-9 */ }
        header nav ul.menu > li:hover > a {
          background: #242424;
          /* Old browsers */
          background: -moz-linear-gradient(top, #242424 0%, #656565 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #242424 0%, #656565 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #242424 0%, #656565 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#656565',GradientType=0 );
          /* IE6-9 */ }
        header nav ul.menu > li:hover .submenu {
          display: block; }
    header nav .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.13);
      padding-top: 2px;
      color: white;
      font-size: 13px;
      line-height: 25px;
      display: none; }
    header nav ul.submenu-list {
      margin: 0;
      padding: 15px 0;
      list-style: none;
      border-bottom: 1px solid #797979;
      background: #5b5b5b; }
      header nav ul.submenu-list li a {
        white-space: nowrap;
        color: white;
        display: block;
        padding-left: 30px;
        padding-right: 20px;
        position: relative; }
        header nav ul.submenu-list li a:before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: white;
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        header nav ul.submenu-list li a:hover {
          color: white;
          background: #373737; }

.admin-page {
  padding: 20px 10px 0; }

.module-table-wrap {
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.13); }

.module-table {
  display: table;
  width: 100%; }
  .module-table .module-head {
    display: table-row; }
    .module-table .module-head .cell {
      width: 20%;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle;
      height: 31px;
      box-sizing: border-box;
      padding: 0 20px;
      border-bottom: 3px solid #0e5fa6;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#418ccb+0,0469b2+100 */
      background: #418ccb;
      /* Old browsers */
      background: -moz-linear-gradient(top, #418ccb 0%, #0469b2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #418ccb 0%, #0469b2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #418ccb 0%, #0469b2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418ccb', endColorstr='#0469b2',GradientType=0 );
      /* IE6-9 */
      color: white;
      border-right: 1px solid #0056a2;
      border-left: 1px solid #418ccb;
      box-shadow: 0 2px 5px rgba(10, 85, 140, 0.53);
      position: relative; }
      .module-table .module-head .cell:first-child {
        border-left: 0; }
      .module-table .module-head .cell:last-child {
        border-right: 0; }
      .module-table .module-head .cell .title {
        font-size: 12px;
        text-transform: uppercase; }
      .module-table .module-head .cell .info-link {
        text-decoration: none;
        display: inline-block;
        margin-left: 5px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        background: #f1f1f1;
        line-height: 18px;
        color: #4d4d4e;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        right: 7px;
        margin-top: 1px;
        color: #2666b5; }
        .module-table .module-head .cell .info-link:hover {
          background: white;
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
  .module-table .module-body {
    display: table-row; }
    .module-table .module-body .cell {
      display: table-cell;
      vertical-align: top;
      box-sizing: border-box;
      width: 20%;
      background: white;
      border-right: 1px solid #dee1e3;
      padding: 20px; }
      .module-table .module-body .cell:last-child {
        border-right: 0; }
      .module-table .module-body .cell .status {
        padding-left: 60px;
        position: relative; }
        .module-table .module-body .cell .status img {
          width: 45px;
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
        .module-table .module-body .cell .status b {
          display: block;
          font-size: 16px;
          line-height: 18px; }
        .module-table .module-body .cell .status span {
          display: block;
          line-height: 18px;
          white-space: nowrap; }
      .module-table .module-body .cell .rating span {
        white-space: nowrap;
        display: block;
        margin-bottom: 5px; }
      .module-table .module-body .cell .rating ul.rating-list {
        list-style: none;
        margin: 0;
        white-space: nowrap; }
        .module-table .module-body .cell .rating ul.rating-list li {
          display: inline-block;
          vertical-align: top;
          margin: 0 2px; }
          .module-table .module-body .cell .rating ul.rating-list li img {
            display: block;
            width: 28px;
            height: 24px; }
      .module-table .module-body .cell .bonus {
        padding: 10px 0 0; }
        .module-table .module-body .cell .bonus .scale-wrap {
          white-space: nowrap;
          padding-bottom: 15px;
          margin-bottom: 10px;
          position: relative; }
          .module-table .module-body .cell .bonus .scale-wrap .start-point, .module-table .module-body .cell .bonus .scale-wrap .end-point {
            position: absolute;
            color: #9b9a9a;
            line-height: 12px;
            font-weight: bold;
            bottom: 0; }
          .module-table .module-body .cell .bonus .scale-wrap .start-point {
            left: 0; }
          .module-table .module-body .cell .bonus .scale-wrap .end-point {
            right: 0; }
          .module-table .module-body .cell .bonus .scale-wrap .sum {
            font-style: normal;
            font-size: 12px;
            line-height: 19px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            display: block;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
            background: #ffffff;
            /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
            /* IE6-9 */
            height: 18px;
            padding: 0 10px;
            border-radius: 10px;
            border: 1px solid #f6f6f6;
            position: absolute;
            bottom: 100%;
            left: 0;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            margin-bottom: 7px; }
            .module-table .module-body .cell .bonus .scale-wrap .sum:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 4px 0 4px;
              border-color: #f3f3f3 transparent transparent transparent;
              position: absolute;
              top: 100%;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
          .module-table .module-body .cell .bonus .scale-wrap .scale {
            display: block;
            position: relative;
            font-size: 0; }
            .module-table .module-body .cell .bonus .scale-wrap .scale.two-units span.first:after {
              content: none; }
            .module-table .module-body .cell .bonus .scale-wrap .scale.three-units span.first:after, .module-table .module-body .cell .bonus .scale-wrap .scale.three-units span.second:after {
              content: none; }
            .module-table .module-body .cell .bonus .scale-wrap .scale.four-units span.first:after, .module-table .module-body .cell .bonus .scale-wrap .scale.four-units span.second:after, .module-table .module-body .cell .bonus .scale-wrap .scale.four-units span.third:after {
              content: none; }
            .module-table .module-body .cell .bonus .scale-wrap .scale span {
              width: 25%;
              height: 12px;
              background: #e3e8ec;
              display: inline-block;
              vertical-align: top;
              position: relative;
              cursor: pointer; }
              .module-table .module-body .cell .bonus .scale-wrap .scale span .colored {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e66b36+0,c3501d+100 */
                background: #e66b36;
                /* Old browsers */
                background: -moz-linear-gradient(top, #e66b36 0%, #c3501d 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #e66b36 0%, #c3501d 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #e66b36 0%, #c3501d 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66b36', endColorstr='#c3501d',GradientType=0 );
                /* IE6-9 */ }
                .module-table .module-body .cell .bonus .scale-wrap .scale span .colored.colored-green {
                  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#65b356+0,0e7139+100 */
                  background: #65b356;
                  /* Old browsers */
                  background: -moz-linear-gradient(top, #65b356 0%, #0e7139 100%);
                  /* FF3.6-15 */
                  background: -webkit-linear-gradient(top, #65b356 0%, #0e7139 100%);
                  /* Chrome10-25,Safari5.1-6 */
                  background: linear-gradient(to bottom, #65b356 0%, #0e7139 100%);
                  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b356', endColorstr='#0e7139',GradientType=0 );
                  /* IE6-9 */ }
              .module-table .module-body .cell .bonus .scale-wrap .scale span .tooltip {
                color: white;
                font-size: 12px;
                line-height: 15px;
                background: #252525;
                padding: 7px;
                position: absolute;
                top: 100%;
                left: 0;
                width: 150px;
                white-space: normal;
                display: none;
                z-index: 1; }
                .module-table .module-body .cell .bonus .scale-wrap .scale span .tooltip:before {
                  content: '';
                  display: block;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 0 4px 4px 4px;
                  border-color: transparent transparent #252525 transparent;
                  position: absolute;
                  bottom: 100%;
                  left: 25px; }
              .module-table .module-body .cell .bonus .scale-wrap .scale span:hover .tooltip {
                display: block; }
              .module-table .module-body .cell .bonus .scale-wrap .scale span.first {
                border-radius: 6px 0 0 6px; }
                .module-table .module-body .cell .bonus .scale-wrap .scale span.first:after {
                  content: '';
                  display: block;
                  width: 4px;
                  background: white;
                  height: 100%;
                  position: absolute;
                  left: 100%;
                  margin-left: -2px;
                  top: 0; }
                .module-table .module-body .cell .bonus .scale-wrap .scale span.first .colored {
                  border-radius: 6px 0 0 6px; }
              .module-table .module-body .cell .bonus .scale-wrap .scale span.second:after, .module-table .module-body .cell .bonus .scale-wrap .scale span.third:after {
                content: '';
                display: block;
                width: 4px;
                background: white;
                height: 100%;
                position: absolute;
                left: 100%;
                margin-left: -2px;
                top: 0; }
              .module-table .module-body .cell .bonus .scale-wrap .scale span.last {
                border-radius: 0 6px 6px 0; }
                .module-table .module-body .cell .bonus .scale-wrap .scale span.last .colored {
                  border-radius: 0 6px 6px 0; }
      .module-table .module-body .cell .text-block .text {
        display: block;
        margin-bottom: 9px; }
        .module-table .module-body .cell .text-block .text a {
          color: #4966f3; }

.module-table .module-body .cell .bonus .scale-wrap .scalenew span {
              width: 50%;
              height: 12px;
              background: #e3e8ec;
              display: inline-block;
              vertical-align: top;
              position: relative;
              cursor: pointer; }
              .module-table .module-body .cell .bonus .scale-wrap .scalenew span .colored {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e66b36+0,c3501d+100 */
                background: #e66b36;
                /* Old browsers */
                background: -moz-linear-gradient(top, #e66b36 0%, #c3501d 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #e66b36 0%, #c3501d 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #e66b36 0%, #c3501d 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66b36', endColorstr='#c3501d',GradientType=0 );
                /* IE6-9 */ }

              .module-table .module-body .cell .bonus .scale-wrap .scalenew span .tooltip {
                color: white;
                font-size: 12px;
                line-height: 15px;
                background: #252525;
                padding: 7px;
                position: absolute;
                top: 100%;
                left: 0;
                width: 150px;
                white-space: normal;
                display: none;
                z-index: 1; }
                .module-table .module-body .cell .bonus .scale-wrap .scalenew span .tooltip:before {
                  content: '';
                  display: block;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 0 4px 4px 4px;
                  border-color: transparent transparent #252525 transparent;
                  position: absolute;
                  bottom: 100%;
                  left: 25px; }
              .module-table .module-body .cell .bonus .scale-wrap .scalenew span:hover .tooltip {
                display: block; }
              .module-table .module-body .cell .bonus .scale-wrap .scalenew span.first {
                border-radius: 6px 0 0 6px; }
                .module-table .module-body .cell .bonus .scale-wrap .scalenew span.first:after {
                  content: '';
                  display: block;
                  width: 4px;
                  background: white;
                  height: 100%;
                  position: absolute;
                  left: 100%;
                  margin-left: -2px;
                  top: 0; }
                .module-table .module-body .cell .bonus .scale-wrap .scalenew span.first .colored {
                  border-radius: 6px 0 0 6px; }
              .module-table .module-body .cell .bonus .scale-wrap .scalenew span.second:after, .module-table .module-body .cell .bonus .scale-wrap .scalenew span.third:after {
                content: '';
                display: block;
                width: 4px;
                background: white;
                height: 100%;
                position: absolute;
                left: 100%;
                margin-left: -2px;
                top: 0; }
              .module-table .module-body .cell .bonus .scale-wrap .scalenew span.last {
                border-radius: 0 6px 6px 0; }
                .module-table .module-body .cell .bonus .scale-wrap .scalenew span.last .colored {
                  border-radius: 0 6px 6px 0; }
				  


.content {
  padding: 0 253px 50px 300px;
  position: relative; }
  .content .main-block {
    min-height: 840px; }
    /*.content .main-block > div:first-child {
        width: inherit;
        min-width: 50%;
    }
    .content .main-block .leftcol {
      float: left;
      padding-right: 6px;
      box-sizing: border-box; }

    .content .main-block .rightcol {
      width: 50%;
      float: right;
      padding-left: 6px;
      box-sizing: border-box; }
    .content .main-block > div:not(:last-child) {
        max-width: 50%;
    }*/
  .content .left-sidebar {
    width: 281px;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 7px; }
  .content .right-sidebar {
    width: 233px;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 7px; }
    .content .right-sidebar .sidebar-module .title {
      border-color: #158040; }

.sidebar-module {
  padding: 20px 15px 20px 20px;
  border-bottom: 1px solid #dee1e3; }
  .sidebar-module.sidebar-module-green {
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1faf4b+0,006a38+100 */
    background: #1faf4b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1faf4b 0%, #006a38 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1faf4b 0%, #006a38 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1faf4b 0%, #006a38 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faf4b', endColorstr='#006a38',GradientType=0 );
    /* IE6-9 */
    border-radius: 0 0 7px 7px; }
    .sidebar-module.sidebar-module-green .title {
      border-color: white; }
    .sidebar-module .title {
        padding: 7px 0;
        font: bold 11px/13px Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: block;
        padding-left: 13px;
        border-left: 7px solid #158040;
        margin-left: -20px;
        margin-bottom: 10px;
    }
  .sidebar-module .manager-name {
    display: block;
    margin-bottom: 10px; }
  .sidebar-module ul.data-list {
    margin: 0;
    list-style: none; }
    .sidebar-module ul.data-list li {
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 20px; }
      .sidebar-module ul.data-list li:last-child {
        margin-bottom: 0; }
      .sidebar-module ul.data-list li .label {
        display: block;
        color: #848484; }
      .sidebar-module ul.data-list li .data-text {
        display: block; }
  .sidebar-module ul.quick-menu-list {
    margin: 0;
    list-style: none; }
    .sidebar-module ul.quick-menu-list li {
      display: table;
      width: 100%;
      margin-bottom: 15px; }
      .sidebar-module ul.quick-menu-list li:last-child {
        margin-bottom: 0; }
      .sidebar-module ul.quick-menu-list li .cell {
        display: table-cell;
        vertical-align: middle; }
        .sidebar-module ul.quick-menu-list li .cell:first-child {
          width: 60px; }
          .sidebar-module ul.quick-menu-list li .cell:first-child img {
            display: block;
            width: 60px;
            height: 60px; }
        .sidebar-module ul.quick-menu-list li .cell:last-child {
          padding-left: 15px; }
          .sidebar-module ul.quick-menu-list li .cell:last-child a {
            font-size: 14px;
            line-height: 18px; }
  .sidebar-module .download-wrap {
    padding-left: 5px; }
    .sidebar-module .download-wrap .btn {
      margin-right: 10px;
      vertical-align: middle;
      width: 95px; }
    .sidebar-module .download-wrap span {
      vertical-align: middle;
      font-weight: bold;
      font-size: 12px;
      line-height: 1;
      color: #d84d23;
      position: relative;
      display: inline-block;
      padding-left: 17px; }
      .sidebar-module .download-wrap span:before {
        content: '';
        display: block;
        border-radius: 50%;
        background: #d84d23;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .sidebar-module ul.table-list {
    list-style: none;
    margin: 0; }
    .sidebar-module ul.table-list li {
      padding: 4px 2px;
      background: #f4f6f7;
      margin-bottom: 9px;
      font-size: 13px;
      line-height: 1;
      display: table;
      width: 100%; }
      .sidebar-module ul.table-list li:nth-child(odd) {
        background: #e3e8ec; }
      .sidebar-module ul.table-list li:last-child {
        margin-bottom: 0; }
      .sidebar-module ul.table-list li span {
        color: #848484;
        display: table-cell;
        vertical-align: top; }
      .sidebar-module ul.table-list li b {
        display: table-cell;
        vertical-align: top;
        width: 74px;
        white-space: nowrap; }
  .sidebar-module .amount-wrap {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px; }
    .sidebar-module .amount-wrap .amount {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 5px; }

.cabinet-module {
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  margin-bottom: 25px; }
  .cabinet-module.cabinet-module-sm .module-body {
    height: 99px;
    border-radius: 0 0 6px 6px;
    position: relative; }
  .cabinet-module .module-head {
    position: relative;
    padding: 0 10px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #4d4d4e;
    border-top: 1px solid #4d4d4e;
    box-shadow: 0 2px 5px rgba(57, 57, 57, 0.53);
    background: #a1a1a1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1a1a1 0%, #575757 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1a1a1 0%, #575757 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1a1a1 0%, #575757 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#575757',GradientType=0 );
    /* IE6-9 */ }
    .cabinet-module .module-head .title {
      color: white;
      font: normal normal 12px/33px Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .cabinet-module .module-head a {
      line-height: 1;
      color: white;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .cabinet-module .module-head a.info-link {
        text-decoration: none;
        display: block;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        background: #f1f1f1;
        line-height: 18px;
        color: #4d4d4e;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        right: 7px;
        margin-top: 1px; }
        .cabinet-module .module-head a.info-link:hover {
          background: white;
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
  .cabinet-module .module-body {
    background: white; }
    .cabinet-module .module-body ul.system-news-list {
      margin: 0;
      list-style: none;
      padding-top: 5px; }
      .cabinet-module .module-body ul.system-news-list li {
        padding: 20px 20px 15px;
        border-bottom: 1px solid #dee1e3; }
        .cabinet-module .module-body ul.system-news-list li .date {
          display: block;
          color: #418ccb;
          font-size: 12px;
          margin-bottom: 10px; }
        .cabinet-module .module-body ul.system-news-list li p {
          margin-bottom: 0; }
  .cabinet-module .foot-link {
    display: block;
    background: url(../images/foot-link-bg.png) repeat-x;
    height: 43px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    font: bold 12px/43px Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(10, 85, 140, 0.53); }
    .cabinet-module .foot-link:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db8e8+0,076fc4+100 */
        background: #7db8e8;
        /* Old browsers */
        background: -moz-linear-gradient(top, #7db8e8 0%, #076fc4 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #7db8e8 0%, #076fc4 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #7db8e8 0%, #076fc4 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db8e8', endColorstr='#076fc4',GradientType=0 );
        /* IE6-9 */
    }

.btn {
  display: inline-block;
  height: 23px;
  box-sizing: border-box;
  text-align: center;
  width: 86px;
  line-height: 21px;
  border-radius: 3px;
  position: relative;
  background: url(../images/btn-bg.png) repeat-x;
  font-size: 14px;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 2px black;
  border: 1px solid #1f803c; }
  .btn.btn-grey {
    background: url(../images/btn-grey-bg.png) repeat-x;
    border-color: #4f4f4f; }
    .btn.btn-grey:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaaaaa+0,595959+100 */
      background: #aaaaaa;
      /* Old browsers */
      background: -moz-linear-gradient(top, #aaaaaa 0%, #595959 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #aaaaaa 0%, #595959 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #aaaaaa 0%, #595959 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#595959',GradientType=0 );
      /* IE6-9 */ }
  .btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90dd85+0,02774c+100 */
    background: #90dd85;
    /* Old browsers */
    background: -moz-linear-gradient(top, #90dd85 0%, #02774c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #90dd85 0%, #02774c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #90dd85 0%, #02774c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dd85', endColorstr='#02774c',GradientType=0 );
    /* IE6-9 */ }

.btn-with-new {
  white-space: nowrap; }
  .btn-with-new span {
    vertical-align: middle;
    color: #d84d23;
    margin-left: 10px;
    font-size: 12px;
    display: inline-block; }

.read-more-link {
  display: inline-block;
  width: 43px;
  height: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  background: url(../images/read-more-bg.png) repeat-x;
  border: 1px solid #919191;
  box-shadow: 0 1px rgba(57, 57, 57, 0.18);
  vertical-align: bottom;
  position: relative;
  margin-left: 6px;
}
  .read-more-link span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #c5c5c5;
    border-radius: 50%;
    box-shadow: 0 1px 1px white, inset 0 1px 1px #484848; }
    .read-more-link span:before, .read-more-link span:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #c5c5c5;
      border-radius: 50%;
      box-shadow: 0 1px 1px white, inset 0 1px 1px #484848;
      position: absolute;
      left: 100%;
      top: 0;
      margin-left: 4px; }
    .read-more-link span:after {
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: 4px; }
  .read-more-link:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c6c6c6+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c6c6c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #c6c6c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #c6c6c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 );
    /* IE6-9 */ }
