/* business-profile-cabinet-statistics-block.css?file=../ui/components/Heading/Heading.styl */
.business_profile_cabinet_statistics_block_heading__h1,
.business_profile_cabinet_statistics_block_heading__h2,
.business_profile_cabinet_statistics_block_heading__h3 {
  margin: 0;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  color: var(--color_main);
  font-weight: 600;
  word-wrap: break-word;
}
.business_profile_cabinet_statistics_block_heading__h1.business_profile_cabinet_statistics_block___no-padding,
.business_profile_cabinet_statistics_block_heading__h2.business_profile_cabinet_statistics_block___no-padding,
.business_profile_cabinet_statistics_block_heading__h3.business_profile_cabinet_statistics_block___no-padding {
  padding: 16px 0;
}
.business_profile_cabinet_statistics_block_heading__h1 {
  font-size: 21px;
  line-height: 1;
}
.business_profile_cabinet_statistics_block_heading__h2 {
  font-size: 16px;
  line-height: 1.3;
}
.business_profile_cabinet_statistics_block_heading__h3 {
  font-size: 14px;
  line-height: 1.4;
}

/* business-profile-cabinet-statistics-block.css?file=../ui/components/Island/Island.styl */
.business_profile_cabinet_statistics_block_island {
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--color_surface);
}
.business_profile_cabinet_statistics_block_island:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .business_profile_cabinet_statistics_block_island,
:root .layout-main.__more-rounded-islands + .layout-right-column .business_profile_cabinet_statistics_block_island {
  border-radius: 16px;
}
.business_profile_cabinet_statistics_block_layout-main.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius .business_profile_cabinet_statistics_block_island,
.business_profile_cabinet_statistics_block_layout-main.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius + .business_profile_cabinet_statistics_block_layout-right-column .business_profile_cabinet_statistics_block_island,
.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius .business_profile_cabinet_statistics_block_island {
  border-radius: 20px;
}
.business_profile_cabinet_statistics_block_island_header {
  border-radius: 4px 4px 0 0;
  background-color: var(--color_surface);
}
.business_profile_cabinet_statistics_block_island_header:last-child {
  border-radius: 4px;
}
.business_profile_cabinet_statistics_block_island_header:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .business_profile_cabinet_statistics_block_island_header,
:root .layout-main.__more-rounded-islands + .layout-right-column .business_profile_cabinet_statistics_block_island_header {
  border-radius: 16px 16px 0 0;
}
.business_profile_cabinet_statistics_block_layout-main.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius .business_profile_cabinet_statistics_block_island_header,
.business_profile_cabinet_statistics_block_layout-main.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius + .business_profile_cabinet_statistics_block_layout-right-column .business_profile_cabinet_statistics_block_island_header,
.business_profile_cabinet_statistics_block___more-rounded-islands.business_profile_cabinet_statistics_block___islands-with-20px-border-radius .business_profile_cabinet_statistics_block_island_header {
  border-radius: 20px 20px 0 0;
}
.business_profile_cabinet_statistics_block_island_cnt {
  position: relative;
  padding: 16px;
}
.business_profile_cabinet_statistics_block_island_header + .business_profile_cabinet_statistics_block_island_cnt {
  margin-top: -16px;
}
.business_profile_cabinet_statistics_block_island_footer {
  padding: 16px;
  border-top: var(--delimiter_global);
  line-height: 1.2;
  text-align: center;
}
.business_profile_cabinet_statistics_block_island_footer:empty {
  display: none;
}

