@charset "UTF-8";
:root {
  --surface-light: #FFFFFF;
  --surface-dark: #F7FAFC;
  --accent-primary: #0F1012;
  --gray-700: #43464D;
  --gray-600: #6A6D73;
  --gray-500: #7A8599;
  --gray-400: #CCCCCC;
  --gray-300: #CED2D9;
  --gray-200: #E4EBED;
  --brand-primary: #0983FE;
  --brand-dark: #0074EF;
  --brand-bg: rgba(9, 131, 254, 0.16);
  --brand-bg-dark: rgba(0, 116, 239, 0.2);
  --error-primary: #E12525;
  --error-bg: rgba(199, 24, 24, 0.16);
  --error-dark: #D21616;
  --success-primary: #1CD477;
  --success-dark: #00B258;
  --success-bg: rgba(0, 178, 88, 0.0784313725);
  --warning-primary: #DD7D00;
  --warning-dark: #F0A06A;
  --warning-bg: rgba(221, 125, 0, 0.16);
  --opacity-accent-3: rgba(0, 0, 0, 0.03);
  --opacity-accent-6: rgba(0, 0, 0, 0.06);
  --opacity-accent-12: rgba(0, 0, 0, 0.12);
  --opacity-surface-75: rgba(0, 0, 0, 0.75);
  --opacity-surface-12: rgba(255, 255, 255, 0.12);
  --permanent-white: #FFFFFF;
  --permanent-black: #0F1012;
}

[data-theme=dark] {
  --surface-light: #14161A;
  --surface-dark: #080808;
  --accent-primary: #F2F2F2;
  --gray-700: #BCC1CC;
  --gray-600: #878D99;
  --gray-500: #525866;
  --gray-400: #3D424D;
  --gray-300: #313234;
  --gray-200: #2A2D34;
  --brand-primary: #0983FE;
  --brand-bg: rgba(9, 131, 254, 0.16);
  --brand-dark: #0074EF;
  --brand-bg-dark: rgba(9, 131, 254, 0.2);
  --error-primary: #D21616;
  --error-bg: rgba(199, 24, 24, 0.2);
  --error-dark: #D21616;
  --success-primary: #1CD477;
  --success-dark: #00B258;
  --success-bg: rgba(0, 178, 88, 0.1803921569);
  --warning-primary: #F0A06A;
  --warning-dark: #DD7D00;
  --warning-bg: rgba(221, 125, 0, 0.16);
  --opacity-accent-3: rgba(255, 255, 255, 0.03);
  --opacity-accent-6: rgba(255, 255, 255, 0.06);
  --opacity-accent-12: rgba(255, 255, 255, 0.12);
  --opacity-surface-75: rgba(255, 255, 255, 0.75);
  --opacity-surface-12: rgba(15, 15, 15, 0.12);
  --permanent-white: #FFFFFF;
  --permanent-black: #0F1012;
}

#root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  background-color: var(--surface-dark);
  width: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  background-color: var(--surface-dark);
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent;
}

/* === Custom Scrollbar Styles === */
/* Webkit browsers */
*::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--gray-700);
  opacity: 0.2;
  border-radius: 4px;
  border: none;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

*::-webkit-scrollbar-button { /* Кнопки направления */
  display: none;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 70, 77, 0.2) transparent; /* #43464D с opacity 0.2 */
}

/* Edge/IE (limited support) */
* {
  -ms-overflow-style: none;
}

*::-ms-fill-lower {
  background: transparent;
}

*::-ms-fill-upper {
  background: transparent;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  #root {
    background-color: var(--surface-light);
  }
}._wrapper_enubv_1 {
  pointer-events: auto;
  background-color: var(--surface-dark);
  cursor: pointer;
  width: 400px;
  border-radius: 8px;
  overflow: hidden;
}

._notification_enubv_10 {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
._notification_enubv_10._info_enubv_18 {
  background-color: var(--brand-bg-dark);
}
._notification_enubv_10._success_enubv_21 {
  background-color: var(--success-bg);
}
._notification_enubv_10._warning_enubv_24 {
  background-color: var(--warning-bg);
}

._icon_enubv_28 {
  flex-shrink: 0;
}
._icon_enubv_28 svg {
  width: 24px;
  height: 24px;
}

._textBlock_enubv_36 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 12px;
}

._description_enubv_43 {
  opacity: 0.8;
}._italic_mkr3s_1 {
  transform: skewX(-5deg) rotate(-5deg);
}

._title_mkr3s_5 {
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: var(--accent-primary);
  margin: 0;
  padding: 0;
}
._title-level-1_mkr3s_12 {
  font-size: 45px;
  letter-spacing: -3%;
}
._title-level-2_mkr3s_16 {
  font-size: 30px;
  letter-spacing: -2%;
}
._title-level-3_mkr3s_20 {
  font-size: 25px;
  letter-spacing: -2%;
}
._title-level-4_mkr3s_24 {
  font-size: 20px;
  letter-spacing: -1%;
}

._paragraph_mkr3s_29 {
  margin: 0;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: var(--accent-primary);
}
._paragraph__weight-400_mkr3s_37 {
  font-weight: 400;
}
._paragraph__weight-500_mkr3s_40 {
  font-weight: 500;
}
._paragraph__weight-600_mkr3s_43 {
  font-weight: 600;
}
._paragraph__weight-700_mkr3s_46 {
  font-weight: 700;
}
._paragraph__weight-800_mkr3s_49 {
  font-weight: 800;
}

._body-level-1_mkr3s_53 {
  font-size: 18px;
}
._body-level-2_mkr3s_56 {
  font-size: 16px;
}
._body-level-3_mkr3s_59 {
  font-size: 14px;
}

._footnote-level-1_mkr3s_63 {
  font-size: 12px;
}
._footnote-level-2_mkr3s_66 {
  font-size: 11px;
}
._footnote-level-3_mkr3s_69 {
  font-size: 10px;
}

._weight-400_mkr3s_73 {
  font-weight: 400;
}
._weight-500_mkr3s_76 {
  font-weight: 500;
}
._weight-600_mkr3s_79 {
  font-weight: 600;
}
._weight-700_mkr3s_82 {
  font-weight: 700;
}
._weight-800_mkr3s_85 {
  font-weight: 800;
}._container_c5atk_1 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}._page_ktnq3_1 {
  display: flex;
  gap: 24px;
  margin: 0 36px 16px;
  width: calc(100% - 36px);
}

._content_ktnq3_8 {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._page_ktnq3_1 {
    margin: 8px;
    width: calc(100% - 16px);
  }
}._block_1vale_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--surface-light);
  border-radius: 16px;
  gap: 8px;
  width: calc(100% - 40px);
  margin: 0 40px 16px 32px;
  height: 100%;
}

._title_1vale_14 {
  text-align: center;
  max-width: 400px;
  white-space: pre-line;
}

._icon_1vale_20 {
  width: 32px;
  height: 32px;
}

