.chart {
  width: 100%
}

.chart.doughnut {
  aspect-ratio: 1/1
}

.chart.bar {
  aspect-ratio: 2/1
}

.sidebar__aside-item.active {
  color: #5d87ff;
  background-color: transparent;
}

.personal {
  display: flex;
  justify-content: space-between
}

.personal_inner {
  width: calc(100% - 280px - 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-self: start
}

.personal_inner.personal_declarations {
  display: unset;
}

.personal_items_small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%
}

.personal_items_big {
  width: 100%
}

.personal_items_middle {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 24px
}

.personal_item {
  border-radius: 8px;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  padding: 24px;
  background: #fff;
  overflow: hidden;
}

.personal_item_td {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.personal_item_td + .personal_item_td {
  margin-top: 12px
}

.personal_show_link:hover {
  color: #4474ff;
}

.search::-webkit-scrollbar {
  display: none;
  opacity: 0;
}

.chart {
  position: relative;
}

.chart-title {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
}

.modal__row .trademark__item--top.mobile-show {
  display: none;
}

.personal_show_link:hover svg {
  stroke: #4474ff;
}

.personal_show_link:disabled {
  color: #949494;
}

.personal_show_link:disabled svg {
  color: #949494;
}

.tab:not(.active) {
  display: none;
}

.personal__tabs .swiper-slide {
  width: unset;
}

.personal_item_copy svg {
  stroke: #949494;
  width: 100%;
}

.personal_item_copy {
  width: 20px;
  height: 20px;
}

.personal_item {
  position: relative;
}

.personal_item .personal_item_copy {
  position: absolute;
  right: 16px;
  bottom: 14px;
}

.finance_wrapper .chart canvas {
  width: 100%;
  height: auto;
}

.arbitration_wrapper-tab .chart canvas {
  width: 100%;
  height: auto;
}

.action__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action__title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
}

.action__wrapper {
  -webkit-box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 8px;
  width: 100%;
}

.action__top {
  background-color: #fff;
  border-radius: 0px;
  padding: 14px 24px;

  border-radius: 8px 8px 0 0;
}

.action__wrapper .actions-result {
  border-radius: 0;
  box-shadow: none;
}

.action__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action__wrapper.top {
  border-radius: 8px;
}

.action__top {
  margin-bottom: 0px;
  border-bottom: 1px solid #f1f1f1;
}

.action__wrapper.top .actions-result {
  padding: 12px 24px;
}

.action__wrapper.top .actions-result__left {
  gap: 16px;
}