/* business-profile-cabinet-statistics-block.css?file=../ui/components/Icon/Icon.styl */
.business_profile_cabinet_statistics_block_icon {
  display: inline-block;
}
.business_profile_cabinet_statistics_block_icon > svg {
  display: block;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___is-flipped {
  transform: scaleX(-1);
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___margin-right {
  margin-right: 4px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___margin-left {
  margin-left: 4px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-8 {
  width: 8px;
  height: 8px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-10 {
  width: 10px;
  height: 10px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-12 {
  width: 12px;
  height: 12px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-16 {
  width: 16px;
  height: 16px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-18 {
  width: 18px;
  height: 18px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-20 {
  width: 20px;
  height: 20px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-24 {
  width: 24px;
  height: 24px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-26 {
  width: 26px;
  height: 26px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-28 {
  width: 28px;
  height: 28px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-32 {
  width: 32px;
  height: 32px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-36 {
  width: 36px;
  height: 36px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-40 {
  width: 40px;
  height: 40px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-44 {
  width: 44px;
  height: 44px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-48 {
  width: 48px;
  height: 48px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-54 {
  width: 54px;
  height: 54px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-56 {
  width: 56px;
  height: 56px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-60 {
  width: 60px;
  height: 60px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-64 {
  width: 64px;
  height: 64px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-80 {
  width: 80px;
  height: 80px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-96 {
  width: 96px;
  height: 96px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-100 {
  width: 100px;
  height: 100px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-120 {
  width: 120px;
  height: 120px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-128 {
  width: 128px;
  height: 128px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-132 {
  width: 132px;
  height: 132px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-144 {
  width: 144px;
  height: 144px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-152 {
  width: 152px;
  height: 152px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-160 {
  width: 160px;
  height: 160px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-176 {
  width: 176px;
  height: 176px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-208 {
  width: 208px;
  height: 208px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-240 {
  width: 240px;
  height: 240px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-288 {
  width: 288px;
  height: 288px;
}
.business_profile_cabinet_statistics_block_icon.business_profile_cabinet_statistics_block___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* business-profile-cabinet-statistics-block.css?file=ui/cabinet/statistics-block/components/NoStatistics/NoStatistics.styl */
.business_profile_cabinet_statistics_block_root {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.business_profile_cabinet_statistics_block_description {
  margin-top: 4px;
  color: var(--color_secondary);
  font-size: 14px;
  line-height: 20px;
}

/* business-profile-cabinet-statistics-block.css?file=../ui/components/Link/Link.styl */
.business_profile_cabinet_statistics_block_link {
  text-decoration: none;
}
.business_profile_cabinet_statistics_block_link:hover {
  text-decoration: underline;
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___primary {
  color: var(--color_main);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___secondary {
  color: var(--color_secondary);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___active {
  color: var(--color_orange);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___black {
  color: var(--color_main);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___white {
  color: var(--color_white);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___orange:hover {
  color: var(--color_action_active_new);
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___none {
  text-decoration: none;
  cursor: auto;
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___none:hover {
  color: inherit;
  text-decoration: none;
}
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___no-text-decor,
.business_profile_cabinet_statistics_block_link.business_profile_cabinet_statistics_block___no-text-decor:hover {
  text-decoration: none;
}

/* business-profile-cabinet-statistics-block.css?file=ui/cabinet/statistics-block/components/StatisticsBlock/StatisticsBlock.styl */
.business_profile_cabinet_statistics_block_root2 {
  display: flex;
  flex-direction: column;
}
.business_profile_cabinet_statistics_block_values {
  display: flex;
  align-items: center;
}
.business_profile_cabinet_statistics_block_value {
  color: var(--color_main);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.business_profile_cabinet_statistics_block_valueDifference {
  margin-left: 8px;
  font-size: 12px;
  line-height: 14px;
}
.business_profile_cabinet_statistics_block_valueDifference.business_profile_cabinet_statistics_block___positive {
  color: var(--color_green-2);
}
.business_profile_cabinet_statistics_block_valueDifference.business_profile_cabinet_statistics_block___negative {
  color: var(--color_red);
}
.business_profile_cabinet_statistics_block_title {
  margin-top: 4px;
  color: var(--color_secondary);
  font-size: 12px;
  line-height: 16px;
}

/* business-profile-cabinet-statistics-block.css?file=ui/cabinet/statistics-block/components/BusinessProfileCabinetStatistics/BusinessProfileCabinetStatistics.styl */
.business_profile_cabinet_statistics_block_content {
  font-size: 14px;
  line-height: 20px;
}
.business_profile_cabinet_statistics_block_statistics-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.business_profile_cabinet_statistics_block_statistics-value {
  flex-basis: 50%;
  margin-bottom: 12px;
}
.business_profile_cabinet_statistics_block_action-link {
  margin-top: 16px;
}
/*# sourceMappingURL=business-profile-cabinet-statistics-block-MG2RAZD5.css.map */
