@charset "UTF-8";
/* Адаптивный шрифт */
/* Сброс стилей у ссылок */
/* Сброс стилей у кнопок */
/* Расположение по центру */
/* Задаёт пропорции 1 к 1 */
/* Делает интерактивные элементы доступными */
/* Адаптивный шрифт */
/* Сброс стилей у ссылок */
/* Сброс стилей у кнопок */
/* Расположение по центру */
/* Задаёт пропорции 1 к 1 */
/* Делает интерактивные элементы доступными */
.support-accordion {
  width: 70%;
}
@media (max-width: 950px) {
  .support-accordion {
    width: 100%;
  }
}
.support-accordion__item {
  border-bottom: 1px solid var(--border);
}
.support-accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 140%;
  color: var(--text_002);
}
.support-accordion__title {
  font-weight: 500;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 140%;
  color: var(--text_001);
  max-width: 80%;
}
.support-accordion__head {
  position: relative;
}
.support-accordion__head svg {
  stroke: #a9a9a9;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.support-accordion__item.active .support-accordion__body {
  padding: 0 0 32px;
}
@media (max-width: 576px) {
  .support-accordion__item.active .support-accordion__body {
    padding: 0 0 16px;
  }
}

.support-accordion__head {
  cursor: pointer;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .support-accordion__head {
    padding: 9px 0;
  }
}

.support-accordion__item.active .support-accordion__head::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 30%;
}
.support-accordion__item.active .support-accordion__head svg {
  stroke: #000;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 30%;
}

.wiki-page {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .wiki-page {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .wiki-page .breadcrumb {
    display: none;
  }
}

.wiki__title {
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
  margin-top: 8px;
}
@media (max-width: 768px) {
  .wiki__title {
    margin-top: 0;
  }
}
.wiki__title span {
  display: inline-block;
}
.wiki__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .wiki__search {
    margin-top: 16px;
  }
}
.wiki__search label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .wiki__search label {
    gap: 16px;
  }
}
.wiki__search input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--text_001);
}
.wiki__search input::-webkit-input-placeholder {
  color: var(--text_003);
}
.wiki__search input::-moz-placeholder {
  color: var(--text_003);
}
.wiki__search input:-ms-input-placeholder {
  color: var(--text_003);
}
.wiki__search input::-ms-input-placeholder {
  color: var(--text_003);
}
.wiki__search input::placeholder {
  color: var(--text_003);
}
@media (max-width: 768px) {
  .wiki__search input {
    font-size: 16px;
  }
}
.wiki__search .btn-black {
  padding: 11px 30px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .wiki__search .btn-black span {
    display: none;
  }
}
@media (max-width: 768px) {
  .wiki__search .btn-black {
    font-size: 16px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  .wiki__search .btn-black::before {
    content: "";
    display: inline-block;
    background: url("../img/search-arr.svg") no-repeat center center;
    width: 24px;
    height: 24px;
  }
}
.wiki__input_wrap {
  width: 100%;
  border-bottom: 2px solid var(--text_001);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wiki__input_wrap::before {
  content: "";
  display: inline-block;
  background: url("../img/search.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.wiki .voice-dialing {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.wiki .voice-dialing::before {
  content: "";
  display: inline-block;
  background: url("../img/mic.svg") no-repeat center center;
  width: 24px;
  height: 24px;
}
.wiki__quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .wiki__quick-links {
    gap: 4px;
  }
}
.wiki__quick-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wiki__quick-links li a {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--text_002);
  border-radius: 46px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .wiki__quick-links li a {
    font-size: 12px;
    padding: 5px 8px;
  }
}

.motivation {
  border-radius: 24px;
  padding: 26px;
  margin-top: 56px;
  position: relative;
  background: #fbe645 url("../img/man-black.svg") no-repeat 100% 100%;
  background-size: contain;
}
@media (max-width: 768px) {
  .motivation {
    margin-top: 32px;
    padding: 16px 16px 8px 16px;
    background: #fbe645;
  }
}
.motivation__title {
  font-weight: 500;
  font-size: clamp(32px, 3.8888888889vw, 56px);
  line-height: 98%;
  letter-spacing: -0.04em;
  color: var(--text_001);
  margin-bottom: 56px;
}
@media (max-width: 1495px) {
  .motivation__title {
    max-width: 68%;
  }
}
@media (max-width: 768px) {
  .motivation__title {
    margin-bottom: 24px;
    max-width: none;
  }
}
.motivation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 984px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .motivation-list {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .motivation-list {
    gap: 4px;
  }
}
.motivation-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .motivation-list li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .motivation-list li {
    padding: 16px;
  }
}
.motivation-list li::before {
  content: "";
  display: inline-block;
  background: url("../img/corner.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.motivation-list__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 128%;
  letter-spacing: -0.04em;
  color: var(--text_001);
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .motivation-list__title {
    font-size: 20px;
  }
}
.motivation-list__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text_001);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.motivation-list__link::after {
  content: "";
  display: inline-block;
  background: url("../img/arr-btn.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media (max-width: 576px) {
  .motivation-list__link {
    font-size: 14px;
  }
}
.motivation__btn {
  margin-top: 28px;
  padding: 22px 50px;
  font-size: 20px;
}
.motivation__btn svg {
  margin-left: 12px;
}
@media (max-width: 576px) {
  .motivation__btn svg {
    margin-left: 8px;
  }
}
@media (max-width: 576px) {
  .motivation__btn {
    width: 100%;
    max-width: none;
    font-size: 16px;
    padding: 12px 16px;
    margin-top: 16px;
  }
}

.main-path {
  margin-top: 58px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .main-path {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.main-path__title {
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
}
.main-path__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-path .btn-black {
  font-size: 16px;
  padding: 10px 29px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .main-path .btn-black {
    display: none;
  }
}
.main-path__mob {
  display: none !important;
  width: 100%;
  max-width: none;
  text-align: center;
  margin-top: 8px;
  font-size: 14px !important;
}
@media (max-width: 576px) {
  .main-path__mob {
    display: block !important;
  }
}
.main-path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  margin: 0 -12px;
}
.main-path__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .main-path__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .main-path__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 8px;
  }
}
.main-path__list_title {
  font-weight: 500;
  font-size: 28px;
  line-height: 128%;
  letter-spacing: -0.04em;
  color: var(--text_001);
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .main-path__list_title {
    font-size: 20px;
  }
}
.main-path__list_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  margin-top: 24px;
}
.main-path__list_links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text_001);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-path__list_links a::after {
  content: "";
  display: inline-block;
  background: url("../img/arr-btn.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media (max-width: 576px) {
  .main-path__list_links a {
    font-size: 14px;
  }
}
.main-path__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .main-path__head {
    margin-bottom: 16px;
  }
}
.main-path__item {
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 576px) {
  .main-path__item {
    min-height: 138px;
  }
}

