@charset "UTF-8";
* {
  appearance: none;
  outline: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

ul,
ol {
  list-style: none; }

li {
  padding: 0; }

button,
input {
  appearance: none;
  outline: none;
  background: none;
  box-shadow: none;
  padding: 0;
  border: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: "onestRegular";
  src: url("./fonts/Onest-Regular.ttf") format("opentype"); }
@font-face {
  font-family: "onestMedium";
  src: url("./fonts/Onest-Medium.ttf") format("opentype"); }
@font-face {
  font-family: "onestSemibold";
  src: url("./fonts/Onest-SemiBold.ttf") format("opentype"); }
@font-face {
  font-family: "onestBold";
  src: url("./fonts/Onest-Bold.ttf") format("opentype"); }
@font-face {
  font-family: "loraRegular";
  src: url("./fonts/Lora-Regular.ttf") format("opentype"); }
@font-face {
  font-family: "loraMedium";
  src: url("./fonts/Lora-Medium.ttf") format("opentype"); }
@font-face {
  font-family: "loraSemiBold";
  src: url("./fonts/Lora-SemiBold.ttf") format("opentype"); }
@font-face {
  font-family: "loraBold";
  src: url("./fonts/Lora-Bold.ttf") format("opentype"); }
html {
  --fontRegular: onestRegular, sans-serif;
  --fontMedium: onestMedium, sans-serif;
  --fontSemibold: onestSemibold, sans-serif;
  --fontBold: onestBold, sans-serif; }

html.family-serif {
  --fontRegular: loraRegular, serif;
  --fontMedium: loraMedium, serif;
  --fontSemibold: loraSemibold, serif;
  --fontBold: loraBold, serif; }

@font-face {
  font-family: "onestRegular";
  src: url("./fonts/Onest-Regular.ttf") format("opentype"); }
@font-face {
  font-family: "onestMedium";
  src: url("./fonts/Onest-Medium.ttf") format("opentype"); }
@font-face {
  font-family: "onestSemibold";
  src: url("./fonts/Onest-SemiBold.ttf") format("opentype"); }
@font-face {
  font-family: "onestBold";
  src: url("./fonts/Onest-Bold.ttf") format("opentype"); }
@font-face {
  font-family: "loraRegular";
  src: url("./fonts/Lora-Regular.ttf") format("opentype"); }
@font-face {
  font-family: "loraMedium";
  src: url("./fonts/Lora-Medium.ttf") format("opentype"); }
@font-face {
  font-family: "loraSemiBold";
  src: url("./fonts/Lora-SemiBold.ttf") format("opentype"); }
@font-face {
  font-family: "loraBold";
  src: url("./fonts/Lora-Bold.ttf") format("opentype"); }
html {
  --fontRegular: onestRegular, sans-serif;
  --fontMedium: onestMedium, sans-serif;
  --fontSemibold: onestSemibold, sans-serif;
  --fontBold: onestBold, sans-serif; }

html.family-serif {
  --fontRegular: loraRegular, serif;
  --fontMedium: loraMedium, serif;
  --fontSemibold: loraSemibold, serif;
  --fontBold: loraBold, serif; }

.is-hidden {
  display: none !important; }

.is-desktop {
  display: block; }

.is-no-desktop {
  display: none; }

.is-no-mobile,
.is-no-tablet {
  display: block; }

.is-mobile,
.is-tablet {
  display: none; }

@media screen and (max-width: 1023px) {
  .is-desktop {
    display: none; }

  .is-no-desktop {
    display: block; }

  .is-tablet {
    display: flex; }

  .is-no-tablet {
    display: none; } }
@media screen and (max-width: 767px) {
  .is-desktop {
    display: none; }

  .is-no-desktop {
    display: block; }

  .is-hidden.is-no-tablet {
    display: none; }

  .is-mobile {
    display: block; }

  .is-no-mobile,
  .is-tablet {
    display: none; }

  .is-no-tablet {
    display: block; } }
.header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 8px 0; }
  .header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 11.5% 0 16px;
    width: calc(230px - 16px); }
    .header-logo .is-dark-theme {
      display: none; }
  .header-georgievskaya-lenta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 0; }
  .header-no-logo {
    display: flex;
    width: calc(100% - 11.5% - 234px);
    justify-content: space-between; }
  .header-search {
    position: relative;
    padding: 2px;
    min-width: 41.9%;
    width: calc(100% - 30% - 48px);
    box-sizing: border-box;
    border-radius: 12px; }
    .header-search.active {
      background: linear-gradient(45deg, #C759E5 17.77%, #705FE7 110.71%) !important; }
    .header-search label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0 8px;
      padding: 8px 16px 8px 8px;
      border-radius: 8px; }
      .header-search label div {
        height: 32px;
        cursor: pointer; }
    .header-search input {
      font-family: var(--fontRegular);
      font-size: 1rem;
      line-height: 1.5rem;
      display: block;
      padding: 4px 0;
      width: 100%;
      margin: 0 auto 0 0;
      font-size: 1rem; }
      .header-search input::-ms-clear {
        display: none;
        width: 0;
        height: 0; }
      .header-search input::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      .header-search input::-webkit-search-decoration, .header-search input::-webkit-search-cancel-button, .header-search input::-webkit-search-results-button, .header-search input::-webkit-search-results-decoration {
        display: none; }
    .header-search-result {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      width: 100%;
      display: none;
      gap: 8px 0;
      flex-direction: column;
      padding: 24px;
      box-sizing: border-box;
      border-radius: 16px;
      box-shadow: 0 24px 24px 0 rgba(29, 30, 35, 0.16); }
      .header-search-result.active {
        display: flex; }
      .header-search-result__title {
        font-family: var(--fontSemibold);
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0 8px 8px 0; }
      .header-search-result__item {
        font-family: var(--fontSemibold);
        font-size: 1rem;
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px 8px 8px;
        border-radius: 4px; }
        .header-search-result__item:empty {
          display: none; }
        .header-search-result__item:after {
          display: block;
          width: 8px;
          height: 8px;
          flex-shrink: 0;
          border-style: solid;
          border-width: 2px 2px 0 0;
          background: transparent;
          transform: rotate(45deg);
          content: "";
          transition: all ease-out 300ms; }
    .header-search-clear {
      position: relative;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      display: none;
      cursor: pointer;
      transform: rotate(0);
      transition: all ease-out 300ms; }
      .header-search-clear.active {
        display: block; }
      .header-search-clear:after, .header-search-clear:before {
        position: absolute;
        top: 0;
        left: 7px;
        height: 100%;
        width: 2px;
        content: ""; }
      .header-search-clear:after {
        transform: rotate(45deg); }
      .header-search-clear:before {
        transform: rotate(-45deg); }
      .header-search-clear:hover {
        transform: rotate(180deg);
        transition: all ease-in 300ms; }
  .header-login {
    font-family: var(--fontMedium);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer; }

@media screen and (max-width: 1366px) {
  .header-search {
    width: 80%;
    margin: 0 0 0 16px; } }
@media screen and (max-width: 1023px) {
  .header {
    margin: 0 0 24px; }
    .header-burger {
      position: relative;
      width: 40px;
      height: 32px;
      flex-shrink: 0;
      border-radius: 8px; }
      .header-burger > span, .header-burger:after, .header-burger:before {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 2px;
        display: block;
        border-radius: 4px; }
      .header-burger:after, .header-burger:before {
        content: "";
        transform: rotate(0);
        transition: transform ease-out 150ms, top ease-out 150ms 150ms; }
      .header-burger:before {
        top: 10px; }
      .header-burger > span {
        top: 15px;
        left: 50%;
        transform: translateX(-50%) rotate(0);
        transition: width ease-out 0ms 100ms; }
      .header-burger:after {
        top: 20px; }
      .header-burger.active:before, .header-burger.active:after {
        top: 15px;
        transition: top ease-in 150ms, transform 150ms 150ms; }
      .header-burger.active > span {
        width: 0;
        transition: width ease-in 0ms 100ms; }
      .header-burger.active:before {
        transform: rotate(45deg); }
      .header-burger.active:after {
        transform: rotate(-45deg); }
  .header-logo {
    width: auto;
    margin: 0 auto 0 16px;
    justify-content: flex-start; }
      .header-logo .is-desktop {
        display: none; }
    .header-no-logo {
      width: 100%; }
    .header-login {
      font-family: var(--fontBold);
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 4px 8px;
      background: transparent; } }
@media screen and (max-width: 767px) {
  .header-logo {
    width: calc(100% - 40px);
    flex-shrink: 0;
    margin: 0;
    justify-content: center;
    text-align: center; }
    .header-logo img {
      max-width: 108px; }
  .header-no-logo {
    justify-content: right; }
  .header-search {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin: 0 0 -8px;
    padding: 8px 16px;
    width: auto; }
    .header-search-wrapper {
      padding: 2px;
      border-radius: 16px;
      background: linear-gradient(45deg, #C759E5 17.77%, #705FE7 110.71%) !important;
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.11); }
      .header-search-wrapper > label {
        padding: 16px;
        border-radius: 14px; }
    .header-search img {
      display: block !important; }
    .header-search-result {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      border-radius: 0;
      border: 0 !important;
      height: 100%;
      width: 100%; }
      .header-search-result-wrapper {
        position: relative; }
      .header-search-result__title {
        font-family: var(--fontSemibold);
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 0 16px;
        text-align: center;
        color: #1E1E1E;
        border: 0; }
      .header-search-result__item {
        border-bottom: 1px solid #E6E6E6; }
    .header-search-clear {
      position: absolute;
      right: 8px;
      top: 4px; }
  .header.no-header {
    display: none; } }
.sidebar {
  position: sticky;
  top: 100px;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  height: calc(100vh - 124px);
  vertical-align: top;
  margin: 0 11.5% 0 0;
  width: 230px;
  overflow-y: auto;
  overflow-x: hidden; }
  .sidebar-info {
    padding: 0 0 32px; }
    .sidebar-info__item {
      padding: 8px 8px 8px 48px;
      display: flex;
      align-items: center;
      gap: 0 8px;
      margin: 0 0 4px;
      background: transparent;
      border-radius: 4px;
      transition: all ease-out 300ms; }
      .sidebar-info__item:hover {
        background: #F3F4F4;
        transition: all ease-in 300ms; }
      .sidebar-info__item:last-child {
        margin: 0; }
      .sidebar-info__item-text {
        font-family: var(--fontMedium);
        font-size: 0.875rem;
        line-height: 1.25rem; }
      .sidebar-info__item:first-child {
        padding: 4px 8px; }
  .sidebar-links {
    position: relative;
    padding: 24px 0 0; }
    .sidebar-links__item {
      font-family: var(--fontMedium);
      font-size: 0.875rem;
      line-height: 1.25rem;
      display: flex;
      align-items: center;
      gap: 0 8px;
      padding: 4px 8px;
      margin: 0 0 16px; }
      .sidebar-links__item:first-child {
        padding: 4px 8px;
        margin: 0 0 8px; }
      .sidebar-links__item:last-child {
        margin: 0; }
      .sidebar-links__item,
      .sidebar-links__item > a {
        position: relative; }
      .sidebar-links__item > a {
        display: flex;
        gap: 0 16px;
        align-items: center;
        cursor: pointer; }
        .sidebar-links__item > a:after {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 1px;
          transform: translateX(-50%);
          transition: all ease-out 300ms;
          content: ""; }
        .sidebar-links__item > a:hover:after {
          width: 100%;
          transition: all ease-in 300ms; }
    .sidebar-links__title {
      font-family: var(--fontSemibold);
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin: 0 0 24px;
      color: #1E1E1E; }
    .sidebar-links-popup {
      position: fixed;
      top: 315px;
      left: 250px;
      z-index: 1;
      display: none;
      padding: 24px;
      box-sizing: border-box;
      min-width: 400px;
      background: #ffffff;
      border-radius: 16px;
      border: 1px solid var(--text-gray-secondary);
      box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12); }
      .sidebar-links-popup + .sidebar-links-popup {
        top: 365px; }
      .sidebar-links-popup.active {
        display: block; }
      .sidebar-links-popup-cross {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        transform: rotate(0);
        transition: all ease-out 300ms; }
        .sidebar-links-popup-cross:hover {
          transform: rotate(180deg);
          transition: all ease-in 300ms; }
        .sidebar-links-popup-cross:before, .sidebar-links-popup-cross:after {
          position: absolute;
          top: 0;
          left: 7px;
          width: 2px;
          height: 100%;
          background: #1E1E1E;
          content: ""; }
        .sidebar-links-popup-cross:after {
          transform: rotate(45deg); }
        .sidebar-links-popup-cross:before {
          transform: rotate(-45deg); }
      .sidebar-links-popup-wrapper:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: ""; }
      .sidebar-links-popup .sidebar-links__item {
        padding: 0;
        margin: 0 0 16px;
        white-space: normal; }
        .sidebar-links-popup .sidebar-links__item:hover {
          background: transparent; }
        .sidebar-links-popup .sidebar-links__item:last-of-type {
          margin: 0; }
      .sidebar-links-popup .sidebar-links__item > a {
        min-width: 0; }
      .sidebar-links-popup .sidebar-links__item > a > img,
      .sidebar-links-popup .sidebar-links__item > a > svg {
        flex-shrink: 0; }
      .sidebar-links-popup .sidebar-links-popup__text {
        min-width: 0;
        max-width: 287px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-height: 1.25rem; }
  .sidebar-settings {
    font-family: var(--fontMedium);
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
    padding: 4px 8px;
    margin: 0 0 16px; }
    .sidebar-settings-button {
      display: flex;
      align-items: center;
      gap: 0 8px;
      cursor: pointer; }
  .sidebar-bottom {
    margin-top: auto;
    bottom: 128px;
    left: 16px;
    width: 230px; }
  .sidebar-net {
    bottom: 32px;
    left: 16px;
    padding: 0 0 0 12px; }
    .sidebar-net-title {
      font-family: var(--fontSemibold);
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 0 0 16px; }
    .sidebar-net-links > a {
      margin: 0 16px 0 0; }
      .sidebar-net-links > a:last-of-type {
        margin: 0; }

@media screen and (max-width: 1023px) {
  .sidebar {
    position: fixed;
    top: 64px;
    left: 16px;
    z-index: 4;
    width: 100%;
    max-width: 424px;
    padding: 8px;
    box-sizing: border-box;
    overflow: visible;
    height: inherit;
    border-radius: 24px;
    box-shadow: 0 24px 24px 0 rgba(29, 30, 35, 0.16);
    display: none; }
    .sidebar-settings {
      position: static; }
    .sidebar.active {
      display: block; }
    .sidebar-info, .sidebar-links, .sidebar-bottom, .sidebar-net {
      padding: 16px;
      margin: 0 0 8px;
      border-radius: 16px;
      border: 0; }
    .sidebar-links__item:not(:first-child) {
      display: flex;
      align-items: center; }
      .sidebar-links__item:not(:first-child):after {
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        content: ""; }
    .sidebar-links__popup {
      position: absolute;
      left: 100%;
      top: 32px; }
    .sidebar-bottom {
      position: static;
      width: auto;
      margin: 0 0 8px; }
    .sidebar-net {
      position: static;
      background: transparent; }
      .sidebar-net-title {
        font-family: var(--fontBold);
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center; }
      .sidebar-net-links {
        display: flex;
        align-items: center;
        gap: 0 16px;
        justify-content: center; }
        .sidebar-net-links > a {
          margin: 0; } }
@media screen and (max-width: 767px) {
  .sidebar {
    top: 56px;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 0; }
    .sidebar-links-popup {
      position: fixed;
      top: 0 !important;
      left: 0 !important;
      z-index: 2;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background: transparent !important;
      border: 0;
      border-radius: 0; }
      .sidebar-links-popup-wrapper {
        position: absolute;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 24px;
        margin-top: auto;
        touch-action: none;
        background: #ffffff;
        border-radius: 24px 24px 0 0;
        transition: all ease-out 300ms; }
        .sidebar-links-popup-wrapper:before {
          position: absolute;
          left: 50%;
          top: 8px;
          width: 48px;
          height: 4px;
          display: block;
          background: #D9D9D9;
          border-radius: 4px;
          transform: translateX(-50%);
          content: ""; }
      .sidebar-links-popup:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(30, 30, 30, 0.5);
        content: "";
        opacity: 0;
        transition: all ease-out 300ms; }
      .sidebar-links-popup.active:before {
        opacity: 1;
        transition: all ease-in 300ms; } }
