@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea {
    outline: 0;
    width: 100%
}

button, input, optgroup, select, textarea {
    display: block;
    font-family: inherit;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

:root {
    --cont-w: 1200px;
    --cont-p: 24px;
    --g-gap: 24px;
    --g-gap-b: var(--g-gap);
    --overlay-color: rgba(0, 0, 0, 0.8);
    --crossbtn-color: #000;
    --crossbtn-color-h: rgba(0, 0, 0, 0.5);
    --section-pad: 40px;
    --header-height: 64px;
    --head-mar: 40px;
    --head-gap: 16px;
    --head-ttl-font: 40px;
    --head-ttl-line: 1.3em;
    --head-ttl-weight: 700;
    --head-sttl-font: 30px;
    --head-sttl-line: 1.3em;
    --head-sttl-weight: 700;
    --head-subttl-font: 16px;
    --head-subttl-line: 1.4;
    --head-subttl-weight: 400;
    --pholder-opacity: .5;
    --input-font: 16px;
    --input-line: 1.4em;
    --input-weight: 400;
    --input-align: left;
    --input-color: #000;
    --input-bg: transparent;
    --input-border: #000;
    --input-radius: 0px;
    --input-pad: 0px;
    --btn-font: 16px;
    --btn-line: 24px;
    --btn-weight: 400;
    --btn-radius: 6px;
    --btn-pad: 14px 23px;
    --btn-gap: 10px;
    --btn-icon-size: 24px;
    --btn-tr: none;
    --text-font: 16px;
    --text-line: 24px;
    --text-gap: 14px;
    --cat-height: 200px;
    --art-list-gap: 8px;
    --art-list-pad: 28px;
    --art-note-color: currentColor;
    --art-note-bg: #F3FAFF
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    display: none
}

.preloader__inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.preloader__spinner {
    border-radius: 100%;
    border: 5px solid #e3e3e3;
    border-top-color: #11cdf7;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: relative
}

.preloader__text {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3e3e3
}

.container-lines {
    --lines-color: rgba(255, 0, 0, .1)
}

.container-lines:before {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    width: calc(100% - 2 * var(--cont-p));
    max-width: var(--cont-w);
    pointer-events: none;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: var(--lines-color) solid 1px;
    border-right: var(--lines-color) solid 1px
}

:root {
    --color-bg: #fff;
    --color-text: #141414
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    margin: 0;
    padding: 0;
    min-width: 320px
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    cursor: default
}

.app--fixed {
    overflow: hidden !important
}

.app--fixed, .app--fixed .header {
    padding-right: var(--sbW)
}

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

b {
    font-weight: 600
}

i {
    font-style: italic
}

.ui-btn, a {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.disabled {
    pointer-events: none;
    cursor: default !important
}

img {
    width: 100%;
    display: block;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

img[data-src] {
    /*opacity: 0*/
}

picture.lazyLoad img {
    opacity: 0
}

picture.loaded img {
    opacity: 1 !important
}

.svg-sprite {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality
}

:root {
    --cubic: cubic-bezier(.7, 0, .2, 1)
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes marquee {
    100% {
        -webkit-transform: translateX(calc((var(--marquee-w) + var(--marquee-gap)) * -1));
        transform: translateX(calc((var(--marquee-w) + var(--marquee-gap)) * -1))
    }
}

@keyframes marquee {
    100% {
        -webkit-transform: translateX(calc((var(--marquee-w) + var(--marquee-gap)) * -1));
        transform: translateX(calc((var(--marquee-w) + var(--marquee-gap)) * -1))
    }
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.ui-tabs-trigger.active, .ui-tabs__item.active .ui-tabs__btn {
    pointer-events: none
}

.ui-tabs-content:not(.ui-tabs-content--fix-height) {
    width: 100%;
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.ui-tabs-content:not(.ui-tabs-content--fix-height).active {
    width: auto;
    position: relative;
    left: auto;
    top: auto
}

.ui-tabs-content--fh {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.ui-tabs-content--fh.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.ui-tabs-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.ui-tabs-contents {
    position: relative
}

.ui-tabs-contents--fh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.ui-accordion__hidden {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-transition: grid-template-rows .5s;
    -o-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s
}

.ui-accordion__hidden-in {
    overflow: hidden;
    min-height: 0
}

.ui-accordion__item:not(.active) .ui-accordion__hidden {
    -ms-grid-rows: 0fr;
    grid-template-rows:0fr
}

.ui-accordion.noanim .ui-accordion__hidden {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important
}

.ui-accordion.sizing .ui-accordion__hidden {
    -ms-grid-rows: 0fr !important;
    grid-template-rows:0fr !important
}

.ui-expand {
    --expand-lines: 4
}

.ui-expand__hidden {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr
}

.ui-expand__hidden-in {
    overflow: hidden
}

.ui-expand:not(.ui-expand--lines) .ui-expand__hidden {
    -webkit-transition: grid-template-rows .5s;
    -o-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s
}

.ui-expand:not(.ui-expand--lines) .ui-expand__hidden-in {
    min-height: 0
}

.ui-expand:not(.active) .ui-expand__hidden {
    -ms-grid-rows: 0fr;
    grid-template-rows:0fr
}

.ui-dropdown {
    position: relative
}

.ui-dropdown__trigger {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ui-dropdown__popup {
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ui-dropdown.up .ui-dropdown__popup {
    top: auto;
    bottom: 100%
}

.ui-dropdown:not(.active) .ui-dropdown__popup {
    opacity: 0;
    pointer-events: none
}

.ui-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--g-gap-b) var(--g-gap)
}

.ui-grid__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - (var(--g-of) - 1) * var(--g-gap)) / var(--g-of) * var(--g-cols) + var(--g-gap) * (var(--g-cols) - 1))
}

.ui-grid__col--1 {
    --g-cols: 1;
    --g-of: 1
}

.ui-grid__col--1of2, .ui-grid__col--2of4, .ui-grid__col--3of6, .ui-grid__col--4of8 {
    --g-cols: 1;
    --g-of: 2
}

.ui-grid__col--1of3 {
    --g-cols: 1;
    --g-of: 3
}

.ui-grid__col--2of3 {
    --g-cols: 2;
    --g-of: 3
}

.ui-grid__col--1of4 {
    --g-cols: 1;
    --g-of: 4
}

.ui-grid__col--3of4 {
    --g-cols: 3;
    --g-of: 4
}

.ui-grid__col--1of5 {
    --g-cols: 1;
    --g-of: 5
}

.ui-grid__col--2of5 {
    --g-cols: 2;
    --g-of: 5
}

.ui-grid__col--3of5 {
    --g-cols: 3;
    --g-of: 5
}

.ui-grid__col--4of5 {
    --g-cols: 4;
    --g-of: 5
}

@media only screen and (max-width: 1279px) {
    .ui-grid__col--md-1 {
        --g-cols: 1;
        --g-of: 1
    }

    .ui-grid__col--md-1of2, .ui-grid__col--md-2of4, .ui-grid__col--md-3of6, .ui-grid__col--md-4of8 {
        --g-cols: 1;
        --g-of: 2
    }

    .ui-grid__col--md-1of3 {
        --g-cols: 1;
        --g-of: 3
    }

    .ui-grid__col--md-2of3 {
        --g-cols: 2;
        --g-of: 3
    }

    .ui-grid__col--md-1of4 {
        --g-cols: 1;
        --g-of: 4
    }

    .ui-grid__col--md-3of4 {
        --g-cols: 3;
        --g-of: 4
    }

    .ui-grid__col--md-1of5 {
        --g-cols: 1;
        --g-of: 5
    }

    .ui-grid__col--md-2of5 {
        --g-cols: 2;
        --g-of: 5
    }

    .ui-grid__col--md-3of5 {
        --g-cols: 3;
        --g-of: 5
    }

    .ui-grid__col--md-4of5 {
        --g-cols: 4;
        --g-of: 5
    }

    .ui-grid__col--md-1of6 {
        --g-cols: 1;
        --g-of: 6
    }

    .ui-grid__col--md-hide {
        display: none !important
    }
}

@media only screen and (max-width: 1023px) {
    .ui-grid__col--sm-1 {
        --g-cols: 1;
        --g-of: 1
    }

    .ui-grid__col--sm-1of2, .ui-grid__col--sm-2of4, .ui-grid__col--sm-3of6, .ui-grid__col--sm-4of8 {
        --g-cols: 1;
        --g-of: 2
    }

    .ui-grid__col--sm-1of3 {
        --g-cols: 1;
        --g-of: 3
    }

    .ui-grid__col--sm-2of3 {
        --g-cols: 2;
        --g-of: 3
    }

    .ui-grid__col--sm-1of4 {
        --g-cols: 1;
        --g-of: 4
    }

    .ui-grid__col--sm-3of4 {
        --g-cols: 3;
        --g-of: 4
    }

    .ui-grid__col--sm-1of5 {
        --g-cols: 1;
        --g-of: 5
    }

    .ui-grid__col--sm-2of5 {
        --g-cols: 2;
        --g-of: 5
    }

    .ui-grid__col--sm-3of5 {
        --g-cols: 3;
        --g-of: 5
    }

    .ui-grid__col--sm-4of5 {
        --g-cols: 4;
        --g-of: 5
    }

    .ui-grid__col--sm-1of6 {
        --g-cols: 1;
        --g-of: 6
    }

    .ui-grid__col--sm-hide {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .ui-grid__col--xsm-1 {
        --g-cols: 1;
        --g-of: 1
    }

    .ui-grid__col--xsm-1of2, .ui-grid__col--xsm-2of4, .ui-grid__col--xsm-3of6, .ui-grid__col--xsm-4of8 {
        --g-cols: 1;
        --g-of: 2
    }

    .ui-grid__col--xsm-1of3 {
        --g-cols: 1;
        --g-of: 3
    }

    .ui-grid__col--xsm-2of3 {
        --g-cols: 2;
        --g-of: 3
    }

    .ui-grid__col--xsm-1of4 {
        --g-cols: 1;
        --g-of: 4
    }

    .ui-grid__col--xsm-3of4 {
        --g-cols: 3;
        --g-of: 4
    }

    .ui-grid__col--xsm-1of5 {
        --g-cols: 1;
        --g-of: 5
    }

    .ui-grid__col--xsm-2of5 {
        --g-cols: 2;
        --g-of: 5
    }

    .ui-grid__col--xsm-3of5 {
        --g-cols: 3;
        --g-of: 5
    }

    .ui-grid__col--xsm-4of5 {
        --g-cols: 4;
        --g-of: 5
    }

    .ui-grid__col--xsm-1of6 {
        --g-cols: 1;
        --g-of: 6
    }

    .ui-grid__col--xsm-hide {
        display: none !important
    }
}

@media only screen and (max-width: 599px) {
    .ui-grid__col--xxsm-1 {
        --g-cols: 1;
        --g-of: 1
    }

    .ui-grid__col--xxsm-1of2, .ui-grid__col--xxsm-2of4, .ui-grid__col--xxsm-3of6, .ui-grid__col--xxsm-4of8 {
        --g-cols: 1;
        --g-of: 2
    }

    .ui-grid__col--xxsm-1of3 {
        --g-cols: 1;
        --g-of: 3
    }

    .ui-grid__col--xxsm-2of3 {
        --g-cols: 2;
        --g-of: 3
    }

    .ui-grid__col--xxsm-1of4 {
        --g-cols: 1;
        --g-of: 4
    }

    .ui-grid__col--xxsm-3of4 {
        --g-cols: 3;
        --g-of: 4
    }

    .ui-grid__col--xxsm-1of5 {
        --g-cols: 1;
        --g-of: 5
    }

    .ui-grid__col--xxsm-2of5 {
        --g-cols: 2;
        --g-of: 5
    }

    .ui-grid__col--xxsm-3of5 {
        --g-cols: 3;
        --g-of: 5
    }

    .ui-grid__col--xxsm-4of5 {
        --g-cols: 4;
        --g-of: 5
    }

    .ui-grid__col--xxsm-1of6 {
        --g-cols: 1;
        --g-of: 6
    }

    .ui-grid__col--xxsm-hide {
        display: none !important
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: var(--pholder-opacity);
    text-align: inherit !important;
    color: inherit !important;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: var(--pholder-opacity);
    text-align: inherit !important;
    color: inherit !important;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

textarea::-webkit-input-placeholder {
    opacity: var(--pholder-opacity);
    text-align: inherit !important;
    color: inherit !important;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

textarea::-moz-placeholder {
    opacity: var(--pholder-opacity);
    text-align: inherit !important;
    color: inherit !important;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

input::-moz-placeholder, input::-webkit-input-placeholder, textarea::-moz-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 1
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 1
}

label {
    display: block;
    position: relative
}

button, input, textarea {
    border-radius: 0
}

textarea {
    resize: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

:-webkit-autofill, :-webkit-autofill:focus, :-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.ui-input {
    padding: 18px 0 8px 0;
    position: relative;
    cursor: text
}

.ui-input:after, .ui-input:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.ui-input:before {
    height: 1px;
    width: 100%;
    background: #bdc3c7;
    left: 0
}

.ui-input:after {
    height: 2px;
    width: 0;
    background: #3bf;
    left: 50%
}

.ui-input input, .ui-input textarea {
    width: 100%;
    display: block;
    padding: var(--input-pad);
    color: var(--input-color);
    font-size: var(--input-color);
    line-height: var(--input-line);
    font-weight: var(--input-weight);
    text-align: var(--input-align);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: var(--input-border) solid 1px;
    background: var(--input-bg);
    border-radius: var(--input-radius);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.ui-input__placeholder {
    position: absolute;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    color: #3bf;
    left: 0;
    top: 20px;
    cursor: text;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.ui-input.active .ui-input__placeholder {
    top: 0;
    font-size: 13px
}

.ui-input.active:after, .ui-input.focused:after {
    width: 100%;
    left: 0
}

.error .ui-input:after, .error .ui-input:before {
    background: red !important
}

.error .ui-input input, .error .ui-input textarea {
    color: red !important
}

.ui-errors {
    color: red;
    font-size: 10px;
    line-height: 12px;
    display: none;
    pointer-events: none;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    margin-top: -5px;
    max-width: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    opacity: 0;
    visibility: hidden
}

.ui-form__field--error input:focus + .ui-errors, .ui-form__field--error textarea:focus + .ui-errors, .ui-form__field--error.focused .ui-errors, .ui-form__field--error:hover .ui-errors {
    opacity: 1;
    visibility: visible
}

.ui-errors:before {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent
}

.ui-errors__item:not(:last-child) {
    margin-bottom: 5px
}

.ui-form__field--error .ui-errors {
    display: block
}

.ui-select {
    position: relative;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ui-select__sel {
    position: absolute;
    inset: 0;
    opacity: 0
}

.ui-select__head {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    border: #ccc solid 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ui-select__head.none {
    pointer-events: none !important
}

.ui-select__head-text {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ui-select__pop {
    border: #ccc solid 1px;
    position: absolute;
    left: 0;
    min-width: 100%;
    max-width: 120%;
    top: 100%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ui-select__option {
    cursor: pointer
}

.ui-select__option.selected {
    background: #ccc
}

.ui-select:not(.opened) .ui-select__pop {
    opacity: 0;
    pointer-events: none
}

.ui-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: var(--btn-font);
    line-height: var(--btn-line);
    font-weight: var(--btn-weight);
    border-radius: var(--btn-radius);
    background: var(--btn-bg);
    color: var(--btn-color);
    border: var(--btn-border) solid 1px;
    padding: var(--btn-pad);
    text-transform: var(--btn-tr);
    text-align: center
}

.ui-btn, .ui-btn__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--btn-gap)
}

.ui-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-btn__text {
    display: block
}

.ui-btn__icon {
    width: var(--btn-icon-size);
    aspect-ratio: 1/1;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ui-btn__icon svg {
    fill: var(--btn-color);
    -webkit-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s
}

.ui-btn--fw {
    width: 100%
}

.ui-btn--tr {
    --btn-tr: uppercase
}

.ui-btn--rnd {
    --btn-radius: 50px
}

.ui-btn--icon {
    --btn-pad: 14px
}

.ui-btn--blue {
    --btn-bg: #00AAFF;
    --btn-border: #00AAFF;
    --btn-color: #fff;
    --btn-bg-h: #0099F7;
    --btn-border-h: #0099F7;
    --btn-color-h: #fff
}

.ui-btn--raw {
    border: none;
    background: 0 0;
    padding: 0
}

.ui-btn--raw-blue {
    --btn-color: #00AAFF;
    --btn-color-h: #FF6163
}

.ui-btn--border-blue {
    --btn-bg: transparent;
    --btn-border: #00AAFF;
    --btn-color: #00AAFF;
    --btn-bg-h: #0099F7;
    --btn-border-h: #0099F7;
    --btn-color-h: #fff
}

html.no-touch .ui-btn:hover {
    --btn-bg: var(--btn-bg-h);
    --btn-border: var(--btn-border-h);
    --btn-color: var(--btn-color-h)
}

button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ui-text-left {
    text-align: left
}

.ui-text-center {
    text-align: center
}

.ui-text-right {
    text-align: right
}

.ui-text-nowrap {
    white-space: nowrap
}

.ui-text-upper {
    text-transform: uppercase
}

.ui-text-lower {
    text-transform: lowercase
}

.ui-display-ib {
    display: inline-block
}

.ui-display-b {
    display: block
}

.ui-display-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-cover img, .ui-cover video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ui-crossbtn {
    position: relative;
    z-index: 3;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.ui-crossbtn:after, .ui-crossbtn:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 10px;
    background: var(--crossbtn-color);
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.ui-crossbtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ui-crossbtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

html.no-touch .ui-crossbtn:hover {
    --crossbtn-color: var(--crossbtn-color-h)
}

.ui-text {
    font-size: var(--text-font);
    line-height: var(--text-line)
}

.ui-text p:not(:last-child) {
    margin-bottom: var(--text-gap)
}

.ui-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 18px;
    color: #727276
}

html.no-touch .ui-crumbs__item a:hover {
    color: #141414
}

.ui-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    position: relative;
    isolation: isolate;
    min-height: var(--cat-height)
}

.ui-grid__col .ui-category {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ui-category:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: #e5e5eb solid 1px;
    border-radius: 16px
}

.ui-category__ttl {
    font-size: 18px;
    line-height: 1.444;
    font-weight: 600;
    padding-right: 20px
}

.ui-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #575757
}

html.no-touch .ui-category__link:hover {
    color: #0099f7
}

.ui-category__count {
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #aaa
}

.popups-overlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay-color);
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.app:not(.app--popup) .popups-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@supports ((-webkit-backdrop-filter:blur()) or (backdrop-filter:blur())) {
    .popups-overlay {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
}

.popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    scroll-behavior: contain;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    padding: var(--cont-p);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media screen and (width < 600px) {
    .popup {
        padding: 0
    }
}

.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.popup__content {
    width: 100%;
    margin: auto;
    position: relative
}

.popup__content--request {
    max-width: 400px;
    background: #fff
}

.popup__content--video {
    padding: 0;
    max-width: 800px;
    background: #fff
}

@media screen and (width < 600px) {
    .popup__content {
        min-height: 100%;
        max-width: none
    }
}

.popup__close {
    position: absolute;
    right: 20px;
    top: 20px
}

.popup__head {
    margin: 0 auto 20px auto
}

.popup__head-title {
    font-size: 20px;
    line-height: 24px
}

.popup__head-subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px
}

.popup__video {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden
}

.popup__video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0
}

.app {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    min-height: calc(100 * var(--vh));
    background: var(--color-bg);
    color: var(--color-text);
    font-family: Manrope;
    font-weight: 400
}

.app__content {
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: clip
}

.footer, .header, .section {
    width: 100%;
    position: relative
}

.section {
    padding-top: var(--section-pad);
    padding-bottom: var(--section-pad)
}

.app__content > .section:last-child, .section--fh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container, .head {
    width: calc(100% - var(--cont-p) * 2);
    max-width: var(--cont-w);
    margin: 0 auto;
    position: relative
}

.head {
    margin-bottom: var(--head-mar);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--head-gap)
}

.head__title {
    font-size: var(--head-ttl-font);
    line-height: var(--head-ttl-line);
    font-weight: var(--head-ttl-weight)
}

.head__stitle {
    font-size: var(--head-sttl-font);
    line-height: var(--head-sttl-line);
    font-weight: var(--head-sttl-weight)
}

.head__subtitle {
    font-size: var(--head-subttl-font);
    line-height: var(--head-subttl-line);
    font-weight: var(--head-subttl-weight)
}

.head--ic {
    width: 100%;
    max-width: none
}

.head--nm {
    --head-mar: 0 !important
}

.header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    height: var(--header-height)
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto
}

.header__logo-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 102px;
    aspect-ratio: 102/22;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    color: #0af
}

.header__logo-img svg {
    fill: currentColor
}

.header__logo-text {
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    border-left: #d8d8d8 solid 1px;
    padding: 6px 0 6px 24px
}

html.no-touch .header__logo:hover .header__logo-img {
    color: #0099f7
}

.header__btn {
    --btn-pad: 9px 15px;
    --btn-font: 14px;
    --btn-line: 20px;
    margin-left: 8px
}

.header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media only screen and (min-width: 1024px) {
    .header__menu-list {
        position: relative !important;
        opacity: 1 !important;
        top: auto !important;
        pointer-events: all !important
    }
}

.header__menu-item--b {
    --btn-pad: 10px 19px 10px 23px;
    display: none;
    margin-top: 8px
}

.header__menu-item--b .ui-btn {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--header-height);
    font-size: 14px;
    line-height: 20px;
    position: relative
}

.header__menu-link:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    background: #0af;
    height: 4px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0
}

.header__menu-link.current:after {
    opacity: 1
}

html.no-touch .header__menu-link:hover {
    color: #0099f7
}

.header__menu-toggle {
    cursor: pointer;
    z-index: 2;
    -webkit-transition: background .4s, border .4s;
    -o-transition: background .4s, border .4s;
    transition: background .4s, border .4s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    border-radius: 6px;
    background: #0af;
    aspect-ratio: 1;
    position: relative;
    display: block
}

.header__menu-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    -webkit-transition: all .2s, margin-top .2s .2s;
    -o-transition: all .2s, margin-top .2s .2s;
    transition: all .2s, margin-top .2s .2s
}

.header__menu-toggle span:nth-child(1) {
    margin-top: -7px
}

.header__menu-toggle span:nth-child(3) {
    margin-top: 7px
}

.ui-dropdown.active .header__menu-toggle {
    background: #141414
}

.ui-dropdown.active .header__menu-toggle span {
    background: var(--color-orange);
    margin-top: 0 !important;
    -webkit-transition: all .2s, -webkit-transform .2s .2s;
    transition: all .2s, -webkit-transform .2s .2s;
    -o-transition: transform .2s .2s, all .2s;
    transition: transform .2s .2s, all .2s;
    transition: transform .2s .2s, all .2s, -webkit-transform .2s .2s;
    background: #fff
}

.ui-dropdown.active .header__menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0)
}