.growth {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .growth {
    margin-bottom: 32px;
  }
}
.growth__title {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
}
.growth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .growth-wrap {
    margin-bottom: 16px;
  }
}
.growth-slider .swiper-slide {
  background: var(--text_001);
  border-radius: 24px;
  padding: 28px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .growth-slider .swiper-slide {
    padding: 16px;
    min-height: 210px;
  }
}
.growth-slider__title {
  font-weight: 500;
  font-size: clamp(32px, 3.8888888889vw, 56px);
  line-height: 98%;
  letter-spacing: -0.04em;
  color: #fff;
  display: inline-block;
  max-width: 75%;
  position: relative;
  z-index: 5;
}
@media (max-width: 576px) {
  .growth-slider__title {
    max-width: 62%;
  }
}
.growth-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  position: relative;
  z-index: 5;
}
.growth-slider__status {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 576px) {
  .growth-slider__status {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.growth-slider__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  gap: 32px;
}
@media (max-width: 576px) {
  .growth-slider__progress {
    gap: 16px;
  }
}
.growth-slider .growth-progress_line {
  background: #464646;
  border-radius: 50px;
  width: 100%;
  height: 32px;
}
.growth-slider .growth-progress_status {
  background: var(--main);
  border-radius: 50px;
  padding: 0px 10px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 40px;
}
.growth-slider .growth-progress_status span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--text_001);
}
.growth-slider .growth-progress_btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text_001);
  border-radius: 46px;
  padding: 12px 30px;
  background: var(--main);
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .growth-slider .growth-progress_btn {
    height: 36px;
    padding: 10px 23px;
  }
}
.growth-slider .final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  pointer-events: none;
}
.growth-slider .final::before {
  content: "";
  display: inline-block;
  background: url("../img/final.svg") no-repeat center center;
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .growth-slider .final {
    padding: 10px 23px;
  }
}
.growth-slider__icon {
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media (max-width: 576px) {
  .growth-slider__icon {
    right: 16px;
    height: 100%;
  }
}
.growth__link {
  margin: 0 auto;
  margin-top: 32px;
  padding: 21px 49px;
  font-size: 20px;
}
@media (max-width: 576px) {
  .growth__link {
    width: 100%;
    max-width: none;
    font-size: 16px;
    padding: 15px;
    margin-top: 16px;
  }
}
.growth .growth__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .growth .growth__navigation {
    display: none;
  }
}
.growth .growth__navigation .slider__prev,
.growth .growth__navigation .slider__next {
  width: 44px;
  height: 44px;
}

