@charset "UTF-8";
/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.gb-learning-overlay {
  font-family: "Onest", sans-serif;
}
.gb-learning-overlay__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #3f5368;
}
.gb-learning-overlay .lessons-list {
  position: relative;
  padding: 16px 0;
  width: 100%;
}

.resize-observer[data-v-8859cc6c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  pointer-events: none;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.resize-observer[data-v-8859cc6c] object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.v-popper__popper {
  z-index: 10000;
  top: 0;
  left: 0;
  outline: none;
}

.v-popper__popper.v-popper__popper--hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
  pointer-events: none;
}

.v-popper__popper.v-popper__popper--shown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.v-popper__popper.v-popper__popper--skip-transition, .v-popper__popper.v-popper__popper--skip-transition > .v-popper__wrapper {
  transition: none !important;
}

.v-popper__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.v-popper__inner {
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
}

.v-popper__inner > div {
  position: relative;
  z-index: 1;
  max-width: inherit;
  max-height: inherit;
}

.v-popper__arrow-container {
  position: absolute;
  width: 10px;
  height: 10px;
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container, .v-popper__popper--no-positioning .v-popper__arrow-container {
  display: none;
}

.v-popper__arrow-inner, .v-popper__arrow-outer {
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.v-popper__arrow-inner {
  visibility: hidden;
  border-width: 7px;
}

.v-popper__arrow-outer {
  border-width: 6px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
  left: -2px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  left: -1px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
  border-bottom-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
  top: -2px;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
  top: 0;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  border-top-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
  top: -4px;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  top: -6px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
  top: -2px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  top: -1px;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  border-left-width: 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
  left: -4px;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  left: -6px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
  right: -10px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
  border-right-width: 0;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
  left: -2px;
}

.v-popper--theme-dropdown .v-popper__inner {
  background: #fff;
  color: #000;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1019607843);
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
  visibility: visible;
  border-color: #fff;
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
  border-color: #ddd;
}

.v-popper--theme-tooltip .v-popper__inner {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 7px 12px 6px;
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
  border-color: rgba(0, 0, 0, 0.8);
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.gb-app-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-family: "Onest", sans-serif;
  z-index: 1010;
}
.gb-app-overlay__stage {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
}
.gb-app-overlay__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 1020;
  background-color: rgba(0, 0, 0, 0.8);
}
.gb-app-overlay__inner {
  display: block;
  position: relative;
  max-width: 456px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  margin: 0 24px;
  align-self: center;
  border-radius: 20px;
  padding: 0;
  background: #ffffff;
  z-index: 1030;
}
.gb-app-overlay__inner_size-l {
  max-width: 720px;
}
.gb-app-overlay__inner_size-xl {
  max-width: 844px;
}
.gb-app-overlay__inner .closer {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 20;
}
.gb-app-overlay__inner .inner-main {
  white-space: normal;
  line-height: 1.5em;
}
.gb-app-overlay__inner .inner-main__header {
  padding: 24px 68px 0 24px;
  font-weight: 500;
}
.gb-app-overlay__inner .inner-main__header_bottom-space {
  margin-bottom: 12px;
}
.gb-app-overlay__inner .inner-main__content {
  position: relative;
  padding: 0 24px 24px;
  margin-bottom: 8px;
  min-height: 160px;
  max-height: 72vh;
  overflow-y: auto;
}
.gb-app-overlay__inner.sidebar {
  position: fixed;
  margin: 0 auto;
  left: 0;
  min-height: 100vh;
  max-height: 100vh;
  max-width: 720px;
  width: 100%;
  border-radius: 0;
}
.gb-app-overlay__inner.sidebar .closer {
  right: 24px;
  top: 24px;
}
.gb-app-overlay__inner.sidebar .inner-main__content {
  padding: 0 24px 48px;
  max-height: 90vh;
}
.gb-learning-overlay .gb-app-overlay__inner.sidebar {
  width: 372px;
  max-width: 372px;
}
@media (width <= 480px) {
  .gb-learning-overlay .gb-app-overlay__inner.sidebar {
    width: 100%;
    max-width: 100%;
  }
}

.overlay-enter-active,
.overlay-leave-active {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.overlay-enter-active .gb-app-overlay__inner,
.overlay-leave-active .gb-app-overlay__inner {
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.overlay-enter {
  opacity: 0;
}
.overlay-enter .gb-app-overlay__inner {
  transform: scale(0.8);
}
.overlay-enter .gb-app-overlay__inner.sidebar {
  transform: scale(1) translateX(-100%);
}

.overlay-leave-to {
  opacity: 0;
}
.overlay-leave-to .gb-app-overlay__inner {
  transform: scale(0.8);
}
.overlay-leave-to .gb-app-overlay__inner.sidebar {
  transform: scale(1) translateX(-100%);
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.lessons-list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.lessons-list__item:first-of-type .lesson::before {
  top: 27px;
  height: calc(100% - 27px);
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.lessons-list__item-testing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.lessons-list__item-testing .lesson {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  white-space: nowrap;
  color: #7c8092;
  border-radius: 4px;
}
.lessons-list__item-testing .lesson::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 25px;
  background-color: #dce0e5;
}
.lessons-list__item-testing .lesson:hover {
  background-color: #f4f5fa;
}
.lessons-list__item-testing .lesson:hover .cont-title {
  color: #3f5368;
}
.lessons-list__item-testing .lesson_selected {
  background-color: #f4f5fa;
}
.lessons-list__item-testing .lesson_selected .cont-title {
  color: #3f5368;
}
.lessons-list__item-testing .lesson__status-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #dce0e5;
  background-color: white;
  border-radius: 50%;
}
.lessons-list__item-testing .lesson__status-icon_small {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.lessons-list__item-testing .lesson__cont {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
  width: 100%;
}
.lessons-list__item-testing .lesson__cont .cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7c8092;
}
.lessons-list__item-testing .lesson__cont .cont-title__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lessons-list__item-testing .lesson__cont .cont-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  white-space: normal;
  margin-top: 4px;
  color: #7c8092;
}
.lessons-list__item-testing_ended .lesson::before {
  background-color: #22c993;
}
.lessons-list__item-testing_ended .lesson .lesson__status-icon {
  border: 2px solid #22c993;
}
.lessons-list__item-testing_ended .lesson .lesson__cont .cont-title,
.lessons-list__item-testing_ended .lesson .lesson__cont .cont-text {
  color: #3f5368;
}
.lessons-list__item-testing_failed .lesson::before {
  background-color: #d74a5c;
}
.lessons-list__item-testing_failed .lesson .lesson__status-icon {
  border: 2px solid #d74a5c;
}
.lessons-list__item-testing_failed .lesson .lesson__cont .cont-title,
.lessons-list__item-testing_failed .lesson .lesson__cont .cont-text {
  color: #3f5368;
}
.lessons-list__item-testing_unavailable .lesson::before {
  background-color: #dce0e5;
}
.lessons-list__item-testing_unavailable .lesson .lesson__status-icon {
  border: 2px solid #dce0e5;
}
.lessons-list__item-testing_unavailable .lesson .lesson__cont .cont-title,
.lessons-list__item-testing_unavailable .lesson .lesson__cont .cont-text {
  color: #dce0e5;
}
.lessons-list__item-testing_last .lesson::before {
  height: 20px;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.feedback-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  margin-top: 40px;
}
.feedback-block__link {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  white-space: nowrap;
  background: #fcb8ff;
  border-radius: 16px;
  overflow: hidden;
}
.feedback-block__link:hover {
  box-shadow: 0 0 10px 5px rgba(33, 59, 134, 0.3);
}
.feedback-block__link::after {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  width: 130px;
  height: 60px;
  background-color: #e582ea;
  right: -35px;
  top: 10px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 5;
}
.feedback-block-icon {
  position: absolute;
  right: 16px;
  top: 18px;
  z-index: 10;
}
.feedback-block-icon .gb-icon {
  width: 30px;
  height: 36px;
  fill: #ffffff;
  stroke-width: 1;
}
.feedback-block__cont {
  font-size: 16px;
  line-height: 22px;
  color: #191816;
}
.feedback-block__cont .cont-title {
  font-weight: 500;
}
.feedback-block__cont .cont-text {
  font-weight: 400;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.v-popper__popper {
  display: block !important;
  z-index: 10000;
  border-radius: 16px;
  max-width: 280px;
  box-shadow: 0 4px 25px 0 rgba(33, 59, 134, 0.3);
}
.v-popper__popper .v-popper__inner {
  padding: 6px 8px;
  min-height: 28px;
  font-family: "Onest", sans-serif;
  max-width: 280px;
  background-color: #1f222e;
  color: #ffffff;
  border-radius: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.v-popper__popper .v-popper__arrow-outer {
  background-image: url("https://frontend-scripts.hb.bizmrg.com/assets/images/pimp_black.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 26px;
  height: 12px;
  border: none;
}
.v-popper__popper .v-popper__arrow-outer::after {
  position: absolute;
  bottom: 11px;
  right: -2px;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #1f222e;
}
.v-popper__popper[data-popper-placement^=top] {
  margin-top: -4px;
}
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
  left: -9px;
  top: -1px;
}
.v-popper__popper[data-popper-placement^=bottom] {
  margin-top: 3px;
}
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  transform: rotateX(180deg);
  top: -11px;
  left: -9px;
}
.v-popper__popper[data-popper-placement^=top-end] .v-popper__arrow-outer::after, .v-popper__popper[data-popper-placement^=bottom-end] .v-popper__arrow-outer::after {
  right: -4px;
}
.v-popper__popper[data-popper-placement^=top-start] .v-popper__arrow-outer::after, .v-popper__popper[data-popper-placement^=bottom-start] .v-popper__arrow-outer::after {
  right: 0;
}
.v-popper__popper[data-popper-placement^=right] {
  margin-left: 4px;
}
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  transform: rotate(90deg);
  left: -18px;
  top: -2px;
}
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer::after {
  bottom: 11px;
  right: -2px;
}
.v-popper__popper[data-popper-placement^=right-start] .v-popper__arrow-outer {
  top: -4px;
}
.v-popper__popper[data-popper-placement^=right-end] .v-popper__arrow-outer {
  top: 0;
}
.v-popper__popper[data-popper-placement^=left] {
  margin-left: -2px;
}
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
  transform: rotate(-90deg);
  left: -10px;
  top: 0;
}
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer::after {
  bottom: 11px;
  right: -2px;
}
.v-popper__popper[data-popper-placement^=left-start] .v-popper__arrow-outer {
  top: -2px;
}
.v-popper__popper[data-popper-placement^=left-end] .v-popper__arrow-outer {
  top: 2px;
}
.v-popper__popper[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.v-popper__popper[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.v-popper__popper.white-bg {
  border-radius: 16px;
  max-width: 280px;
  box-shadow: 0 4px 25px 0 rgba(33, 59, 134, 0.3);
}
.v-popper__popper.white-bg .v-popper__inner {
  max-width: 280px;
  background-color: #ffffff;
  color: #191816;
  border-radius: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.v-popper__popper.white-bg .v-popper__inner .certification-сonditions {
  padding-left: 16px;
}
.v-popper__popper.white-bg .v-popper__inner .certification-сonditions li {
  margin-bottom: 4px;
}
.v-popper__popper.white-bg .v-popper__arrow-outer {
  border-color: #ffffff;
  background-image: url("https://frontend-scripts.hb.bizmrg.com/assets/images/pimp_white.svg");
}
.v-popper__popper.white-bg .v-popper__arrow-outer::after {
  background: #ffffff;
}
.v-popper__popper.event-tooltip {
  max-width: 294px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.v-popper__popper.event-tooltip.v-popper__popper--shown {
  opacity: 1;
}
.v-popper__popper.event-tooltip .v-popper__inner {
  max-width: 294px;
  padding: 0;
}
.v-popper__popper.max-content .v-popper__inner {
  width: max-content;
}

.certificate-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
.certificate-block::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  top: 0;
  left: 25px;
  background-color: #dce0e5;
}
.certificate-block:hover {
  background-color: #f4f5fa;
  color: #3f5368;
}
.certificate-block__link {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 12px 16px 12px 12px;
  white-space: nowrap;
  border-radius: 4px;
}
.certificate-block-icon.gb-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.certificate-block__cont {
  padding-left: 36px;
  white-space: normal;
  color: #dce0e5;
}
.certificate-block__cont .cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.certificate-block__cont .cont-title__text {
  display: flex;
}
.certificate-block__cont .cont-title .icon-question.gb-icon {
  fill: #7c8092;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-right: 4px;
}
.certificate-block__cont .cont-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.certificate-block_unavailable .certificate-block__cont {
  color: #dce0e5;
}
.certificate-block_unavailable .certificate-block-icon {
  fill: #dce0e5;
}
.certificate-block_unavailable::before {
  background-color: #dce0e5;
}
.certificate-block_available .certificate-block__cont {
  color: #7c8092;
}
.certificate-block_available .certificate-block-icon {
  fill: #7c8092;
}
.certificate-block_available::before {
  background-color: #7c8092;
}
.certificate-block_received .certificate-block__cont {
  color: #22c993;
}
.certificate-block_received .certificate-block-icon {
  fill: #22c993;
}
.certificate-block_received::before {
  background-color: #22c993;
}
.certificate-block_failed .certificate-block__cont {
  color: #d74a5c;
}
.certificate-block_failed .certificate-block-icon {
  fill: #d74a5c;
}
.certificate-block_failed::before {
  background-color: #d74a5c;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
/*
 * Button style
 *
 * Sets hover, active, focus, disabled styles
 */
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.layout-enter-active, .layout-leave-active {
  transition: opacity 0.5s;
}

.layout-enter, .layout-leave-active {
  opacity: 0;
}

.dropdown-enter-active, .dropdown-leave-active {
  transition: 0.3s;
  transform: translateY(0);
}

.dropdown-leave-to, .dropdown-enter {
  opacity: 0;
  transform: translateY(-16px);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.speed_fade-enter-active, .speed_fade-leave-active {
  transition: opacity 0.1s;
}

.speed_fade-enter, .speed_fade-leave-to {
  opacity: 0;
}

.bounce-in-enter-active {
  animation: bounce-in 0.5s;
  transition: all 0.5s ease;
}

.bounce-in-leave-active {
  transition: all 0.5s ease;
}

.bounce-in-enter {
  opacity: 1;
}

.bounce-in-leave-to {
  opacity: 0;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.gb-app-button {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid;
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition-property: background, color, border, box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* DARK */
  /* COLOR */
  /* CUSTOM */
}
.gb-app-button_reverse-icon {
  flex-direction: row-reverse;
}
.gb-app-button.disabled, .gb-app-button:disabled, .gb-app-button[disabled] {
  color: #7c8092;
  background: #e1e1e9;
  border-color: #e1e1e9;
  cursor: default;
}
.gb-app-button.disabled .gb-app-button__loader.gb-loader, .gb-app-button:disabled .gb-app-button__loader.gb-loader, .gb-app-button[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.gb-app-button.disabled .gb-app-button__icon_left,
.gb-app-button.disabled .gb-app-button__icon_main,
.gb-app-button.disabled .gb-app-button__icon_right, .gb-app-button:disabled .gb-app-button__icon_left,
.gb-app-button:disabled .gb-app-button__icon_main,
.gb-app-button:disabled .gb-app-button__icon_right, .gb-app-button[disabled] .gb-app-button__icon_left,
.gb-app-button[disabled] .gb-app-button__icon_main,
.gb-app-button[disabled] .gb-app-button__icon_right {
  fill: #7c8092;
}
.gb-app-button.disabled .gb-app-button__loader.gb-loader, .gb-app-button:disabled .gb-app-button__loader.gb-loader, .gb-app-button[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.gb-app-button_primary {
  color: #ffffff;
  background: #8d46f6;
  border-color: #8d46f6;
}
.gb-app-button_primary:focus-visible:not(:disabled) {
  color: #ffffff;
  background: #8d46f6;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_primary:hover:not(:disabled) {
  color: #ffffff;
  background: #7e40da;
  border-color: #7e40da;
}
.gb-app-button_primary:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_primary:active:not(:disabled) {
  color: #ffffff;
  background: #8d46f6;
  border-color: #8d46f6;
}
.gb-app-button_primary:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_primary .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_primary .gb-app-button__icon_left,
.gb-app-button_primary .gb-app-button__icon_main,
.gb-app-button_primary .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_primary .gb-app-button__icon_left,
.gb-app-button_primary .gb-app-button__icon_main,
.gb-app-button_primary .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_primary.gb-app-button_loading, .dark-theme .gb-app-button_primary.gb-app-button_loading, .color-theme .gb-app-button_primary.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_primary.gb-app-button_loading:disabled, .dark-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_primary.gb-app-button_loading:disabled, .color-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_primary.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_secondary-grey {
  color: #191816;
  background: #e1e1e9;
  border-color: #e1e1e9;
}
.gb-app-button_secondary-grey:focus-visible:not(:disabled) {
  color: #191816;
  background: #eff0f5;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_secondary-grey:hover:not(:disabled) {
  color: #191816;
  background: #d4d4dd;
  border-color: #d4d4dd;
}
.gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_secondary-grey:active:not(:disabled) {
  color: #191816;
  background: #e1e1e9;
  border-color: #e1e1e9;
}
.gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_secondary-grey .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_secondary-grey .gb-app-button__icon_left,
.gb-app-button_secondary-grey .gb-app-button__icon_main,
.gb-app-button_secondary-grey .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_secondary-grey .gb-app-button__icon_left,
.gb-app-button_secondary-grey .gb-app-button__icon_main,
.gb-app-button_secondary-grey .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_secondary-grey.gb-app-button_loading, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_secondary-purple {
  color: #8d46f6;
  background: #e8e5f9;
  border-color: #e8e5f9;
}
.gb-app-button_secondary-purple:focus-visible:not(:disabled) {
  color: #8d46f6;
  background: #e8e5f9;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_secondary-purple:hover:not(:disabled) {
  color: #8d46f6;
  background: #ded8fe;
  border-color: #ded8fe;
}
.gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_secondary-purple:active:not(:disabled) {
  color: #8d46f6;
  background: #e8e5f9;
  border-color: #e8e5f9;
}
.gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_secondary-purple .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_secondary-purple .gb-app-button__icon_left,
.gb-app-button_secondary-purple .gb-app-button__icon_main,
.gb-app-button_secondary-purple .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_secondary-purple .gb-app-button__icon_left,
.gb-app-button_secondary-purple .gb-app-button__icon_main,
.gb-app-button_secondary-purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_secondary-purple.gb-app-button_loading, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_secondary-purple.gb-app-button_loading:disabled, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_border-grey {
  color: #191816;
  background: transparent;
  border-color: #d4d4dd;
}
.gb-app-button_border-grey:focus-visible:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_border-grey:hover:not(:disabled) {
  color: #191816;
  background: #e1e1e9;
  border-color: #d4d4dd;
}
.gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_border-grey:active:not(:disabled) {
  color: #191816;
  background: transparent;
  border-color: #d4d4dd;
}
.gb-app-button_border-grey:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_border-grey .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_border-grey .gb-app-button__icon_left,
.gb-app-button_border-grey .gb-app-button__icon_main,
.gb-app-button_border-grey .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_border-grey .gb-app-button__icon_left,
.gb-app-button_border-grey .gb-app-button__icon_main,
.gb-app-button_border-grey .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_border-grey.gb-app-button_loading, .dark-theme .gb-app-button_border-grey.gb-app-button_loading, .color-theme .gb-app-button_border-grey.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_border-grey.gb-app-button_loading:disabled, .dark-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_border-grey.gb-app-button_loading:disabled, .color-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_border-grey.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_border-purple {
  color: #8d46f6;
  background: transparent;
  border-color: #8d46f6;
}
.gb-app-button_border-purple:focus-visible:not(:disabled) {
  color: #8d46f6;
  background: #eff0f5;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_border-purple:hover:not(:disabled) {
  color: #8d46f6;
  background: #e1e1e9;
  border-color: #8d46f6;
}
.gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_border-purple:active:not(:disabled) {
  color: #8d46f6;
  background: transparent;
  border-color: #8d46f6;
}
.gb-app-button_border-purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_border-purple .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_border-purple .gb-app-button__icon_left,
.gb-app-button_border-purple .gb-app-button__icon_main,
.gb-app-button_border-purple .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_border-purple .gb-app-button__icon_left,
.gb-app-button_border-purple .gb-app-button__icon_main,
.gb-app-button_border-purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_border-purple.gb-app-button_loading, .dark-theme .gb-app-button_border-purple.gb-app-button_loading, .color-theme .gb-app-button_border-purple.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_border-purple.gb-app-button_loading:disabled, .dark-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_border-purple.gb-app-button_loading:disabled, .color-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_border-purple.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_border-purple.disabled, .gb-app-button_border-purple:disabled, .gb-app-button_border-purple[disabled] {
  color: #d4d4dd;
  background: #f4f5fa;
  border-color: #f4f5fa;
  cursor: default;
}
.gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.gb-app-button_border-purple.disabled .gb-app-button__icon_left,
.gb-app-button_border-purple.disabled .gb-app-button__icon_main,
.gb-app-button_border-purple.disabled .gb-app-button__icon_right, .gb-app-button_border-purple:disabled .gb-app-button__icon_left,
.gb-app-button_border-purple:disabled .gb-app-button__icon_main,
.gb-app-button_border-purple:disabled .gb-app-button__icon_right, .gb-app-button_border-purple[disabled] .gb-app-button__icon_left,
.gb-app-button_border-purple[disabled] .gb-app-button__icon_main,
.gb-app-button_border-purple[disabled] .gb-app-button__icon_right {
  fill: #d4d4dd;
}
.gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.gb-app-button_black {
  color: #ffffff;
  background: #1f222e;
  border-color: #1f222e;
}
.gb-app-button_black:focus-visible:not(:disabled) {
  color: #ffffff;
  background: #1f222e;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_black:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_black:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_black:hover:not(:disabled) {
  color: #ffffff;
  opacity: 0.9;
  background: #1f222e;
  border-color: #1f222e;
}
.gb-app-button_black:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_black:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_black:active:not(:disabled) {
  color: #ffffff;
  background: #1f222e;
  border-color: #1f222e;
}
.gb-app-button_black:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_black:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_black .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.gb-app-button_black .gb-app-button__icon_left,
.gb-app-button_black .gb-app-button__icon_main,
.gb-app-button_black .gb-app-button__icon_right {
  fill: #ffffff;
}
.gb-app-button_black .gb-app-button__icon_left,
.gb-app-button_black .gb-app-button__icon_main,
.gb-app-button_black .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_black.gb-app-button_loading, .dark-theme .gb-app-button_black.gb-app-button_loading, .color-theme .gb-app-button_black.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_black.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_black.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_black.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_black.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_black.gb-app-button_loading:hover:not(:disabled), .gb-app-button_black.gb-app-button_loading:active:not(:disabled), .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_black.gb-app-button_loading:disabled, .dark-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_black.gb-app-button_loading:disabled, .color-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_black.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_black.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_black.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_black.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_black.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_ghost {
  color: #191816;
  background: transparent;
  border-color: transparent;
}
.gb-app-button_ghost:focus-visible:not(:disabled) {
  color: #191816;
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_ghost:hover:not(:disabled) {
  color: #191816;
  background: #eff0f5;
  border-color: #eff0f5;
}
.gb-app-button_ghost:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_ghost:active:not(:disabled) {
  color: #191816;
  background: transparent;
  border-color: transparent;
}
.gb-app-button_ghost:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_ghost .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_ghost .gb-app-button__icon_left,
.gb-app-button_ghost .gb-app-button__icon_main,
.gb-app-button_ghost .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_ghost .gb-app-button__icon_left,
.gb-app-button_ghost .gb-app-button__icon_main,
.gb-app-button_ghost .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_ghost.gb-app-button_loading, .dark-theme .gb-app-button_ghost.gb-app-button_loading, .color-theme .gb-app-button_ghost.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_ghost.gb-app-button_loading:disabled, .dark-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_ghost.gb-app-button_loading:disabled, .color-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_ghost.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_link {
  color: #8d46f6;
  background: transparent;
  border-color: transparent;
}
.gb-app-button_link:focus-visible:not(:disabled) {
  color: #8d46f6;
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_link:hover:not(:disabled) {
  color: #7e40da;
  background: transparent;
  border-color: transparent;
}
.gb-app-button_link:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #7e40da;
  border-right-color: #7e40da;
  border-bottom-color: #7e40da;
}
.gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #7e40da;
}
.gb-app-button_link:active:not(:disabled) {
  color: #8d46f6;
  background: transparent;
  border-color: transparent;
}
.gb-app-button_link:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_link:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link:active:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_link .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.gb-app-button_link .gb-app-button__icon_left,
.gb-app-button_link .gb-app-button__icon_main,
.gb-app-button_link .gb-app-button__icon_right {
  fill: #8d46f6;
}
.gb-app-button_link .gb-app-button__icon_left,
.gb-app-button_link .gb-app-button__icon_main,
.gb-app-button_link .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_link.gb-app-button_loading, .dark-theme .gb-app-button_link.gb-app-button_loading, .color-theme .gb-app-button_link.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_link.gb-app-button_loading:disabled, .dark-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_link.gb-app-button_loading:disabled, .color-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_link.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_ghost.disabled, .gb-app-button_ghost:disabled, .gb-app-button_ghost[disabled], .gb-app-button_link.disabled, .gb-app-button_link:disabled, .gb-app-button_link[disabled] {
  color: #7c8092;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.gb-app-button_ghost.disabled .gb-app-button__icon_left,
.gb-app-button_ghost.disabled .gb-app-button__icon_main,
.gb-app-button_ghost.disabled .gb-app-button__icon_right, .gb-app-button_ghost:disabled .gb-app-button__icon_left,
.gb-app-button_ghost:disabled .gb-app-button__icon_main,
.gb-app-button_ghost:disabled .gb-app-button__icon_right, .gb-app-button_ghost[disabled] .gb-app-button__icon_left,
.gb-app-button_ghost[disabled] .gb-app-button__icon_main,
.gb-app-button_ghost[disabled] .gb-app-button__icon_right, .gb-app-button_link.disabled .gb-app-button__icon_left,
.gb-app-button_link.disabled .gb-app-button__icon_main,
.gb-app-button_link.disabled .gb-app-button__icon_right, .gb-app-button_link:disabled .gb-app-button__icon_left,
.gb-app-button_link:disabled .gb-app-button__icon_main,
.gb-app-button_link:disabled .gb-app-button__icon_right, .gb-app-button_link[disabled] .gb-app-button__icon_left,
.gb-app-button_link[disabled] .gb-app-button__icon_main,
.gb-app-button_link[disabled] .gb-app-button__icon_right {
  fill: #7c8092;
}
.gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.theme-dark .gb-app-button_primary {
  color: #ffffff;
  background: #9f5ffd;
  border-color: #9f5ffd;
}
.theme-dark .gb-app-button_primary:focus-visible:not(:disabled) {
  color: #ffffff;
  background: #9f5ffd;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_primary:hover:not(:disabled) {
  color: #ffffff;
  background: #8d46f6;
  border-color: #8d46f6;
}
.theme-dark .gb-app-button_primary:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_primary:active:not(:disabled) {
  color: #ffffff;
  background: #9f5ffd;
  border-color: #9f5ffd;
}
.theme-dark .gb-app-button_primary:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_primary .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_primary .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_primary .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_primary.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_primary.disabled, .theme-dark .gb-app-button_primary:disabled, .theme-dark .gb-app-button_primary[disabled] {
  color: #4f5364;
  background: #1f222e;
  border-color: #1f222e;
  cursor: default;
}
.theme-dark .gb-app-button_primary.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_primary:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_primary[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-dark .gb-app-button_primary.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_primary:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_primary[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_primary[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_primary[disabled] .gb-app-button__icon_right {
  fill: #4f5364;
}
.theme-dark .gb-app-button_primary.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_primary:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_primary[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-dark .gb-app-button_secondary-grey {
  color: rgba(255, 255, 255, 0.88);
  background: #2c2e39;
  border-color: #2c2e39;
}
.theme-dark .gb-app-button_secondary-grey:focus-visible:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #2c2e39;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey:hover:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #4f5364;
  border-color: #4f5364;
}
.theme-dark .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey:active:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #2c2e39;
  border-color: #2c2e39;
}
.theme-dark .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_secondary-purple {
  color: #9f5ffd;
  background: rgba(114, 94, 242, 0.15);
  border-color: rgba(114, 94, 242, 0.15);
}
.theme-dark .gb-app-button_secondary-purple:focus-visible:not(:disabled) {
  color: #9f5ffd;
  background: rgba(114, 94, 242, 0.15);
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple:hover:not(:disabled) {
  color: #9f5ffd;
  background: rgba(114, 94, 242, 0.3);
  border-color: rgba(114, 94, 242, 0.3);
}
.theme-dark .gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple:active:not(:disabled) {
  color: #9f5ffd;
  background: rgba(114, 94, 242, 0.15);
  border-color: rgba(114, 94, 242, 0.15);
}
.theme-dark .gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_secondary-purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_border-grey {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: #4f5364;
}
.theme-dark .gb-app-button_border-grey:focus-visible:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey:hover:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #2c2e39;
  border-color: #4f5364;
}
.theme-dark .gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey:hover:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey:active:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: #4f5364;
}
.theme-dark .gb-app-button_border-grey:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey:active:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_border-grey.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-grey.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_border-purple {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:focus-visible:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #2c2e39;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:hover:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #14161f;
  border-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:active:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_border-purple.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_secondary-grey.disabled, .theme-dark .gb-app-button_secondary-grey:disabled, .theme-dark .gb-app-button_secondary-grey[disabled], .theme-dark .gb-app-button_secondary-purple.disabled, .theme-dark .gb-app-button_secondary-purple:disabled, .theme-dark .gb-app-button_secondary-purple[disabled], .theme-dark .gb-app-button_border-grey.disabled, .theme-dark .gb-app-button_border-grey:disabled, .theme-dark .gb-app-button_border-grey[disabled], .theme-dark .gb-app-button_border-purple.disabled, .theme-dark .gb-app-button_border-purple:disabled, .theme-dark .gb-app-button_border-purple[disabled] {
  color: #4f5364;
  background: #14161f;
  border-color: #14161f;
  cursor: default;
}
.theme-dark .gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-dark .gb-app-button_secondary-grey.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-grey:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_secondary-purple[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_secondary-purple[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_secondary-purple[disabled] .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_border-grey[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-grey[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-grey[disabled] .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_border-purple[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_border-purple[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_border-purple[disabled] .gb-app-button__icon_right {
  fill: #4f5364;
}
.theme-dark .gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_secondary-purple[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-grey[disabled] .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-dark .gb-app-button_white {
  color: #191816;
  background: #ffffff;
  border-color: #ffffff;
}
.theme-dark .gb-app-button_white:focus-visible:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_white:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_white:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.theme-dark .gb-app-button_white:hover:not(:disabled) {
  color: #191816;
  background: #eff0f5;
  border-color: #eff0f5;
}
.theme-dark .gb-app-button_white:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_white:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.theme-dark .gb-app-button_white:active:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #ffffff;
}
.theme-dark .gb-app-button_white:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_white:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.theme-dark .gb-app-button_white .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_white .gb-app-button__icon_left,
.theme-dark .gb-app-button_white .gb-app-button__icon_main,
.theme-dark .gb-app-button_white .gb-app-button__icon_right {
  fill: #191816;
}
.theme-dark .gb-app-button_white .gb-app-button__icon_left,
.theme-dark .gb-app-button_white .gb-app-button__icon_main,
.theme-dark .gb-app-button_white .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_white.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_white.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_white.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_white.disabled, .theme-dark .gb-app-button_white:disabled, .theme-dark .gb-app-button_white[disabled] {
  color: #191816;
  opacity: 0.6;
  background: #e1e1e9;
  border-color: #e1e1e9;
  cursor: default;
}
.theme-dark .gb-app-button_white.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_white:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_white[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_white.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_white.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_white.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_white:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_white:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_white:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_white[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_white[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_white[disabled] .gb-app-button__icon_right {
  fill: #191816;
}
.theme-dark .gb-app-button_white.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_white:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_white[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-dark .gb-app-button_ghost {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-dark .gb-app-button_ghost:focus-visible:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_ghost:hover:not(:disabled) {
  color: rgba(255, 255, 255, 0.88);
  background: #14161f;
  border-color: #14161f;
}
.theme-dark .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_right {
  fill: rgba(255, 255, 255, 0.88);
}
.theme-dark .gb-app-button_ghost:active:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-dark .gb-app-button_ghost:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_ghost .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-dark .gb-app-button_ghost .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-dark .gb-app-button_ghost .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_ghost.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_ghost.disabled, .theme-dark .gb-app-button_ghost:disabled, .theme-dark .gb-app-button_ghost[disabled] {
  color: #d4d4dd;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.theme-dark .gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.theme-dark .gb-app-button_ghost.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_ghost:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_ghost[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_ghost[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_ghost[disabled] .gb-app-button__icon_right {
  fill: #d4d4dd;
}
.theme-dark .gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.theme-dark .gb-app-button_link {
  color: #9f5ffd;
  background: transparent;
  border-color: transparent;
}
.theme-dark .gb-app-button_link:focus-visible:not(:disabled) {
  color: #9f5ffd;
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-dark .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_link:hover:not(:disabled) {
  color: #8d46f6;
  background: transparent;
  border-color: transparent;
}
.theme-dark .gb-app-button_link:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #8d46f6;
  border-right-color: #8d46f6;
  border-bottom-color: #8d46f6;
}
.theme-dark .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #8d46f6;
}
.theme-dark .gb-app-button_link:active:not(:disabled) {
  color: #9f5ffd;
  background: transparent;
  border-color: transparent;
}
.theme-dark .gb-app-button_link:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_link .gb-app-button__loader.gb-loader {
  border-left-color: #9f5ffd;
  border-right-color: #9f5ffd;
  border-bottom-color: #9f5ffd;
}
.theme-dark .gb-app-button_link .gb-app-button__icon_left,
.theme-dark .gb-app-button_link .gb-app-button__icon_main,
.theme-dark .gb-app-button_link .gb-app-button__icon_right {
  fill: #9f5ffd;
}
.theme-dark .gb-app-button_link .gb-app-button__icon_left,
.theme-dark .gb-app-button_link .gb-app-button__icon_main,
.theme-dark .gb-app-button_link .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-dark .gb-app-button_link.gb-app-button_loading, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading {
  color: transparent;
}
.theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .theme-dark .gb-app-button_link.gb-app-button_loading:disabled, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-dark .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-dark .gb-app-button_link.disabled, .theme-dark .gb-app-button_link:disabled, .theme-dark .gb-app-button_link[disabled] {
  color: #4f5364;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.theme-dark .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-dark .gb-app-button_link.disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_link.disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_link.disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_link:disabled .gb-app-button__icon_left,
.theme-dark .gb-app-button_link:disabled .gb-app-button__icon_main,
.theme-dark .gb-app-button_link:disabled .gb-app-button__icon_right, .theme-dark .gb-app-button_link[disabled] .gb-app-button__icon_left,
.theme-dark .gb-app-button_link[disabled] .gb-app-button__icon_main,
.theme-dark .gb-app-button_link[disabled] .gb-app-button__icon_right {
  fill: #4f5364;
}
.theme-dark .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .theme-dark .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #4f5364;
  border-right-color: #4f5364;
  border-bottom-color: #4f5364;
}
.theme-color .gb-app-button_primary {
  color: #ffffff;
  background: #23242c;
  border-color: #23242c;
}
.theme-color .gb-app-button_primary:focus-visible:not(:disabled) {
  color: #ffffff;
  background: #23242c;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-color .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_primary:hover:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #ffffff;
}
.theme-color .gb-app-button_primary:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.theme-color .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.theme-color .gb-app-button_primary:active:not(:disabled) {
  color: #ffffff;
  background: #23242c;
  border-color: #23242c;
}
.theme-color .gb-app-button_primary:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_primary .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_primary .gb-app-button__icon_left,
.theme-color .gb-app-button_primary .gb-app-button__icon_main,
.theme-color .gb-app-button_primary .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_primary .gb-app-button__icon_left,
.theme-color .gb-app-button_primary .gb-app-button__icon_main,
.theme-color .gb-app-button_primary .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-color .gb-app-button_primary.gb-app-button_loading, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading {
  color: transparent;
}
.theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .theme-color .gb-app-button_primary.gb-app-button_loading:disabled, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled), .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_primary.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_primary.disabled, .theme-color .gb-app-button_primary:disabled, .theme-color .gb-app-button_primary[disabled] {
  color: #ffffff;
  opacity: 0.25;
  background: #23242c;
  border-color: #23242c;
  cursor: default;
}
.theme-color .gb-app-button_primary.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_primary:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_primary[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_primary.disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_primary.disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_primary.disabled .gb-app-button__icon_right, .theme-color .gb-app-button_primary:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_primary:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_primary:disabled .gb-app-button__icon_right, .theme-color .gb-app-button_primary[disabled] .gb-app-button__icon_left,
.theme-color .gb-app-button_primary[disabled] .gb-app-button__icon_main,
.theme-color .gb-app-button_primary[disabled] .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_primary.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_primary:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_primary[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey {
  color: #ffffff;
  background: rgba(35, 36, 44, 0.1);
  border-color: transparent;
}
.theme-color .gb-app-button_secondary-grey:focus-visible:not(:disabled) {
  color: #ffffff;
  background: rgba(35, 36, 44, 0.1);
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-color .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_secondary-grey:hover:not(:disabled) {
  color: #ffffff;
  background: rgba(43, 46, 59, 0.2);
  border-color: transparent;
}
.theme-color .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_secondary-grey:active:not(:disabled) {
  color: #ffffff;
  background: rgba(35, 36, 44, 0.1);
  border-color: transparent;
}
.theme-color .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_secondary-grey .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading {
  color: transparent;
}
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled), .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_secondary-grey.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_border-purple {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:focus-visible:not(:disabled) {
  color: #ffffff;
  background: rgba(35, 36, 44, 0.1);
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-color .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_border-purple:hover:not(:disabled) {
  color: #ffffff;
  background: rgba(43, 46, 59, 0.2);
  border-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_border-purple:active:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_border-purple .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_border-purple .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_border-purple .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-color .gb-app-button_border-purple.gb-app-button_loading, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading {
  color: transparent;
}
.theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled), .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_border-purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_secondary-grey.disabled, .theme-color .gb-app-button_secondary-grey:disabled, .theme-color .gb-app-button_secondary-grey[disabled], .theme-color .gb-app-button_border-purple.disabled, .theme-color .gb-app-button_border-purple:disabled, .theme-color .gb-app-button_border-purple[disabled] {
  color: #ffffff;
  opacity: 0.1;
  background: #23242c;
  border-color: #23242c;
  cursor: default;
}
.theme-color .gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_secondary-grey.disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey.disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey.disabled .gb-app-button__icon_right, .theme-color .gb-app-button_secondary-grey:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey:disabled .gb-app-button__icon_right, .theme-color .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_left,
.theme-color .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_main,
.theme-color .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple.disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple.disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple.disabled .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple:disabled .gb-app-button__icon_right, .theme-color .gb-app-button_border-purple[disabled] .gb-app-button__icon_left,
.theme-color .gb-app-button_border-purple[disabled] .gb-app-button__icon_main,
.theme-color .gb-app-button_border-purple[disabled] .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_border-purple[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_ghost {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-color .gb-app-button_ghost:focus-visible:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-color .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_ghost:hover:not(:disabled) {
  color: #ffffff;
  background: rgba(43, 46, 59, 0.2);
  border-color: transparent;
}
.theme-color .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_ghost:active:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-color .gb-app-button_ghost:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_ghost .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_ghost .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_ghost .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-color .gb-app-button_ghost.gb-app-button_loading, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading {
  color: transparent;
}
.theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled), .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_ghost.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_ghost.disabled, .theme-color .gb-app-button_ghost:disabled, .theme-color .gb-app-button_ghost[disabled] {
  color: #d4d4dd;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.theme-color .gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.theme-color .gb-app-button_ghost.disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost.disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost.disabled .gb-app-button__icon_right, .theme-color .gb-app-button_ghost:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost:disabled .gb-app-button__icon_right, .theme-color .gb-app-button_ghost[disabled] .gb-app-button__icon_left,
.theme-color .gb-app-button_ghost[disabled] .gb-app-button__icon_main,
.theme-color .gb-app-button_ghost[disabled] .gb-app-button__icon_right {
  fill: #d4d4dd;
}
.theme-color .gb-app-button_ghost.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_ghost:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_ghost[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d4d4dd;
  border-right-color: #d4d4dd;
  border-bottom-color: #d4d4dd;
}
.theme-color .gb-app-button_link {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-color .gb-app-button_link:focus-visible:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.theme-color .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_link:hover:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-color .gb-app-button_link:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_link:active:not(:disabled) {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}
.theme-color .gb-app-button_link:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link:active:not(:disabled) .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_link .gb-app-button__loader.gb-loader {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.theme-color .gb-app-button_link .gb-app-button__icon_left,
.theme-color .gb-app-button_link .gb-app-button__icon_main,
.theme-color .gb-app-button_link .gb-app-button__icon_right {
  fill: #ffffff;
}
.theme-color .gb-app-button_link .gb-app-button__icon_left,
.theme-color .gb-app-button_link .gb-app-button__icon_main,
.theme-color .gb-app-button_link .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.theme-color .gb-app-button_link.gb-app-button_loading, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading {
  color: transparent;
}
.theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .theme-color .gb-app-button_link.gb-app-button_loading:disabled, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled), .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled), .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled {
  color: transparent;
}
.theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .theme-color .gb-app-button_link.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.theme-color .gb-app-button_link.disabled, .theme-color .gb-app-button_link:disabled, .theme-color .gb-app-button_link[disabled] {
  color: #d9d9d9;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.theme-color .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}
.theme-color .gb-app-button_link.disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_link.disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_link.disabled .gb-app-button__icon_right, .theme-color .gb-app-button_link:disabled .gb-app-button__icon_left,
.theme-color .gb-app-button_link:disabled .gb-app-button__icon_main,
.theme-color .gb-app-button_link:disabled .gb-app-button__icon_right, .theme-color .gb-app-button_link[disabled] .gb-app-button__icon_left,
.theme-color .gb-app-button_link[disabled] .gb-app-button__icon_main,
.theme-color .gb-app-button_link[disabled] .gb-app-button__icon_right {
  fill: #d9d9d9;
}
.theme-color .gb-app-button_link.disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_link:disabled .gb-app-button__loader.gb-loader, .theme-color .gb-app-button_link[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}
.gb-app-button_custom_white {
  color: #191816;
  background: #ffffff;
  border-color: #252525;
}
.gb-app-button_custom_white:focus-visible:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_custom_white:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_white:hover:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #252525;
}
.gb-app-button_custom_white:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_white:active:not(:disabled) {
  color: #191816;
  background: #ffffff;
  border-color: #252525;
}
.gb-app-button_custom_white:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_white .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white .gb-app-button__icon_left,
.gb-app-button_custom_white .gb-app-button__icon_main,
.gb-app-button_custom_white .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_white .gb-app-button__icon_left,
.gb-app-button_custom_white .gb-app-button__icon_main,
.gb-app-button_custom_white .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_custom_white.gb-app-button_loading, .dark-theme .gb-app-button_custom_white.gb-app-button_loading, .color-theme .gb-app-button_custom_white.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_white.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled), .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled), .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_custom_white.gb-app-button_loading:disabled, .dark-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_custom_white.gb-app-button_loading:disabled, .color-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_custom_white.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_white.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_green {
  color: #191816;
  background: #71e76e;
  border-color: #252525;
}
.gb-app-button_custom_green:focus-visible:not(:disabled) {
  color: #191816;
  background: #71e76e;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_custom_green:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_green:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_green:hover:not(:disabled) {
  color: #191816;
  background: #71e76e;
  border-color: #252525;
}
.gb-app-button_custom_green:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_green:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_green:active:not(:disabled) {
  color: #191816;
  background: #71e76e;
  border-color: #252525;
}
.gb-app-button_custom_green:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_green:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_green .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_green .gb-app-button__icon_left,
.gb-app-button_custom_green .gb-app-button__icon_main,
.gb-app-button_custom_green .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_green .gb-app-button__icon_left,
.gb-app-button_custom_green .gb-app-button__icon_main,
.gb-app-button_custom_green .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_custom_green.gb-app-button_loading, .dark-theme .gb-app-button_custom_green.gb-app-button_loading, .color-theme .gb-app-button_custom_green.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_green.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled), .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled), .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_custom_green.gb-app-button_loading:disabled, .dark-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_custom_green.gb-app-button_loading:disabled, .color-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_custom_green.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_green.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_pink {
  color: #191816;
  background: #fcb8ff;
  border-color: #252525;
}
.gb-app-button_custom_pink:focus-visible:not(:disabled) {
  color: #191816;
  background: #fcb8ff;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_custom_pink:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_pink:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_pink:hover:not(:disabled) {
  color: #191816;
  background: #fcb8ff;
  border-color: #252525;
}
.gb-app-button_custom_pink:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_pink:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_pink:active:not(:disabled) {
  color: #191816;
  background: #fcb8ff;
  border-color: #252525;
}
.gb-app-button_custom_pink:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_pink:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_pink .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_pink .gb-app-button__icon_left,
.gb-app-button_custom_pink .gb-app-button__icon_main,
.gb-app-button_custom_pink .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_pink .gb-app-button__icon_left,
.gb-app-button_custom_pink .gb-app-button__icon_main,
.gb-app-button_custom_pink .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_custom_pink.gb-app-button_loading, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading, .color-theme .gb-app-button_custom_pink.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled), .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled), .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_custom_pink.gb-app-button_loading:disabled, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled, .color-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_pink.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_purple {
  color: #191816;
  background: #8d46f6;
  border-color: #252525;
}
.gb-app-button_custom_purple:focus-visible:not(:disabled) {
  color: #191816;
  background: #8d46f6;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_custom_purple:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_purple:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_purple:hover:not(:disabled) {
  color: #191816;
  background: #8d46f6;
  border-color: #252525;
}
.gb-app-button_custom_purple:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_purple:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_purple:active:not(:disabled) {
  color: #191816;
  background: #8d46f6;
  border-color: #252525;
}
.gb-app-button_custom_purple:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_purple:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_purple .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_purple .gb-app-button__icon_left,
.gb-app-button_custom_purple .gb-app-button__icon_main,
.gb-app-button_custom_purple .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_purple .gb-app-button__icon_left,
.gb-app-button_custom_purple .gb-app-button__icon_main,
.gb-app-button_custom_purple .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_custom_purple.gb-app-button_loading, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading, .color-theme .gb-app-button_custom_purple.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled), .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled), .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_custom_purple.gb-app-button_loading:disabled, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled, .color-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_purple.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_red {
  color: #191816;
  background: #fd7b55;
  border-color: #252525;
}
.gb-app-button_custom_red:focus-visible:not(:disabled) {
  color: #191816;
  background: #fd7b55;
  border-color: #99c0f0;
  outline: 1px solid #99c0f0;
}
.gb-app-button_custom_red:focus-visible:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_red:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red:focus-visible:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_red:hover:not(:disabled) {
  color: #191816;
  background: #fd7b55;
  border-color: #252525;
}
.gb-app-button_custom_red:hover:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_red:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red:hover:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_red:active:not(:disabled) {
  color: #191816;
  background: #fd7b55;
  border-color: #252525;
}
.gb-app-button_custom_red:active:not(:disabled) .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_red:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red:active:not(:disabled) .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_red .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_red .gb-app-button__icon_left,
.gb-app-button_custom_red .gb-app-button__icon_main,
.gb-app-button_custom_red .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_red .gb-app-button__icon_left,
.gb-app-button_custom_red .gb-app-button__icon_main,
.gb-app-button_custom_red .gb-app-button__icon_right {
  transition-property: stroke, fill, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.gb-app-button_custom_red.gb-app-button_loading, .dark-theme .gb-app-button_custom_red.gb-app-button_loading, .color-theme .gb-app-button_custom_red.gb-app-button_loading {
  color: transparent;
}
.gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_left,
.gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_main,
.gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_right, .color-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_red.gb-app-button_loading .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled), .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled), .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled), .gb-app-button_custom_red.gb-app-button_loading:disabled, .dark-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled), .dark-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled), .dark-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled), .dark-theme .gb-app-button_custom_red.gb-app-button_loading:disabled, .color-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled), .color-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled), .color-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled), .color-theme .gb-app-button_custom_red.gb-app-button_loading:disabled {
  color: transparent;
}
.gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_left,
.gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_main,
.gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .dark-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_left,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_main,
.dark-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_right, .color-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:hover:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:active:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:focus-visible:not(:disabled) .gb-app-button__icon_right, .color-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_left,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_main,
.color-theme .gb-app-button_custom_red.gb-app-button_loading:disabled .gb-app-button__icon_right {
  fill: transparent;
}
.gb-app-button_custom_white, .gb-app-button_custom_green, .gb-app-button_custom_pink, .gb-app-button_custom_purple, .gb-app-button_custom_red {
  border-width: 2px;
  box-shadow: -3px 3px 0 #000000;
}
.gb-app-button_custom_white.disabled, .gb-app-button_custom_white:disabled, .gb-app-button_custom_white[disabled], .gb-app-button_custom_green.disabled, .gb-app-button_custom_green:disabled, .gb-app-button_custom_green[disabled], .gb-app-button_custom_pink.disabled, .gb-app-button_custom_pink:disabled, .gb-app-button_custom_pink[disabled], .gb-app-button_custom_purple.disabled, .gb-app-button_custom_purple:disabled, .gb-app-button_custom_purple[disabled], .gb-app-button_custom_red.disabled, .gb-app-button_custom_red:disabled, .gb-app-button_custom_red[disabled] {
  color: #191816;
  background: #e1e1e9;
  border-color: #7c8092;
  cursor: default;
}
.gb-app-button_custom_white.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_white:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_white[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_green.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_green:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_green[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_red.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_red:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_red[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white.disabled .gb-app-button__icon_left,
.gb-app-button_custom_white.disabled .gb-app-button__icon_main,
.gb-app-button_custom_white.disabled .gb-app-button__icon_right, .gb-app-button_custom_white:disabled .gb-app-button__icon_left,
.gb-app-button_custom_white:disabled .gb-app-button__icon_main,
.gb-app-button_custom_white:disabled .gb-app-button__icon_right, .gb-app-button_custom_white[disabled] .gb-app-button__icon_left,
.gb-app-button_custom_white[disabled] .gb-app-button__icon_main,
.gb-app-button_custom_white[disabled] .gb-app-button__icon_right, .gb-app-button_custom_green.disabled .gb-app-button__icon_left,
.gb-app-button_custom_green.disabled .gb-app-button__icon_main,
.gb-app-button_custom_green.disabled .gb-app-button__icon_right, .gb-app-button_custom_green:disabled .gb-app-button__icon_left,
.gb-app-button_custom_green:disabled .gb-app-button__icon_main,
.gb-app-button_custom_green:disabled .gb-app-button__icon_right, .gb-app-button_custom_green[disabled] .gb-app-button__icon_left,
.gb-app-button_custom_green[disabled] .gb-app-button__icon_main,
.gb-app-button_custom_green[disabled] .gb-app-button__icon_right, .gb-app-button_custom_pink.disabled .gb-app-button__icon_left,
.gb-app-button_custom_pink.disabled .gb-app-button__icon_main,
.gb-app-button_custom_pink.disabled .gb-app-button__icon_right, .gb-app-button_custom_pink:disabled .gb-app-button__icon_left,
.gb-app-button_custom_pink:disabled .gb-app-button__icon_main,
.gb-app-button_custom_pink:disabled .gb-app-button__icon_right, .gb-app-button_custom_pink[disabled] .gb-app-button__icon_left,
.gb-app-button_custom_pink[disabled] .gb-app-button__icon_main,
.gb-app-button_custom_pink[disabled] .gb-app-button__icon_right, .gb-app-button_custom_purple.disabled .gb-app-button__icon_left,
.gb-app-button_custom_purple.disabled .gb-app-button__icon_main,
.gb-app-button_custom_purple.disabled .gb-app-button__icon_right, .gb-app-button_custom_purple:disabled .gb-app-button__icon_left,
.gb-app-button_custom_purple:disabled .gb-app-button__icon_main,
.gb-app-button_custom_purple:disabled .gb-app-button__icon_right, .gb-app-button_custom_purple[disabled] .gb-app-button__icon_left,
.gb-app-button_custom_purple[disabled] .gb-app-button__icon_main,
.gb-app-button_custom_purple[disabled] .gb-app-button__icon_right, .gb-app-button_custom_red.disabled .gb-app-button__icon_left,
.gb-app-button_custom_red.disabled .gb-app-button__icon_main,
.gb-app-button_custom_red.disabled .gb-app-button__icon_right, .gb-app-button_custom_red:disabled .gb-app-button__icon_left,
.gb-app-button_custom_red:disabled .gb-app-button__icon_main,
.gb-app-button_custom_red:disabled .gb-app-button__icon_right, .gb-app-button_custom_red[disabled] .gb-app-button__icon_left,
.gb-app-button_custom_red[disabled] .gb-app-button__icon_main,
.gb-app-button_custom_red[disabled] .gb-app-button__icon_right {
  fill: #191816;
}
.gb-app-button_custom_white.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_white:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_white[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_green.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_green:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_green[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_pink[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_purple[disabled] .gb-app-button__loader.gb-loader, .gb-app-button_custom_red.disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_red:disabled .gb-app-button__loader.gb-loader, .gb-app-button_custom_red[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #191816;
  border-right-color: #191816;
  border-bottom-color: #191816;
}
.gb-app-button_custom_white:focus-visible:not(:disabled), .gb-app-button_custom_green:focus-visible:not(:disabled), .gb-app-button_custom_pink:focus-visible:not(:disabled), .gb-app-button_custom_purple:focus-visible:not(:disabled), .gb-app-button_custom_red:focus-visible:not(:disabled) {
  box-shadow: -3px 3px 0 #000000;
}
.gb-app-button_custom_white:hover:not(:disabled), .gb-app-button_custom_green:hover:not(:disabled), .gb-app-button_custom_pink:hover:not(:disabled), .gb-app-button_custom_purple:hover:not(:disabled), .gb-app-button_custom_red:hover:not(:disabled) {
  box-shadow: -1px 1px 0 #000000;
  left: -1px;
  bottom: -1px;
}
.gb-app-button_size-32 {
  min-height: 32px;
  max-height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 18px;
}
.gb-app-button_size-32.gb-app-button_main-icon {
  min-width: 32px;
  max-width: 32px;
  padding: 6px;
}
.gb-app-button_size-32 .gb-app-button__icon {
  width: 16px;
  height: 16px;
}
.gb-app-button_size-32 .gb-app-button__icon_left {
  margin-right: 8px;
}
.gb-app-button_size-32 .gb-app-button__icon_right {
  margin-left: 8px;
}
.gb-app-button_size-44 {
  min-height: 44px;
  max-height: 44px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 12px;
}
.gb-app-button_size-44.gb-app-button_main-icon {
  min-width: 44px;
  max-width: 44px;
  padding: 10px;
}
.gb-app-button_size-44 .gb-app-button__icon {
  width: 24px;
  height: 24px;
}
.gb-app-button_size-44 .gb-app-button__icon_left {
  margin-right: 12px;
}
.gb-app-button_size-44 .gb-app-button__icon_right {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .gb-app-button_size-44 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-44 .gb-app-button__icon_right {
    margin-left: 8px;
  }
}
.gb-app-button_size-48 {
  min-height: 48px;
  max-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 12px;
}
.gb-app-button_size-48.gb-app-button_main-icon {
  min-width: 48px;
  max-width: 48px;
  padding: 12px;
}
.gb-app-button_size-48 .gb-app-button__icon {
  width: 24px;
  height: 24px;
}
.gb-app-button_size-48 .gb-app-button__icon_left {
  margin-right: 12px;
}
.gb-app-button_size-48 .gb-app-button__icon_right {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .gb-app-button_size-48 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-48 .gb-app-button__icon_right {
    margin-left: 8px;
  }
}
.gb-app-button_size-56 {
  min-height: 56px;
  max-height: 56px;
  padding: 14px 32px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .gb-app-button_size-56 {
    padding: 14px 20px;
  }
}
.gb-app-button_size-56.gb-app-button_main-icon {
  min-width: 56px;
  max-width: 56px;
  padding: 14px;
}
.gb-app-button_size-56 .gb-app-button__icon {
  width: 24px;
  height: 24px;
}
.gb-app-button_size-56 .gb-app-button__icon_left {
  margin-right: 20px;
}
.gb-app-button_size-56 .gb-app-button__icon_right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .gb-app-button_size-56 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-56 .gb-app-button__icon_right {
    margin-left: 8px;
  }
}
.gb-app-button_size-60 {
  min-height: 60px;
  max-height: 60px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .gb-app-button_size-60 {
    padding: 16px 20px;
  }
}
.gb-app-button_size-60.gb-app-button_main-icon {
  min-width: 60px;
  max-width: 60px;
  padding: 16px;
}
.gb-app-button_size-60 .gb-app-button__icon {
  width: 28px;
  height: 28px;
}
.gb-app-button_size-60 .gb-app-button__icon_left {
  margin-right: 20px;
}
.gb-app-button_size-60 .gb-app-button__icon_right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .gb-app-button_size-60 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-60 .gb-app-button__icon_right {
    margin-left: 8px;
  }
}
.gb-app-button_size-96 {
  min-height: 96px;
  max-height: 96px;
  padding: 32px 48px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 20px;
}
.gb-app-button_size-96.gb-app-button_main-icon {
  min-width: 96px;
  max-width: 96px;
  padding: 32px;
}
.gb-app-button_size-96 .gb-app-button__icon {
  width: 28px;
  height: 28px;
}
.gb-app-button_size-96 .gb-app-button__icon_left {
  margin-right: 20px;
}
.gb-app-button_size-96 .gb-app-button__icon_right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .gb-app-button_size-96 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-96 .gb-app-button__icon_right {
    margin-left: 8px;
  }
}
.gb-app-button__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gb-app-button:disabled .gb-app-button__link {
  cursor: default;
}
.gb-app-button__notification {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e10007;
  border-radius: 20px;
  padding: 1px 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  min-height: 20px;
  min-width: 20px;
  z-index: 1;
}
.gb-app-button_full-width {
  width: 100%;
}

.gb-icon {
  height: 1em;
  width: 1em;
  fill: currentcolor;
  stroke-width: 0;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.lesson {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  white-space: nowrap;
  color: #7c8092;
  border-radius: 4px;
}
.lesson::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 25px;
  background-color: #dce0e5;
}
.lesson:hover {
  background-color: #f4f5fa;
  color: #3f5368;
}
.lesson_selected {
  background-color: #f4f5fa;
  color: #3f5368;
}
.lesson__status-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #dce0e5;
  background-color: white;
  border-radius: 50%;
}
.lesson__status-icon_small {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.lesson__status-icon .icon-play {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  fill: #dce0e5;
}
.lesson.lesson_live::before {
  background-color: #22c993;
}
.lesson.lesson_live .lesson__status-icon {
  border-color: #22c993;
}
.lesson.lesson_live .lesson__status-icon .icon-on-air {
  width: 12px;
  height: 10px;
  fill: #22c993;
}
.lesson__cont {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
}
.lesson__cont .cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7c8092;
}
.lesson__cont .cont-title__subtext {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.lesson__cont .cont-title .seen-icon.gb-icon {
  width: 16px;
  height: 16px;
  fill: rgba(63, 83, 104, 0.7);
}
.lesson__cont .cont-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  white-space: normal;
  margin-top: 4px;
  color: #7c8092;
}
.lesson__cont .cont-text_grey {
  color: #d4d4dd;
}
.lessons-list__item_ended .lesson::before {
  background-color: #22c993;
}
.lessons-list__item_ended .lesson .lesson__status-icon {
  border: 2px solid #22c993;
}
.lessons-list__item_ended .lesson .lesson__status-icon .icon-play {
  fill: #22c993;
}
.lessons-list__item_ended .lesson .lesson__cont .cont-title,
.lessons-list__item_ended .lesson .lesson__cont .cont-text {
  color: #3f5368;
}
.lessons-list__item_last .lesson::before {
  height: 20px;
}
.lessons-list__item_forthcoming-disabled .lesson {
  cursor: default;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.lessons-list__item-trainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.lessons-list__item-trainer .lesson {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  white-space: nowrap;
  color: #7c8092;
  border-radius: 4px;
}
.lessons-list__item-trainer .lesson::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 25px;
  background-color: #dce0e5;
}
.lessons-list__item-trainer .lesson:hover {
  background-color: #f4f5fa;
  color: #3f5368;
}
.lessons-list__item-trainer .lesson_selected {
  background-color: #f4f5fa;
  color: #3f5368;
}
.lessons-list__item-trainer .lesson__status-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #dce0e5;
  background-color: white;
  border-radius: 50%;
}
.lessons-list__item-trainer .lesson__status-icon_small {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.lessons-list__item-trainer .lesson__cont {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
}
.lessons-list__item-trainer .lesson__cont .cont-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7c8092;
}
.lessons-list__item-trainer_ended .lesson::before {
  background-color: #22c993;
}
.lessons-list__item-trainer_ended .lesson .lesson__status-icon {
  border: 2px solid #22c993;
}
.lessons-list__item-trainer_ended .lesson .lesson__cont .cont-title {
  color: #3f5368;
}
.lessons-list__item-trainer_last .lesson::before {
  height: 20px;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.contents-list {
  width: 100%;
  cursor: pointer;
}
.contents-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px;
  color: #7c8092;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.contents-list-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 25px;
  background-color: #dce0e5;
}
.contents-list-item:hover {
  background-color: #f4f5fa;
  color: #3f5368;
}
.contents-list-item__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 36px;
}
.contents-list-item__cont .cont-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.contents-list-item__cont .cont-icon-block .seen-icon.gb-icon {
  fill: rgba(63, 83, 104, 0.7);
}
.contents-list-item .list-item-status-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #dce0e5;
  border-radius: 50%;
}
.contents-list-item .list-item-status-icon .project-icon {
  fill: #dce0e5;
  width: 10px;
  height: 10px;
}
.contents-list-item .list-item-status-icon .project-icon.final-project {
  width: 12px;
  height: 12px;
}
.contents-list-item .list-item-status-icon_small {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.contents-list-item.unavailable {
  color: #dce0e5;
}
.contents-list-item.unavailable .list-item-status-icon {
  border-color: #dce0e5;
}
.contents-list-item.unavailable .list-item-status-icon .project-icon {
  fill: #dce0e5;
}
.contents-list-item.unavailable::before {
  background-color: #dce0e5;
}
.contents-list-item.seen, .contents-list-item.checked, .contents-list-item.failed {
  color: #3f5368;
}
.contents-list-item.seen .list-item-status-icon {
  border-color: #7c8092;
}
.contents-list-item.seen .list-item-status-icon .project-icon {
  fill: #7c8092;
}
.contents-list-item.seen::before {
  background-color: #7c8092;
}
.contents-list-item.checked .list-item-status-icon {
  border-color: #22c993;
}
.contents-list-item.checked .list-item-status-icon .project-icon {
  fill: #22c993;
}
.contents-list-item.checked::before {
  background-color: #22c993;
}
.contents-list-item.failed .list-item-status-icon {
  border-color: #d74a5c;
}
.contents-list-item.failed .list-item-status-icon .project-icon {
  fill: #d74a5c;
}
.contents-list-item.failed::before {
  background-color: #d74a5c;
}
.contents-list-item_selected {
  background-color: #f4f5fa;
  color: #50667b;
}
.contents-list-item_last::before {
  height: 20px;
}

/**
 * "ColorPalette"
 * Primary colors
 */
/* Header-background colors */
/* Phone number input colors */
/* Avatar-background colors */
/* Secondary colors */
/* Semantic colors (Success) */
/* Semantic colors (Error) */
/* Semantic colors (Attention) */
/* Neutral colors */
/* black-opacity */
/* white-opacity */
/* Elevations */
/* Grid breakpoints */
/* Grid paddings */
/* Fonts */
/* Transition */
/* Images */
/* Transition */
.gb-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  border-top-color: transparent;
  animation: rotate 1s linear 0s infinite;
}
.gb-loader_size-32 {
  width: 18px;
  height: 18px;
  border-width: 2px;
}
.gb-loader_size-44 {
  width: 22px;
  height: 22px;
  border-width: 4px;
}
.gb-loader_size-48 {
  width: 24px;
  height: 24px;
  border-width: 4px;
}
.gb-loader_size-56 {
  width: 26px;
  height: 26px;
  border-width: 4px;
}
.gb-loader_size-60 {
  width: 28px;
  height: 28px;
  border-width: 4px;
}
.gb-loader_size-96 {
  width: 36px;
  height: 36px;
  border-width: 4px;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}