﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --blue: #0379CB;
    --bg-grey: #f8f8f8;
    --text-black: #121A29;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'Manrope', sans-serif;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    body * {
        scrollbar-width: thin;
        scroll-behavior: smooth;
    }

section {
    background-color: var(--bg-grey);
}

#webMoneyFooter {
    margin-top: auto;
}

a {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    -webkit-transition: 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
    transition: 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
    transition: 0.25s text-decoration, 0.25s color, 0.25s background-color;
    transition: 0.25s text-decoration, 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
    color: var(--blue);
}

    a:hover {
        -webkit-text-decoration: underline var(--blue);
        text-decoration: underline var(--blue);
    }

hr {
    border: none;
    border-top: 1px solid var(--blue);
}

h2.h2_big {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: var(--text-black);
}

    h2.h2_big span {
        color: var(--blue);
    }

h2.h2_small {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: var(--text-black);
}

    h2.h2_small span {
        color: var(--blue);
    }

.button {
    background-color: var(--blue);
    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;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid var(--blue);
    min-height: 37px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
}

    .button:hover {
        background-color: transparent;
        color: var(--blue);
        text-decoration: none;
    }

.button_transparent {
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
}

    .button_transparent:hover {
        background-color: var(--blue);
        color: #fff;
        text-decoration: none;
    }

.checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox label {
        font-weight: 400;
        font-size: 16px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: var(--text-black);
        cursor: pointer;
    }

        .checkbox label p {
            font-weight: 400;
            font-size: 14px;
            line-height: 144%;
            letter-spacing: -0.02em;
            color: #B8C0D0;
        }

    .checkbox input {
        position: absolute;
        width: 0;
        height: 0;
        z-index: -1;
        opacity: 0;
        width: 20px;
    }

        .checkbox input:checked + .checkbox__indicator {
            position: relative;
            background-color: var(--blue);
        }

            .checkbox input:checked + .checkbox__indicator::before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 14px;
                height: 10px;
                background: url("../img/check.svg") center center/contain no-repeat;
            }

        .checkbox input:active + .checkbox__indicator {
            opacity: .5;
        }

        .checkbox input:focus-visible + .checkbox__indicator {
            outline: 1px auto -webkit-focus-ring-color;
        }

        .checkbox input:disabled + .checkbox__indicator {
            opacity: 0.5;
        }

    .checkbox.error .checkbox__indicator {
        border: 1px solid #EB5757;
    }

.checkbox__indicator {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid var(--blue);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-right: 8px;
}

.checkbox-accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.15s ease-in-out;
    transition: max-height 0.15s ease-in-out;
}

.input-field {
    width: 100%;
}

    .input-field p {
        font-weight: 400;
        font-size: 16px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #121A29;
        margin-bottom: 0;
    }

    .input-field input,
    .input-field textarea,
    .input-field select {
        margin-top: 8px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #B8C0D0;
        border-radius: 8px;
        padding: 8px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        resize: none;
    }

        .input-field input::-webkit-input-placeholder,
        .input-field textarea::-webkit-input-placeholder {
            color: #B8C0D0;
        }

        .input-field input:-ms-input-placeholder,
        .input-field textarea:-ms-input-placeholder {
            color: #B8C0D0;
        }

        .input-field input::-ms-input-placeholder,
        .input-field textarea::-ms-input-placeholder {
            color: #B8C0D0;
        }

        .input-field input::placeholder,
        .input-field textarea::placeholder {
            color: #B8C0D0;
        }

    .input-field textarea {
        min-height: 90px;
    }

    .input-field.error input, .input-field.error textarea {
        border: 1px solid #EB5757;
    }

    .input-field ul li input {
        margin-left: 8px;
        width: 160px;
    }

[data-title] {
    position: relative;
    cursor: pointer;
}

    [data-title]:after {
        display: block;
        text-align: center;
        bottom: 150%;
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        position: absolute;
        -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.15));
        background-color: #fff;
        border-radius: 8px;
        font-size: 14px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: #121A29;
        content: attr(data-title);
        pointer-events: none;
        padding: 4px 16px;
        z-index: 10;
    }

    [data-title]:hover:after {
        opacity: 1;
    }

.arrowsScroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    position: relative;
}

.arrowsScroll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    overflow: auto;
    scroll-behavior: smooth;
}

    .arrowsScroll-wrapper::-webkit-scrollbar {
        height: 0;
        width: 0;
        background-color: var(--scrollbar-bg-color);
        border-radius: 3px;
    }

    .arrowsScroll-wrapper::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: var(--scrollbar-thumb-color);
        cursor: pointer;
    }