.footer {
  position: relative;
  padding: 0 0 0 12px; }
  .footer > a {
    font-family: var(--fontMedium);
    font-size: 0.75rem;
    line-height: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
    margin: 0 8px 0 0;
    cursor: pointer; }
    .footer > a:last-of-type {
      margin: 0; }
      .footer > a:last-of-type:after {
        display: none; }
    .footer > a:after {
      width: 3px;
      height: 3px;
      display: block;
      content: ""; }

.top-block {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 0 40px;
  padding: 24px 32px 20px 0;
  margin: 0 0 32px;
  background: linear-gradient(24deg, rgba(255, 255, 255, 0) 40.72%, rgba(114, 57, 246, 0.2) 97%);
  border-radius: 24px; }
  .top-block-wrapper {
    width: calc(100% - 381px); }
  .top-block > img {
    max-width: 381px; }
  .top-block-title {
    font-family: var(--fontBold);
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 56px 0 24px;
    padding-left: 24px;
    text-transform: uppercase; }
    .top-block-title > span {
      display: block; }
  .top-block-text {
    font-family: var(--fontRegular);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding-left: 24px;
    margin: 0 0 56px; }
  .top-block-buttons {
    display: flex;
    gap: 0 8px;
    justify-content: space-between;
    width: 402px;
    border-radius: 8px; }
    .top-block-buttons__item {
      font-family: var(--fontSemibold);
      font-size: 1rem;
      line-height: 1.5rem;
      width: 197px;
      padding: 10px 24px;
      box-sizing: border-box;
      border-radius: 8px;
      background: transparent;
      transition: all ease-out 300ms;
      cursor: pointer; }
      .top-block-buttons__item.active {
        color: #fff;
        background: #7239F6;
        transition: all ease-in 300ms; }