.slide-disabled::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  opacity: 0.6;
}
.slide-disabled .growth-progress_btn {
  background: #fff;
}
.slide-disabled .growth-progress_line {
  background: rgba(255, 255, 255, 0.5960784314);
}
.slide-disabled .growth-progress_status {
  background: #fff;
}

.pain {
  margin-top: 58px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .pain {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.pain-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .pain-wrap {
    margin-bottom: 16px;
  }
}
.pain__title {
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
}
.pain .pain__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .pain .pain__navigation {
    display: none;
  }
}
.pain .pain__navigation .slider__prev,
.pain .pain__navigation .slider__next {
  width: 44px;
  height: 44px;
}
.pain .pain__navigation .swiper-button-lock {
  display: block;
}
.card-guide {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  min-height: 520px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (max-width: 1140px) {
  .card-guide {
    min-height: 420px;
  }
}
@media (max-width: 576px) {
  .card-guide {
    padding: 16px;
    min-height: 320px;
  }
}
.card-guide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-guide__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.card-guide__state li {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  background: var(--text_001);
  padding: 8px 16px;
  border-radius: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 576px) {
  .card-guide__state li {
    font-size: 10px;
  }
}
.card-guide .state-new {
  background: var(--main);
  color: var(--text_001);
}
.card-guide .state-free {
  color: var(--text_002);
  background: var(--bg);
}
.card-guide__item {
  border-radius: 24px;
  padding: 16px;
  width: 76px;
  height: 76px;
  background: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-guide__body {
  margin-top: auto;
}
.card-guide__title {
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.04em;
  font-size: clamp(24px, 2.5vw, 36px);
}
.card-guide__title span {
  color: var(--text_003);
}
.card-guide__title h5 {
  color: var(--text_001);
}
.card-guide__text {
  font-weight: 500;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  line-height: 140%;
  color: var(--text_003);
}
.card-guide__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text_003);
  margin-top: 16px;
}
.card-guide__date::before {
  content: "";
  display: inline-block;
  background: url("../img/date.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .card-guide__date {
    font-size: 14px;
    margin-top: 9px;
  }
}
.card-guide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  gap: 10px;
}
@media (max-width: 576px) {
  .card-guide__wrap {
    margin-top: 9px;
  }
}
.card-guide__time {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--text_003);
}
@media (max-width: 576px) {
  .card-guide__time {
    font-size: 16px;
  }
}
.card-guide__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--text_001);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.card-guide__link::after {
  content: "";
  display: inline-block;
  background: url("../img/arr-btn.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media (max-width: 576px) {
  .card-guide__link {
    font-size: 16px;
  }
}

.updates {
  margin-top: 58px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .updates {
    margin-top: 32px;
    margin-bottom: 72px;
  }
}
.updates .updates__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .updates .updates__navigation {
    display: none;
  }
}
.updates .updates__navigation .slider__prev,
.updates .updates__navigation .slider__next {
  width: 44px;
  height: 44px;
}
.updates .updates__navigation .swiper-button-lock {
  display: block;
}
.updates-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  gap: 10px;
}
@media (max-width: 576px) {
  .updates-wrap {
    margin-bottom: 9px;
  }
}
.updates__title {
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
}