.arrowsScroll_left, .arrowsScroll_right {
    padding: 8px 0;
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    border: none;
    background-color: #F8F8F8;
    cursor: pointer;
    outline: none;
}

    .arrowsScroll_left:focus, .arrowsScroll_right:focus {
        outline: none;
    }

        .arrowsScroll_left:focus svg path, .arrowsScroll_right:focus svg path {
            stroke: var(--blue);
        }

    .arrowsScroll_left:before, .arrowsScroll_right:before {
        display: block;
        height: 100%;
        width: 30px;
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        background: -webkit-gradient(linear, left top, right top, from(#F8F8F8), color-stop(80%, rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, #F8F8F8 0%, rgba(0, 0, 0, 0) 80%);
        z-index: 10;
    }

    .arrowsScroll_left svg, .arrowsScroll_right svg {
        width: 15px;
        height: 20px;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: var(--blue);
    }

.arrowsScroll_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    left: auto;
}

    .arrowsScroll_right:before {
        left: -30px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, #F8F8F8));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #F8F8F8 80%);
    }

    .arrowsScroll_right svg {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

.accordion-wrapper__content {
    max-height: 0;
    -webkit-transition: 0.15s max-height;
    transition: 0.15s max-height;
    overflow: hidden;
}

.scrollup {
    position: fixed;
    height: 0px;
    z-index: 10;
    right: 50px;
    top: calc(100% - 100px);
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    background-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;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .scrollup.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .scrollup svg {
        width: 20px;
        height: auto;
    }

.header {
    padding-top: 24px;
}

.header__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.header__tabs-tab {
    position: relative;
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px 3px 0 0;
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    height: 45px;
    color: #121A29;
    border-color: #EDEDEE;
    text-decoration: none;
}

    .header__tabs-tab:hover {
        text-decoration: none;
    }

    .header__tabs-tab:first-child {
        margin-left: 0;
    }

    .header__tabs-tab.active {
        border: 1px solid #EDEDEE;
        border-bottom: none;
        background-color: #fff;
    }

    .header__tabs-tab img {
        pointer-events: none;
    }

.header__subtabs {
    display: none;
    padding: 8px 15px;
    background-color: #fff;
    gap: 8px;
    border: 1px solid #EDEDEE;
    border-radius: 0 3px 3px 3px;
}

    .header__subtabs.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__subtabs a {
        color: #121A29;
        padding: 4px 18px;
        font-size: 14px;
        border-radius: 6px;
        text-decoration: none;
    }

        .header__subtabs a:hover {
            color: var(--blue);
        }

        .header__subtabs a.active {
            background-color: var(--blue);
            color: #fff;
        }

.attention {
    padding-top: 40px;
    padding-bottom: 40px;
}

.attention__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #E6F2FB;
    padding: 8px;
    padding-right: 20px;
    gap: 24px;
    border-radius: 10px;
}

.attention p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #121A29;
}

    .attention p a {
        color: var(--blue);
    }

.attention-sign {
    background: #FFFFFF;
    border-radius: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.attention ul {
    padding: 16px 24px;
    margin: 0;
}

    .attention ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 144%;
        color: #121A29;
    }

        .attention ul li a {
            color: var(--blue);
        }

        .attention ul li:not(:last-child) {
            margin-bottom: 16px;
        }

.attention_green .attention__wrapper {
    display: block;
    padding: 16px 40px;
    background-color: #fff;
    border: 1px solid #27AE60;
}

    .attention_green .attention__wrapper p {
        margin: 0;
        font-size: 22px;
        line-height: 144%;
        text-align: center;
        color: #121A29;
    }

.banners {
    padding-bottom: 40px;
    background: none;
}

.banners__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.banners__banner {
    height: 263px;
    width: 100%;
    background: linear-gradient(86.28deg, #0379CB -7.47%, #46B3FF 99.76%);
    border-radius: 8px;
    overflow: hidden;
}

    .banners__banner h2 {
        font-weight: 700;
        font-size: 56px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: #F0F8FF;
    }

    .banners__banner h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: #F0F8FF;
    }

.banners__banner_small {
    width: 336px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .banners__banner_small img {
        position: absolute;
        top: -10%;
        left: 0;
        width: 100%;
        height: 110%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1;
    }

    .banners__banner_small h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 120%;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #F0F8FF;
    }

    .banners__banner_small p {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #F0F8FF;
    }

        .banners__banner_small p a {
            color: var(--blue);
        }

.banners__banner_big {
    padding-left: 32px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: 20%;
}

    .banners__banner_big img {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30%;
    }

    .banners__banner_big h3 {
        max-width: 386px;
    }

.banners__banner-btns {
    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: 10px;
    margin-top: auto;
}

    .banners__banner-btns a {
        padding: 8px 16px;
        color: #F0F8FF;
        text-decoration: none;
    }

        .banners__banner-btns a:hover {
            text-decoration: none;
            color: var(--blue);
        }

        .banners__banner-btns a:first-child {
            border: 1px solid #F0F8FF;
            border-radius: 6px;
            color: #F0F8FF;
        }

            .banners__banner-btns a:first-child:hover {
                text-decoration: none;
                color: #fff;
                border: 1px solid var(--blue);
            }

.banners_merchants .banners__banner {
    height: 350px;
}

.banners_merchants .banners__banner_big {
    background: 0;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 32px;
    padding-bottom: 32px;
}

    .banners_merchants .banners__banner_big img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        z-index: -1;
    }

    .banners_merchants .banners__banner_big h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.04em;
        color: #F0F8FF;
        margin-bottom: 28px;
        width: 380px;
    }

    .banners_merchants .banners__banner_big p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: #F0F8FF;
        width: 280px;
    }

    .banners_merchants .banners__banner_big a {
        padding: 8px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: auto;
        color: var(--blue);
        border: 1px solid #F0F8FF;
        background-color: #F0F8FF;
    }
        .banners_merchants .banners__banner_big a:hover {
            color: #F0F8FF;
            background-color: var(--blue);
        }

.banners_merchants .banners__banner_small {
    /*background: linear-gradient(83.47deg, #121A29 -4.1%, #232E44 101.97%);*/
    padding: 32px 40px;
}

    .banners_merchants .banners__banner_small h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.04em;
        color: #F0F8FF;
        margin-bottom: 28px;
    }

    .banners_merchants .banners__banner_small p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: #F0F8FF;
    }

    .banners_merchants .banners__banner_small a {
        margin-top: auto;
        border: 1px solid #F0F8FF;
        -webkit-filter: drop-shadow(0px 4px 17px rgba(20, 136, 216, 0.29));
        filter: drop-shadow(0px 4px 17px rgba(20, 136, 216, 0.29));
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px;
        gap: 10px;
        font-weight: 500;
        letter-spacing: -0.01em;
        font-size: 14px;
        color: #F0F8FF;
    }
        .banners_merchants .banners__banner_small a:hover {
            color: var(--blue);
            background-color: #F0F8FF;
        }

.categories-list {
    padding-top: 40px;
    background-color: #F8F8F8;
}

    .categories-list h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #121A29;
    }

.categories-list__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template: auto / 1fr 1fr 1fr;
    gap: 16px;
}

.categories-list__wrapper-col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.categories-list__item {
    padding-bottom: 40px;
    background: #FFFFFF;
    border-radius: 12px;
}

.categories-list__item-header {
    padding: 24px 24px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

    .categories-list__item-header h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 144%;
        color: var(--blue);
        letter-spacing: -0.01em;
        margin-bottom: 0;
    }

.categories-list__item ul {
    padding: 0 24px 24px 24px;
    padding: 0;
    margin: 0;
    position: relative;
}

    .categories-list__item ul .accordion-wrapper {
        position: absolute;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        border-radius: 0 0 12px 12px;
    }

    .categories-list__item ul .accordion-wrapper__btn {
        padding-top: 8px;
        cursor: pointer;
        text-align: center;
        border-radius: 0 0 12px 12px;
    }

        .categories-list__item ul .accordion-wrapper__btn svg {
            -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

            .categories-list__item ul .accordion-wrapper__btn svg path {
                -webkit-transition: 0.25s;
                transition: 0.25s;
            }

        .categories-list__item ul .accordion-wrapper__btn.active {
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        }

            .categories-list__item ul .accordion-wrapper__btn.active svg {
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .categories-list__item ul .accordion-wrapper__btn.active svg path {
                    stroke: var(--blue);
                }

    .categories-list__item ul li {
        padding: 0 24px;
        list-style: none;
    }

        .categories-list__item ul li a {
            font-weight: 400;
            font-size: 14px;
            line-height: 144%;
            letter-spacing: -0.01em;
            color: #121A29;
        }

            .categories-list__item ul li a:hover {
                -webkit-text-decoration: underline #121A29;
                text-decoration: underline #121A29;
            }

.popular {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .popular h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #121A29;
    }

.popular__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template: auto/repeat(4, 1fr);
    gap: 16px;
}

.popular__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    height: 250px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-decoration: none;
}

    .popular__item:hover {
        text-decoration: none;
        -webkit-box-shadow: 0px 16px 55px rgba(215, 215, 215, 0.6);
        box-shadow: 0px 16px 55px rgba(215, 215, 215, 0.6);
    }

.popular__item_caption .popular__item-image {
    margin: 3px;
    aspect-ratio: 2 / 1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

    .popular__item_caption .popular__item-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.popular__item_caption h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0379CB;
    padding: 0 16px;
    margin-bottom: 16px;
}

.popular__item_caption p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #B8C0D0;
    padding: 0 16px;
}

.popular__item_btn {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: none;
}

.popular__item_btn-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 16px;
    z-index: -1;
    pointer-events: none;
}

