@charset "UTF-8";

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

body {
  padding: 0;
  margin: 0;
  background-color: #fafafa; }

.b-space {
  height: 30px; }

/* Text Align */
.b-ta_center {
  text-align: center; }

.b-ta_left {
  text-align: left; }

.b-ta_right {
  text-align: right; }

.b-ta_justify {
  text-align: justify; }

.b-content {
  padding: 0 20px;
  max-width: 1228px;
  font-family: Arial, sans-serif;
  color: #222;}
  .b-content * {
    box-sizing: border-box; }

/* Заголовок */
.b-content-title {
  font-size: 24px;
  font-weight: 700; }
  .b-content-title i {
    margin-left: 16px; }

.b-btn {
  display: block;
  text-decoration: none;
  padding: 20px 23px;
  min-width: 146px;
  font-weight: 400;
  text-align: center;
  margin: 10px; }
  .b-btn_black {
    box-shadow: 0 0 18px rgba(108, 118, 134, 0.1);
    background-color: #4a4848;
    color: #fff; }
  .b-btn_black:hover {
    color: #fff; }
  .b-btn_yellow {
    background-color: #ffd900;
    font-weight: 700; }

.b-form input[type="submit"], .b-form button {
/*  font-family: inherit;
  border: inherit;
  line-height: inherit;
  height: inherit;
  padding: 0; */}

.b-form input[type=text], .b-form input[type=tel], .b-form input[type=email], .b-form input[type=password], .b-form textarea, .b-form select {
  width: 100%;
  padding: 0 10px;
  border-color: #7b7b7b;
  height: 34px;
  border-radius: 2px; }
  .b-form input[type=text][disabled], .b-form input[type=tel][disabled], .b-form input[type=email][disabled], .b-form input[type=password][disabled], .b-form textarea[disabled], .b-form select[disabled] {
    background-color: #f2f2f2;
    color: inherit; }

.b-form textarea {
  min-height: 34px;
  height: auto;
  padding: 2px 10px;}

.b-form__elem {
  margin: 10px 0; }

/* Input */
.b-input__field {
  width: 100%;
  color: #222222;
  border-radius: 2px;
  border: 1px solid #7b7b7b;
  height: 34px;
  padding: 0 15px; }
  .b-input__field[disabled] {
    background-color: #f2f2f2; }

.b-input__label {
  cursor: pointer; }

/* File */
.b-file {
  display: flex;
  align-items: center; }
  .b-file__name {
    transition: .2s ease-in-out; }
  .b-file__field {
    opacity: 0;
    width: .1px;
    height: .1px;
    padding: 0;
    margin: 0; }
  .b-file__label {
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    line-height: 22px;
    text-align: center;
    padding: 0 15px;
    margin-right: 15px; }

/* Submit */
.b-submit {
  /*max-width: 146px;
  height: 55px; */}
  .b-submit__field {
    line-height: 55px;
    color: #090d10;
    font-weight: 700;
    background-color: #ffd900; }

/* Date */
.b-date {
  position: relative; }
  .b-date__icon {
    position: absolute;
    top: 7px;
    right: 18px; }

/* Textarea */
/* Number */
.b-number {
  position: relative;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  border-radius: 3px; }
  .b-number__field {
    width: 100%;
    height: 34px;
    border: 0;
    text-align: center;
    padding-right: 14px;
    background-color: #ffffff;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    .b-number__field::-webkit-inner-spin-button, .b-number__field::-webkit-outer-spin-button {
      -webkit-appearance: none; }
  .b-number__controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #c4c4c4;
    width: 14px; }
  .b-number__btn {
    display: block;
    height: 50%;
    margin: 0 auto;
    position: relative; }
    .b-number__btn:after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .b-number__btn_up:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black;
      bottom: 4px; }
    .b-number__btn_down:after {
      top: 4px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }

.sprite {
  background-image: url("images/sprite_tables.png");
  background-repeat: no-repeat;
  display: block; }

.sprite-icon-dollar {
  width: 32px;
  height: 32px;
  background-position: -5px -5px; }

.sprite-icon-mony {
  width: 30px;
  height: 30px;
  background-position: -47px -5px; }

.sprite-icon-up {
  width: 30px;
  height: 30px;
  background-position: -47px -45px; }

.sprite-icon-user {
  width: 28px;
  height: 32px;
  background-position: -87px -5px; }

.sprite-icon-user_plus {
  width: 24px;
  height: 25px;
  background-position: -5px -47px; }

.sprite-icon-user_s {
  width: 19px;
  height: 22px;
  background-position: -87px -47px; }

.b-date {
  display: flex; }
  .b-date__item {
    margin-right: 71px; }

.b-row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap; }
  .b-row_center {
    align-items: center; }

.b-col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px 20px; }
  .b-col_pb-0 {
    padding-bottom: 0; }
  .b-col_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .b-col_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .b-col_3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .b-col_4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%; }
  .b-col_5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%; }
  .b-col_6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .b-col_7 {
    max-width: 58.333333%;
    flex: 0 0 58.333333%; }
  .b-col_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .b-col_9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .b-col_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .b-col_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .b-col_12 {
    flex: 0 0 100%;
    max-width: 100%; }