._iconWrapper_1vale_25 {
  height: 80px;
  width: 80px;
  background-color: var(--brand-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}._container_yrym9_1 {
  position: relative;
  box-sizing: border-box;
  background-color: var(--gray-200);
  border-radius: 4px;
  overflow: hidden;
}

._fill_yrym9_9 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--success-dark);
  border-radius: 4px;
  transition: width 0.2s ease-in-out;
}._container_1lg7f_1 {
  position: relative;
  display: block;
  width: auto;
}

._content_1lg7f_7 {
  width: 100%;
  height: 100%;
}

._overlay_1lg7f_12 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: all;
  cursor: not-allowed;
  transition: all 0.4s ease;
}
._overlay_1lg7f_12:hover {
  background: rgba(67, 70, 77, 0.5);
}

._tooltip_1lg7f_24 {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(12px, -8px);
  z-index: 1000;
  background: var(--gray-700);
  color: var(--gray-400);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

._tooltipText_1lg7f_40 {
  color: var(--gray-400);
}._card_zcrrl_1 {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: var(--surface-light);
  border-radius: 16px;
}

._cardImage_zcrrl_9 {
  width: 282px;
  height: 156px;
  border-radius: 8px;
  flex: 0 0 auto;
  border: 1px solid var(--opacity-accent-12);
  overflow: hidden;
  cursor: pointer;
}

._cardContent_zcrrl_19 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  cursor: pointer;
}

._cardDescription_zcrrl_27 {
  color: var(--gray-600);
}

._cardLink_zcrrl_31 {
  color: var(--brand-dark);
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

._cardLinkIcon_zcrrl_40 {
  width: 16px;
  height: 16px;
}

._cardFooter_zcrrl_45 {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  width: 100%;
}

._cardFooterText_zcrrl_54 {
  color: var(--gray-500);
}

._cardMenu_zcrrl_58 {
  width: 240px;
  background-color: var(--surface-dark);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px 0;
  flex: 0 0 auto;
}

._cardItem_zcrrl_67 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
._cardItem_zcrrl_67:hover {
  background-color: var(--opacity-accent-6);
}

._cardIcon_zcrrl_79 {
  width: 20px;
  height: 20px;
}
._cardIcon_zcrrl_79 path {
  fill: var(--accent-primary);
}

._progressText_zcrrl_87 {
  color: var(--gray-500);
}

._cardInfo_zcrrl_91 {
  margin-top: auto;
  display: flex;
  align-items: center;
}

._cardInfoItem_zcrrl_97 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
._cardInfoItem_zcrrl_97:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--gray-200);
}

._cardInfoLabel_zcrrl_109 {
  color: var(--gray-500);
}

._disabledItem_zcrrl_113 {
  cursor: not-allowed !important;
  opacity: 0.5;
}
._disabledItem_zcrrl_113:hover {
  opacity: 0.5;
}

._cardItemDisabled_zcrrl_121 ._cardItemText_zcrrl_121 {
  color: var(--gray-500);
}
._cardItemDisabled_zcrrl_121 ._cardIcon_zcrrl_79 path {
  fill: var(--gray-500);
}

._statusBadge_zcrrl_128 {
  margin-left: 8px;
  padding: 2px 6px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._card_zcrrl_1 {
    flex-direction: column;
  }
  ._cardImage_zcrrl_9 {
    width: 100%;
    height: 100%;
  }
  ._cardFooter_zcrrl_45 {
    margin-top: 8px;
  }
  ._cardMenu_zcrrl_58 {
    width: 100%;
  }
}._container_i5y6n_1 {
  width: 100%;
  height: 100%;
  overflow: auto;
}

._list_i5y6n_7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}._button_mqn0m_1 {
  display: flex;
  width: fit-content;
  border-radius: 28px;
}
._button_mqn0m_1:active {
  padding-top: 17px;
  transition: none !important;
}

._variant-contained-10-primary_mqn0m_11 {
  background-color: var(--brand-primary);
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  margin: 0;
  padding: 15px 40px;
  outline: none;
  border: none;
  color: var(--permanent-white);
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-contained-10-primary_mqn0m_11:hover {
  background-color: var(--brand-dark);
}
._variant-contained-10-primary_mqn0m_11:active {
  box-shadow: 0 0 0 4px rgba(9, 131, 254, 0.16);
}
._variant-contained-10-primary_mqn0m_11:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-contained-10-secondary_mqn0m_39 {
  background-color: var(--brand-bg);
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  margin: 0;
  padding: 15px 40px;
  outline: none;
  border: none;
  color: var(--brand-primary);
  transition: all 0.3s ease;
  cursor: pointer;
}
._variant-contained-10-secondary_mqn0m_39 p {
  color: var(--brand-primary);
}
._variant-contained-10-secondary_mqn0m_39:hover {
  background-color: var(--brand-bg-dark);
}
._variant-contained-10-secondary_mqn0m_39:active {
  color: var(--brand-dark);
}
._variant-contained-10-secondary_mqn0m_39:active p {
  color: var(--brand-dark);
}
._variant-contained-10-secondary_mqn0m_39:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-text-10-primary_mqn0m_73 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 15px 40px;
  border-radius: 100px;
  color: var(--brand-primary) !important;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-text-10-primary_mqn0m_73:hover {
  background-color: var(--opacity-accent-6);
  color: var(--brand-dark) !important;
}
._variant-text-10-primary_mqn0m_73:active {
  background-color: var(--opacity-accent-12);
  color: var(--brand-dark) !important;
}
._variant-text-10-primary_mqn0m_73:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-text-10-secondary_mqn0m_103 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 15px 40px;
  border-radius: 100px;
  color: var(--accent-primary) !important;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-text-10-secondary_mqn0m_103:hover {
  background-color: var(--opacity-accent-6);
}
._variant-text-10-secondary_mqn0m_103:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-outlined-10-primary_mqn0m_128 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 16px 40px;
  border-radius: 100px;
  color: var(--brand-accent);
  outline: none;
  border: 1px solid var(--gray-300);
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-outlined-10-primary_mqn0m_128:hover {
  background-color: var(--brand-bg);
  border: 1px solid transparent;
}
._variant-outlined-10-primary_mqn0m_128:active {
  background-color: var(--brand-bg);
  border: 1px solid var(--brand-primary);
  box-shadow: 0 0 0 4px var(--brand-bg);
}
._variant-outlined-10-primary_mqn0m_128:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-outlined-10-translucent_mqn0m_159 {
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 16.5px;
}
._variant-outlined-10-translucent_mqn0m_159:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
._variant-outlined-10-translucent_mqn0m_159:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}._backdrop_hrwjw_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._modal_hrwjw_14 {
  width: 100%;
  max-width: 1144px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

._header_hrwjw_25 {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--surface-dark);
}