.ui-dropdown.active .header__menu-toggle span:nth-child(2) {
    opacity: 0
}

.ui-dropdown.active .header__menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0)
}

@media only screen and (min-width: 1024px) {
    .header__menu-toggle {
        display: none
    }
}

.menu-overlay {
    position: fixed;
    z-index: 19;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.app:not(:has(.header__menu.active)) .menu-overlay {
    opacity: 0;
    pointer-events: none
}

.intro {
    --head-ttl-font: 60px;
    --head-subttl-font: 20px;
    background: #f2fcff;
    padding: 20px 0;
    margin-bottom: var(--section-pad)
}

.intro__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 1156px
}

.intro__left {
    width: 390px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.intro__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 517px
}

.guides__grid {
    display: -ms-grid;
    display: grid;
    gap: var(--g-gap);
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.guides__grid-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--g-gap)
}

.guides__grid[data-guides=sm] {
    display: block
}

@media only screen and (min-width: 768px) {
    .guides__grid[data-guides=sm] {
        display: none
    }
}

.guides__grid[data-guides=xl] {
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.guides__grid[data-guides=md] {
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

@media only screen and (min-width: 1024px) {
    .guides__grid[data-guides=md] {
        display: none
    }
}

.guides__all {
    margin-top: 32px;
    text-align: center
}

.guides__all .ui-btn {
    width: 260px
}

.guides--f {
    --cat-height: auto
}

.faq__layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --g-gap: 24px;
    --g-gap-b: var(--g-gap)
}

.faq__side {
    --g-cols: 1;
    --g-of: 4;
    max-width: 242px;
    position: relative
}

.faq__menu {
    padding: 16px;
    border-radius: 16px;
    background: #f4f4f4;
    position: sticky;
    top: 20px;
    z-index: 1
}

.faq__menu-list {
    width: 100%
}

.faq__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px
}

