::selection {
    background: #2E85EC;
}

:root {
    --color-accent: #FEC828;
    --color-btn-hover: #E9AE00;
    --color-txt: #333;
    --color-txt-gray: #bbb;
    --color-bg: #fff;
    --color-border: #DDDDDD;
    --color-border-focus: #828282;
    --font-size-h1: 40px;
    --font-size-h2: 40px;
    --font-size-h3: 32px;
    --font-size-h4: 20px;
    --font-size-p: 17px;
    --font-size-p-min: 14px;
    --family-p: Roboto, sans-serif;
    --family-h: Inter, sans-serif;
    --family-i: Caveat;
    --radius: 2em;
    --radius-inp: 8px;
    --padding-box: 1em;
    --space: 100px;
    --space-05: calc(var(--space) / 2);
    --shadow: 0 5px 10px rgba(0, 0, 0, 0.05);

    --ghost-accent-color: #f461ff;
    --gradient-color-one: var(--ghost-accent-color);
    --gradient-color-two: #B61CFF;
    --lightense-z-index: 400000000;
    --lightense-backdrop: var(--bg-color-80, rgba(255, 255, 255, .98));
    --lightense-duration: 200ms;
    --lightense-timing-func: cubic-bezier(.2, 0, .1, 1);
    --font-title: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
}



/* декор */
.ta_center {
    text-align: center;
}

.ta_right {
    text-align: right;
}

.ai_center {
    align-items: center;
}

.jc_center {
    justify-content: center;
}

.jc_sb {
    justify-content: space-between;
}

.fw_bold {
    font-weight: bold;
}

:is(h1, h2, .fs_h1, .fs_h2).fw_bold {
    font-weight: 800;
}

.tt_upper {
    text-transform: uppercase;
}

.clr_white,
.clr_white * {
    color: #fff;
}

.clr_gray,
.clr_gray * {
    color: var(--color-txt-gray);
}

.clr_accent,
.clr_accent * {
    color: var(--color-accent);
}

.pad, .pad_box {
    padding: var(--padding-box);
}

.pad_1_5 {
    padding: 1.5em;
}

.pad_1 {
    padding: 1em;
}

.mt_05 {
    margin-top: 0.5em;
}

.mt_1 {
    margin-top: 1em;
}

.mt_2 {
    margin-top: 2em;
}

.mt_3 {
    margin-top: 3em;
}

.mt_space {
    margin-top: var(--space);
}

.mb_0 {
    margin-bottom: 0;
}

.br {
    border-radius: var(--radius);
}

.br_05 {
    border-radius: calc(var(--radius) / 2);
}

.brd {
    border: 1px solid var(--color-border);
}

.of_hid {
    overflow: hidden;
}

.dis_block {
    display: block;
}

.dis_flex {
    display: flex;
}

.dis_grid {
    display: grid;
}

.dis_grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dis_grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap_05 {
    gap: 0.5em;
}

.gap_1 {
    gap: 1em;
}

.gap_2 {
    gap: 2em;
}

.gap_3 {
    gap: 2em;
}

.gap_c1 {
    column-gap: 1em;
}

.gap_c2 {
    column-gap: 2em;
}

.gap_c3 {
    column-gap: 3em;
}

.gap_r1 {
    row-gap: 1em;
}

.gap_r2 {
    row-gap: 2em;
}

.gap_r3 {
    row-gap: 3em;
}

.shrink_no {
    flex-shrink: 0;
}

.fw_wrap {
    flex-wrap: wrap;
}

.bg_gray {
    background: var(--color-bg-gray);
}

.bg_gradient {
    position: relative;
    overflow: hidden;
}

.decor__bg_gradient::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(0, 0, 0, 0.62) 62.81%, #000000 100%);
}

.bg_gradient>* {
    position: relative;
    z-index: 1;
}

.bg_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_accent {
    background-color: var(--color-accent-light);
}

a.bg_img:hover {
    opacity: 0.95;
}

.decor__bg_full {
    position: relative;
}

.site-main section.decor__bg_full:last-child {
    margin-bottom: 0;
}

.bg_overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: -20px;
    right: -20px;
    z-index: -1;
}

.box_shadow {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.box_shadow:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.shd_on_hover:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    :root {
        --font-size-h1: 2.6vw;
        --font-size-h2: 2.1vw;
        --font-size-h3: 18px;
        --radius: 25px;
        --space: 90px;
    }
}