.support {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .support {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 950px) {
  .support-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__title {
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 112%;
  letter-spacing: -0.04em;
  color: var(--text_001);
  width: 30%;
}
@media (max-width: 950px) {
  .support__title {
    width: 100%;
  }
}

/* categories 26.03.26 */
@media (max-width: 768px) {
  .wiki .crumb_mob {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wiki .crumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wiki .subtitle-trigger {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4V5.33333M8 6.66667V11.6667M2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8Z" stroke="%23AAA8A8" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
  margin-left: 4px;
}
@media (min-width: 769px) {
  .wiki .subtitle-trigger {
    display: none;
  }
}
.wiki .filters-trigger {
  position: relative;
  height: 28px;
  padding: 0 8px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--light-mode-text-002);
  border-radius: 46px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 14L8 10M8 10L3 3L13 3L8 10Z" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center left 8px #fff;
}
@media (min-width: 769px) {
  .wiki .filters-trigger {
    display: none;
  }
}
.wiki .filters-trigger__count {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: var(--yellow);
  border-radius: 50px;
  color: var(--light-mode-text-001);
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  padding: 2px 4px;
}
.wiki .search-trigger {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.75 14.75L22 20M2 19L5 22L8 19M19 9.5C19 13.6421 15.6421 17 11.5 17C7.35786 17 4 13.6421 4 9.5C4 5.35786 7.35786 2 11.5 2C15.6421 2 19 5.35786 19 9.5Z" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
}
.wiki .search-trigger.toggle-btn_active {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.75 14.75L22 20M2 22L5 19L8 22M19 9.5C19 13.6421 15.6421 17 11.5 17C7.35786 17 4 13.6421 4 9.5C4 5.35786 7.35786 2 11.5 2C15.6421 2 19 5.35786 19 9.5Z" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
}
@media (min-width: 769px) {
  .wiki .search-trigger {
    display: none;
  }
}
.wiki .wiki__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--light-mode-bg-00);
  color: var(--light-mode-text-002);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 8px 24px;
  line-height: 140%;
  font-size: clamp(14px, 1.3194444444vw, 19px);
  margin: 8px 0 32px 0;
}
@media (max-width: 768px) {
  .wiki .wiki__subtitle {
    display: none;
    margin: 8px 0 16px 0;
  }
  .wiki .wiki__subtitle.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wiki section {
  padding: 56px 0;
}
@media (max-width: 768px) {
  .wiki section {
    padding: 32px 0;
  }
}
.wiki .section-title {
  font-size: clamp(20px, 3.1944444444vw, 46px);
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.04em;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .wiki .section-title {
    margin-bottom: 24px;
  }
}

.wiki__search {
  margin-bottom: 56px;
}

.wiki-nav {
  height: 72px;
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--light-mode-bg-00);
  border-radius: 60px;
}
@media (max-width: 1440px) {
  .wiki-nav {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .wiki-nav {
    height: 44px;
    margin: 24px 0 16px 0;
    overflow-y: scroll;
  }
}
.wiki-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  font-weight: 500;
  line-height: 140%;
}
.wiki-nav__item_active {
  background-color: #fff;
  border: 2px solid var(--light-mode-text-001);
  border-radius: 60px;
}
@media (max-width: 768px) {
  .wiki-nav__item {
    padding: 0 16px;
  }
}

.select-topic__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .select-topic__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.select-topic .topic-card {
  height: 200px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 6L20 12M20 12L14 18M20 12H4" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px bottom 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1440px) {
  .select-topic .topic-card {
    height: 170px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .select-topic .topic-card {
    height: 130px;
    background-position: right 10px bottom 10px;
  }
}
.select-topic .topic-card__title {
  color: var(--light-mode-text-001);
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.select-topic .topic-card__content {
  color: var(--light-mode-text-003);
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 128%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.select-topic .topic-card:hover {
  border-color: var(--light-mode-text-003);
  cursor: pointer;
}
.select-topic .topic-card:hover .topic-card__content {
  color: var(--light-mode-text-001);
}

.state-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .state-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.state-links__item {
  position: relative;
  height: 60px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 3L10 8L5 13" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 44px 0 16px;
  background-color: #fff;
  border-radius: 24px;
  font-size: clamp(14px, 1.3194444444vw, 19px);
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .state-links__item {
    height: 54px;
  }
}
@media (max-width: 768px) {
  .state-links__item {
    height: 44px;
    padding: 12px 40px 12px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
  }
}
.state-links__item::before {
  content: "";
  display: inline-block;
  background: url(../img/corner.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* states 26.03.26 */
.states__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 56px;
  margin-bottom: 56px;
}
@media (max-width: 1080px) {
  .states__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .states__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
}
.states-card {
  height: 480px;
  background-color: var(--light-mode-bg-00);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1440px) {
  .states-card {
    height: 400px;
  }
}
@media (max-width: 1080px) {
  .states-card {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .states-card {
    height: 300px;
  }
}
.states-card__header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  padding: 16px 16px 0 16px;
}
.states-card__badge {
  background-color: var(--light-mode-text-001);
  color: #fff;
  border-radius: 100px;
  padding: 0 8px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  line-height: 140%;
}
.states-card__badge_gray {
  background-color: var(--light-mode-bg-01);
  color: var(--light-mode-text-002);
}
@media (max-width: 768px) {
  .states-card__badge {
    height: 18px;
    padding: 0 4px;
  }
}
.states-card__body {
  background: url(../img/wiki/state_back.svg) no-repeat right bottom #fff;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  border-top-left-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .states-card__body {
    padding: 16px;
    background: url(../img/wiki/state_back_mob.svg) no-repeat right bottom #fff;
  }
}
.states-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.states-card__title {
  color: var(--light-mode-text-001);
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 128%;
  letter-spacing: -0.04em;
}
.states-card__content {
  color: var(--light-mode-text-002);
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 140%;
}
.states-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.states-card__link {
  border: 1px solid var(--light-mode-text-003);
  border-radius: 40px;
  color: var(--light-mode-text-001);
  padding: 0 30px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 140%;
}
.states-card__link::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 4.5L15 12L7.5 19.5" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .states-card__link {
    height: 36px;
    padding: 0 16px;
  }
}
.states-card__time-read {
  color: var(--light-mode-text-003);
  font-weight: 500;
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 140%;
}

.items-shown {
  color: var(--light-mode-text-003);
  font-size: clamp(16px, 1.8055555556vw, 26px);
  line-height: 140%;
  text-align: center;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .items-shown {
    padding-top: 16px;
  }
}

.show-more-button {
  background-color: var(--light-mode-text-001);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  gap: 12px;
  padding: 0 40px;
  border-radius: 40px;
  white-space: nowrap;
  border: 1px solid var(--light-mode-text-001);
  font-weight: 500;
  line-height: 140%;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  margin: 24px auto 28px auto;
}
@media (max-width: 1440px) {
  .show-more-button {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .show-more-button {
    height: 44px;
    padding: 0 16px;
    margin: 24px auto 16px auto;
  }
}

.choose-path .choose-path__panel {
  background-color: var(--extra_bg);
  border-radius: 24px;
  padding: 28px;
}
@media (max-width: 768px) {
  .choose-path .choose-path__panel {
    padding: 16px;
  }
}
.choose-path .choose-path__text {
  color: var(--light-mode-text-001);
  font-size: clamp(20px, 3.1944444444vw, 46px);
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
.choose-path .choose-path__link {
  background-color: var(--light-mode-text-001);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  border-radius: 40px;
  white-space: nowrap;
  border: 1px solid var(--light-mode-text-001);
  font-size: clamp(16px, 1.8055555556vw, 26px);
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 0 auto;
}
@media (max-width: 1440px) {
  .choose-path .choose-path__link {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .choose-path .choose-path__link {
    height: 44px;
    padding: 0 16px;
  }
}

.tools-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .tools-slider__header {
    margin-bottom: 16px;
  }
}
.tools-slider__header .section-title {
  margin-bottom: 0;
}
.tools-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .tools-slider__navigation {
    display: none;
  }
}
.tools-slider__navigation .slider__prev,
.tools-slider__navigation .slider__next {
  width: 44px;
  height: 44px;
}
.tools-slider__navigation .swiper-button-lock {
  display: block;
}

.tools-card {
  height: 360px;
  background-color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}
@media (max-width: 1440px) {
  .tools-card {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .tools-card {
    height: 200px;
    padding: 16px;
  }
}
.tools-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tools-card__badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tools-card__badge {
  background-color: var(--light-mode-bg-01);
  color: var(--light-mode-text-002);
  border-radius: 100px;
  padding: 0 8px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  line-height: 140%;
}
@media (max-width: 768px) {
  .tools-card__badge {
    height: 18px;
    padding: 0 4px;
  }
}
.tools-card__icon {
  background-color: var(--yellow);
  height: 48px;
  width: 48px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tools-card__category {
  color: var(--light-mode-text-003);
  font-weight: 500;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  line-height: 140%;
}
.tools-card__title {
  color: var(--light-mode-text-001);
  font-weight: 500;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  line-height: 140%;
}
.tools-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.tools-card__link {
  color: var(--light-mode-text-001);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 140%;
}
.tools-card__link::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 3L10 8L5 13" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
  width: 16px;
  height: 16px;
}
.tools-card .time-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tools-card .time-read__time {
  color: var(--light-mode-text-003);
  font-weight: 500;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 140%;
}
.tools-card .time-read__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.tools-card .time-read__indicator span {
  background-color: var(--light-mode-bg-01);
  width: 6px;
  height: 12px;
  border-radius: 4px;
}
.tools-card .time-read__indicator span.active {
  background-color: var(--light-mode-text-002);
}

/* tools 27.03.26 */
.tools {
  padding-top: 32px !important;
}
.tools__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 56px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .tools__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
}

.tools-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .tools-filters {
    display: none;
  }
}

.tools__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown__button {
  height: 56px;
  color: var(--light-mode-text-001);
  border-radius: 40px;
  border: 1px solid var(--light-mode-text-003);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 19px;
  line-height: 140%;
  font-weight: 500;
  padding: 0 30px;
  cursor: pointer;
}
.dropdown .dropdown__button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 8L11.9688 16.0312L4 8" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
}
@media (max-width: 1440px) {
  .dropdown .dropdown__button {
    height: 44px;
    font-size: 16px;
  }
}
.dropdown_open .dropdown__button {
  border: 1px solid var(--light-mode-text-001);
  background: url(../img/dropdown_arrow_up_ico.svg) no-repeat center right 12px;
}
.dropdown_open .dropdown__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown .dropdown__content {
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  margin-top: 75px;
  z-index: 1;
  padding: 24px;
  border-radius: 24px;
  min-width: 280px;
  border: 1px solid var(--light-mode-border);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.dropdown_open .dropdown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown .dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 76px;
}

.dropdown.dropdown_sorting .dropdown__button {
  height: 44px;
  border: none;
  gap: 8px;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.dropdown.dropdown_sorting .dropdown__button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 8L11.9688 16.0312L4 8" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
}
@media (max-width: 1440px) {
  .dropdown.dropdown_sorting .dropdown__button {
    height: 36px;
    font-size: 12px;
  }
}
.dropdown.dropdown_sorting_open .dropdown__button {
  border: none;
}
.dropdown.dropdown_sorting .dropdown__title {
  color: var(--light-mode-text-003);
}
.dropdown.dropdown_sorting .dropdown__value {
  color: var(--light-mode-text-001);
}
.dropdown.dropdown_sorting .dropdown__content {
  left: unset;
  right: 0;
  min-width: unset;
  max-width: 210px;
}
.dropdown.dropdown_sorting .dropdown__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--light-mode-text-001);
  white-space: nowrap;
}
.dropdown.dropdown_sorting .dropdown__item.dropdown__item_active {
  color: var(--light-mode-text-002);
}
.dropdown.dropdown_sorting .dropdown__item.dropdown__item_active::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 4.5L8.59001 17.5L3 11.4612" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.checkbox-custom__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--light-mode-border);
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.checkbox-custom__checkbox:checked {
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.799988 3.99109L4.69999 8.67109L11.2 0.871094" stroke="black" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #D9B648;
  border-color: var(--light-mode-text-001);
}
.checkbox-custom__label {
  color: var(--light-mode-text-002);
  font-size: 19px;
  line-height: 140%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .checkbox-custom__label {
    font-size: 14px;
  }
}
.checkbox-custom__checkbox:checked + .checkbox-custom__label {
  color: var(--light-mode-text-001);
}

.indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.indicator span {
  background-color: var(--light-mode-bg-01);
  width: 6px;
  height: 12px;
  border-radius: 4px;
}
.indicator span.active {
  background-color: var(--light-mode-text-002);
}

.tools-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tools-tags .tools-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  cursor: pointer;
}
.tools-tags .tools-tag__title {
  height: 44px;
  background-color: #fff;
  border-radius: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .tools-tags .tools-tag__title {
    height: 36px;
    font-size: 12px;
  }
}
.tools-tags .tools-tag__button {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33301 3.33331L7.99967 7.99998M7.99967 7.99998L12.6663 12.6666M7.99967 7.99998L12.6663 3.33331M7.99967 7.99998L3.33301 12.6666" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center #fff;
}
@media (max-width: 1440px) {
  .tools-tags .tools-tag__button {
    height: 36px;
    width: 36px;
  }
}
.tools-tags .tools-tags__reset {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--light-mode-text-001);
  border-radius: 40px;
  border: 1px solid var(--light-mode-text-003);
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  padding: 0 20px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .tools-tags .tools-tags__reset {
    height: 36px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .tools-tags {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .tools-sorting {
    display: none;
  }
}

.tools-empty {
  height: 360px;
  background-color: var(--light-mode-bg-00);
  border-radius: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.tools-empty__title {
  color: var(--light-mode-text-003);
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 140%;
}
.tools-empty__reset {
  font-weight: 500;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 140%;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33301 3.33331L7.99967 7.99998M7.99967 7.99998L12.6663 12.6666M7.99967 7.99998L12.6663 3.33331M7.99967 7.99998L3.33301 12.6666" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat left center;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .tools-empty {
    height: 250px;
  }
}

.modal {
  position: relative;
  background-color: var(--light-mode-bg-03);
  max-width: 628px;
  width: 100%;
  height: 97%;
  position: fixed;
  top: 50%;
  right: -100%;
  z-index: 1020;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 24px;
  padding: 32px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(../img/dashbord-icon/close.svg) no-repeat center center;
}
.modal_active {
  right: 16px;
}
@media (max-width: 768px) {
  .modal_active {
    right: 0;
  }
}
.modal__title {
  color: var(--light-mode-text-001);
  font-weight: 500;
  font-size: clamp(20px, 3.1944444444vw, 46px);
  line-height: 112%;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .modal__title {
    margin-bottom: 32px;
  }
}
.modal__body {
  overflow-y: scroll;
}
.modal__description {
  color: var(--light-mode-text-001);
  font-size: clamp(14px, 1.3194444444vw, 19px);
  line-height: 140%;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .modal__description {
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .modal {
    max-width: 515px;
  }
}
@media (max-width: 768px) {
  .modal {
    max-width: none;
    padding: 16px;
    border-radius: 0;
    height: 100%;
  }
}

#filters-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  max-width: unset;
  width: 100%;
  height: 95%;
  position: fixed;
  top: unset;
  right: unset;
  bottom: -100%;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
#filters-modal.modal_active {
  bottom: 0;
}
#filters-modal .modal__title {
  padding: 16px 24px;
  border-bottom: 1px solid var(--light-mode-border-02);
  margin-bottom: 0;
}