.faq__menu-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;
    padding: 14px 16px;
    border-radius: 6px;
    background: #f4f4f4;
    font-size: 16px;
    line-height: 24px;
    gap: 16px
}

.faq__menu-toggle:after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    aspect-ratio: 1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.53033 11.5302C8.23744 11.8231 7.76256 11.8231 7.46967 11.5302L3.12652 7.18707C2.83363 6.89418 2.83363 6.4193 3.12652 6.12641C3.41942 5.83352 3.89429 5.83352 4.18718 6.12641L8 9.93923L11.8128 6.12641C12.1057 5.83352 12.5806 5.83352 12.8735 6.12641C13.1664 6.4193 13.1664 6.89418 12.8735 7.18707L8.53033 11.5302Z' fill='%23141414'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.53033 11.5302C8.23744 11.8231 7.76256 11.8231 7.46967 11.5302L3.12652 7.18707C2.83363 6.89418 2.83363 6.4193 3.12652 6.12641C3.41942 5.83352 3.89429 5.83352 4.18718 6.12641L8 9.93923L11.8128 6.12641C12.1057 5.83352 12.5806 5.83352 12.8735 6.12641C13.1664 6.4193 13.1664 6.89418 12.8735 7.18707L8.53033 11.5302Z' fill='%23141414'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    background: currentColor;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.ui-dropdown.active .faq__menu-toggle:after {
    scale: 1 -1
}

