@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }
@font-face {
  font-family: "SFUIText";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/SFUITextLight/SFUITextLight.eot");
  src: url("../fonts/SFUITextLight/SFUITextLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextLight/SFUITextLight.woff") format("woff"), url("../fonts/SFUITextLight/SFUITextLight.ttf") format("truetype"); }
@font-face {
  font-family: "SFUIText";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SFUITextRegular/SFUITextRegular.eot");
  src: url("../fonts/SFUITextRegular/SFUITextRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextRegular/SFUITextRegular.woff") format("woff"), url("../fonts/SFUITextRegular/SFUITextRegular.ttf") format("truetype"); }
@font-face {
  font-family: "SFUIText";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/SFUITextMedium/SFUITextMedium.eot");
  src: url("../fonts/SFUITextMedium/SFUITextMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextMedium/SFUITextMedium.woff") format("woff"), url("../fonts/SFUITextMedium/SFUITextMedium.ttf") format("truetype"); }
@font-face {
  font-family: "SFUIText";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SFUITextSemibold/SFUITextSemibold.eot");
  src: url("../fonts/SFUITextSemibold/SFUITextSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextSemibold/SFUITextSemibold.woff") format("woff"), url("../fonts/SFUITextSemibold/SFUITextSemibold.ttf") format("truetype"); }
@font-face {
  font-family: "SFUIText";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SFUITextBold/SFUITextBold.eot");
  src: url("../fonts/SFUITextBold/SFUITextBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextBold/SFUITextBold.woff") format("woff"), url("../fonts/SFUITextBold/SFUITextBold.ttf") format("truetype"); }