.popular__item_btn h3 {
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.popular__item_btn p {
    width: 200px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.popular__item_btn button {
    background: none;
    margin-top: auto;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 6px 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: 100px;
    text-decoration: none;
    cursor: pointer;
}

.security {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
}

    .security h2 {
        text-align: center;
    }

.security__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 250px auto;
    grid-template: auto / 250px auto;
    -webkit-column-gap: 90px;
    column-gap: 90px;
}

.security__image {
    width: 100%;
}

.security__image_wide {
    display: none;
}

.security__image img {
    width: 100%;
}

.security__text > p {
    font-weight: 500;
    font-size: 20px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
}

    .security__text > p a {
        color: var(--blue);
    }

    .security__text > p:first-child {
        margin-bottom: 40px;
    }

.security__grid {
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto / 1fr 1fr;
    gap: 12px;
}

.security__grid-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px auto;
    grid-template: auto / 80px auto;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.security__grid-header-icon {
    width: 100%;
}

    .security__grid-header-icon img {
        width: 100%;
    }

.security__grid-header h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #0379CB;
}

.security__grid-item-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #121A29;
    margin-bottom: 0;
}

    .security__grid-item-text strong {
        color: #B8C0D0;
    }

.security__grid-item-text_grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #B8C0D0;
    font-weight: 400;
    font-size: 12px;
}

    .security__grid-item-text_grey span {
        margin-right: 5px;
    }

.certificates {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F8F8F8;
}

.certificates__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 370px auto;
    grid-template: auto / 370px auto;
}

.certificates__image {
    position: relative;
}

    .certificates__image img {
        width: 180%;
        position: absolute;
        right: 66px;
    }

.certificates__text-p {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #121A29;
    margin-bottom: 40px;
}

.certificates__text-p_small {
    font-size: 16px;
    line-height: 144%;
    margin-bottom: 34px;
}

.certificates__text-image {
    display: none;
}

.certificates__buttons {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

    .certificates__buttons a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

        .certificates__buttons a svg path {
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

        .certificates__buttons a:hover {
            background-color: transparent;
            color: var(--blue);
            text-decoration: none;
        }

            .certificates__buttons a:hover svg path {
                stroke: var(--blue);
            }

.certificates .attention__wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-top: 36px;
}

.certificates__link {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #C6C8CB;
}

    .certificates__link:hover {
        color: #C6C8CB;
        -webkit-text-decoration: underline #C6C8CB;
        text-decoration: underline #C6C8CB;
    }

.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

    .benefits h2 {
        text-align: center;
    }

.benefits__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 9fr 7fr;
    grid-template: auto / 9fr 7fr;
    gap: 16px;
}

.benefits__item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .benefits__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        height: 300px;
    }

        .benefits__item:first-child .benefits__item-bg {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 80px;
        }

    .benefits__item:nth-child(2) {
        padding-bottom: 0;
    }

        .benefits__item:nth-child(2) .benefits__item-link {
            margin-top: 16px;
            margin-bottom: 32px;
        }

        .benefits__item:nth-child(2) .benefits__item-bg {
            max-height: 220px;
            margin-top: auto;
            margin-left: auto;
            margin-right: 20px;
        }

    .benefits__item:nth-child(3) {
        padding-bottom: 0;
    }

        .benefits__item:nth-child(3) .benefits__item-bg {
            max-height: 220px;
            margin-top: auto;
            margin-left: auto;
        }

    .benefits__item:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        padding: 40px 0;
    }

        .benefits__item:last-child .benefits__item-heading,
        .benefits__item:last-child .benefits__item-p {
            padding: 0 45px;
        }

.benefits__item-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #121A29;
    margin-bottom: 16px;
}

.benefits__item-heading_big {
    font-size: 56px;
    line-height: 60%;
}

    .benefits__item-heading_big span {
        font-size: 20px;
    }

.benefits__item-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
    max-width: 580px;
}

.benefits__item-p_grey {
    font-weight: 400;
    font-size: 12px;
    line-height: 144%;
    color: #9BA6BB;
}

.benefits__item-p_small {
    font-size: 12px;
    line-height: 144%;
    max-width: 250px;
}

.benefits__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    text-align: right;
    letter-spacing: -0.01em;
    color: #0379CB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

    .benefits__item-link::after {
        display: inline-block;
        content: '';
        width: 12px;
        height: 6px;
        background: url("../img/link-arrow.svg") center center/cover no-repeat;
    }

.benefits__grid {
    display: -ms-grid;
    display: grid;
    margin-top: 25px;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr);
}

.benefits__grid-item {
    padding: 0 45px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

    .benefits__grid-item:not(:first-child) {
        border-left: 1px solid #C8E5FF;
    }

    .benefits__grid-item img {
        height: 64px;
    }

    .benefits__grid-item h4 {
        margin-top: 16px;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #121A29;
        margin-bottom: 16px;
    }

        .benefits__grid-item h4 span {
            color: var(--blue);
        }

.merchants-banners {
    padding-top: 40px;
    background: none;
    padding-bottom: 40px;
}

.merchants-banners__wrapper {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto / 1fr 1fr;
}

.merchants-banners__banner {
    height: 290px;
    width: 100%;
    background: linear-gradient(125deg, #3258A3 -4.83%, #2B467A 106.68%), radial-gradient(138.11% 345.84% at 100% 100%, #85CDFF 0%, #0096FF 46.34%, #7FCAFF 100%);
    padding: 35px 45px;
    border-radius: 8px;
    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;
    position: relative;
}

    .merchants-banners__banner:nth-child(2) {
        background: radial-gradient(138.11% 345.84% at 100% 100%, #85CDFF 0%, #0096FF 46.34%, #7FCAFF 100%);
    }

.merchants-banners__banner-logo {
    height: 33px;
}

.merchants-banners__banner-bg {
    right: 0;
    bottom: 0;
    position: absolute;
}

.merchants-banners__banner-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    text-align: right;
    letter-spacing: -0.01em;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    gap: 8px;
    margin-top: auto;
}

    .merchants-banners__banner-link::after {
        display: inline-block;
        content: '';
        width: 12px;
        height: 6px;
        background: url("../icons/link-arrow_white.svg") center center/cover no-repeat;
    }

    .merchants-banners__banner-link:hover {
        color: #fff;
        -webkit-text-decoration: underline #fff;
        text-decoration: underline #fff;
    }

.merchants-banners__banner h3 {
    margin-top: 24px;
    max-width: 270px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.merchants-banners__banner p {
    max-width: 270px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.85;
}

.merchants-howto {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.merchants-howto__grid {
    margin-bottom: 24px;
    margin-top: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template: auto / 1fr 1fr 1fr;
}

.merchants-howto__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 45px;
    /*  &:not(:last-child) {
            // padding-right: 0;
        } */
}

    .merchants-howto__item:not(:first-child) {
        border-left: 1px solid #C8E5FF;
    }

    .merchants-howto__item:first-child {
        padding-left: 0;
    }

    .merchants-howto__item:last-child {
        padding-right: 0;
    }

.merchants-howto__item-num {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #0379CB;
    margin-bottom: 8px;
}

.merchants-howto__item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #121A29;
    margin-bottom: 16px;
}

.merchants-howto__item-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #121A29;
}

.merchants-howto__item-p_small {
    font-weight: 400;
    font-size: 12px;
    line-height: 144%;
    color: #9BA6BB;
    margin-bottom: 28px;
}

.merchants-howto__item-link {
    margin-top: auto;
    padding: 8px 40px;
    border: 1px solid var(--blue);
    border-radius: 6px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.merchants-howto__link-wrapper {
    padding-top: 32px;
    text-align: center;
}

.ready {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.ready__wrapper {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

    .ready__wrapper h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #0379CB;
    }

    .ready__wrapper p {
        font-weight: 400;
        font-size: 16px;
        line-height: 144%;
        text-align: center;
        color: #121A29;
    }

        .ready__wrapper p b {
            display: block;
        }

.exchange-header {
    padding-top: 40px;
    background-color: #f8f8f8;
}

.exchange-header__wrapper {
    padding: 40px 45px;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto;
    -ms-grid-columns: 2fr 1fr;
    grid-template: auto / 2fr 1fr;
    border-radius: 8px;
}

    .exchange-header__wrapper > img {
        -ms-grid-column-align: center;
        justify-self: center;
    }

.exchange-header__text h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #0379CB;
    margin-bottom: 16px;
}

.exchange-header__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121A29;
    margin-bottom: 32px;
}

.exchange-header__text h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #121A29;
    margin-bottom: 16px;
}

