/**
 * "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 */
/* Images */
/**
 * "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 */
/* Images */
.sticky-banner {
  font-family: "Onest", sans-serif;
  background-color: #ffffff;
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

/**
 * "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 */
/* Images */
/**
 * "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 */
/* Images */
.sticky-banner__container {
  max-width: 1920px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 1439px) {
  .sticky-banner__container {
    display: grid;
    grid-column-gap: 12px;
    grid-template-columns: repeat(5, auto);
  }
}
@media (max-width: 1023px) {
  .sticky-banner__container {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 767px) {
  .sticky-banner__container {
    display: flex;
    height: 52px;
    padding: 8px 16px;
  }
}
.sticky-banner__text {
  align-self: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1279px) {
  .sticky-banner__text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.sticky-banner__counter {
  align-self: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  width: 330px;
}
@media (max-width: 1279px) {
  .sticky-banner__counter {
    font-size: 18px;
    line-height: 24px;
    width: 190px;
  }
}
@media (max-width: 1023px) {
  .sticky-banner__counter {
    width: auto;
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__counter {
    display: none;
  }
}
.sticky-banner__button-block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sticky-banner__button {
  z-index: 1;
}
@media (max-width: 767px) {
  .sticky-banner__button {
    margin-left: 24px;
  }
  .sticky-banner__button::v-deep.gb-app-button {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.sticky-banner__hidden-block {
  width: 10%;
}
@media (max-width: 1439px) {
  .sticky-banner__hidden-block {
    display: none;
  }
}
.sticky-banner__center-image {
  width: 110px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 110px;
  margin: 0 12px;
}
@media (max-width: 1023px) {
  .sticky-banner__center-image {
    display: none;
  }
}
.sticky-banner__left-image {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  width: 15%;
}
@media (max-width: 1439px) {
  .sticky-banner__left-image {
    width: 200px;
    flex-shrink: 0;
  }
}
@media (max-width: 1279px) {
  .sticky-banner__left-image {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  .sticky-banner__left-image {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__left-image {
    display: none;
  }
}
.sticky-banner__right-image {
  position: absolute;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 96px;
  width: 20%;
}
@media (max-width: 1439px) {
  .sticky-banner__right-image {
    display: none;
  }
}

/**
 * "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 */
/* Images */
/**
 * "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 */
/* Images */
.sticky-banner__container {
  max-width: 1920px;
  height: 96px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 40px;
  position: relative;
  display: grid;
  grid-column-gap: 12px;
  justify-content: space-between;
  grid-template-columns: repeat(2, auto);
  background-repeat: no-repeat;
  background-position: 80% bottom;
}
@media (max-width: 1023px) {
  .sticky-banner__container {
    background-size: 0;
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__container {
    display: flex;
    height: 52px;
    padding: 8px 16px;
  }
}
.sticky-banner__text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sticky-banner__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1023px) {
  .sticky-banner__heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__heading {
    font-size: 16px;
    line-height: 20px;
  }
}
.sticky-banner__description {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .sticky-banner__description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .sticky-banner__description {
    display: none;
  }
}
.sticky-banner__additional {
  font-size: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sticky-banner__additional {
    display: none;
  }
}
.sticky-banner__button-block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sticky-banner__button {
  z-index: 1;
}
@media (max-width: 767px) {
  .sticky-banner__button::v-deep.gb-app-button {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/**
 * "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 */
/* Images */
/*
 * 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: #eff0f5;
  border-color: #eff0f5;
}
.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: #e1e1e9;
  border-color: #e1e1e9;
}
.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: #eff0f5;
  border-color: #eff0f5;
}
.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-grey.disabled, .gb-app-button_secondary-grey:disabled, .gb-app-button_secondary-grey[disabled] {
  color: #7c8092;
  opacity: 0.5;
  background: #eff0f5;
  border-color: #eff0f5;
  cursor: default;
}
.gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.gb-app-button_secondary-grey.disabled .gb-app-button__icon_left,
.gb-app-button_secondary-grey.disabled .gb-app-button__icon_main,
.gb-app-button_secondary-grey.disabled .gb-app-button__icon_right, .gb-app-button_secondary-grey:disabled .gb-app-button__icon_left,
.gb-app-button_secondary-grey:disabled .gb-app-button__icon_main,
.gb-app-button_secondary-grey:disabled .gb-app-button__icon_right, .gb-app-button_secondary-grey[disabled] .gb-app-button__icon_left,
.gb-app-button_secondary-grey[disabled] .gb-app-button__icon_main,
.gb-app-button_secondary-grey[disabled] .gb-app-button__icon_right {
  fill: #7c8092;
}
.gb-app-button_secondary-grey.disabled .gb-app-button__loader.gb-loader, .gb-app-button_secondary-grey:disabled .gb-app-button__loader.gb-loader, .gb-app-button_secondary-grey[disabled] .gb-app-button__loader.gb-loader {
  border-left-color: #7c8092;
  border-right-color: #7c8092;
  border-bottom-color: #7c8092;
}
.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: 16px;
}
.gb-app-button_size-56 .gb-app-button__icon_right {
  margin-left: 16px;
}
@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: 16px;
}
.gb-app-button_size-60 .gb-app-button__icon_right {
  margin-left: 16px;
}
@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-80 {
  min-height: 80px;
  max-height: 80px;
  padding: 24px 48px;
  font-size: 28px;
  line-height: 36px;
  border-radius: 20px;
}
.gb-app-button_size-80.gb-app-button_main-icon {
  min-width: 80px;
  max-width: 80px;
  padding: 24px;
}
.gb-app-button_size-80 .gb-app-button__icon {
  width: 32px;
  height: 32px;
}
.gb-app-button_size-80 .gb-app-button__icon_left {
  margin-right: 20px;
}
.gb-app-button_size-80 .gb-app-button__icon_right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .gb-app-button_size-80 .gb-app-button__icon_left {
    margin-right: 8px;
  }
  .gb-app-button_size-80 .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__notification_purple {
  background: #8d46f6;
}
.gb-app-button__notification_white {
  background: #ffffff;
  color: #191816;
}
.gb-app-button__notification_grey {
  background: #7c8092;
}
.gb-app-button_full-width {
  width: 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 */
/* Images */
.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);
  }
}
.gb-icon {
  height: 1em;
  width: 1em;
  stroke-width: 0;
}