@media only screen and (min-width: 768px) {
    .faq__menu-list {
        position: relative !important;
        opacity: 1 !important;
        top: auto !important;
        pointer-events: all !important
    }

    .faq__menu-item.current {
        background: #fff !important
    }

    html.no-touch .faq__menu-item:hover {
        background: rgba(255, 255, 255, .7)
    }

    .faq__menu-toggle {
        display: none
    }
}

.faq__main {
    --g-cols: 3;
    --g-of: 4
}

.faq__item {
    padding: 16px 0;
    border-bottom: #e5e5eb solid 1px
}

.faq__item:first-child {
    border-top: #e5e5eb solid 1px
}

.faq__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    min-height: 52px
}

.faq__item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.faq__item-icon {
    width: 44px;
    aspect-ratio: 1;
    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;
    border-radius: 100%;
    border: #e5e5eb solid 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.faq__item-icon:before {
    content: "";
    display: block;
    width: 24px;
    aspect-ratio: 1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12H18' stroke='%23141414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18V6' stroke='%23141414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12H18' stroke='%23141414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18V6' stroke='%23141414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    background: currentColor;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.faq__item-body {
    padding-top: 4px
}

html.no-touch .faq__item-head:hover .faq__item-icon {
    background: #f4f4f4;
    border-color: #f4f4f4
}

.faq__item.ui-expand.active .faq__item-icon:before {
    rotate: 45deg
}

.faq__all {
    margin-top: 32px;
    text-align: center
}

.faq__all .ui-btn {
    width: 260px
}

.crumbs {
    padding: 12px 0 0
}

.category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 18px 20px 16px;
    gap: 24px;
    position: relative;
    isolation: isolate;
    min-height: 146px
}