._headerIcon_hrwjw_34 {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._content_hrwjw_42 {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  justify-content: center;
  max-width: 1144px;
  box-sizing: border-box;
  margin: 24px auto 10px;
}

._tgWindow_hrwjw_53 {
  width: 536px;
  background-color: var(--surface-dark);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

._description_hrwjw_66 {
  color: var(--gray-700);
  padding: 24px;
}

._footer_hrwjw_71 {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--opacity-accent-6);
  height: 80px;
  border-radius: 0 0 24px 24px;
}
._footer_hrwjw_71 button {
  height: fit-content;
}

._tgIconWrapper_hrwjw_85 {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: var(--brand-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

._tgIcon_hrwjw_85 {
  width: 24px;
  height: 24px;
}
._tgIcon_hrwjw_85 path {
  fill: var(--brand-primary);
}

._progressBar_hrwjw_103 {
  display: flex;
  position: relative;
}

._progressItem_hrwjw_108 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: center;
  width: 240px;
}

._progressItemText_hrwjw_117 {
  color: var(--gray-500);
}
._progressItemText_hrwjw_117._current_hrwjw_120 {
  color: var(--gray-700);
}
._progressItemText_hrwjw_117._active_hrwjw_123 {
  color: var(--success-dark);
}

._progressItemNumber_hrwjw_127 {
  border-radius: 999px;
  border: 2px solid var(--gray-200);
  background-color: var(--surface-dark);
  color: var(--gray-500);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._progressItemNumber_hrwjw_127._current_hrwjw_120 {
  color: var(--success-primary);
  border: 2px solid var(--success-primary);
}
._progressItemNumber_hrwjw_127._active_hrwjw_123 {
  color: var(--surface-dark);
  background-color: var(--success-primary);
}

._progressLine_hrwjw_147 {
  position: absolute;
  width: 212px;
  height: 2px;
  box-sizing: border-box;
  background-color: var(--gray-200);
  left: 134px;
  top: 43px;
}
._progressLine_hrwjw_147._active_hrwjw_123 {
  background-color: var(--success-primary);
}

._chatsList_hrwjw_160 {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 0 8px 0;
  list-style-type: none;
  overflow-y: auto;
  max-width: 1096px;
}

._chatItem_hrwjw_170 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--surface-dark);
  padding: 24px;
  border-radius: 16px;
  transition: all 0.3s ease-out;
  width: 472px;
  height: fit-content;
  flex: 0 0 auto;
  box-sizing: border-box;
}

._infoBlock_hrwjw_184 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background-color: var(--brand-bg);
  max-width: 1096px;
  width: 100%;
  margin: 0 auto 24px;
  box-sizing: border-box;
}

._infoIcon_hrwjw_197 {
  width: 24px;
  height: 24px;
}
._infoIcon_hrwjw_197 path {
  fill: var(--brand-primary);
}

._continueIcon_hrwjw_205 {
  display: none;
  width: 24px;
  height: 24px;
}

._chatsStep_hrwjw_211 {
  width: 100%;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._modal_hrwjw_14 {
    max-width: none;
    width: 100%;
    height: 100dvh;
    border-radius: 0;
    box-shadow: none;
  }
  ._header_hrwjw_25 {
    padding: 16px;
  }
  ._content_hrwjw_42 {
    justify-content: flex-start;
    width: 100%;
    height: calc(100dvh - 260px);
    max-width: none;
    margin: 20px 0 8px;
    padding: 0 20px;
    gap: 32px;
    flex: 1;
  }
  ._progressItem_hrwjw_108 {
    width: 167.5px;
  }
  ._progressLine_hrwjw_147 {
    width: 113px;
    left: 111px;
    top: 59px;
  }
  ._tgWindow_hrwjw_53 {
    width: calc(100% - 40px);
  }
  ._chatsList_hrwjw_160 {
    width: 100%;
    max-width: none;
    padding: 0;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._chatItem_hrwjw_170 {
    width: 100%;
  }
  ._chatsStep_hrwjw_211 {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }
  ._infoBlock_hrwjw_184 {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 16px 16px;
  }
  ._footer_hrwjw_71 {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: auto;
    border-radius: 0;
    padding: 20px;
    gap: 18px;
  }
  ._footer_hrwjw_71 button {
    width: 100%;
    justify-content: center;
  }
  ._continueIcon_hrwjw_205 {
    display: block;
  }
  ._progressItemText_hrwjw_117 {
    max-width: 90%;
    text-align: center;
  }
}._checkboxWrapper_k76rj_1 {
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

._checkbox_k76rj_1 {
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  flex-shrink: 0;
  border: 2px solid var(--gray-500);
  border-radius: 4px;
  background-color: var(--surface-dark);
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
._checkbox_k76rj_1:checked {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.5%202.66667L0%204L4.5%208L12%201.33333L10.5%200L4.5%205.33333L1.5%202.66667Z'%20fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
}
._checkbox_k76rj_1:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._checkbox_k76rj_1:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

._label_k76rj_40 {
  margin: 0;
}._pageWrapper_1dzmm_1 {
  padding: 24px 24px 24px 24px;
  margin: 0 40px 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  height: 100%;
}

._pageHeader_1dzmm_12 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._headerSubtitle_1dzmm_18 {
  color: var(--gray-600);
}

._page_1dzmm_1 {
  box-sizing: border-box;
  width: calc(100% - 24px);
  display: flex;
  gap: 8px;
  flex-direction: column;
  height: calc(100vh - 203px);
  overflow: hidden;
}

._chatsList_1dzmm_32 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

._chatItem_1dzmm_42 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--surface-light);
  padding: 24px;
  border-radius: 16px;
  transition: all 0.3s ease-out;
  width: 472px;
  height: fit-content;
  flex: 0 0 auto;
  box-sizing: border-box;
}
._chatItem_1dzmm_42._active_1dzmm_55 {
  border: 1px solid var(--success-primary);
}

._chatIconWrapper_1dzmm_59 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: var(--brand-primary);
}
._chatIconWrapper_1dzmm_59._active_1dzmm_55 {
  background-color: var(--success-bg);
}

._chatIcon_1dzmm_59 {
  width: 24px;
  height: 24px;
}

._chatContent_1dzmm_77 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._chatDescription_1dzmm_83 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

._openButtonText_1dzmm_91 {
  color: var(--permanent-white);
  line-height: 24px;
}

._qrButtonText_1dzmm_96 {
  line-height: 24px;
}

._openButtonWrapper_1dzmm_100 {
  padding: 8px 12px;
  border-radius: 8px;
}
._openButtonWrapper_1dzmm_100:active {
  padding-top: 9px;
}

._openButtonWrapperQr_1dzmm_108 {
  padding: 8px;
  border-radius: 8px;
}
._openButtonWrapperQr_1dzmm_108 ._openButton_1dzmm_91 {
  margin: 0;
}
._openButtonWrapperQr_1dzmm_108:active {
  padding-top: 9px;
}

._chatButtons_1dzmm_119 {
  display: flex;
  gap: 8px;
}