@media (max-width: 767px) {
    :root {
        --font-size-h1: 22px;
        --font-size-h2: 22px;
        --font-size-h3: 20px;
        --font-size-h4: 18px;
        --radius: 20px;
        --space: 70px;
    }

    .dis_grid--2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .dis_grid--3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .dis_grid--3 {
        grid-template-columns: minmax(0, 1fr);
    }
}



/* add */

.logo-image img {
    max-height: 100%;
}

.site-header {
    margin-top: 0rem;
    margin-bottom: 4rem;
    background-color: #222222;
    padding: 0 40px;
    border-bottom: 1px solid #505762;
}

.cover-bg {
    display: none;
}

body {
    background-color: #131313;
}

.nav-left li, .nav-right li {
    margin: 0 .75rem;
    line-height: 1.6;
    display: inline-flex;
    position: relative;
    padding: 24px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

[data-theme=dark] .toggle-mode .light {
    display: none;
}

.gh-footer-copyright {
    display: none;
}

[data-theme=dark] .site-header.small {
    background-color: #222222;
}

.popular-tags {
    display: none;
}

.medium-zoom-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
    will-change: opacity
}

.medium-zoom--opened .medium-zoom-overlay {
    cursor: pointer;
    cursor: zoom-out;
    opacity: 1
}

.medium-zoom-image {
    cursor: pointer;
    cursor: zoom-in;
    transition: transform .3s cubic-bezier(.2, 0, .2, 1) !important
}

.medium-zoom-image--hidden {
    visibility: hidden
}

.medium-zoom-image--opened {
    position: relative;
    cursor: pointer;
    cursor: zoom-out;
    will-change: transform
}

:root {
    --lightense-z-index: 400000000;
    --lightense-backdrop: var(--bg-color-80, rgba(255, 255, 255, .98));
    --lightense-duration: 200ms;
    --lightense-timing-func: cubic-bezier(.2, 0, .1, 1);
}

.lightense-backdrop {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: calc(var(--lightense-z-index) - 1);
    padding: 0;
    margin: 0;
    transition: opacity var(--lightense-duration) ease;
    cursor: zoom-out;
    opacity: 0;
    background-color: var(--lightense-backdrop);
    visibility: hidden;
}

@supports (-webkit-backdrop-filter: blur(30px)) {
    .lightense-backdrop {
        background-color: var(--lightense-backdrop);
        -webkit-backdrop-filter: blur(30px);
    }
}

@supports (backdrop-filter: blur(30px)) {
    .lightense-backdrop {
        background-color: var(--lightense-backdrop);
        backdrop-filter: blur(30px);
    }
}

.lightense-wrap {
    position: relative;
    transition: transform var(--lightense-duration) var(--lightense-timing-func);
    z-index: var(--lightense-z-index);
    pointer-events: none;
}

.lightense-target {
    cursor: zoom-in;
    transition: transform var(--lightense-duration) var(--lightense-timing-func);
    pointer-events: auto;
}

.lightense-open {
    cursor: zoom-out;
}

.lightense-transitioning {
    pointer-events: none;
}

.Typewriter__cursor {
    -webkit-animation: Typewriter-cursor 1s infinite;
    animation: Typewriter-cursor 1s infinite;
    margin-left: 1px
}

@-webkit-keyframes Typewriter-cursor {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes Typewriter-cursor {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin infinite 20s linear
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #61dafb
}

@keyframes App-logo-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: circular;

    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: circular;

    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}

/* breadcrumbs */
.site-wrap:has(.breadcrumbs) .site-header {
    margin-bottom: 1em;
}

.breadcrumbs {
    margin-bottom: 3em;
}

.breadcrumbs a:not(:hover) {
    color: var(--theme-color);
}


/* search */
.cust_search {
    display: flex;
    align-items: center;
}

.cust_search input {
    margin: 0;
}

@media (max-width: 767px) {
    .site-header {
        padding-left: 0;
        padding-right: 0;
        flex-shrink: 1;
    }
    .site-header .header-logo {
        flex-wrap: nowrap;
        gap: 1em;
    }
    .site-header .mobile-only-items {
        flex-wrap: nowrap;
    }
    .cust_search input {
        font-size: 14px;
        height: auto;
        padding: 0.5em 1em;
    }
}