.category__item:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: #e5e5eb solid 1px;
    border-radius: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.category__item-ttl {
    font-weight: 600
}

.category__item-arr {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 24px;
    height: 24px;
    aspect-ratio: 1
}

.category__item-arr svg {
    fill: #0af
}

html.no-touch .category__item:hover:before {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    border-color: transparent
}

.article {
    --head-mar: 32px
}

.article__layout {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article__side {
    --g-cols: 1;
    --g-of: 4
}

.article__menu-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;
    padding: 14px 16px;
    border-radius: 6px;
    background: #f4f4f4;
    font-size: 16px;
    line-height: 24px;
    gap: 16px
}

.article__menu-toggle:after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    aspect-ratio: 1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.53033 11.5302C8.23744 11.8231 7.76256 11.8231 7.46967 11.5302L3.12652 7.18707C2.83363 6.89418 2.83363 6.4193 3.12652 6.12641C3.41942 5.83352 3.89429 5.83352 4.18718 6.12641L8 9.93923L11.8128 6.12641C12.1057 5.83352 12.5806 5.83352 12.8735 6.12641C13.1664 6.4193 13.1664 6.89418 12.8735 7.18707L8.53033 11.5302Z' fill='%23141414'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.53033 11.5302C8.23744 11.8231 7.76256 11.8231 7.46967 11.5302L3.12652 7.18707C2.83363 6.89418 2.83363 6.4193 3.12652 6.12641C3.41942 5.83352 3.89429 5.83352 4.18718 6.12641L8 9.93923L11.8128 6.12641C12.1057 5.83352 12.5806 5.83352 12.8735 6.12641C13.1664 6.4193 13.1664 6.89418 12.8735 7.18707L8.53033 11.5302Z' fill='%23141414'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    background: currentColor;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.ui-dropdown.active .article__menu-toggle:after {
    scale: 1 -1
}

