.lc-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: none;
  border-radius: 3px;
  background: transparent;
}
.lc-button__under {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  height: inherit;
  border: 1px solid transparent;
  border-radius: 3px;
}
.lc-button__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lc-button__text .public-DraftStyleDefault-block {
  white-space: nowrap;
}
.lc-button_pointer.link.link_pseudo {
  cursor: pointer;
}
.lc-button_type_button,
.lc-button_type_submit {
  outline: none;
}
.lc-button_type_submit {
  padding: 0;
  cursor: pointer;
  border: none;
}
.lc-button_size_xs {
  min-width: 60px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  border-radius: 2px;
}
.lc-button_size_xs .lc-button__under {
  border-radius: 2px;
}
.lc-button_size_xs .lc-button__text {
  padding: 0 10px;
}
.lc-button_size_s {
  min-width: 70px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 3px;
}
.lc-button_size_s .lc-button__under {
  border-radius: 3px;
}
.lc-button_size_s .lc-button__text {
  padding: 0 10px;
}
.lc-button_size_m {
  min-width: 100px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 3px;
}
.lc-button_size_m .lc-button__under {
  border-radius: 3px;
}
.lc-button_size_m .lc-button__text {
  padding: 0 15px;
}
.lc-button_size_l {
  min-width: 120px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 4px;
}
.lc-button_size_l .lc-button__under {
  border-radius: 4px;
}
.lc-button_size_l .lc-button__text {
  padding: 0 15px;
}
.lc-button_size_xl {
  min-width: 150px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  border-radius: 4px;
}
.lc-button_size_xl .lc-button__under {
  border-radius: 4px;
}
.lc-button_size_xl .lc-button__text {
  padding: 0 20px;
}
.lc-button .public-DraftStyleDefault-ltr {
  text-align: center;
}
.lc-button_theme_action .lc-button__under {
  background: #ffdf39;
  transition: background-color 0.5s ease-out;
}
.lc-button_theme_action:hover {
  color: #252525;
}
.lc-button_theme_action:hover .lc-button__under,
.lc-button_theme_action:active .lc-button__under {
  background-color: #fee47c;
}
.lc-button_theme_shadow {
  box-shadow: 0 2px 0 0 #d5ab22;
}
.lc-button_theme_shadow .lc-button__under {
  background-color: #ffdf39;
  transition: background-color 0.1s ease-out;
}
.lc-button_theme_shadow:hover {
  color: #252525;
  box-shadow: 0 2px 0 0 #d0af57;
}
.lc-button_theme_shadow:hover .lc-button__under {
  background-color: #fee47c;
}
.lc-button_theme_shadow:active {
  box-shadow: none;
}
.lc-button_theme_shadow:active .lc-button__under {
  top: 2px;
  bottom: -2px;
  background-color: #fee47c;
}
.lc-button_theme_shadow:active .lc-button__text {
  top: 2px;
}
.lc-button_theme_border-white {
  transition: opacity 0.1s ease-out;
}
.lc-button_theme_border-white .lc-button__under {
  border: 1px solid #fff;
  background: transparent;
  transition: background-color 0.1s ease-out;
}
.lc-button_theme_border-white .lc-button__text {
  color: #fff;
}
.lc-button_theme_border-white:active {
  opacity: 0.75;
}
.lc-button_theme_border-white:hover .lc-button__text {
  color: #343434;
}
.lc-button_theme_border-white:hover .lc-button__under {
  background-color: #fff;
}
.lc-button_theme_border-black {
  transition: opacity 0.1s ease-out;
}
.lc-button_theme_border-black .lc-button__under {
  border: 1px solid #2b2b2b;
  background: transparent;
  transition: background-color 0.1s ease-out;
}
.lc-button_theme_border-black .lc-button__text {
  color: #252525;
}
.lc-button_theme_border-black:active {
  opacity: 0.75;
}
.lc-button_theme_border-black:hover .lc-button__text {
  color: #fff;
}
.lc-button_theme_border-black:hover .lc-button__under {
  background-color: #2b2b2b;
}
.lc-button_disabled {
  cursor: default;
  pointer-events: none;
}
.lc-button_disabled.lc-button_theme_shadow {
  box-shadow: none;
}
.lc-button.lc-link.lc-link:focus-visible {
  outline: 0;
}
.lc-button.lc-link.lc-link:focus-visible .lc-button__under {
  outline: 2px solid #7f5dd8;
  border-radius: 3px;
  outline-offset: -3px;
}
@media (max-width: 640px) {
  .lc-button {
    display: block;
    width: 100%;
  }
}
.lc-button__link-wrapper {
  max-width: 100%;
  line-height: 0;
}
@media (max-width: 640px) {
  .service_turbo-lpc .lc-button {
    width: auto;
  }
}
.service_turbo-lpc .lc-button {
  font-family: YS Text, Helvetica, Arial, sans-serif;
  color: #252525;
}
.service_turbo-lpc .lc-button_theme_shadow .lc-button__under {
  box-shadow: 0 2px 0 0 #d5ab22;
}
.service_turbo-lpc .lc-button_theme_base:hover {
  filter: brightness(90%);
}
.service_turbo-lpc .lc-button_size_xs {
  min-width: 60px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.service_turbo-lpc .lc-button_size_xs .lc-button__text {
  padding: 0 7px;
}
.service_turbo-lpc .lc-button_size_s {
  min-width: 77.5px;
  height: 31px;
  font-size: 12px;
  line-height: 31px;
}
.service_turbo-lpc .lc-button_size_s .lc-button__text {
  padding: 0 9px;
}
.service_turbo-lpc .lc-button_size_m {
  min-width: 105px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
}
.service_turbo-lpc .lc-button_size_m .lc-button__text {
  padding: 0 12px;
}
.service_turbo-lpc .lc-button_size_l {
  min-width: 122.5px;
  height: 49px;
  line-height: 49px;
}
.service_turbo-lpc .lc-button_size_xl {
  min-width: 147.5px;
  height: 59px;
  font-size: 26px;
  line-height: 59px;
}
.service_turbo-lpc .lc-button_size_xl .lc-button__text {
  padding: 0 19px;
}
.service_turbo-lpc .lc-button .lc-styled-text-live-editor {
  min-height: 1.5em;
}
.lc-button_theme_custom.lc-button_theme_custom {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--color);
  border-width: var(--border-width);
  border-style: solid;
  border-color: var(--border-color);
  background-color: var(--background-color);
}
.lc-button_theme_custom.lc-button_theme_custom:hover {
  filter: brightness(90%);
}