.mob-filters__section {
  padding: 16px 24px;
  border-bottom: 1px solid var(--light-mode-border-02);
}

.mob-filters__title {
  color: var(--light-mode-text-001);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}

.mob-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.mob-filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sorting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--light-mode-text-001);
  white-space: nowrap;
}

.sorting-item.sorting-item_active {
  color: var(--light-mode-text-002);
}

.sorting-item_active::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 4.5L8.59001 17.5L3 11.4612" stroke="%23525252" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal__footer {
  background-color: var(--light-mode-bg-00);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.mob-filters__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 100%;
  border-radius: 40px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
}

.mob-filters__button_reset {
  color: var(--light-mode-text-001);
  border: 1px solid var(--light-mode-text-003);
}

.mob-filters__button_apply {
  background-color: var(--light-mode-text-001);
  border: 1px solid var(--light-mode-text-001);
  color: #fff;
}

/* category 31.03.26 */
.wiki-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wiki-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.wiki-tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  padding: 0 30px;
  border: 1px solid var(--light-mode-text-003);
  color: var(--light-mode-text-001);
  border-radius: 40px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  font-size: clamp(14px, 1.3194444444vw, 19px);
}
@media (max-width: 1440px) {
  .wiki-tags__item {
    height: 44px;
  }
}
@media (max-width: 768px) {
  .wiki-tags__item {
    height: 36px;
  }
}
.wiki-tags__item_active {
  border: 1px solid var(--light-mode-text-001);
  background-color: #fff;
}