.article__menu-close {
    width: 24px;
    aspect-ratio: 1;
    border-radius: 4px;
    background: #141414;
    color: #fff;
    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;
    position: absolute;
    right: var(--cont-p);
    top: 16px
}

.article__menu-close:before {
    width: 16px;
    aspect-ratio: 1;
    content: "";
    display: block;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.3633' y='19.7782' width='20' height='2' rx='1' transform='rotate(-135 18.3633 19.7782)' fill='white'/%3E%3Crect x='19.7773' y='5.63604' width='20' height='2' rx='1' transform='rotate(135 19.7773 5.63604)' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.3633' y='19.7782' width='20' height='2' rx='1' transform='rotate(-135 18.3633 19.7782)' fill='white'/%3E%3Crect x='19.7773' y='5.63604' width='20' height='2' rx='1' transform='rotate(135 19.7773 5.63604)' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    background: currentColor
}

@media only screen and (min-width: 1024px) {
    .article__menu-close, .article__menu-toggle {
        display: none
    }
}

.article__menu-item:not(:last-child) {
    border-bottom: #e5e5eb solid 1px
}

.article__menu-head {
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.article__menu-head:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    display: block;
    width: 16px;
    aspect-ratio: 1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.65685 6.65685L8 11L12.3431 6.65685' stroke='%2300AAFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.65685 6.65685L8 11L12.3431 6.65685' stroke='%2300AAFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    background: #0af;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.ui-expand.active .article__menu-head:after {
    scale: 1 -1
}

.article__menu-ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.article__menu-list {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px
}

.article__menu-link {
    border-radius: 6px;
    padding: 10px 16px
}

.article__menu-link.current, html.no-touch .article__menu-link:hover {
    background: #f4f4f4
}

html.no-touch .article__menu-head:hover {
    color: #ff6163
}

html.no-touch .article__menu-head:hover:after {
    background: #ff6163
}

.article__main {
    --g-cols: 3;
    --g-of: 4;
    max-width: 854px
}

.article__text h2 {
    font-size: 30px;
    line-height: 1.333;
    font-weight: 700
}

.article__text h2:not(:first-child) {
    margin-top: 32px
}