.b-feature {
  background-color: #ffd900;
  display: flex;
  padding: 20px;
  align-items: center; }
  .b-feature__icon {
    max-width: 61px;
    width: 100%;
    height: 61px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    border-radius: 32px; }
  .b-feature__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
    white-space: nowrap; }
  .b-feature__desc {
    white-space: nowrap; }

.b-info {
  display: flex; }
  .b-info_justify {
    justify-content: space-between; }
  .b-info_blue {
    padding: 20px;
    margin-bottom: 4px;
    box-shadow: 0 4px 0 #b8e7f9;
    background-color: #f0f8fc; }
  .b-info_green {
    padding: 20px;
    margin-bottom: 4px;
    box-shadow: 0 4px 0 #bbe6ac;
    background-color: #eefce9; }
  .b-info_white {
    padding: 20px;
    margin-bottom: 4px;
    box-shadow: 0 4px 0 #fff;
    background-color: #fff; }
  .b-info__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 21px; }
    .b-info__title_icon {
      position: relative;
      padding-left: 30px;
      line-height: 24px; }
      .b-info__title_icon i {
        position: absolute;
        left: 0;
        top: 0; }
  .b-info__content {
    display: flex; }
  .b-info__info {
    position: relative;
    padding-left: 28px;
    line-height: 19px; }
    .b-info__info:not(:last-child) {
      margin-right: 20px; }
    .b-info__info:before {
      content: '';
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      top: 0; }
    .b-info__info_new:before {
      background-color: #873f88; }
    .b-info__info_work:before {
      background-color: #46b8da; }

/* reset */
.b-table table, .b-table-data table, .b-info-table table {
  margin: 0; }

.b-table tr:nth-child(2n+1), .b-table tr:nth-child(2n), .b-table caption, .b-table-data tr:nth-child(2n+1), .b-table-data tr:nth-child(2n), .b-table-data caption, .b-info-table tr:nth-child(2n+1), .b-info-table tr:nth-child(2n), .b-info-table caption {
  background: inherit; }

.b-table td, .b-table-data td, .b-info-table td {
  border: 0; }

/* new */
.b-table {
  background-color: #fafafa;
  box-shadow: 0 0 18px rgba(108, 118, 134, 0.1); }
  .b-table table {
    width: 100%;
    border-collapse: collapse; }
  .b-table caption {
    font-size: 18px;
    padding: 16px;
    text-align: left; }
  .b-table thead {
    background-color: #898989;
    color: #d3d3d3; }
  .b-table th, .b-table td {
    padding: 16px;
    text-align: left;
    font-weight: 400; }
  .b-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .b-table_gray {
    box-shadow: none; }
    .b-table_gray tbody {
      background-color: #f2f2f2; }
      .b-table_gray tbody tr:nth-child(even) {
        border: 0;
        background: transparent; }
      .b-table_gray tbody tr:not(:first-child) {
        border-top: 1px solid; }
      .b-table_gray tbody td {
        border: 0; }

.b-table-data table {
  width: 100%;
  border-collapse: collapse; }

.b-table-data th {
  border-top: 1px solid;
  border-bottom: 1px solid; }
  .b-table-data th:first-child {
    text-align: left; }

.b-table-data td, .b-table-data th {
  font-weight: 400;
  padding: 16px; }

.b-table-data td {
  border: 0; }
  .b-table-data td:first-child {
    display: flex;
    align-items: center; }
  .b-table-data td:not(:first-child) {
    text-align: center; }

.b-table-data__status {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  margin-right: 7px;
  display: inline-block; }

.b-table-data_blue th {
  border-color: #b8e7f9; }

.b-table-data_green th {
  border-color: #bbe6ac; }

.b-info-table table td {
  border: 0;
  padding: 6px 6px; }

/* Status */
.b-status {
  display: flex;
  align-items: center; }
  .b-status__symbol {
    margin-right: 8px;
    max-width: 20px;
    width: 20px;
    flex-basis: 20px;
    height: 20px;
    border-radius: 3px; }
  .b-status__title, .b-status__symbol {
    display: block; }
  .b-status a {
    margin-left: 12px; }

.b-accordion {
  box-shadow: 0 0 18px rgba(108, 118, 134, 0.1);
  background-color: #fff;
  margin: 10px 0; }
  .b-accordion_blue {
    background-color: #f0f8fc; }
  .b-accordion_green {
    background-color: #eefce9; }
  .b-accordion__title {
    font-size: 18px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .b-accordion__title.is-active .b-accordion__symbol:before {
      height: 4px; }
  .b-accordion__content {
    display: none; }
  .b-accordion__symbol {
    width: 26px;
    height: 26px;
    background-color: #4a4848;
    border-radius: 13px;
    position: relative;
    margin-left: 14px; }
    .b-accordion__symbol:after, .b-accordion__symbol:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #fff;
      transition: .35s; }
    .b-accordion__symbol:after {
      height: 4px;
      width: 12px; }
    .b-accordion__symbol:before {
      width: 4px;
      height: 12px; }

.b-sum {
  box-shadow: 0 0 18px rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 80px;
  padding: 15px;
  display: flex;
  align-items: center; }
  .b-sum__title {
    margin-right: 13px; }
  .b-sum__count {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

/* Шапка */
.b-request-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }
  .b-request-header__col {
    display: flex;
    align-items: flex-end; }
    .b-request-header__col > *:not(:last-child) {
      margin-right: 20px; }

/* Ссылка */
.b-request-link {
  text-decoration: none;
  display: block; }
  .b-request-link i {
    margin-right: 8px; }
  .b-request-link span {
    border-bottom: 1px dashed;
    display: inline-block;
    cursor: pointer; }
  .b-request-link_ib {
    display: inline-block; }

/* Элемент карточки заявки */
.b-request-item {
  border: 1px solid #898989;
  padding: 16px; }
  .b-request-item:not(:last-child) {
    margin-bottom: 20px; }
  .b-request-item__title {
    margin-bottom: 15px; }
  .b-request-item__btn:not(:last-child), .b-request-item__table:not(:last-child) {
    margin-bottom: 10px; }
  .b-request-item__form .b-form__elem {
    margin: 15px 0; }
    .b-request-item__form .b-form__elem:last-child {
      margin: 15px 0 0 0; }

/* Конпка для модалки */
.b-request-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 7px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191; }
  .b-request-btn__title {
    /*font-size: 18px;*/ }
  .b-request-btn__btn {
    max-width: 199px;
    flex-basis: 199px;
    margin: 0;
    padding: 10px 5px;
    line-height: 1;
    border-radius: 3px; }
    .b-request-btn__btn i {
      margin-right: 10px; }

/* Заголовок */
.b-request-title {
  background-color: #ffd900;
  line-height: 1.3em;;
  padding: 0 0 0 5px;
  font-size: 1.2em; }
  .b-request-title i {
    margin-left: 10px; }

/* Форма */
.b-request-form {
  background-color: #f2f2f2;
  padding: 15px 15px 0;
  margin-bottom: 20px; }
  .b-request-form .b-textarea textarea {
    padding: 10px; }
  .b-request-form__elem {
    display: flex; }
  .b-request-form__label {
    position: relative;
    line-height: 34px; }
  .b-request-form__field {
    position: relative; }
  .b-request-form__icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 26px;
    height: 26px;
    border: 2px solid;
    text-align: center;
    line-height: 23px;
    border-radius: 50%; }
    .b-request-form__icon_red {
      border-color: #ff0000; }
    .b-request-form__icon_blue {
      border-color: #0000ff; }
  .b-request-form__link {
    position: absolute;
    top: 0;
    right: 0; }
  .b-request-form__input {
    border-radius: 2px;
    border: 1px solid #7b7b7b;
    background-color: #fff;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    min-height: 34px;
    align-items: center;
    position: relative; }
    .b-request-form__input button {
      background: inherit;
      height: auto;
      font-family: inherit;
      border: 0;
      color: inherit;
      padding: 0;
      font-weight: inherit; }
      .b-request-form__input button span {
        position: relative;
        z-index: 2; }
      .b-request-form__input button[disabled]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f2f2f2; }
  .b-request-form__input.disabled {
    background-color: #f2f2f2; }
  .b-request-form__line {
    border-top: 1px solid #7b7b7b;
    min-height: 60px;
    margin: 0; }
    .b-request-form__line_last {
      border-bottom: 1px solid #7b7b7b;
      margin-bottom: 20px; }
  .b-request-form__sum {
    font-size: 30px; }
    .b-request-form__sum a {
      margin-left: 12px; }
  .b-request-form__edit {
    font-size: 16px; }
  .b-request-form__comments {
    max-height:170px; overflow:auto; }
  .b-request-form__phone-icon {
    position: absolute;
    top: 7px;
    right: 18px; }

.b-user-info__content {
  background-color: #f2f2f2;
  padding: 15px 15px 0; }
  .b-user-info__content_wh {
    background-color: transparent; }

.b-user-info .select2-container .select2-selection--single {
  height: 34px;
  padding: 0 35px 0 15px;
  border-color: #7b7b7b;
  border-radius: 2px; }

.b-user-info .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 32px;
  color: inherit; }

.b-user-info .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 35px; }
  .b-user-info .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
    height: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    border-color: #222;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.b-user-info .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: translateY(0) rotate(135deg) rotateY(180deg);
  transform: translateY(0) rotate(135deg) rotateY(180deg); }

.b-user-info .b-textarea textarea {
  min-height: 94px; }

.b-user-info__save {
  max-width: 146px; }
  .b-user-info__save input[type="submit"] {
    height: 55px;
    background-color: #ffd900; }

/* Time */
.b-user-time {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .b-user-time > *:not(:last-child) {
    margin-right: 10px; }

/* Links */
.b-user-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.b-user-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .b-user-tags a {
    margin-right: 15px; }