._openButton_1dzmm_91 {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

._qrButton_1dzmm_96 {
  width: 24px;
  height: 24px;
}

._chatLink_1dzmm_135 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--brand-primary);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
._chatLink_1dzmm_135 p {
  color: var(--white);
}
._chatLink_1dzmm_135:hover {
  background-color: var(--brand-primary-dark);
}

._empty_1dzmm_152 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  background-color: var(--surface-light);
  margin: 0 40px 0 32px;
  border-radius: 24px;
}

._emptyWrapper_1dzmm_165 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: var(--brand-bg);
}

._emptyIcon_1dzmm_175 {
  width: 32px;
  height: 32px;
}
._emptyIcon_1dzmm_175 path {
  fill: var(--brand-primary);
}

._emptyText_1dzmm_183 {
  max-width: 400px;
  text-align: center;
}

._qrBackdrop_1dzmm_188 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 24, 40, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._qrModal_1dzmm_201 {
  width: 800px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 16px 0px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

._qrHeader_1dzmm_211 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--surface-dark);
}

._qrCloseButton_1dzmm_219 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
._qrCloseButton_1dzmm_219:hover {
  background-color: var(--surface-dark);
}

._qrBody_1dzmm_234 {
  display: flex;
  padding: 0 24px;
  gap: 16px;
}

._qrImage_1dzmm_240 {
  width: 256px;
  height: 256px;
  border-radius: 12px;
}

._qrDescription_1dzmm_246 {
  text-align: center;
  color: var(--gray-600);
  max-width: 280px;
}

._qrInstructions_1dzmm_252 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._qrList_1dzmm_259 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 24px;
}

._qrFooter_1dzmm_267 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  height: 80px;
  background-color: var(--opacity-accent-6);
}

@media (max-width: 599px), (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._pageWrapper_1dzmm_1 {
    padding: 0 12px 12px;
    margin: 0;
    width: 100%;
    gap: 16px;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    background-color: var(--surface-dark);
  }
  ._pageHeader_1dzmm_12 {
    padding: 20px 12px 0;
  }
  ._page_1dzmm_1 {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1;
  }
  ._chatsList_1dzmm_32 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  ._chatItem_1dzmm_42 {
    width: 100%;
  }
  ._chatButtons_1dzmm_119 {
    flex-direction: column;
    align-items: stretch;
  }
  ._openButtonWrapper_1dzmm_100 {
    justify-content: center;
  }
  ._empty_1dzmm_152 {
    margin: 0;
    border-radius: 0;
  }
  ._qrModal_1dzmm_201 {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 16px;
  }
  ._qrHeader_1dzmm_211 {
    padding: 16px;
  }
  ._qrBody_1dzmm_234 {
    padding: 16px;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
  }
  ._qrInstructions_1dzmm_252 {
    margin-top: 0;
    gap: 16px;
  }
  ._qrList_1dzmm_259 {
    gap: 16px;
  }
  ._qrFooter_1dzmm_267 {
    height: auto;
    padding: 12px 16px;
  }
}._container_ozs53_1 {
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

._playerElement_ozs53_9 {
  width: 100%;
  height: 100%;
}

._watermarkLayer_ozs53_14 {
  position: absolute;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

._watermarkText_ozs53_23 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80%;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.18);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.45);
  will-change: transform;
}._block_7j1t5_1 {
  width: 400px;
  flex: 0 0 400px;
  padding: 16px;
  background-color: var(--surface-dark);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._header_7j1t5_12 {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

._linkAdd_7j1t5_18 {
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

._linkAddButton_7j1t5_26 {
  padding: 8px 12px !important;
  border-radius: 8px !important;
}

._headerTitle_7j1t5_31 {
  align-self: center;
}

._linkIcon_7j1t5_35 {
  width: 24px;
  height: 24px;
}
._linkIcon_7j1t5_35 path {
  fill: var(--brand-primary);
}

._iconWrapper_7j1t5_43 {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px;
  background-color: var(--brand-bg);
}

._icon_7j1t5_43 {
  width: 32px;
  height: 32px;
}

._text_7j1t5_59 {
  text-align: center;
  padding: 8px 0;
}

._marksList_7j1t5_64 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}

._mobileButtons_7j1t5_75 {
  display: none;
}

._mobileOverlay_7j1t5_79 {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  background-color: rgba(14, 20, 25, 0.5);
}

._mobileOverlayContent_7j1t5_89 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--surface-light);
}

._mobileOverlayHeader_7j1t5_96 {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-sizing: border-box;
}