.article__text h2:not(:last-child) {
    margin-bottom: 24px
}

.article__text h3 {
    font-size: 22px;
    line-height: 1.363;
    font-weight: 700
}

.article__text h3:not(:first-child) {
    margin-top: 24px
}

.article__text h3:not(:last-child) {
    margin-bottom: 16px
}

.article__text h4 {
    font-size: 18px;
    line-height: 1.444;
    font-weight: 700
}

.article__text h4:not(:first-child) {
    margin-top: 20px
}

.article__text h4:not(:last-child) {
    margin-bottom: 16px
}

.article__text-note {
    border-radius: 16px;
    padding: 16px 20px;
    color: var(--art-note-color);
    background: var(--art-note-bg)
}

.article__text-note:not(:first-child) {
    margin-top: 20px
}

.article__text-note:not(:last-child) {
    margin-bottom: 20px
}

code {
    border-radius: 16px;
    padding: 5px 10px;
    color: var(--art-note-color);
    background: #FFFBD0
}

code:not(:first-child) {
    margin-top: 20px
}

code:not(:last-child) {
    margin-bottom: 20px
}

.article__text ol > li, .article__text ul > li {
    position: relative;
    padding-left: var(--art-list-pad)
}

.article__text ol > li:not(:last-child), .article__text ul > li:not(:last-child) {
    margin-bottom: var(--art-list-gap)
}

.article__text ol:not(:last-child), .article__text ul:not(:last-child) {
    margin-bottom: 16px
}

.article__text ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: #0af;
    left: 11px;
    top: 9px
}

.article__text ol {
    counter-reset: art-list
}

.article__text ol > li:before {
    counter-increment: art-list;
    content: counters(art-list, ".") ". ";
    position: absolute;
    right: calc(100% - 22px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    font-weight: 700
}

.article__text blockquote {
    padding: 2px 0 2px 16px;
    border-left: #0af solid 4px
}

.article__text blockquote:not(:first-child) {
    margin-top: 16px
}

.article__text blockquote:not(:last-child) {
    margin-bottom: 16px
}

.article__text-img {
    border-radius: 16px;
    overflow: clip;
    padding: 40px 40px 0;
    background: #f4f4f4
}

.article__text-img img {
    border-radius: 8px 8px 0 0;
    overflow: clip;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin: 0 auto;
}

.article__text-img:not(:first-child) {
    margin-top: 24px
}

.article__text-img:not(:last-child) {
    margin-bottom: 24px
}

.article__text-video {
    aspect-ratio: 16/9;
    position: relative;
    overflow: clip;
    border-radius: 16px;
    background: #f4f4f4
}

.article__text-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0
}

.article__text-video:not(:first-child) {
    margin-top: 24px
}

.article__text-video:not(:last-child) {
    margin-bottom: 24px
}

.article__text-table {
    overflow-x: auto
}

.article__text-table table {
    width: 100%;
    border-collapse: collapse
}

.article__text-table td, .article__text-table th {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 8px
}

.article__text-table td:first-child, .article__text-table th:first-child {
    padding-left: 16px
}

.article__text-table td:last-child, .article__text-table th:last-child {
    padding-right: 16px
}

.article__text-table th {
    background: #383838;
    color: #fff;
    font-weight: 600
}

.article__text-table thead {
    border-collapse: separate;
    border-radius: 6px
}

.article__text-table thead tr:first-child th:first-child {
    border-top-left-radius: 6px
}

.article__text-table thead tr:first-child th:last-child {
    border-top-right-radius: 6px
}

.article__text-table thead tr:last-child th:first-child {
    border-bottom-left-radius: 6px
}

.article__text-table thead tr:last-child th:last-child {
    border-bottom-right-radius: 6px
}

.article__text-table tbody tr {
    border-bottom: #e5e5eb solid 1px
}

.article__text-table:not(:first-child) {
    margin-top: 16px
}

.article__text-table:not(:last-child) {
    margin-bottom: 24px
}

.article__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 48px
}

.page-head {
    --head-mar: 32px
}

.footer {
    margin-top: 60px;
    background: #383838;
    color: rgba(255, 255, 255, .7);
    padding: 40px 0;
    font-size: 14px;
    line-height: 20px
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-weight: 500
}

.footer__menu-link.current, html.no-touch .footer__menu-link:hover {
    color: #fff
}

@media only screen and (max-width: 1279px) {
    :root {
        --section-pad: 32px;
        --head-mar: 32px;
        --head-ttl-font: 34px;
        --head-sttl-font: 26px
    }

    .page-head {
        --head-mar: 24px
    }

    .article {
        --head-mar: 24px
    }
}