.exchange-header__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 0;
    margin-bottom: 48px;
}

    .exchange-header__text ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 24px;
        list-style: none;
        position: relative;
    }

        .exchange-header__text ul li:before {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            background-color: var(--blue);
            border-radius: 100%;
            left: 0;
            top: 8px;
        }

.exchange-howto {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.exchange-howto__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: 1fr 1fr auto / 1fr 1fr;
    gap: 16px;
}

.exchange-howto__item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.exchange-howto__item-num {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--blue);
    margin-bottom: 16px;
}

.exchange-howto__item-p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #121A29;
    margin-bottom: 32px;
}

    .exchange-howto__item-p a {
        color: var(--blue);
    }

.exchange-howto__item-link {
    margin-top: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    text-align: right;
    letter-spacing: -0.01em;
    color: var(--blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .exchange-howto__item-link::after {
        display: inline-block;
        content: '';
        width: 12px;
        height: 6px;
        background: url("../img/link-arrow.svg") center center/cover no-repeat;
    }

.exchange-howto__link-wrapper {
    padding-top: 32px;
    text-align: center;
}

.exchange-howto .ready__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.requirements h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 144%;
    letter-spacing: -0.02em;
    color: #121A29;
    margin-bottom: 24px;
}

.requirements ul,
.requirements ol {
    padding-left: 24px;
    margin-bottom: 24px;
}

    .requirements ul li,
    .requirements ol li {
        list-style-position: outside;
        padding-left: 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 144%;
        color: #121A29;
    }

        .requirements ul li:not(:last-child),
        .requirements ol li:not(:last-child) {
            margin-bottom: 8px;
        }

.request {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

    .request h2 {
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .request hr {
        border-top: 2px solid #F8F8F8;
        margin: 24px 0;
    }

.request__wrapper {
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.request__step {
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

    .request__step.checked {
        border: 1px solid #27AE60;
    }

        .request__step.checked .request__header-check {
            display: block;
        }

    .request__step.active .request__header {
        cursor: auto;
        pointer-events: none;
    }

.request__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.15s ease-in-out;
    transition: max-height 0.15s ease-in-out;
}

.request__content-wrapper {
    padding-top: 24px;
}

.request__content-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #121A29;
}

.request__content-p_grey {
    color: #B8C0D0;
}

.request__header {
    padding-right: 32px;
    position: relative;
    cursor: pointer;
}

    .request__header h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 144%;
        letter-spacing: -0.04em;
        color: #0379CB;
        margin-bottom: 0;
    }

    .request__header p {
        font-weight: 500;
        font-size: 16px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #B8C0D0;
        margin-bottom: 0;
    }

.request__header-check {
    display: none;
    width: 24px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.request__btns {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .request__btns button {
        cursor: pointer;
        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;
        -webkit-transition: 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
        transition: 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
        transition: 0.25s text-decoration, 0.25s color, 0.25s background-color;
        transition: 0.25s text-decoration, 0.25s color, 0.25s background-color, 0.25s -webkit-text-decoration;
        gap: 8px;
    }

        .request__btns button:active, .request__btns button:focus {
            outline: none;
        }

        .request__btns button svg path {
            -webkit-transition: 0.25s fill, 0.25s stroke;
            transition: 0.25s fill, 0.25s stroke;
        }

.request__btns-back {
    background: none;
    border: none;
    color: #B8C0D0;
}

    .request__btns-back:hover {
        color: var(--blue);
    }

        .request__btns-back:hover svg path {
            stroke: var(--blue);
        }

.request__btns-next {
    background-color: var(--blue);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid var(--blue);
}

.request__btns-next_ar {
    margin-left: auto;
}

.request__btns-next:hover {
    background-color: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
}

    .request__btns-next:hover svg path {
        fill: var(--blue);
    }

.request__error {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #EB5757;
}

.request__requirements {
    border: 1px solid #B8C0D0;
    border-radius: 8px;
    height: 440px;
    padding: 16px;
    margin-bottom: 24px;
}

.request__requirements-scroll {
    overflow-y: auto;
    height: 100%;
    padding-right: 16px;
}

    .request__requirements-scroll::-webkit-scrollbar {
        width: 4px;
        background-color: #EEEEEE;
        border-radius: 8px;
    }

    .request__requirements-scroll::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: var(--blue);
        cursor: pointer;
    }

.request__important {
    padding: 8px 16px;
    background: #F0F8FF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: #8BB0D0;
    margin-bottom: 24px;
}

    .request__important p:last-child {
        margin-bottom: 0;
    }

.request__accordion {
    max-width: 50%;
    padding: 0;
}
    .request__accordion li {
        list-style: none;
    }
    .request__accordion .request__accordion {
        max-width: 100%;
    }

.request__accordion-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
}

    .request__accordion-header:not(:last-child) {
        margin-bottom: 8px;
    }

    .request__accordion-header svg {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .request__accordion-header svg path {
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

    .request__accordion-header.active svg {
        -webkit-transform: translateY(-50%) rotateX(180deg);
        transform: translateY(-50%) rotateX(180deg);
    }

        .request__accordion-header.active svg path {
            stroke: var(--blue);
        }

.request__accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}

.request__accordion-content-wrapper {
    padding-left: 16px;
    padding-bottom: 8px;
}

.request__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

    .request__group span {
        padding: 4px 8px;
        background: #F0F8FF;
        border-radius: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #0379CB;
    }

.request__tags-list {
    width: 100%;
    min-height: 90px;
    border: 1px solid #B8C0D0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.request__tags-list-wrapper {
    width: 100%;
    max-height: 100%;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
    cursor: text;
}

    .request__tags-list-wrapper input {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: 32px;
        outline: none;
        border: none;
    }

    .request__tags-list-wrapper span {
        padding: 4px 8px;
        background: #F0F8FF;
        border-radius: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #0379CB;
        cursor: pointer;
    }

.request__upload p {
    margin-bottom: 8px;
}

.request__upload-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.request__upload-field {
    height: 90px;
    width: 100%;
    border: 1px dashed #B8C0D0;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .request__upload-field p {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em;
        margin-bottom: 0;
        color: #B8C0D0;
    }

        .request__upload-field p:first-child {
            color: var(--blue);
        }

    .request__upload-field input {
        cursor: pointer;
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.request__upload-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.request__upload-img {
    width: 88px;
    height: 31px;
    background: url("../img/request__upload.svg") center center/cover no-repeat;
}

    .request__upload-img img {
        display: none;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.request__upload-img_has-img img {
    display: block;
}

.request__upload-img_has-img svg {
    display: none;
}

.request__upload-img_square {
    width: 50px;
    height: 50px;
}

.request__upload-filename {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--blue);
    margin: 0;
}

.request__upload-filesize {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #B8C0D0;
    margin: 0;
}

.request__purse {
    margin-top: 24px;
}

.request__purse-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

    .request__purse-input input {
        width: 260px;
        border: 1px solid #B8C0D0;
        border-radius: 8px;
        padding: 0 16px;
        height: 40px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }
    .request__purse-input span {
        display: none;
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #EB5757;
    }
    .request__purse-input .error {
        border-color: #EB5757 !important;
    }
    .request__purse-input input::-webkit-input-placeholder {
        color: #B8C0D0;
    }

        .request__purse-input input:-ms-input-placeholder {
            color: #B8C0D0;
        }

        .request__purse-input input::-ms-input-placeholder {
            color: #B8C0D0;
        }

        .request__purse-input input::placeholder {
            color: #B8C0D0;
        }

.request__purse-input-add {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--blue);
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border: 1px solid var(--blue);
}

    .request__purse-input-add svg path {
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

    .request__purse-input-add:hover {
        background-color: #fff;
    }

        .request__purse-input-add:hover svg path {
            stroke: var(--blue);
        }

.request__purse-input-result:not(:last-child) {
    margin-bottom: 8px;
}

.request__purse-input-result.error input {
    border-color: #EB5757;
}

.request__purse-input-result.error span {
    display: block;
}

.request__purse-input-result.error .request__purse-input-result-error {
    display: inline-block;
}

.request__purse-input-result.error .request__purse-input-result-ok {
    display: none;
}

.request__purse-input-result input {
    width: 260px;
    border: 1px solid #27AE60;
    border-radius: 8px;
    padding: 0 16px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    position: relative;
}

.request__purse-input-result span {
    display: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #EB5757;
}

.request__purse-input-result-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .request__purse-input-result-wrapper img {
        width: 40px;
        height: 10px;
        cursor: pointer;
    }

.request__purse-input-result-error {
    display: none;
}

.request-ready {
    /*display: none;*/
    padding: 40px 0;
    background-color: #f8f8f8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.request-ready__wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
}

    .request-ready__wrapper h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #121A29;
    }

    .request-ready__wrapper h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #121A29;
    }

        .request-ready__wrapper h3 span {
            color: var(--blue);
        }

    .request-ready__wrapper p {
        font-weight: 500;
        font-size: 16px;
        line-height: 144%;
        letter-spacing: -0.02em;
        color: #B8C0D0;
        margin-bottom: 24px;
    }

.request-ready__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .request-ready__btn .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: 0;
    }

        .request-ready__btn .button svg path {
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

        .request-ready__btn .button:hover svg path {
            fill: var(--blue);
        }

.docs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.docs__scrollspy {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

    .docs__scrollspy ol {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 16px;
        padding-left: 32px;
        max-height: 500px;
        overflow-y: auto;
    }

        .docs__scrollspy ol::-webkit-scrollbar {
            width: 3px;
            background-color: #EDEDEE;
            border-radius: 3px;
        }

        .docs__scrollspy ol::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background-color: #B8C0D0;
            cursor: pointer;
        }

        .docs__scrollspy ol li {
            color: #B8C0D0;
            font-weight: 600;
            font-size: 12px;
            line-height: 144%;
        }

            .docs__scrollspy ol li a {
                color: #B8C0D0;
                -webkit-transition: 0.25s color;
                transition: 0.25s color;
                text-decoration: none;
            }

                .docs__scrollspy ol li a:hover {
                    text-decoration: none;
                }

            .docs__scrollspy ol li.active {
                color: var(--blue);
            }

                .docs__scrollspy ol li.active a {
                    color: var(--blue);
                }

            .docs__scrollspy ol li:not(:last-child) {
                margin-bottom: 12px;
            }

    .docs__scrollspy .button {
        width: 100%;
    }

.docs__scrollspy-wrapper {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.docs__scrollspy-header {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: none;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

    .docs__scrollspy-header.active {
        border-radius: 8px 8px 0 0;
        background-color: #fff;
    }

        .docs__scrollspy-header.active svg {
            -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
        }

            .docs__scrollspy-header.active svg path {
                stroke: var(--blue);
            }

    .docs__scrollspy-header svg {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .docs__scrollspy-header svg path {
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

.docs__wrapper-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto 210px;
    grid-template: auto / auto 210px;
    -webkit-column-gap: 32px;
    column-gap: 32px;
}

.docs__wrapper > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 144%;
    letter-spacing: -0.02em;
    color: #121A29;
    margin-bottom: 16px;
}

.docs__wrapper > ul {
    padding: 0;
}

    .docs__wrapper > ul li {
        list-style: none;
        position: relative;
        padding-left: 28px;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 144%;
        color: #121A29;
    }

        .docs__wrapper > ul li:before {
            position: absolute;
            content: "";
            left: 0;
            width: 5px;
            height: 5px;
            top: 7px;
            border-radius: 4px;
            background-color: #121A29;
        }

.docs__wrapper-text {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 32px;
    margin-top: 24px;
}

.docs__wrapper-text_nobg {
    padding: 8px 0;
    background: none;
}

    .docs__wrapper-text_nobg pre {
        margin-bottom: 0;
    }

.docs__wrapper-text p {
    margin: 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: #121A29;
}

.docs__wrapper-text h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
}

.docs__wrapper-text h3 {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
    margin-bottom: 24px;
}

.docs__wrapper-text ol,
.docs__wrapper-text ul {
    padding: 0;
}

.docs__wrapper-text li {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: #121A29;
    list-style: none;
}

.docs__wrapper-text * {
    overflow-wrap: break-word;
}

.docs__wrapper-sidebar.hidden .docs__scrollspy-header {
    opacity: 0;
    pointer-events: none;
}

.docs__wrapper-sidebar.hidden .docs__scrollspy-wrapper {
    opacity: 0;
    pointer-events: none;
}

.docs__link {
    margin-top: 24px;
    display: block;
    margin-bottom: 24px;
}

.docs__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: #121A29;
}

.docs__change {
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.02em;
    color: #B8C0D0;
}

.docs__list-num {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
}

.docs__list-pl {
    padding-left: 34px;
    list-style: none;
    position: relative;
}

.docs__list-marker:before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 5px;
    top: 7px;
    border-radius: 4px;
    background-color: #121A29;
}

.docs__list-m_8 > li {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .docs__list-m_8 > li p {
        margin: inherit;
    }

    .docs__list-m_8 > li:first-child {
        margin-top: 16px;
    }

    .docs__list-m_8 > li:last-child {
        margin-bottom: 16px;
    }

.docs__list-m_16 li {
    margin-top: 16px;
    margin-bottom: 16px;
}

.docs__bg_white {
    padding: 24px 16px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 32px;
}

    .docs__bg_white h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 136%;
        color: #121A29;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.docs__table {
    width: 100%;
}

.docs__table-header {
    position: relative;
    cursor: pointer;
}

    .docs__table-header h3 {
        margin-bottom: 0;
    }

    .docs__table-header.active h3 {
        color: var(--blue);
    }

    .docs__table-header.active svg {
        -webkit-transform: translateY(-50%) rotateX(180deg);
        transform: translateY(-50%) rotateX(180deg);
    }

        .docs__table-header.active svg path {
            stroke: var(--blue);
        }

    .docs__table-header:hover svg path {
        stroke: var(--blue);
    }

    .docs__table-header svg {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .docs__table-header svg path {
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }

.docs__table-codeblock {
    word-break: break-all;
    display: block;
    font-weight: 700;
}

.docs__table table {
    width: 100%;
    display: -ms-grid;
    display: grid;
    table-layout: fixed;
    -ms-grid-columns: minmax(150px, auto) minmax(150px, 200px) minmax(240px, auto);
    grid-template-columns: minmax(150px, auto) minmax(150px, 200px) minmax(240px, auto);
    padding-top: 24px;
    overflow-x: auto;
}

    .docs__table table tr th {
        padding: 15px;
        font-size: 12px;
        line-height: 136%;
        letter-spacing: 0.04em;
        border-bottom: 2px solid #f8f8f8;
        text-transform: uppercase;
        color: #121A29;
    }

        .docs__table table tr th:first-child {
            color: #0379CB;
            padding-left: 0;
        }

        .docs__table table tr th:last-child {
            padding-right: 0;
        }

    .docs__table table tr td {
        padding: 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 144%;
        letter-spacing: -0.06em;
        color: #121A29;
        border-bottom: 2px solid #f8f8f8;
    }

        .docs__table table tr td:first-child {
            color: #0379CB;
            padding-left: 0;
        }

        .docs__table table tr td:last-child {
            padding-right: 0;
        }

    .docs__table table tr:last-child td,
    .docs__table table tr:last-child th {
        border-bottom: none;
    }

    .docs__table table thead,
    .docs__table table tbody,
    .docs__table table tr {
        display: contents;
    }

.edit {
    padding-top: 40px;
    padding-bottom: 40px;
}

.edit__table {
    background: #FFFFFF;
    border-radius: 8px;
}

.edit__table-header {
    padding: 16px 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1.5fr 1fr 2fr 1fr;
    grid-template: auto / 1fr 1.5fr 1fr 2fr 1fr;
    gap: 8px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #B8C0D0;
}

    .edit__table-header:before {
        background: #F8F8F8;
        position: absolute;
        border-radius: 16px;
        content: '';
        height: 2px;
        width: calc(100% - 48px);
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.edit__table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
}

.edit__item {
    padding: 8px 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1.5fr 1fr 2fr 1fr;
    grid-template: auto / 1fr 1.5fr 1fr 2fr 1fr;
    gap: 8px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #121A29;
}

    .edit__item::before {
        content: '';
        position: absolute;
        width: 4px;
        top: 8px;
        bottom: 8px;
        border-radius: 0 4px 4px 0;
    }

.edit__item-header {
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #B8C0D0;
    display: none;
}

.edit__item-actions {
    gap: 8px;
}

    .edit__item-actions span {
        height: 16px;
    }

        .edit__item-actions span svg {
            height: 100%;
        }

.edit__item-actions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit__item_new .edit__item-status {
    color: #FFBB22;
}

.edit__item_new::before {
    background-color: #FFBB22;
}

.edit__item_blocked .edit__item-status {
    color: #EE6464;
}

.edit__item_blocked::before {
    background-color: #EE6464;
}

.edit__item_activated .edit__item-status {
    color: #27AE60;
}

.edit__item_activated::before {
    background-color: #27AE60;
}

.catalog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.catalog__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding: 0;
    gap: 4px;
    padding-bottom: 4px;
}

    .catalog__categories li {
        list-style: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: var(--blue);
        padding: 8px;
        border-radius: 4px;
        cursor: pointer;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .catalog__categories li.active {
            background: rgba(3, 121, 203, 0.1);
        }

        .catalog__categories li:hover {
            background: rgba(3, 121, 203, 0.1);
        }

        .catalog__categories li a {
            text-decoration:none;
        }

.catalog__subcategories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    gap: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .catalog__subcategories li {
        list-style: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: #575D67B2;
        padding: 8px;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .catalog__subcategories li.active {
            background: rgba(18, 26, 41, 0.05);
        }

        .catalog__subcategories li:hover {
            background: rgba(18, 26, 41, 0.05);
        }

        .catalog__subcategories li a {
            color: #575D67B2;
            text-decoration: none;
        }

/*.catalog_new .catalog__list-header {
    -ms-grid-rows: auto;
    -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.catalog_new .catalog__item {
    -ms-grid-rows: auto;
    -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
}*/

.catalog__list {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    gap: 16px;
}

.catalog__list-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    /*-ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
    padding-bottom: 16px;
    gap: 16px;
}

.grid6columns {
    -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr;
}

.grid7columns {
    -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.catalog__list-header-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #121A29;
}

    .catalog__list-header-item:last-child {
        grid-column: span 2;
    }

.catalog__list-header-btn {
    width: 16px;
    height: 16px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .catalog__list-header-btn.asc svg:first-child path {
        stroke: var(--blue);
    }

    .catalog__list-header-btn.desc svg:last-child path {
        stroke: var(--blue);
    }

.catalog__list-wrapper {
    display: contents;
}

.catalog__item {
    padding-top: 24px;
    gap: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    /*-ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template: auto / 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
}

.catalog__item-caption {
    display: none;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #121A29;
    font-weight: 400;
}

.catalog__item-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 31px;
    width: 88px;
    /*background: url("../img/request__upload.svg") center center/cover no-repeat;*/
    border-radius: 4px;
}

    .catalog__item-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.catalog__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .catalog__item-title p {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #121A29;
        margin-bottom: 0;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

    .catalog__item-title span {
        font-weight: 600;
        font-size: 12px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: #B8C0D0;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

.catalog__item-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    text-decoration: none;
}

    .catalog__item-title-wrapper:hover {
        text-decoration: none;
    }

        .catalog__item-title-wrapper:hover p {
            color: var(--blue);
        }

.catalog__item-descr {
    grid-column: 1 / -1;
}

.catalog__item-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #0379CB;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog__item-fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__item-fav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .catalog__item-fav-icon.active svg path {
        fill: var(--blue);
    }

    .catalog__item-fav-icon svg path {
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

    .catalog__item-fav-icon svg:hover path {
        fill: var(--blue);
        stroke: none;
    }

.catalog__item-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #B8C0D0;
}

.catalog__item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__item-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    -ms-flex-item-align: center;
    align-self: center;
    display: flex;
    cursor: pointer;
}

    .catalog__item-feedback a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog__item-feedback svg path {
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

    .catalog__item-feedback:hover svg path {
        stroke: var(--blue);
    }

.catalog__item-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 144%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #B8C0D0;
}

    .catalog__item-country img {
        border-radius: 100px;
    }

.catalog__item-events {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .catalog__item-events a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.catalog__item-link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.catalog__item-descr {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

    .catalog__item-descr p {
        margin-top: 24px;
        font-weight: 400;
        font-size: 12px;
        line-height: 144%;
        letter-spacing: -0.01em;
        color: #B8C0D0;
    }

.agregators-header {
    padding-top: 40px;
}

.agregators-header__wrapper {
    background-color: #fff;
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto / 1fr 1fr;
    height: 200px;
}

.agregators-header__text {
    padding: 24px;
}

    .agregators-header__text h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #0379CB;
        margin-bottom: 24px;
    }

    .agregators-header__text p {
        font-weight: 700;
        font-size: 14px;
        line-height: 144%;
        color: #121A29;
    }

.agregators-header__img {
    width: 100%;
    height: 200px;
    border-radius: 0 16px 16px 0;
}

    .agregators-header__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0 16px 16px 0;
    }

.agregators-list__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template: auto/repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--blue);
}