._mobileOverlayClose_7j1t5_106 {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._mobileOverlayClose_7j1t5_106 svg {
  width: 24px;
  height: 24px;
}

._mobileOverlayBody_7j1t5_122 {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

._mobileEmptyList_7j1t5_128 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: calc(100% - 72px);
}

._mobileMarksList_7j1t5_137 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

._mobileMark_7j1t5_137 {
  border-radius: 8px;
  padding: 12px;
  background-color: var(--surface-dark);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._mobileMarkEditing_7j1t5_155 {
  border-radius: 8px;
  padding: 12px;
  background-color: var(--brand-bg);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._mobileMarkHeader_7j1t5_164 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._mobileMarkHeaderEditing_7j1t5_170 {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

._mobileHeaderAction_7j1t5_176 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
._mobileHeaderAction_7j1t5_176 p {
  color: var(--gray-500) !important;
}
._mobileHeaderAction_7j1t5_176 svg {
  width: 12px;
  height: 12px;
}
._mobileHeaderAction_7j1t5_176:active {
  padding: 0;
}

._mobileHeaderActionSave_7j1t5_194 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
._mobileHeaderActionSave_7j1t5_194 p {
  color: var(--success-dark) !important;
}
._mobileHeaderActionSave_7j1t5_194 svg {
  width: 12px;
  height: 12px;
}
._mobileHeaderActionSave_7j1t5_194:active {
  padding: 0;
}

._mobileTime_7j1t5_212 {
  color: var(--brand-primary);
  margin-right: auto;
}

._mobileMarkAction_7j1t5_217 {
  margin-right: 16px;
}

._mobileMarkAction_7j1t5_217,
._mobileMarkDelete_7j1t5_222 {
  padding: 0;
  border-radius: 8px !important;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  gap: 4px;
}
._mobileMarkAction_7j1t5_217 ._icon_7j1t5_43,
._mobileMarkDelete_7j1t5_222 ._icon_7j1t5_43 {
  width: 12px;
  height: 12px;
}
._mobileMarkAction_7j1t5_217:active,
._mobileMarkDelete_7j1t5_222:active {
  padding: 0;
}

._mobileMarkDelete_7j1t5_222 {
  color: var(--error-primary) !important;
}

._mobileDescription_7j1t5_244 {
  color: var(--gray-700);
  word-break: break-word;
}

._mobileMarkEditBody_7j1t5_249 {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
}

._mobileTimeInput_7j1t5_255 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-primary);
  background-color: var(--surface-light);
  border: 1px solid var(--opacity-accent-6);
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
  width: 80px;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._mobileTimeInput_7j1t5_255:focus {
  box-shadow: 0 0 0 2px var(--opacity-accent-6);
  border: 1px solid var(--brand-primary);
}

._mobileDescriptionInput_7j1t5_278 {
  width: calc(100% - 24px);
  min-height: 88px;
  border-radius: 8px;
  border: 1px solid var(--opacity-accent-12);
  padding: 10px 12px;
  resize: vertical;
  font-family: "Inter";
  font-size: 14px;
  color: var(--accent-primary);
  background: var(--surface-light);
  outline: none;
}
._mobileDescriptionInput_7j1t5_278:focus {
  border-color: var(--brand-primary);
}

._mobileTimeError_7j1t5_295 {
  color: var(--error-primary);
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._mobileButtons_7j1t5_75 {
    display: flex;
    gap: 8px;
  }
  ._mobileButton_7j1t5_75 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    width: 100%;
  }
  ._mobileButtonAddBookmark_7j1t5_313 {
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._mobileButtonAddBookmark_7j1t5_313 ._mobileAddIcon_7j1t5_320 path {
    fill: var(--permanent-white);
  }
  ._mobileAddIcon_7j1t5_320 {
    width: 24px;
    height: 24px;
  }
}._mark_1tcwn_1 {
  background-color: var(--surface-light);
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._markHeader_1tcwn_10 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._time_1tcwn_16 {
  color: var(--brand-primary);
  margin-right: auto;
}

._timeClickable_1tcwn_21 {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
._timeClickable_1tcwn_21:hover {
  opacity: 0.7;
}

._icon_1tcwn_29 {
  width: 16px;
  height: 16px;
}

._editButton_1tcwn_34,
._deleteButton_1tcwn_35 {
  padding: 4px 8px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

._deleteButton_1tcwn_35 {
  color: var(--error-primary) !important;
}
._deleteButton_1tcwn_35 ._icon_1tcwn_29 path {
  fill: var(--error-primary);
}

._description_1tcwn_50 {
  color: var(--gray-700);
  word-break: break-word;
}._backdrop_py7dg_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._modal_py7dg_14 {
  width: 100%;
  max-width: 800px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

._header_py7dg_25 {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--surface-dark);
}

._headerIcon_py7dg_34 {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._content_py7dg_42 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}

._timeSection_py7dg_49 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._timeRow_py7dg_55 {
  display: flex;
  align-items: center;
  gap: 24px;
}

._timeValue_py7dg_61 {
  color: var(--brand-primary);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
._timeValue_py7dg_61:hover {
  background-color: var(--opacity-accent-6);
}

._timeInput_py7dg_72 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary);
  background-color: var(--surface-light);
  border: 1px solid var(--brand-primary);
  border-radius: 4px;
  padding: 4px 8px;
  outline: none;
  width: 80px;
}
._timeInput_py7dg_72:focus {
  box-shadow: 0 0 0 2px var(--opacity-accent-6);
}

._timeHint_py7dg_88 {
  background-color: var(--brand-bg);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

._timeHintIcon_py7dg_98 {
  width: 24px;
  height: 24px;
}
._timeHintIcon_py7dg_98 path {
  fill: var(--brand-primary);
}

._timeError_py7dg_106 {
  color: var(--error-primary);
}

._textarea_py7dg_110 {
  width: 100%;
}

._footer_py7dg_114 {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  background-color: var(--opacity-accent-6);
  height: 80px;
  border-radius: 0 0 24px 24px;
}
._footer_py7dg_114 button {
  height: fit-content;
}

._timeCode_py7dg_127 {
  color: var(--gray-500);
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._modal_py7dg_14 {
    width: calc(100% - 16px);
  }
  ._header_py7dg_25 {
    padding: 24px 16px;
  }
  ._timeRow_py7dg_55 {
    gap: 12px;
  }
  ._footer_py7dg_114 {
    height: 64px;
    padding: 0 16px;
  }
  ._footer_py7dg_114 button {
    padding: 8px 16px;
    border-radius: 8px;
  }
  ._textarea_py7dg_110 {
    height: 300px;
  }
}._wrapper_1fx2v_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

._textarea_1fx2v_13 {
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 24px;
}
._textarea_1fx2v_13::-webkit-scrollbar {
  width: 6px;
}
._textarea_1fx2v_13::-webkit-scrollbar-track {
  background: transparent;
}
._textarea_1fx2v_13::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 3px;
}
._textarea_1fx2v_13::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-500);
}

._hasError_1fx2v_35 {
  border-color: var(--error-primary) !important;
}

._disabled_1fx2v_39 {
  opacity: 0.5;
  cursor: not-allowed;
}

._errorText_1fx2v_44 {
  margin-left: 16px;
  color: var(--error-primary) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

._infoText_1fx2v_54 {
  color: var(--gray-500);
  padding-left: 16px;
}

._countText_1fx2v_59 {
  color: var(--gray-400) !important;
  margin: 0 0 0 auto !important;
  flex-shrink: 0;
  white-space: nowrap;
}

._textareaInfoFooter_1fx2v_66 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

._placeholder_1fx2v_74 {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 0;
  color: var(--gray-500);
  transition: all 0.2s ease;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
._placeholderActive_1fx2v_89 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--accent-primary);
  transform: none;
}

._wrapper_1fx2v_1 {
  position: relative;
}
._wrapper_1fx2v_1:has(._textarea_1fx2v_13:not(:placeholder-shown)) ._placeholder_1fx2v_74 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--accent-primary);
  transform: none;
}

._variant-default-16_1fx2v_108 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent-primary);
  padding: 22px 16px 8px;
  border-radius: 5px;
  border: 1px solid var(--opacity-accent-6);
  background-color: var(--surface-dark);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
._variant-default-16_1fx2v_108::placeholder {
  color: var(--gray-400);
  font-weight: 500;
}
._variant-default-16_1fx2v_108:hover:not(:disabled) {
  border: 1px solid var(--opacity-accent-12);
  color: var(--accent-primary);
}
._variant-default-16_1fx2v_108:focus {
  border: 1px solid var(--brand-primary);
  box-shadow: 0 0 0 4px var(--brand-bg);
}
._variant-default-16_1fx2v_108:disabled {
  cursor: not-allowed;
}._backdrop_15nrd_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._modal_15nrd_14 {
  width: 100%;
  max-width: 528px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

._header_15nrd_25 {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--surface-dark);
}