@media only screen and (max-width: 1023px) {
    :root {
        --cat-height: 182px
    }

    .header__menu-list {
        width: 280px;
        left: auto;
        right: 0;
        top: calc(100% + 4px);
        padding: 8px 20px 20px;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0
    }

    .header__menu-item--b {
        display: block
    }

    .header__menu-link {
        height: auto;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
        font-weight: 500
    }

    .header__menu-link:after {
        content: none;
        display: none
    }

    .header__menu-link.current {
        color: #0099f7
    }

    .header__btn {
        display: none
    }

    .guides__grid[data-guides=xl] {
        display: none
    }

    .intro {
        --head-ttl-font: 48px;
        --head-subttl-font: 18px
    }

    .intro__left {
        max-width: 350px
    }

    .intro__right {
        max-width: 376px;
        margin-right: calc(var(--cont-p) * -1)
    }

    .article__side {
        --g-cols: 1;
        --g-of: 1;
        max-width: none
    }

    .article__menu-inner {
        position: fixed;
        inset: 0;
        z-index: 30;
        background: #fff;
        overflow: clip;
        overflow-y: auto;
        padding: 56px var(--cont-p) var(--cont-p);
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain
    }

    .article__menu:not(.active) .article__menu-inner {
        opacity: 0;
        pointer-events: none
    }

    .article__main {
        --g-cols: 1;
        --g-of: 1;
        max-width: none
    }

    .article__nav {
        margin-top: 32px
    }

    .article__text h2 {
        font-size: 26px
    }

    .article__text h2:not(:first-child) {
        margin-top: 24px
    }

    .article__text h2:not(:last-child) {
        margin-bottom: 16px
    }

    .article__text h3 {
        font-size: 20px
    }

    .article__text h3:not(:first-child) {
        margin-top: 16px
    }

    .article__text h3:not(:last-child) {
        margin-bottom: 12px
    }

    .article__text h4 {
        font-size: 16px
    }

    .article__text h4:not(:first-child) {
        margin-top: 16px
    }

    .article__text h4:not(:last-child) {
        margin-bottom: 12px
    }

    .article__text-img:not(:first-child) {
        margin-top: 20px
    }

    .article__text-img:not(:last-child) {
        margin-bottom: 20px
    }

    .article__text-video:not(:first-child) {
        margin-top: 20px
    }

    .article__text-video:not(:last-child) {
        margin-bottom: 20px
    }

    .article__text-table {
        margin-left: calc(var(--cont-p) * -1);
        margin-right: calc(var(--cont-p) * -1);
        padding: 0 var(--cont-p)
    }

    .article__text-table:not(:first-child) {
        margin-top: 12px
    }

    .article__text-table:not(:last-child) {
        margin-bottom: 16px
    }

    .faq__main, .faq__side {
        --g-cols: 1;
        --g-of: 1;
        max-width: none
    }

    .faq__menu {
        position: relative;
        top: 0
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .faq__layout {
        --g-gap-b: 32px
    }

    .faq__menu {
        padding: 8px
    }

    .faq__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .faq__menu-item {
        padding: 14px 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 1023px) {
    .faq__all, .guides__all {
        margin-top: 24px
    }
}

@media only screen and (max-width: 1023px) {
    .footer {
        padding: 32px 0;
        margin-top: 48px
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --cont-p: 16px;
        --section-pad: 16px;
        --head-mar: 16px;
        --head-gap: 8px;
        --head-ttl-font: 26px;
        --head-sttl-font: 22px;
        --header-height: 54px;
        --g-gap: 16px;
        --g-gap-b: var(--g-gap);
        --cat-height: auto
    }

    .ui-category {
        padding: 20px
    }

    .header__logo-text {
        display: none
    }

    .intro {
        --head-ttl-font: 36px;
        --head-subttl-font: 16px
    }

    .intro__left {
        max-width: 310px
    }

    .guides__grid[data-guides=md] {
        display: none
    }

    .page {
        padding-top: 24px
    }

    .page-head {
        --head-mar: 16px
    }

    .article {
        --head-mar: 20px
    }

    .article__nav {
        margin-top: 24px
    }

    .article__text h2 {
        font-size: 22px
    }

    .article__text h2:not(:first-child) {
        margin-top: 20px
    }

    .article__text h2:not(:last-child) {
        margin-bottom: 14px
    }

    .article__text h3 {
        font-size: 18px
    }

    .article__text-img {
        padding: 20px 20px 0
    }

    .article__text-img:not(:first-child) {
        margin-top: 16px
    }

    .article__text-img:not(:last-child) {
        margin-bottom: 16px
    }

    .article__text-video:not(:first-child) {
        margin-top: 16px
    }

    .article__text-video:not(:last-child) {
        margin-bottom: 16px
    }

    .article__text-note:not(:first-child) {
        margin-top: 16px
    }

    .article__text-note:not(:last-child) {
        margin-bottom: 16px
    }

    code:not(:first-child) {
        margin-top: 16px
    }

    code:not(:last-child) {
        margin-bottom: 16px
    }

    .footer {
        padding: 24px 0;
        margin-top: 16px
    }

    .footer__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .footer__copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 16px;
        border-top: rgba(255, 255, 255, .2) solid 1px
    }

    .footer__menu {
        -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
    }

    .faq__item-body {
        padding-top: 12px
    }

    .faq__menu {
        padding: 0
    }

    .faq__menu-list {
        padding: 16px;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
        background: #fff
    }

    .faq__menu-item.current, html.no-touch .faq__menu-item:hover {
        background: #f4f4f4
    }
}

@media only screen and (max-width: 599px) {
    .category__item {
        min-height: auto
    }

    .intro__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0
    }

    .intro__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .intro__right {
        margin: -12px auto -10px
    }

    .faq__all, .guides__all {
        margin-top: 16px
    }

    .faq__all .ui-btn, .guides__all .ui-btn {
        width: 100%
    }
}

strong{
    font-weight: bold;
}

.article__text a{
    color: #0099F7;
    text-decoration: underline;
}
.article__text a:hover{
    color: #0099F7;
    text-decoration: none;
}


.faq__item-body a{
    color: #0099F7;
    text-decoration: underline;
}
.faq__item-body a:hover{
    color: #0099F7;
    text-decoration: none;
}