.recommend-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .recommend-slider__header {
    margin-bottom: 16px;
  }
}
.recommend-slider__header .section-title {
  margin-bottom: 0;
}
.recommend-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
@media (max-width: 768px) {
  .recommend-slider__navigation {
    display: none;
  }
}

.slider-prev,
.slider-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--light-mode-text-003);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L4 12M4 12L10 18M4 12H20" stroke="%23303030" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center transparent;
}
.slider-prev:hover,
.slider-next:hover {
  border: 1px solid var(--light-mode-text-001);
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L4 12M4 12L10 18M4 12H20" stroke="%23FFFFFF" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center var(--light-mode-text-001);
}
@media (max-width: 1440px) {
  .slider-prev,
  .slider-next {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .slider-prev,
  .slider-next {
    width: 36px;
    height: 36px;
  }
}

.slider-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.deep-topic__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .deep-topic__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .deep-topic__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
}

.growth_new {
  margin-bottom: 0;
}
.growth_new .section-title {
  margin-bottom: 0;
}
.growth_new .growth-slider__title {
  font-size: clamp(20px, 2.5vw, 36px);
}

.related-tools__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .related-tools__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
  }
}
.related-tools__header .section-title {
  margin-bottom: 0;
}
.related-tools__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .related-tools__filters .dropdown__content {
    margin-top: 0;
    right: unset !important;
    left: 0 !important;
  }
}
.related-tools__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .related-tools__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .related-tools__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
}