.base[data-type='ege'] .top-block-title span {
  color: #00A378; }
.base[data-type='ege'] .top-block-buttons__item.active {
  background: #00A378; }

@media screen and (max-width: 1366px) {
  .top-block > img {
    width: 43%; } }
@media screen and (max-width: 1570px) {
  .top-block-title > br {
    display: none; } }
@media screen and (max-width: 1240px) {
  .sidebar {
    width: auto
  }
  .top-block-title {
    font-family: var(--fontBold);
    font-size: 2.5rem;
    line-height: 3.5rem; } }
@media screen and (max-width: 767px) {
  .top-block {
    padding: 24px 16px;
    display: block;
    margin: 0 0 16px; }
    .top-block-title {
      font-family: var(--fontBold);
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin: 0 0 24px;
      padding-left: 0;
      text-align: center; }
      .top-block-title > br {
        display: inline; }
    .top-block-wrapper {
      max-width: none;
      width: auto; }
    .top-block img {
      width: 220px;
      margin: 0 auto 24px; }
    .top-block-text {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 0 0 24px;
      padding-left: 0;
      text-align: center; }
      .top-block-text > div {
        font-family: var(--fontBold);
        font-size: 1.125rem;
        line-height: 1.6875rem; }
        .top-block-text > div > span {
          color: #6024E0; }
    .top-block-buttons {
      width: 100%;
      max-width: 335px;
      margin: 0 auto; }
      .top-block-buttons__item {
        width: calc((100% - 8px)/2); } }
.blocks {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%; }
  .blocks__item {
    position: relative;
    width: calc((100% - 16px - 16px)/3);
    aspect-ratio: 1.12;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: all ease-out 300ms;
    cursor: pointer;
    /*&:last-of-type {
      display: block;
      width: calc(100% - (100% - 16px - 16px)/ 3 - 16px);
      aspect-ratio: inherit;

      .blocks__item {
        &-title {
          @include font24-bold;

          margin: 0 0 $Spacing-2;
        }
      }
    }*/ }
    .blocks__item:hover {
      border: 2px solid #C759E5;
      transition: all ease-in 300ms; }
    .blocks__item-title {
      font-family: var(--fontSemibold);
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .blocks__item-text {
      font-family: var(--fontRegular);
      font-size: 1rem;
      line-height: 1.5rem; }
    .blocks__item-img {
      position: absolute;
      bottom: 16px;
      right: 16px;
      width: 42%;
      aspect-ratio: 1; }
    .blocks__item-count {
      width: 100%;
      max-width: 90px;
      font-family: var(--fontRegular);
      font-size: 0.75rem;
      line-height: 1.125rem; }

@media screen and (max-width: 1366px) {
  .blocks {
    margin: 0 0 48px; } }
@media screen and (max-width: 767px) {
  .blocks {
    gap: 8px;
    margin: 0 0 24px; }
    .blocks__item {
      width: calc((100% - 8px)/2);
      /*&:last-of-type {
        width: 100%;
        height: 140px;

        .blocks__item {
          &-title {
            @include font16-bold;
          }

          &-text {
            @include font12;
          }
        }
      }*/ }
      .blocks__item-title {
        font-family: var(--fontSemibold);
        font-size: 1rem;
        line-height: 1.5rem; }
      .blocks__item-count {
        position: relative;
        z-index: 1; } }
.guide {
  position: sticky;
  top: 96px;
  padding: 24px;
  box-sizing: border-box;
  width: 30%;
  flex-shrink: 0; }
  .guide-img {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 16px 24px 0; }
    .guide-img > img {
      margin: auto; }
  .guide-title {
    font-family: var(--fontSemibold);
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 24px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px - 16px - 4px); }
  .guide-steps {
    display: flex;
    flex-direction: column;
    gap: 8px 0; }
    .guide-steps__item {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem;
      padding: 16px;
      display: flex;
      align-items: self-start;
      gap: 0 16px;
      border-radius: 8px; }
      .guide-steps__item > span {
        font-family: var(--fontSemibold);
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: #9E9BFA;
        border-radius: 50%; }

@media screen and (max-width: 1366px) {
  .guide {
    width: auto; } }
@media screen and (max-width: 767px) {
  .guide {
    width: auto;
    padding: 24px 16px;
    margin: 0 0 8px; }
    .guide-img {
      display: flex;
      margin: 0 auto 16px; }
    .guide-title {
      display: block;
      margin: 0 0 24px;
      width: 100%;
      text-align: center; }
    .guide-steps__item {
      font-family: var(--fontRegular);
      font-size: 1rem;
      line-height: 1.5rem; } }
.navbar {
  padding: 4px 0;
  margin: 0 0 16px;
  display: flex;
  gap: 0 8px; }
  .navbar__item {
    font-family: var(--fontMedium);
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
    cursor: pointer; }
    .navbar__item > span {
      text-transform: uppercase; }
    .navbar__item:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 1px;
      transform: translateX(-50%);
      transition: all ease-out 300ms;
      content: ""; }
    .navbar__item:hover:after {
      width: 100%;
      transition: all ease-in 300ms; }
    .navbar__item:not(:first-child):not(:empty) {
      position: relative;
      margin: 0 0 0 18px; }
      .navbar__item:not(:first-child):not(:empty):before {
        position: absolute;
        top: 7px;
        left: -18px;
        width: 5px;
        height: 5px;
        display: block;
        border-width: 2px 2px 0 0;
        border-style: solid;
        content: "";
        transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  .navbar.no-navbar {
    display: none; } }
.subject {
  margin: 0 0 32px; }
  .subject-name {
    font-family: var(--fontSemibold);
    font-size: 2rem;
    line-height: 2.625rem;
    display: block;
    margin: 0 0 20px; }
    .subject-name span {
      display: none; }
  .subject-description {
    font-family: var(--fontRegular);
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    max-width: 690px;
    padding: 0 0 0 24px; }
    .subject-description:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: #7239F6;
      content: ""; }

@media screen and (max-width: 1023px) {
  .subject-name {
    font-family: var(--fontSemibold);
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: flex;
    gap: 0 16px;
    align-items: self-start;
    margin: 0 0 40px;
    padding: 24px 0 0; }
    .subject-name > span {
      display: flex;
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      border-radius: 8px; }
      .subject-name > span:before {
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(-135deg);
        content: ""; }
    .subject-name > div {
      display: flex;
      flex-direction: column; }
      .subject-name > div > span {
        font-family: var(--fontRegular);
        font-size: 0.75rem;
        line-height: 1.125rem;
        display: block; }
        .subject-name > div > span:empty {
          display: none; }
  .subject-description {
    font-family: var(--fontRegular);
    font-size: 0.875rem;
    line-height: 1.25rem; } }
.themes {
  width: 57%;
  display: inline-flex;
  vertical-align: top;
  margin: 0 24px 0 0;
  flex-wrap: wrap;
  gap: 24px; }
  .themes__item {
    padding: 16px;
    width: calc((100% - 24px)/2);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
    border-radius: 24px;
    border: 2px solid transparent;
    transition: all ease-out 300ms;
    cursor: pointer; }
    .themes__item:hover {
      border: 2px solid #C759E5;
      transition: all ease-in 300ms; }
    .themes__item-count {
      font-family: var(--fontSemibold);
      font-size: 1.25rem;
      line-height: 1.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 8px;
      margin: 0 0 8px; }
    .themes__item-title {
      font-family: var(--fontSemibold);
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin: 0 0 8px; }
    .themes__item-text {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .themes__item-icon {
      display: flex;
      align-items: self-end; }
      .themes__item-icon > span {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 8px; }
        .themes__item-icon > span:before {
          width: 6px;
          height: 6px;
          display: block;
          border-width: 2px 2px 0 0;
          border-style: solid;
          transform: rotate(45deg);
          content: ""; }
  .themes-history-order .themes__item {
    order: 30; }
    .themes-history-order .themes__item:nth-child(1) {
      order: 1; }
    .themes-history-order .themes__item:nth-child(2) {
      order: 2; }
    .themes-history-order .themes__item:nth-child(3) {
      order: 4; }
    .themes-history-order .themes__item:nth-child(4) {
      order: 5; }
    .themes-history-order .themes__item:nth-child(5) {
      order: 3; }

@media screen and (max-width: 1023px) {
  .themes {
    margin: 0 0 48px;
    width: auto; } }
@media screen and (max-width: 767px) {
  .themes {
    display: block; }
    .themes__item {
      margin: 0 0 8px;
      width: auto;
      justify-content: space-between; }
      .themes__item:last-of-type {
        margin: 0; } }
.menu {
  position: sticky;
  top: 64px;
  width: calc(27% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 16px; }
  .menu-title {
    font-family: var(--fontBold);
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0 0 16px;
    margin: 0 0 16px; }
  .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .menu__item {
    font-family: var(--fontRegular);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 8px;
    border-radius: 8px;
    transition: all ease-out 300ms;
    cursor: pointer; }
    .menu__item.active {
      color: #fff !important;
      background: #714EFF !important;
      transition: all ease-in 300ms; }

@media screen and (max-width: 1023px) {
  .menu {
    width: 100%;
    box-sizing: border-box; } }
@media screen and (max-width: 767px) {
  .menu {
    margin: 0 0 60px; } }
.parts {
  width: 57%;
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 0; }
  .parts-history-rus-1914-1945 .parts__item {
    order: 100; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(1) {
      order: 2; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(2) {
      order: 3; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(3) {
      order: 4; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(4) {
      order: 8; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(5) {
      order: 10; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(6) {
      order: 5; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(7) {
      order: 7; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(8) {
      order: 1; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(9) {
      order: 6; }
    .parts-history-rus-1914-1945 .parts__item:nth-child(10) {
      order: 9; }
  .parts-history-ussr-1945-1991 .parts__item {
    order: 100; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(1) {
      order: 2; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(2) {
      order: 5; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(3) {
      order: 1; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(4) {
      order: 6; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(5) {
      order: 3; }
    .parts-history-ussr-1945-1991 .parts__item:nth-child(6) {
      order: 4; }
  .parts-history-rus-1992-2022 .parts__item {
    order: 100; }
    .parts-history-rus-1992-2022 .parts__item:nth-child(1) {
      order: 2; }
    .parts-history-rus-1992-2022 .parts__item:nth-child(2) {
      order: 1; }
  .parts-history-ussr-1941-1945 .parts__item {
    order: 100; }
    .parts-history-ussr-1941-1945 .parts__item:nth-child(1) {
      order: 4; }
    .parts-history-ussr-1941-1945 .parts__item:nth-child(2) {
      order: 3; }
    .parts-history-ussr-1941-1945 .parts__item:nth-child(3) {
      order: 2; }
    .parts-history-ussr-1941-1945 .parts__item:nth-child(4) {
      order: 1; }
  .parts__item {
    display: flex;
    align-items: self-start;
    gap: 0 16px;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid transparent;
    cursor: pointer;
    order: 5; }
    .parts__item:nth-child(1) {
      order: 1; }
    .parts__item:nth-child(2) {
      order: 2; }
    .parts__item:nth-child(3) {
      order: 4; }
    .parts__item:nth-child(4) {
      order: 3; }
    .parts__item:hover {
      border: 2px solid #C759E5;
      transition: all ease-in 300ms; }
    .parts__item:last-of-type {
      margin: 0; }
    .parts__item-icon {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      border-radius: 8px; }
      .parts__item-icon:before {
        width: 8px;
        height: 8px;
        display: block;
        margin: auto 9px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        content: ""; }
    .parts__item-wrapper {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .parts__item-title {
      font-family: var(--fontRegular);
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 4px 0 0; }
    .parts__item-text {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 4px 0 0; }

@media screen and (max-width: 1023px) {
  .parts {
    margin: 0 0 48px;
    width: 100%; }
    .parts__item {
      margin: 0 0 8px; }
      .parts__item-title {
        font-family: var(--fontSemibold);
        font-size: 1rem;
        line-height: 1.5rem; } }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(30, 30, 30, 0.5); }
  .modal.active {
    display: block; }
  .modal-cross {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: rotate(0);
    transition: all ease-out 300ms; }
    .modal-cross:hover {
      transform: rotate(180deg);
      transition: all ease-in 300ms; }
    .modal-cross:before, .modal-cross:after {
      position: absolute;
      top: 0;
      left: 7px;
      width: 2px;
      height: 100%;
      content: ""; }
    .modal-cross:after {
      transform: rotate(45deg); }
    .modal-cross:before {
      transform: rotate(-45deg); }
  .modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 760px;
    width: 40%;
    padding: 32px 0;
    box-sizing: border-box;
    max-height: 80%;
    border-radius: 24px;
    overflow: auto;
    transform: translate(-50%, -50%); }
  .modal-content {
    overflow: auto;
    margin: 0 8px;
    padding: 0 24px;
    scrollbar-width: thin;
    scrollbar-color: 7B7C80 E6E6E6; }
    .modal-content::-webkit-scrollbar {
      width: 4px; }
    .modal-content::-webkit-scrollbar-track {
      background: #E6E6E6;
      /* цвет дорожки */ }
    .modal-content::-webkit-scrollbar-thumb {
      background-color: #7B7C80; }
    .modal-content::-webkit-scrollbar-button {
      display: none;
      width: 0;
      height: 0; }
  .modal-title {
    font-family: var(--fontSemibold);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 8px;
    padding: 0 32px 0 0; }
  .modal-text {
    font-family: var(--fontRegular);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0 32px;
    padding: 0 32px 0 0; }
  .modal-separator {
    display: flex;
    gap: 0 32px;
    align-items: center;
    margin: 0 0 32px; }
    .modal-separator__text {
      font-family: var(--fontSemibold);
      font-size: 1rem;
      line-height: 1.5rem;
      display: flex;
      gap: 0 8px;
      align-items: center; }
    .modal-separator__line {
      width: 100%;
      height: 1px; }
  .modal-articles {
    font-family: var(--fontRegular);
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column; }
    .modal-articles > a {
      padding: 16px;
      border: 2px solid transparent;
      border-radius: 8px;
      transition: all ease-out 300ms; }
      .modal-articles > a:hover {
        border: 2px solid #C759E5;
        transition: all ease-in 300ms; }
    .modal-articles > a + .modal-articles__item {
      margin-top: 24px; }
    .modal-articles a {
      display: flex;
      margin: 0 0 24px;
      align-items: self-start; }
      .modal-articles a > b {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin: 0 8px 0 0;
        font-weight: 400; }
      .modal-articles a:after {
        width: 6px;
        height: 6px;
        margin: 8px 16px 0 auto;
        flex-shrink: 0;
        border-style: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        content: ""; }
      .modal-articles a:last-of-type {
        margin: 0; }
    .modal-articles__item {
      margin: 0 0 24px;
      background: transparent;
      border-radius: 8px;
      transition: background ease-out 300ms; }
      .modal-articles__item.active {
        padding: 16px;
        background: #F3F4F4;
        transition: background ease-in 300ms; }
      .modal-articles__item:last-of-type {
        margin: 0; }
      .modal-articles__item > span {
        display: flex;
        align-items: self-start;
        padding: 16px;
        border-radius: 8px;
        border: 2px solid transparent;
        cursor: pointer;
        transition: border ease-out 300ms; }
        .modal-articles__item > span:hover {
          border: 2px solid #C759E5;
          transition: border ease-in 300ms; }
        .modal-articles__item > span > b {
          margin: 0 4px 0 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 24px;
          height: 24px;
          flex-shrink: 0;
          font-weight: normal; }
        .modal-articles__item > span:after {
          width: 6px;
          height: 6px;
          margin: 8px 16px 0 auto;
          flex-shrink: 0;
          border-style: solid;
          border-width: 2px 2px 0 0;
          transform: rotate(135deg);
          transition: all ease-out 300ms;
          content: ""; }
        .modal-articles__item > span.active {
          font-family: var(--fontSemibold);
          font-size: 1rem;
          line-height: 1.5rem;
          padding: 0; }
          .modal-articles__item > span.active:hover {
            border: 2px solid transparent; }
          .modal-articles__item > span.active:after {
            transform: rotate(-45deg);
            transition: all ease-in 300ms; }
          .modal-articles__item > span.active + article {
            display: flex; }
            .modal-articles__item > span.active + article > a {
              padding: 0; }
              .modal-articles__item > span.active + article > a img {
                margin: 0 8px 0 0; }
      .modal-articles__item > article {
        display: none;
        flex-direction: column;
        gap: 16px 0;
        padding: 16px 0 0 24px; }
        .modal-articles__item > article a {
          position: relative;
          padding: 16px;
          margin: 0;
          /*&:before {
            position: absolute;
            top: 25px;//8px;
            left: 0;

            width: 4px;
            height: 4px;
            display: block;
            flex-shrink: 0;

            margin: 0 $Spacing-3 0 0;

            border-radius: 50%;
            content: "";
          }*/ }
    .modal-articles-rus-19-20v .modal-articles__item {
      margin: 0 0 24px; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(1) {
        order: 4; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(2) {
        order: 1; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(3) {
        order: 3; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(4) {
        order: 2; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(5) {
        order: 6; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(6) {
        order: 9; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(7) {
        order: 7; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(8) {
        order: 16;
        margin: 0; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(9) {
        order: 11; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(10) {
        order: 12; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(11) {
        order: 13; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(12) {
        order: 15; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(13) {
        order: 10; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(14) {
        order: 5; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(15) {
        order: 14; }
      .modal-articles-rus-19-20v .modal-articles__item:nth-child(16) {
        order: 8; }
    .modal-articles-rus-17-18v .modal-articles__item {
      margin: 0 0 24px; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(1) {
        order: 7; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(2) {
        order: 1; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(3) {
        order: 6; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(4) {
        order: 9;
        margin: 0; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(5) {
        order: 2; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(6) {
        order: 4; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(7) {
        order: 5; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(8) {
        order: 3; }
      .modal-articles-rus-17-18v .modal-articles__item:nth-child(9) {
        order: 8; }
    .modal-articles-rus-16-17v .modal-articles__item {
      margin: 0 0 24px;
      order: 100; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(1) {
        order: 1; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(2) {
        order: 4; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(3) {
        order: 3; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(4) {
        order: 5; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(5) {
        order: 2; }
      .modal-articles-rus-16-17v .modal-articles__item:nth-child(6) {
        order: 6;
        margin: 0; }
    .modal-articles-rus-start .modal-articles__item {
      margin: 0 0 24px;
      order: 100; }
      .modal-articles-rus-start .modal-articles__item:nth-child(1) {
        order: 11; }
      .modal-articles-rus-start .modal-articles__item:nth-child(2) {
        order: 8; }
      .modal-articles-rus-start .modal-articles__item:nth-child(3) {
        order: 6; }
      .modal-articles-rus-start .modal-articles__item:nth-child(4) {
        order: 5; }
      .modal-articles-rus-start .modal-articles__item:nth-child(5) {
        order: 7; }
      .modal-articles-rus-start .modal-articles__item:nth-child(6) {
        order: 3; }
      .modal-articles-rus-start .modal-articles__item:nth-child(7) {
        order: 4; }
      .modal-articles-rus-start .modal-articles__item:nth-child(8) {
        order: 1; }
      .modal-articles-rus-start .modal-articles__item:nth-child(9) {
        order: 9; }
      .modal-articles-rus-start .modal-articles__item:nth-child(10) {
        order: 10; }
      .modal-articles-rus-start .modal-articles__item:nth-child(11) {
        order: 2; }
  .modal-login .modal-wrapper {
    min-width: auto;
    max-width: 480px;
    padding-bottom: 8px; }
  .modal-login .modal-content {
    margin: 0;
    padding: 0 32px; }
  .modal-login-title {
    font-family: var(--fontSemibold);
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 0 8px; }
  .modal-login-title-reset {
    display: none; }
  .modal-login-text {
    font-family: var(--fontRegular);
    font-size: 1rem;
    line-height: 1.5rem;
    display: none;
    margin: 0 0 32px; }
  .modal-login-error {
    padding: 0 0 16px;
    display: none; }
    .modal-login-error > div {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem;
      padding: 16px;
      border-radius: 8px;
      border: 1px solid #FF370A;
      background: #FFF1F0; }
    .modal-login-error.active {
      display: block; }
  .modal-login__input {
    margin: 0 0 16px;
    padding: 12px 16px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px; }
    .modal-login__input:nth-of-type(2) {
      margin: 0 0 4px;
      display: flex;
      justify-content: space-between;
      gap: 0 16px; }
      .modal-login__input:nth-of-type(2) > img {
        cursor: pointer; }
    .modal-login__input:last-of-type {
      margin: 0 0 4px;
      display: none; }
    .modal-login__input > input {
      font-family: var(--fontRegular);
      font-size: 0.875rem;
      line-height: 1.25rem;
      width: 100%; }
  .modal-login-button-reset, .modal-login-button-help {
    font-family: var(--fontRegular);
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0 0 24px;
    cursor: pointer; }
  .modal-login-button-reset {
    text-align: right; }
  .modal-login-button-help {
    display: none; }
  .modal-login.reset .modal-login-title, .modal-login.reset .modal-login__input, .modal-login.reset .modal-login-button-reset {
    display: none; }
  .modal-login.reset .modal-login-text, .modal-login.reset .modal-login__input:last-of-type, .modal-login.reset .modal-login-button-help {
    display: block; }
  .modal-login.reset .modal-login-title-reset {
    display: flex;
    cursor: pointer; }
  .modal-login.reset .modal-addition-text,
  .modal-login.reset .modal-button,
  .modal-login.reset .modal-info {
    display: none; }
  .modal-login.reset .modal-button-reset {
    display: block; }
  .modal-button {
    font-family: var(--fontSemibold);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    border-radius: 8px;
    cursor: pointer; }
    .modal-button-reset {
      display: none; }
  .modal-base-button {
    margin: 0 0 16px;
    transition: all ease-out 300ms; }
    .modal-base-button:hover {
      color: #fff !important;
      background: #7239F6 !important;
      transition: all ease-in 300ms; }
  .modal-colored-button {
    margin: 0 0 24px;
    padding: 0;
    color: #fff !important;
    background: #07F !important; }
  .modal-link {
    margin: 0 -32px;
    background: transparent;
    border-radius: 0; }
  .modal-addition-text {
    font-family: var(--fontRegular);
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0 0 16px;
    text-align: center; }
  .modal-info {
    font-family: var(--fontRegular);
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0 0 24px;
    text-align: center; }
  .modal-articles__item + a {
    margin-top: 24px; }
  .modal-articles__item:last-of-type + a {
    margin-top: 24px; }

@media screen and (max-width: 1023px) {
  .modal:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(30, 30, 30, 0.5);
    content: "";
    opacity: 0;
    transition: opacity ease-out 200ms 400ms; }
  .modal-cross {
    top: 16px;
    right: 16px; }
  .modal-wrapper {
    top: auto;
    left: 0;
    touch-action: none;
    padding: 32px 0;
    min-width: auto;
    width: 100%;
    max-height: 85%;
    margin-top: auto;
    border-radius: 24px 24px 0 0;
    transform: none;
    transition: bottom ease-in 200ms; }
    .modal-wrapper:before {
      position: absolute;
      left: 50%;
      top: 8px;
      width: 48px;
      height: 4px;
      display: block;
      background: #D9D9D9;
      border-radius: 4px;
      transform: translateX(-50%);
      content: ""; }
  .modal-content {
    padding: 0 16px;
    margin: 0 8px;
    box-sizing: border-box; }
  .modal.active:before {
    opacity: 1; }
  .modal-separator {
    gap: 0 16px; }
  .modal-login .modal-wrapper {
    max-width: none;
    width: 100%; } }
.settings {
  position: absolute;
  right: -300px;
  bottom: 0;
  display: none;
  padding: 24px;
  min-width: 300px;
  border-radius: 16px; }
  .settings-wrapper {
    position: relative;
    z-index: 1; }
  .settings.active {
    display: block; }
    .settings.active:after {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: ""; }
  .settings-cross {
    display: none; }
  .settings-title {
    font-family: var(--fontSemibold);
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0 0 16px;
    margin: 0 0 16px; }
  .settings-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px; }
    .settings-size__title {
      font-family: var(--fontSemibold);
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .settings-size__text {
      font-family: var(--fontRegular);
      font-size: 0.75rem;
      line-height: 1.125rem; }
    .settings-size-buttons {
      display: flex; }
      .settings-size-buttons__item {
        font-family: var(--fontRegular);
        font-size: 1rem;
        line-height: 1.5rem;
        width: 1.75rem;
        height: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        cursor: pointer; }
        .settings-size-buttons__item:first-child {
          font-family: var(--fontRegular);
          font-size: 0.875rem;
          line-height: 1.25rem; }
        .settings-size-buttons__item:last-of-type {
          font-family: var(--fontRegular);
          font-size: 1.25rem;
          line-height: 1.75rem; }
  .settings-font {
    margin: 0 0 16px;
    display: flex;
    gap: 0 8px;
    justify-content: space-between; }
    .settings-font__item {
      width: calc((100% - 8px)/2);
      aspect-ratio: 1.75;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      color: #1E1E1E;
      background: #F3F4F4;
      border: 1px solid #F3F4F4;
      border-radius: 8px; }
      .settings-font__item.active {
        border: 1px solid #6024E0; }
      .settings-font__item > div {
        font-family: var(--fontRegular);
        font-size: 2rem;
        line-height: 3rem; }
      .settings-font__item > span {
        font-family: var(--fontRegular);
        font-size: 1rem;
        line-height: 1.5rem;
        display: block; }
      .settings-font__item:first-of-type > div,
      .settings-font__item:first-of-type > span {
        font-family: loraRegular, serif !important; }
      .settings-font__item:last-of-type > div,
      .settings-font__item:last-of-type > span {
        font-family: onestRegular, sans-serif !important; }
  .settings-color {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 0; }
    .settings-color__item {
      width: 40px;
      height: 40px;
      display: flex;
      box-sizing: border-box;
      border-radius: 50%;
      background: #F4EFDF;
      cursor: pointer; }
      .settings-color__item:first-child {
        background: #fff; }
      .settings-color__item:last-of-type {
        background: #1E1E1E; }
      .settings-color__item.active {
        border: 2px solid #EBECFF; }
        .settings-color__item.active:before {
          width: 6px;
          height: 11px;
          display: block;
          margin: 9px auto auto;
          border-width: 0 2px 2px 0;
          border-style: solid;
          transform: rotate(45deg);
          content: ""; }

@media screen and (max-width: 1023px) {
  .settings {
    position: fixed;
    left: 0;
    bottom: 0;
    right: auto;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: transparent !important;
    border-radius: 0;
    border: none; }
    .settings:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(30, 30, 30, 0.5);
      content: "";
      opacity: 0;
      transition: opacity ease-out 200ms 400ms; }
    .settings-wrapper {
      position: absolute;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      padding: 24px;
      margin-top: auto;
      touch-action: none;
      background: #fff;
      border-radius: 16px 16px 0 0;
      transition: bottom ease-in 200ms; }
      .settings-wrapper:before {
        position: absolute;
        left: 50%;
        top: 8px;
        width: 48px;
        height: 4px;
        display: block;
        background: #D9D9D9;
        border-radius: 4px;
        transform: translateX(-50%);
        content: ""; }
    .settings-cross {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 24px;
      height: 24px;
      display: block;
      transform: rotate(0);
      transition: all ease-out 300ms; }
      .settings-cross:before, .settings-cross:after {
        position: absolute;
        top: 3px;
        right: 11px;
        width: 2px;
        height: 18px;
        content: ""; }
      .settings-cross:after {
        transform: rotate(45deg); }
      .settings-cross:before {
        transform: rotate(-45deg); }
      .settings-cross.active {
        transform: rotate(180deg);
        transition: all ease-in 300ms; }
    .settings.active:before {
      opacity: 1; } }
.auth-button {
  font-family: var(--fontSemibold);
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 8px 12px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer; }
.auth-popup {
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 260px;
  width: 100%;
  display: none; }
  .auth-popup.active {
    display: block; }
  .auth-popup-wrapper {
    padding: 24px;
    box-shadow: 0 4px 24px 0 rgba(15, 15, 17, 0.1);
    border-radius: 16px; }
  .auth-popup-avatar {
    display: block;
    margin: 0 0 8px; }
  .auth-popup-name {
    font-family: var(--fontSemibold);
    font-size: 1rem;
    line-height: 1.5rem; }
  .auth-popup-level {
    font-family: var(--fontRegular);
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    cursor: pointer; }
  .auth-popup-button {
    font-family: var(--fontSemibold);
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    gap: 0 16px;
    margin: 0 -24px;
    padding: 16px 24px 0;
    cursor: pointer; }

@media screen and (max-width: 1023px) {
  .auth-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    background: rgba(30, 30, 30, 0.5); }
    .auth-popup-wrapper {
      position: absolute;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      border-radius: 8px 8px 0 0;
      transition: all ease-in 300ms; }
      .auth-popup-wrapper:before {
        position: absolute;
        left: 50%;
        top: 8px;
        width: 48px;
        height: 4px;
        display: block;
        background: #D9D9D9;
        border-radius: 4px;
        transform: translateX(-50%);
        content: ""; }
    .auth-popup-content {
      display: flex;
      flex-wrap: wrap;
      gap: 0 16px; }
      .auth-popup-content > div:first-of-type {
        width: calc(100% - 50px - 16px); }
    .auth-popup-avatar {
      margin: 0 0 16px; }
    .auth-popup-button {
      flex-basis: 100%; } }
html.text-small {
  font-size: 14px; }
html.text-big {
  font-size: 20px; }
html, html.text-medium {
  font-size: 16px; }
html main {
  background: #fff; }
html .base-title, html .base-text {
  color: #1e1e1e; }
html .header {
  background: #fff; }
  html .header-search {
    background: #F3F4F4; }
    html .header-search img:last-of-type {
      display: none; }
    html .header-search input {
      color: #1e1e1e; }
      html .header-search input::placeholder {
        color: #7B7C80; }
    html .header-search label {
      background: #F3F4F4; }
    html .header-search-clear:after, html .header-search-clear:before {
      background: #7B7C80; }
    html .header-search-result {
      background: #fff;
      border: 1px solid #E6E6E6; }
      html .header-search-result__title {
        color: #7B7C80;
        border-bottom: 1px solid #E6E6E6; }
      html .header-search-result__item {
        color: #1e1e1e; }
        html .header-search-result__item:after {
          border-color: #1e1e1e; }
        html .header-search-result__item:hover {
          background: #F3F4F4; }
  html .header-login {
    background: #F3F4F4;
    color: #1e1e1e; }
html .sidebar-info__item-text,
html .sidebar-info__item > div > span {
  color: #1e1e1e; }
html .sidebar-links__item,
html .sidebar-links__item > a,
html .sidebar-links__item > a:after {
  color: #1e1e1e; }
html .sidebar-settings {
  color: #1e1e1e; }
html .sidebar-net-title {
  color: #1e1e1e; }
html .footer > a {
  color: #7B7C80; }
html .footer > a:after {
  background: #7B7C80; }
html .top-block-title {
  color: #1e1e1e; }
  html .top-block-title > span {
    color: #6024E0;
    font-weight: bold; }
html .top-block-text {
  color: #7B7C80; }
html .top-block-buttons {
  background: #F3F4F4; }
  html .top-block-buttons__item {
    color: #1e1e1e; }
    html .top-block-buttons__item.active {
      color: #fff; }
html .blocks__item {
  background: #F3F4F4; }
  html .blocks__item-title, html .blocks__item-text {
    color: #1e1e1e; }
  html .blocks__item-count {
    color: #7B7C80; }
  html .blocks__item:last-of-type .blocks__item-title {
    color: v #1e1e1e; }
html .guide-title {
  color: #1e1e1e; }
html .guide-steps__item {
  color: #1e1e1e;
  background: #F3F4F4; }
  html .guide-steps__item > span {
    color: #fff; }
html .navbar__item {
  color: #7B7C80; }
  html .navbar__item:after {
    background: #7B7C80; }
  html .navbar__item:not(:first-child):not(:empty):before {
    border-color: #7B7C80; }
html .subject {
  color: #1e1e1e; }
html .themes__item {
  background: #F3F4F4; }
  html .themes__item-count {
    color: #1e1e1e;
    background: #fff; }
  html .themes__item-title {
    color: #1e1e1e; }
  html .themes__item-text {
    color: #7B7C80; }
  html .themes__item-icon > span {
    background: #fff; }
    html .themes__item-icon > span:before {
      border-color: #1e1e1e; }
html .menu-title {
  color: #1e1e1e;
  border-bottom: 1px solid #E6E6E6; }
html .menu__item {
  color: #1e1e1e;
  background: #F3F4F4; }
html .parts__item {
  background: #F3F4F4; }
  html .parts__item-icon {
    background: #fff; }
    html .parts__item-icon:before {
      border-color: #1e1e1e; }
  html .parts__item-title {
    color: #1e1e1e; }
  html .parts__item-text {
    color: #7B7C80; }
html .modal-cross:before, html .modal-cross:after {
  background: #1e1e1e; }
html .modal-wrapper {
  background: #fff; }
html .modal-title {
  color: #1e1e1e; }
html .modal-text {
  color: #7B7C80; }
html .modal-separator img {
  display: block; }
html .modal-separator .is-dark-theme {
  display: none; }
html .modal-separator__text {
  color: #1e1e1e; }
html .modal-separator__line {
  background: #E6E6E6; }
html .modal-articles {
  color: #5C4391; }
  html .modal-articles a {
    color: #5C4391; }
    html .modal-articles a:after {
      border-color: #1e1e1e; }
  html .modal-articles__item > span:after {
    border-color: #1e1e1e; }
  html .modal-articles__item > span.active {
    color: #1e1e1e; }
  html .modal-articles__item > article a:before {
    background: #1e1e1e; }
html .modal-login-title {
  color: #1e1e1e; }
html .modal-login-text {
  color: #1e1e1e; }
html .modal-login__input {
  border: 1px solid #7B7C80; }
  html .modal-login__input > input {
    color: #7B7C80; }
html .modal-login-button-reset {
  color: #7B7C80; }
html .modal-login-button-help {
  color: #6024E0; }
html .modal-button {
  color: #1e1e1e; }
html .modal-base-button {
  background: #F3F4F4;
  color: #1e1e1e; }
html .modal-link {
  border-top: 1px solid #E6E6E6; }
html .modal-addition-text {
  color: #7B7C80; }
html .modal-info {
  color: #7B7C80; }
  html .modal-info > a {
    color: #6024E0; }
html .settings {
  background: #fff;
  border: 1px solid #E6E6E6; }
  html .settings-cross:after, html .settings-cross:before {
    background: #1e1e1e; }
  html .settings-title {
    color: #1e1e1e;
    border-bottom: 1px solid #E6E6E6; }
  html .settings-size__title {
    color: #1e1e1e; }
  html .settings-size__text {
    color: #7B7C80; }
  html .settings-size-buttons__item {
    color: #1e1e1e; }
    html .settings-size-buttons__item.active {
      background: #F3F4F4; }
      html .settings-size-buttons__item.active > div {
        color: #6024E0; }
  html .settings-font__item {
    color: #1e1e1e;
    background: #F3F4F4;
    border: 1px solid #F3F4F4; }
    html .settings-font__item.active {
      border: 1px solid #6024E0; }
  html .settings-color {
    border-top: 1px solid #E6E6E6; }
    html .settings-color__item {
      border: 2px solid #E6E6E6; }
      html .settings-color__item.active:before {
        border-color: #1e1e1e; }
html .auth-button {
  color: #1e1e1e;
  background: #F3F4F4; }
html .auth-popup-wrapper {
  background: #fff; }
html .auth-popup-name {
  color: #1e1e1e; }
html .auth-popup-level {
  color: #7B7C80; }
html .auth-popup-button {
  border-top: 1px solid #E6E6E6;
  color: #1e1e1e; }
@media screen and (max-width: 1023px) {
  html .header-burger {
    background: #F3F4F4; }
    html .header-burger > span, html .header-burger:after, html .header-burger:before {
      background: #1e1e1e; }
  html .sidebar {
    background: #F3F4F4; }
    html .sidebar-info, html .sidebar-links, html .sidebar-bottom, html .sidebar-net {
      background: #fff; }
    html .sidebar-links__item:not(:first-child):after {
      border-color: #7B7C80; }
  html .subject-name > span {
    background: #F3F4F4; }
    html .subject-name > span:before {
      border-color: #1e1e1e; }
  html .subject-name > div > span {
    color: #7B7C80; }
  html .settings-wrapper {
    background: #fff; }
  html .settings-cross:after, html .settings-cross:before {
    background: #1e1e1e; }
  html .settings-size-buttons__item.active {
    background: #F3F4F4; } }
@media screen and (max-width: 767px) {
  html .header-search {
    background: linear-gradient(0deg, #FFF 17.77%, rgba(255, 255, 255, 0) 110.71%); } }

html.dark-theme main {
  background: #1e1e1e; }
html.dark-theme .base-title, html.dark-theme .base-text {
  color: #F3F4F4; }
html.dark-theme .header {
  background: #1e1e1e; }
  html.dark-theme .header-logo > a {
    display: none; }
  html.dark-theme .header-logo .is-dark-theme:not(.is-no-desktop) {
    display: block; }
  html.dark-theme .header-search {
    background: #28292A; }
    html.dark-theme .header-search input {
      color: #F3F4F4; }
      html.dark-theme .header-search input::placeholder {
        color: #7B7C80; }
    html.dark-theme .header-search img:first-of-type {
      display: none; }
    html.dark-theme .header-search img:last-of-type {
      display: block; }
    html.dark-theme .header-search input::placeholder {
      color: #7B7C80; }
    html.dark-theme .header-search label {
      background: #28292A; }
    html.dark-theme .header-search-clear:after, html.dark-theme .header-search-clear:before {
      background: #7B7C80; }
    html.dark-theme .header-search-result {
      background: #1e1e1e;
      border: 1px solid #4F5156; }
      html.dark-theme .header-search-result__title {
        color: #7B7C80;
        border-bottom: 1px solid #4F5156; }
      html.dark-theme .header-search-result__item {
        color: #F3F4F4; }
        html.dark-theme .header-search-result__item:after {
          border-color: #F3F4F4; }
        html.dark-theme .header-search-result__item:hover {
          background: #28292A; }
  html.dark-theme .header-login {
    background: #28292A;
    color: #F3F4F4; }
html.dark-theme .sidebar-info__item > img {
  filter: invert(1); }
html.dark-theme .sidebar-info__item-text,
html.dark-theme .sidebar-info__item > div {
  filter: invert(1); }
  html.dark-theme .sidebar-info__item-text > span,
  html.dark-theme .sidebar-info__item > div > span {
    color: #1E1E1E; }
html.dark-theme .sidebar-links__item,
html.dark-theme .sidebar-links__item > a,
html.dark-theme .sidebar-links__item > a:after {
  color: #F3F4F4; }
html.dark-theme .sidebar-settings {
  color: #F3F4F4; }
  html.dark-theme .sidebar-settings-button > img {
    filter: invert(1); }
html.dark-theme .sidebar-net-title {
  color: #F3F4F4; }
html.dark-theme .sidebar-net-links img {
  filter: invert(1); }
html.dark-theme .footer > a {
  color: #7B7C80; }
html.dark-theme .footer > a:after {
  background: #7B7C80; }
html.dark-theme .top-block-title {
  color: #F3F4F4; }
  html.dark-theme .top-block-title > span {
    color: #9E9BFA; }
html.dark-theme .top-block-text {
  color: #7B7C80; }
html.dark-theme .top-block-buttons {
  background: #28292A; }
  html.dark-theme .top-block-buttons__item {
    color: #F3F4F4; }
html.dark-theme .blocks__item {
  background: #28292A; }
  html.dark-theme .blocks__item-title, html.dark-theme .blocks__item-text {
    color: #F3F4F4; }
  html.dark-theme .blocks__item-img {
    opacity: 0.6; }
  html.dark-theme .blocks__item-count {
    color: #7B7C80; }
  html.dark-theme .blocks__item:last-of-type .blocks__item-title {
    color: #F3F4F4; }
html.dark-theme .guide-title {
  color: #F3F4F4; }
html.dark-theme .guide-steps__item {
  color: #F3F4F4;
  background: #28292A; }
  html.dark-theme .guide-steps__item > span {
    color: #1e1e1e; }
html.dark-theme .navbar__item {
  color: #7B7C80; }
  html.dark-theme .navbar__item:after {
    background: #7B7C80; }
  html.dark-theme .navbar__item:not(:first-child):not(:empty):before {
    border-color: #7B7C80; }
html.dark-theme .subject {
  color: #F3F4F4; }
html.dark-theme .themes__item {
  background: #28292A; }
  html.dark-theme .themes__item-count {
    color: #F3F4F4;
    background: #1e1e1e; }
  html.dark-theme .themes__item-title {
    color: #F3F4F4; }
  html.dark-theme .themes__item-text {
    color: #7B7C80; }
  html.dark-theme .themes__item-icon > span {
    background: #1e1e1e; }
    html.dark-theme .themes__item-icon > span:before {
      border-color: #F3F4F4; }
html.dark-theme .menu-title {
  color: #F3F4F4;
  border-bottom: 1px solid #4F5156; }
html.dark-theme .menu__item {
  color: #F3F4F4;
  background: #28292A; }
html.dark-theme .parts__item {
  background: #28292A; }
  html.dark-theme .parts__item-icon {
    background: #1e1e1e; }
    html.dark-theme .parts__item-icon:before {
      border-color: #F3F4F4; }
  html.dark-theme .parts__item-title {
    color: #F3F4F4; }
  html.dark-theme .parts__item-text {
    color: #7B7C80; }
html.dark-theme .modal-cross:before, html.dark-theme .modal-cross:after {
  background: #F3F4F4; }
html.dark-theme .modal-wrapper {
  background: #28292A; }
html.dark-theme .modal-title {
  color: #F3F4F4; }
html.dark-theme .modal-text {
  color: #7B7C80; }
html.dark-theme .modal-separator img {
  display: none; }
html.dark-theme .modal-separator .is-dark-theme {
  display: block; }
html.dark-theme .modal-separator__text {
  color: #F3F4F4; }
html.dark-theme .modal-separator__line {
  background: #4F5156; }
html.dark-theme .modal-articles {
  color: #CAC9ED; }
  html.dark-theme .modal-articles a {
    color: #CAC9ED; }
    html.dark-theme .modal-articles a:after {
      border-color: #F3F4F4; }
  html.dark-theme .modal-articles__item > span:after {
    border-color: #F3F4F4; }
  html.dark-theme .modal-articles__item > span.active {
    color: #F3F4F4; }
  html.dark-theme .modal-articles__item > article a:before {
    background: #F3F4F4; }
html.dark-theme .modal-login-title {
  color: #F3F4F4; }
html.dark-theme .modal-login-text {
  color: #F3F4F4; }
html.dark-theme .modal-login__input {
  border: 1px solid #7B7C80; }
  html.dark-theme .modal-login__input > input {
    color: #7B7C80; }
html.dark-theme .modal-login-button-reset {
  color: #7B7C80; }
html.dark-theme .modal-login-button-help {
  color: #9E9BFA; }
html.dark-theme .modal-button {
  color: #F3F4F4; }
html.dark-theme .modal-base-button {
  background: #1e1e1e;
  color: #F3F4F4; }
html.dark-theme .modal-link {
  border-top: 1px solid #4F5156; }
html.dark-theme .modal-addition-text {
  color: #7B7C80; }
html.dark-theme .modal-info {
  color: #7B7C80; }
  html.dark-theme .modal-info > a {
    color: #9E9BFA; }
html.dark-theme .settings {
  background: #1e1e1e;
  border: 1px solid #4F5156; }
  html.dark-theme .settings-title {
    color: #F3F4F4;
    border-bottom: 1px solid #4F5156; }
  html.dark-theme .settings-size__title {
    color: #F3F4F4; }
  html.dark-theme .settings-size__text {
    color: #7B7C80; }
  html.dark-theme .settings-size-buttons__item {
    color: #F3F4F4; }
    html.dark-theme .settings-size-buttons__item.active {
      background: #28292A; }
      html.dark-theme .settings-size-buttons__item.active > div {
        color: #9E9BFA; }
  html.dark-theme .settings-font__item {
    color: #F3F4F4;
    background: #1e1e1e;
    border: 1px solid #1e1e1e; }
    html.dark-theme .settings-font__item.active {
      border: 1px solid #9E9BFA; }
  html.dark-theme .settings-color {
    border-top: 1px solid #4F5156; }
    html.dark-theme .settings-color__item {
      border: 2px solid #4F5156; }
      html.dark-theme .settings-color__item.active:before {
        border-color: #F3F4F4; }
html.dark-theme .auth-button {
  color: #F3F4F4;
  background: #28292A; }
  html.dark-theme .auth-button > img {
    filter: invert(1); }
html.dark-theme .auth-popup-wrapper {
  background: #28292A; }
html.dark-theme .auth-popup-name {
  color: #F3F4F4; }
html.dark-theme .auth-popup-level {
  color: #7B7C80; }
  html.dark-theme .auth-popup-level > img {
    filter: invert(1); }
html.dark-theme .auth-popup-button {
  border-top: 1px solid #4F5156;
  color: #F3F4F4; }
  html.dark-theme .auth-popup-button > img {
    filter: invert(1); }
@media screen and (max-width: 1023px) {
  html.dark-theme .header-burger {
    background: #28292A; }
    html.dark-theme .header-burger > span, html.dark-theme .header-burger:after, html.dark-theme .header-burger:before {
      background: #F3F4F4; }
  html.dark-theme .sidebar {
    background: #28292A; }
    html.dark-theme .sidebar-info, html.dark-theme .sidebar-links, html.dark-theme .sidebar-bottom, html.dark-theme .sidebar-net {
      background: #1e1e1e; }
    html.dark-theme .sidebar-links__item:not(:first-child):after {
      border-color: #7B7C80; }
  html.dark-theme .subject-name > span {
    background: #28292A; }
    html.dark-theme .subject-name > span:before {
      border-color: #F3F4F4; }
  html.dark-theme .subject-name > div > span {
    color: #7B7C80; }
  html.dark-theme .settings-wrapper {
    background: #28292A; }
  html.dark-theme .settings-cross:after, html.dark-theme .settings-cross:before {
    background: #F3F4F4; }
  html.dark-theme .settings-size-buttons__item.active {
    background: #1e1e1e; } }
@media screen and (max-width: 767px) {
  html.dark-theme .header-search {
    background: linear-gradient(0deg, #28292A 17.77%, rgba(40, 41, 42, 0) 110.71%); }
    html.dark-theme .header-search > label {
      background: #28292A; } }

html.sepia-theme main {
  background: #FFFAEB; }
html.sepia-theme .base-title, html.sepia-theme .base-text {
  color: #22201B; }
html.sepia-theme .header {
  background: #FFFAEB; }
  html.sepia-theme .header-search {
    background: #F4EFDF; }
    html.sepia-theme .header-search input {
      color: #22201B; }
      html.sepia-theme .header-search input::placeholder {
        color: #908D87; }
    html.sepia-theme .header-search label {
      background: #F4EFDF; }
    html.sepia-theme .header-search-clear:after, html.sepia-theme .header-search-clear:before {
      background: #908D87; }
    html.sepia-theme .header-search-result {
      background: #FFFAEB;
      border: 1px solid #E1DCCD; }
      html.sepia-theme .header-search-result__title {
        color: #908D87;
        border-bottom: 1px solid #E1DCCD; }
      html.sepia-theme .header-search-result__item {
        color: #22201B; }
        html.sepia-theme .header-search-result__item:after {
          border-color: #22201B; }
        html.sepia-theme .header-search-result__item:hover {
          background: #F4EFDF; }
  html.sepia-theme .header-login {
    background: #F4EFDF;
    color: #22201B; }
html.sepia-theme .sidebar-info__item-text,
html.sepia-theme .sidebar-info__item > div > span {
  color: #22201B; }
html.sepia-theme .sidebar-links__item,
html.sepia-theme .sidebar-links__item > a,
html.sepia-theme .sidebar-links__item > a:after {
  color: #22201B; }
html.sepia-theme .sidebar-settings {
  color: #22201B; }
html.sepia-theme .sidebar-net-title {
  color: #22201B; }
html.sepia-theme .footer > a {
  color: #908D87; }
html.sepia-theme .footer > a:after {
  background: #908D87; }
html.sepia-theme .top-block-title {
  color: #22201B; }
  html.sepia-theme .top-block-title > span {
    color: #6024E0; }
html.sepia-theme .top-block-text {
  color: #908D87; }
html.sepia-theme .top-block-buttons {
  background: #F4EFDF; }
  html.sepia-theme .top-block-buttons__item {
    color: #22201B; }
    html.sepia-theme .top-block-buttons__item.active {
      color: #FFFAEB; }
html.sepia-theme .blocks__item {
  background: #F4EFDF; }
  html.sepia-theme .blocks__item-title, html.sepia-theme .blocks__item-text {
    color: #22201B; }
  html.sepia-theme .blocks__item-count {
    color: #908D87; }
  html.sepia-theme .blocks__item:last-of-type .blocks__item-title {
    color: #22201B; }
html.sepia-theme .guide-title {
  color: #22201B; }
html.sepia-theme .guide-steps__item {
  color: #22201B;
  background: #F4EFDF; }
  html.sepia-theme .guide-steps__item > span {
    color: #FFFAEB; }
html.sepia-theme .navbar__item {
  color: #908D87; }
  html.sepia-theme .navbar__item:after {
    background: #908D87; }
  html.sepia-theme .navbar__item:not(:first-child):not(:empty):before {
    border-color: #908D87; }
html.sepia-theme .subject {
  color: #22201B; }
html.sepia-theme .themes__item {
  background: #F4EFDF; }
  html.sepia-theme .themes__item-count {
    color: #22201B;
    background: #FFFAEB; }
  html.sepia-theme .themes__item-title {
    color: #22201B; }
  html.sepia-theme .themes__item-text {
    color: #908D87; }
  html.sepia-theme .themes__item-icon > span {
    background: #FFFAEB; }
    html.sepia-theme .themes__item-icon > span:before {
      border-color: #22201B; }
html.sepia-theme .menu-title {
  color: #22201B;
  border-bottom: 1px solid #E1DCCD; }
html.sepia-theme .menu__item {
  color: #22201B;
  background: #F4EFDF; }
html.sepia-theme .parts__item {
  background: #F4EFDF; }
  html.sepia-theme .parts__item-icon {
    background: #FFFAEB; }
    html.sepia-theme .parts__item-icon:before {
      border-color: #22201B; }
  html.sepia-theme .parts__item-title {
    color: #22201B; }
  html.sepia-theme .parts__item-text {
    color: #908D87; }
html.sepia-theme .modal-cross:before, html.sepia-theme .modal-cross:after {
  background: #22201B; }
html.sepia-theme .modal-wrapper {
  background: #F4EFDF; }
html.sepia-theme .modal-title {
  color: #22201B; }
html.sepia-theme .modal-text {
  color: #908D87; }
html.sepia-theme .modal-separator__text {
  color: #22201B; }
html.sepia-theme .modal-separator__line {
  background: #E1DCCD; }
html.sepia-theme .modal-articles {
  color: #5C4391; }
  html.sepia-theme .modal-articles a {
    color: #5C4391; }
    html.sepia-theme .modal-articles a:after {
      border-color: #22201B; }
  html.sepia-theme .modal-articles__item > span:after {
    border-color: #22201B; }
  html.sepia-theme .modal-articles__item > span.active {
    color: #22201B; }
  html.sepia-theme .modal-articles__item > article a:before {
    background: #22201B; }
html.sepia-theme .modal-login-title {
  color: #22201B; }
html.sepia-theme .modal-login-text {
  color: #22201B; }
html.sepia-theme .modal-login__input {
  border: 1px solid #908D87; }
  html.sepia-theme .modal-login__input > input {
    color: #908D87; }
html.sepia-theme .modal-login-button-reset {
  color: #908D87; }
html.sepia-theme .modal-login-button-help {
  color: #6024E0; }
html.sepia-theme .modal-button {
  color: #22201B; }
html.sepia-theme .modal-base-button {
  background: #FFFAEB;
  color: #22201B; }
html.sepia-theme .modal-link {
  border-top: 1px solid #E1DCCD; }
html.sepia-theme .modal-addition-text {
  color: #908D87; }
html.sepia-theme .modal-info {
  color: #908D87; }
  html.sepia-theme .modal-info > a {
    color: #6024E0; }
html.sepia-theme .settings {
  background: #FFFAEB;
  border: 1px solid #E1DCCD; }
  html.sepia-theme .settings-title {
    color: #22201B;
    border-bottom: 1px solid #E1DCCD; }
  html.sepia-theme .settings-size__title {
    color: #22201B; }
  html.sepia-theme .settings-size__text {
    color: #908D87; }
  html.sepia-theme .settings-size-buttons__item {
    color: #22201B; }
    html.sepia-theme .settings-size-buttons__item.active {
      background: #F4EFDF; }
      html.sepia-theme .settings-size-buttons__item.active > div {
        color: #6024E0; }
  html.sepia-theme .settings-font__item {
    color: #22201B;
    background: #FFFAEB;
    border: 1px solid #FFFAEB; }
    html.sepia-theme .settings-font__item.active {
      border: 1px solid #6024E0; }
  html.sepia-theme .settings-color {
    border-top: 1px solid #E1DCCD; }
    html.sepia-theme .settings-color__item {
      border: 2px solid #E1DCCD; }
      html.sepia-theme .settings-color__item.active:before {
        border-color: #22201B; }
html.sepia-theme .auth-button {
  color: #22201B;
  background: #F4EFDF; }
html.sepia-theme .auth-popup-wrapper {
  background: #F4EFDF; }
html.sepia-theme .auth-popup-name {
  color: #22201B; }
html.sepia-theme .auth-popup-level {
  color: #908D87; }
html.sepia-theme .auth-popup-button {
  border-top: 1px solid #E1DCCD;
  color: #22201B; }
@media screen and (max-width: 1023px) {
  html.sepia-theme .header-burger {
    background: #F4EFDF; }
    html.sepia-theme .header-burger > span, html.sepia-theme .header-burger:after, html.sepia-theme .header-burger:before {
      background: #22201B; }
  html.sepia-theme .sidebar {
    background: #F4EFDF; }
    html.sepia-theme .sidebar-info, html.sepia-theme .sidebar-links, html.sepia-theme .sidebar-bottom, html.sepia-theme .sidebar-net {
      background: #FFFAEB; }
    html.sepia-theme .sidebar-links__item:not(:first-child):after {
      border-color: #908D87; }
  html.sepia-theme .subject-name > span {
    background: #F4EFDF; }
    html.sepia-theme .subject-name > span:before {
      border-color: #22201B; }
  html.sepia-theme .subject-name > div > span {
    color: #908D87; }
  html.sepia-theme .settings-wrapper {
    background: #F4EFDF; }
  html.sepia-theme .settings-cross:after, html.sepia-theme .settings-cross:before {
    background: #22201B; }
  html.sepia-theme .settings-size-buttons__item.active {
    background: #FFFAEB; } }
@media screen and (max-width: 767px) {
  html.sepia-theme .header-search {
    background: linear-gradient(0deg, #FFFAEB 17.77%, rgba(255, 250, 235, 0) 110.71%); }
    html.sepia-theme .header-search > label {
      background: #F4EFDF; } }

main {
  padding: 0 16px 24px;
  box-sizing: border-box; }

.main-wrapper {
  display: block; }

html {
  height: 100%; }
  html.text-big .base {
    width: calc(100% - 12.5% - 234px); }
    @media screen and (max-width: 1023px) {
      html.text-big .base {
        width: 100%; } }

.base {
  width: 100%;
  display: inline-block; }
  .base-wrapper {
    display: none; }
    .base-wrapper.active {
      display: block; }
  .base-title {
    font-family: var(--fontSemibold);
    font-size: 2rem;
    line-height: 2.625rem;
    margin: 0 0 16px; }
  .base-text {
    font-family: var(--fontRegular);
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding: 4px 24px;
    margin: 0 0 40px 0;
    max-width: 795px;
    box-sizing: border-box; }
    .base-text:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background: #7239F6;
      content: ""; }
  .base-content {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 0 48px; }

.search-layer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none; }
  .search-layer.active {
    display: block; }

@media screen and (max-width: 1366px) {
  .base-content {
    display: block; }

  .main-wrapper {
    gap: 0 6%; } }
@media screen and (max-width: 1023px) {
  .main-wrapper {
    position: relative; }

  .base {
    display: block;
    width: auto; } }
@media screen and (max-width: 767px) {
  main {
    padding: 0 8px 8px 8px; }

  .seacrh-layer.active {
    display: none; }

  .main-wrapper {
    display: block; }

  .base-title {
    font-family: var(--fontSemibold);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 16px;
    padding: 0 16px; }
  .base-text {
    font-family: var(--fontRegular);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0 16px;
    margin: 0 0 24px 16px; } }

/*# sourceMappingURL=style.css.map */
