/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Heading/Heading.styl */
.business_profile_cabinet_ok_live_block_heading__h1,
.business_profile_cabinet_ok_live_block_heading__h2,
.business_profile_cabinet_ok_live_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_ok_live_block_heading__h1.business_profile_cabinet_ok_live_block___no-padding,
.business_profile_cabinet_ok_live_block_heading__h2.business_profile_cabinet_ok_live_block___no-padding,
.business_profile_cabinet_ok_live_block_heading__h3.business_profile_cabinet_ok_live_block___no-padding {
  padding: 16px 0;
}
.business_profile_cabinet_ok_live_block_heading__h1 {
  font-size: 21px;
  line-height: 1;
}
.business_profile_cabinet_ok_live_block_heading__h2 {
  font-size: 16px;
  line-height: 1.3;
}
.business_profile_cabinet_ok_live_block_heading__h3 {
  font-size: 14px;
  line-height: 1.4;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Island/Island.styl */
.business_profile_cabinet_ok_live_block_island {
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--color_surface);
}
.business_profile_cabinet_ok_live_block_island:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .business_profile_cabinet_ok_live_block_island,
:root .layout-main.__more-rounded-islands + .layout-right-column .business_profile_cabinet_ok_live_block_island {
  border-radius: 16px;
}
.business_profile_cabinet_ok_live_block_layout-main.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius .business_profile_cabinet_ok_live_block_island,
.business_profile_cabinet_ok_live_block_layout-main.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius + .business_profile_cabinet_ok_live_block_layout-right-column .business_profile_cabinet_ok_live_block_island,
.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius .business_profile_cabinet_ok_live_block_island {
  border-radius: 20px;
}
.business_profile_cabinet_ok_live_block_island_header {
  border-radius: 4px 4px 0 0;
  background-color: var(--color_surface);
}
.business_profile_cabinet_ok_live_block_island_header:last-child {
  border-radius: 4px;
}
.business_profile_cabinet_ok_live_block_island_header:empty {
  display: none;
}
:root .layout-main.__more-rounded-islands .business_profile_cabinet_ok_live_block_island_header,
:root .layout-main.__more-rounded-islands + .layout-right-column .business_profile_cabinet_ok_live_block_island_header {
  border-radius: 16px 16px 0 0;
}
.business_profile_cabinet_ok_live_block_layout-main.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius .business_profile_cabinet_ok_live_block_island_header,
.business_profile_cabinet_ok_live_block_layout-main.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius + .business_profile_cabinet_ok_live_block_layout-right-column .business_profile_cabinet_ok_live_block_island_header,
.business_profile_cabinet_ok_live_block___more-rounded-islands.business_profile_cabinet_ok_live_block___islands-with-20px-border-radius .business_profile_cabinet_ok_live_block_island_header {
  border-radius: 20px 20px 0 0;
}
.business_profile_cabinet_ok_live_block_island_cnt {
  position: relative;
  padding: 16px;
}
.business_profile_cabinet_ok_live_block_island_header + .business_profile_cabinet_ok_live_block_island_cnt {
  margin-top: -16px;
}
.business_profile_cabinet_ok_live_block_island_footer {
  padding: 16px;
  border-top: var(--delimiter_global);
  line-height: 1.2;
  text-align: center;
}
.business_profile_cabinet_ok_live_block_island_footer:empty {
  display: none;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.business_profile_cabinet_ok_live_block_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.business_profile_cabinet_ok_live_block_loader:before,
.business_profile_cabinet_ok_live_block_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___light2:before,
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___light2:after {
  background: var(--color_white);
}
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___small {
  width: 16px;
  height: 4px;
}
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___small:before,
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___small:before {
  margin: -4px 0 0 -10px;
}
.business_profile_cabinet_ok_live_block_loader.business_profile_cabinet_ok_live_block___small:after {
  margin: -4px -6px 0 0;
}
.business_profile_cabinet_ok_live_block_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: business_profile_cabinet_ok_live_block_show .9s 0s infinite linear;
}
.business_profile_cabinet_ok_live_block_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: business_profile_cabinet_ok_live_block_show .9s .3s infinite linear;
}
.business_profile_cabinet_ok_live_block_loader .business_profile_cabinet_ok_live_block_item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  animation: business_profile_cabinet_ok_live_block_show .9s .15s infinite linear;
}
.business_profile_cabinet_ok_live_block_loader .business_profile_cabinet_ok_live_block_item.business_profile_cabinet_ok_live_block___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_loader .business_profile_cabinet_ok_live_block_item.business_profile_cabinet_ok_live_block___light2 {
  background: var(--color_white);
}
@keyframes business_profile_cabinet_ok_live_block_show {
  0% {
    transform: scale(.75);
    opacity: .5;
  }
  25% {
    transform: scale(.75);
    opacity: .5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(.75);
    opacity: .5;
  }
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Spin/Spin.styl */
.business_profile_cabinet_ok_live_block_spin {
  display: inline-block;
}
.business_profile_cabinet_ok_live_block_spin.business_profile_cabinet_ok_live_block___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.business_profile_cabinet_ok_live_block_spin.business_profile_cabinet_ok_live_block___absolute {
  position: absolute;
}
.business_profile_cabinet_ok_live_block_spin.business_profile_cabinet_ok_live_block___fixed {
  position: fixed;
}
.business_profile_cabinet_ok_live_block_spin.business_profile_cabinet_ok_live_block___absolute,
.business_profile_cabinet_ok_live_block_spin.business_profile_cabinet_ok_live_block___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business_profile_cabinet_ok_live_block_spin-container.business_profile_cabinet_ok_live_block___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.business_profile_cabinet_ok_live_block_spin-icon-wrapper {
  line-height: 0;
}
.business_profile_cabinet_ok_live_block_spin-icon-wrapper.business_profile_cabinet_ok_live_block___default {
  width: 32px;
  height: 32px;
}
.business_profile_cabinet_ok_live_block_spin-icon-wrapper.business_profile_cabinet_ok_live_block___small2 {
  width: 16px;
  height: 16px;
}
.business_profile_cabinet_ok_live_block_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_spin-icon svg {
  animation: business_profile_cabinet_ok_live_block_rotate 3.5s linear infinite;
}
.business_profile_cabinet_ok_live_block_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: business_profile_cabinet_ok_live_block_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .business_profile_cabinet_ok_live_block_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .business_profile_cabinet_ok_live_block_spin-icon svg circle,
:root.ds-colors.dark-theme .business_profile_cabinet_ok_live_block_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes business_profile_cabinet_ok_live_block_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes business_profile_cabinet_ok_live_block_arcs {
  0% {
    stroke-dashoffset: 87.9646;
  }
  12.5% {
    stroke-dashoffset: 65.97345;
  }
  25% {
    stroke-dashoffset: 43.9823;
  }
  37.5% {
    stroke-dashoffset: 21.99115;
  }
  50% {
    stroke-dashoffset: 0;
  }
  62.5% {
    stroke-dashoffset: -21.99115;
  }
  75% {
    stroke-dashoffset: -43.9823;
  }
  87.5% {
    stroke-dashoffset: -65.97345;
  }
  to {
    stroke-dashoffset: -87.9646;
  }
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Spinner/Spinner.styl */
.business_profile_cabinet_ok_live_block_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-16 {
  width: 16px;
  height: 16px;
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-20 {
  width: 20px;
  height: 20px;
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-40 {
  width: 40px;
  height: 40px;
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-48 {
  width: 48px;
  height: 48px;
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___view-secondary2 {
  color: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___light3 {
  color: var(--color_orange);
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___outline2,
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___clean2 {
  color: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_spinner:before,
.business_profile_cabinet_ok_live_block_spinner:after,
.business_profile_cabinet_ok_live_block_el:before,
.business_profile_cabinet_ok_live_block_el:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: business_profile_cabinet_ok_live_block_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-48:before,
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-48:after,
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-48 .business_profile_cabinet_ok_live_block_el:before,
.business_profile_cabinet_ok_live_block_spinner.business_profile_cabinet_ok_live_block___size-48 .business_profile_cabinet_ok_live_block_el:after {
  border-width: 4px;
}
.business_profile_cabinet_ok_live_block_spinner:after {
  animation-delay: -.45s;
}
.business_profile_cabinet_ok_live_block_el:before {
  animation-delay: -.3s;
}
.business_profile_cabinet_ok_live_block_el:after {
  animation-delay: -.15s;
}
@keyframes business_profile_cabinet_ok_live_block_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Button/ButtonCore.styl */
.business_profile_cabinet_ok_live_block_button-core {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  overflow: visible;
  color: var(--color_white);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color_orange_new);
  outline: none;
  transition: box-shadow .1s ease-in, background-color .1s ease-in;
  user-select: none;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___size-l {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___size-m {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___size-s {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___wide {
  width: 100%;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___circle {
  min-width: 0;
  padding: 0;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___circle.business_profile_cabinet_ok_live_block___size-m {
  width: 32px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___circle.business_profile_cabinet_ok_live_block___size-s {
  width: 24px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary.business_profile_cabinet_ok_live_block___high_contrast {
  color: var(--color_main);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white {
  color: #333;
  background-color: var(--color_white);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching {
  background-color: #87189d;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark {
  color: var(--color_white);
  background-color: #0009;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___no-radius {
  border-radius: 0;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___radius-8 {
  border-radius: 8px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___radius-16 {
  border-radius: 16px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___radius-40 {
  border-radius: 40px;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.business_profile_cabinet_ok_live_block_content {
  display: block;
}
.business_profile_cabinet_ok_live_block_content.business_profile_cabinet_ok_live_block___center-align {
  display: flex;
  align-items: center;
}
.business_profile_cabinet_ok_live_block_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___loading .business_profile_cabinet_ok_live_block_content {
  z-index: -1;
  opacity: 0;
}
.business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___loading .business_profile_cabinet_ok_live_block_spinner2 {
  display: flex;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover.business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:focus.business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:active.business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active.business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core {
  color: var(--color_white);
  text-decoration: none;
  background-color: var(--color_orange_hover);
  box-shadow: 0 0 0 1px var(--color_orange_hover);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary {
  color: var(--dynamic-text-and-icons-base-primary);
  background-color: var(--color_main-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary.business_profile_cabinet_ok_live_block___high_contrast,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary.business_profile_cabinet_ok_live_block___high_contrast,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary.business_profile_cabinet_ok_live_block___high_contrast,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary.business_profile_cabinet_ok_live_block___high_contrast {
  color: var(--color_main);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light_hover);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_orange-light_hover);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark,
.business_profile_cabinet_ok_live_block_button-core-container:focus .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark,
.business_profile_cabinet_ok_live_block_button-core-container.business_profile_cabinet_ok_live_block___active .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled.business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___clean {
  background-color: transparent;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:disabled .business_profile_cabinet_ok_live_block_button-core.business_profile_cabinet_ok_live_block___dark {
  background-color: #0009;
  box-shadow: none;
}
.business_profile_cabinet_ok_live_block_button-core-container:hover .business_profile_cabinet_ok_live_block_button-core,
.business_profile_cabinet_ok_live_block_button-core-container:active .business_profile_cabinet_ok_live_block_button-core {
  outline: none;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Button/Button.styl */
.business_profile_cabinet_ok_live_block_button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
  transition: opacity .3s ease;
}
.business_profile_cabinet_ok_live_block_button:focus-visible {
  outline: var(--focus-outline);
}
.business_profile_cabinet_ok_live_block_button:hover,
.business_profile_cabinet_ok_live_block_button:active {
  outline: none;
}
.business_profile_cabinet_ok_live_block_button.business_profile_cabinet_ok_live_block___wide2 {
  width: 100%;
}
.business_profile_cabinet_ok_live_block_button.business_profile_cabinet_ok_live_block___disabled {
  cursor: default;
  opacity: .5;
}
.business_profile_cabinet_ok_live_block_button.business_profile_cabinet_ok_live_block___no-animation {
  transition: none;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Link/Link.styl */
.business_profile_cabinet_ok_live_block_link {
  text-decoration: none;
}
.business_profile_cabinet_ok_live_block_link:hover {
  text-decoration: underline;
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___primary {
  color: var(--color_main);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___secondary {
  color: var(--color_secondary);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___active2 {
  color: var(--color_orange);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___black {
  color: var(--color_main);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___white2 {
  color: var(--color_white);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___orange:hover {
  color: var(--color_action_active_new);
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___none {
  text-decoration: none;
  cursor: auto;
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___none:hover {
  color: inherit;
  text-decoration: none;
}
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___no-text-decor,
.business_profile_cabinet_ok_live_block_link.business_profile_cabinet_ok_live_block___no-text-decor:hover {
  text-decoration: none;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Link/LinkButton.styl */
.business_profile_cabinet_ok_live_block_link-button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.business_profile_cabinet_ok_live_block_link-button:hover,
.business_profile_cabinet_ok_live_block_link-button:active {
  outline: none;
}

/* business-profile-cabinet-ok-live-block.css?file=../ui/components/Image/Image.styl */
.business_profile_cabinet_ok_live_block_image {
  display: inline-block;
}

/* business-profile-cabinet-ok-live-block.css?file=ui/cabinet/ok-live-block/components/BusinessProfileCabinetOkLive/BusinessProfileCabinetOkLive.styl */
.business_profile_cabinet_ok_live_block_content2 {
  font-size: 14px;
  line-height: 20px;
}
.business_profile_cabinet_ok_live_block_description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_profile_cabinet_ok_live_block_active-link {
  margin-top: 8px;
}
/*# sourceMappingURL=business-profile-cabinet-ok-live-block-TE5IK7SL.css.map */