.sidebar-result__subtitle {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.personal__tabs.mobile-show {
  display: none;
}

.action-result-icon svg {
  font-size: 20px;
  stroke: #5d87ff;
  width: 18px;
}

.actions-result-item {
  display: flex;
  align-items: center;
  gap: 5px;

}

.sidebar__close {
  display: none;
}

.action__wrapper.top .btn.btn.--middle.--white {
  border: 1px solid #e0e0e0;
  color: #212121;
}

.action__wrapper.top .btn.btn.--middle.--white {
  border: 1px solid #e0e0e0;
  color: #212121;
}

.sidebar__open {
  display: none;
}

.personal_item_label {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.tab-fin .personal_item_label {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
}

.tab-fin .personal_item_label span {
  font-weight: 600;
}

.personal_item_td_left_part {
  color: #949494;
  font-size: 15px;
  padding-right: 15px;
}

.personal_item_td_right_part {
  font-size: 15px;
  color: #212121;
}

.action__top {
  border-radius: 8px 8px 0 0;
}

.action__wrapper .actions-result {
  border-radius: 0 0 8px 8px;
}

.personal_items_small .personal_item {
  padding: 16px 24px;
}

.personal_items_small .personal_item .personal_item_label {
  font-size: 14px;
  color: #949494;
  margin-bottom: 5px;
  height: 20px;
}

.personal_item .personal_item_value {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
}


.personal_item_title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-black-right {
  text-align: right;
}

.personal_item_icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.arbitration_wrap {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.arbitration_circle {
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.arbitration_circle.--blue {
  background-color: #5d87ff;
}

.arbitration_circle.--orange {
  background-color: #f8886e;
}

.arbitration_circle.--purple {
  background-color: #a55fff;
}

.arbitration_row {
  /*display: flex;*/
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.arbitration_row .finance_subtitle {
  font-size: 15px;
  font-weight: 600;
}

.arbitration_row .arbitration_subtitle {
  font-size: 15px;
  font-weight: 600;
}

.arbitration_left {
  padding-right: 52px;
  border-right: 1px solid #f1f1f1;
}

.arbitration_left {
  padding-right: 52px;
  border-right: 1px solid #f1f1f1;
  width: 100%;
}

.arbitration_right .arbitration_top {
  margin-top: 16px;
}

.chart.doughnut {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 188px;
  max-height: 188px;
}

.arbitration_wrap--item {
  padding: 16px 24px;
  background-color: #fff;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 8px;
  min-width: 176px;
}

.arbitration_wrap--title {
  font-size: 14px;
  font-weight: 500;
  color: #949494;
  margin-bottom: 10px;

}

.arbitration_wrap--subtitle {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
}

.filter-2 .mobile-show {
  display: none;
}

.filter-2 .mobile-hide {
  display: block;
}

.filter-2 .actions-result__right.mobile-hide {
  display: flex;
  align-items: center;

}

.sidebar-result__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action__filter--active {
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal__block.--filter-active {
  max-width: 628px;
  padding: 32px;
  border-radius: 12px;
}

.sidebar-result {
  -webkit-box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  border-radius: 8px;
  padding: 10px 24px;
}

.sidebar-result .actions-result {
  padding: 0;
  padding-top: 10px;
  box-shadow: none;
  margin: 0;
}

.sidebar-result__wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.personal_item_icon svg {
  width: 100%;
  height: 100%;
  fill: #949494;
}

.personal_item_title {
  margin-bottom: 16px;
}

.personal_item_title .personal_item_label {
  margin-bottom: 0;
}

.personal_item.violet {
  background-color: #a55fff;
  padding: 20px 24px;
}

.personal_item.violet .personal_item_label {
  margin: 0;
  color: white;
  font-size: 18px;
}

.--dpurple {
  background-color: #a55fff;
  color: white;
}

.--dgray {
  background-color: #adadad;
  color: white;
}

.contact_left {
  display: flex;
  gap: 8px;
  align-self: flex-start;
  position: relative;
  align-items: center;
}

.contact_title {
  color: #212121;
  font-size: 15px;
  display: inline-block;
  padding-left: 28px;
  line-height: 21px;
}

.filter .sidebar-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter .sidebar-result__inner {

  float: none;
}

.filter-2 .sidebar-result__inner {
  float: right;
}

.filter-2 .sidebar-result {
  display: block;
}

.sidebar-result {
  margin-bottom: 15px;
  padding: 16px;
  display: block;
}

.sidebar-result__title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;

}

.sidebar-result__inner {
  display: flex;
  align-items: center;
  gap: 15px;
  float: right;
}

.select-all {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;

}

.sidebar-result__btn {
  background: #f1f1f1;
  border-radius: 32px;
  border: none;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
}

.contact_icon svg {
  stroke: #adadad;
}

.contact_icon {
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /*height: 15px;*/
}

.contact_item {
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  margin-bottom: 12px;
}

.contact_item:last-child {
  margin-bottom: 0;
}

.contact_item_title {
  display: block;
  color: #5d87ff;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
}

.contact_value {
  color: #5d87ff;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s ease all;
}

.contact_value svg {
  stroke: #5d87ff;
}

.contact_site {
  margin-bottom: 0;
}

.personal_descr {
  color: #949494;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 24px;
}

.finance_item .personal_item_title {
  margin-bottom: 0;
}

.arbitration_block .personal_item_title {
  margin-bottom: 0;
}

.finance_button {
  background-color: #5d87ff;
  margin-top: 25px;
  width: 100%;
  border-radius: 32px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 5px;
}

.arbitration_button {
  background-color: #5d87ff;
  margin-top: 25px;
  width: 100%;
  border-radius: 32px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 5px;
}

.finance_btn:hover {
  background: #a1b9ff;
  color: #fff;
}

.chart-title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
}

.personal_item.arbitration .arbitration_button {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.arbitration__btn:hover {
  background: #a1b9ff;
  color: #fff;
}

.arbitration__btn {
  background: transparent;
  cursor: pointer;
  padding: 12px;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease all;
  max-width: 250px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.finance_btn {
  background: transparent;
  cursor: pointer;
  padding: 12px;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease all;
  max-width: 140px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.arbitration__btn.active {
  background-color: white;
  color: #5d87ff;
}

.finance_btn.active {
  background-color: white;
  color: #5d87ff;
}

.personal_title {
  color: #212121;
  font-size: 15px;
  font-weight: 500;

}

.founders_item {
  margin-top: 15px;

}

.personal_item.violet:hover .personal_item_label {
  color: white;
}

.founders_item_border {
  border-bottom: 1px solid #00000033;
  padding-bottom: 15px;
}

.action__wrapper.top .btn.btn.--middle.--white:hover {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #5d87ff;
}

.actions-result-item.link .action-result-title {
  color: #5d87ff;
}

.action-result-sub_title {
  font-size: 14px;
  color: #949494
}

.action-result-strong {
  font-size: 18px;
  font-weight: 500
}

.actions-result-item.link:hover .action-result-title {
  color: #4474ff;
}

.actions-result-item.link:hover .action-result-icon svg {
  stroke: #4474ff;
}

.founders_row {
  display: flex;
  align-items: flex-end;
  gap: 80px;

}

.founders_item .personal_title {
  margin-top: 5px;
}

.founders_column_flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.founders_left {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.founders_row {
  margin-top: 15px;
}

.trademarks_top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}

#trade-modal-inner {
  padding: 15px 15px;
}

.personal_item_icon.dotted {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 4px;
  justify-content: center;
  justify-items: center;
}

.personal_item_icon.dotted span {
  width: 4px;
  height: 4px;
  background-color: #adadad;
  border-radius: 100%;
}

.trademarks_top_row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.trademarks_number {
  color: #5d87ff;
  font-size: 32px;
  font-weight: 500;
}

.trademarks_descr {
  color: #5d87ff;
  font-size: 15px;
  font-weight: 400;
}

/*.actions-result{
    margin-bottom: 0;
}*/
.action__wrapper.top .actions-result {
  margin-bottom: 12px;
}

.personal_subtitle {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
}

.trademarks_item .personal_title {
  margin-top: 5px;
}

.trademarks_item {
  margin-top: 15px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f1f1f1;
}


.trademarks_img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.trademarks_title {
  margin-top: 20px;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
}

.trademarks_inner {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 8px;
}

.trademarks_item .btn {
  margin-top: 30px;
}

.arbitration_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 16px;
}

.arbitration_btn {
  /*background-color: #5D87FF;
  color: white;
  padding: 7px 12px;
  transition: 0.3s ease all;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;*/
  background-color: #fff;
  color: #5d87ff;
  padding: 7px 12px;
  transition: 0.3s ease all;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
}

.contact_item_title:hover {
  text-decoration: underline;
}

.contact_value:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.accounting_icon svg {
  width: 24px;
  height: 24px;
}

.accounting_icon:hover {
  background-color: #a55fff;
}

.accounting_icon:hover svg {
  stroke: #fff;
}

.reports_item:hover {
  background-color: #f5f8ff;
}

.reports_item:hover .personal_title {
  color: #5d87ff;
}

.reports_item:hover .personal_subtitle {
  color: #5d87ff;
}

.reports_item:hover .reports_dot {
  background-color: #5d87ff;
}

.reports_item:hover .reports_icon svg {
  stroke: #5d87ff;
}

.licenses_item:hover .personal_subtitle {
  color: #5d87ff;
}

.licenses_item:hover .licenses_icon svg {
  stroke: #5d87ff;
}

.arbitration_btn:hover {
  background-color: #f5f8ff;
  color: #5d87ff;
}

.arbitration_btn.active {
  /*background-color: white;
  color: #5D87FF;*/
  background-color: #5d87ff;
  color: white;
}

/* .personal_item:hover .personal_item_label{
  color: #5D87FF;
} */
.trademarks_box {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
  gap: 8px;
  position: relative;
}

.trademarks_top_row:hover .trademarks_box::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #5d87ff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.personal_top {
  border-radius: 8px;

}

.personal_top .action__title {
  font-size: 20px;
  font-weight: 600;
}

.tag.--dorange {
  background-color: #fbf2ef;
  color: #f8886e;
}

.personal_import .tag.--dblue {
  background-color: #e8eeff;
  color: #5d87ff;
}

.personal_import .table-result__row {
  grid-template-columns: 28px 24% calc(23% - 20px) 18% repeat(2, 17%);
}

.finance_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.finance_wrapper .chart {
  margin-top: 30px;
}

.arbitration_wrapper-tab .chart {
  margin-top: 30px;
}

.finance_left {
  gap: 6px;
  display: flex;
  align-items: flex-end;
}

.finance_number {
  color: #212121;
  font-size: 36px;
  font-weight: 500;
}

.finance_descr {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}

.finance_right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.finance_round {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #e5fffa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finance_item--bottom .finance_round svg {
  stroke: #0ee39d;
  width: 16px;
  height: 16px;
}

.finance_percent {
  color: #0ee39d;
  font-size: 15px;
  font-weight: 400;
}

.finance_round.down {
  background-color: #fbf2ef;
}

.finance_round.down svg {
  stroke: #f8886e;
  transform: rotate(180deg);
}

.arbitration_show {
  display: flex;
  align-items: center;
  gap: 5px;
}

.personal_link {
  color: #5d87ff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.personal_subtitle.mt {
  margin-top: 16px;
}

.personal_link svg {
  stroke: #5d87ff;
}

.arbitration_top {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.arbitration_top_row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.arbitration_number {
  color: #212121;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
}

.arbitration_descr {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
}

.reports_item {
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reports_item .personal_subtitle {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.reports_dot {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #212121;
  border-radius: 100%;
}

.reports_icon {
  cursor: pointer;
}

.personal_show_link {
  margin-top: 24px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 5px;
  color: #5d87ff;
  font-size: 15px;
  font-weight: 500;
}

.personal_show_link svg {
  stroke: #5d87ff;
}

.accounting_inner {
  display: flex;
  align-items: center;
}

.accounting_icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.accounting_icon svg {
  stroke: #a55fff;
}

.personal_item.violet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arbitration .chart {
  margin-top: 30px;
  margin-bottom: 30px;
  max-height: 300px;
  max-width: 300px;
}

.arbitration .chart canvas {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  aspect-ratio: 1/1
}

.contact_value {
  cursor: pointer;
}

.licenses_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 12px;

}

.licenses_item:last-child {
  border: none;
}

.licenses_number {
  color: #5d87ff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.arbitration .chart {

  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;

}

.personal_item_small_label {
  font-weight: 600;
  font-size: 15px;
  color: #212121;
  margin-bottom: 20px;
}

.personal_item_td_right_part {
  line-height: 1.4;
}

.finance_button.mobile-show {
  display: none;
}

.arbitration_button.mobile-show {
  display: none;
}

.personal_item_label {
  margin-bottom: 20px;
}

.mobile-show {
  display: none;
}

.filter .sidebar-result {
  display: block;
}

.sidebar-result__select {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*.result-organization .checkbox {
    display: none;
}*/

.result-organization__subtitle {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.result-organization__item.mobile-show {
  display: flex;
}

.result-organization__item.mobile-show {
  display: flex;
}

.result-organization__item__percent {
  background: #a55fff;
  color: #fff;
  border-radius: 4px;
  padding: 3px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  display: inline-flex;
  gap: 3px
}

.result-organization__item__percent img {
  display: block !important
}

.result-organization__date {
  font-size: 14px;
  margin-left: 12px;
  display: inline-flex
}

.result-organization__status {
  background: #a55fff;
  color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top
}

.result-organization__status.--active {
  background: #a55fff
}

.result-organization__status.--history {
  background: #adadad
}

.result-organization__item.mobile-show {
  display: flex;
  align-items: center;
  gap: 4px;
}

.result-percent_item {
  background: #a55fff;
  padding: 3px 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
}

.result-organization__item.mobile-show img {
  display: block;
}

.result-percent_title {
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.result-organization__arrow {
  width: auto;
  height: auto;
  /*border-radius: none;*/
  border-radius: 0;
  background: none;
}

.finance_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.finance_item {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  box-shadow: 0px 12px 42px -4px #18274b1f;
  background-color: #fff;
  box-shadow: 0px 8px 18px -6px #18274b1f;
  border-radius: 8px;
  /*min-height: 186px;*/
  min-height: 145px;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
}

.arbitration_block {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  box-shadow: 0px 12px 42px -4px #18274b1f;
  background-color: #fff;
  box-shadow: 0px 8px 18px -6px #18274b1f;
  border-radius: 8px;
  min-height: 186px;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
}

.finance_subtitle {
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.arbitration_subtitle {
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.finance_descr {
  font-size: 14px;
}

.personal_finance .finance_button {
  margin: 0;
}

.personal_arbitration .arbitration_button {
  max-width: 544px;
  margin: 0;
}

.personal_finance .finance_btn {
  max-width: 100%;
  padding: 12px 15px;
  font-size: 14px;
}

.personal_finance .personal_item_title {
  justify-content: space-between;
  align-items: flex-start;
}

.personal_arbitration .finance_button {
  max-width: 544px;
  margin: 0;
}

.personal_arbitration .finance_btn {
  max-width: 179px;
  padding: 12px 17px;
  font-size: 14px;
}

.personal_arbitration .personal_item_title {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.finance_item--bottom.down .finance_round {
  background-color: #fbf2ef;
}

.finance_item--bottom.down .finance_round svg {
  stroke: #f8886e;
  transform: rotate(180deg);
}

.finance_item--bottom.down .finance_percent {
  color: #f8886e;
}

.finance_item .finance_item--bottom {
  margin-top: auto;
  position: relative;
}

.arbitration_block .finance_item--bottom {
  margin-top: auto;
  position: relative;
}

.finance_item .finance_right {
  margin-top: 10px;

}

.arbitration_block .finance_right {
  margin-top: 10px;
}

/*.result-organization__header {
    padding-left: 0;
    position: relative
}*/

.personal_arbitration .finance_wrap {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.arbitration_item {
  width: 100%;
}

.finance_item.arbitration_item {
  padding: 0;
  min-height: auto;
}

.arbitration_block.arbitration_item {
  padding: 0;
  min-height: auto;
}

.arbitration_item--top {
  padding: 12px 24px;
  background-color: #a55fff;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.arbitration__subtitle {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.arbitration_item--middle {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 120px;
}

.arbitration_row .arbitration_title {
  margin-top: 5px;
}

.arbitration_title {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}

.arbitration_wrapper-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  align-items: flex-start;
  align-items: center;
}

.arbitration_title.small {
  font-size: 15px;
}

.arbitration_right .arbitration_title {
  text-align: center;
}

.arbitration_inner {
  padding: 16px;
  border-radius: 8px;
  background-color: #f1f1f1;
  margin-bottom: 8px;

}

.arbitration_inner--item {
  margin-top: 10px;
}

.arbitration_inner--td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;

}

.arbitration_inner--td .arbitration_title.small {
  font-weight: 400;
}

.arbitration_inner {
  padding: 16px;
  border-radius: 8px;
  background-color: #f1f1f1;

}

.arbitration_inner--item {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.personal_licenses .table-result__row {
  grid-template-columns: 21% 31% calc(20% - 28px) 15% repeat(1, 16%);
}

.table-result__col .tag {
  margin-top: 5px;
}

.personal_licenses .personal_inner .action__wrapper .actions-result {
  margin-bottom: 0;
}

.finance_button.mobile-show {
  display: none;
}

.arbitration_button.mobile-show {
  display: none;
}

.trademark__item {
  padding: 16px;
  box-shadow: 0px 12px 42px -4px #18274b1f;
  box-shadow: 0px 8px 18px -6px #18274b1f;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*min-width: 150px;*/
}

/*.result-organization {
    width: 100%;
}*/

.result-organization__inner {
  margin-bottom: 0;
}

.result-organization__more {
  margin-top: 20px;
}

.trademark__item--bottom {
  position: relative;
  margin-top: auto;
}

.trademark__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  grid-auto-rows: auto;
  row-gap: 12px;
}

.trademark__item--img {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.trademark__item--img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.trademark__item--img .trademark__img {
  max-width: 100%;
  /*max-height: 200px;*/
}

.trademark__item--top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}

.trademark__item--top .tag {
  font-size: 12px;
}

.trademark__header {
  color: #212121;
  font-size: 12px;
  font-weight: 500;

}

.trademark__title {
  margin-top: 10px;

}

.trademark__descr {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.trademark__item:hover .trademark__title {
  color: #5d87ff;
}

.modal__block.--simple.--trade {
  max-width: 976px;
  padding: 32px;
}

.modal__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.modal__row--bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
  justify-content: space-between;
}

.trademark__lang {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}

.modal__trade--middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  row-gap: 12px;

}

.modal--flex {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tag.--dcyan {
  background: #e8eeff;
  color: #5d87ff;
  font-size: 14px;
}

.modal__trade--descr {
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.modal__trade--subtitle {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

.modal__bottom {
  margin-top: 24px;
  position: relative;
}

.modal__bottom--title {
  color: #949494;
  font-size: 15px;
  font-weight: 600;
}

.modal__bottom--inner {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 8px;
  width: 100%;
  white-space: pre-wrap;
  white-space: nowrap;
  overflow-x: scroll;
}

.modal__row {
  max-width: 432px;
}

.modal--flex {
  margin-top: 5px;
}

.modal--flex .modal__trade--subtitle {
  margin-top: 0;
}

.modal__bottom--item {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 8px 12px;
  width: 179px;

  cursor: pointer;

}

.modal__bottom--inner::-webkit-scrollbar {
  display: none;
}

.modal__bottom--item_title {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.modal__bottom--item_subtitle {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal__row .trademark__item--top {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal__row .trademark__item--img {
  min-width: 432px;
  min-height: 408px;
}

.modal__row .trademark__item--img img {
  width: 90%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.modal__trade--middle {
  margin-top: 24px;
}

.modal__round {
  width: 8px;
  height: 8px;
  border-radius: 100%;

}

.--purple {
  background-color: #a55fff;

}

.modal__block.--trade-inner {
  max-width: 560px;
  padding: 24px;
  padding-top: 0 !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.trade-inner_top {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
}

.trade-inner_title {
  margin-top: 15px;
  color: #212121;
  font-size: 28px;
  font-weight: 600;
}

.trade-inner_descr {
  margin-top: 15px;
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.trademark__registration {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.trademark__finder {
  background-color: #f1f1f1;
  width: 235px;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.vacancy__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 15px;

}

.vacancy__padding {
  padding-left: 0;
}

.vacancy__filter {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

@media only screen and (max-width: 767px) {
  .vacancy__filter {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
  }
}

.vacancy__filter-title {
  font-size: 14px;
  color: #212121;
}

.vacancy__filter_arrow_down {
  background-image: url("/images/ico/arrow_down_blue.svg") !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -2px !important;
}

.ui-selectmenu-button-open .vacancy__filter_arrow_down {
  transform: rotate(180deg);
}

.vacancy__filter .ui-selectmenu-button,
.vacancy__filter .ui-selectmenu-button:hover,
.vacancy__filter .ui-selectmenu-button:focus {
  border: none;
  background-color: #fff;
  padding-left: 0;
  padding-top: 9px;
  padding-right: 12px;
}

.vacancy__filter .ui-selectmenu-text {
  font-size: 14px;
  color: #5d87ff;
}

.ui-menu {
  /*box-shadow: 0px 12px 42px -4px #18274B1F !important;*/
  box-shadow: 0px 8px 18px -6px #18274b1f !important;
  border-radius: 12px !important;
  border: none !important;
}

.ui-menu-item {
  height: 36px;
}

.ui-menu-item-wrapper {
  height: 36px;
  font-size: 14px;
  font-family: "Inter", "Arial", sans-serif;
  padding-top: 10px !important;
  padding-right: 16px !important;
  padding-bottom: 8px !important;
  padding-left: 16px !important;
  border: #007fff !important;
}

.ui-state-active {
  background-color: #5d87ff !important;
}

.vacancy__card {
  width: 100%;
  box-shadow: 0px 12px 42px -4px #18274b1f;
  box-shadow: 0px 8px 18px -6px #18274b1f;
  padding: 24px;
  -webkit-box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  background: #fff;
  border-radius: 12px;


}

.vacancy__card--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.vacancy__title {
  color: #252525;
  font-size: 20px;
  font-weight: 600;
}

.vacancy__card .btn {
  margin-top: 20px;
  max-width: 210px;
  width: fit-content;
}

.vacancy__card .tag {
  color: #212121;
  background-color: #e0e0e0;
}

.vacancy__date {
  color: #949494;
  font-size: 15px;
  font-weight: 400;
}

.vacancy__price {
  margin-top: 12px;
  color: #252525;
  font-size: 18px;
  font-weight: 400;
}

.vacancy__subtitle {
  margin-top: 12px;
  color: black;
  font-size: 15px;
  font-weight: 500;
}

.vacancy__geo {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.vacancy__card--top {
  margin-bottom: 10px;
}

.filter__title {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
}

.filter__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 0;
}

.filter__value {
  width: 100%;
}

.filter__value input {
  width: 100%;
  accent-color: #5d87ff;
  -webkit-appearance: none;
}

.filter__value input::-webkit-slider-thumb {

  accent-color: #5d87ff


}

.filter__bottom--right .btn.--white {
  background-color: transparent;
  color: #212121;
  border: 1px solid #e0e0e0;
}

.filter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter__bottom--right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter__item--title {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.filter__item--input {
  border-radius: 8px;
  border: none;
  background-color: #f1f1f1;
  padding: 8px 12px;
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  width: 100%;

}

.personal__item {
  padding: 24px;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
  background: #fff;
  border-radius: 8px;
  padding-top: 0;
}

.personal__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f1f1f1;
  /*width: 100%;
  white-space: pre-wrap;
  white-space: nowrap;
  overflow-x: scroll;*/
}

.swiper-personal-tab {
  width: calc(100% + 48px);
  margin-left: -24px;
}

.personal__tabs::-webkit-scrollbar {
  display: none;
}

.personal__tab--title {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.personal__tab--descr {
  color: #949494;
  font-size: 15px;
  font-weight: 400;
}

.personal__tab--subtitle {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;

}

.personal__tab--descr.mini {
  font-size: 14px;
}

.personal__tab--item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-bottom: 12px;
}

.personal__tab {
  margin-top: 24px;

}

.personal-button-swiper {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5d87ff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;

}

.personal-button-next {
  right: 22px;
}

.personal-button-prev {
  left: 22px;
}

.personal-button-swiper:hover {
  background-color: #4474ff;
}

.personal-button-swiper.swiper-button-disabled {

  display: none;
}

.personal-button-swiper svg {
  stroke: white;
}

.personal_tab--button {
  padding: 16px;
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.personal_tab--button.active {
  color: #5d87ff;
  border-bottom: 2px solid #5d87ff;
}

.personal_inner .result-organization {
  width: 100%
}

.arbitration_right {
  padding-left: 70px
}

.prop-separator {
  margin: 0 5px;
  background: linear-gradient(90deg, #adadad 0, #adadad 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
  flex-grow: 1;
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  height: 1px;
  align-self: end
}

@media only screen and (max-width: 1919px) {
  .founders_icon img {
    width: 16px;
    height: 16px;
  }

  .founders_row {
    gap: 0px;
    justify-content: space-between;
  }

  .finance_wrap {
    grid-template-columns: repeat(5, 1fr);
  }

  .finance_item {
    padding: 16px;
  }

  .arbitration_block {
    padding: 16px;
  }

  .personal_finance .personal_item_title {
    flex-wrap: wrap;
  }

  .personal_import .table-result__col {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  .personal_arbitration .finance_wrap {
    grid-template-columns: 1fr;
  }

  .modal__row .trademark__item--img {
    min-width: 250px;
    min-height: 250px;
  }

  .arbitration_wrapper-tab {
    display: flex;
    flex-direction: column-reverse;
  }

  .sidebar-result__wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .filter {
    flex-direction: column;
  }

  .finance_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .personal_finance .personal_item_title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .personal {
    flex-direction: column;
  }

  .sidebar {
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: none;
    padding: 0;
    padding-bottom: 2px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;

    margin-bottom: 16px;

  }

  .filter .sidebar {
    display: flex;
    align-items: center;
    padding: 0;
    padding-bottom: 2px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;

    margin-bottom: 16px;

  }

  .sidebar__aside-inner {
    display: flex;
    align-items: center;
    box-shadow: none;
    width: 100%;
    white-space: pre-wrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
  }

  .finance_wrap {
    width: 100%;
  }

  .filter .sidebar__aside-inner {
    display: flex;
    align-items: center;
    box-shadow: none;
    flex-wrap: nowrap;
    width: 100%;
    white-space: pre-wrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
  }

  .sidebar__aside-inner::-webkit-scrollbar {
    display: none;
  }

  .sidebar__aside-item {
    font-size: 15px;
    gap: 12px;

  }

  .sidebar__aside-item.active {
    border-bottom: 2px solid #5d87ff;
  }

  .sidebar__aside-item.active svg {
    fill: #5d87ff;
    color: #5d87ff;
  }

  .sidebar__aside-item:hover {
    background: inherit;
    color: inherit;
  }

  .sidebar__aside-item:hover svg {
    color: #949494;
    fill: #949494;
  }

  .personal_inner {
    width: 100%;
  }

  .sidebar__open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .action__top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    align-items: flex-start;

  }

  .action__wrapper.top .actions-result__right {
    gap: 10px;
    margin-top: 10px;
  }

  .action__wrapper.top .actions-result__left {
    gap: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .arbitration_right {
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .arbitration_right .arbitration_top {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__block.--mobileCategory {
    padding: 32px 16px;
    top: 80%;
    transition: 0.3s ease all;
  }

  .modal__block.--mobileCategory.up {
    top: 75%;
  }

  .modal__block.--mobileCategory.hide {
    top: 80%;
  }

  .modal__block.--mobileCategory .modal-item {
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .modal__block.--mobileCategory .modal-item span {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
  }

  .modal.modal--category {
    padding: 0;
    padding-top: 5px;
  }

  .finance_item {
    width: 100%;
    min-height: 132px;
    padding: 16px;
  }

  .arbitration_block {
    width: 100%;
    min-height: 132px;
    padding: 16px;
  }

  .personal_finance .finance_btn {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
  }

  .personal_finance .finance_button {
    max-width: none;
    padding: 0;

  }

  .personal_item_title {
    padding-bottom: 15px;
  }

  .arbitration_wrapper-tab {
    margin-top: 15px;
  }

  .arbitration_right .arbitration_title {
    display: none;
  }

  .personal_finance .finance_btn {
    max-width: none;
  }

  .personal_arbitration .finance_btn {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
  }

  .personal_arbitration .arbitration__btn {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
  }

  .personal_arbitration .finance_button {
    max-width: none;
    padding: 0;

  }

  .personal_arbitration .arbitration_button {
    max-width: none;
    padding: 0;
  }

  .personal_arbitration .finance_btn {
    max-width: none;
  }

  .personal_arbitration .arbitration__btn {
    max-width: none;
  }

  .result-organization__subtitle {
    margin-left: 0;
    margin-top: 10px;
  }

  .result-organization__subtitle {
    margin-left: 0;
    margin-top: 10px;
  }

  .tag.mobile-show {
    display: inline-block;
  }

  .mobile-hide {
    display: block;
  }

  .filter-2 .actions-result__right.mobile-hide {
    display: none;
  }

  .filter-2 .sidebar-result__inner.mobile-show {
    display: flex;
    gap: 15px;
  }

  .filter-2 .select-all.mobile-show {
    display: flex;
  }

  .sidebar-result {
    box-shadow: none;

  }

  .sidebar-result__wrapper {
    border: none;
    padding-bottom: 0;
  }

  .filter-2 .mobile-show {
    display: block;
  }

  .filter-2 .mobile-hide {
    display: none;
  }

  .action_wrapper.top .actions-result {
    margin-bottom: 0;
  }

  .action__wrapper.top .actions-result__left {
    padding: 16px 0;
    padding-top: 0;
    border-bottom: 1px solid #f1f1f1;

  }

  .action__wrapper.top .actions-result__right {
    margin: 0;
    padding: 16px 0;
  }

  .action__wrapper.top .actions-result {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mobile-hide {
    display: none;
  }

  .personal_item_td {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .personal_item_td + .personal_item_td {
    margin-top: 20px;
  }

  .actions-result__right .btn {
    width: 100%;
  }

  .personal_items_middle {
    width: 100%;
  }

  .trademarks_img {
    max-width: 380px;
  }

  .arbitration .chart {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;

  }

  .arbitration .chart canvas {
    height: auto;
    width: 100%;

  }

  .finance_btn {
    padding: 5px;
    font-size: 12px;
  }

  .arbitration__btn {
    padding: 5px;
    font-size: 12px;
  }

  .founders_row {
    gap: 0;
    justify-content: space-between;
  }

  .personal_title {
    font-size: 12px;
  }

  .founders_percent {
    font-size: 12px;
  }

  .personal_descr {
    font-size: 11px;
  }

  .personal_descr {
    font-size: 12px;
  }

  .trademarks_number {
    font-size: 18px;
  }

  .trademarks_descr {
    font-size: 12px;
  }

  .contact_item_title {
    font-size: 12px;
  }

  .contact_title {
    font-size: 12px;
  }

  .contact_value {
    font-size: 12px;
  }

  .personal_subtitle {
    font-size: 12px;
  }

  .reports_item .personal_subtitle {
    display: block;
  }

  .reports_dot {
    display: none;
  }

  .personal_item_label {
    font-size: 15px;
  }

  .arbitration_number {
    font-size: 15px;
  }

  .arbitration_btn {
    font-size: 14px;
    text-align: center;
    width: 100%;

  }

  .arbitration_number {
    font-size: 18px;
  }

  .arbitration_descr {
    font-size: 12px;
  }

  .personal_item.violet .personal_item_label {
    font-size: 18px;
  }

  .personal_item.violet {
    gap: 10px;
  }

  .personal_item.violet {
    padding: 16px;
  }

  .accounting_icon {
    width: 25px;
    height: 25px;
  }

  .action__wrapper {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .action__wrapper.top .actions-result {
    padding-left: 0;
    padding-right: 0;
  }

  .accounting_icon {
    width: 48px;
    height: 48px;
  }

  .trademarks_title {
    font-size: 15px;
  }

  .trademarks_inner {
    grid-template-columns: 1fr;
  }

  .personal_item_td_left_part {
    font-size: 12px;
  }

  .personal_item_td_right_part {
    font-size: 12px;
  }

  .personal_item_small_label {
    margin-top: 20px;
    font-size: 12px;
  }

  .action-result-title {
    font-size: 12px;
  }

  .personal_items_small {
    overflow-x: scroll;
    display: flex;


  }

  .personal_items_small .personal_item {
    box-shadow: none;
    width: 60%;
    background: #fff;
    box-shadow: 0px 8px 18px -6px #0000005e;
    padding: 16px;
    min-width: 60%;

  }

  .finance_item .chart {
    width: 100%;
    height: auto;
  }

  .arbitration_block .chart {
    width: 100%;
    height: auto;
  }

  .finance_item .chart canvas {
    width: 100%;
    height: auto;
  }

  .arbitration_block .chart canvas {
    width: 100%;
    height: auto;
  }

  .personal_items_small {
    padding: 10px;
    margin-left: -10px;
    gap: 12px;
  }

  .personal_item .personal_item_value {
    font-size: 15px;
  }

  .personal_items_small .personal_item .personal_item_label {
    font-size: 14px;
  }

  .personal_items_small::-webkit-scrollbar {
    display: none;
  }

  .personal_item_small_label {
    margin-top: 20px;
    font-size: 12px;
  }

  .personal_item .personal_item_value {
    font-size: 15px;
  }

  .personal_items_small .personal_item .personal_item_label {
    font-size: 14px;
  }

  /* .personal_items_small{
    display: grid;
    grid-template-columns: 1fr 1fr;
  } */
  .header__hamburger.--active span:nth-child(3) {
    top: -6px;
  }

  .header__hamburger.--active span:nth-child(1) {
    top: 8px;
  }

  .finance_number {
    font-size: 18px;
  }

  .finance_descr {
    font-size: 12px;
  }

  .finance_percent {
    font-size: 12px;
  }

  .action__left .h1 {
    text-align: center;
  }

  .action__left {
    justify-content: center;
  }

  .action__wrapper.top .action__top {
    align-items: center;
  }

  .action__wrapper.top .actions-result__right {
    flex-wrap: nowrap;
  }

  .action__top {
    padding: 16px;
  }

  .personal_item_label {
    font-size: 20px;
  }

  .personal_item_title {
    margin-bottom: 12px;
  }

  .personal_item_td_left_part {
    font-size: 15px;
  }

  .personal_item_td_right_part {
    font-size: 15px;
  }

  .personal_item_td {
    gap: 5px;
  }

  .personal_item {
    padding: 16px;
  }

  .personal_show_link {
    margin-top: 20px;
  }

  .finance_number {
    font-size: 36px;
  }

  .finance_descr {
    font-size: 15px;
  }

  .finance_button {
    flex-direction: column;
    background: none;
    border-radius: 0;
  }

  .arbitration_button {
    flex-direction: column;
    background: none;
    border-radius: 0;
  }

  .finance_btn {
    padding: 16px 0;
    text-align: left;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
  }

  .arbitration__btn {
    padding: 16px 0;
    text-align: left;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    justify-content: flex-start;
    max-width: none;
    width: 100%;

  }

  .finance_btn.active {
    background: none;
    color: #212121;
  }

  .arbitration__btn.active {
    background: none;
    color: #212121;
  }

  .finance_percent {
    font-size: 15px;
  }

  .personal_descr {
    font-size: 15px;
  }

  .founders_row {
    margin-top: 8px;
  }

  .personal_title {
    font-size: 15px;
  }

  .founders_percent {
    font-size: 15px;
  }

  .founders_icon img {
    width: 24px;
    height: 24px;
  }

  .trademarks_number {
    font-size: 32px;
  }

  .trademarks_descr {
    font-size: 15px;
  }

  .personal_subtitle {
    font-size: 15px;
  }

  .trademarks_item {
    margin-top: 12px;
  }

  .trademarks_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trademarks_inner .personal_title {
    font-size: 13px;
  }

  .trademarks_inner .personal_descr {
    font-size: 13px;
  }

  .trademarks__column .personal_descr {
    margin-top: 0;
  }

  .trademarks_number {
    line-height: 0.75;
  }

  .contact_title {
    font-size: 15px;
  }

  .contact_item_title {
    font-size: 15px;
  }

  .contact_value {
    font-size: 15px;
  }

  .contact_item {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    justify-content: space-between;
    gap: 5px;
  }

  .licenses__inner .personal_subtitle {
    font-size: 14px;
  }

  .arbitration_btn {
    white-space: nowrap;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    white-space: nowrap;
  }

  .arbitration_button {
    overflow-x: scroll;
  }

  .arbitration_button::-webkit-scrollbar {
    display: none;
  }

  .arbitration_number {
    font-size: 32px;
    line-height: 0.75;
  }

  .arbitration_descr {
    font-size: 15px;

  }

  .arbitration_top {
    margin-top: 32px;
  }

  .actions-result {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .actions-result__left {
    overflow-x: scroll;
  }

  .actions-result__left::-webkit-scrollbar {
    display: none;
  }

  .actions-result__left .actions-result-item {
    width: 80%;
    white-space: pre-wrap;
    white-space: nowrap;
    gap: 8px;

  }

  .action__wrapper.top .actions-result__right {
    justify-content: center;
  }

  .personal_item_td + .personal_item_td {
    margin-top: 10px;
  }

  .finance_button {
    margin-bottom: 0;
  }

  .arbitration_button {
    margin-bottom: 0;
  }

  .action__wrapper.top .actions-result__left {
    flex-wrap: nowrap;
  }

  .action__wrapper.top .actions-result__right {
    flex-wrap: nowrap;
  }

  .mobile-hide {
    display: none;
  }

  summary::marker {
    content: "";
  }

  .arbitration__btn {
    border-radius: 0;
    justify-content: space-between;
  }

  .finance_btn {
    justify-content: space-between;
    border-radius: 0;
  }

  .arbitration__btn svg {
    stroke: #949494;
  }

  .finance_btn svg {
    stroke: #949494;
  }

  .arbitration-spoiler[open] .finance_btn svg {
    transform: rotate(180deg);

  }

  .arbitration-spoiler[open] .finance_btn {
    border-bottom: none;
  }

  .arbitration-spoiler {
    margin-top: 12px;
  }

  .finance_btn {
    border-bottom: 1px solid #e0e0e0;
  }

  .arbitration__btn {
    border-bottom: 1px solid #e0e0e0;
  }

  details > summary::marker {
    display: none;
    content: ''; /* Прощай, стрелочка, теперь ты здесь не нужна! */
  }

  details > summary::-webkit-details-marker {
    display: none; /* Эй, Chrome, смотри, стрелка исчезла! */
  }

  .finance_btn:hover {
    background: transparent;
    border-radius: 0;
    color: #212121;
  }

  .arbitration__btn:hover {
    background: transparent;
    border-radius: 0;
    color: #212121;
  }

  .finance_item .chart canvas {
    width: 100%;
    height: auto;
  }

  .arbitration_block .chart canvas {
    width: 100%;
    height: auto;
  }

  .finance_btn.active {
    border-bottom: none;
  }

  .arbitration__btn.active {
    border-bottom: none;
  }

  .arbitration__btn.active svg {
    transform: rotate(180deg);
  }

  .finance_btn.active svg {
    transform: rotate(180deg);
  }

  .finance_number {
    line-height: 1;
  }

  .finance_button {
    margin-top: 12px;
  }

  .arbitration_button {
    margin-top: 12px;
  }

  .finance_button.mobile-show {
    display: flex;
  }

  .arbitration_button.mobile-show {
    display: flex;
  }

  .table-result {
    width: 100%;
  }

  .finance_button.mobile-show {
    display: flex;
  }

  .arbitration_button.mobile-show {
    display: flex;
  }

  .filter .result-organization__arrow {
    display: none;
  }

  /*.result-organization .checkbox {
      display: none;
  }*/
  /*.result-organization__header {
      padding-left: 0;
  }*/
  .result-organization__item {
    flex-wrap: nowrap;
  }

  .result-organization__item.--flex-wrap {
    display: block;
    flex-wrap: wrap;
  }

  .result-organization__item span {
    width: auto;
  }

  .result-organization__footer {
    display: none;
  }

  .filter .checkbox {
    display: none;
  }

  /*.result-organization__header {
      padding-left: 0;
  }*/
  .result-organization__item.mobile-show {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .result-percent_item {
    background: #a55fff;
    padding: 3px 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
  }

  .result-organization__item.mobile-show img {
    display: block;
  }

  .result-percent_title {
    color: white;
    font-size: 12px;
    font-weight: 500;
  }

  .result-organization__header {
    margin-bottom: 10px;
  }

  .result-organization__info strong.mobile-show {
    margin-bottom: 16px;
  }

  .result-organization__link {
    padding: 16px;
  }

  .result-organization__title {
    margin-bottom: 8px;
    width: 100%
  }

  .result-organization__status {
    position: static;
    margin-left: 4px
  }

  .result-organization__date {
    margin: 10px 0 24px 0
  }

  .filter-2 .checkbox {
    display: block;
  }

  .filter-2 .table-result__col::before {
    content: none;
  }

  .filter-2 .table-result__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .table-result__span {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
  }

  .table-result__title {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
  }

  .filter-2 .table-result__col.first {
    padding-top: 0;
    margin-top: -2px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 35px;
  }

  .table-result__col:not(:first-child) {
    padding: 14px 0 14px 0px;
  }

  .filter-2 .tag.--middle {
    padding: 2px 8px;
  }

  .filter-2 .mobile-hide {
    display: none;
  }

  .sidebar-result__inner {
    float: none;
    align-items: flex-start;
    margin-top: 10px;
  }

  .filter-2 .table-result__link {
    text-align: right;
  }

  .filter .sidebar-result {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter .sidebar-result__inner {
    flex-wrap: wrap;
  }

  .filter-2 .sidebar-result__inner {
    float: none;
  }

  .table-result__row {
    box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
    padding: 8px 20px;
    padding-top: 20px;
    border-radius: 8px;
  }

  .filter-2 .table-result__row .checkbox {
    padding-top: 40px;
    padding-left: 20px;
  }

  .arbitration_item--middle {
    gap: 80px;
  }

  .table-result {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .sidebar-result__inner.mobile-show {
    display: flex;
  }

  /*.table-result__row {
      display: none;
  }*/
  .table-result__row.mobile-show {
    display: block;
    padding-top: 8px;
  }

  .personal_licenses .table-result__col:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .personal_licenses .table-result__col:before {
    display: none;
  }

  .personal_licenses .result-organization__link {
    padding: 0;
    background: none;
    color: #5d87ff;
  }

  .table-result__middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: space-between;
    margin-top: 15px;
  }

  .personal_licenses .tag.--dblue {
    margin-left: auto;
    margin-right: 0;
  }

  .table-result__middle:first-child {
    margin-top: 18px;
  }

  .table-result__top {
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .personal_licenses .tag.--dblue {
    width: auto;
    text-align: center;
    max-width: 88px;
  }

  .personal_licenses .table-result__col:not(:first-child) {
    padding: 0;
    margin: 0;
  }

  .personal_licenses .table-result__middle .table-result__col {
    margin-left: auto;
    margin-right: 0;
    justify-self: end;
    text-align: right;
    align-items: end;

  }

  .personal_licenses .tag.--dblue {
    margin-right: 0;
    margin-left: auto;
  }

  .personal_licenses .personal_inner .action__wrapper .actions-result {
    display: none;
  }

  .personal_licenses .personal_inner .action__wrapper .action__top {
    border-bottom: none;
    padding-bottom: 0;
  }

  .personal_licenses .personal_item_td_left_part {
    font-size: 14px;
  }

  .result-organization__item.mobile-show {
    display: flex;
    align-items: center;
  }

  .trademark__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;

  }

  .trademark__pagination {

  }

  .trademark__img {
    display: block;
    margin: 0 auto;
  }

  .modal__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .modal__row .trademark__item--img {
    min-width: 343px;
    min-height: 192px;
  }

  .trademark__item {
    width: 100%;
  }

  .modal__block.--simple.--trade {
    padding: 16px;
  }

  .modal__row {
    max-width: 100%;
    width: 100%;
  }

  .modal__trade--middle {
    grid-template-columns: 1fr;
  }

  .modal__row .trademark__item--img img {
    width: 100%;
  }

  .modal__row .trademark__item--img {
    min-width: auto;
    width: 100%;
  }

  #trade-modal {
    padding: 0;
  }

  .modal__block.--simple.--trade {
    top: 5px;
    padding-top: 50px;
    border-radius: 24px 24px 0 0;
  }

  .modal__button {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 4px;
    background-color: #adadad;
    border-radius: 12px;
  }

  .modal__button.bottom {
    width: 134px;
    top: auto;
    bottom: 8px;
    height: 5px;
  }

  .modal__block.--mobileCategory .modal-item.active span {
    color: #5d87ff;
  }

  .modal__block.--mobileCategory .modal-item.active .modal-choose {
    opacity: 1;

  }

  .modal__block.--mobileCategory .modal-item .modal-choose {
    opacity: 0;
  }

  .modal__block.--mobileCategory .modal-item.active .modal-choose svg {
    stroke: #5d87ff;
  }

  #trade-modal .modal__close {
    display: none;
  }

  .modal__row .trademark__item--img img {
    width: auto;
  }

  .modal__block.--trade-inner {
    padding: 16px;
    padding-top: 0 !important;
  }

  .scroll-box {
    overflow-y: scroll;

  }

  .trademark__registration {
    margin-left: 0;
    width: 100%;
  }

  .trademark__registration input {
    width: 100%;
    padding: 14px 12px;
  }

  .modal__trade--title.mobile-show {
    display: block;
  }

  .modal__trade--middle {
    margin-top: 0;
  }

  .result-organization__title {
    margin-bottom: 16px;
  }

  .vacancy__date {
    display: none;
  }

  .vacancy__geo svg {
    display: none;
  }

  .vacancy__card {
    padding: 16px;
  }

  .vacancy__card .btn {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  #trade-modal {
    padding: 0;
  }

  .personal__tab--item {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    justify-content: start;
    gap: 5px;
  }

  .personal__tab--title {
    margin-bottom: 16px;
  }

  .mobile-show {
    display: block;
  }

  .personal_top .action__left {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }

  .personal_top .btn {

    width: 100%;
    text-align: center;

  }

  .personal_top .action_right {
    width: 100%;
  }

  .personal_top {
    gap: 16px;
  }

  .action__title {
    line-height: 1.3;
  }

  .personal_import .table-result__col {
    font-size: 14px;
  }

  .personal__tabs {
    display: none;
  }

  .personal__tabs.mobile-show {
    display: block;
    padding: 14px 20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 14px;
    color: #212121;
    border-radius: 8px;

  }

  .arbitration_left {
    border-right: none;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .personal_tab--button {
    padding: 0;
    font-size: 14px;
  }

  .arbitration_wrap {
    width: 100%;
    white-space: nowrap;
    box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0 8px 18px -6px rgba(24, 39, 75, 0.12);
    overflow-x: scroll;
    /*flex-wrap: nowrap;*/
  }

  .arbitration_wrap--item {
    box-shadow: none;
    border-radius: 1px;
    border-right: 1px solid #f1f1f1;
  }

  .arbitration_wrap::-webkit-scrollbar {
    display: none;
  }

  .select-all {
    margin-top: 0;
  }

  .modal__block.modal__block.--simple.--trade {
    transition: 0.3s ease all;
  }

  .modal__block.modal__block.--simple.--trade.up {
    top: 0;
    transition: 0.3s ease all;
  }

  .sidebar_filter--wrap {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .filter-2 .sidebar_filter--wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .action__filter--active {
    justify-content: flex-end;
  }

  .filter-2 .actions-result__right.mobile-show {
    display: flex;
    width: fit-content;
  }

  .modal__row .trademark__item--top.mobile-hide {
    display: none;
  }

  .modal__row .trademark__item--top.mobile-show {
    display: flex;
  }

  .personal_licenses .table-result__row {
    display: none;
  }

  .personal_licenses .table-result__row.mobile-show {
    display: block;
  }

  .actions-result__left {
    height: 35px;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .actions-result__right {
    padding: 0;
  }

  .swiper-personal-tab {
    display: none;
  }

  .breadcrumbs {
    display: none
  }

}

.disabled-link {
  pointer-events: none; /* Отключает клик */
  color: gray; /* Изменяет внешний вид */
  text-decoration: none;
}

.finance_percent.down {
  color: #f8886e;
}

.filter-list li.highlight {
  background-color: #e7f1ef;
  color: #000;
}

.filter-list .checkbox.highlight {
  background-color: #e7f1ef;
  color: #000;
}

.hidden {
  display: none;
}

.fin-not-found .personal_item_title {
  padding: 20px;
}

.fin-not-found h2 {
  font-size: 20px;
  color: #333;
}

.fin-not-found ul {
  display: block;
  list-style-type: none;
  padding-left: 20px;
  color: #999;
}

.fin-not-found li {
  list-style: disc;
  margin: 15px 0;
  color: #999;
}

.fin-not-found li li {
  list-style: none;
}

.personal_item_label#finTitle {
  height: 0;
}

.fin-results-title {
  margin-bottom: 0 !important;
}

.finance_wrapper .chart {
  position: relative;
}

.personal_item_copy {
  cursor: pointer;
}

.personal_item_copy:hover svg {
  stroke: #6c92ff;
}

.copy-hint {
  position: absolute;
  background: #6c92ff;
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-size: 13px;
  margin-left: 10px;
  white-space: nowrap;
  z-index: 1000;
}

.hint-arrow {
  position: absolute;
  bottom: -6px; /* Размещаем стрелку под текстом */
  left: 50%;
  transform: translateX(-50%);
}

.personal_inner.user-dashboard {
  width: 100%;
}

.user-dashboard .personal_item_td {
  gap: 24px;
}

.user-dashboard_title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: black;
  font-size: 18px;
  font-weight: bold;
}

.user-dashboard_text {
  color: black;
  font-size: 14px;
}

.user-dashboard_value_right {
  color: black;
  font-size: 14px;
  text-align: right;
}

.user-dashboard_text_top {
  color: black;
  font-size: 15px;
  padding: 16px 0 12px;
}

.user-dashboard_text_bottom {
  color: #949494;
  font-size: 15px;
  padding: 12px 0 16px;
}

.user-dashboard_text_value {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

.user-dashboard_text_limit {
  color: #949494;
  font-size: 18px;
  font-weight: bold;
}

.user-dashboard progress {
  width: 100%;
  height: 4px;
  border-radius: 8px;
  overflow: hidden;
}

.user-dashboard progress::-webkit-progress-bar {
  background-color: #f1f1f1;
}

.user-dashboard progress::-webkit-progress-value {
  background-color: #a55fff;
}

.user-dashboard progress.--orange::-webkit-progress-value {
  background-color: #f8886e;
}

.user-dashboard progress::-moz-progress-bar {
  background-color: #f1f1f1;
}

.personal-user-dashboard {
  gap: 24px;
}

.personal-user-dashboard .personal_item_td {
  grid-template-columns: 3fr 1fr;
}

.personal-user-dashboard .sidebar {
  font-size: 15px;
}

.user-dashboard-top {
  /*min-height: 336px;*/
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.user-dashboard-top .btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.user-dashboard-top.user-dashboard-right .user-dashboard_text {
  margin-top: 20px;
  line-height: 20px;
}

.user-dashboard_tariff .user-dashboard_text_bottom {
  color: #949494;
  font-size: 15px;
  padding: 10px 0 0;
}

.personal_inner.personal_finance {
  position: relative;
}

.personal_inner .tax_info {
  display: block;
}

#finance-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
}

a.action__title:hover {
  color: #5d87ff
}

.fin_health {

  .personal_item_td_left_part {
    min-width: 100%;
    color: #0d1116 !important;
  }

  .finance_percent {
    color: #0d1116 !important;
    margin-top: 4px;
  }

  .margin_l .info_div {
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */
    letter-spacing: -0.007em;
    color: #949494;
    /* margin-top: 6px;*/
  }

  .finance_right {
    margin-top: 7px;
  }

  .finance_round {
    background-color: #fff;
  }

  .finance_round {
    image {
      margin-right: 7px;
    }
  }


  img {
    margin-right: 7px;
  }

  .personal_item_title_finance_health {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .margin_l {
    margin-left: 28px;
  }

  .info_div {
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #949494;
    word-wrap: break-word;
    margin-top: 5px;
  }

  .lvl_txt_financial_stability {
    color: #0d1116 !important;
  }

  span.lvl1 {
    box-sizing: border-box;
    padding: 1px 8px;
    gap: 10px;
    border: 1px solid #3ee9b1;
    border-radius: 4px;
  }

  span.lvl2 {
    box-sizing: border-box;
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 1px 8px;
    gap: 10px;
  }

  span.lvl3 {
    box-sizing: border-box;
    padding: 1px 8px;
    gap: 10px;
    border: 1px solid #f9d68b;
    border-radius: 4px;
  }

  span.lvl4 {
    /* State=High */
    box-sizing: border-box;
    border: 1px solid #e35d6a;
    border-radius: 4px;
    padding: 1px 8px;
    gap: 10px;
  }

  .main_title {
    margin-bottom: 15px !important;
  }

  .personal_finance .personal_item_title {
    margin-bottom: 0 !important;
  }

  .financial_stability_d {
    margin-bottom: 10px;
  }

  @media only screen and (max-width: 1023px) {
    .fin_health .personal_finance .personal_item_title {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 0 !important;;
    }
  }

  @media only screen and (max-width: 767px) {

    .finance_right {
      margin-top: 2px;
      width: 335px;
    }

    .personal_finance .personal_item_title {
      margin-bottom: 0 !important;;
    }

    .fin_health .personal_item_td {
      gap: 5px;
      margin-bottom: 15px;
    }

    .fin_health .info_div {
      width: 315px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      line-height: 20px;
    }

    .fin_health .finance_percent {
      width: 315px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .info_div {
      width: 310px;
      margin-top: 3px;
    }
  }
}

.finance_industry_avg_values {
  font-size: 15px;
}

p.normal{
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.finance_industry_avg_values__title, .finance_industry_avg_values__industry {
  color: #949494;
}

.finance_industry_avg_values__industry {
  padding-bottom: 20px;
}

.personal_api {
  width: 100%;
}
.personal_api .personal_item_label {
    font-size: 14px;
    color: #949494;
    margin-bottom: 5px;
    height: 20px;
}
.personal_api .personal_api-row {
  display: flex;
  flex-direction: row;
}
.personal_api .personal_item_copy {
  position: initial;
  margin-left: 8px;
}
.personal_item_td_right_part-line_height {
  line-height: 100%;
}


#finance_summary {
  margin-top: 20px;
}

.balann {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 18px;
}

#finance_summary table {
  width: 100%;
  margin-top: 15px;
}

#finance_summary tr td {
  width: 20%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #949494;
  padding: 5px;
}

#finance_summary tr td.first_td {
  text-align: left;
  width: auto;
}

#finance_summary td {
  font-size: 14px !important;
}

#finance_summary th {
  padding-bottom: 4px;
}

#finance_summary span.up {
  color: green;
  font-size: 12px !important;
  display: block;
  margin-top: 5px;
}

#finance_summary span.down {
  color: red;
  font-size: 12px !important;
  display: block;
  margin-top: 5px;
}

#finance_summary th {
  color: #949494;
  font-size: 12px;
  padding-left: 5px;
}

#finance_summary th.first_td {
  text-align: left;
}


.personal_ai-item_body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;

}

.personal_ai-item_body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.personal_ai-item_footer {
  margin-top: 4px !important;
}

.ai-modal {
  width: 83% !important;
  max-width: 83% !important;
}

@media only screen and (max-width: 767px) {
  .ai-modal {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.ai-modal_title {
  margin-bottom: 0;
}

.ai-modal_text  {
  margin-bottom: 20px;
  overflow-y: auto;
}

.ai-modal_text ol, .ai-modal_text ul  {
  padding-left: 25px;
}

.ai-modal_text_part h3 {
  margin-top: 10px;
}

.ai-modal_text_link {
  color: #5d87ff;
  font-size: 15px;
  font-weight: 500;
}

.ai-modal_text_link_separator {
  color: #cccccc;
}

.personal_ai-item_body, .ai-modal_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.personal_ai-item_body {
  min-height: 40px;
}

.ai-modal_footer {
  justify-content: flex-start;
  gap: 8px;
  border: none;
  padding: 0 0 24px 24px;
}

.ai-modal_footer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #949494;
}

.personal_ai-item_body *, .ai-modal_text * {
  line-height: 1.3;
  padding-bottom: 4px;
}

.personal_ai-item_body p:has(strong) {
  padding-top: 0;
  padding-bottom: 4px;
}

.ai-modal_text p:has(strong) {
  padding-top: 8px;
  padding-bottom: 6px;
}

.typing {
  white-space: nowrap;
  overflow: hidden;
  border-right: .1em solid;
}


.summary_table__header {
  color: #949494;
  gap: 20px;
}


.employee_count_container__table {
  margin-top: 24px;
}

.employee_count_container__opener {
  margin-top: 24px;
}

.summary_table__header {
  border-bottom: 1px solid #ddd;
}

.summary_table__row {
  display: flex;
  gap: 20px;
  min-height: 36px;
}

.employee_count_container__historical_records {
  overflow: hidden;
  transition: height 0.3s ease;
}


.summary_table__header .summary_table__cell {
  padding-bottom: 8px;
  font-size: 14px;
}

.summary_table__cell {
  flex: 1 1 144px;
  padding: 8px 0 4px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.summary_table__cell.employee_year {
  flex: 0 1 100px;
}

.number_change {
  display: flex;
  align-items: center;
}

.employee_change svg {
  stroke: #0ee39d;
  width: 16px;
  height: 16px;
}

.number_change__icon_container {
  display: inline-block;
}

.number_change__icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #e5fffa;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 4px;
}

.number_change__icon.decrease {
  background-color: #fbf2ef;
}

.number_change__icon_svg.decrease {
  stroke: #f8886e;
  transform: rotate(180deg);
}

.number_change.growth {
  color: #0EE39D;
}

.number_change__value {
  display: inline-block;
}

.number_change.decrease {
  color: #F8886E;
}

.summary_opener {
  cursor: pointer;
  color: #5d87ff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s ease all;
}

.summary_opener__svg {
  stroke: #5d87ff;
}

.summary_opener__svg.open {
  transform: rotate(180deg);
}

.contact_item_title {
  line-height: 21px;
}

.contact_right details {
  display: none;
}


.contact_right details[open] .contact_value svg {
  transform: rotate(180deg);
}

details .contact_item_title:nth-child(2)  {
  margin-top: 10px;
}

.contact_item_phone {
  align-items: flex-start !important;
}

.contact_right_visible_items {
  display: flex;
  flex-direction: column;
}

.contact_item_phone .contact_left {
  line-height: 24px;
}

.contact_item_phone .contact_right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact_item_mail .contact_right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact_item_social_networks {
  gap: 4px;
}

.social_networks_icons_container {
  display: flex;
  gap: 8px;
}

.contact_social_network_icon {
  width: 20px;
  height: 20px;
}

.contact_social_network_icon_svg {
  width: 20px;
  height: 20px;
}

.contact_left_social_networks {
  align-self: center;
}

.finance_summary_row__name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.finance_summary_row.group .finance_summary_row__name {
  cursor: pointer;
}
.finance_summary_level0.group .finance_summary_row__name {
  padding: 8px 5px 8px 5px;
}

.finance_summary_level0.group td {
  padding: 0!important;
}

.finance_summary_level0.group  .finance_summary_row__name_text{
  font-size: 16px;
}

.finance_summary_level1 > .first_td {
  padding-left: 20px!important;
}

.finance_summary_level2 > .first_td {
  padding-left: 40px!important;
}

.finance_summary_row__name_group_opener {
  width: 16px;
  flex: 0 0 16px;
}

.finance_summary_row__name_group_opener_svg{
  stroke: #5d87ff;
}

.open .finance_summary_row__name_group_opener_svg {
  rotate: 180deg;
}

.finance_summary_row.group .finance_summary_row__name_text {
  font-weight: 550;
}

.finance_summary_row__name_text {
  flex-grow: 1;
}

.finance_summary_level0.group {
  background-color: #fafafa;
}

.finance_summary__table {
  margin-bottom: 20px;
}

.finance_summary__table th.first_td
{
  padding-left: 32px!important;
}

.finance_summary__table.debug span.substract::before {
  content: '(';
  color: #bdbdbd;
}

.finance_summary__table.debug span.substract::after {
  content: ')';
  color: #bdbdbd;
}

.finance_summary__table span.parantheses::before {
  content: '(';
}

.finance_summary__table span.parantheses::after {
  content: ')';
}

.report-template-head {
  display:flex;
  justify-content: space-between;
  width: 100%;
}

.report-template-title {
  padding-top: 5px;
}

.report-templates-filter {
  display: flex;
  gap: 50px;
}

.reports-table {
  font-size: 14px;
}

.reports-table td {
  padding: 8px;
}

.reports-table th,
.reports-table tr:not(:last-child) td {
  border-bottom: 1px solid #efeff0;
}

.reports-table th {
  padding-top: 8px;
  padding-bottom: 8px;
}

td.reports-table-money {
  text-align: right;
}

.reports-table a {
  color: #5d87ff !important;
}

.reports-table-company-name {
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  width: 400px;
}

.report-template-result {
  position: relative;
}

.report-template-result .chart-container {
  height: auto;
  max-width: 1230px;
  overflow-x: auto;
  padding-right: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.4);
  display: none;
  justify-content: center;
  /*align-items: center;*/
  border-radius: 8px;
  z-index: 2;
}

.overlay.active {
  display: flex;
}

/* Лоадер */
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 1000;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  /* animation: spin 1s linear infinite;
  transform: translate(-50%, -50%); */
}

.loader_new {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  margin-top: 350px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.report-template .actions-result {
  margin-bottom: 24px;
}
.reports-filter {
  width: 100%;
  padding-top: 5px;
}

.reports-filter__inner {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 15px;
  display: none;
  padding-bottom: 14px;
}
/*.reports-filter .modal .list .checkbox {
  margin-left: 0;
}*/

.report__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-self: start
}

.reports-filter__title {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.reports-filter.open .reports-filter__title {
  cursor: default;
}

.reports-filter__title-text {
  padding-top: 4px;
  cursor: pointer;
}

.reports-filter__opener {
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 4px;
}


.reports-filter.open .reports-filter__opener-svg {
  transform: rotate(180deg);
}

.reports-filter__inner {
  padding: 16px 0 0 0;
}

.reports-filter__buttons {
  display: flex;
  align-items: flex-end;
}

.reports-filter__buttons-container{
  margin-left: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
  flex-grow: 1;
}

.reports-filter__buttons-container .btn{
  max-width: 170px;
}

.reports-filter__buttons:nth-child(odd) {
  grid-column: 2;
}


.reports-filter__item.--border .reports-filter__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.reports-filter__item.--border
{
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}

.reports-filter__item.--border  .reports-filter__item-title:hover {
  color: #5d87ff;
  background: #f5f8ff;
}


.reports-filter__item.--border  .reports-filter__item-title:hover path {
  stroke: #5d87ff;
}

.reports-filter__item .checkbox {
  /*width: calc(100% + 30px);
  margin-left: -15px;*/
  width: 100%;
}

.reports-filter__item .checkbox input {
  display: none;
}

.reports-filter__item .checkbox input:checked + label:before {
  border-color: #5d87ff;
  background: #5d87ff url("../images/ico/check.svg") no-repeat center center/10px;
}

.reports-filter__item .checkbox__item { /* fixed p42 -> 32 */
  display: block;
  padding: 8px 16px 8px 32px;
  font-size: 14px;
  line-height: 143%;
  border-radius: 8px;
}

.reports-filter__item .checkbox__item:hover {
  background: #f5f8ff;
}

.reports-filter__item .checkbox__item:hover:before {
  background: #fff;
}

.reports-filter__item .checkbox__item:before { /* fixed left 16 -> 7 */
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 7px;
}
.reports-filter__item .modal__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .reports-filter__item .modal {
    width: 100vw;
  }

  .reports-filter__item .modal .modal__block.--form {
    left: 0;
  }

  .reports-filter__item .modal .modal__block.--form .modal__footer {
    width: 92%;
  }
}

.reports-filter__item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
}

.reports-filter.open  .reports-filter__inner{
  display: grid;
}

.reports-filter__filled {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #5D87FF;
  margin-left: 12px;
  display: none;
}

.reports-filter.filled .reports-filter__filled{
  display: inline-block;
}

.reports-filter.filled.open .reports-filter__filled{
  display: none;
}

.reports-filter__item.--border .reports-filter__item-title .reports-filter-tree__counter {
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #5d87ff;
  padding: 5px 8px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: center;    /* горизонтальное выравнивание */
  align-items: center;
  font-weight: normal;
}


.taxes_table {
  margin-top: 20px;
  font-size: 14px;
  /*width: 100%;*/
  min-width: 100%;
  /*table-layout: fixed;*/
}

.taxes_table tr td:first-child {
  text-align: left;
  width: auto;
  line-height: 18px;
  position: sticky;
  left: 0;
  background: white; /* Важно для перекрытия контента */
  z-index: 1;
}

@media only screen and (max-width: 410px) {
  .taxes_table {
    min-width: 420px!important;
  }
  .taxes_table tr td:first-child  {
    max-width: 200px;
  }
}


.taxes_table_container {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
}

.taxes_table th {
  padding-bottom: 10px;
}


.taxes_table__table-row td {
  width: 20%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f7f7f7;
  padding: 9px 0;
}

.taxes_table__category td {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 0 15px 0;
}

.taxes_table__category-sums {
  font-weight: 550;
  font-size: 14px;
}

.taxes_table__category-sums td {
  padding: 9px 0;
}

td.taxes_table__year_header {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.taxes_table td:first-child {
  max-width: 30%;
}

.taxes_table .money {
  text-align: right;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}


@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /*.taxes_table .year_3 {
    display: none;
  }*/

  .taxes_table .filler-column {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
 /* .taxes_table .year_2 {
    display: none;
  }*/
}

.tax_penalty_table_container {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
}

.tax_penalty_table {
  margin-top: 20px;
  font-size: 14px;
  /*width: 100%;*/
  min-width: 100%;
  /*table-layout: fixed;*/
}

.tax_penalty_table tr td:first-child {
  text-align: left;
  width: auto;
  line-height: 18px;
  position: sticky;
  left: 0;
  background: white; /* Важно для перекрытия контента */
  z-index: 1;
}

@media only screen and (max-width: 410px) {
  /*.tax_penalty_table {
    min-width: 420px!important;
  }*/
  .tax_penalty_table tr td:first-child  {
    max-width: 100px;
  }
}

.tax_penalty_table th {
  padding-bottom: 10px;
}

.tax_penalty_table__table-row td {
  /*width: 20%;*/
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f7f7f7;
  padding: 9px 0;
}

.tax_penalty_table__table-row.level1 td:first-child {
  padding-left: 26px;
}

tr.tax_penalty_table__table-row.hidden {
  display: none;
}

.tax_penalty_table__category td {
  font-weight: bold;
  font-size: 15px;
  padding: 25px 0 15px 0;
}

.tax_penalty_table__category-sums {
  font-weight: 550;
  font-size: 14px;
}

.tax_penalty_table__category-sums td {
  padding: 9px 0;
}

td.tax_penalty_table__year_header {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.tax_penalty_table td:first-child {
  max-width: 30%;
}

.tax_penalty_table .money {
  text-align: right;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}

.tax_penalty_table__row_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tax_penalty_table__table-row.level0 .tax_penalty_table__row_name {
  cursor: pointer;
}

.tax_penalty_table__group_opener {
  width: 16px;
  flex: 0 0 16px;
}

.tax_penalty_table__group_opener_svg{
  stroke: #5d87ff;
}

.tax_penalty_table__table-row.open .tax_penalty_table__group_opener_svg {
  rotate: 180deg;
}
.tax_penalty_table .filler-column {
  width: 27%;
}

@media only screen and (max-width: 767px) {
  /*.taxes_table .year_3 {
    display: none;
  }*/

  .tax_penalty_table .filler-column {
    display: none;
  }
}

.card_summary_competitors {
  font-size: 15px;
  color: #949494;
  font-weight: 400;
  line-height: 24px;
}

.card_summary_competitors__total_count {
  line-height: 24px;
}

p.card_summary_competitors__p{
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 24px;
}

.card_summary_competitors__block {
  line-height: 24px;
  margin-top: 12px;
}

span.percent.increase {
  color: #0EE39D;
}

span.percent.decrease {
  color: #F8886E;
}

.card_summary_competitors__value {
  color: #212121;
  white-space: nowrap;
}

.card_summary_competitors__percent {
  white-space: nowrap;
}

.competitors_place__percent {
  white-space: nowrap;
}

.card_summary_competitors .personal_show_link {
  margin-top: 16px;
}

.competitors_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-self: start;
  position: relative;
}

.competitors_head {
  padding: 0;
}

.competitors_head__title {
  background: #A55FFF;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}

.competitors_head__content {
  padding: 12px 24px;
}

.competitors_head__switchers {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  margin-top: 6px;
  flex-wrap: wrap;
  width: fit-content;
}
.competitors_head__stats {
  display: flex;
  gap: 24px;
}

.competitors_head__stats_item:first-child {
  flex: 1 1 auto;
}

.competitors_head__stats_item {
  flex: 2 1 auto;
}

.competitors_head__stats_item_title {
  color:  var(--text-grey);
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

.competitors_head__stats_item_value {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
}

.competitors_head__msp {
  margin-top: 24px;
  color: var(--text-grey);
}

.competitors_head__msp_items {
  display: flex;
  gap: 32px;
  margin-top: 8px;
}

.competitors_head__msp_row {
  font-size: 14px;
  line-height: 20px;
}

.competitors_head__msp_item {
  display: flex;
  gap: 8px;
  font-size: 14px;
}

.competitors_head__msp_item_title {
  line-height: 20px;
}

.competitors_head__msp_item_value {
  color: var(--text-black);
  line-height: 20px;
}

.competitors_list {
  font-size: 15px;
}

.competitors_list .personal_item_title {
  margin-bottom: 0;
}

.competitors_list .personal_item_label {
  line-height: 30px;
}

.competitors_list .personal_item_subtitle {
  color: var(--text-grey);
  font-size: 12px;
  line-height: 16px;
}

.competitors_list__p {
  margin-block-start: 6px;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 24px;
}

.competitors_list__table_container {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
}

.competitors_list__table {
  font-size: 14px;
  min-width: 100%;
}

.competitors_list__table_header {
  color: var(--text-grey);
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px;
  font-weight: 400;
  text-align: left;
}

.competitors_list__table_header.place, .competitors_list__table_cell .place {
  width: 76px;
}

.competitors_list__table_header.revenue, .competitors_list__table_header.income {
  text-align: right;
  padding-right: 32px;
}


th.competitors_list__table_header:last-child {
  padding-right: 116px;
}

td.competitors_list__table_cell.place,
th.competitors_list__table_header.place
{
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}

td.competitors_list__table_cell.name,
th.competitors_list__table_header.name
{
  position: sticky;
  left: 76px;
  background: white;
  z-index: 1;
}

.competitors_list__table_cell {
  padding: 16px;
  line-height: 20px;
}

tr.competitors_list__table_row:not(:last-child) .competitors_list__table_cell {
  border-bottom: 1px solid var(--fill-grey_100, #F1F1F1)
}

.competitors_list__table_cell.money {
  text-align: right;
  white-space: nowrap;
}

td.competitors_list__table_cell:last-child {
  padding-right: 84px;
}

.competitors_list__link:hover {
  color: #5d87ff;
}

div.competitors_places {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

div.competitors_places div.personal_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

table.competitors_place__table {
  width: 100%;
}

td.competitors_place__table_cell {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
}

td.competitors_place__table_cell:first-child {
  width: 80px;
}

tr.competitors_place__table__table_row:not(:last-child) td.competitors_place__table_cell {
  border-bottom: 1px solid var(--fill-grey_100, #F1F1F1)
}

td.competitors_place__table_cell.separator_cell {
  padding: 4px 16px;
}

tr.competitors_place__table__table_row.itself td.competitors_place__table_cell {
  background: var(--fill-hover_blue, #F5F8FF);
}

.competitors_place__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.competitors_place__text {
  line-height: 24px;
  margin-top: 12px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .competitors_head__msp_items {
    flex-direction: column;
      gap: 8px;
  }

  td.competitors_list__table_cell:last-child {
    padding-right: 16px;
  }

  th.competitors_list__table_header:last-child {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 500px) {
  td.competitors_list__table_cell.place,
  th.competitors_list__table_header.place
  {
    padding-left: 0;
    padding-right: 0;
  }

  td.competitors_list__table_cell.name,
  th.competitors_list__table_header.name {
    left: 44px;
    padding-left: 4px;
    padding-right: 2px;
  }

  td.competitors_list__table_cell.revenue,
  th.competitors_list__table_header.revenue {
    padding-left: 4px
  }

  .competitors_list__table {
    font-size: 13px;
  }
}

.personal_item .industry_text {
  font-size: 15px;
  line-height: 24px;
}

.tab_button {
  background-color: #5d87ff;
  border-radius: 32px;
  padding: 2px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.tab_button__btn:hover {
  background: #a1b9ff;
  color: #fff;
}

.tab_button__btn {
  /*min-width: 0;*/
  background: transparent;
  cursor: pointer;
  padding: 4px 24px;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  transition: 0.3s ease all;
  /*max-width: 250px;*/
  display: flex;
  /*width: 100%;*/
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.tab_button__btn.active {
  background-color: white;
  color: #5d87ff;
}

.relations__person {
  padding: 16px 0 20px 0;
  border-bottom: 1px solid var(--fill-grey_100);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.relations__person_header{
  display: flex;
  gap: 12px;
}

.relations__person_header_title {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.relations__person_header_role {
  font-size: 14px;
  line-height: 24px;
  color: #949494;
}

.relations__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.relations__person:first-child {
  padding-top: 0;
}

.relations__person:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.relations__info img {
  min-width: 12px;
}

.relations____item {
  display: flex;
  gap: 12px;
}

.relations____item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  margin-top: 2px;
}

.relations__graph_button {
  width: fit-content;
  margin-bottom: 16px;
}

.relations____item .tag {
  max-height: 25px;
}

@media only screen and (max-width: 767px) {
  .relations__person_header{
    display: flex;
    gap: 0;
  }
  .relations____item_name {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .relations__item_link {
    line-height: 20px;
  }
  .relations____item {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .relations____item .tag {
    font-size: 12px;
  }
  .relations__person_header {
    flex-direction: column;
  }
}

@media only screen and (max-width: 410px) {
  .relations__graph_button {
    width: 100%;
  }
}

.relations__item_link {
  font-weight: 500;
  line-height: 143%;
  color: #5d87ff;
}

.relations____item_role {
  line-height: 143%;
  font-size: 12px;
  color: var(--text-grey);
}

.contract_sum_title {
  margin-top: 8px;
}

.income_filter {
  padding-bottom: 16px;
}

.income_filter .filter__aside-subtitle {
  font-size: 13px;
  margin-left: 0;
  margin-top: 4px;
  text-align: center;
}