.agregators-list__item {
    padding: 16px;
    padding-left: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

    .agregators-list__item:before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        top: 24px;
        left: 16px;
        border-radius: 100px;
        background-color: var(--blue);
    }

    .agregators-list__item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 144%;
        color: var(--text-black);
        margin-bottom: 0;
    }

.agregators-grid {
    padding-top: 40px;
}

.agregators-grid__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr);
    gap: 24px;
    padding-bottom: 24px;
}

.agregators-grid__item {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .agregators-grid__item p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-black);
        margin-bottom: 0;
    }

    .agregators-grid__item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.agregators-steps {
    padding-top: 40px;
    padding-bottom: 40px;
}

.agregators-steps__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto / 100%;
    gap: 24px;
    padding-bottom: 24px;
}

.agregators-steps__step {
    padding: 16px;
    padding-left: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

.agregators-steps__step-num {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: var(--blue);
    margin-right: 8px;
}

.agregators-steps__step-p {
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--text-black);
    margin-bottom: 0;
}

    .agregators-steps__step-p p {
        margin-bottom: 0;
    }

.agregators-steps__step ul {
    margin-top: 24px;
    list-style: none;
    padding-left: 0;
}

    .agregators-steps__step ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-black);
    }

        .agregators-steps__step ul li:not(:last-child) {
            margin-bottom: 12px;
        }

