*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    background: #14141a;
    color: #fff;
    font-family: "Sofia Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 8px;
    font-weight: 700;
}
p {
    margin: 0 0 12px;
}
@font-face {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-regular.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-italic.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-500.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-500italic.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-700.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-900.woff2") format("woff2");
}
@font-face {
    font-family: "Sofia Sans";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("./fonts/sofia-sans/sofia-sans-v20-latin-900italic.woff2") format("woff2");
}
.page {
    font-family: "Sofia Sans", Arial, sans-serif;
}
.page {
    line-height: 1.6;
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .page {
        font-size: 16px;
    }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}
@media (max-width: 575.98px) {
    h1,
    h2,
    h3,
    .h1,
    .h2,
    .h3 {
        font-size: 24px;
    }
}
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.search-title {
    padding-bottom: 32px;
    padding-top: 24px;
}
.search-title__query {
    color: #e5ff3a;
}
.u-clamp-2 {
    --lines: 2;
}
.u-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    min-width: 0;
}
.u-clamp-3 {
    --lines: 3;
}
.u-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    min-width: 0;
}
.u-clamp-4 {
    --lines: 4;
}
.u-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    min-width: 0;
}
.u-clamp-5 {
    --lines: 5;
}
.u-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    min-width: 0;
}
.u-clamp,
.u-clamp-2,
.u-clamp-3,
.u-clamp-4,
.u-clamp-5 {
    overflow-wrap: anywhere;
}
@supports not ((-webkit-line-clamp: 1) or (line-clamp: 1)) {
    .u-clamp,
    .u-clamp-2,
    .u-clamp-3,
    .u-clamp-4,
    .u-clamp-5 {
        position: relative;
        overflow: hidden;
    }
    .u-clamp::after,
    .u-clamp-2::after,
    .u-clamp-3::after,
    .u-clamp-4::after,
    .u-clamp-5::after {
        content: "…";
        position: absolute;
        right: 0.25em;
        bottom: 0.15em;
        padding-left: 0.25em;
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(transparent),
            color-stop(60%, rgba(0, 0, 0, 0.6))
        );
        background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6) 60%);
    }
}
.container {
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 32px;
}
.main {
    padding-block: 24px 80px;
}
@media (max-width: 1023px) {
    .container {
        padding-inline: 16px;
    }
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 64px;
}
.site-header__inner {
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 32px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding-block: 14px;
    background-color: #14141a;
}
.site-header__search {
    justify-self: end;
}
.site-header__nav {
    justify-self: center;
}
.site-header__burger {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #232331;
    border-radius: 8px;
    background: #3a3451;
    cursor: pointer;
}
.site-header__burger {
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 2px;
}
.site-header__burger:focus-visible {
    outline-color: #d1ff27;
}
.site-header__burger-line,
.site-header__burger-line::before,
.site-header__burger-line::after {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: auto;
    content: "";
    position: relative;
}
.site-header__burger-line::before {
    top: -6px;
    position: relative;
}
.site-header__burger-line::after {
    top: 4px;
    position: relative;
}
@media (max-width: 1023px) {
    .site-header__inner {
        grid-template-columns: 1fr auto auto;
    }
    .site-header__nav {
        display: none;
    }
    .site-header__search {
        display: none;
    }
    .site-header__burger {
        display: inline-grid;
        place-items: center;
    }
}
@media (max-width: 576px) {
    .site-header__inner {
        padding-inline: 16px;
    }
}
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
}
.mobile-menu--open {
    display: block;
}
.mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.mobile-menu__panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(480px, 90vw);
    background: #14141a;
    border-left: 1px solid #232331;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 16px;
    padding: 14px 32px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition:
        transform 220ms ease,
        -webkit-transform 220ms ease;
}
.mobile-menu--open .mobile-menu__panel {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu__header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.mobile-menu__close {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #3a3451;
    border: 1px solid #232331;
    cursor: pointer;
    position: relative;
}
.mobile-menu__close {
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 2px;
}
.mobile-menu__close:focus-visible {
    outline-color: #d1ff27;
}
.mobile-menu__close-line,
.mobile-menu__close-line::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__close-line::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.mobile-menu__list {
    display: grid;
    gap: 10px;
}
.mobile-menu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: #1d1e26;
    border: 1px solid #232331;
    line-height: 1.6268;
    height: 44px;
}
.mobile-menu__link:active,
.mobile-menu__link:hover {
    background: #15151c;
}
.mobile-menu__link:active .chevron,
.mobile-menu__link:hover .chevron {
    background: #6750a4;
}
.mobile-menu__link--current {
    color: #d1ff27;
    border-color: #2a2a3a;
}
.mobile-menu__link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.mobile-menu__manipulate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu__image {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    opacity: 0.68;
    pointer-events: none;
    -webkit-transition: opacity 220ms ease;
    transition: opacity 220ms ease;
}
.mobile-menu__input {
    width: 115px;
    height: 40px;
    padding: 8px 8px 9px 32px;
    background: #000;
    border: none;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: border-color 160ms ease;
    transition: border-color 160ms ease;
    line-height: 1;
    outline: none;
}
.mobile-menu__input::-webkit-input-placeholder {
    color: #9aa0a6;
}
.mobile-menu__input::-moz-placeholder {
    color: #9aa0a6;
}
.mobile-menu__input:-ms-input-placeholder {
    color: #9aa0a6;
}
.mobile-menu__input::-ms-input-placeholder {
    color: #9aa0a6;
}
.mobile-menu__input::placeholder {
    color: #9aa0a6;
}
.mobile-menu__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 0;
    width: 0;
}
.mobile-menu__input:focus ~ .search__placeholder-icon {
    opacity: 0.35;
}
.mobile-menu__input:not(:-moz-placeholder) ~ .search__placeholder-icon {
    opacity: 0;
}
.mobile-menu__input:not(:-ms-input-placeholder) ~ .search__placeholder-icon {
    opacity: 0;
}
.mobile-menu__input:not(:placeholder-shown) ~ .search__placeholder-icon {
    opacity: 0;
}
@media (max-width: 1023px) {
    .mobile-menu__panel {
        padding: 14px 16px 14px 15px;
        overflow-y: scroll;
    }
}
@media (max-width: 576px) {
    .mobile-menu__panel {
        width: 100%;
    }
}
.footer {
    padding-top: 24px;
}
.footer__top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 40px 32px;
    gap: 16px;
}
.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 32px 16px;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 24px 32px 40px 32px;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: normal;
    color: #8b8c90;
}
.footer__rowWrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.footer__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    gap: 32px;
}
.footer__legal {
    max-width: 862px;
}
.footer__rights {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    gap: 16px;
    margin-bottom: 36px;
}
.footer__copy {
    text-align: right;
}
.footer a:hover {
    color: #c7caff;
}
.footer a:active {
    color: #c7caff;
}
.footer-nav {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.footer-nav__group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-nav__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;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: default;
    color: #fff;
}
.footer-nav__title {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0;
}
.footer-nav__chevron {
    display: none;
}
.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav__item {
    line-height: 0;
}
.footer-nav__item--colMenu {
    margin-bottom: 12px;
}
.footer-nav__link {
    color: #bfbfcb;
    font-size: var(--b-font-size-m);
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-nav__link:hover {
    color: #c7caff;
}
.footer-help {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 24px;
    width: 440px;
}
.join-us,
.contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.join-us__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 8px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    border-radius: 4px;
    background: rgba(199, 202, 255, 0.1);
}
.commutinty,
.currencies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 180px;
}
.currencies .footer-nav__item--extra {
    display: none;
}
.currencies.is-expanded .footer-nav__item--extra {
    display: block;
}
.currencies-toggle {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}
.currencies-toggle__icon {
    display: block;
    width: 100%;
    height: 100%;
}
.currencies-toggle__icon--less {
    display: none;
}
.currencies.is-expanded .currencies-toggle__icon--more {
    display: none;
}
.currencies.is-expanded .currencies-toggle__icon--less {
    display: block;
}
.footer-payments.is-expanded .footer-payments__row {
    grid-auto-flow: row;
    grid-template-columns: repeat(8, -webkit-max-content);
    grid-template-columns: repeat(8, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 16px;
}
.footer-payments.is-expanded .footer-payments__box--extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-payments__row {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    grid-auto-flow: column;
    grid-template-columns: repeat(8, -webkit-max-content);
    grid-template-columns: repeat(8, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border-block: 1px solid #272833;
}
.footer-payments__box {
    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;
}
.footer-payments__box--extra {
    display: none;
}
.footer-payments__box--toggle {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.footer-payments__icon {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-payments__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 13px 7px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    text-transform: none;
    height: 43px;
    min-width: 62px;
}
.footer-payments__btn:hover {
    opacity: 0.8;
}
.footer-payments__btn:focus-visible {
    outline: 2px solid #d1ff27;
    outline-offset: 2px;
    border-radius: 4px;
}
.footer-payments__btnIcon {
    display: block;
    width: 12px;
    height: 12px;
}
@media (max-width: 1330px) {
    .footer {
        padding-top: 24px;
    }
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__rowWrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .footer a:hover {
        color: #c7caff;
    }
    .footer a:active {
        color: #c7caff;
    }
    .footer-help {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        row-gap: 24px;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .footer__brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__rights {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__badges {
        margin: 0;
    }
    .footer__copy {
        -ms-flex-line-pack: end;
        align-content: end;
    }
}
@media (max-width: 768px) {
    .footer__top {
        padding: 16px;
    }
    .footer__payments {
        padding: 0 16px 16px;
    }
    .footer__bottom {
        padding: 16px 16px 24px;
    }
    .footer__brand {
        gap: 16px;
    }
    .footer-payments__row {
        grid-auto-flow: row;
        grid-template-columns: repeat(6, -webkit-max-content);
        grid-template-columns: repeat(6, max-content);
        row-gap: 16px;
        gap: 8px;
    }
    .footer-payments:not(.is-expanded) .footer-payments__box {
        display: none;
        width: 43px;
        height: 29px;
        aspect-ratio: 43/29;
    }
    .footer-payments:not(.is-expanded) .footer-payments__box:nth-child(-n + 5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-payments:not(.is-expanded) .footer-payments__box--toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-payments.is-expanded .footer-payments__row {
        grid-auto-flow: row;
        grid-template-columns: repeat(6, -webkit-max-content);
        grid-template-columns: repeat(6, max-content);
        row-gap: 16px;
        gap: 8px;
    }
    .footer-payments.is-expanded .footer-payments__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 43px;
        height: 29px;
        aspect-ratio: 43/29;
    }
    .footer-payments.is-expanded .footer-payments__box--extra {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-nav--accordion {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .footer-nav--accordion .footer-nav__group {
        border-radius: 8px;
        background: #181921;
        overflow: hidden;
    }
    .footer-nav--accordion .footer-nav__header {
        cursor: pointer;
        padding: 12px;
    }
    .footer-nav--accordion .footer-nav__title {
        margin: 0;
        font-size: 14px;
    }
    .footer-nav--accordion .footer-nav__chevron {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20px;
        height: 20px;
        border-radius: 6px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #262733;
        -webkit-transition: -webkit-transform 220ms ease;
        transition: -webkit-transform 220ms ease;
        transition: transform 220ms ease;
        transition:
            transform 220ms ease,
            -webkit-transform 220ms ease;
    }
    .footer-nav--accordion .footer-nav__list {
        padding: 0 16px 16px;
        display: none;
    }
    .footer-nav--accordion .footer-nav__item--colMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin: 0;
    }
    .footer-nav--accordion .footer-nav__group--open .footer-nav__header {
        position: relative;
    }
    .footer-nav--accordion .footer-nav__group--open .footer-nav__header::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: 0;
        width: calc(100% - 24px);
        height: 1px;
        background-color: #272833;
    }
    .footer-nav--accordion .footer-nav__group--open .footer-nav__list {
        display: block;
    }
    .footer-nav--accordion .footer-nav__group--open .footer-nav__title {
        color: #c7caff;
    }
    .footer-nav--accordion .footer-nav__group--open .footer-nav__chevron {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 576px) {
    .footer__rights {
        -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: 16px;
    }
    .footer-help {
        grid-template-columns: 1fr;
    }
    .commutinty,
    .currencies {
        width: 100%;
    }
    .footer-nav__link-img {
        width: 40px;
        height: 40px;
    }
    .currencies-toggle {
        width: 40px;
        height: 40px;
    }
    .footer-nav__list.currencies:not(.is-expanded) .footer-nav__item {
        display: none;
    }
    .footer-nav__list.currencies:not(.is-expanded) .footer-nav__item:nth-child(-n + 5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-nav__list.currencies:not(.is-expanded) .footer-nav__item--toggle {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .footer-nav__list.is-expanded .footer-nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.grid {
    display: grid;
    gap: 24px;
}
.grid--posts {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
    .grid--posts {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .grid--posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .grid--posts {
        grid-template-columns: 1fr;
    }
}
.grid--latest-posts {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 36px;
}
@media (max-width: 1024px) {
    .grid--latest-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .grid--latest-posts {
        grid-template-columns: 1fr;
    }
}
.grid--related-posts {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 36px;
}
@media (max-width: 1024px) {
    .grid--related-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .grid--related-posts {
        grid-template-columns: 1fr;
    }
}
.grid--single-post {
    grid-template-columns: 1fr;
}
.logo__text {
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 22px;
    color: #fff;
}
.search {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.search__input {
    width: 180px;
    height: 40px;
    padding: 8px 8px 9px 32px;
    background: #000;
    border: none;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: border-color 160ms ease;
    transition: border-color 160ms ease;
    line-height: 1;
    outline: none;
}
.search__input::-webkit-input-placeholder {
    color: #9aa0a6;
}
.search__input::-moz-placeholder {
    color: #9aa0a6;
}
.search__input:-ms-input-placeholder {
    color: #9aa0a6;
}
.search__input::-ms-input-placeholder {
    color: #9aa0a6;
}
.search__input::placeholder {
    color: #9aa0a6;
}
.search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 0;
    width: 0;
}
.search__image {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    opacity: 0.68;
    pointer-events: none;
    -webkit-transition: opacity 220ms ease;
    transition: opacity 220ms ease;
}
.search__input:focus ~ .search__placeholder-icon {
    opacity: 0.35;
}
.search__input:not(:-moz-placeholder) ~ .search__placeholder-icon {
    opacity: 0;
}
.search__input:not(:-ms-input-placeholder) ~ .search__placeholder-icon {
    opacity: 0;
}
.search__input:not(:placeholder-shown) ~ .search__placeholder-icon {
    opacity: 0;
}
.search__btn {
    position: absolute;
    right: 6px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    color: #9aa0a6;
}
.search__btn:hover {
    color: #fff;
}
@media (max-width: 576px) {
    .search__input {
        width: 115px;
        padding: 8px 8px 9px 32px;
    }
    .search__image {
        width: 14px;
        height: 14px;
    }
}
.site-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.site-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
    color: #fff;
    -webkit-transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
    transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
    font-size: 14px;
    font-weight: 700;
}
.site-nav__link {
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 2px;
}
.site-nav__link:focus-visible {
    outline-color: #d1ff27;
}
.site-nav__link:hover {
    color: #d1ff27;
}
.site-nav__link--active {
    color: #d1ff27;
    border-color: #2a2a3a;
    border-radius: 4px;
    background: #000;
}
.site-nav__image {
    margin-right: 8px;
}
.title {
    width: 100%;
}
.title__main {
    margin: 0;
    color: #fff;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.title__second {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 575.98px) {
    .title__second {
        font-size: 24px;
    }
}
.title__back {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title__back:hover {
    color: #d1ff27;
}
.title__back:hover path {
    fill: #d1ff27;
}
.title__back:active {
    color: #d1ff27;
}
.title__back:active path {
    fill: #d1ff27;
}
.title__back span {
    padding-left: 8px;
}
.title__back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.chevron {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background: #2d2f3c;
    color: #fff;
}
.chevron::before,
.chevron::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 7px;
    background: currentColor;
    border-radius: 12px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
}
.chevron::before {
    -webkit-transform: translate(-500%, -55%) rotate(135deg);
    transform: translate(-500%, -55%) rotate(135deg);
    top: 45%;
}
.chevron::after {
    top: 55%;
    -webkit-transform: translate(-500%, -45%) rotate(-135deg);
    transform: translate(-500%, -45%) rotate(-135deg);
}
.chevron:active {
    background: #6750a4;
}
.filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    padding-block: 24px 4px;
    overflow: auto;
    scrollbar-width: thin;
}
.filters__chip {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: none;
    background: #000;
    color: #bfbfcb;
    -webkit-transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
    transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
    height: 36px;
    padding: 0 24px;
    cursor: pointer;
}
.filters__chip:hover {
    background: #2a253e;
}
.filters__chip:active {
    background: #2a253e;
}
@media (max-width: 768px) {
    .filters__chip {
        padding: 0 16px;
    }
}
.filters__chip--active {
    color: #bfbfcb;
    background: #2a253e;
    border-color: #2a253e;
}
.blog-hero {
    padding-block: 24px;
    --hero-excerpt-lines: 8;
}
@media (max-width: 575.98px) {
    .blog-hero {
        --hero-excerpt-lines: 4;
    }
}
.blog-hero__card {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
    position: relative;
    container: hero-card/inline-size;
}
.blog-hero__media {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.blog-hero__figure {
    margin: 0;
    height: 100%;
}
.blog-hero__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.blog-hero__badges {
    position: absolute;
    left: 16px;
    top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.blog-hero__content {
    display: grid;
    gap: 12px;
    -ms-flex-line-pack: start;
    align-content: start;
    min-width: 0;
}
.blog-hero__meta {
    color: #9aa0a6;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    min-width: 0;
}
.blog-hero__date {
    color: #d1ff27;
}
.blog-hero__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}
@media (max-width: 575.98px) {
    .blog-hero__title {
        font-size: 24px;
    }
}
.blog-hero__excerpt {
    color: #cfd3da;
    overflow-wrap: anywhere;
    min-width: 0;
    max-block-size: calc(var(--hero-excerpt-lines) * 1lh);
}
.blog-hero__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--hero-excerpt-lines);
    line-clamp: var(--hero-excerpt-lines);
    min-width: 0;
}
.blog-hero__excerpt {
    line-height: 1.6;
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .blog-hero__excerpt {
        font-size: 16px;
    }
}
@supports not (height: 1lh) {
    .blog-hero__excerpt {
        max-height: calc(var(--hero-excerpt-lines) * 1.6em);
    }
}
.blog-hero__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d1ff27;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .blog-hero__card {
        grid-template-columns: 1fr;
    }
    .blog-hero__badges {
        left: 0;
        top: 8px;
    }
}
@container hero-card (max-width: 1920px) {
    .blog-hero .blog-hero__excerpt {
        --hero-excerpt-lines: 16;
    }
}
@container hero-card (max-width: 1680px) {
    .blog-hero .blog-hero__excerpt {
        --hero-excerpt-lines: 13;
    }
}
@container hero-card (max-width: 1440px) {
    .blog-hero .blog-hero__excerpt {
        --hero-excerpt-lines: 11;
    }
}
@container hero-card (max-width: 1200px) {
    .blog-hero .blog-hero__excerpt {
        --hero-excerpt-lines: 10;
    }
}
.post-card {
    --post-excerpt-lines: 4;
    border-radius: 12px;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    position: relative;
}
.post-card__media {
    position: relative;
    display: block;
}
.post-card__figure {
    margin: 0;
}
.post-card__img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.post-card__badges {
    position: absolute;
    left: 8px;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-card__body {
    padding: 24px 0 18px;
}
.post-card__meta {
    color: #9aa0a6;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    min-width: 0;
    margin-bottom: 16px;
}
.post-card__date {
    color: #d1ff27;
}
.post-card__title {
    margin-bottom: 16px;
}
.post-card__title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    display: block;
    min-width: 0;
}
.post-card__excerpt {
    color: #cfd3da;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    min-width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-line-clamp: var(--post-excerpt-lines);
    line-clamp: 4;
    line-clamp: var(--post-excerpt-lines);
    max-block-size: calc(var(--post-excerpt-lines) * 1lh);
}
@supports not (height: 1lh) {
    .post-card__excerpt {
        max-height: calc(var(--post-excerpt-lines) * 1.55em);
    }
}
.pagination {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}
.pagination__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 466px;
}
.pagination__link {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
    -webkit-transition:
        background 220ms ease,
        color 220ms ease,
        opacity 220ms ease;
    transition:
        background 220ms ease,
        color 220ms ease,
        opacity 220ms ease;
}
.pagination__link:not(.pagination__link--chevrons):hover {
    background: #6750a4;
}
.pagination__link:not(.pagination__link--chevrons):active {
    background: #3a3451;
}
.pagination__link--current {
    background: #3a3451;
    color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagination__link--chevrons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    border-radius: 999px;
    min-width: auto;
    height: 38px;
}
.pagination__link--chevrons svg {
    display: block;
    width: 16px;
    height: 16px;
}
.pagination__link--chevrons span {
    white-space: nowrap;
}
.pagination__link--disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}
.pagination__dots {
    color: #9aa0a6;
    padding-inline: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
}
@media (max-width: 576px) {
    .pagination__link--chevrons {
        display: none !important;
    }
}
.badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-right: 8px;
}
.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #0b0b0e;
    background: #fff;
    mix-blend-mode: normal;
}
.badge--violet {
    background: #3a2b62;
    color: #c7caff;
}
.badge--blue {
    background: #7fd3ff;
    color: #0b0b0e;
}
.badge--green {
    background: #b2f5a9;
    color: #0b0b0e;
}
.latest-posts {
    margin-top: 40px;
}
.latest-posts__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.latest-posts__btn {
    height: 36px;
    padding: 8px 24px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #3a3451;
    background: #3a3451;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}
.latest-posts__btn:hover {
    border: 1px solid #2a2735;
    background: #2a2735;
}
.latest-posts__btn:active {
    border: 1px solid #3a3451;
    background: #3a3451;
}
.latest-posts hr {
    background: #5e567f;
}
.related-posts {
    margin-top: 40px;
}
.related-posts__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.related-posts__btn {
    height: 36px;
    padding: 8px 24px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #3a3451;
    background: #3a3451;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}
.related-posts__btn:hover {
    border: 1px solid #2a2735;
    background: #2a2735;
}
.related-posts__btn:active {
    border: 1px solid #3a3451;
    background: #3a3451;
}
.related-posts hr {
    background: #5e567f;
}
.single-post {
    background: #14141a;
}
.single-post--content {
    padding-block: 56px 48px;
}
.single-post--content h2[id],
.single-post--content h3[id] {
    scroll-margin-top: 120px;
}
@media (max-width: 768px) {
    .single-post--content h2[id],
    .single-post--content h3[id] {
        scroll-margin-top: 88px;
    }
}
.single-post__article {
    max-width: 1200px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    grid-template-areas: "header toc" "figure toc" "content toc" "share  toc";
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-post__header {
    grid-area: header;
    margin-bottom: 8px;
}
.single-post__meta {
    margin: 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #9aa0a6;
}
.single-post__meta-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.single-post__date {
    color: #d1ff27;
    font-weight: 600;
}
.single-post__update {
    font-weight: 500;
}
.single-post__title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}
.single-post__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}
.single-post__figure {
    grid-area: figure;
    margin: 0 0 24px;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}
.single-post__img {
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-post__caption {
    margin: 8px 16px 12px;
    font-size: 12px;
    color: #9aa0a6;
    display: none;
}
.single-post__content {
    grid-area: content;
    display: grid;
    gap: 16px;
    max-width: 100%;
    overflow-x: hidden;
}
.single-post__content p {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.single-post__content p > iframe {
    margin-block: 24px;
}
.single-post__content h2 {
    margin: 24px 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.single-post__content h3 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.single-post__content ul,
.single-post__content ol {
    margin: 0 0 16px 6px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.6;
}
.single-post__content ul {
    list-style: disc;
}
.single-post__content ol {
    list-style: decimal;
}
.single-post__content li + li {
    margin-top: 4px;
}
.single-post__content strong {
    font-weight: 700;
}
.single-post__content iframe {
    display: block;
    width: 100% !important;
    max-width: 800px;
    aspect-ratio: 16/9;
    height: auto !important;
    margin: 24px auto;
    border: 0;
    border-radius: 16px;
}
.single-post__content table {
    width: 100%;
    border-collapse: collapse;
    max-width: 100%;
}
.single-post__section {
    margin-block: 16px 8px;
}
.single-post__video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    max-width: 100%;
    aspect-ratio: 16/9;
}
.single-post__video-frame {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.single-post__media-block {
    margin: 16px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}
.single-post__table-wrapper {
    margin: 16px 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.single-post__table {
    max-width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #fff;
}
.single-post__table thead {
    background: #2a253e;
    text-align: left;
}
.single-post__table thead th {
    padding: 12px 16px;
    font-weight: 600;
    border-bottom: 1px solid #232331;
    border-right: 1px solid #232331;
}
.single-post__table thead th:last-child {
    border-right: none;
}
.single-post__table tbody tr {
    background: #545662;
}
.single-post__table tbody tr:last-child td {
    border-bottom: none;
}
.single-post__table td {
    padding: 10px 16px;
    border-bottom: 1px solid #232331;
    vertical-align: middle;
    border-right: 1px solid #232331;
}
.single-post__table td:last-child {
    border-right: none;
}
@media (max-width: 768px) {
    .single-post__article {
        grid-template-columns: 1fr;
        grid-template-areas: "header" "figure" "toc" "content" "share";
        gap: 16px;
        max-width: 100%;
    }
    .single-post__article > * {
        min-width: 0;
    }
    .single-post__title {
        font-size: 24px;
    }
    .single-post__content p,
    .single-post__content ul,
    .single-post__content ol {
        font-size: 16px;
    }
    .single-post__content h2 {
        font-size: 20px;
    }
    .single-post__content h3 {
        font-size: 18px;
    }
}
.share-article {
    grid-area: share;
    width: auto;
    justify-self: start;
    padding: 12px 24px;
    border-radius: 60px;
    border: 1px solid #2a253e;
    background: #2a253e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.share-article__title {
    margin: 0 34px 0 0;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
    .share-article__title {
        margin: 0 10px 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap;
    }
}
.share-article__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.share-article__item {
    margin: 0;
}
.share-article__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #232331;
    background: #3a3451;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
    transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
}
.share-article__link:hover {
    background: #6750a4;
    border-color: #6750a4;
}
.share-article__icon {
    display: inline-block;
}
.toc {
    grid-area: toc;
    padding: 20px 24px;
    border-radius: 12px;
    background: #252630;
    color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    align-self: flex-start;
    position: sticky;
    top: 96px;
}
.toc__toggle {
    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;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    color: inherit;
}
.toc__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #bfbfcb;
}
.toc__icon {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.toc__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
.toc__item {
    position: relative;
    padding-left: 18px;
}
.toc__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
}
.toc__link {
    display: inline-block;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: color 220ms ease;
    transition: color 220ms ease;
}
.toc__link:hover {
    color: #d1ff27;
}
.toc__link:focus-visible {
    outline: 2px solid #d1ff27;
    outline-offset: 2px;
    border-radius: 4px;
}
@media (max-width: 575.98px) {
    .toc__link {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .toc {
        position: static;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0);
    }
    .toc__toggle {
        cursor: pointer;
        padding: 4px 16px;
        border: 1px solid #232331;
        background: #252630;
        outline: 2px solid rgba(0, 0, 0, 0);
        outline-offset: 2px;
        border-radius: 12px;
    }
    .toc__toggle:focus-visible {
        outline-color: #d1ff27;
    }
    .toc.toc--open .toc__toggle {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .toc__icon {
        display: block;
        -webkit-transition: -webkit-transform 220ms ease;
        transition: -webkit-transform 220ms ease;
        transition: transform 220ms ease;
        transition:
            transform 220ms ease,
            -webkit-transform 220ms ease;
    }
    .toc__list {
        padding: 0 20px 16px 40px;
        background: #252630;
        border: 1px solid #232331;
        border-top: none;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }
    .toc__nav {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition:
            max-height 220ms ease,
            opacity 180ms ease,
            -webkit-transform 180ms ease;
        transition:
            max-height 220ms ease,
            opacity 180ms ease,
            -webkit-transform 180ms ease;
        transition:
            max-height 220ms ease,
            opacity 180ms ease,
            transform 180ms ease;
        transition:
            max-height 220ms ease,
            opacity 180ms ease,
            transform 180ms ease,
            -webkit-transform 180ms ease;
    }
    .toc.toc--open .toc__nav {
        max-height: 1000px;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .toc.toc--open .toc__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
} 
.lang_wrapper{
	position: relative;
}
.btn_lang_switcher{
	cursor: pointer;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #3a3451;
    border-radius: 6px;
}
.lang_list{
	border: 1px solid #6f697c;
    border-radius: 4px;
    right: 0;
    top: 48px;
    width: 150px;
    position: absolute;
    z-index: 11;
    display: none;
    list-style-type: none;
    background: #14141a;
}
.lang-item a {
    display: flex;
    align-items: center;
    padding: 0 8px 0 16px;
    height: 40px;
    gap: 8px;
}
.lang-item a span{
    margin: 0 !important;
}
.lang-item a img{
	border-radius: 3px;
}
.lang_wrapper.opened .lang_list{
	display: block;
}
@media (min-width: 1024px) {
	.lang-item.current-lang, .lang-item:hover {
	    background: #3a3451;
	}
	.lang_wrapper.mobile{
		display: none;
	}
}
@media (max-width: 1023px) {
    .lang_wrapper.dsc {
    	display: none;
    }
    .lang_wrapper{
	    border-radius: 8px;
	    overflow: hidden;
	    margin-top: -6px;
	    height: max-content;
	}
    .lang_wrapper .btn_lang_switcher {
        width: 100%;
        background: #1d1e26;
        justify-content: space-between;
        padding: 8px 12px;
	    border-radius: 0;
	    background: #1d1e26;
	    border: 1px solid #232331;
	    line-height: 1.6268;
	    height: 44px;
    }
    .lang_wrapper.opened .btn_lang_switcher{
    	background: #3a3451;
    }
    .lang_list {
	    border: 0;
	    border-radius: 0;
	    right: auto;
	    top: 0;
	    width: 100%;
	    position: relative;
	    z-index: 11;
	    list-style-type: none;
	    background: #1d1e26;
	    border: .5px solid #3a3451;
	}
	.lang-item {
	    border-bottom: .5px solid #3a3451;
	}
	.lang-item a {
		height: 44px;
	    gap: 16px;
	}
	.lang-item.current-lang span {
	    color: #d1ff27;
	}
	.btn_lang_switcher svg{
	    margin-right: 8px;
	}
	.lang_wrapper .chevron{
		transform .3s ease
	}
    .lang_wrapper.opened .chevron{
    	transform: rotate(90deg);
    	background: #5e567f;
    }
}
/*# sourceMappingURL=style.css.map */