.related-topics .section-title {
  text-align: center;
}
.related-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .related-topics__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.related-topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  padding: 0 40px;
  color: var(--light-mode-text-002);
  background-color: #fff;
  border-radius: 40px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
@media (max-width: 768px) {
  .related-topics__item {
    height: 44px;
    padding: 0 16px;
  }
}
.related-topics__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  line-height: 140%;
  font-size: clamp(16px, 1.8055555556vw, 26px);
}
.related-topics__message span {
  font-weight: 400;
  color: var(--light-mode-text-002);
}
.related-topics__message a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--light-mode-text-001);
}
.related-topics__message a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.38266 10.8532C6.97788 9.33563 10.5829 7.84143 14.1974 6.37071C19.3467 4.31112 20.0633 4.0105 20.7594 4C21.0585 4.00943 21.3463 4.11643 21.5793 4.30477C21.8707 4.55344 21.9593 4.71094 21.9841 4.84964C22.007 4.98862 22.0048 5.42159 21.98 5.66834C21.701 8.48859 20.6416 15.002 20.028 18.1643C19.7678 19.5008 19.2555 19.9484 18.7598 19.992C17.6838 20.0874 16.8659 19.3082 15.823 18.6492C14.1913 17.6191 13.646 17.24 12.0639 16.2351C10.2317 15.0746 10.9855 14.6704 12.0286 13.6279C12.3013 13.3565 16.8246 9.21417 16.8926 8.83674C16.9505 8.50517 16.9714 8.46179 16.8227 8.31258C16.6718 8.16338 16.4922 8.18189 16.3766 8.20676C16.2113 8.24213 13.7204 9.82315 8.89962 12.9526C8.16019 13.4436 7.49098 13.682 6.8898 13.6696C6.22885 13.655 4.95461 13.309 4.00863 13.0125C2.84565 12.6478 1.92253 12.4572 2.00514 11.8396C2.04645 11.5183 2.50471 11.1889 3.38266 10.8532Z" fill="black"/></svg>') no-repeat center center;
}
@media (max-width: 768px) {
  .related-topics__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.wiki-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin: 32px 0 56px 0;
}
@media (max-width: 768px) {
  .wiki-search {
    gap: 16px;
    margin: 16px 0 32px 0;
    display: none;
  }
  .wiki-search.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wiki-search__input {
  height: 72px;
  width: 100%;
  border: 2px solid transparent;
  border-bottom: 2px solid var(--light-mode-text-001);
  background: url("../img/search.svg") no-repeat left center;
  padding: 0 32px;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  font-weight: 500;
  line-height: 140%;
  color: var(--light-mode-text-001);
}
.wiki-search__input:focus-visible {
  outline: none;
}
.wiki-search__input::-webkit-input-placeholder {
  color: var(--light-mode-text-003);
}
.wiki-search__input::-moz-placeholder {
  color: var(--light-mode-text-003);
}
.wiki-search__input:-ms-input-placeholder {
  color: var(--light-mode-text-003);
}
.wiki-search__input::-ms-input-placeholder {
  color: var(--light-mode-text-003);
}
.wiki-search__input::placeholder {
  color: var(--light-mode-text-003);
}
@media (max-width: 1440px) {
  .wiki-search__input {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .wiki-search__input {
    height: 44px;
  }
}

.wiki-search__button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url("../img/search-arr.svg") no-repeat center center var(--light-mode-text-001);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .wiki-search__button {
    height: 44px;
    width: 44px;
  }
}
@media (max-width: 768px) {
  .wiki-search__button {
    height: 36px;
    width: 36px;
  }
}