.hint__text span {word-break: break-all}
.account__toprow {display: flex;justify-content: space-between;}
.account__exit {font-size: 12px;line-height: 12px;color: #4f4f4f;margin-left: 20px;text-decoration: underline;cursor: pointer;}
.account__exit:hover {text-decoration: none;}

.add_arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 8px; 
}


body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif; }
  body.show-modal {
    overflow: hidden; }

a {
  text-decoration: none;
  color: #025dff; }
  a:hover {
    color: #0053e8; }

section {
  width: 100%; }

* {
  box-sizing: border-box;
  outline: none; }

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh; }

.header {
  width: 100%;
  padding: 24px 0 60px; }
  .header__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start; }
  .header__logo {
    display: block; }
  .header__account {
    flex: none; }
    .header__account .account {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .header__account .account__image {
        flex: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px; }
      .header__account .account__description {
        width: calc(100% - 32px);
        padding-left: 12px; }
      .header__account .account__title {
        font-size: 12px;
        line-height: 12px;
        color: #4f4f4f; }
      .header__account .account__name {
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        color: #222; }

.footer {
  width: 100%;
  align-self: flex-end;
  justify-self: flex-end; }
  .footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0; }
  .footer__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    margin-bottom: 8px; }
  .footer__links {
    margin-bottom: 24px; }
    .footer__links a {
      font-size: 14px;
      line-height: 22px;
      padding: 0 10px;
      transition: opacity 0.3s; }
      .footer__links a:hover {
        opacity: 0.7; }
  .footer__copyright {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #828282; }

.container {
  padding: 0 53px;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box; }
  .container.container_1174 {
    max-width: 1280px; }

.spacer {
  flex: 1 0 auto; }

.main {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start; }

.info {
  width: 100%;
  height: 54px;
  border: 1px solid #ebebeb;
  background: #f6f6f6;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 26px;
  border-radius: 6px; }
  .info svg {
    flex: none; }
  .info span {
    width: calc(100% - 24px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #222; }

.breadcrumbs {
  display: flex; }
  .breadcrumbs__item {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #025dff;
    transition: color 0.3s; }
    .breadcrumbs__item:hover {
      color: #004ace; }
    .breadcrumbs__item:first-child {
      margin-left: 0; }
    .breadcrumbs__item:last-child {
      text-decoration-line: none;
      color: #222; }
      .breadcrumbs__item:last-child:hover {
        color: #222; }
      .breadcrumbs__item:last-child:after {
        display: none; }
    .breadcrumbs__item:after {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin-left: 8px; }

.clients {
  width: 100%;
  padding: 24px 0; }
  .clients__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px 0 24px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-bottom: none;
    box-sizing: border-box;
    transition: background 0.3s; }
    .clients__item:hover {
      background: #f6f6f6;
      cursor: pointer; }
    .clients__item:first-child {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .clients__item:last-child {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      border-bottom: 1px solid #ebebeb; }
    .clients__item span {
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #222;
      width: calc(100% - 20px); }

.panel {
  width: 100%;
  margin-top: 24px; }
  .panel__card {
    border-radius: 6px;
    padding: 28px 22px;
    border: 1px solid #ebebeb; }
  .panel__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #222; }
  .panel__tabs {
    padding-top: 28px; }
    .panel__tabs .helper {
      margin-top: 8px; }

.tabs {
  width: 100%; }
  .tabs__selector {
    display: flex;
    position: relative; }
    .tabs__selector:after {
      content: "";
      border-bottom: 1px solid #ebebeb;
      position: absolute;
      bottom: 0px;
      left: -22px;
      right: -22px;
      z-index: 0; }
  .tabs__select {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    margin-left: 32px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s; }
    .tabs__select.isActive {
      color: #025dff;
      border-bottom: 2px solid #025dff; }
    .tabs__select:hover {
      color: #004ace; }
    .tabs__select:first-child {
      margin-left: 0; }
  .tabs__item {
    padding-top: 28px;
    display: none; }
    .tabs__item.isActive {
      display: block; }

.add-link {
  display: flex;
  width: 100%; }
  .add-link input {
    width: calc(100% - 120px);
    margin-right: 22px;
    height: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    padding: 0 16px;
    transition: border 0.3s; }
    .add-link input:active {
      border: 1px solid #004ace; }
    .add-link input:focus {
      border: 1px solid #025dff; }
  .add-link button {
    width: 98px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #025dff;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }
    .add-link button:hover {
      background: #004ace; }
    .add-link button:active {
      background: #0041b5; }

.add-file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.helper {
  display: flex;
  align-items: center; }
  .helper svg {
    margin-right: 8px; }
  .helper span {
    font-size: 13px;
    line-height: 20px;
    color: #222; }

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  text-align: center;
  background-color: #025dff;
  color: #ffffff;
  border: 1px solid #025dff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s; }
  .btn:hover {
    background: #0053e8; }
  .btn.btn_transparent {
    background-color: rgba(0, 0, 0, 0);
    color: #025dff; }
    .btn.btn_transparent:hover {
      background: #e3ecff; }
  .btn.btn_h32 {
    height: 32px; }
  .btn svg {
    display: block;
    margin-right: 8px; }
  .btn span {
    font-size: 14px;
    line-height: 23px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  .modal.modal_show {
    display: block; }
  .modal.modal_scroll .modal__header {
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.1); }
  .modal__bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .modal__content {
    padding-top: 32px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .modal__card {
    box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden; }
  .modal__header {
    height: 84px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 23px 28px;
    border-bottom: 1px solid #ebebeb; }
  .modal__title {
    font-size: 20px;
    line-height: 28px;
    color: #222;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .modal__statistics {
    padding-top: 30px; }
    .modal__statistics .item {
      padding: 0 30px;
      margin-top: 16px;
      width: 100%;
      display: flex;
      align-items: center; }
      .modal__statistics .item:first-child {
        margin-top: 0; }
      .modal__statistics .item span {
        width: calc(100% - 20px);
        padding-left: 8px;
        font-size: 14px;
        line-height: 22px;
        color: #222; }
  .modal__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    .modal__actions > * {
      cursor: pointer; }
    .modal__actions .btn {
      margin-left: 16px; }
      .modal__actions .btn:first-child {
        margin-left: 0; }
  .modal__scroll {
    overflow-y: auto;
    max-height: calc(100vh - 84px - 32px); }
    .modal__scroll::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .modal__scroll::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0); }
    .modal__scroll::-webkit-scrollbar-thumb {
      background: #dddddd;
      border-radius: 15px; }
    .modal__scroll ol {
      width: 100%;
      padding: 0 28px;
      list-style-type: none;
      counter-reset: list 0; }
      .modal__scroll ol li {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 22px;
        color: #222; }
        .modal__scroll ol li:before {
          counter-increment: list;
          content: counter(list) ". "; }
    .modal__scroll img {
      display: block;
      max-width: 100%;
      margin-bottom: 24px; }

.toggle-more {
  width: 100%; }
  .toggle-more__title {
    padding: 25px 28px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .toggle-more__title.isToggle svg {
      transform: rotate(180deg); }
    .toggle-more__title.isToggle + .toggle-more__body {
      display: block; }
    .toggle-more__title span {
      margin-right: 8px;
      font-size: 14px;
      line-height: 26px;
      color: #025dff; }
    .toggle-more__title svg {
      transition: transform 0.3s; }
  .toggle-more__body {
    display: none; }

.status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 28px;
  min-height: 40px; }
  .status.status_red {
    background: #ffe3e3; }
  .status.status_yellow {
    background: #fff2c5; }
  .status.status_green {
    background: #c8fcc3; }
  .status svg {
    display: block;
    margin-right: 16px; }
  .status span {
    font-size: 14px;
    line-height: 22px; }
  .status__text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 40px);
    color: #222; }

.table {
  display: block;
  width: 100%;
  max-height: 192px;
  overflow: auto; }
  .table::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .table::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  .table::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 15px; }
  .table table {
    width: 100%;
    border-collapse: collapse; }
    .table table tr {
      border-top: 1px solid #ebebeb; }
      .table table tr.black {
        background: #222; }
        .table table tr.black td {
          color: #ffffff; }
      .table table tr.grey {
        background: #f6f6f6; }
    .table table th,
    .table table td {
      font-family: "Source Code Pro", monospace;
      font-size: 14px;
      line-height: 26px;
      color: #222;
      padding: 10px 14px;
      text-align: left;
      word-break: normal;
      word-wrap: normal;
      /*max-width: 170px;*/
      vertical-align: top; }
      .table table th:first-child,
      .table table td:first-child {
        padding-left: 28px; }
      .table table th:last-child,
      .table table td:last-child {
        padding-right: 28px; }
    .table table th {
      font-weight: 600; }

.hint {
  position: fixed;
  top: 83px;
  right: 53px;
  transform: translateX(200%);
  transition: transform 0.3s;
  pointer-events: none; }
  .hint.hint_show {
    transform: translateX(0);
    pointer-events: all; }
  .hint__content {
    background: #ffffff;
    border-radius: 6px;
    min-height: 70px;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 22px;
    box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.16); }
  .hint__icon {
    margin-right: 16px; }
  .hint__text {
    padding: 16px 0;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    max-width: calc(100% - 70px); }
  .hint__close {
    cursor: pointer; }

.error {
  flex: 1 0 auto;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .error__title {
    margin-top: 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #222; }
  .error__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #222;
    max-width: 305px; }