._headerIcon_15nrd_34 {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._content_15nrd_42 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

._verificationIconWrapper_15nrd_49 {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--brand-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

._verificationIcon_15nrd_49 {
  width: 32px;
  height: 32px;
}
._verificationIcon_15nrd_49 path {
  fill: var(--brand-primary);
}

._verificationDescription_15nrd_67 {
  color: var(--gray-700);
}

._footer_15nrd_71 {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  background-color: var(--opacity-accent-6);
  height: 80px;
  border-radius: 0 0 24px 24px;
}
._footer_15nrd_71 button {
  height: fit-content;
}

._verificationButton_15nrd_84 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}
._verificationButton_15nrd_84 p {
  color: var(--permanent-white);
}
._verificationButton_15nrd_84 svg {
  width: 24px;
  height: 24px;
}._block_c2fqa_1 {
  background-color: var(--surface-light);
  border-radius: 8px;
  border: 1px solid var(--opacity-accent-6);
  padding: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

._blockModule_c2fqa_13 {
  gap: 8px;
  display: flex;
}

._headerBlock_c2fqa_18 {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

._headerImage_c2fqa_30 {
  border-radius: 8px;
  background-color: black;
  width: 128px;
  height: 76px;
  display: flex;
  flex: 0 0 128px;
}

._headerIcon_c2fqa_39 {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

._headerIconOpen_c2fqa_45 {
  transform: rotate(180deg);
}

._headerText_c2fqa_49 {
  color: var(--gray-500);
}

._nameBlock_c2fqa_53 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}

._innerHeaderBlock_c2fqa_63 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

._headerNumber_c2fqa_69 {
  color: var(--gray-500);
}

._startedPrimary_c2fqa_73 {
  color: var(--brand-primary) !important;
}

._completedPrimary_c2fqa_77 {
  color: var(--success-dark) !important;
}

._lessons_c2fqa_81 {
  border-top: 1px solid var(--opacity-accent-12);
  padding-top: 17px;
  position: relative;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._railUpcoming_c2fqa_91 {
  position: absolute;
  left: 17px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: #EBEFF0;
  z-index: 1;
}

._lessonItem_c2fqa_101 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
._lessonItem_c2fqa_101._hoveredLesson_c2fqa_110 {
  background-color: var(--opacity-accent-3);
}

._lessonImage_c2fqa_114 {
  width: 152px;
  height: 88px;
  display: flex;
  flex: 0 0 152px;
  background-color: black;
  border-radius: 4px;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

._currentLesson_c2fqa_128 {
  background-color: var(--brand-primary);
}

._lessonImageWrapper_c2fqa_132 {
  position: relative;
  display: flex;
}

._lessonImageWrapperBar_c2fqa_137 {
  position: absolute;
  bottom: 4px;
  left: 8px;
}

._indicator_c2fqa_143 {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

._indicatorBackground_c2fqa_154 {
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: var(--surface-light);
}

._lineSegmentActive_c2fqa_166 {
  position: absolute;
  left: 17px;
  width: 2px;
  background: #1CD477;
  border-radius: 1px;
  z-index: 2;
  pointer-events: none;
}

._current_c2fqa_128 {
  border-color: var(--success-primary);
}

._upcoming_c2fqa_180 {
  border-color: var(--gray-200);
}

._check_c2fqa_184 {
  width: 24px;
  height: 24px;
}

._play_c2fqa_189 {
  width: 24px;
  height: 24px;
}
._play_c2fqa_189 path {
  fill: var(--brand-primary);
}

._lessonTitle_c2fqa_197 {
  transition: all 0.3s ease;
}
._lessonTitle_c2fqa_197._completedTitle_c2fqa_200 {
  color: var(--success-dark) !important;
}
._lessonTitle_c2fqa_197._currentTitle_c2fqa_203 {
  color: var(--permanent-white) !important;
}
._lessonTitle_c2fqa_197._startedLesson_c2fqa_206 {
  color: var(--brand-primary) !important;
}

._lessonTime_c2fqa_210 {
  color: var(--gray-500);
  transition: color 0.3s ease;
}

._completedTime_c2fqa_215 {
  color: var(--success-dark);
}

._currentTime_c2fqa_219 {
  color: #ffffff;
}

._lessonTexts_c2fqa_223 {
  align-self: flex-start;
  padding-top: 8px;
}

._accessBlock_c2fqa_228 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 24px;
}

._accessIcon_c2fqa_235 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

._accessReason_c2fqa_241 {
  color: var(--gray-500);
}

@keyframes _fadeIn_c2fqa_1 {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _completeStep_c2fqa_1 {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}._card_grks9_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 40px 0 32px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: var(--surface-light);
}

._mobileControls_grks9_13 {
  display: none;
}

._mobileLessonsButton_grks9_17 {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}

._mobileLessonsButtonIcon_grks9_26 {
  width: 24px;
  height: 24px;
}

._footerNavigation_grks9_31 {
  position: sticky;
  bottom: 0;
  height: 80px;
  box-sizing: border-box;
  width: auto;
  background-color: var(--surface-light);
  border-top: 2px solid var(--opacity-accent-6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  margin-top: auto;
}
._footerNavigation__sideBlock_grks9_47 {
  position: absolute;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
._footerNavigation__sideBlock_grks9_47:hover {
  background-color: var(--opacity-accent-3);
}
._footerNavigation__sideBlockLeft_grks9_58 {
  left: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
._footerNavigation__sideBlockRight_grks9_64 {
  right: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
}
._footerNavigation__textBlockLeft_grks9_70 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
._footerNavigation__textBlockRight_grks9_76 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
._footerNavigation__text_grks9_70 {
  color: var(--gray-500);
}
._footerNavigation__img_grks9_85 {
  width: 85px;
  height: 48px;
  border: 1px solid var(--opacity-accent-12);
  border-radius: 8px;
  background-color: var(--opacity-accent-6);
  overflow: hidden;
  object-fit: cover;
  background-color: black;
}
._footerNavigation__buttonsGroup_grks9_95 {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

._thumbnailWrapper_grks9_102 {
  position: relative;
  display: flex;
  width: 1280px;
  height: 720px;
}

._verificationOverlay_grks9_109 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 506px;
  min-height: 120px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  gap: 8px;
  backdrop-filter: blur(20px);
}

._verificationIcon_grks9_128 {
  width: 48px;
  height: 48px;
}

._verificationText_grks9_133 {
  color: var(--accent-primary);
}

._verificationButton_grks9_137 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 8px;
}
._verificationButton_grks9_137:active {
  padding-top: 9px;
}
._verificationButton_grks9_137 p {
  color: var(--permanent-white);
}
._verificationButton_grks9_137 svg {
  width: 24px;
  height: 24px;
}

._thumbnailImage_grks9_156 {
  width: 1280px;
  height: 720px;
  background-color: var(--gray-700);
}

._playIconWrapper_grks9_162 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 48px;
  background-color: var(--opacity-surface-12);
  display: flex;
  align-items: center;
  justify-content: center;
}

._playIconInnerWrapper_grks9_176 {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
._playIconInnerWrapper_grks9_176:hover {
  background-color: var(--brand-dark);
}

._playIcon_grks9_162 {
  width: 24px;
  height: 24px;
}

._iconArrow_grks9_196 {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

._iconRefresh_grks9_202 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

._videoWrapper_grks9_208 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  height: 720px;
  background-color: black;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  position: relative;
}

._mobileFullscreenButton_grks9_220 {
  display: none;
}

._hiddenPlayer_grks9_224 {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

._content_grks9_230 {
  display: flex;
  gap: 40px;
  padding: 32px 24px;
}

._main_grks9_236 {
  flex: 1 1 calc(100% - 440px);
  min-width: 0;
}

._category_grks9_241 {
  color: var(--gray-500);
  padding-bottom: 4px;
}

._description_grks9_246 {
  color: var(--gray-700);
}

._lessonDescriptionBlock_grks9_250 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._descriptionWrapper_grks9_256 {
  max-height: none;
  overflow: hidden;
}

._descriptionEllipsis_grks9_261 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

._descriptionExpandButton_grks9_270 {
  display: none;
}

._descriptionExpandButtonIcon_grks9_274 {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

._descriptionExpandButtonIconExpanded_grks9_280 {
  transform: rotate(-90deg);
}

._mainText_grks9_284 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._lessonTitleRow_grks9_290 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

._lessonTitle_grks9_290 {
  flex: 1 1 auto;
  min-width: 0;
}

._mobileLessonProgress_grks9_302 {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

._mobileLessonProgressTrack_grks9_309,
._mobileLessonProgressFill_grks9_310 {
  fill: none;
  stroke-linecap: round;
}

._mobileLessonProgressTrack_grks9_309 {
  stroke: var(--gray-200);
}

._mobileLessonProgressFill_grks9_310 {
  stroke: var(--success-dark);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.25s ease;
}

._mobileLessonProgressValue_grks9_326 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--success-dark);
}

._mainMaterials_grks9_335 {
  border-top: 1px solid var(--opacity-accent-12);
  padding-top: 35px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._materials_grks9_344 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._materialList_grks9_350 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

._materialItem_grks9_359 {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--surface-dark);
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
._materialItem_grks9_359:hover {
  background-color: transparent;
  border: 1px solid var(--opacity-accent-12);
}
._materialItem_grks9_359:active {
  border: 1px solid var(--brand-primary);
}

._materialIcon_grks9_377 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background-color: var(--gray-200);
}
._materialIcon_grks9_377 svg {
  width: 24px;
  height: 24px;
}
._materialIcon_grks9_377 svg path {
  fill: var(--accent-primary);
}

._materialDetails_grks9_395 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._materialFiles_grks9_402 {
  color: var(--gray-700);
}

._materialSize_grks9_406 {
  color: var(--gray-500);
}

._materialDownload_grks9_410 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._mobileFooter_grks9_416 {
  display: none;
}

._mobileFooterText_grks9_420 {
  color: var(--gray-400);
}

._mobileLessonsOverlay_grks9_424 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  background-color: rgba(14, 20, 25, 0.5);
}

._mobileLessonsOverlayContent_grks9_434 {
  height: 100%;
  background-color: var(--surface-light);
  display: flex;
  flex-direction: column;
}

._mobileLessonsOverlayHeader_grks9_441 {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  background-color: var(--surface-light);
  border-bottom: 1px solid var(--gray-200);
  padding: 8px 12px;
}

._mobileOverlayIconButton_grks9_451 {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._mobileOverlayIconButton_grks9_451 svg {
  width: 24px;
  height: 24px;
}

._mobileOverlayProgress_grks9_467 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

._mobileOverlayProgressLabel_grks9_474 {
  color: var(--gray-500);
}

._mobileOverlayProgressValue_grks9_478 {
  color: var(--gray-500);
}

._mobileLessonsList_grks9_482 {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._mobileVideoMarksWrapper_grks9_491 {
  margin: 16px 20px 0;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._card_grks9_1 {
    margin: 0;
    height: calc(100dvh - 57px);
    overflow-y: auto;
  }
  ._mobileControls_grks9_13 {
    display: block;
    padding: 12px 20px;
    background-color: var(--gray-200);
  }
  ._videoWrapper_grks9_208 {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 0;
  }
  ._mobileFullscreenButton_grks9_220 {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 4;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2h-3'/%3E%3Cpath d='M3 16v3a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E") center/22px 22px no-repeat;
    cursor: pointer;
  }
  ._thumbnailWrapper_grks9_102 {
    width: 100%;
    height: 100%;
  }
  ._thumbnailImage_grks9_156 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ._playIconWrapper_grks9_162 {
    width: 64px;
    height: 64px;
  }
  ._playIconInnerWrapper_grks9_176 {
    width: 44px;
    height: 44px;
  }
  ._verificationOverlay_grks9_109 {
    width: calc(100% - 24px);
    padding: 16px;
    min-height: 112px;
  }
  ._content_grks9_230 {
    flex-direction: column;
    gap: 20px;
    padding: 16px 20px 24px;
  }
  ._mainMaterials_grks9_335 {
    margin-top: 24px;
    padding-top: 24px;
  }
  ._lessonTitleRow_grks9_290 {
    align-items: center;
  }
  ._materialItem_grks9_359 {
    padding: 12px;
    gap: 10px;
  }
  ._descriptionExpandButton_grks9_270 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
  }
  ._descriptionExpandButtonIcon_grks9_274 path {
    fill: var(--gray-600);
  }
  ._footerNavigation_grks9_31 {
    position: static;
    height: auto;
    border-top: 1px solid var(--opacity-accent-12);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 20px 16px 0;
    margin-top: 0;
  }
  ._footerNavigation__sideBlock_grks9_47 {
    position: static;
    background-color: var(--surface-light);
    border-radius: 12px;
    padding: 10px 12px;
  }
  ._footerNavigation__sideBlockLeft_grks9_58 {
    align-self: flex-start;
  }
  ._footerNavigation__sideBlockRight_grks9_64 {
    align-self: flex-end;
  }
  ._footerNavigation__img_grks9_85 {
    width: 74px;
    height: 44px;
  }
  ._mobileFooter_grks9_416 {
    display: flex;
    justify-content: center;
    padding: 20px 16px;
    margin-top: auto;
  }
}._page_158ip_1 {
  display: flex;
  gap: 8px;
  margin: 0 36px 16px;
  width: calc(100% - 72px);
  height: 100%;
  min-height: 0;
  flex: 1;
  overflow: hidden;
}
._page_158ip_1:has(._singleModuleLessons_158ip_11) {
  justify-content: center;
}

._modules_158ip_15 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 50%;
  min-height: 0;
  overflow: hidden;
}

._headerModules_158ip_27 {
  padding: 16px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._contentModules_158ip_34 {
  display: flex;
  gap: 8px;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

._lessons_158ip_46 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 50%;
  min-height: 0;
  overflow: hidden;
}

._singleModuleLessons_158ip_11 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 0;
  overflow: hidden;
}

._description_158ip_72 {
  color: var(--gray-600);
}

._contentModulesLessons_158ip_76 {
  display: flex;
  gap: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}
._contentModulesLessons_158ip_76:hover {
  background-color: var(--opacity-accent-3);
}

._contentModulesLessonsActive_158ip_88 {
  background-color: var(--brand-primary);
}
._contentModulesLessonsActive_158ip_88 p {
  color: var(--accent-primary) !important;
}
._contentModulesLessonsActive_158ip_88:hover {
  background-color: var(--brand-primary);
}

._contentModulesLessonsTexts_158ip_98 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

._contentModulesLessonsDescription_158ip_105 {
  color: var(--gray-600);
}

._accessReason_158ip_109 {
  color: var(--gray-500);
}

._accessIcon_158ip_113 {
  width: 24px;
  height: 24px;
}

._accessBlock_158ip_118 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._contentModulesClosedModule_158ip_124 {
  cursor: not-allowed;
}
._contentModulesClosedModule_158ip_124:hover {
  background-color: unset;
}

._contentModulesLessonsTitle_158ip_131._completed_158ip_131 {
  color: var(--success-dark);
}
._contentModulesLessonsTitle_158ip_131._started_158ip_134 {
  color: var(--brand-primary);
}

._contentModulesLessonsOrder_158ip_138 {
  color: var(--gray-600);
}
._contentModulesLessonsOrder_158ip_138._completed_158ip_131 {
  color: var(--success-dark);
}
._contentModulesLessonsOrder_158ip_138._started_158ip_134 {
  color: var(--brand-primary);
}

._contentModulesLessonsImage_158ip_148 {
  display: flex;
  flex: 0 0 142px;
  width: 142px;
  height: 80px;
  border-radius: 8px;
  border: none;
  outline: none;
  overflow: hidden;
  background-color: black;
}

._contentModulesLessonsImageWrapper_158ip_160 {
  width: 142px;
  height: 80px;
  position: relative;
}

._contentModulesLessonsImageBar_158ip_166 {
  position: absolute;
  bottom: 4px;
  left: 8px;
}

._progressNumber_158ip_172 {
  margin-left: auto;
}
._progressNumber_158ip_172._completed_158ip_131 {
  color: var(--success-dark);
}
._progressNumber_158ip_172._started_158ip_134 {
  color: var(--brand-primary);
}

._lessonsSkeleton_158ip_182 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

._lessonsIcon_158ip_191 {
  width: 32px;
  height: 32px;
}

._lessonsIconWrapper_158ip_196 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--brand-bg);
}

._lessonsList_158ip_206 {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

._lessonItem_158ip_218 {
  display: flex;
  gap: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}
._lessonItem_158ip_218:hover {
  background-color: var(--opacity-accent-3);
}

._lessonOrder_158ip_230 {
  color: var(--gray-600);
}

._lessonTexts_158ip_234 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

._lessonTextsCopmleted_158ip_241 {
  color: var(--success-dark);
}

._lessonTextsStarted_158ip_245 {
  color: var(--brand-primary);
}

._lessonStatus_158ip_249 {
  color: var(--gray-600);
}

._checkIcon_158ip_253 {
  width: 24px;
  height: 24px;
  margin: auto 0 auto auto;
}

._mobileBackButton_158ip_259 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 20px;
}
._mobileBackButton_158ip_259 ._mobileBackButtonIcon_158ip_267 {
  width: 24px;
  height: 24px;
}

._lessonsMobileHeader_158ip_272 {
  flex: 0 0 auto;
}

@media (max-width: 599px), (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._page_158ip_1 {
    padding: 0 12px 12px;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    background-color: var(--surface-light);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  ._headerModules_158ip_27 {
    padding: 8px 12px 12px;
  }
  ._modules_158ip_15,
  ._lessons_158ip_46,
  ._singleModuleLessons_158ip_11,
  ._lessonsSkeleton_158ip_182 {
    width: 100%;
    padding: 0;
  }
  ._modules_158ip_15,
  ._lessons_158ip_46,
  ._singleModuleLessons_158ip_11 {
    flex: 1;
    min-height: 0;
  }
  ._contentModulesLessons_158ip_76,
  ._lessonItem_158ip_218 {
    flex-direction: column;
  }
  ._contentModulesLessonsMobileOrderWrapper_158ip_308 {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
  }
  ._contentModulesLessonsImage_158ip_148 {
    object-fit: cover;
  }
  ._progressNumber_158ip_172,
  ._checkIcon_158ip_253 {
    margin-left: 0;
  }
}._breadcrumbs_1bpgx_1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

._breadcrumbItem_1bpgx_9 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

._breadcrumbLinkWrapper_1bpgx_17 {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  display: flex;
}

._breadcrumbLink_1bpgx_17 {
  text-decoration: none;
  cursor: pointer;
}

._breadcrumbText_1bpgx_29 {
  cursor: default;
  color: var(--gray-600) !important;
}

._separator_1bpgx_34 {
  color: var(--gray-300) !important;
}._wrapper_4qety_1 {
  position: relative;
}

._content_4qety_5 {
  display: flex;
  align-items: center;
  cursor: pointer;
}

._block_4qety_11 {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--gray-200);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease;
}

._letter_4qety_24 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--accent-primary);
  transition: all 0.5s ease;
}

._icon_4qety_37 {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
._icon_4qety_37 path {
  fill: var(--gray-700);
}

._hovered_4qety_46 ._block_4qety_11 {
  background-color: var(--gray-300);
}

._active_4qety_50 ._block_4qety_11 {
  background-color: var(--brand-dark);
  box-shadow: 0 0 0 4px var(--brand-bg);
}
._active_4qety_50 ._letter_4qety_24 {
  color: var(--permanent-white);
}
._active_4qety_50 ._icon_4qety_37 {
  transform: rotate(180deg);
}

._popup_4qety_61 {
  position: absolute;
  box-sizing: border-box;
  width: 248px;
  right: 0;
  top: 63px;
  z-index: 100;
  background-color: var(--surface-dark);
  border: 1px solid var(--gray-200);
  box-shadow: 0px 8px 16px 0px rgba(16, 24, 40, 0.0588235294);
  border-radius: 8px;
  padding: 8px;
}
._popup_list_4qety_74 {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
._popup_item_4qety_81 {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  border-radius: 6px;
  height: 48px;
  padding: 0 12px;
  cursor: pointer;
}
._popup_item_icon_4qety_91 {
  width: 24px;
  height: 24px;
}
._popup_item_icon_4qety_91 path {
  fill: var(--accent-primary);
}
._popup_item_4qety_81:hover {
  background-color: var(--gray-200);
}._header_13syr_1 {
  display: flex;
  flex: 0 0 auto;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--surface-dark);
  height: 80px;
  box-sizing: border-box;
}
._header_13syr_1 ._logo_13syr_11 {
  width: 232px;
  height: 32px;
  cursor: pointer;
  flex-shrink: 0;
}
._header_13syr_1 ._innerBlock_13syr_17 {
  display: flex;
  align-items: center;
  gap: 56px;
  min-width: 0;
}
._header_13syr_1 ._rightBlock_13syr_23 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
._header_13syr_1 ._loginText_13syr_29 {
  margin: 0;
}

@media screen and (max-width: 599px), screen and (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 599px) {
  ._header_13syr_1 {
    display: none;
  }
}