/*Reset basic style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: no-repeat 0% 0%;
  -webkit-background-size: cover;
  background-size: cover; }
  .icon--dropdown {
    width: 10px;
    height: 6px;
    background-image: url(../img/icons/dropdown.svg); }
  .icon--arrows {
    width: 6px;
    background-image: url(../img/icons/arrows.svg); }
  .icon--reload {
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/reload.svg); }
  .icon--comment {
    width: 22px;
    height: 21px;
    background-image: url(../img/icons/comment.svg);
    background-image: url(../img/icons/comment.png); }
  .icon--comment-hover {
    width: 22px;
    height: 21px;
    background-image: url(../img/icons/comment-hover.svg); }
  .icon--mail {
    width: 18px;
    height: 14px;
    background-image: url(../img/icons/mail.svg); }
  .icon--eye {
    width: 19px;
    height: 14px;
    background-image: url(../img/icons/eye.svg); }
  .icon--close {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/close.svg); }
  .icon--close_tag {
    width: 7px;
    height: 7px;
    background-image: url(../img/icons/close_tag.svg); }
  .icon--done {
    width: 65px;
    height: 65px;
    background-image: url(../img/icons/done.svg); }
  .icon--date {
    width: 18px;
    height: 20px;
    background-image: url(../img/icons/date.svg); }
  .icon--external {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/external.svg); }
  .icon--close__hidden-content {
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/close__hidden-content.svg); }
  .icon--pg-left {
    width: 16px;
    height: 10px;
    background-image: url(../img/icons/pg-left.svg); }
  .icon--pg-right {
    width: 16px;
    height: 10px;
    background-image: url(../img/icons/pg-right.svg); }
  .icon--moto, .icon--auto {
    margin-left: 14px;
    vertical-align: text-bottom; }
  .icon--moto {
    width: 27px;
    height: 16px;
    background-image: url(../img/icons/motorcycle.svg); }
  .icon--auto {
    margin-left: 10px;
    width: 32px;
    height: 16px;
    background-image: url(../img/icons/car.svg); }

::placeholder {
  color: #9EA0A5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }

.authorization {
  position: relative;
  z-index: 997;
  font-family: "Roboto", sans-serif; }

.blur-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 102, 255, 0.05);
  backdrop-filter: blur(14px);
  z-index: 998; }

.authorization {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 464px;
  padding: 56px 56px 80px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);
  z-index: 999; }
  .authorization .title {
    margin-bottom: 10px;
    color: #0A1F44;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-align: center; }
  .authorization .status {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px; }
    .authorization .status .txt {
      margin-right: 32px; }
      .authorization .status .txt span {
        color: #8A94A6; }
    .authorization .status .route a {
      color: #0C66FF; }
  .authorization .form-wrap {
    margin-top: 100px; }
  .authorization form {
    padding: 0 24px; }
  .authorization label {
    position: relative;
    display: block;
    margin-bottom: 24px; }
    .authorization label .icon {
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%); }
      .authorization label .icon--mail {
        pointer-events: none; }
      .authorization label .icon--eye {
        cursor: pointer; }
  .authorization input {
    width: 100%;
    height: 48px;
    padding: 14px 40px 14px 16px;
    border: 1px solid #E1E4E8;
    border-radius: 4px;
    color: #0A1F44;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: none; }
    .authorization input:hover, .authorization input:focus {
      padding-left: 15px;
      border: 2px solid #0C66FF;
      outline: none; }
    .authorization input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin: -3px 6px 0 0;
      padding: 0;
      vertical-align: middle;
      cursor: pointer; }
  .authorization .form-item.notice label {
    margin-bottom: 0; }
  .authorization .form-item--remember label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer; }
    .authorization .form-item--remember label input[type="checkbox"] {
      outline: none;
      border: 1px solid #E1E4E8; }
    .authorization .form-item--remember label:hover input[type="checkbox"] {
      border: 1px solid #0C66FF; }
  .authorization .tooltip {
    position: relative;
    width: 100%;
    padding: 8px 15px 8px 37px;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    color: #9EA0A5;
    font-size: 12px;
    line-height: 16px; }
    .authorization .tooltip .icon {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      cursor: pointer; }
  .authorization .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px; }
    .authorization .btn-group .text {
      margin-right: 46px; }
      .authorization .btn-group .text a {
        color: #0C66FF; }
    .authorization .btn-group .btn {
      min-width: 144px;
      padding: 14px 10px;
      background-color: #0C66FF;
      color: #FFF;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
      border: none;
      border-radius: 34px;
      cursor: pointer; }
  .authorization--reg .form-wrap {
    margin-top: 70px; }
  .authorization--reg .btn {
    width: 100%;
    background: linear-gradient(135deg, #FF5980 0%, #FFA882 100%); }
  .authorization--recovery {
    padding-bottom: 120px; }
    .authorization--recovery .title {
      margin-bottom: 127px; }
  .authorization--recovery_done {
    padding-bottom: 127px; }
    .authorization--recovery_done .status .txt {
      margin-right: 0; }
    .authorization--recovery_done .form-wrap {
      margin-top: 86px;
      text-align: center; }
      .authorization--recovery_done .form-wrap .icon {
        margin-bottom: 86px; }
    .authorization--recovery_done .btn-group {
      justify-content: center;
      margin-top: 0; }
      .authorization--recovery_done .btn-group .text {
        margin-right: 0; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .jq-checkbox input,
  .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }

.jq-selectbox {
  position: relative;
  display: inline-block;
  z-index: 10; }
  .jq-selectbox select,
  .jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .jq-selectbox li,
  .jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }
  .jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; }
  .jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none; }

.jq-checkbox,
.jq-radio {
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C9CED6;
  cursor: pointer; }
  .jq-checkbox.focused, .jq-checkbox.focused,
  .jq-radio.focused,
  .jq-radio.focused {
    border: 1px solid #0C66FF; }
  .jq-checkbox.disabled, .jq-checkbox.disabled,
  .jq-radio.disabled,
  .jq-radio.disabled {
    opacity: 0.55; }

.jq-checkbox {
  border-radius: 3px; }
  .jq-checkbox.checked {
    border: 1px solid #0C66FF;
    background-color: #0C66FF; }
    .jq-checkbox.checked .jq-checkbox__div {
      width: 9px;
      height: 5px;
      margin: 3px 0 0 2px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg); }

.jq-radio {
  border-radius: 50%; }
  .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }
  .jq-number.focused .jq-number__field {
    border: 1px solid #5794BF; }
  .jq-number.disabled .jq-number__field,
  .jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888; }
  .jq-number.disabled .jq-number__spin::after {
    border-bottom-color: #AAA; }
  .jq-number.disabled .jq-number__spin.minus::after {
    border-top-color: #AAA; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }
  .jq-number__field:hover {
    border-color: #B3B3B3; }
  .jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }
  .jq-number__spin.minus {
    top: auto;
    bottom: 0; }
    .jq-number__spin.minus::after {
      top: 5px;
      border-top: 5px solid #999;
      border-right: 5px solid transparent;
      border-bottom: none;
      border-left: 5px solid transparent; }
    .jq-number__spin.minus:hover::after {
      border-top-color: #000; }
  .jq-number__spin.plus:hover::after {
    border-bottom-color: #000; }
  .jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6); }
  .jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD; }
  .jq-number__spin::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .jq-selectbox li {
    min-height: 20px;
    padding: 10px 14px;
    color: #9EA0A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; }
    .jq-selectbox li.selected {
      background-color: #3f86ff;
      color: #FFF; }
    .jq-selectbox li:hover {
      background-color: #3f86ff;
      color: #FFF; }
    .jq-selectbox li.disabled {
      background-color: #d8e6ff;
      color: #FFF; }
      .jq-selectbox li.disabled:hover {
        cursor: not-allowed; }
    .jq-selectbox li.optgroup {
      font-weight: bold; }
      .jq-selectbox li.optgroup:hover {
        background: none;
        color: #231F20;
        cursor: default; }
    .jq-selectbox li.option {
      padding-left: 25px; }
  .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794BF; }
  .jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888; }
  .jq-selectbox.opened .jq-selectbox__trigger-arrow, .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    background-image: url(../img/icons/arrows-hover.svg); }
  .jq-selectbox .placeholder {
    color: #888; }

.jq-selectbox__select {
  padding: 14px 34px 12px 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  transition: all 0.25s ease; }
  .jq-selectbox__select:hover {
    border: 1px solid #0C66FF; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0%, -50%);
  width: 6px;
  height: 10px;
  background-image: url(../img/icons/arrows.svg); }

.jq-selectbox__dropdown {
  width: 300px;
  margin: 0;
  padding: 26px 28px 8px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1); }

.pagination {
  display: flex;
  justify-content: center;
  margin: 106px auto; }
  .pagination .page-item {
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    transition: all 0.25s ease; }
    .pagination .page-item a,
    .pagination .page-item span {
      display: block;
      padding: 11px 21px; }
    .pagination .page-item.active {
      background-color: #1665D8; }
      .pagination .page-item.active:hover {
        background-color: #1665D8; }
        .pagination .page-item.active:hover a {
          color: #FFF; }
      .pagination .page-item.active a {
        color: #FFF; }
    .pagination .page-item:hover {
      background-color: #E7EFFB; }
      .pagination .page-item:hover a {
        color: #3E3F42; }
    .pagination .page-item.prev, .pagination .page-item.next {
      border: 1px solid #EAEDF3;
      border-radius: 5px;
      background-color: #FFF;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
      transition: all 0.25s ease; }
      .pagination .page-item.prev a, .pagination .page-item.next a {
        padding: 11px 15px;
        transition: all 0.25s ease; }
        .pagination .page-item.prev a span, .pagination .page-item.next a span {
          display: inline-block;
          padding: 0;
          color: #3E3F42;
          font-size: 14px;
          line-height: 22px; }
        .pagination .page-item.prev a:hover, .pagination .page-item.next a:hover {
          background-color: #E7EFFB; }
      .pagination .page-item.prev.disabled, .pagination .page-item.next.disabled {
        opacity: 0.7;
        cursor: not-allowed; }
    .pagination .page-item.prev {
      margin-right: 60px; }
      .pagination .page-item.prev a {
        padding-right: 28px; }
      .pagination .page-item.prev span {
        margin-left: 30px; }
    .pagination .page-item.next {
      margin-left: 60px; }
      .pagination .page-item.next a {
        padding-left: 21px; }
      .pagination .page-item.next span {
        margin-right: 30px; }
  .pagination .wrapper {
    display: flex;
    border: 1px solid #EAEDF3;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border-radius: 5px; }
    .pagination .wrapper .page-item.active:first-child {
      border-radius: 5px 0 0 5px; }
    .pagination .wrapper .page-item.active:last-child {
      border-radius: 0 5px 5px 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

#vigruzka {
  background-color: #F6F6F7;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0; }

.container-global {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
  border: 1px solid rgba(0, 0, 0, 0.01);
  background-color: #fff; }

.color-dot {
  position: relative; }
  .color-dot .external,
  .color-dot .inner {
    position: absolute;
    border-radius: 100px; }
  .color-dot .external {
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1); }
  .color-dot .inner {
    top: 7px;
    left: 6px;
    width: 6px;
    height: 6px;
    background-color: #22C993; }

a {
  color: #3E3F42;
  text-decoration: none; }
  a:hover {
    color: #0C66FF;
    text-decoration: none; }

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease; }
  #preloader .spinner-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -24px;
    margin-right: -24px;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #preloader.active {
    visibility: visible;
    opacity: 1; }

header {
  display: flex;
  align-self: center;
  justify-content: space-between;
  height: 70px;
  padding: 16px 26px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #EAEDF3; }
  header .logo {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 144px;
    margin-left: 16px; }
    header .logo img {
      width: 100%; }
  header .wrap {
    display: flex;
    align-items: center;
    margin: 0 20px; }
    header .wrap .title {
      color: #1C1C1C;
      font-size: 19px;
      letter-spacing: 0.47px;
      line-height: 23px; }
    header .wrap .count {
      display: flex;
      align-items: center; }
      header .wrap .count span {
        color: #9EA0A5;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase; }
      header .wrap .count .total {
        margin-left: 32px;
        margin-right: 20px;
        color: #3E3F42;
        font-size: 26px;
        line-height: 38px; }
      header .wrap .count .new {
        margin-right: 9px;
        padding: 3px 6px;
        color: #fff;
        background-color: #34AA44;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        border-radius: 4px; }
  header .user {
    position: relative;
    display: flex;
    align-items: center;
    color: #3E3F42;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.25s ease; }
    header .user .user__foto {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin-right: 8px;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      background: linear-gradient(135deg, #FF5980 0%, #FFA882 100%);
      overflow: hidden; }
      header .user .user__foto img {
        width: 100%; }
    header .user .user-dropdown {
      position: absolute;
      top: 40px;
      left: 0;
      width: 158px;
      padding: 18px 0;
      border-radius: 3px;
      background-color: #FFF;
      z-index: 99;
      visibility: hidden;
      opacity: 0;
      transition: all 0.25s ease;
      border: 1px solid rgba(229, 234, 235, 0.55);
      box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12); }
      header .user .user-dropdown a {
        display: block;
        padding: 8px;
        text-align: center;
        transition: all 0.25s ease; }
        header .user .user-dropdown a:hover {
          background-color: #F8F9FB; }
      header .user .user-dropdown.active {
        visibility: visible;
        opacity: 1; }
    header .user:hover .user__name {
      color: #0C66FF; }

.vigruzka-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 21px 0; }
  .vigruzka-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px; }
    .vigruzka-content .header .date span,
    .vigruzka-content .header .date strong {
      color: #9EA0A5;
      vertical-align: middle; }
    .vigruzka-content .header .date span {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .vigruzka-content .header .date strong {
      margin-left: 8px;
      line-height: 38px;
      font-weight: 500; }
    .vigruzka-content .header .date time {
      font-size: 18px; }
  .vigruzka-content .header__left {
    display: flex;
    align-items: center; }

.btn {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px; }
  .btn a {
    display: block;
    padding: 13px 16px;
    color: #3E3F42;
    text-decoration: none; }
    .btn a:active, .btn a:hover {
      background-color: #F6F7F8; }
  .btn i {
    margin-left: 24px;
    cursor: pointer;
    pointer-events: none; }
  .btn--reload {
    margin-right: 16px;
    border: 1px solid #E1E4E8;
    color: #3E3F42;
    line-height: 22px; }
    .btn--reload a {
      padding-right: 20px; }
  .btn--loading .icon {
    animation: rotate 1s linear infinite; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .btn--unload {
    border: 1px solid #0C66FF;
    color: #0D55CF;
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.06), 0 1px 1px 0 rgba(22, 29, 37, 0.1); }
    .btn--unload a {
      color: #0D55CF; }

.tag-wrap {
  display: flex;
  margin-bottom: 8px; }
  .tag-wrap .tag {
    position: relative;
    margin-right: 8px;
    padding: 4px 20px 4px 8px;
    color: #0D55CF;
    font-family: "SFUIText", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    background-color: #CCE6FF;
    border-radius: 3px; }
    .tag-wrap .tag a {
      display: block;
      color: #0D55CF; }
    .tag-wrap .tag .icon {
      position: absolute;
      top: 8px;
      right: 7px; }

.table {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px; }
  .table .column {
    padding-right: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    transition: all 0.25s ease; }
    .table .column.active .heading .icon--dropdown {
      transform: rotate(0deg); }
    .table .column .tooltip {
      position: absolute;
      top: 2px;
      left: 119px;
      border: 1px solid rgba(151, 151, 151, 0.1);
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
      font-size: 12px;
      font-weight: 300;
      line-height: 14px;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s ease; }
      .table .column .tooltip.visible {
        opacity: 1;
        visibility: visible; }
      .table .column .tooltip span {
        display: inline-block;
        padding: 4px 8px;
        background-color: rgba(158, 160, 165, 0.04);
        color: #3E3F42; }
      .table .column .tooltip::after, .table .column .tooltip::before {
        top: 100%;
        left: 105px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .table .column .tooltip::before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: rgba(0, 0, 0, 0.05);
        border-width: 10px;
        margin-left: -10px; }
      .table .column .tooltip::after {
        border-color: rgba(239, 239, 239, 0);
        border-top-color: rgba(158, 160, 165, 0.04);
        border-top-color: #fefefe;
        border-width: 8px;
        margin-left: -8px; }
    .table .column .date,
    .table .column .name,
    .table .column .price {
      width: 100%;
      color: #3E3F42;
      font-size: 14px;
      line-height: 22px; }
    .table .column .status,
    .table .column .place,
    .table .column .phone-other,
    .table .column .price-other {
      color: #9EA0A5;
      font-size: 12px;
      line-height: 18px; }
    .table .column .date .mark {
      position: relative;
      top: -10px;
      margin-left: 0;
      padding: 2px 4px;
      color: #FFF;
      background-color: #34AA44;
      font-size: 9px;
      font-weight: 500;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 4px; }
    .table .column .phone {
      color: #1665D8;
      font-size: 14px;
      line-height: 22px; }
      .table .column .phone a {
        color: #1665D8; }
        .table .column .phone a:hover {
          color: #0C66FF; }
    .table .column .phone-other a {
      color: #9EA0A5; }
      .table .column .phone-other a:hover {
        color: #0C66FF; }
    .table .column .action {
      position: relative; }
      .table .column .action .title {
        margin-bottom: 8px;
        color: #9EA0A5;
        font-size: 12px;
        line-height: 18px; }
      .table .column .action .jq-selectbox .jq-selectbox__select {
        position: relative;
        width: 110px;
        padding: 8px 16px;
        padding-right: 36px;
        color: #3E3F42;
        font-size: 14px;
        line-height: 22px;
        border: 1px solid #E1E4E8;
        border-radius: 4px; }
        .table .column .action .jq-selectbox .jq-selectbox__select:hover {
          border: 1px solid #0C66FF; }
      .table .column .action .jq-selectbox.opened .jq-selectbox__select {
        border: 1px solid #0C66FF; }
      .table .column .action .jq-selectbox__dropdown {
        width: 300px !important; }
        .table .column .action .jq-selectbox__dropdown ul li {
          position: relative;
          padding: 10px 16px 12px;
          color: #3E3F42;
          font-size: 12px;
          font-weight: 500;
          line-height: 18px;
          border-bottom: 1px solid #F1F2F4;
          text-transform: uppercase; }
          .table .column .action .jq-selectbox__dropdown ul li.disabled {
            display: none; }
          .table .column .action .jq-selectbox__dropdown ul li::before, .table .column .action .jq-selectbox__dropdown ul li::after {
            content: "";
            position: absolute;
            display: block;
            border-radius: 100px; }
          .table .column .action .jq-selectbox__dropdown ul li::before {
            top: 6px;
            left: 5px;
            height: 8px;
            width: 8px;
            background-color: #FFF;
            box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1); }
          .table .column .action .jq-selectbox__dropdown ul li::after {
            top: 7px;
            left: 6px;
            height: 6px;
            width: 6px;
            background-color: #22C993; }
          .table .column .action .jq-selectbox__dropdown ul li:hover {
            background-color: #F8F9FB; }
          .table .column .action .jq-selectbox__dropdown ul li:last-child {
            border-bottom: none; }
          .table .column .action .jq-selectbox__dropdown ul li:nth-child(3)::after {
            background-color: #F03D3D; }
          .table .column .action .jq-selectbox__dropdown ul li:nth-child(4)::after {
            background-color: #FFAD0D; }
          .table .column .action .jq-selectbox__dropdown ul li:nth-child(5)::after {
            background-color: #0C66FF; }
    .table .column--date, .table .column--phone, .table .column--owner, .table .column--price {
      flex-wrap: wrap; }
    .table .column--ad {
      display: flex;
      align-items: center;
      width: 31%; }
      .table .column--ad img {
        width: 66px;
        height: 66px;
        margin-right: 24px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 4px; }
      .table .column--ad a {
        position: relative;
        font-size: 14px;
        font-weight: 500; }
    .table .column--date {
      position: relative;
      width: 16%; }
    .table .column--phone {
      width: 15%;
      position: relative; }
      .table .column--phone .tooltip {
        top: -14px;
        left: 17px;
        z-index: 101; }
        .table .column--phone .tooltip::before, .table .column--phone .tooltip::after {
          left: 40px; }
    .table .column--owner {
      width: 10%; }
    .table .column--price {
      width: 11%; }
    .table .column--status {
      width: 14%; }
    .table .column--comment {
      position: relative;
      width: 3%;
      padding-right: 0px; }
      .table .column--comment a {
        transition: all 0.25s ease; }
        .table .column--comment a:hover .icon--comment {
          background-image: url(../img/icons/comment-hover.svg); }
      .table .column--comment.active .icon--comment {
        background-image: url(../img/icons/comment-hover.svg); }
      .table .column--comment.active.active .dropdown {
        visibility: visible;
        opacity: 1; }
      .table .column--comment .dropdown {
        position: absolute;
        top: 8px;
        right: 39px;
        width: 377px;
        padding: 28px 28px 16px;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);
        visibility: hidden;
        opacity: 0;
        transition: all 0.25s ease; }
        .table .column--comment .dropdown textarea {
          width: 100%;
          min-height: 96px;
          padding: 13px 16px;
          border: 1px solid #E1E4E8;
          border-radius: 4px;
          outline: none;
          transition: all 0.25s ease; }
          .table .column--comment .dropdown textarea:hover, .table .column--comment .dropdown textarea:focus {
            border: 1px solid #0C66FF; }
        .table .column--comment .dropdown .close {
          margin-top: 16px;
          padding: 7px 0px 8px;
          text-align: right; }
          .table .column--comment .dropdown .close a {
            color: #0C66FF;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            border-radius: 4px;
            padding: 7px 17px 8px; }
            .table .column--comment .dropdown .close a:hover {
              background-color: rgba(12, 102, 255, 0.1); }
  .table__head, .table__content {
    display: flex;
    flex-wrap: wrap; }
  .table__head {
    position: sticky;
    top: 0;
    color: #9EA0A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #E1E4E8;
    background-color: #fff;
    z-index: 99; }
    .table__head .mCSB_scrollTools {
      right: 4px;
      width: 4px; }
      .table__head .mCSB_scrollTools .mCSB_draggerContainer {
        top: 0;
        height: 100%;
        border-radius: 2px;
        background-color: #fff; }
      .table__head .mCSB_scrollTools .mCSB_dragger {
        background-color: #F0F0F0;
        border-radius: 2px;
        height: 94px !important; }
    .table__head .column {
      padding-right: 0; }
      .table__head .column .heading {
        position: relative; }
        .table__head .column .heading .icon--dropdown {
          position: absolute;
          top: 20px;
          right: 16px;
          transform: rotate(180deg);
          transition: all 0.25s ease;
          opacity: 0; }
      .table__head .column--ad, .table__head .column--date, .table__head .column--owner, .table__head .column--price, .table__head .column--status, .table__head .column--comment {
        position: relative; }
        .table__head .column--ad .heading, .table__head .column--date .heading, .table__head .column--owner .heading, .table__head .column--price .heading, .table__head .column--status .heading, .table__head .column--comment .heading {
          padding: 13px 40px 14px 30px;
          border: 1px solid rgba(0, 0, 0, 0);
          transition: all 0.25s ease;
          border-radius: 4px;
          cursor: pointer; }
          .table__head .column--ad .heading:hover, .table__head .column--date .heading:hover, .table__head .column--owner .heading:hover, .table__head .column--price .heading:hover, .table__head .column--status .heading:hover, .table__head .column--comment .heading:hover {
            border: 1px solid #0C66FF;
            color: #3E3F42; }
            .table__head .column--ad .heading:hover .icon--dropdown, .table__head .column--date .heading:hover .icon--dropdown, .table__head .column--owner .heading:hover .icon--dropdown, .table__head .column--price .heading:hover .icon--dropdown, .table__head .column--status .heading:hover .icon--dropdown, .table__head .column--comment .heading:hover .icon--dropdown {
              opacity: 1; }
        .table__head .column--ad.active .heading, .table__head .column--date.active .heading, .table__head .column--owner.active .heading, .table__head .column--price.active .heading, .table__head .column--status.active .heading, .table__head .column--comment.active .heading {
          border: 1px solid #0C66FF;
          color: #3E3F42; }
        .table__head .column--ad.active .icon--dropdown, .table__head .column--date.active .icon--dropdown, .table__head .column--owner.active .icon--dropdown, .table__head .column--price.active .icon--dropdown, .table__head .column--status.active .icon--dropdown, .table__head .column--comment.active .icon--dropdown {
          top: 19px;
          opacity: 1; }
        .table__head .column--ad.active .dropdown, .table__head .column--date.active .dropdown, .table__head .column--owner.active .dropdown, .table__head .column--price.active .dropdown, .table__head .column--status.active .dropdown, .table__head .column--comment.active .dropdown {
          visibility: visible;
          opacity: 1; }
        .table__head .column--ad .dropdown, .table__head .column--date .dropdown, .table__head .column--owner .dropdown, .table__head .column--price .dropdown, .table__head .column--status .dropdown, .table__head .column--comment .dropdown {
          position: absolute;
          top: 51px;
          left: 0;
          height: 278px;
          width: 256px;
          padding: 15px 0 9px;
          border-radius: 4px;
          background-color: #FFF;
          box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
          z-index: 99;
          visibility: hidden;
          opacity: 0;
          transition: all 0.25s ease; }
          .table__head .column--ad .dropdown .title, .table__head .column--date .dropdown .title, .table__head .column--owner .dropdown .title, .table__head .column--price .dropdown .title, .table__head .column--status .dropdown .title, .table__head .column--comment .dropdown .title {
            margin-bottom: 6px;
            padding-left: 24px;
            padding-right: 24px;
            color: #9EA0A5;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-transform: none; }
          .table__head .column--ad .dropdown label, .table__head .column--date .dropdown label, .table__head .column--owner .dropdown label, .table__head .column--price .dropdown label, .table__head .column--status .dropdown label, .table__head .column--comment .dropdown label {
            display: block;
            padding: 12px 24px;
            cursor: pointer; }
            .table__head .column--ad .dropdown label span, .table__head .column--date .dropdown label span, .table__head .column--owner .dropdown label span, .table__head .column--price .dropdown label span, .table__head .column--status .dropdown label span, .table__head .column--comment .dropdown label span {
              margin-left: 6px;
              color: #3E3F42; }
      .table__head .column--ad {
        width: 28.8%; }
        .table__head .column--ad .title:nth-of-type(2) {
          margin-top: 12px; }
      .table__head .column--date {
        width: 18.3%; }
      .table__head .column--phone {
        width: 12.7%; }
      .table__head .column--owner {
        width: 10%; }
      .table__head .column--price {
        width: 11.2%; }
        .table__head .column--price .dropdown {
          height: auto;
          padding-bottom: 24px; }
          .table__head .column--price .dropdown .title {
            margin-bottom: 15px; }
          .table__head .column--price .dropdown .descr {
            padding: 0 24px; }
          .table__head .column--price .dropdown .wrap.sorter {
            margin-bottom: 11px;
            padding-left: 11px;
            padding-right: 11px; }
            .table__head .column--price .dropdown .wrap.sorter a {
              display: block;
              padding: 11px 17px;
              transition: all 0.25s ease; }
              .table__head .column--price .dropdown .wrap.sorter a:hover {
                background-color: #F8F9FB;
                color: #3E3F42; }
              .table__head .column--price .dropdown .wrap.sorter a.checked {
                background-color: #F8F9FB;
                color: #3E3F42; }
                .table__head .column--price .dropdown .wrap.sorter a.checked::after {
                  content: "";
                  display: inline-block;
                  margin-left: 10px;
                  width: 16px;
                  height: 12px;
                  background-image: url(../img/icons/check.svg); }
          .table__head .column--price .dropdown .price-wrap {
            display: flex;
            margin-top: 15px;
            margin-left: -11px;
            margin-right: -11px; }
            .table__head .column--price .dropdown .price-wrap label {
              width: 50%;
              margin: 0 11px;
              padding: 0; }
            .table__head .column--price .dropdown .price-wrap input {
              width: 100%;
              padding: 7px 8px 8px;
              border: 1px solid rgba(168, 172, 178, 0.3);
              border-radius: 5px;
              background-color: #FFF;
              box-shadow: 0 0 0 0 #E5E5E5;
              text-align: center; }
          .table__head .column--price .dropdown .noUi-target {
            height: 6px;
            border: 1px solid rgba(168, 172, 178, 0.3);
            border-radius: 100px;
            background-color: #9EA0A5;
            box-shadow: 0 0 0 0 #E5E5E5; }
          .table__head .column--price .dropdown .noUi-handle {
            right: -10px;
            top: -8px;
            width: 20px;
            height: 20px;
            background-color: #FFF;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
            border-radius: 50%;
            border: none; }
            .table__head .column--price .dropdown .noUi-handle::before {
              top: 7px;
              left: 7px;
              width: 6px;
              height: 6px;
              background-color: #0C66FF;
              border-radius: 50%; }
            .table__head .column--price .dropdown .noUi-handle::after {
              display: none; }
            .table__head .column--price .dropdown .noUi-handle:focus {
              outline: none; }
            .table__head .column--price .dropdown .noUi-handle.noUi-active::before {
              top: 4px;
              left: 4px;
              width: 12px;
              height: 12px; }
          .table__head .column--price .dropdown .noUi-connect {
            background-color: #0C66FF; }
      .table__head .column--status {
        width: 13.5%; }
        .table__head .column--status .dropdown {
          height: auto;
          padding: 26px 28px 8px; }
          .table__head .column--status .dropdown .title {
            margin-bottom: 8px;
            padding-left: 0; }
          .table__head .column--status .dropdown label {
            padding: 12px 0px; }
        .table__head .column--status .status-list li {
          position: relative;
          border-bottom: 1px solid #F1F2F4; }
          .table__head .column--status .status-list li:last-child {
            border-bottom: none; }
        .table__head .column--status .status-list .dot .external,
        .table__head .column--status .status-list .dot .inner {
          position: absolute;
          border-radius: 100px; }
        .table__head .column--status .status-list .dot .external {
          top: 6px;
          left: 5px;
          width: 8px;
          height: 8px;
          background-color: #FFF;
          box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1); }
        .table__head .column--status .status-list .dot .inner {
          top: 7px;
          left: 6px;
          width: 6px;
          height: 6px;
          background-color: #22C993; }
        .table__head .column--status .status-list label {
          padding: 10px 16px 12px;
          color: #3E3F42;
          font-size: 12px;
          font-weight: 500;
          line-height: 18px;
          transition: background-color 0.25s ease; }
          .table__head .column--status .status-list label span {
            margin-left: 0; }
          .table__head .column--status .status-list label:hover {
            background-color: #F8F9FB; }
        .table__head .column--status .status-list .jq-radio,
        .table__head .column--status .status-list input {
          display: none; }
      .table__head .column--date .heading {
        padding-right: 38px; }
      .table__head .column--date .dropdown {
        height: auto;
        padding-bottom: 32px; }
        .table__head .column--date .dropdown .title,
        .table__head .column--date .dropdown .wrap-input {
          padding-left: 28px;
          padding-right: 28px; }
        .table__head .column--date .dropdown .wrap {
          margin-bottom: 11px;
          padding-left: 11px;
          padding-right: 11px; }
          .table__head .column--date .dropdown .wrap.sorter a {
            display: block;
            padding: 11px 17px;
            transition: all 0.25s ease; }
            .table__head .column--date .dropdown .wrap.sorter a:hover {
              background-color: #F8F9FB;
              color: #3E3F42; }
            .table__head .column--date .dropdown .wrap.sorter a.checked {
              background-color: #F8F9FB;
              color: #3E3F42; }
              .table__head .column--date .dropdown .wrap.sorter a.checked::after {
                content: "";
                display: inline-block;
                margin-left: 10px;
                width: 16px;
                height: 12px;
                background-image: url(../img/icons/check.svg); }
        .table__head .column--date .dropdown .wrap-input {
          margin-top: 16px; }
        .table__head .column--date .dropdown a {
          display: block;
          padding: 11px 17px; }
          .table__head .column--date .dropdown a:hover {
            background-color: #F8F9FB;
            color: #3E3F42; }
        .table__head .column--date .dropdown input {
          width: 100%;
          height: 32px;
          padding: 5px 8px 5px 34px;
          border: 1px solid rgba(168, 172, 178, 0.3);
          border-radius: 2px;
          background-color: #FFF;
          box-shadow: 0 0 0 0 #E5E5E5;
          transition: all 0.25s ease;
          outline: none; }
          .table__head .column--date .dropdown input:hover, .table__head .column--date .dropdown input:focus, .table__head .column--date .dropdown input.active {
            border: 1px solid #0C66FF; }
        .table__head .column--date .dropdown .icon {
          position: absolute;
          bottom: 38px;
          left: 36px;
          pointer-events: none; }
        .table__head .column--date .dropdown .calendar {
          position: absolute;
          top: 16px;
          left: calc(100% - 10px);
          width: 512px;
          background-color: #FFF;
          box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(10, 31, 68, 0.12);
          opacity: 0;
          visibility: hidden;
          transition: all 0.25s ease; }
          .table__head .column--date .dropdown .calendar.active {
            opacity: 1;
            visibility: visible; }
          .table__head .column--date .dropdown .calendar .days {
            display: flex;
            justify-content: center;
            margin-bottom: 29px;
            background-color: #FFF;
            text-transform: none; }
            .table__head .column--date .dropdown .calendar .days > div {
              min-width: 108px;
              padding: 10px;
              color: rgba(62, 63, 66, 0.4);
              font-size: 14px;
              line-height: 16px;
              text-align: center;
              border: 1px solid #CCCFD4;
              cursor: pointer;
              transition: all 0.25s ease; }
              .table__head .column--date .dropdown .calendar .days > div:first-child {
                border-radius: 4px 0 0 4px;
                border-right: none; }
              .table__head .column--date .dropdown .calendar .days > div:last-child {
                border-left: none;
                border-radius: 0 4px 4px 0; }
              .table__head .column--date .dropdown .calendar .days > div:hover {
                border: 1px solid #0C66FF;
                color: #0C66FF; }
              .table__head .column--date .dropdown .calendar .days > div.active {
                border: 1px solid #0C66FF;
                color: #0C66FF;
                background-color: rgba(12, 102, 255, 0.1); }
          .table__head .column--date .dropdown .calendar .accept {
            display: flex;
            justify-content: flex-end;
            padding-right: 13px;
            padding-bottom: 16px; }
            .table__head .column--date .dropdown .calendar .accept .btn {
              padding: 8px 12px;
              color: #0C66FF;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 500;
              line-height: 16px;
              text-align: center;
              border-radius: 4px;
              background-color: rgba(12, 102, 255, 0);
              border: none;
              cursor: pointer;
              transition: all 0.25s ease; }
              .table__head .column--date .dropdown .calendar .accept .btn:hover {
                background-color: rgba(12, 102, 255, 0.1); }
      .table__head .column--comment {
        width: 5.5%; }
        .table__head .column--comment .heading {
          padding: 13px 30px 14px 20px; }
          .table__head .column--comment .heading .icon--dropdown {
            right: 11px; }
        .table__head .column--comment .dropdown {
          left: unset;
          right: 0;
          height: auto; }
          .table__head .column--comment .dropdown .wrap {
            margin-bottom: 11px;
            padding-left: 11px;
            padding-right: 11px; }
            .table__head .column--comment .dropdown .wrap.sorter a {
              display: block;
              padding: 11px 17px;
              transition: all 0.25s ease; }
              .table__head .column--comment .dropdown .wrap.sorter a:hover {
                background-color: #F8F9FB;
                color: #3E3F42; }
              .table__head .column--comment .dropdown .wrap.sorter a.checked {
                background-color: #F8F9FB;
                color: #3E3F42; }
                .table__head .column--comment .dropdown .wrap.sorter a.checked::after {
                  content: "";
                  display: inline-block;
                  margin-left: 10px;
                  width: 16px;
                  height: 12px;
                  background-image: url(../img/icons/check.svg); }
      .table__head .column .action .jq-selectbox {
        transition: all 0.25s ease; }
        .table__head .column .action .jq-selectbox .jq-selectbox__select {
          width: 100%;
          padding: 14px 28px 12px 20px;
          color: #9EA0A5;
          font-size: 12px;
          font-weight: 500;
          line-height: 18px;
          text-transform: uppercase;
          border: 1px solid rgba(0, 0, 0, 0);
          border-radius: 4px;
          transition: all 0.25s ease; }
          .table__head .column .action .jq-selectbox .jq-selectbox__select:hover {
            border: 1px solid #0C66FF; }
        .table__head .column .action .jq-selectbox .jq-selectbox__trigger-arrow {
          top: 21px;
          right: 10px;
          width: 10px;
          height: 6px;
          background-image: url(../img/icons/dropdown.svg);
          transform: translate(0%, 0%) rotate(180deg);
          opacity: 0;
          transition: all 0.25s ease; }
        .table__head .column .action .jq-selectbox:hover .jq-selectbox__trigger-arrow {
          opacity: 1;
          visibility: visible;
          transform: rotate(180deg); }
        .table__head .column .action .jq-selectbox.opened .jq-selectbox__select {
          border: 1px solid #0C66FF; }
          .table__head .column .action .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
            top: 19px;
            background-image: url(../img/icons/dropdown.svg);
            transform: rotate(0deg);
            opacity: 1; }
  .table__content .column {
    padding-top: 12px;
    padding-bottom: 12px; }
    .table__content .column--hidden_info, .table__content .column--hidden_details {
      width: 0%;
      padding: 0;
      visibility: hidden;
      opacity: 0; }
  .table__content .column--ad {
    padding-left: 30px;
    cursor: pointer; }
  .table__content .column--comment {
    width: 4%;
    padding-right: 12px; }
    .table__content .column--comment > a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%; }
      .table__content .column--comment > a:hover {
        background-color: #F3F3F3; }
    .table__content .column--comment .icon.icon--comment_has {
      position: relative; }
      .table__content .column--comment .icon.icon--comment_has::after {
        content: "";
        position: absolute;
        top: -6px;
        right: -1px;
        width: 12px;
        height: 12px;
        background-image: url(../img/icons/edit.svg); }
  .table__content .column--status {
    position: relative;
    width: 12.5%; }
    .table__content .column--status .color-dot {
      position: absolute;
      top: calc(50% - 21px);
      left: 0; }
    .table__content .column--status .jq-selectbox li {
      color: #3E3F42;
      text-transform: uppercase;
      border-bottom: 1px solid #F1F2F4; }
      .table__content .column--status .jq-selectbox li:last-child {
        border-bottom: none; }
      .table__content .column--status .jq-selectbox li.selected {
        background-color: rgba(0, 0, 0, 0); }
      .table__content .column--status .jq-selectbox li:hover {
        background-color: #F8F9FB; }
    .table__content .column--status .jq-selectbox__dropdown {
      width: 236px; }
      .table__content .column--status .jq-selectbox__dropdown ul:before {
        content: "Выберите статус:";
        display: block;
        margin-bottom: 8px;
        color: #9EA0A5;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 18px; }
      .table__content .column--status .jq-selectbox__dropdown ul li {
        position: relative; }
        .table__content .column--status .jq-selectbox__dropdown ul li::before, .table__content .column--status .jq-selectbox__dropdown ul li:after {
          content: "";
          display: block;
          position: absolute;
          border-radius: 100px; }
        .table__content .column--status .jq-selectbox__dropdown ul li::before {
          top: 6px;
          left: 5px;
          width: 8px;
          height: 8px;
          background-color: #FFF;
          box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1); }
        .table__content .column--status .jq-selectbox__dropdown ul li:after {
          top: 7px;
          left: 6px;
          width: 6px;
          height: 6px;
          background-color: #22C993; }
    .table__content .column--status .jq-selectbox__select {
      padding: 8px 46px 8px 16px;
      color: #3E3F42;
      font-size: 14px;
      border: 1px solid #E1E4E8;
      line-height: 22px;
      width: 110px; }
      .table__content .column--status .jq-selectbox__select:hover {
        border: 1px solid #0C66FF; }
    .table__content .column--status .heading {
      position: relative;
      width: 110px;
      padding: 8px 16px;
      padding-right: 36px;
      color: #3E3F42;
      font-size: 14px;
      line-height: 22px;
      border: 1px solid #E1E4E8;
      border-radius: 4px;
      transition: all 0.25s ease;
      cursor: pointer; }
      .table__content .column--status .heading .icon {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%); }
      .table__content .column--status .heading:hover {
        border: 1px solid #0C66FF; }
        .table__content .column--status .heading:hover .icon {
          background-image: url(../img/icons/arrows-hover.svg); }
      .table__content .column--status .heading .icon--dropdown {
        position: absolute;
        top: 20px;
        right: 16px;
        transform: rotate(180deg);
        transition: all 0.25s ease;
        opacity: 0; }
  .table__content .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #E1E4E8; }
    .table__content .item img {
      transition: all 0.7s ease; }
    .table__content .item:hover {
      background-color: rgba(255, 255, 255, 0);
      box-shadow: 0 1px 8px 0 #E2E6ED; }
    .table__content .item:last-child {
      border-bottom: none; }
    .table__content .item .item-full__close {
      position: absolute;
      bottom: 12px;
      right: 14px;
      padding: 7px 17px 8px 22px;
      border-radius: 4px;
      color: #0C66FF;
      background-color: white;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 9;
      opacity: 0;
      visibility: hidden; }
      .table__content .item .item-full__close span {
        margin-right: 12px; }
      .table__content .item .item-full__close:hover {
        background-color: rgba(12, 102, 255, 0.1); }
    .table__content .item--full__info {
      height: 91px;
      overflow: hidden;
      animation: showFullInfo 0.7s ease;
      animation-fill-mode: forwards; }
@keyframes showFullInfo {
  0% {
    height: 91px; }
  100% {
    height: 340px; } }
      .table__content .item--full__info .item-full__close {
        opacity: 1;
        visibility: visible; }
      .table__content .item--full__info .column {
        align-content: flex-start;
        align-items: flex-start; }
        .table__content .item--full__info .column.column--phone, .table__content .item--full__info .column.column--date, .table__content .item--full__info .column.column--owner, .table__content .item--full__info .column.column--price {
          display: none; }
        .table__content .item--full__info .column.column--ad {
          width: 31%; }
          .table__content .item--full__info .column.column--ad img {
            width: 315px;
            height: 315px; }
          .table__content .item--full__info .column.column--ad a {
            display: none; }
        .table__content .item--full__info .column.column--status .color-dot {
          top: 10px; }
        .table__content .item--full__info .column--hidden_info, .table__content .item--full__info .column--hidden_details {
          display: block;
          width: 100%;
          padding: 12px 0 65px;
          overflow: hidden;
          animation: showFullInfo2 1.5s ease;
          animation-fill-mode: forwards; }
@keyframes showFullInfo2 {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden; }
  50% {
    height: 340px; }
  100% {
    height: 340px;
    opacity: 1;
    visibility: visible; } }
        .table__content .item--full__info .column--hidden_info {
          position: relative;
          width: 31%; }
          .table__content .item--full__info .column--hidden_info .info__title {
            margin-top: 14px;
            margin-bottom: 12px;
            color: #3E3F42;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px; }
          .table__content .item--full__info .column--hidden_info .info__date {
            margin-bottom: 2px;
            color: #3E3F42;
            font-size: 14px;
            line-height: 22px; }
          .table__content .item--full__info .column--hidden_info .info__status {
            margin-bottom: 12px;
            color: #9EA0A5;
            font-size: 12px;
            line-height: 18px; }
          .table__content .item--full__info .column--hidden_info .info__phone {
            margin-bottom: 12px;
            color: #1665D8;
            font-size: 14px;
            line-height: 22px; }
            .table__content .item--full__info .column--hidden_info .info__phone a {
              color: #1665D8; }
          .table__content .item--full__info .column--hidden_info .info__name {
            color: #3E3F42;
            font-size: 14px;
            line-height: 22px; }
          .table__content .item--full__info .column--hidden_info .info__place {
            margin-bottom: 12px;
            color: #9EA0A5;
            font-size: 12px;
            line-height: 18px; }
          .table__content .item--full__info .column--hidden_info .info__price {
            color: #3E3F42;
            font-size: 14px;
            line-height: 22px; }
          .table__content .item--full__info .column--hidden_info .info__price-other {
            color: #9EA0A5;
            font-size: 12px;
            line-height: 18px; }
          .table__content .item--full__info .column--hidden_info .info__link {
            position: absolute;
            bottom: 19px;
            left: 0;
            animation: show-infolink 1s ease;
            animation-fill-mode: forwards;
            opacity: 0; }
@keyframes show-infolink {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
            .table__content .item--full__info .column--hidden_info .info__link a {
              display: inline-block;
              font-size: 14px;
              font-weight: 500;
              line-height: 16px;
              color: #1665D8;
              transition: color 0.25s ease; }
              .table__content .item--full__info .column--hidden_info .info__link a span {
                margin-right: 10px; }
              .table__content .item--full__info .column--hidden_info .info__link a:hover span {
                text-decoration: underline; }
              .table__content .item--full__info .column--hidden_info .info__link a:hover .icon {
                background-image: url(../img/icons/external_hover.svg); }
        .table__content .item--full__info .column.column--hidden_details {
          width: 21%; }
          .table__content .item--full__info .column.column--hidden_details .details__item {
            margin-bottom: 24px; }
            .table__content .item--full__info .column.column--hidden_details .details__item .title {
              margin-bottom: 5px;
              color: #3E3F42;
              font-size: 14px;
              font-weight: 500;
              line-height: 22px; }
            .table__content .item--full__info .column.column--hidden_details .details__item .descr {
              color: #3E3F42;
              font-size: 14px;
              line-height: 22px; }

#tasks-pjax > .table__content {
  border: 1px solid #E1E4E8;
  border-top: none; }

@media (min-width: 1640px) {
  .container-global {
    max-width: 1640px; }

  .vigruzka-content {
    max-width: 1390px; } }
@media (max-width: 1480px) {
  .container-global {
    max-width: 1400px; } }
@media (max-width: 1439px) {
  .container-global {
    max-width: 1320px; } }
@media (max-width: 1365px) {
  .container-global {
    max-width: 1160px; } }
@media (max-width: 1199px) {
  .container-global {
    max-width: 952px; }

  header .logo {
    max-width: 120px;
    margin-left: 0; }
  header .wrap .title {
    font-size: 17px; }
  header .wrap .count .total {
    margin-right: 10px;
    font-size: 24px; }

  .vigruzka-content {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 991px) {
  header {
    flex-wrap: wrap;
    justify-content: center;
    height: auto; }
    header .logo {
      margin-bottom: 20px; }
    header .wrap {
      width: 100%;
      margin-bottom: 20px;
      flex-wrap: wrap;
      justify-content: center; }
      header .wrap .title {
        width: 100%;
        margin-bottom: 10px;
        text-align: center; }

  .table .column {
    width: 50%;
    padding: 10px 20px;
    border-bottom: 1px solid #E1E4E8;
    border-right: 1px solid #E1E4E8; }
    .table .column:nth-child(2n) {
      border-right: none; }
    .table .column:last-child {
      padding-bottom: 0;
      border-right: none;
      border-bottom: none; }
    .table .column--comment {
      width: 100%;
      justify-content: center; }

  .table__head .column--comment {
    justify-content: flex-start; }

  .table__content .item {
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .vigruzka-content .header {
    flex-wrap: wrap; }
  .vigruzka-content .header__left,
  .vigruzka-content .header__right {
    width: 100%;
    justify-content: center; }
  .vigruzka-content .header__left {
    flex-wrap: wrap;
    justify-content: center; }
    .vigruzka-content .header__left .date {
      margin: 10px 0; }
  .vigruzka-content .btn {
    width: 100%; }
    .vigruzka-content .btn--reload {
      margin-right: 0; }

  .table .column {
    width: 100%;
    padding-left: 0;
    border-right: none; } }

/*# sourceMappingURL=vigruzka.css.map */
