:root {
  --header-height: 80px;
  @media (max-width: 768px) {
    --header-height: 64px;
  }
}

/* Fonts */

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition-duration: 0.2s;
}

html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #755cd9 transparent;
}

html::-webkit-scrollbar-corner {
  display: none;
}

html::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: linear-gradient(to top, #00a25b 0, #755cd9);
}

::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-image: linear-gradient(0deg, #00a25b, #755cd9);
}

html::-webkit-scrollbar-thumb:window-inactive {
  background-image: linear-gradient(to top, #00a25b 0, #755cd9);
  opacity: 0.5;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 6px;
  width: 2px;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  background: #121318 !important;
  color: #ffffff;
  transition: background 0.25s ease-in-out;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

.no-scroll {
  overflow: hidden;
}

html,
body {
  font-size: 16px;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

form {
  margin: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

.core-icon,
.core-icon:before {
  font-size: inherit;
}

.post,
.page {
  margin: 0;
}

.wp-block-image .aligncenter {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

hr {
  background-color: #1b1c25;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

.header {
  background: #171a22;
  color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header__body {
  align-items: center;
  display: flex;
  height: var(--header-height);
  margin: 0 auto;
  max-width: 1728px;
  padding: 0 16px;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024.98px) {
  .header__body {
    justify-content: space-between;
  }

  .header__logo--mobile {
    display: flex;
    height: 30px;
    margin-right: 0;
  }

  .header__logo--mobile .logo__icon {
    height: 30px;
    width: auto;
  }

  .header__logo--desktop {
    display: none;
  }
}

.header__logo--mobile {
  display: none;
}

.header__nav {
  align-items: center;
  display: flex;
}

.header__game-select {
  margin-right: 34px;
}

.header__game-select__title {
  font-family: Open Sans, "Open Sans Fallback: Arial";
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
}

.header__game-select__title.active {
  color: #755cd9;
}

.header__game-select__container {
  min-width: 115px;
}

.header__game-select__link {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 45px;
  padding: 0 16px;
  transition: 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.header__game-select__link:hover {
  background: #222632;
}

.header__game-select__link:hover path {
  fill: #fff;
}

.header__game-select__link.active {
  background: #222632;
}

.header__game-select__link.active path {
  fill: #755cd9 !important;
}

.header__game-select__link.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.header__game-select__icon {
  width: 22px;
}

.header__game-select__icon path {
  transition: 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  fill: #6e7992;
}

.header__game {
  position: relative;
  z-index: 1001;
}

@media (min-width: 1024.98px) {
  .header__game {
    margin-right: 20px;
  }
}

@media (max-width: 1024.98px) {
  .header__links {
    display: none;
  }
}

.header__body__block {
  align-items: center;
  display: flex;
  gap: 12px;
}

.header__right {
  align-items: center;
  display: flex;
  gap: 12px;
}

.search-skin {
  position: relative;
}

.search-skin__form {
  margin: 0;
}

.search-skin__icon {
  align-items: center;
  display: flex;
  height: 18px;
  justify-content: center;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.search-skin__icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.header__settings {
  align-items: center;
  display: flex;
  gap: 12px;
}

.search-skin input {
  font-family: Rubik, serif;
  width: 211px;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #1D212B;
  background: #1D212B;
  color: #f9f9f9;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 0 44px 0 42px;
  cursor: pointer;
}

.search-skin input::placeholder {
  color: #6e7992;
}

.header__search__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  background: #6e7992;
  border-radius: 4px;
  display: flex;
  height: 18px;
  justify-content: center;
  width: 18px;
  color: #1c2029;
  font-size: 12px;
  font-weight: 500;
  pointer-events: none;
}

.header__search__icon span {
  line-height: 1;
}

.header__lang,
.header__currency {
  align-items: center;
  display: flex;
  gap: 6px;
  height: 45px;
  padding: 13px 10px;
  border-radius: 6px;
  border: 1px solid #222632;
  background: #171A22;
  color: #f9f9f9;
  cursor: pointer;
}

.header__lang:hover,
.header__currency:hover {
  border-color: #3d4556;
  background: #171c25;
}

.header__lang-flag {
  font-size: 25px;
}

.header__currency {
  font-family: Rubik, serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.header__select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__select-arrow svg {
  width: 10px;
  height: 10px;
}

.header__avatar {
  width: 45px;
  height: 45px;
  border-radius: 999px;
  border: 1px solid #141821;
  background: #141821;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.header__avatar:hover {
  border-color: #3d4556;
  background: #171c25;
}

.header__avatar-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.header__user-img {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.header__user-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.header__user-img .header__avatar-icon {
  display: flex;
  height: 24px;
  width: 24px;
}

.header__user-img .header__avatar-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.header__btn {
  height: 45px;
}

@media (min-width: 580.98px) {
  .header__btn {
    padding: 10px 30px;
  }
}

.header__btn svg {
  width: 21px;
}

.header__btn svg path {
  fill: #fff;
}

.header__menu {
  display: none;
}

@media (max-width: 1024.98px) {
  .header__menu {
    display: block;
  }
}

.nav__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 34px;
}

.nav__list__tooltip_text {
  color: #fff;
  font-family: Open Sans, "Open Sans Fallback: Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  white-space: nowrap;
}

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

.nav__link {
  color: #fff;
  font-family: Rubik, "Rubik Fallback: Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  line-height: normal;
  transition: all 0.2s linear;
  width: 100%;
}

footer * {
  font-family: "OpenSans" !important;
}

.nav__link__coming-soon {
  cursor: default;
}

@media (hover: hover) {
  .nav__link:hover {
    color: #755cd9;
  }
}

.nav__link {
  color: #fff;
  font-family: Rubik, "Rubik Fallback: Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  line-height: normal;
  transition: all 0.2s linear;
  width: 100%;
}

.nav__link__coming-soon {
  cursor: default;
}

.base-badge {
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  min-height: 19px;
  padding: 0 4px;
  position: relative;
}

.base-badge__text {
  color: #fff;
  color: #000;
  font-family: Open Sans, "Open Sans Fallback: Arial", sans-serif;
  font-size: 14px;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

input {
  border: 1px solid #282e3c;
  border-radius: 6px;
  background: transparent;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #6e7992;
  min-width: 211px;
  max-width: 211px;
  width: 100%;
  letter-spacing: 0%;
}

.site-main {
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 100% auto;
  background-color: #14171e;
}

.site-main.glossary {
  background-image: url("../img/glossary-bg.png");
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 100% auto;
  background-color: #14171e;
}

.site-main {
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 100% auto;
  background-color: #14171e;
}

.main-title {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 160px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
}

.top-search {
  padding: 120px 0;
}

.search-form {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.search-form__field {
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
}

.search-form__input {
  padding-left: 56px;
  background: #1d212b;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 16px;
  border-radius: 47px;
  max-width: 600px;
  width: 100%;
  line-height: 100%;
  letter-spacing: 0;
}

.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.search-form__input::-webkit-search-decoration,
.search-form__input::-webkit-search-results-button {
  display: none;
}

.search-form__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.blog-grid {
  padding: 0 0 120px;
}

.blog-grid__container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.blog-grid__posts,
.single-post-other-articles-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.blog-grid__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background: #1c2029;
  border-radius: 64px;
  overflow: hidden;
}

.blog-grid__item--full {
  grid-column: 1 / -1;
  flex-direction: row-reverse;
}

.blog-grid__item--span2 {
  grid-column: span 2;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.blog-grid__item--full .blog-card__thumb,
.blog-grid__item--full .blog-card__content {
  flex: 1 1 50%;
}

.blog-grid__item .blog-card-image {
  max-width: 520px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  min-height: 300px;
}

.blog-card__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.blog-card-image img {
  transition: 0.25s ease-in-out;
}

.blog-grid__item:hover {
  cursor: pointer;
  background: #222632;
  border-radius: 32px;
}

.blog-grid__item:hover .blog-card-image img {
  transform: scale(1.02);
  border-radius: 16px;
}

.blog-card__thumb-placeholder {
  position: absolute;
  inset: 0;
  background: #1c2029;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  justify-content: center;
}

.blog-card__title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
}

.blog-grid__item {
  gap: 28px;
}

.blog-grid__item--span2 .blog-card-image {
  max-width: 580px;
  min-height: 502px;
}

.blog-grid__item--full .blog-card__title {
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
}

.blog-card__title a {
  color: inherit;
}

.blog-card__title a.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.blog-card__title a:hover {
  color: #755cd9;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.blog-card__readtime {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
  padding: 6px 8px;
  border: 1px solid #323849;
  border-radius: 555px;
}

.blog-card__readtime-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.blog-card__readtime-icon svg {
  width: 100%;
  height: 100%;
}

.blog-card__separator {
  font-size: 24px;
  line-height: 1;
  color: #798691;
}

.blog-grid__cta {
  grid-column: 1 / -1;
}

.cta-block {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 48px;
  border-radius: 32px;
  background: url("../img/email-bg.png");
  background-color: #1c2029;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.cta-block__title {
  font-weight: 600;
  font-size: 54px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  color: #f9f9f9;
  max-width: 480px;
}

.cta-block__subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
}

.cta-form h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #f9f9f9;
}

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

.cta-block__form {
  display: flex;
  gap: 12px;
}

.cta-block__form input {
  max-width: 330px;
  width: 100%;
  border-radius: 6px;
  padding: 16px 24px;
  background-color: #1c2029;
  max-height: 54px;
  color: #ffffff;
  font-size: 16px;
}

.cta-block__form button {
  background: #755cd9;
  max-width: 136px;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 0 36px;
  max-height: 54px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 16px 0;
  letter-spacing: 0%;
}

.blog-grid__pagination {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}

.blog-grid__pagination .pagination {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.blog-grid__pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.blog-grid__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #171a22;
  color: #798691;
  font-weight: 600;
}

.blog-grid__pagination .page-numbers.current {
  background: #2d2842;
  border: 1px solid #755cd9;
  color: #fafafa;
}

.blog-grid__pagination .page-numbers:hover {
  background: #2d2842;
  color: #fff;
  fill: #fff;
}

.blog-grid__pagination .page-numbers:hover path {
  stroke: #fff;
}

.blog-grid__pagination .page-numbers.prev,
.blog-grid__pagination .page-numbers.next {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .blog-card__title {
    font-size: 28px;
  }

  .blog-grid__item--full {
    flex-direction: column;
  }

  .blog-grid__item--full .blog-card__thumb,
  .blog-grid__item--full .blog-card__content {
    flex: 1 1 auto;
  }
}

@media (max-width: 1024px) {
  .cta-block__form input {
    max-width: 100%;
  }

  .blog-grid__posts,
  .single-post-other-articles-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-grid__item--full,
  .blog-grid__item--span2 {
    grid-column: unset;
  }

  .cta-block {
    padding: 40px;
  }

  .cta-title {
    text-align: center;
  }

  .cta-block__title {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .blog-grid__container {
    padding: 0 16px;
  }

  .blog-grid__posts,
  .single-post-other-articles-posts {
    gap: 24px;
  }

  .cta-block__form input,
  .cta-block__form button {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .blog-grid__posts,
  .single-post-other-articles-posts {
    grid-template-columns: 1fr;
  }

  .blog-grid__pagination {
    margin-top: 56px;
  }

  .blog-grid__pagination .page-numbers {
    width: 42px;
    height: 42px;
  }
}

.blog-grid__item--full .blog-card-image {
  max-width: 1148px;
  width: 100%;
  max-height: 500px;
  height: 500px;
}

.blog-card-image,
.blog-card-image img {
  border-radius: 48px;
}

.blog-grid__item--full {
  gap: 88px;
}

.blog-grid__item {
  padding: 24px;
}

.blog-card__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
}

.footer {
  background: #171a22;
  z-index: 1;
}

.footer__content {
  margin: 0 auto;
  max-width: 1728px;
  padding: 40px 16px;
  width: 100%;
}

.footer__content__links {
  border-bottom: 1px solid #222632;
  padding-bottom: 40px;
}

.footer__content__info {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

@media (max-width: 820.98px) {
  .footer__content__info {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }

  .footer__content__info-logo a {
    display: flex;
    justify-content: center;
  }
}

.footer__content__info-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__content__info-logo span {
  color: #6e7992;
  font-family: Open Sans, "Open Sans Fallback: Arial";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__content__info-contact {
  align-items: center;
  display: flex;
  gap: 40px;
}

@media (max-width: 820.98px) {
  .footer__content__info-contact {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

.footer__content__info-contact-email {
  display: flex;
  font-family: Open Sans, "Open Sans Fallback: Arial";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 4px;
  line-height: 24px;
}

.footer__content__info-contact-email span {
  color: #6e7992;
}

.footer__content__info-contact-social-network {
  display: flex;
  gap: 14px;
}

.footer .nav__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 820.98px) {
  .footer .nav__list {
    display: flex;
    gap: 40px;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  .logo__icon.mobile {
    display: none;
  }
}

.breadcrumbs .not-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 991px) {

  .not-mobile,
  .breadcrumbs .not-mobile {
    display: none;
  }

  .is-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .is-mobile {
    display: none !important;
  }
}

.single-post-wrap {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.title h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.breadcrumbs {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

.single-post-wrap {
  padding-top: 54px;
}

.actions-statistic {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.actions-statistic .read-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #8e8f91;
}

.actions-statistic .read-time svg {
  flex-shrink: 0;
}

.read-time__text {
  line-height: 1;
}

.meta-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #798691;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #222632;
  margin-bottom: 20px;
}

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

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

.author-avatar img {
  border-radius: 99999px;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  min-width: 60px;
  min-height: 60px;
}

.author-fullname {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.author-role {
  font-weight: 400;
  color: #798691;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.pre-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share {
  background: #222632;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #fafafa;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding: 11px 12px;
  max-height: 44px;
  letter-spacing: 0%;
  border-radius: 6px;
  cursor: pointer;
}

.share-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translate(-50%, 0);
  background: #222632;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(10, 12, 20, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.share-tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #222632;
  rotate: 45deg;
}

.share-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 6px);
}

.single-thumbnail {
  margin-top: 40px;
  max-width: 1000px;
  margin-bottom: 40px;
}

.single-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 64px;
}

.single-content-wrap {
  width: 100%;
}

.single-content-wrap {
  display: flex;
  justify-content: space-between;
}

.single-content-inner {
  max-width: 600px;
  --post-content-font-size: 20px;
}

.single-content-inner[data-text-size="big"] {
  --post-content-font-size: 20px;
}

.single-content-inner[data-text-size="default"] {
  --post-content-font-size: 18px;
}

.sidebar {
  max-width: 340px;
  position: sticky;
  top: 90px;
  height: 100%;
}

#breadcrumbs span,
#breadcrumbs span a {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #49535f;
}

#breadcrumbs span span {
  color: #b0bcc2;
}

#breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-content-inner h2,
.single-content-inner h3,
.single-content-inner h4,
.single-content-inner h5,
.single-content-inner h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.single-content-inner p {
  font-weight: 400;
  font-size: var(--post-content-font-size, 20px);
  line-height: 150%;
  letter-spacing: 0%;
  color: #798691;
  margin-bottom: 24px;
}

.single-content-inner img {
  max-width: 600px;
  max-height: 354px;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  border-radius: 48px;
}

.wp-block-table thead {
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #8995b0;
  letter-spacing: 0%;
  min-height: 56px;
  text-align: center;
}

.wp-block-table thead th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wp-block-table thead th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.wp-block-table thead th strong {
  font-weight: 600;
}

.wp-block-table td,
.wp-block-table th {
  border: 2px solid #121318;
}

.wp-block-table thead th {
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #8995b0;
  padding: 18px 0;
  letter-spacing: 0%;
  text-align: center;
  background-color: #1d212b;
}

.wp-block-table .has-fixed-layout td {
  background: #191d25;
  border-radius: 6px;
  padding: 38px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b0bcc2;
}

.wp-block-table .has-fixed-layout td strong {
  font-weight: 600;
}

.single-content-inner a {
  color: #6955b8;
}

.single-content-inner p strong {
  font-weight: 400;
}

.single-content-inner ul {
  padding: 0;
  padding-left: 16px;
  font-weight: 600;
  font-size: var(--post-content-font-size, 20px);
  line-height: 150%;
  letter-spacing: 0%;
  color: #798691;
  margin-bottom: 32px;
}

.single-content-inner ol {
  padding-left: 18px;
  font-weight: 600;
  font-size: var(--post-content-font-size, 20px);
  line-height: 150%;
  letter-spacing: 0%;
  color: #798691;
}

.single-content-inner ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.single-content-inner ul li strong {
  font-weight: 600;
}

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

.faq-item {
  background: #1d212b;
  border-radius: 16px;
  padding: 24px;
}

.faq-item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  padding: 0;
}

.faq-item-question:focus-visible {
  outline: 2px solid #755cd9;
  outline-offset: 4px;
}

.faq-item-button {
  display: flex;
  align-items: center;
}

.faq-item-button .faq-icon {
  transition: opacity 0.2s ease;
}

.faq-item-button .faq-icon--minus {
  display: none;
}

.faq-item.is-open .faq-item-button .faq-icon--plus {
  display: none;
}

.faq-item.is-open .faq-item-button .faq-icon--minus {
  display: block;
}

.faq-item-answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #798691;
  overflow: hidden;
  opacity: 1;
  transition: height 0.3s ease, opacity 0.3s ease;
  will-change: height, opacity;
}

.faq-item-answer__content {
  padding-top: 24px;
}

.faq-title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 24px;
}

.single-content-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item-question-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #f9f9f9;
}

.faq-item-answer__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #798691;
}

.comment-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.comment-top {
  background: #171a22;
  border-radius: 16px;
  padding: 24px;
}

.comment-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f9f9f9;
}

.comment-counts {
  color: #798691;
}

.single-content-inner .comment-form-avatar {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
}

.comment-form-bottom-icon a {
  color: inherit !important;
  text-decoration: underline !important;
}

.comment-form {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.comment-form-fields {
  width: 100%;
}

.comment-form-fields p {
  margin: 0 0 12px;
}

.comment-form-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.comment-field-label {
  font-size: 14px;
  line-height: 100%;
  color: #b0bcc2;
}

.comment-form-right {
  flex: 1;
  min-width: 0;
}

.comment-input {
  min-width: 0;
  max-width: none;
  width: 100%;
  padding: 10px;
  background-color: #14171e;
  border-radius: 6px;
  border: 1px solid #222632;
  color: #fff;
}

.comment-input::placeholder {
  color: #49535f;
}

.comment-field {
  max-height: 100px;
  height: 100%;
  padding: 10px;
  min-height: 100px;
  background-color: #14171e;
  border-radius: 6px;
  border: 1px solid #222632;
  resize: none;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.comment-field::-webkit-input-placeholder {
  color: #49535f;
}

.comment-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-form-bottom-icon svg {
  min-width: 20px;
}

.comment-form-bottom-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b0bcc2;
  max-width: 320px;
}

.comment-form-bottom-icon a {
  text-decoration: none;
}

.comment-form-button {
  background: #755cd9;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 6px;
  max-width: 120px;
  width: 100%;
  min-height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.comment-form-status {
  margin-top: 12px;
  font-size: 14px;
  line-height: 140%;
  color: #b0bcc2;
}

.comment-form-status.is-success {
  color: #75d977;
}

.comment-form-status.is-error {
  color: #ff6b6b;
}

.comment-main {
  padding: 24px;
  border-radius: 16px;
  background: #171a22;
}

.comment-pending-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #b0bcc2;
  margin-bottom: 12px;
}

.comment-pagination {
  margin-top: 24px;
}

.no-comments-yet {
  margin: 0 !important;
}

.comments-closed-note,
.no-comments-yet {
  margin-top: 16px;
  font-size: 14px;
  line-height: 140%;
  color: #798691;
}

.comment-author-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comment-item {
  display: flex;
  gap: 12px;
  width: 100%;
}

.comment-text p {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #f9f9f9;
}

.comment-reply-link {
  color: #b0bcc2 !important;
}

.comment-likes-count {
  color: #b0bcc2;
}

.comment-text p {
  margin-bottom: 0;
}

.comment-actions {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.comment-like {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b0bcc2;
}

.comment-like-button {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
}

.comment-like-button svg {
  pointer-events: none;
}

.comment-like.is-liked {
  color: #6955b8;
}

.comment-like-button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.comment-replay-button {
  margin-left: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b0bcc2;
  cursor: pointer;
}

.comment-date {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
}

.comment-item-entity {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-item-reply-item {
  display: flex;
  gap: 12px;
}

.comment-item-reply-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
  margin-bottom: 16px;
  margin-top: 16px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.comment-item-reply-count svg {
  transition: transform 0.2s ease;
}

.comment-item-reply-count:focus-visible {
  outline: 2px solid #755cd9;
  outline-offset: 2px;
}

[data-comment-replies] .comment-item-reply-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

[data-comment-replies] .comment-item-reply-list[hidden] {
  display: flex;
}

[data-comment-replies].is-open .comment-item-reply-count svg {
  transform: rotate(180deg);
}

[data-comment-replies].is-open .comment-item-reply-list {
  max-height: 2000px;
  opacity: 1;
}

.comment-author-status {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #b0bcc2;
  padding: 2px 6px;
  border-radius: 6px;
  background: #222632;
}

aside {
  background: #1a1e27;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
}

aside img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.list-links-sidebar {
  padding: 24px;
}

.list-links-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.list-link-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fafafa;
}

.list-link-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #798691;
  margin-top: 4px;
}

.list-links-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.list-links-item svg {
  min-width: 16px;
  min-height: 16px;
}

.single-post-other-articles {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  padding: 0 16px;
  margin-bottom: 60px;
}

.single-post-other-articles-posts {
  width: 100%;
}

.single-post-other-articles-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #ffffff;
  margin-bottom: 24px;
}

.toc-fixed {
  position: fixed;
  bottom: 20px;
  max-width: 600px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  padding-right: 16px;
  cursor: default;
  z-index: 20;
}

.toc-fixed[hidden] {
  display: none !important;
}

.toc-toc-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #14171e;
  display: flex;
  align-items: center;
  gap: 8px;
}

.toc-opened-content {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 2px;
  bottom: 74px;
  width: 100%;
  left: 0;
  background: #ffffff;
  padding: 8px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(20, 23, 30, 0.15);
}

.toc-opened-content[hidden] {
  display: none !important;
}

.toc-fixed.is-open .toc-opened-content {
  display: flex;
}

.post-text-size {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-text-size-default,
.post-text-size-big {
  width: 60px;
  height: 48px;
  border-radius: 34px;
  color: #798691;
  cursor: pointer;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.post-text-size-big svg {
  width: 16px;
  height: 18px;
}

.post-text-size-default svg {
  width: 10px;
  height: 12px;
}

.post-text-size-default path,
.post-text-size-big path {
  fill: #798691;
}

.text-post-size-current svg path {
  fill: #f9f9f9;
}

.post-text-size button:focus-visible,
.toc-open-trigger:focus-visible {
  outline: 2px solid #755cd9;
  outline-offset: 2px;
}

.toc-list-content-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #14171e !important;
  padding: 12px;
  border-radius: 12px;
  transition: 0.25s ease-in-out;
  display: block;
}

.toc-list-content {
  max-height: 250px;
  overflow-y: auto;
}

.toc-list-content-item:hover {
  background: #d8dee1;
}

.toc-list-content-item-current {
  background: #d8dee1;
}

.toc-open-trigger {
  background: transparent;
  border: none;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: background 0.2s ease;
}

.toc-open-trigger:hover {
  background: rgba(110, 121, 146, 0.15);
}

.toc-fixed.is-open .toc-open-trigger svg {
  transform: rotate(180deg);
}

.text-post-size-current {
  background: #755cd9;

  display: flex;
  align-items: center;
  justify-content: center;
}

.post-text-size button:hover {
  background: #755cd9;
  color: #fff !important;
}

.post-text-size button:hover svg path {
  fill: #fff !important;
}

.logo__icon.desktop {
  display: block;
}

@media screen and (max-width: 1440px) {
  .blog-card__date {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  .cta-block__title {
    font-size: 32px;
  }

  .blog-grid__item--full .blog-card-image img,
  .blog-grid__item--full .blog-card-image {
    max-width: 100%;
    min-height: auto;
    max-height: 262px !important;
    border-radius: 24px;
  }

  .blog-grid__item {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .blog-card__title {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
  }

  .blog-card__meta {
    gap: 8px;
  }

  .blog-card__readtime,
  .blog-card__date {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .blog-card__readtime-icon svg,
  .blog-card__readtime-icon {
    max-width: 16px;
    max-height: 16px;
  }

  .blog-grid__item {
    padding: 8px;
    border-radius: 32px;
  }

  .blog-card__content {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
  }

  article {
    margin-bottom: 0 !important;
  }

  .blog-card__content {
    gap: 12px;
  }

  .blog-grid__item .blog-card-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .blog-grid__item--span2 .blog-card-image {
    max-height: 100%;
    min-height: 100%;
  }

  .blog-card-image,
  .blog-card-image img {
    border-radius: 24px;
  }

  .blog-grid__item .blog-card-image {
    min-height: unset;
  }

  .blog-grid__item--full .blog-card-image img,
  .blog-grid__item--full .blog-card-image {
    max-width: 100%;
    min-height: auto;
    max-height: 262px !important;
    border-radius: 24px;
  }

  .blog-grid__item {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .blog-card__title {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
  }

  .blog-card__meta {
    gap: 8px;
  }

  .blog-card__readtime,
  .blog-card__date {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .blog-card__readtime-icon svg,
  .blog-card__readtime-icon {
    max-width: 16px;
    max-height: 16px;
  }

  .blog-card__content {
    padding-left: 8px;
    padding-right: 8px;
  }

  article {
    margin-bottom: 0 !important;
  }

  .blog-card__content {
    gap: 12px;
  }

  .blog-grid__item .blog-card-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .blog-grid__item--span2 .blog-card-image {
    max-height: 100%;
    min-height: auto;
  }

  .blog-card-image,
  .blog-card-image img {
    border-radius: 24px;
  }

  .blog-grid__posts {
    flex-direction: column;
  }

  .sidebar {
    display: none;
  }

  .single-content-inner {
    max-width: 100%;
  }

  .single-post-other-articles-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }

  .single-post-other-articles .blog-grid__posts {
    display: flex;
    flex-direction: row;
    padding-right: 16px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .single-post-other-articles .blog-grid__posts::-webkit-scrollbar {
    display: none;
  }

  .single-post-other-articles .blog-grid__posts::-webkit-scrollbar {
    display: none;
  }

  .wrp {
    overflow: hidden;
    margin-right: -16px;
  }

  .single-post-other-articles .blog-grid__item {
    min-width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .cta-block {
    flex-direction: column;
    background-image: url("../img/email-bg-mobile.png");
    gap: 12px;
    padding-top: 240px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-radius: 32px;
    background-size: cover;
    background-position: top;
  }

  .cta-block__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .cta-block__form {
    flex-direction: column;
  }

  .cta-block__form button {
    width: 100%;
    max-width: 100%;
  }

  .cta-form h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #b0bcc2;
  }
}

@media screen and (max-width: 768px) {
  .header__user-img {
    display: none;
  }
  .header__logo--mobile {
    display: block;
  }
  .main-title {
    font-weight: 700;
    font-size: 61.32px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
  }

  .top-search {
    padding: 48px 0;
  }

  .site-main {
    background-position: center 0px;
  }

  .search-form {
    padding: 0 16px;
  }

  .logo__icon.desktop {
    display: none;
  }

  .blog-grid__pagination {
    margin-top: 24px;
  }

  .blog-grid {
    padding-bottom: 48px;
  }

  .footer__content__info-logo .logo__icon.desktop {
    display: block;
  }

  .footer__content__info-logo .logo__icon.mobile {
    display: none;
  }

  .breadcrumbs {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .is-mobile a {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .single-post-wrap {
    padding-top: 30px;
  }

  .title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 136%;
    letter-spacing: 0%;
  }

  .pre-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .meta-info {
    margin: 30px 0;
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: wrap;
    font-size: 12px !important;
    gap: 8px;
  }

  .blog-card__readtime {
    padding: 4px 12px;
  }

  .author-avatar img {
    max-width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .author-fullname,
  .author-role {
    font-size: 16px;
  }

  .actions-statistic {
    display: none;
  }

  .single-content {
    padding: 0;
  }

  .single-thumbnail {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .single-thumbnail img {
    border-radius: 24px;
  }

  .single-content-inner h2,
  .single-content-inner h3,
  .single-content-inner h4,
  .single-content-inner h5,
  .single-content-inner h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .single-content-inner[data-text-size="big"] {
    --post-content-font-size: 18px;
  }

  .single-content-inner[data-text-size="default"] {
    --post-content-font-size: 16px;
  }

  .wp-block-table .has-fixed-layout td {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .faq-title {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .faq-item-question-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .comment-form-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .comment-form-button {
    max-width: 100%;
    width: 100%;
  }

  .comment-main {
    padding: 16px;
  }

  .comment-top {
    padding: 16px;
  }

  .comment-title {
    font-size: 20px;
  }

  .comment-section {
    margin-left: -16px;
    margin-right: -16px;
  }

  .faq-item-answer__content {
    font-size: 14px;
  }

  .faq-item {
    padding: 16px;
  }

  .comment-text p {
    font-size: 14px;
  }

  .comment-like-button svg {
    max-width: 20px;
    max-height: 20px;
  }

  .comment-replay-button {
    margin-left: 12px;
  }

  .comment-date {
    font-size: 12px;
  }

  .single-post-other-articles {
    margin-top: 64px;
  }

  .single-post-other-articles .blog-grid__item .single-post-other-articles .blog-grid__item {
    width: 100%;
    min-width: 300px;
  }

  .single-post-other-articles {
    margin-bottom: 48px;
  }

  .toc-fixed {
    max-width: calc(100% - 16px);
    width: 100%;
  }

  .post-text-size-default,
  .post-text-size-big {
    width: 60px;
    height: 40px;
  }

  .toc-current {
    max-width: 160px;
    font-size: 14px;
  }

  .toc-list-content-item {
    font-size: 14px;
  }

  .single-post-other-articles .blog-grid__item {
    min-width: 300px;
  }
}

.toc-current,
.toc-list-content-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

a:hover,
a:focus,
a:active {
  color: #755cd9;
}

@media screen and (max-width: 600px) {
  .cta-block {
    background-size: cover;
    background-position: top;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .blog-card.blog-grid__item--full {
    flex-direction: row-reverse;
  }
}

.sidebar-banner-image {
  max-height: 640px;
}

.reactions-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.divder {
  width: 100%;
  height: 1px;
  background: #222632;
  margin: 40px 0;
}

.reactions-list {
  margin-top: 16px;
  padding: 20px 24px;
  background: #1c2029;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 64px;
  gap: 12px;
}

.reaction-item {
  padding: 8px;
  display: flex;
  align-items: center;
  background: #222632;
  border: none;
  width: 100%;
  text-align: left;
  color: inherit;
  font: inherit;
  appearance: none;
  border-radius: 222px;
  cursor: pointer;
  gap: 10px;
  transition: all 0.25s ease-in-out;
}

.reaction-item:focus {
  outline: none;
}

.reaction-item:focus-visible {
  outline: 2px solid #8b7ff4;
  outline-offset: 2px;
}

.reaction-item[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.reaction-item:hover {
  background: #323849;
}

.reaction-item.selected {
  background: #755cd9;
  color: #f9f9f9 !important;
}

.reaction-item.selected svg path {
  fill: #f9f9f9;
}

.reaction-count {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b0bcc2;
}

.search-form-wrap {
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 24px;
  margin-right: auto;
  padding: 8px;
  background: #1d212b;
  border-radius: 47px;
}

.search-form-wrap .search-form {
  margin: 0;
}

.search-form-wrap .search-form__icon {
  left: 16px;
}

.search-form-wrap .search-form__input {
  padding: 0;
  border: 0;
  font-weight: 600;
  padding-left: 52px;
}

.date-filter {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.25s ease-in-out;
}

.date-filter a,
.date-filter__button {
  padding: 13px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 34px;
  color: #798691;
  border: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.date-filter__button:focus-visible {
  outline: 2px solid #755cd9;
  outline-offset: 2px;
}

.date-filter .is-current {
  color: #f9f9f9;
  background: #755cd9;
}

.horizontal-divider {
  width: 1px;
  height: 28px;
  margin-top: auto;
  margin-bottom: auto;
  background: #323849;
}

.slider-news {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.slider-wrapper {
  position: relative;
  min-height: 216px;
  background: #1c2029;
  padding-top: 40px;
  padding-bottom: 64px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 24px;
  border-radius: 32px;
}

.slider-wrapper [data-slider="news"] .slick-list {
  margin-left: -40px;
  margin-right: -40px;
}

.slider-wrapper [data-slider="news"] .slick-track {
  display: flex;
  gap: 0;
}

.slider-wrapper [data-slider="news"] .slick-slide {
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-wrapper [data-slider="news"] .slick-slide>div {
  height: 100%;
}

.slider-wrapper [data-slider="news"] {
  position: relative;
}

.slider-wrapper [data-slider="news"].slider--hidden,
.slider-wrapper [data-slider="news"].slider--hidden .slick-track,
.slider-wrapper [data-slider="news"].slider--hidden .slick-list {
  opacity: 0;
}

.slider-wrapper [data-slider="news"].slider--static {
  display: flex;
  gap: 80px;
  overflow: hidden;
}

.slider-wrapper [data-slider="news"].slider--static .slider-item {
  flex: 0 0 auto;
}

.slider-wrapper [data-slider="news"].slick-slider {
  background: transparent;
}

.slider-wrapper [data-slider="news"].slider--static,
.slider-wrapper [data-slider="news"].slider--static .slick-track,
.slider-wrapper [data-slider="news"].slider--static .slick-list,
.slider-wrapper [data-slider="news"].slider--hidden,
.slider-wrapper [data-slider="news"].slider--hidden .slick-track,
.slider-wrapper [data-slider="news"].slider--hidden .slick-list {
  transition: none !important;
}

.slider-wrapper [data-slider="news"].slick-vertical .slick-list {
  margin-left: 0;
  margin-right: 0;
}

.slider-wrapper [data-slider="news"].slick-vertical .slick-track {
  display: block;
}

.slider-wrapper [data-slider="news"].slick-vertical .slick-slide {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 24px;
}

.slider-wrapper [data-slider="news"].slick-vertical .slick-slide:last-child {
  margin-bottom: 0;
}

.slider-item {
  display: flex !important;
  align-items: center;
  gap: 24px;
  width: 466px;
  max-width: 466px;
  flex: 0 0 auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--slider-anim-delay, 0ms);
}

.slider-item-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-item-reading-time {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 555px;
  border: 1px solid #323849;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
}

.slider-item-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #f9f9f9;
  letter-spacing: 0%;
}

.slider-item-right,
.slider-item-thumbnail,
.slider-item-thumbnail img {
  max-width: 110px;
  max-height: 110px;
  width: 100%;
  height: 100%;
  min-height: 110px;
  min-width: 110px;
  object-fit: cover;
  border-radius: 12px;
}

.slider-item-date {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
}

.slider-item-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-item--exit {
  transform: translateY(-20px);
  opacity: 0;
}

@keyframes slider-item-enter {
  from {
    transform: translateY(24px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slider-item--enter {
  opacity: 0;
  transform: translateY(24px);
  transition: none !important;
  will-change: transform, opacity;
  animation: slider-item-enter 0.45s ease forwards;
  animation-delay: var(--slider-anim-delay, 0ms);
}

.btn-left {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .dots .slick-dots {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.slider-wrapper .dots .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.slider-wrapper .dots .slick-dots li button {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
}

.slider-wrapper .dots .slick-dots li button .dot {
  display: block;
}

.slider-wrapper .dots .slick-dots li.slick-active button .dot {
  background: #f9f9f9;
}

@media (max-width: 1279px) {
  .slider-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .slider-wrapper [data-slider="news"] .slick-list {
    margin-left: -24px;
    margin-right: -24px;
  }

  .slider-wrapper [data-slider="news"] .slick-slide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-wrapper [data-slider="news"] .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }

  .slider-wrapper [data-slider="news"] .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-left,
  .btn-right {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .btn-left {
    left: 24px;
  }

  .btn-right {
    right: 24px;
  }
}

.btn-right {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-left,
.btn-right {
  cursor: pointer;
}

.btn-left:hover svg rect,
.btn-right:hover svg rect {
  fill: #49535f;
}

.slick-active>span {
  background: #f9f9f9;
}

.dot {
  background: #49535f;
  border-radius: 999px;
  width: 24px;
  height: 8px;
  display: block;
}

.dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 24px;
  height: 24px;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
  bottom: unset !important;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media screen and (max-width: 1024px) {

  .btn-left,
  .btn-right {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .search-form__input,
  .search-form__field {
    max-width: 174px;
    min-width: unset;
  }

  .horizontal-divider {
    margin-left: 24px;
  }

  .search-form-wrap .search-form__icon {
    left: 0;
  }

  .search-form-wrap .search-form__input {
    padding-left: 32px;
  }

  .date-filter a,
  .date-filter__button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-search {
    padding-left: 16px;
    padding-right: 16px;
  }

  .date-filter {
    gap: 0;
  }

  .slider-item-reading-time {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    gap: 4px;
    padding: 4px 12px;
  }

  .slider-item-date {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .slider-item-right,
  .slider-item-thumbnail,
  .slider-item-thumbnail img {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .slider-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .slider-item {
    justify-content: space-between;
    gap: 8px;
  }

  .slider-wrapper {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .slider-wrapper [data-slider="news"].slick-vertical .slick-slide {
    padding-bottom: 24px;
    border-bottom: 1px solid #323849;
  }
}

.result-search {
  padding-bottom: 68px;
}

.container-search {
  background: #1c2029;
  max-width: 1800px;

  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 68px;
}

.search-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.search-text {
  font-weight: 600;
  font-size: 20px;
  color: #798691;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 554px;
}

.custom-block-skin-info-left {
  background: url("../img/card-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.custom-block-skin-info {
  background: #222632;
  max-width: 627px;
  width: 100%;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 4px);
  z-index: 100;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(8px);
}

.custom-block-skin-info::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 16px;
  bottom: -16px;
  pointer-events: auto;
}

.custom-block-skin-info-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-block-skin-info-left,
.custom-block-skin-info-image,
.custom-block-skin-info-image img {
  max-width: 292px;
  max-height: 280px;
  width: 100%;
  height: 100%;
}

.custom-block-skin-info-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-block-skin-info-rarities,
.custom-block-skin-info-stattrack {
  background: #171a22;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18.5px;
}

.custom-block-skin-info-rarity {
  display: flex;
  width: 100%;
}

.custom-block-skin-info-right {
  width: 100%;
}

.rarity-name {
  margin-left: auto;
}

.custom-block-skin-info-rarity-left {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.custom-block-skin-info-rarity-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6e7992;
}

.custom-block-skin-info-top {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.custom-block-skin-info-rarity-right {
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0%;
}

.custom-block-skin-info-bottom {
  display: flex;
  flex-direction: column;
}

.custom-block-skin-info-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 8px;
}

.custom-block-skin-info-paragraph {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b0bcc2;
}

.custom-block-skin-info-button a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #755cd9;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  border-radius: 6px;
  letter-spacing: 0%;
  color: #fafafa;
}

.custom-block-skin-info-button {
  margin-top: 20px;
  width: 100%;
}

.wp-block-skinsblog-skin-info,
.skinsblog-skin-info {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  margin: 0;
}

.skinsblog-skin-info--inline {
  display: inline-flex;
  align-items: baseline;
  vertical-align: baseline;
}

.wp-block-skinsblog-skin-info {
  vertical-align: baseline;
}

.skinsblog-skin-info-trigger {
  color: #755cd9;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.skinsblog-skin-info:hover .custom-block-skin-info,
.skinsblog-skin-info:focus-within .custom-block-skin-info,
.skinsblog-skin-info.is-tooltip-visible .custom-block-skin-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 960px) {
  .custom-block-skin-info {
    width: 627px;
  }
}

@media screen and (max-width: 768px) {
  .custom-block-skin-info-top {
    flex-direction: column;
  }

  .custom-block-skin-info {
    display: none;
  }

  .custom-block-skin-info-title {
    font-size: 18px;
  }

  .custom-block-skin-info-paragraph {
    font-size: 16px;
  }
}

.glossary {
  --glossary-purple: #755cd9;
  --glossary-dark: #151726;
  --glossary-card: rgba(26, 29, 46, 0.9);
  --glossary-border: rgba(255, 255, 255, 0.08);
  padding-bottom: 80px;
}

.glossary-hero {
  position: relative;
  padding-top: 120px;
}

.glossary-hero__content {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.glossary-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-bottom: 12px;
}

.glossary-hero__title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 700;
  margin-bottom: 16px;
}

.glossary-hero__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.6;
}

.glossary-controls {
  padding: 0 16px;
  margin-top: 120px;
}

.glossary-control-bar {
  display: flex;
  gap: 8px;
}

.glossary-games__select-wrapper {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.glossary-games__native-select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1d212b;
  color: #f9f9f9;
  font-weight: 600;
  appearance: none;
}

.glossary-games__custom {
  display: none;
  min-width: 212px;
  min-height: 64px;
}

.glossary-games__select-wrapper.is-enhanced .glossary-games__native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  overflow: hidden;
}

.glossary-games__select-wrapper.is-enhanced .glossary-games__custom {
  display: block;
}

.glossary-games__select-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 47px;
  min-height: 64px;
  background: #1d212b;
  color: #f5f7ff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.glossary-games__current {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.glossary-games__option-icon svg {
  display: block;
}

.glossary-games__option-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.glossary-games__chevron {
  display: inline-flex;
  transition: transform 0.2s ease;
}

.glossary-games__select-wrapper.is-open .glossary-games__chevron {
  transform: rotate(180deg);
}

.glossary-games__options {
  list-style: none;
  margin: 8px 0 0;
  padding: 8px;
  border-radius: 32px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1d212b;
  position: absolute;
  width: 100%;
  top: calc(100% + 8px);
  left: 0;
  box-shadow: 0 24px 50px rgba(7, 8, 14, 0.65);
  display: none;
  z-index: 10;
}

.glossary-games__select-wrapper.is-open .glossary-games__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.glossary-games__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f5f7ff;
  font-weight: 600;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.glossary-games__option:hover,
.glossary-games__option:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}

.glossary-games__option.is-active {
  background: #6955b8;
}

.glossary-games__option.is-active svg path {
  fill: #f9f9f9;
}

.glossary-games__list,
.glossary-letters__list {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.glossary-games__item,
.glossary-letters__item {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  width: 100%;
}

.glossary-games__item a,
.glossary-letters__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #f9f9f9;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.glossary-games__item.is-active a,
.glossary-letters__item.is-active a,
.glossary-games__item a:hover,
.glossary-letters__item a:hover {
  color: #f9f9f9;
  background: #6955b8;
}

.glossary-letters {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.glossary-letters__list {
  flex: 1;
  flex-wrap: wrap;
  gap: 2px;
}

.glossary-letters__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.glossary-letters__toggle:focus-visible {
  outline: 2px solid #6955b8;
  outline-offset: 2px;
  border-radius: 50%;
}

.glossary-letters__toggle-icon svg {
  display: block;
  transition: transform 0.2s ease;
}

.glossary-letters.is-expanded .glossary-letters__toggle-icon svg {
  transform: rotate(180deg);
}

.glossary-controls .search-form {
  margin-top: 0;
}

.glossary-letters-search {
  background: #1d212b;
  border-radius: 47px;
  padding: 8px;
  gap: 8px;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.glossary-letters-search .search-form {
  flex: 1;
}

.glossary-search {
  margin-left: auto;
  flex: 1 1 280px;
  display: flex;
  gap: 8px;
}

.glossary-search__field {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 12px 18px;
}

.glossary-search__field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.glossary-search__submit {
  border: none;
  border-radius: 999px;
  padding: 0 22px;
  background: linear-gradient(90deg, #00a25b, #755cd9);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .glossary-letters-search {
    flex-direction: column;
  }

  .glossary-letters__toggle {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .glossary-letters:not(.is-expanded) .glossary-letters__item:nth-child(n + 9) {
    display: none;
  }
}

.glossary-results {
  padding: 56px 16px 0;
}

.glossary-list {
  background: #1c2029;
  border-radius: 64px;
  padding: 56px;
}

.glossary-letter {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.glossary-letter:first-of-type {
  border-top: 0;
}

.glossary-letter__label {
  font-weight: 700;
  font-size: 192px;
  line-height: 100%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #755cd9;
}

.glossary-entry {
  padding: 32px 48px;
  border-radius: 32px;
}

.glossary-entry:hover {
  background: #222632;
}

.glossary-entry__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.glossary-entry__title a {
  font-size: 22px;
  font-weight: 600;
}

.glossary-entry__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.glossary-entry__tag {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #798691;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 555px;
  border: 1px solid #323849;
  padding: 6px 10px;
}

.glossary-entry__excerpt {
  margin-top: 16px;
  color: #798691;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.glossary-empty {
  text-align: center;
  padding: 56px 16px 0;
  background: #1c2029;
  border-radius: 32px;
}

@media (max-width: 960px) {
  .glossary-control-bar {
    padding: 24px;
    flex-direction: column;
  }

  .glossary-search {
    width: 100%;
    margin-left: 0;
  }

  .glossary-entry__title a {
    font-size: 20px;
  }
}

.glossary-letter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.letter-articles {
  max-width: 850px;
  width: 100%;
}

.glossary-entry__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.glossary-games__options {
  padding: 8px !important;
}

.glossary-games__chevron svg path {
  stroke: #798691;
}

@media screen and (max-width: 768px) {
  .glossary-control-bar {
    padding: 0;
  }

  .glossary-controls {
    margin-top: 0;
  }

  .glossary-letters {
    flex-direction: column;
    align-items: center;
  }

  .glossary-letters__item {
    width: auto;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    max-width: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .glossary-letters-search {
    border-radius: 24px;
  }

  .glossary-controls {
    padding-left: 8px;
    padding-right: 8px;
  }

  .glossary-letters__list {
    justify-content: center;
  }

  .glossary .horizontal-divider {
    display: none;
  }

  .glossary-letters-search .search-form,
  .search-form__field,
  .search-form__input,
  .search-form__field {
    width: 100%;
    max-width: 100%;
  }

  .glossary-letters__list {
    padding-bottom: 16px !important;
    border-bottom: 2px solid #755cd9;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .glossary-games__select-toggle,
  .glossary-games__custom {
    min-height: 56px;
  }

  .site-main.glossary {
    background-position: center 0;
  }

  .glossary-results {
    padding-top: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .glossary-letter {
    flex-direction: column;
  }

  .glossary-games__custom,
  .glossary-games__select-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .glossary-list {
    padding: 16px;
    border-radius: 32px;
  }

  .glossary-letter:first-of-type {
    padding-top: 0;
  }

  .glossary-letter__label {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    padding-bottom: 64px;
  }

  .glossary-hero {
    margin-bottom: 24px;
  }

  .glossary-entry {
    padding: 0;
  }

  .glossary-entry:hover {
    background: transparent;
  }

  .glossary-entry__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .glossary-entry__excerpt {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #798691;
    margin-top: 12px;
  }

  .glossary-entry__tag {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 4px 12px;
  }

  .glossary-entry__tag svg {
    max-width: 16px;
    max-height: 16px;
  }

  .letter-articles {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .glossary-letters__list {
    flex-wrap: nowrap;
  }
}

.gradient-block {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 24px;
  background: linear-gradient(90deg,
      rgba(117, 92, 217, 0.25) 0%,
      rgba(117, 92, 217, 0) 100%);
  color: #f9f9f9;
  border-radius: 12px;
  border-left: 4px solid #755cd9;
}

.gloss-cta {
  margin-top: 100px;
  max-width: 1800px;
  margin-left: 16px;
  margin-right: 16px;
}

.gloss-item {
  background: #1c2029;
  padding: 40px;
  border-radius: 32px;
}

.gloss-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #f9f9f9;
}

.gloss-descr {
  margin-top: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #798691;
}

.gloss-link {
  margin-top: 24px;
  font-family: Rubik;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #755cd9;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .gradient-block {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .gloss-item {
    padding: 16px;
    min-width: 300px;
    border-radius: 24px;
  }

  .gloss-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .gloss-descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

  }

  .gloss-cta {
    margin-top: 64px;
  }

  .gloss-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .blog-grid__item:hover .blog-card-image img {
    transform: scale(1.01);
    border-radius: 24px;
  }
}

.nav__item--dropdown {
  position: relative;
}

.nav__dropdown {
  position: absolute;
  top: 35px;
  left: 50%;
  width: max-content;
  max-width: 350px;
  padding: 8px;
  background: #222632;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px #0003, 0 4px 6px -4px #0003;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0s linear 160ms;
}

.nav__item--dropdown.is-active .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0s;
}

.nav__dropdown::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.nav__dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #222632;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}

.nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.nav__submenu-link {
  background: #222632;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
}

.nav__submenu-link:hover,
.nav__submenu-link:focus-visible {
  color: unset;
  outline: none;
  background: #1a1e27;
}

.nav__submenu-icon {
  width: 22px;
  height: 22px;
}

.nav__submenu-link-header {
  align-items: center;
  display: flex;
  gap: 12px;
}

.nav__submenu-title {
  font-family: Rubik, "Rubik Fallback: Arial", sans-serif;
  line-height: normal;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 600;
}

.nav__submenu-description {
  color: #798691;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav__submenu-badge {
  background: #e4ae33;
  border-radius: 6px;
  color: #171a22;
  font-family: Rubik, "Rubik Fallback: Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 4px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.nav__item--dropdown.is-active {
  z-index: 10001;
}

.nav__item--dropdown.is-active>.nav__link--parent {
  color: #8b6bff;
}

.header__body,
.header__nav,
.nav__list {
  overflow: visible;
}

.header__category-select {
  align-items: center;
  background: #171a22;
  border-top: 1px solid #222632;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 100%;
  @media (max-width: 768px) {
    display: none;
  }
}

.category-select__nav {
  margin: 0 auto;
  max-width: 1728px;
  padding: 0 16px;
}

.category-select__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  min-height: 44px;
  padding: 6px 0;
}

.category-select__item {
  display: flex;
  align-items: center;
}

.category-select__item--dropdown {
  position: relative;
}

.category-select__trigger {
  color: #b0bcc2;
  font-family: Rubik, "Rubik Fallback: BlinkMacSystemFont", "Rubik Fallback: Segoe UI", "Rubik Fallback: Helvetica Neue", "Rubik Fallback: Arial", "Rubik Fallback: Noto Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 225ms cubic-bezier(.4, 0, .2, 1) 0s;
}

.category-select__trigger:hover,
.category-select__item--dropdown.is-active .category-select__trigger {
  color: #f9f9f9;
}

.category-select__dropdown {
  background: #1c2029;
  border-radius: 6px;
  box-shadow: 0 4px 20px #00000080;
  left: 50%;
  max-height: 280px;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 180%;
  transform: translateX(-50%) translateY(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0s linear 160ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  margin-top: 4px;
}

.category-select__item--dropdown.is-active .category-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0s;
}

.category-select__item--dropdown.is-active {
  z-index: 10001;
}

.filter-select__content.center {
  text-align: left;
}

.filter-select__content__items {
  overflow: visible;
}

.items-sort__options {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.items-sort__option {
  margin: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding: 8px 16px;
  white-space: nowrap;
}

.items-sort__option:hover {
  background: #222632;
}

.items-sort__option-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.items-sort__option-link:hover,
.items-sort__option-link:focus-visible {
  color: inherit;
  outline: none;
}

.items-sort__img.image {
  flex-shrink: 0;
  height: 32px;
  overflow: hidden;
  width: 42px;
  border-radius: 4px;
}

.items-sort__img .base-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.items-sort__option-title {
  font-family: Rubik, "Rubik Fallback: Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  color: #f9f9f9;
}

.category-select__list,
.category-select__nav {
  overflow: visible;
}

.category-dropdown__scroll-wrap {
  display: flex;
  max-height: 264px;
  position: relative;
}

.category-dropdown__scroll {
  flex: 1;
  max-height: 264px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-dropdown__scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.category-dropdown__scrollbar {
  background: #3d4556;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 4px;
  position: relative;
  width: 2px;
}

.category-dropdown__scrollbar-thumb {
  background: #6e7992;
  border-radius: 2px;
  left: 0;
  min-height: 24px;
  position: absolute;
  top: 0;
  width: 2px;
}

.category-dropdown__scrollbar-thumb:hover {
  background: #8b95a8;
}

@media (max-width: 1024px) {
  .hide-below-1024 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .show-below-1024 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .show-below-1024 {
    display: flex;
  }
}

.menu.header__menu {
  display: none;
}

@media (max-width: 1024px) {
  .menu.header__menu {
    display: block;
  }
}

.menu__icon-container {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.menu__icon {
  cursor: pointer;
  height: 12px;
  position: relative;
  width: 18px;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

/* Три линии: ::before (верх), span (центр), ::after (низ) */
.menu__icon span,
.menu__icon::before,
.menu__icon::after {
  background: #f9f9f9;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
}

.menu__icon::before,
.menu__icon::after {
  content: "";
}

.menu__icon span {
  top: 50%;
  transform: translateY(-50%) scale(1);
}

.menu__icon::before {
  top: 0;
}

.menu__icon::after {
  bottom: 0;
}

/* Открыто: средняя линия исчезает, верхняя и нижняя образуют крестик */
.menu__icon.open span {
  transform: translateY(-50%) scale(0);
}

.menu__icon.open::before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.menu__icon.open::after {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

.header__mobile-actions {
  align-items: center;
  display: none;
  gap: 12px;
}

.header__mobile-search,
.header__mobile-avatar {
  align-items: center;
  background: none;
  border: none;
  color: #6e7992;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}

.header__mobile-search:hover,
.header__mobile-avatar:hover {
  color: #f9f9f9;
}

.header__mobile-search svg,
.header__mobile-avatar svg {
  display: block;
}

.header__mobile-avatar {
  width: 36px;
  height: 36px;
}

.mobile-menu-overlay {
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 10002;
}

body.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.menu.menu__body-wrap,
#mobile-menu-panel {
  background: #171a22;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  top: 64px;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 64px);
  z-index: 10003;
}

body.mobile-menu-open #mobile-menu-panel,
body.mobile-menu-open .menu.menu__body-wrap {
  transform: translateX(0);
}

.menu__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.menu__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 24px;
  margin: 0;
  overflow: hidden;
  padding: 24px 16px 32px;
}

.menu__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  scrollbar-width: thin;
  scrollbar-color: #6e7992 #3d4556;
}

.menu__list::-webkit-scrollbar {
  width: 2px;
}

.menu__list::-webkit-scrollbar-track {
  background: #3d4556;
}

.menu__list::-webkit-scrollbar-thumb {
  background: #6e7992;
  border-radius: 2px;
}

.menu__list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.menu__list-item .base-collapse {
  border: none;
  padding: 0;
}

.menu__link,
.menu__sublink {
  color: #f9f9f9;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.menu__link:hover {
  color: #8b6bff;
}

.menu__badge {
  align-items: center;
  background: #e4ae33;
  border-radius: 6px;
  color: #171a22;
  display: inline-flex;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  margin-left: 8px;
  padding: 2px 6px;
  text-transform: uppercase;
}

.menu__collapse {
  background: transparent;
  border-bottom: 1px solid #1c2029;
  padding-bottom: 16px;
}

.menu__collapse .base-collapse__title {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.menu__collapse-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu__collapse-title {
  color: #f9f9f9;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.menu__collapse-arrow {
  flex-shrink: 0;
  color: #798691;
  height: 14px;
  width: 14px;
  transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu__collapse-arrow path {
  stroke: #798691;
}

.menu__collapse.is-open .menu__collapse-arrow,
.menu__collapse-arrow.expanded {
  transform: rotate(-180deg);
}

.base-collapse__content,
.base-collapse__body {
  display: none;
  flex-direction: column;
}

.menu__collapse.is-open .base-collapse__content,
.menu__collapse.is-open .base-collapse__body {
  display: flex;
}

.menu__sublinks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
}

.menu__feature-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  background: #1c2029;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
}

.menu__feature-card:hover {
  background: rgba(28, 32, 41, 0.9);
}

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

.menu__feature-card__icon {
  flex-shrink: 0;
  color: #755cd9;
  height: 20px;
  width: 20px;
}

.menu__feature-card__icon path {
  fill: #755cd9;
}

.menu__feature-card__title {
  margin: 0;
  color: #f9f9f9;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.menu__feature-card__desc {
  margin: 0;
  color: #798691;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu__feature-card__badge {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #e4ae33;
  border-radius: 6px;
  color: #171a22;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 6px;
  text-transform: uppercase;
}

.menu__sublink {
  color: #b0bcc2;
  font-size: 14px;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.2s;
}

.menu__sublink:hover {
  color: #f9f9f9;
}

.menu__footer {
  flex-shrink: 0;
  text-align: center;
}

.menu__actions {
  margin-bottom: 23px;
}

.menu__actions .base-select,
.menu__actions .currency-select_align_center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.menu__actions .base-select__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: #1C2029;
  height: 45px;
  border-radius: 6px;
}

.menu__actions .base-select__header:hover {
  background: #3d4556;
}

.menu__actions .currency-select__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.menu__actions .currency-select__currency,
.menu__actions .currency-select__text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #f9f9f9;
}

.menu__actions .currency-select__currency {
  font-weight: 700;
}

.menu__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
}

.menu__contacts__label {
  font-family: Rubik;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #798691;
}

.menu__contacts__mail {
  font-family: Rubik;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F9F9F9;
}

.menu__contacts__mail:hover {
  text-decoration: underline;
}

.menu__social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.menu__social a {
  color: #fff;
}

.menu__social a:hover {
  opacity: 0.85;
}

.menu__social svg {
  display: block;
  width: 34px;
  height: 34px;
}

.menu__copyright {
  font-family: Rubik;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  color: #798691;
}