@media (max-width: 991.98px) {
    .banners_merchants .banners__banner {
        min-height: 270px;
        height: auto;
    }

    .banners_merchants .banners__banner_big p {
        width: auto;
        padding-right: 30%;
    }

    .banners_merchants .banners__banner h2 {
        font-size: 32px;
        width: auto;
    }

    .banners_merchants .banners__banner h3 {
        font-size: 32px;
    }

    .banners__banner_big h2 {
        font-size: 36px;
    }

    .banners__banner_big h3 {
        font-size: 16px;
    }

    .categories-list__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template: auto / 1fr 1fr;
    }

    .banners_merchants .popular__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
    }

    .banners_merchants .popular__item_caption {
        height: auto;
    }

        .banners_merchants .popular__item_caption .popular__item-image {
            aspect-ratio: 3 / 1;
        }

    .security__wrapper {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .security__grid-header {
        -ms-grid-rows: auto;
        -ms-grid-columns: 50px auto;
        grid-template: auto / 50px auto;
    }

    .certificates__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 300px auto;
        grid-template: auto / 300px auto;
    }

    .certificates__image img {
        right: 30px;
        width: 150%;
    }

    .popular__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template: auto / 1fr 1fr;
    }

    .popular__item_caption .popular__item-image {
        height: 120px;
        aspect-ratio: auto;
    }

    .benefits__item:first-child .benefits__item-p {
        max-width: 70%;
    }

    .benefits__item:first-child .benefits__item-bg {
        right: 45px;
        width: 18%;
    }

    .benefits__grid-item {
        padding: 0 16px;
    }

    .merchants-banners__banner {
        padding-left: 24px;
    }

    .merchants-banners__banner-bg {
        width: 25%;
    }

    .merchants-banners__banner p {
        max-width: 230px;
    }

    .merchants-howto__item {
        padding: 0 16px;
    }

    .exchange-header__wrapper > img {
        width: 90%;
    }

    .docs__wrapper-text {
        padding: 8px 16px;
    }

    .docs__wrapper-text_nobg {
        padding: 8px 0;
    }

    .catalog_new .catalog__item {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[5];
        grid-template: auto/repeat(5, 1fr);
    }

    .catalog__list-header {
        padding-bottom: 0;
    }

    .catalog__list-header-item {
        font-weight: 400;
    }

        .catalog__list-header-item:not(:first-child) {
            display: none;
        }

    .catalog__item {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[6];
        grid-template: auto/repeat(6, 1fr);
    }

    .catalog__item-caption {
        display: block;
        position: absolute;
        top: 0;
    }

    .catalog__item-title-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
    }

    .catalog__item-open {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        grid-column: 5 / -1;
    }

    .catalog__item-bl, .catalog__item-rating, .catalog__item-feedback, .catalog__item-country, .catalog__item-events, .catalog__item-fav {
        padding-top: 24px;
        position: relative;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .edit__table-header {
        -ms-grid-rows: auto;
        -ms-grid-columns: 0.75fr 1.5fr 1fr 1.25fr 1fr;
        grid-template: auto / 0.75fr 1.5fr 1fr 1.25fr 1fr;
    }

    .edit__item {
        -ms-grid-rows: auto;
        -ms-grid-columns: 0.75fr 1.5fr 1fr 1.25fr 1fr;
        grid-template: auto / 0.75fr 1.5fr 1fr 1.25fr 1fr;
    }

    .agregators-header__text h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .agregators-list__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template: auto / 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    h2.h2_big {
        font-size: 28px;
        line-height: 38px;
    }

    .banners_merchants .banners__banner_big img {
        top: 0;
    }

    .banners_merchants .banners__banner_small {
        padding: 32px 16px;
    }

    .banners__banner {
        height: auto;
    }

    .banners__banner_big {
        padding-left: 16px;
        padding-right: 0;
    }

        .banners__banner_big img {
            -webkit-transform: none;
            transform: none;
        }

        .banners__banner_big h3 {
            padding-right: 33%;
        }

        .banners__banner_big h2 {
            font-size: 28px;
        }

    .banners__banner_small {
        width: 50%;
        padding: 16px;
    }

        .banners__banner_small h3 {
            font-size: 20px;
        }

    .banners__banner-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .security__grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
    }

    .security__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 200px auto;
        grid-template: auto / 200px auto;
    }

    .security__text > p {
        font-size: 16px;
    }

    .certificates__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 250px auto;
        grid-template: auto / 250px auto;
    }

    .certificates__image img {
        right: 30px;
    }

    .certificates__link {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }

    .certificates .attention__wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }

    .benefits__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .benefits__item:nth-child(2) .benefits__item-bg, .benefits__item:nth-child(3) .benefits__item-bg {
        max-height: 130px;
    }

    .benefits__item:last-child, .benefits__item:first-child {
        height: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .benefits__grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
        row-gap: 32px;
        padding: 0 45px;
    }

    .benefits__grid-item {
        padding: 0;
        height: auto;
        border-left: none;
    }

        .benefits__grid-item:not(:first-child) {
            border-left: none;
        }

        .benefits__grid-item:not(:last-child) {
            border-bottom: 1px solid #C8E5FF;
            padding-bottom: 32px;
        }

    .merchants-howto__grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .merchants-howto__item {
        padding-right: 0;
        padding-bottom: 32px;
    }

        .merchants-howto__item:not(:first-child) {
            padding-top: 32px;
            border-left: none;
            border-top: 1px solid #C8E5FF;
            padding-left: 0;
        }

    .merchants-banners__banner {
        padding: 20px 45px;
        padding-left: 16px;
    }

    .categories-list__item-header {
        padding: 24px 12px 12px;
    }

    .categories-list__item ul li {
        padding: 0 12px;
    }

    .exchange-header__wrapper > img {
        margin-top: auto;
    }

    .docs__wrapper-columns {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .docs__wrapper-sidebar {
        width: 100%;
        max-width: 300px;
        margin-bottom: 24px;
        z-index: 10;
        position: -webkit-sticky;
        position: sticky;
        top: 16px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -webkit-transition: 0.3s opacity;
        transition: 0.3s opacity;
    }

    .docs__scrollspy {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-in-out;
        transition: max-height 0.2s ease-in-out;
        position: absolute;
        width: 100%;
        top: auto;
    }

    .docs__scrollspy-header {
        display: block;
    }

    .docs__scrollspy ol {
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        border-top: none;
        max-height: 250px;
    }

        .docs__scrollspy ol li {
            font-size: 14px;
        }

    .docs__scrollspy #to-top .button {
        display: none;
    }

    .edit__table {
        background: none;
    }

    .edit__table-header {
        display: none;
    }

    .edit__item {
        border-radius: 8px;
        background-color: #fff;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template: auto / 1fr 1fr 1fr;
    }

        .edit__item:not(:last-child) {
            margin-bottom: 8px;
        }

    .edit__item-header {
        display: block;
    }

    .edit__item-actions {
        grid-column: -3 / -1;
    }

    .agregators-header__text {
        padding: 16px;
    }

        .agregators-header__text h1 {
            font-size: 22px;
        }

    .agregators-grid__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .banners__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banners__banner {
        height: 180px;
    }

        .banners__banner img {
            top: auto;
            bottom: 8px;
        }

    .banners__banner_small {
        width: 100%;
    }

        .banners__banner_small img {
            top: 0;
        }

    .banners__banner-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .security__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .security__image {
        display: none;
        height: 180px;
    }

        .security__image img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .security__image_wide {
        display: block;
        border-radius: 16px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .certificates__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .certificates__image {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

        .certificates__image img {
            position: static;
            width: 100%;
            max-width: 300px;
        }

    .certificates__text-p {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .certificates__link {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .certificates__buttons {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .certificates .attention__wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
    }

    .categories-list__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .categories-list__item-header {
        padding: 24px 12px 12px;
    }

    .categories-list__item ul li {
        padding: 0 12px;
    }

    .popular__item {
        min-height: 200px;
        height: auto;
    }

    .popular__item_caption h3 {
        padding: 0 12px;
        margin-bottom: 8px;
        width: auto;
    }

    .popular__item_caption P {
        padding: 0 12px;
    }

    .popular__item_btn {
        padding: 12px;
    }

        .popular__item_btn p,
        .popular__item_btn h3 {
            width: auto;
        }

    .merchants-banners__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .benefits__item-heading {
        font-size: 24px;
    }

    .benefits__item-heading_big {
        font-size: 40px;
    }

    .benefits__item:first-child .benefits__item-bg {
        bottom: 0;
        top: auto;
        right: 16px;
        width: 25%;
    }

    .exchange-header__wrapper {
        grid: auto / 100%;
    }

        .exchange-header__wrapper > img {
            width: 30%;
            margin-left: auto;
        }

    .attention__wrapper {
        gap: 8px;
    }

    .attention_green .attention__wrapper {
        padding: 16px 24px;
    }

        .attention_green .attention__wrapper p {
            font-size: 18px;
        }

    .catalog_new .catalog__item {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[3];
        grid-template: auto/repeat(3, 1fr);
    }

    .catalog__list {
        padding: 25px 8px;
    }

    .catalog__item {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[4];
        grid-template: auto/repeat(4, 1fr);
    }

    .catalog__item-title-wrapper {
        grid-column: 1 / -1;
    }

    .catalog__item-open {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
        grid-row: auto;
        grid-column: -2 / -1;
    }

    .catalog__item-img {
        height: 40px;
        min-width: 40px;
        max-width: 72px;
    }

    .catalog__item-caption {
        font-size: 12px;
    }

    .catalog__item-rating, .catalog__item-feedback, .catalog__item-fav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog__item-country {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .catalog__item-descr p {
        margin-top: 8px;
    }

    .request__step {
        padding: 24px 16px;
    }

    .request__accordion {
        max-width: none;
    }

    .edit__item {
        padding: 8px 16px;
    }

    .agregators-header__text h1 {
        font-size: 22px;
    }

    .agregators-header__wrapper {
        height: auto;
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .agregators-header__img {
        height: 200px;
        border-radius: 0 0 16px 16px;
    }

        .agregators-header__img img {
            border-radius: 0 0 16px 16px;
        }

    .agregators-list__item {
        padding: 16px 8px;
        padding-left: 24px;
    }

        .agregators-list__item::before {
            top: 22px;
            left: 7px;
        }

    .agregators-grid__item {
        padding: 16px 8px;
    }

    .agregators-steps__step {
        padding: 16px 8px;
        padding-left: 24px;
    }
}

@media (max-width: 425.98px) {
    .banners__banner_big {
        padding-left: 12px;
    }

    .banners__banner_small {
        padding: 12px;
    }

    .popular__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .benefits__item {
        padding: 24px 16px;
    }

        .benefits__item:last-child {
            padding: 24px 0;
        }

            .benefits__item:last-child .benefits__item-heading,
            .benefits__item:last-child .benefits__item-p {
                padding: 0 16px;
            }

    .benefits__grid {
        padding: 0 16px;
    }

    .exchange-header__wrapper {
        padding: 24px 16px;
    }

        .exchange-header__wrapper > img {
            width: 30%;
            margin-left: auto;
        }

    .exchange-header__text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .attention-sign {
        width: 30px;
    }

    .request__step {
        padding: 16px 8px;
    }

    .request__purse-input {
        max-width: 230px;
    }

    .request__purse-input-add {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .request__purse-input-result {
        max-width: 230px;
    }

    .edit__item {
        grid: auto / 100%;
    }

        .edit__item > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 16px;
        }

    .edit__item-actions {
        grid-column: auto;
    }

    .agregators-list__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }

    .agregators-grid__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
        grid-template: auto / 100%;
    }
}

.catalog__wrapper .edit__item div {
    margin: auto 0;
    word-break: break-word;
}

.catalog__wrapper div.loader {
    padding: 10px;
    background: no-repeat center url(../img/loader.gif);
    height: 44px;
}

.catalog__wrapper div.pager {
    text-align: center;
    margin-top: 25px;
}

    .catalog__wrapper div.pager a {
        text-decoration: none;
        border: 1px solid #e5e5e5;
        padding: 10px;
        border-radius: 20px;
        margin: 0 5px;
        font-family: 'Open Sans', sans-serif;
    }

        .catalog__wrapper div.pager a.selected {
            background-color: #1a6cb5;
            color: #fff;
            border: 0;
        }

        .catalog__wrapper div.pager a.next-btn {
            border: 0;
            margin: 0;
        }

        .catalog__wrapper div.pager a:hover {
            cursor: pointer;
        }

.hide_hr hr {
    display:none;
}

ul.horisontal {
    margin: 0 20px 30px 20px;
    padding: 0;
}

    ul.horisontal li {
        display: inline;
        margin-right: 20px;
    }
    ul.horisontal li:last-child {
        margin: 8px 0 0 20px;
        float:right;
    }

.subm-grid6columns {
    -ms-grid-columns: 2fr 1fr 2fr 2fr 1fr 1fr;
    grid-template: auto / 2fr 1fr 2fr 2fr 1fr 1fr;
}