html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

.transparent-iframe {
    min-height: 160vh;
    height: 100%;
    border: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

    .transparent-iframe iframe {
        border: 0;
        min-height: 160vh;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
        box-sizing: border-box;
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #353435;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

form {
    position: relative;
}

    form .processing {
        width: 100%;
        text-align: center;
        margin-top: -20px;
    }

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

p {
    margin: 0
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

* {
    border: none;
    outline: 0;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.line-break {
    width: 100%;
    height: 40px;
    clear: both;
    float: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 1.75rem
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 1.75rem
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: Inter-Regular;
    font-style: normal;
    src: url(../fonts/Inter-Regular/Inter-Regular.ttf);
    src: url(../fonts/Inter-Regular/Inter-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Regular/Inter-Regular.woff) format("woff"),url(../fonts/Inter-Regular/Inter-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Inter-SemiBold;
    font-style: normal;
    src: url(../fonts/Inter-SemiBold/Inter-SemiBold.ttf);
    src: url(../fonts/Inter-SemiBold/Inter-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-SemiBold/Inter-SemiBold.woff) format("woff"),url(../fonts/Inter-SemiBold/Inter-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Inter-ExtraBold;
    font-style: normal;
    src: url(../fonts/Inter-ExtraBold/Inter-ExtraBold.ttf);
    src: url(../fonts/Inter-ExtraBold/Inter-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-ExtraBold/Inter-ExtraBold.woff) format("woff"),url(../fonts/Inter-ExtraBold/Inter-ExtraBold.ttf) format("truetype")
}

body, html {
    font-family: Inter-Regular,sans-serif;
    color: #000
}

.black-main--big {
    max-width: 966px;
    width: 100%;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    border-radius: 10px;
    border: 1px solid #242324;
    background-color: #1d1c1d;
    padding: 48px;
    margin: 56px auto 80px
}

.black-main--default {
    max-width: 944px;
    width: 100%;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    border-radius: 10px;
    border: 1px solid #242324;
    background-color: #1d1c1d;
    padding: 48px;
    margin: 56px auto 80px
}

.black-main {
    max-width: 944px;
    width: 100%;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    border-radius: 10px;
    border: 1px solid #242324;
    background-color: #1d1c1d;
    margin: 56px auto 80px;
    padding-top: 48px;
    padding-right: 46px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: row
}

    .black-main .left-sidebar {
        flex-basis: 234px;
        min-width: 234px;
        padding-top: 16px
    }

    .black-main .main-container {
        flex-grow: 1;
        margin-left: 40px
    }

.heading--main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 46px
}

.black-main--head {
    color: #fff;
    font-family: Inter-ExtraBold,sans-serif;
    letter-spacing: -.01938rem;
    line-height: 3rem
}

.black-main--wrap {
    width: 100%;
    border-radius: 10px;
    background: #242324;
    padding-bottom: 56px
}

.button {
    display: inline-block;
    min-width: 74px;
    height: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: .875rem;
    letter-spacing: -.00625rem;
    text-decoration: none;
    cursor: pointer;
    background: #242324;
    border-radius: 6px;
    transition: all .25s ease-out
}

    .button:hover {
        background: #353435
    }

    .button.gray-color {
        background: #8c8b8d
    }

        .button.gray-color:hover {
            background: #ccc
        }

.popup-button {
    width: 100%;
    height: 56px;
    font-size: 1rem;
    line-height: 2.5rem;
    background: #ffc30a;
    color: #161516
}

    .popup-button:hover {
        background: #ffd657;
        color: #161516
    }

    .popup-button.attach-file {
        position: relative;
        background: #8c8b8d
    }

        .popup-button.attach-file:hover {
            background: #ccc
        }

        .popup-button.attach-file .pluss-icon {
            position: absolute;
            left: 24px;
            top: 22px
        }

.item--input-label .popup-button.attach-file {
    background: #8c8b8d
}

    .item--input-label .popup-button.attach-file:hover {
        background: #ccc
    }

.send-button {
    height: 56px;
    font-size: 1rem;
    color: #161516;
    padding: 20px 32px;
    background: #ffc30a
}

    .send-button:hover {
        background: #ffd657;
        color: #161516
    }

.button-gray {
    min-width: auto;
    padding-top: 8px;
    padding-left: 11px;
    padding-right: 11px;
    background: #8c8b8d;
    color: #161516
}

    .button-gray:hover {
        background: #ccc;
        color: #161516
    }

.button-black {
    min-width: auto;
    padding-left: 11px;
    padding-right: 11px;
    background: #161516;
    color: #8c8b8d
}

    .button-black:hover {
        background: #161516;
        color: #fff
    }

.filter-button {
    background: #8c8b8d;
    color: #161516;
    padding: 16px 24px 15px;
    height: auto
}

    .filter-button:hover {
        background: #ccc;
        color: #161516
    }

    .filter-button .filter-button__count {
        margin-left: 10px;
        background: #161516;
        display: inline-block;
        min-width: 16px;
        height: 16px;
        line-height: 1rem;
        font-size: .6875rem;
        color: #8c8b8d;
        border-radius: 6px
    }

.cancel-button {
    min-width: 146px;
    height: 56px;
    font-size: 1rem;
    padding: 20px 20px;
    background: #ffc30a;
    color: #161516
}

    .cancel-button:hover {
        background: #ffd657;
        color: #161516
    }

.small-button {
    height: 24px;
    padding: 5px;
    font-size: .6875rem
}

    .small-button.button-rejected {
        color: #ff3b30;
        background: #3a1f1e
    }

    .small-button.button-verified {
        color: #161516;
        background: #ffc30a
    }

    .small-button.button-pending {
        background: #161516;
        color: #ffc30a
    }

.button-tiket {
    background: #ffc30a;
    color: #161516;
    height: 40px;
    padding: 12px 16px
}

    .button-tiket:hover {
        background: #ffd657;
        color: #161516
    }

.button-close {
    color: #161516;
    height: 40px;
    padding: 12px 16px;
    background: #8c8b8d
}

    .button-close:hover {
        color: #161516;
        background: #ccc
    }

label.button.attach-file {
    font-size: 1rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    line-height: 2.75rem;
    color: #161516
}

.button-filter--mobile {
    width: 100%;
    margin-bottom: 24px
}

.closed-mobile {
    font-size: 1rem;
    line-height: 2.5rem;
    height: 56px;
    width: 100%;
    background: #8c8b8d;
    color: #161516
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #242324;
    padding-top: 80px;
    padding-bottom: 44px
}

    .footer .container {
        max-width: 964px
    }

    .footer .footer-head {
        margin-bottom: 94px
    }

    .footer .logo-foot__link {
        display: inline-block;
        margin-bottom: 24px
    }

    .footer .flex-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer .copyright p {
        font-size: .75rem;
        line-height: 1rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00563rem;
        color: #6f6e70
    }

    .footer .footer-head__category {
        display: flex;
        flex-direction: row
    }

        .footer .footer-head__category .footer--category-items:not(:last-child) {
            margin-right: 60px
        }

        .footer .footer-head__category .footer--category-items .heading-category {
            font-size: .8125rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00563rem;
            color: #fff;
            margin-bottom: 33px
        }

        .footer .footer-head__category .footer--category-items .nav-footer__list {
            min-width: 145px
        }

            .footer .footer-head__category .footer--category-items .nav-footer__list li:not(:last-child) {
                margin-bottom: 30px
            }

            .footer .footer-head__category .footer--category-items .nav-footer__list li a {
                font-size: .875rem;
                font-family: Inter-Regular,sans-serif;
                color: #6f6e70;
                letter-spacing: -.00625rem;
                text-decoration: none;
                transition: all .25s ease-out
            }

                .footer .footer-head__category .footer--category-items .nav-footer__list li a:hover {
                    color: #fff
                }

.footer-bottom .container {
    padding-top: 55px;
    border-top: 1px solid #313031
}

.footer-bottom .list-logos svg, .footer-bottom .list-social svg {
    fill: #6f6e70;
    transition: all .25s ease-out
}

    .footer-bottom .list-logos svg:hover, .footer-bottom .list-social svg:hover {
        fill: #fff
    }

.footer-bottom .list-social {
    display: flex;
    flex-direction: row;
    align-items: center
}

    .footer-bottom .list-social li:not(:last-child) {
        margin-right: 36px
    }

.footer-bottom .list-logos {
    display: flex;
    flex-direction: row;
    align-items: center
}

    .footer-bottom .list-logos li:not(:last-child) {
        margin-right: 40px
    }

.header {
    position: relative;
    background-size: cover !important;
    background-position: center 0 !important;
    background-repeat: no-repeat !important;
    background: #161516
}

.mobile-page--menu {
    padding-bottom: 18px;
    border-bottom: 1px solid #313031;
    margin-bottom: 24px;
    display: none
}

    .mobile-page--menu li {
        display: inline-block
    }

        .mobile-page--menu li:not(:last-child) {
            margin-right: 30px
        }

        .mobile-page--menu li a {
            position: relative;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            color: #6f6e70;
            transition: all .25s ease-out;
            padding-bottom: 20px
        }

            .mobile-page--menu li a:before {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 3px;
                background: #ffc30a;
                opacity: 0;
                visibility: hidden;
                transition: all .25s ease-out
            }

            .mobile-page--menu li a.is-active {
                color: #fff
            }

                .mobile-page--menu li a.is-active:before {
                    opacity: 1;
                    visibility: visible
                }

.hidden {
    display: none
}

.mfp-bg {
    background-color: rgba(36,35,36,.85)
}

.custom-close {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 16px;
    height: 16px;
    padding: 0 !important;
    opacity: 1;
    font-size: 0;
    cursor: pointer
}

    .custom-close:after, .custom-close:before {
        position: absolute;
        top: 6px;
        display: block;
        content: "";
        width: 16px;
        height: 2px;
        background: #fff;
        transition: all .25s ease-out
    }

    .custom-close:before {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .custom-close:after {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }

    .custom-close:hover:after, .custom-close:hover:before, .mfp-close:hover:after, .mfp-close:hover:before {
        background: #6f6e70
    }

.no-closed .custom-close, .no-closed .mfp-close {
    display: none !important
}

.link-popups {
    color: #fff;
    text-decoration: none
}

.default-close {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer
}

    .default-close span {
        position: absolute;
        top: 6px;
        display: block;
        width: 16px;
        height: 2px;
        background: #fff
    }

        .default-close span:nth-child(1) {
            -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg)
        }

        .default-close span:nth-child(2) {
            -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg)
        }

.popup-default {
    background: #161516;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 592px;
    padding-left: 64px;
    padding-right: 64px
}

    .popup-default p {
        color: #fff;
        line-height: 1.2em;
    }

    .popup-default label {
        text-decoration: none;
        color: #fff;
        cursor: pointer
    }

    .popup-default .response-success, .response-success {
        display: block;
        text-align: center;
        line-height: 2rem;
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        color: #51f244;
        letter-spacing: -.00563rem;
        background: #1c583b;
        border-radius: 6px;
        margin-top: 8px;
        padding: 5px 10px;
    }

.error-message, .response-failure, .valid-error, .password-nomatch, .password-nomatch-email, .server-error {
    display: block;
    text-align: center;
    line-height: 2rem;
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    color: #ff3b30;
    letter-spacing: -.00563rem;
    background: #3a1f1e;
    border-radius: 6px;
    margin-top: 8px;
    padding: 5px 10px;
}


.message-verification {
    display: inline-block;
    min-width: 258px;
    height: 32px;
    padding: 9px 15px 0;
    background: #242324;
    border-radius: 6px;
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00563rem;
    color: #6f6e70;
    text-align: center;
    margin-top: 8px
}

.resend-time {
    margin-top: 5px;
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    color: #6f6e70;
    letter-spacing: -.00563rem
}

.default-offset {
    padding: 30px 45px;
}

.popup-text--gray {
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    color: #6f6e70
}

    .popup-text--gray .link-white {
        color: #fff
    }

.input-black {
    width: 100%;
    height: 56px;
    border-radius: 6px;
    background: #353435;
    border: 1px solid #353435;
    font-size: .875rem;
    color: #fff;
    padding: 0 20px;
    letter-spacing: -.00625rem
}

.registration-step .registration-steps .link--popup-default, .registration-step .registration-steps.step1 {
    margin-top: 40px
}

.step-popup {
    color: #fff
}

.popup-login {
    max-width: 592px;
    width: 592px;
    padding: 64px 64px 52px
}

    .popup-login .heading-popup {
        margin-bottom: 36px
    }

.dont-account {
    display: inline-block;
    margin-top: 16px;
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    color: #fff;
    letter-spacing: -.00625rem;
    text-align: center;
    text-decoration: none
}

.heading-popup {
    font-size: 1.6875rem;
    font-family: Inter-ExtraBold,sans-serif;
    letter-spacing: -.01313rem;
    color: #fff;
    text-align: left;
    margin-left: 0;
}

    .heading-popup .step-count {
        display: inline-block;
        margin-left: 34px;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #6f6e70
    }

.item--gender {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.item--input-fifty {
    display: flex;
    flex-direction: row
}

    .item--input-fifty > div {
        width: 50%
    }

        .item--input-fifty > div:not(:last-child) {
            margin-right: 16px
        }

.item--input-label {
    margin-bottom: 26px
}

    .item--input-label.small-offset {
        margin-bottom: 16px
    }

    .item--input-label label {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem
    }

    .item--input-label a {
        font-size: .875rem;
        font-family: Inter-SemiBold,sans-serif;
        color: #6f6e70;
        text-decoration: none;
        transition: all .25s ease-out
    }

        .item--input-label a:hover {
            color: #fff
        }

    .item--input-label .item--label {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .item--input-label .asterisk:before {
        content: ' ';
    }

    .item--input-label .item--input input, .item--input-label .item--input textarea {
        width: 100%;
        height: 56px;
        border-radius: 6px;
        background: #353435;
        border: 1px solid #353435;
        font-size: .875rem;
        color: #fff;
        padding: 0 20px;
        letter-spacing: -.00625rem
    }

        .item--input-label .item--input input.valid-error-input, .item--input-label .item--input textarea.valid-error-input {
            border: 1px solid rgba(255,59,48,.4)
        }

    .item--input-label .item--input textarea {
        min-height: 136px;
        height: auto;
        resize: none;
        padding: 20px
    }

.captcha--wrapper {
    display: flex;
    flex-direction: row
}

    .captcha--wrapper .items--captcha-popup {
        margin-right: 16px
    }

        .captcha--wrapper .items--captcha-popup input {
            min-width: 244px
        }

.reset-password {
    padding: 64px 64px 52px
}

    .reset-password .heading-popup {
        margin-bottom: 36px
    }

.popup-send {
    max-width: 592px;
    padding: 90px 64px 64px
}

    .popup-send .heading-default {
        margin-bottom: 44px
    }

    .popup-send .wrap--send-button {
        text-align: center
    }

.popup-pass-reset, .send-guest {
    padding-top: 95px;
    padding-bottom: 64px
}

    .popup-pass-reset .heading-default, .send-guest .heading-default {
        margin-bottom: 23px
    }

    .popup-pass-reset .popup--text-info, .send-guest .popup--text-info {
        text-align: center;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #6f6e70;
        line-height: 1.375rem;
        margin-bottom: 44px
    }

        .popup-pass-reset .popup--text-info a, .send-guest .popup--text-info a {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            text-decoration: none;
            transition: all .25s ease-out
        }

            .popup-pass-reset .popup--text-info a:hover, .send-guest .popup--text-info a:hover {
                color: #6f6e70
            }

.name-email .popup-text--gray {
    text-align: center;
    line-height: 1rem
}

.top-wrap--popup {
    margin-bottom: 36px;
    position: relative;
}

.popup--withdraw-cancel .heading-default {
    margin-bottom: 67px
}

.popup--withdraw-cancel .wrap--send-button .button:not(:last-child) {
    margin-right: 16px
}

.popup--withdraw-success .heading-default {
    margin-bottom: 67px
}

.wrapper--reciept-info {
    background: #242324;
    border-radius: 6px;
    padding: 28px 24px 25px
}

    .wrapper--reciept-info .reciept-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #6f6e70;
        font-size: .875rem
    }

        .wrapper--reciept-info .reciept-info:not(:last-child) {
            margin-bottom: 37px
        }

        .wrapper--reciept-info .reciept-info span {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            line-height: 1.25rem
        }

.verification-emeil--you .heading-default {
    margin: 30px 0 20px
}

.log-out--popup {
    position: absolute;
    right: 44px;
    top: 34px;
    font-family: Inter-SemiBold,sans-serif;
    font-size: .875rem;
    letter-spacing: -.00625rem;
    color: #fff
}

.resend-wrapper {
    margin-top: 40px
}

.gray--text-info {
    text-align: center;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    line-height: 1.375rem;
    color: #6f6e70;
    margin-bottom: 45px
}

    .gray--text-info a {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        text-decoration: none;
        transition: all .25s ease-out
    }

        .gray--text-info a:hover {
            color: #6f6e70
        }

.contact-guest .upload-file--wrapper {
    margin-bottom: 16px
}

body.no-scroll {
    overflow: hidden;
    height: 100vh
}

.overlay-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22,21,22,.5);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out
}

    .overlay-popup.is-active {
        opacity: 1;
        visibility: visible;
        z-index: 900
    }

.custom-popup {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .25s ease-out
}

    .custom-popup.open_window {
        opacity: 1;
        visibility: visible
    }

        .custom-popup.open_window .popup-default {
            -webkit-transform: translate(-50%,-50%) scale(1);
            transform: translate(-50%,-50%) scale(1)
        }

    .custom-popup .popup-default {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 100%;
        background: #161516;
        border-radius: 10px;
        max-width: 592px;
        padding: 64px 62px 52px;
        margin: 0;
        z-index: 1000;
        transition: all .15s ease-out;
        -webkit-transform: translate(-50%,-50%) scale(.8);
        transform: translate(-50%,-50%) scale(.8)
    }

        .custom-popup .popup-default .mobile-head {
            font-size: 1.6875rem;
            font-family: Inter-ExtraBold,sans-serif;
            letter-spacing: -.01313rem;
            line-height: 2rem;
            color: #fff;
            text-align: center
        }

.main-form_input::-webkit-input-placeholder {
    font-family: 12px;
    color: rgba(0,0,0,.09)
}

.main-form_input::-moz-placeholder {
    font-family: 12px;
    color: rgba(0,0,0,.09)
}

.main-form_input:-moz-placeholder {
    font-family: 12px;
    color: rgba(0,0,0,.09)
}

.main-form_input:-ms-input-placeholder {
    font-family: 12px;
    color: rgba(0,0,0,.09)
}

.mobile--gray-color {
    color: #6f6e70 !important
}

    .mobile--gray-color::-webkit-input-placeholder {
        color: #6f6e70
    }

    .mobile--gray-color::-moz-placeholder {
        color: #6f6e70
    }

    .mobile--gray-color:-moz-placeholder {
        color: #6f6e70
    }

    .mobile--gray-color:-ms-input-placeholder {
        color: #6f6e70
    }

@keyframes animate-dialog {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animate-dialog {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.zoom-anim-dialog {
    transition: all .2s ease-in-out;
    -webkit-animation-name: animate-dialog; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: animate-dialog;
    animation-duration: 0.5s;
}



.account-menu {
    max-width: 234px
}

    .account-menu li {
        display: block;
        line-height: 2.5rem
    }

        .account-menu li > * {
            vertical-align: middle;
            line-height: normal
        }

        .account-menu li:not(:last-child) {
            margin-bottom: 18px
        }

        .account-menu li a {
            position: relative;
            display: inline-block;
            padding-left: 32px;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            color: #6f6e70;
            text-decoration: none;
            transition: all .25s ease-out;
            vertical-align: middle;
            line-height: 1.125rem
        }

            .account-menu li a.is-active {
                color: #fff
            }

                .account-menu li a.is-active:before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -20px;
                    display: block;
                    content: "";
                    width: 4px;
                    height: 40px;
                    background: #ffc30a
                }

            .account-menu li a:hover {
                color: #fff
            }

    .account-menu .account-menu--sub {
        padding-top: 8px
    }

        .account-menu .account-menu--sub li {
            margin-bottom: 8px;
            padding-left: 28px
        }

            .account-menu .account-menu--sub li a:before {
                display: none
            }

.ui-datepicker {
    position: relative;
    width: 240px;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    color: #fff;
    background: #2f2d2f;
    border-radius: 6px;
    box-shadow: 0 5px 30px rgba(5,5,5,.35)
}

    .ui-datepicker:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        box-shadow: 0 0 0 1px #403f40 inset;
        z-index: -1;
        border-radius: 6px
    }

.ui-datepicker-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 5px
}

    .ui-datepicker-header .ui-datepicker-next, .ui-datepicker-header .ui-datepicker-prev {
        cursor: pointer
    }

    .ui-datepicker-header .ui-datepicker-prev {
        order: 1
    }

    .ui-datepicker-header .ui-datepicker-next {
        order: 3
    }

    .ui-datepicker-header .ui-datepicker-title {
        order: 2
    }

.ui-datepicker-unselectable .ui-state-default {
    color: #6f6e70 !important
}

.ui-datepicker-calendar .ui-state-default {
    color: #fff;
    text-decoration: none;
    line-height: 1.75rem
}

.ui-datepicker td {
    text-align: center
}

.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse
}

    .ui-datepicker-calendar thead {
        border-top: 1px solid #403f40;
        border-bottom: 1px solid #403f40
    }

        .ui-datepicker-calendar thead tr th {
            padding: 5px 0 5px
        }

.ui-datepicker th {
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    color: #6f6e70
}

.add-new--payment {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    max-width: 536px;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,.3);
    border-radius: 10px;
    border: 1px solid #403f40;
    background-color: #2f2d2f;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out
}

    .add-new--payment.is-active {
        top: calc(100% - 32px);
        opacity: 1;
        visibility: visible
    }

    .add-new--payment .add-payment--items {
        display: block;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #403f40;
        transition: all .25s ease-out
    }

        .add-new--payment .add-payment--items:hover {
            background: #403f40
        }

        .add-new--payment .add-payment--items .arrow-default {
            top: 34px;
            right: 34px;
            -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg)
        }

    .add-new--payment .add--payments-method {
        display: block;
        height: 56px;
        line-height: 3.5rem;
        color: #8c8b8d;
        letter-spacing: -.00625rem;
        text-align: center;
        font-size: .875rem;
        font-family: Inter-SemiBold,sans-serif
    }

        .add-new--payment .add--payments-method svg {
            position: relative;
            top: 1px;
            margin-right: 13px;
            fill: #8c8b8d
        }

.filter-button--wrapper {
    position: relative
}

.checkout-status {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.checkout-status--items {
    width: 50%;
    margin-bottom: 20px
}

    .checkout-status--items:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .checkout-status--items .checkbox-static--text:before {
        background: #403f40
    }

.filter-date {
    display: flex;
    flex-direction: row
}

    .filter-date.datapicker {
        background: #403f40
    }

.filter-date--items {
    width: 50%
}

    .filter-date--items:not(:last-child) {
        margin-right: 16px
    }

.filter-date .default-label {
    margin-bottom: 14px
}

.filter-hidden {
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    width: 384px;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    border: 1px solid #403f40;
    background-color: #2f2d2f;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out;
    z-index: 10
}

    .filter-hidden.is-active {
        top: calc(100% + 16px);
        opacity: 1;
        visibility: visible
    }

    .filter-hidden:before {
        position: absolute;
        top: -5px;
        right: 24px;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #2f2d2f;
        background-position: center !important;
        border-style: solid;
        border-width: 1px 0 0 1px;
        border-color: #403f40;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

.filter-hidden--items {
    padding: 20px 24px 28px
}

    .filter-hidden--items:not(:last-child) {
        border-bottom: 1px solid #403f40
    }

    .filter-hidden--items:last-child {
        padding: 20px 24px
    }

    .filter-hidden--items .status-filter {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        margin-bottom: 24px
    }

.filter-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

    .filter-buttons .send-button {
        height: 56px;
        padding: 15px 30px
    }

button.reset {
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    color: #8c8b8d;
    margin-right: 9px;
    transition: all .25s ease-out
}

    button.reset:hover {
        color: #fff
    }

.mobile-filter {
    display: none
}

.help-page {
    width: 100%;
    padding-left: 48px
}

.form--search-help {
    position: relative;
    margin-bottom: 16px
}

    .form--search-help input {
        position: relative;
        width: 100%;
        height: 56px;
        border-radius: 6px;
        background: #353435;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        text-align: center;
        padding-left: 48px;
        padding-right: 48px
    }

    .form--search-help .search-submit {
        position: absolute;
        top: calc(50% + 2px);
        left: 16px;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

        .form--search-help .search-submit svg {
            fill: #6f6e70;
            transition: all .25s ease-out
        }

            .form--search-help .search-submit svg:hover {
                fill: #fff
            }

    .form--search-help .cancel-default {
        position: absolute;
        right: 16px;
        top: 50%;
        padding-top: 4px;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease-out
    }

        .form--search-help .cancel-default.show-cancel {
            opacity: 1;
            visibility: visible
        }

        .form--search-help .cancel-default svg {
            transition: all .25s ease-out
        }

.wrapper--category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px
}

    .wrapper--category .category-item {
        max-width: 200px;
        width: calc(25% - 16px);
        background: #242324;
        border-radius: 6px;
        margin: 8px;
        text-align: center;
        transition: all .25s ease-out
    }

        .wrapper--category .category-item:hover {
            background: #313031
        }

            .wrapper--category .category-item:hover .category-item--img {
                background: #242324
            }

    .wrapper--category .category-item--link {
        display: block;
        padding: 48px 20px 44px
    }

    .wrapper--category .category-item--img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        background: #353435;
        border-radius: 50%;
        margin: 0 auto 36px;
        transition: all .25s ease-out
    }

    .wrapper--category .text-category {
        display: block;
        width: 100%
    }

        .wrapper--category .text-category .name-category {
            display: block;
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            line-height: 1rem;
            margin-bottom: 8px
        }

        .wrapper--category .text-category .count-articles {
            font-size: .75rem;
            font-family: Inter-Regular,sans-serif;
            color: #6f6e70;
            letter-spacing: -.00563rem
        }

.search-help--result {
    margin-top: 24px
}

.result-def--item {
    background: #242324;
    border-radius: 6px;
    padding: 26px 30px;
    margin-top: 8px;
    transition: all .25s ease-out
}

    .result-def--item:hover {
        background: #313031
    }

    .result-def--item .result-name {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        line-height: 1.25rem;
        display: block;
        margin-bottom: 16px
    }

        .result-def--item .result-name span {
            color: #ffc30a
        }

    .result-def--item .result-desc {
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        line-height: 1rem;
        color: #6f6e70
    }

        .result-def--item .result-desc span {
            color: #ffc30a
        }

.black-main--full {
    max-width: 80%;
    width: 100%;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    border-radius: 10px;
    border: 1px solid #242324;
    background-color: #1d1c1d;
    padding: 48px;
    margin: 56px auto 80px
}

table.feed {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

    table.feed th {
        font-weight: 900;
        font-size: 1.2em;
        color: #fff;
    }

    table.feed tr {
        padding: 10px 15px;
    }

    table.feed td {
        color: #fff;
        font-size: 1.1em;
        padding: 10px 15px;
    }

    table.feed tr:nth-of-type(odd) {
        background: #403f40;
    }

    table.feed tr:nth-of-type(even) {
        background: #242324;
    }

.table-history {
    width: 100%;
    max-width: 624px;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
    background: #242324;
    border-radius: 10px
}

    .table-history thead {
        border-bottom: 1px solid #313031
    }

        .table-history thead th {
            height: 54px;
            padding: 0 22px 0 22px;
            color: #6f6e70;
            font-size: .75rem;
            font-family: Inter-Regular,sans-serif;
            font-weight: 400
        }

            .table-history thead th:not(:last-child) {
                border-right: 1px solid #313031
            }

    .table-history tbody tr:not(:last-child) {
        border-bottom: 1px solid #313031
    }

    .table-history tbody tr td {
        font-size: .8125rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00563rem;
        color: #fff;
        min-height: 54px;
        line-height: 1.25rem;
        padding: 18px 20px 20px 24px;
        vertical-align: baseline
    }

        .table-history tbody tr td:not(:last-child) {
            border-right: 1px solid #313031
        }

        .table-history tbody tr td a {
            font-size: .8125rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00563rem;
            color: #fff;
            text-decoration: none
        }

.login-problems {
    width: 100%
}

    .login-problems .black-main--head {
        margin-bottom: 46px
    }

    .login-problems .link-back {
        margin-bottom: 30px
    }

.login-problems--post p {
    font-size: 1rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    color: #6f6e70;
    line-height: 1.5rem
}

    .login-problems--post p:not(:last-child) {
        margin-bottom: 24px
    }

.payment--select-price {
    height: 56px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #161516;
    border-radius: 6px;
    margin-bottom: 16px
}

.radio--select-price {
    width: 33.3%
}

    .radio--select-price:last-child .text--select-price:before {
        display: none
    }

    .radio--select-price:not(:first-child) .text--select-price {
        margin-left: -2px
    }

    .radio--select-price input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 7px;
        display: none
    }

        .radio--select-price input:checked + .text--select-price {
            background: #353435;
            color: #fff
        }

.text--select-price {
    position: relative;
    height: 52px;
    width: calc(100% + 2px);
    color: #6f6e70;
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    text-align: center;
    padding: 18px 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .text--select-price:hover {
        color: #fff
    }

    .text--select-price:before {
        position: absolute;
        display: block;
        width: 1px;
        /*height: 32px;*/
        content: "";
        background: #313031;
        top: 50%;
        right: 0;
        margin-top: -16px
    }

.payment--gender {
    width: 100%;
    max-width: 328px;
    background: #242324;
    margin-bottom: 0
}

    .payment--gender .radio--select-price, .payment--gender-full .radio--select-price {
        width: 50%;
        height: 56px;
        line-height: 56px;
        text-align: center;
    }

        .payment--gender .radio--select-price:first-of-type, .payment--gender-full .radio--select-price:first-of-type {
            border-right: 1px solid #353435;
        }

.payment--gender-full {
    width: 100%;
    background: #313031;
    border-radius: 6px;
    margin-bottom: 0;
}

.credit-card--drop {
    position: relative;
    border-radius: 10px
}

    .credit-card--drop .credit-card--name {
        margin-bottom: 26px
    }

        .credit-card--drop .credit-card--name p {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            color: #fff
        }

    .credit-card--drop .arrow-default {
        position: absolute;
        right: 65px;
        top: 106px
    }

.head--credit-card {
    display: block;
    position: relative;
    padding: 52px 64px 54px;
    cursor: pointer;
    background: #242324;
    border-radius: 10px 10px 0 0
}

    .head--credit-card.close-status {
        border-radius: 10px
    }

.payment-card {
    display: flex;
    flex-direction: row
}

.payment-card--button, .payment-card--card {
    display: flex;
    flex-direction: row
}

    .payment-card--button .button:not(:last-child), .payment-card--card .button:not(:last-child) {
        margin-right: 8px
    }

.payment-card--info {
    margin-left: 11px
}

    .payment-card--info p {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #fff;
        margin-bottom: 5px
    }

    .payment-card--info span {
        display: block;
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        color: #6f6e70;
        letter-spacing: -.00563rem;
        line-height: 1rem
    }

.main--credit-card {
    border-top: 1px solid #313031;
    padding: 52px 64px 56px;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-perspective-origin: center center;
    perspective-origin: center center;
    background: #242324;
    border-radius: 0 0 10px 10px
}

    .main--credit-card .form-withdraw--name {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        margin-bottom: 14px
    }

    .main--credit-card .form-withdraw--desc {
        font-size: .75rem;
        color: #6f6e70;
        letter-spacing: -.00563rem;
        line-height: 1rem;
        margin-bottom: 28px
    }

    .main--credit-card .form-withdraw--fill {
        position: relative
    }

        .main--credit-card .form-withdraw--fill .icon-many {
            position: absolute;
            top: 21px;
            left: 20px;
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            color: #fff
        }

        .main--credit-card .form-withdraw--fill input {
            padding: 0 40px;
            margin-bottom: 20px
        }

.credit-card--edit-wrapper .credit-card--edit:not(:last-child) {
    margin-bottom: 8px
}

.credit-card--edit {
    position: relative;
    background: #242324;
    border-radius: 10px;
    padding: 48px 65px
}

    .credit-card--edit .payment-card {
        justify-content: space-between;
        align-items: center
    }

.add-card {
    margin: 24px 0
}

.label-payment--fill {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

    .label-payment--fill .icon-many {
        position: absolute;
        top: 21px;
        left: 20px;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #fff
    }

.wrapper-show--animate {
    opacity: 0;
    visibility: hidden;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
    -webkit-animation: FadeOut .3s ease-in-out;
    animation: FadeOut .3s ease-in-out
}

    .wrapper-show--animate.is-show {
        opacity: 1;
        visibility: visible;
        -webkit-animation: FadeIn .3s ease-in-out;
        animation: FadeIn .3s ease-in-out;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

.plch-white::-webkit-input-placeholder {
    color: #fff
}

.plch-white::-moz-placeholder {
    color: #fff
}

.plch-white:-moz-placeholder {
    color: #fff
}

.plch-white:-ms-input-placeholder {
    color: #fff
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .2s ease
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity .2s ease
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity .2s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .2s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .2s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .2s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .2s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .2s ease
}

.add-new--payment-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161516;
    padding: 70px 24px 24px;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all .25s ease-out;
    z-index: 1000
}

    .add-new--payment-mobile.is-show {
        opacity: 1;
        visibility: visible
    }

    .add-new--payment-mobile .heading-choose {
        margin-bottom: 75px
    }

    .add-new--payment-mobile .head-choose {
        font-size: 1.6875rem;
        font-family: Inter-ExtraBold,sans-serif;
        color: #fff;
        letter-spacing: -.01313rem;
        line-height: 2rem;
        text-align: center
    }

    .add-new--payment-mobile .add-payment--items {
        position: relative;
        display: block;
        height: 96px;
        border-radius: 6px;
        padding: 30px 24px;
        background-color: #242324
    }

        .add-new--payment-mobile .add-payment--items:not(:last-child) {
            margin-bottom: 8px
        }

        .add-new--payment-mobile .add-payment--items .arrow-default {
            position: absolute;
            top: 43px;
            right: 34px;
            -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg)
        }

    .add-new--payment-mobile .button-wrapper--mobile {
        margin-top: 24px
    }

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes FadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    99% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    99% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

.select-black + .select2-container--default .select2-selection--single {
    position: relative;
    min-width: 84px;
    min-height: 56px;
    background: #353435;
    color: #fff;
    border: none;
    border-right: 1px solid #222022;
    border-radius: 10px 0 0 10px
}

    .select-black + .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: inline-block;
        padding-right: 36px;
        padding-left: 20px;
        min-height: 56px;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        line-height: 3.375rem
    }

    .select-black + .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0;
        transition: all .25s ease-out
    }

        .select-black + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            position: absolute;
            content: "";
            top: 24px;
            right: 23px;
            width: 4px;
            height: 4px;
            border-style: solid;
            border-width: 0 2px 2px 0;
            border-color: #fff;
            z-index: 2;
            pointer-events: none;
            transition: all .25s ease-out;
            -webkit-transform: rotate(45deg) translate(0,-50%);
            transform: rotate(45deg) translate(0,-50%)
        }

        .select-black + .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none
        }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
    right: 20px
}

.select2-dropdown {
    min-width: 84px;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    background: #353435;
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    max-height: 400px;
    overflow-y: scroll;
}

    .select2-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #353435;
    }

    .select2-dropdown::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .select2-dropdown::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }

.select2-container--default .select2-results__option {
    min-height: 40px;
    line-height: 1.75rem;
    border-top: 1px solid #403f40
}

    .select2-container--default .select2-results__option:hover {
        background: #403f40
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background: #403f40
    }

.select2-results__option--highlighted[aria-selected] {
    background: #403f40
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 100%
}

.settings .heading-default {
    margin-bottom: 35px
}

.settings-wrapper .settings-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    border-radius: 6px;
    background-color: #242324
}

    .settings-wrapper .settings-item:not(:last-child) {
        margin-bottom: 8px
    }

    .settings-wrapper .settings-item .name--settings-item {
        min-width: 135px;
        text-align: center;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        min-height: 40px;
        line-height: 2.5rem;
        border-right: 1px solid #313031
    }

    .settings-wrapper .settings-item .select2-container {
        width: 100% !important
    }

    .settings-wrapper .settings-item .select-black + .select2-container--default .select2-selection--single {
        border-radius: 10px;
        border-right: 0;
        background-color: transparent
    }

        .settings-wrapper .settings-item .select-black + .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 24px
        }

        .settings-wrapper .settings-item .select-black + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            right: 28px
        }

.file-input-wrapper {
    overflow-y: hidden
}

    .file-input-wrapper input {
        display: none
    }

input[type=submit][disabled=disabled], a.validate[disabled=disabled], a.button[disabled=disabled] {
    filter: grayscale(1);
    cursor: not-allowed;
}

.upload-file {
    position: relative;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #313031;
    background-color: #313031;
    padding: 10px 16px 12px 16px;
    margin-top: 16px
}

    .upload-file.is-message {
        display: inline-block;
        background: #242324;
        margin-top: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,.07)
    }

    .upload-file:not(:first-child) {
        margin-top: 8px
    }

    .upload-file .upload-file--name {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

        .upload-file .upload-file--name > div {
            display: flex;
            flex-direction: row;
            align-items: flex-end
        }

        .upload-file .upload-file--name p {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            line-height: normal !important;
            padding-right: 16px
        }

        .upload-file .upload-file--name img {
            margin-right: 11px
        }

    .upload-file .delete-file {
        height: 14px;
        position: relative;
        top: 2px
    }

        .upload-file .delete-file svg {
            fill: #6f6e70;
            transition: all .25s ease-out
        }

            .upload-file .delete-file svg:hover {
                fill: #fff
            }

.upload-message {
    border-radius: 6px;
    background-color: #161516;
    margin-top: 8px;
    padding: 8px 16px
}

    .upload-message p {
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00563rem;
        color: #6f6e70;
        line-height: 1rem
    }

.load-progress {
    position: relative;
    height: 4px;
    border-radius: 4px;
    background-color: #161516;
    margin-top: 13px
}

    .load-progress span {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        height: 4px;
        border-radius: 4px;
        background-color: #6f6e70
    }

.tiket-wrappe .tiket-main:not(:last-child) {
    margin-bottom: 30px
}

.tiket-wrappe .tiket-main h6 {
    font-size: .75rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00563rem;
    color: #545355;
    text-transform: uppercase;
    margin-bottom: 14px
}

.tiket-main--item {
    position: relative;
    background: #242324;
    border-radius: 6px;
    padding: 28px 30px
}

    .tiket-main--item:not(:last-child) {
        margin-bottom: 8px
    }

    .tiket-main--item .tiket-item--head {
        padding-bottom: 28px;
        border-bottom: 1px solid #313031
    }

        .tiket-main--item .tiket-item--head .new-tiket {
            position: absolute;
            top: 8px;
            right: 9px
        }

        .tiket-main--item .tiket-item--head .tiket-date {
            font-size: .75rem;
            font-family: Inter-Regular,sans-serif;
            line-height: 1rem;
            color: #6f6e70;
            display: block;
            margin-bottom: 7px
        }

        .tiket-main--item .tiket-item--head .tiket-name {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            line-height: 1.25rem;
            color: #fff
        }

    .tiket-main--item .tiket-item--content {
        display: flex;
        flex-direction: row;
        padding-top: 30px
    }

        .tiket-main--item .tiket-item--content .message-tiket {
            flex-grow: 1
        }

            .tiket-main--item .tiket-item--content .message-tiket p {
                font-size: .75rem;
                font-family: Inter-Regular,sans-serif;
                letter-spacing: -.00625rem;
                color: #fff;
                line-height: 1rem;
                margin-bottom: 3px
            }

            .tiket-main--item .tiket-item--content .message-tiket .message-date {
                font-size: .625rem;
                font-family: Inter-Regular,sans-serif;
                letter-spacing: -.00438rem;
                line-height: 1rem;
                color: #6f6e70
            }

.icon-user {
    flex-basis: 32px;
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 16px
}

    .icon-user img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto
    }

.active-tiket .top-line--tiket {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px
}

.active-tiket .black-main--head {
    margin-bottom: 44px
}

.active-tiket .status-ticket--wrapper {
    margin-bottom: 18px
}

    .active-tiket .status-ticket--wrapper .status-ticket {
        display: inline-block;
        color: #fff;
        font-size: .6875rem;
        font-family: Inter-SemiBold,sans-serif;
        letter-spacing: -.00625rem;
        height: 24px;
        padding: 6px 12px;
        border-radius: 6px;
        background-color: #353435
    }

    .active-tiket .status-ticket--wrapper .status-ticket--date {
        display: inline-block;
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        color: #6f6e70;
        line-height: 1.375rem;
        margin-left: 16px
    }

.reply-wrapper {
    margin-bottom: 24px
}

    .reply-wrapper .reply-names {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        margin-bottom: 15px
    }

    .reply-wrapper .reply-message--send {
        border-radius: 6px;
        background-color: #353435
    }

        .reply-wrapper .reply-message--send .reply-message__content {
            padding: 23px 32px 0
        }

            .reply-wrapper .reply-message--send .reply-message__content textarea {
                font-size: .875rem;
                font-family: Inter-Regular,sans-serif;
                letter-spacing: -.00625rem;
                color: #fff;
                line-height: 1.375rem;
                margin-bottom: 14px;
                resize: none;
                height: auto;
                min-height: 164px;
                width: 100%;
                background-color: #353435
            }

            .reply-wrapper .reply-message--send .reply-message__content > p {
                font-size: .875rem;
                font-family: Inter-Regular,sans-serif;
                letter-spacing: -.00625rem;
                color: #fff;
                line-height: 1.375rem;
                margin-bottom: 14px
            }

.reply-form--send {
    margin-top: 24px;
    border-top: 1px solid #1d1c1d;
    display: flex
}

    .reply-form--send .button-reply {
        width: 100px;
        height: 56px;
        font-size: .875rem;
        font-family: Inter-SemiBold,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        border-right: 1px solid #1d1c1d;
        transition: all .25s ease-out
    }

        .reply-form--send .button-reply:hover {
            color: #ffc30a
        }

    .reply-form--send .upload-file--form {
        width: 100%
    }

        .reply-form--send .upload-file--form label {
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            width: 100%;
            height: 100%;
            line-height: 3.375rem;
            text-align: center;
            position: relative;
            display: block;
            cursor: pointer;
            color: #6f6e70;
            transition: all .25s ease-out
        }

            .reply-form--send .upload-file--form label svg {
                fill: #6f6e70;
                margin-right: 8px;
                transition: all .25s ease-out
            }

            .reply-form--send .upload-file--form label:hover {
                color: #fff
            }

                .reply-form--send .upload-file--form label:hover svg {
                    fill: #fff
                }

.new-ticket--fixed {
    position: fixed;
    width: 100%;
    bottom: 24px;
    left: 0;
    padding: 0 24px;
    display: none
}

.tickets-chat {
    position: relative;
    border-radius: 6px;
    background-color: #242324;
    padding: 24px 32px 28px
}

    .tickets-chat:not(:last-child) {
        margin-bottom: 8px
    }

    .tickets-chat .new-tiket {
        position: absolute;
        top: 8px;
        right: 9px
    }

.tickets-chat--head {
    display: flex;
    flex-direction: row;
    padding-bottom: 22px;
    border-bottom: 1px solid #313031
}

    .tickets-chat--head .message-tiket p {
        color: #fff;
        font-family: Inter-SemiBold,sans-serif;
        font-size: .75rem;
        letter-spacing: -.00563rem;
        line-height: 1rem
    }

    .tickets-chat--head .message-tiket .message-date {
        font-family: Inter-Regular,sans-serif;
        font-size: .625rem;
        color: #6f6e70;
        letter-spacing: -.00438rem;
        line-height: 1rem
    }

.tickets-chat--message {
    padding-top: 22px
}

    .tickets-chat--message p {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #6f6e70;
        line-height: 1.375rem
    }

.file-message {
    margin-top: 18px
}

    .file-message .file-load {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        height: 40px;
        padding: 8px 16px;
        border-radius: 6px;
        cursor: pointer;
        background: #242324;
        border: 1px solid #313031;
        box-shadow: 0 2px 5px rgba(0,0,0,.07);
        transition: all .25s ease-out;
        margin-right: 8px
    }

        .file-message .file-load:hover {
            background: #313031
        }

        .file-message .file-load img {
            margin-right: 12px
        }

        .file-message .file-load p {
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff
        }

.mobile-page {
    padding: 40px 24px 24px
}

    .mobile-page .link-back {
        margin-bottom: 36px
    }

.item--input-label .popup-button {
    width: 100%;
    height: 56px;
    font-size: 1rem;
    line-height: 2.5rem;
    background: #ffc30a;
    color: #161516
}

    .item--input-label .popup-button:hover {
        background: #ffd657;
        color: #161516
    }

.account-info--black {
    background: #242324;
    border-radius: 10px;
    padding: 50px 64px 50px 68px
}

    .account-info--black:not(:last-child) {
        margin-bottom: 8px
    }

    .account-info--black.small-offset {
        padding: 37px 64px 37px 68px
    }

    .account-info--black .item--label {
        color: #fff;
    }

.account-wrap--button {
    margin-top: 40px
}

.list--info-account li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative
}

    .list--info-account li:not(:last-child) {
        margin-bottom: 34px
    }

    .list--info-account li:before {
        position: absolute;
        bottom: 5px;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-image: url(../img/line.png);
        background-repeat: repeat-x
    }

    .list--info-account li span {
        position: relative;
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        line-height: 1.25rem;
        color: #6f6e70;
        background: #242324
    }

    .list--info-account li .name-option {
        padding-right: 20px
    }

    .list--info-account li .result-option {
        color: #fff;
        padding-left: 20px
    }

.my-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .my-information .my-info--main {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #fff
    }

        .my-information .my-info--main .my-info--name {
            color: #6f6e70;
            margin-bottom: 8px
        }

.marketing-preferences {
    display: flex;
    justify-content: space-between;
}

    .marketing-preferences a {
        width: calc(100% / 2.2);
    }

.mobile--marketing-preferences {
    display: none;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 10px
}

    .mobile--marketing-preferences .change-link {
        display: inline-block;
        margin-top: 32px
    }

.my-information--checked {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .my-information--checked .info-checked .checked--name {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        margin-bottom: 19px
    }

    .my-information--checked .info-checked .checked--result {
        font-size: .75rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00563rem;
        line-height: 1rem;
        color: #6f6e70
    }

.my-info--head {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .my-info--head .my-info--head-name p {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        color: #fff
    }

        .my-info--head .my-info--head-name p .desc {
            padding-left: 14px;
            font-size: .75rem;
            font-family: Inter-Regular,sans-serif;
            line-height: 1rem;
            letter-spacing: -.00563rem;
            color: #6f6e70
        }

.terms-content .mobile-offset--terms {
    display: none;
    height: 104px
}

.terms-content h1, .terms-content h2, .terms-content h3, .terms-content h4, .terms-content h5, .terms-content h6 {
    font-family: Inter-SemiBold,sans-serif;
    color: #fff
}

.terms-content a, .terms-content p, .terms-content span, .terms-content ul li {
    font-family: Inter-Regular,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.00688rem;
    color: #6f6e70
}

.terms-content a {
    color: #ffc30a;
    text-decoration: none
}

.terms-content p {
    margin-bottom: 18px
}

.terms-content ul.conter-number {
    counter-reset: li;
    margin-bottom: 28px
}

    .terms-content ul.conter-number li:before {
        counter-increment: li;
        content: counter(li) ".";
        margin-right: 15px
    }

.terms-content h1 {
    margin-bottom: 38px
}

.terms-content h4 {
    margin-bottom: 20px
}

.terms-content h6 {
    margin-bottom: 19px
}
section.main-content{
    width:98%;
    min-height:80vh;
    height:100%;
    background:#222121;
    color:#fff;
    padding: 20px 30px;
    margin: 10px auto;
    border:1px solid #25120E;
    border-radius:6px;
    box-shadow:0 0 12px #2E0C04;
    box-sizing:border-box;
}
.section_start-using {
    position: relative;
    min-height: 380px;
    background: #3158d3;
    background: linear-gradient(to bottom,#3158d3 0,#5077f1 100%)
}

    .section_start-using:before {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(../img/circle-big.png);
        background-repeat: no-repeat;
        background-position: center
    }

    .section_start-using .container {
        position: relative
    }

.start-using {
    padding-top: 90px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff
}

    .start-using h4 {
        font-size: 3rem;
        line-height: 3.625rem;
        font-family: fPoppinsSemiBold;
        margin-bottom: 35px
    }

    .start-using p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-family: fPoppinsMedium;
        margin-bottom: 38px
    }

.custom-select {
    position: relative;
    font-family: Inter-Regular,sans-serif
}

    .custom-select select {
        display: none;
    }

    .custom-select .none-selected {
        color: #6f6e70 !important;
    }

    .custom-select.is-active .select-selected {
        color: #fff;
    }

    .custom-select.select-bold.float {
        position: absolute;
    }

        .custom-select.select-bold.float .select-selected {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 1px solid #242324;
        }

.select-bold.float {
    width: 120px !important;
}

.select-selected {
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    color: #fff;
    outline: 0;
    cursor: pointer;
    padding-right: 17px
}

    .select-selected.select-arrow-active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 4px
    }

    .select-selected:after {
        position: absolute;
        content: "";
        top: 1px;
        right: 0;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #fff;
        z-index: 2;
        pointer-events: none;
        transition: all .25s ease-out;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.select-items {
    min-width: 128px;
    position: absolute;
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00563rem;
    color: #313031;
    background: #2f2d2f;
    top: calc(100% + 25px);
    left: -30px;
    right: 0;
    z-index: 99;
    transition: all .25s ease-out;
    box-shadow: 0 5px 30px rgba(5,5,5,.35);
    opacity: 1;
    visibility: visible;
    padding: 16px 20px 24px 30px
}

    .select-items div {
        color: #8c8b8d;
        padding: 12px 0;
        cursor: pointer;
        transition: all .25s ease-out
    }

        .select-items div.same-as-selected {
            color: #fff
        }

        .select-items div:hover {
            color: #ffc30a
        }

.select-hide {
    top: calc(100% + 45px);
    opacity: 0;
    visibility: hidden
}

.flex--custom-select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

    .flex--custom-select .asterisk {
        position: absolute;
        top: 0;
        right: 0;
    }

.thirds .select-bold {
    width: calc(100% / 3.2);
}

.select-bold {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

    .select-bold .select-selected {
        font-size: .875rem;
        font-family: Inter-Regular,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        /*color: #6f6e70;*/
        background: #353435;
        height: 56px;
        padding: 20px 44px 20px 20px;
        border-radius: 6px
    }

        .select-bold .select-selected:after {
            right: 20px;
            top: 24px
        }

    .select-bold .select-items {
        left: 0;
        top: calc(100% - 4px);
        max-height: 200px;
        overflow-y: scroll;
        background: #353435;
        padding: 0;
        box-shadow: 0 10px 14px rgba(5,5,5,.25)
    }

        .select-bold .select-items > div {
            background: #353435;
            padding: 14px 20px;
            border-top: 1px solid #403f40;
            color: #fff;
            transition: all .25s ease-out
        }

            .select-bold .select-items > div:hover {
                background: #403f40
            }

        .select-bold .select-items::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #6f6e70
        }

        .select-bold .select-items::-webkit-scrollbar {
            width: 0;
            background-color: #6f6e70
        }

        .select-bold .select-items::-webkit-scrollbar-thumb {
            background-color: #353435
        }

.shape-overlays {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    pointer-events: none
}

    .shape-overlays path:nth-of-type(1) {
        fill: cBlueLight
    }

    .shape-overlays path:nth-of-type(2) {
        fill: cPink
    }

    .shape-overlays path:nth-of-type(3) {
        fill: #fff
    }

.top-info--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 64px;
    background: #242324;
    padding: 0 24px;
    border-radius: 10px
}

    .top-info--wrapper .settings-head {
        display: none;
        padding-left: 24px;
        border-left: 1px solid #313031
    }

    .top-info--wrapper .settings-head--menu li a {
        position: relative;
        display: inline-block;
        height: 64px;
        line-height: 4rem;
        font-size: .875rem;
        font-family: Inter-SemiBold,sans-serif;
        letter-spacing: -.00625rem;
        color: #8c8b8d;
        text-decoration: none;
        transition: all .25s ease-out
    }

    .top-info--wrapper .top-info__left {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-grow: 1
    }

    .top-info--wrapper .top-info__right {
        display: flex;
        flex-direction: row;
        border-left: 1px solid #313031;
        align-items: center;
        padding-left: 30px
    }

        .top-info--wrapper .top-info__right .top-info--items {
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            min-height: 64px;
            padding: 0 20px
        }

            .top-info--wrapper .top-info__right .top-info--items:first-child {
                padding-left: 0
            }

            .top-info--wrapper .top-info__right .top-info--items:last-child {
                padding-right: 0
            }

            .top-info--wrapper .top-info__right .top-info--items:not(:last-child):before {
                position: absolute;
                top: 50%;
                right: 0;
                content: "";
                display: block;
                background: #313031;
                width: 1px;
                height: 24px;
                -webkit-transform: translate(0,-50%);
                transform: translate(0,-50%)
            }

            .top-info--wrapper .top-info__right .top-info--items > span {
                margin-right: 8px
            }

            .top-info--wrapper .top-info__right .top-info--items .date-head, .top-info--wrapper .top-info__right .top-info--items span {
                display: inline-block;
                font-size: .75rem;
                font-family: Inter-Regular,sans-serif;
                letter-spacing: -.00563rem;
                color: #6f6e70
            }

            .top-info--wrapper .top-info__right .top-info--items .time-head {
                font-size: .75rem;
                font-family: Inter-Regular,sans-serif;
                color: #fff;
                letter-spacing: -.00563rem;
                margin-right: 8px;
                min-width: 50px;
            }

.head-search__search {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 24px;
    border-right: 1px solid #313031
}

    .head-search__search.no-border {
        border-right: 1px solid transparent
    }

    .head-search__search .search-link {
        position: relative;
        width: 16px;
        height: 16px;
        display: block;
        margin-top: 2px
    }

        .head-search__search .search-link.is-active svg {
            opacity: 0;
            visibility: hidden
        }

        .head-search__search .search-link.is-active .closed--search-form {
            opacity: 1;
            visibility: visible
        }

        .head-search__search .search-link svg {
            position: absolute;
            opacity: 1;
            visibility: visible;
            fill: #6f6e70;
            transition: all .25s ease-out
        }

        .head-search__search .search-link:hover svg {
            fill: #fff
        }

        .head-search__search .search-link .closed--search-form {
            position: absolute;
            top: 50%;
            display: block;
            width: 16px;
            height: 16px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%)
        }

            .head-search__search .search-link .closed--search-form:hover span {
                background: #fff
            }

            .head-search__search .search-link .closed--search-form span {
                position: absolute;
                top: 6px;
                display: block;
                width: 16px;
                height: 2px;
                background: #6f6e70;
                transition: all .25s ease-out
            }

                .head-search__search .search-link .closed--search-form span:nth-child(1) {
                    -webkit-transform: rotateZ(45deg);
                    transform: rotateZ(45deg)
                }

                .head-search__search .search-link .closed--search-form span:nth-child(2) {
                    -webkit-transform: rotateZ(-45deg);
                    transform: rotateZ(-45deg)
                }

.head-search__menu {
    position: relative;
    display: flex;
    flex-grow: 1;
    padding-left: 30px;
    align-items: center
}

    .head-search__menu .menu--top-info li {
        display: inline-block
    }

        .head-search__menu .menu--top-info li:not(:last-child) {
            margin-right: 30px
        }

        .head-search__menu .menu--top-info li:hover a {
            color: #fff
        }

        .head-search__menu .menu--top-info li.is-active a {
            color: #fff
        }

            .head-search__menu .menu--top-info li.is-active a:before {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background: #ffc30a
            }

        .head-search__menu .menu--top-info li a {
            position: relative;
            display: inline-block;
            height: 64px;
            line-height: 4rem;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            color: #8c8b8d;
            text-decoration: none;
            transition: all .25s ease-out
        }

    .head-search__menu .search-form--head {
        position: absolute;
        left: 0;
        min-width: 210px;
        height: 64px;
        background: #242324;
        z-index: 1;
        padding-right: 8px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-out
    }

        .head-search__menu .search-form--head.is-active {
            min-width: calc(100%);
            opacity: 1;
            visibility: visible
        }

        .head-search__menu .search-form--head .search-form__wrapper {
            position: relative;
            display: flex;
            align-items: center;
            height: 64px
        }

        .head-search__menu .search-form--head .search-input {
            position: relative;
            width: 100%;
            height: 56px;
            z-index: 10;
            border-radius: 6px;
            background: #353435;
            font-size: .875rem;
            font-family: Inter-Regular,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            padding-left: 48px;
            padding-right: 20px
        }

        .head-search__menu .search-form--head button, .head-search__menu .search-form--head span {
            position: absolute;
            z-index: 10
        }

        .head-search__menu .search-form--head .search-submit {
            top: calc(50% + 2px);
            left: 16px;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%)
        }

            .head-search__menu .search-form--head .search-submit svg {
                fill: #6f6e70;
                transition: all .25s ease-out
            }

                .head-search__menu .search-form--head .search-submit svg:hover {
                    fill: #fff
                }

        .head-search__menu .search-form--head .cancel {
            right: 16px;
            top: 50%;
            padding-top: 4px;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all .25s ease-out
        }

            .head-search__menu .search-form--head .cancel:hover svg {
                fill: #fff
            }

            .head-search__menu .search-form--head .cancel.show-cancel {
                opacity: 1;
                visibility: visible
            }

            .head-search__menu .search-form--head .cancel svg {
                fill: #6f6e70;
                transition: all .25s ease-out
            }

.top-line {
    position: relative;
    height: 88px;
    z-index: 10;
    transition: all .25s ease-out;
    margin-bottom: 4px
}

    .top-line.is-active {
        background: #242324
    }

    /*.top-line .container {
        padding-left: 32px;
        padding-right: 32px
    }*/

    .top-line .flex-wrapper {
        height: 88px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

.top-line--left {
    display: flex;
    align-items: center
}

.logo-top {
    margin-right: 64px;
    padding-top: 2px
}

.logo-top__link {
    display: inline-block;
    text-decoration: none;
    font-family: fPoppinsBold;
    font-size: 1.3125rem
}

    .logo-top__link img {
        width: 118px;
    }

.logo-top__img {
    margin-right: 19px
}

.logo-top__name {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    color: #fff
}

.menu-header {
    padding-top: 5px
}

    .menu-header.is-active {
        visibility: visible;
        opacity: 1;
        transition: all .25s ease-out
    }

    .menu-header .nav-top__list {
        text-align: right
    }

    .menu-header .nav-top__list-li {
        display: inline-block
    }

        .menu-header .nav-top__list-li.is-active a:before, .menu-header .nav-top__list-li:hover a:before {
            bottom: -17px;
            opacity: 1;
            visibility: visible
        }

        .menu-header .nav-top__list-li:not(:last-child) {
            margin-right: 40px
        }

        .menu-header .nav-top__list-li a {
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: .8125rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00563rem;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none
        }

            .menu-header .nav-top__list-li a:before {
                position: absolute;
                bottom: -24px;
                left: 0;
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background: #ffc30a;
                transition: all .15s ease-out;
                opacity: 0;
                visibility: hidden
            }

.burger-menu {
    position: relative;
    display: none;
    cursor: pointer;
    width: 16px;
    height: 10px;
    outline: 0;
    margin-right: 24px
}

    .burger-menu.is-active {
        height: 16px
    }

        .burger-menu.is-active span {
            position: absolute;
            top: 50%;
            left: 0;
            margin-bottom: 0;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%)
        }

            .burger-menu.is-active span:nth-child(1) {
                -webkit-transform: rotateZ(45deg);
                transform: rotateZ(45deg)
            }

            .burger-menu.is-active span:nth-child(2) {
                display: none
            }

            .burger-menu.is-active span:nth-child(3) {
                -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg)
            }

    .burger-menu span {
        display: block;
        height: 2px;
        width: 16px;
        margin-bottom: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all .25s ease-out
    }

        .burger-menu span:last-child {
            margin-bottom: 0
        }

.navigate-login {
    position: relative;
    padding-left: 40px
}

    .navigate-login:before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 30px;
        width: 1px;
        content: "";
        background: #313031;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .navigate-login ul li {
        display: inline-block
    }

        .navigate-login ul li:not(:last-child) {
            margin-right: 20px
        }

        .navigate-login ul li:hover a {
            color: #ffc30a
        }

        .navigate-login ul li a {
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00563rem;
            color: #fff;
            text-decoration: none;
            transition: all .25s ease-out
        }

.wrapper--user-login {
    position: relative;
    display: flex;
    flex-direction: row
}

.user-login {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-right: 16px
}

    .user-login .user-login--name {
        text-align: right;
        cursor: pointer
    }

        .user-login .user-login--name p {
            font-size: .75rem;
            font-family: Inter-SemiBold,sans-serif;
            color: #fff;
            letter-spacing: -.00563rem;
            margin-bottom: 2px
        }

        .user-login .user-login--name .deposit-sum {
            font-size: .75rem;
            font-family: Inter-Regular,sans-serif;
            color: #6f6e70;
            letter-spacing: -.00563rem
        }

    .user-login .user-login--images {
        position: relative;
        width: 32px;
        height: 32px;
        margin-left: 16px;
        cursor: pointer;
        overflow: hidden
    }

        .user-login .user-login--images img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.drop--menu-user {
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    display: block;
    min-width: 304px;
    background: #242324;
    border: 1px solid #313031;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(5,5,5,.25);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out
}

    .drop--menu-user.is-active {
        top: calc(100% + 16px);
        opacity: 1;
        visibility: visible
    }

    .drop--menu-user:before {
        position: absolute;
        top: -5px;
        right: 126px;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #242324;
        border-style: solid;
        border-width: 1px 0 0 1px;
        border-color: #313031;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .drop--menu-user .fifty--item-user, .drop--menu-user .full--item-user {
        padding: 20px 22px;
        border-bottom: 1px solid #313031
    }

    .drop--menu-user .full--item-user {
        border-bottom: 1px solid #313031
    }

        .drop--menu-user .full--item-user.menu-user {
            border-bottom: 0
        }

    .drop--menu-user .fifty--item-user {
        width: 50%
    }

        .drop--menu-user .fifty--item-user.right-border {
            border-right: 1px solid #313031
        }

    .drop--menu-user .wrapper--fifty-user {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .drop--menu-user .items-balanse {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .drop--menu-user .show-balanse {
        min-height: 70px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

        .drop--menu-user .show-balanse .checked-item {
            min-width: 40px;
            min-height: 24px
        }

    .drop--menu-user .name-option {
        margin-bottom: 2px
    }

    .drop--menu-user .sum-option__big .balanse-main {
        opacity: 1;
        transition: all .25s ease-out
    }

    .drop--menu-user .sum-option__big.is-active .balanse-main {
        opacity: 0
    }

    .drop--menu-user .reload {
        position: relative;
        top: 3px;
        display: inline-block;
        width: 18px;
        height: 18px;
        padding-top: 1px;
        padding-left: 1px;
        margin-left: 15px;
        cursor: pointer
    }

        .drop--menu-user .reload.is-active {
            -webkit-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite
        }

.list--menu-user {
    padding: 14px 0
}

    .list--menu-user li:not(:last-child) {
        margin-bottom: 34px
    }

    .list--menu-user li a {
        font-size: .875rem;
        font-family: Inter-SemiBold,sans-serif;
        letter-spacing: -.00625rem;
        color: #fff;
        transition: all .25s ease-out;
        text-decoration: none
    }

        .list--menu-user li a:hover {
            color: #6f6e70
        }

        .list--menu-user li a.disable-link {
            color: #6f6e70
        }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px #353435 inset !important;
    -webkit-transition-delay: 99999s;
    -webkit-text-fill-color: #fff !important;
    -webkit-border-image: none;
}

::selection {
    background: #ffc30a !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

::-moz-selection {
    background: #ffc30a !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.deposit-head {
    height: 36px;
    padding-top: 9px;
    padding-bottom: 9px
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #242324;
    display: none;
    transition: all .25s ease-out;
    box-shadow: 0 10px 30px -10px rgba(12,11,12,.3)
}

    .mobile-menu.is-active {
        opacity: 1;
        visibility: visible
    }

    .mobile-menu ul li {
        padding: 24px;
        border-top: 1px solid #313031
    }

        .mobile-menu ul li a {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            text-decoration: none
        }

.message, .message-small {
    display: inline-block;
    background: #ffc30a;
    font-size: .6875rem;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    color: #161516;
    border-radius: 6px
}

.menu--top-info .message-small {
    position: absolute;
    top: 16px;
    right: -16px;
    padding-right: 1px
}

.message {
    width: 24px;
    height: 24px;
    line-height: 1.5rem;
    margin-left: 20px
}

.message-small {
    width: 16px;
    height: 16px;
    line-height: 1rem;
    margin-left: 15px
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    display: block !important;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    background: #161516;
    min-height: 100%
}

button {
    cursor: pointer
}

input {
    box-shadow: none !important
}

.no-flex--mobile {
    display: block !important
}

.add-new--payment-mobile, .custom-popup {
    display: block !important
}

.height-36 {
    height: 36px
}

.height-50 {
    height: 50px
}

.mobile-none {
    display: block
}

.align-right {
    float: right
}

.align-left {
    float: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.default-list li a {
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    line-height: 1.5rem;
    text-decoration: none;
    color: #fff
}

.heading-default {
    font-size: 1.6875rem;
    line-height: 2rem;
    color: #fff;
    letter-spacing: -.01313rem
}

h1, h2, h3, h4, h5, h6 {
    font-family: Inter-SemiBold,sans-serif
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: .75rem
}

p {
    font-family: Inter-Regular,sans-serif
}

a {
    color: #ffc30a;
    text-decoration: none;
    transition: all .25s ease-out
}

    a:hover {
        color: #ffd657
    }

img {
    max-width: 100%
}

.container {
    box-sizing: border-box;
    /*max-width: 1460px;*/
    max-width: 98%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto
}

.arrow-default {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .arrow-default:after {
        position: absolute;
        content: "";
        top: 1px;
        right: 0;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #fff;
        z-index: 2;
        transition: all .25s ease-out;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.mobile-back {
    margin-bottom: 22px;
    display: none
}

.link-back,
.link-back--page,
.link-back-edit {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    box-shadow: 0 5px 15px rgba(17,22,34,.05);
    border-radius: 6px;
    background-color: #353435;
    text-align: center;
    text-decoration: none;
    transition: all .15s ease-out
}

    .link-back.text-back,
    .link-back--page.text-back,
    .link-back-edit.text-back {
        padding-left: 24px;
        width: auto
    }

        .link-back.text-back span,
        .link-back--page.text-back span,
        .link-back-edit.text-back span {
            display: inline-block;
            padding: 0 9px 0 7px;
            float: left;
            height: 24px;
            line-height: 1.5rem;
            font-size: .875rem;
            font-family: Inter-SemiBold,sans-serif;
            letter-spacing: -.00625rem;
            color: #fff;
            border-left: 1px solid #1d1c1d
        }

    .link-back:hover,
    .link-back--page:hover,
    .link-back-edit:hover {
        background: #403f40
    }

    .link-back:after,
    .link-back--page:after,
    .link-back-edit:after {
        position: absolute;
        content: "";
        top: 8px;
        left: 9px;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 0 0 2px 2px;
        border-color: #fff;
        z-index: 2;
        transition: all .25s ease-out;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

.name-option {
    font-size: .75rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00563rem;
    line-height: 1rem;
    color: #6f6e70
}

.sum-option {
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    color: #fff;
    letter-spacing: -.00625rem
}

.sum-option__big {
    font-size: 1rem
}

.checkbox-static {
    display: block;
    text-align: left;
}

    .checkbox-static input {
        display: none;
        z-index: -1;
        opacity: 0
    }

        .checkbox-static input:checked + .checkbox-static--text:before {
            background: #ffc30a url(../media/img/checked.svg);
            background-repeat: no-repeat;
            background-position: center
        }

.checkbox-static--text {
    position: relative;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    line-height: 1.25rem;
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .checkbox-static--text a {
        color: #ffc400;
        text-decoration: none;
        transition: all .25s ease-out
    }

        .checkbox-static--text a:hover {
            color: #ffd657
        }

    .checkbox-static--text:hover:before {
        border: 1px solid rgba(255,195,10,.5)
    }

    .checkbox-static--text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        border: 1px solid transparent;
        border-radius: 6px;
        background: #353435;
        transition: all .25s ease-out;
        background-position: center !important
    }

.checkbox-default input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px
}

    .checkbox-default input:checked + .checkbox__text:before {
        background: #ffc30a
    }

    .checkbox-default input:checked + .checkbox__text:after {
        left: 18px
    }

.checkbox__text {
    position: relative;
    height: 24px;
    cursor: pointer;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    color: #fff;
    letter-spacing: -.00625rem
}

    .checkbox__text span {
        padding-left: 50px
    }

    .checkbox__text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 24px;
        border-radius: 12px;
        background: #6f6e70;
        transition: all .25s ease-out
    }

    .checkbox__text:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 18px;
        border: 1px solid rgba(0,0,0,.04);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 3px 1px rgba(0,0,0,.06),0 3px 8px rgba(0,0,0,.15);
        transition: all .15s ease-out
    }

.phone-checked {
    position: relative
}

    .phone-checked .select2-container {
        position: absolute;
        top: 0;
        left: 0
    }

    .phone-checked input {
        padding-left: 104px !important
    }

input.phone-number {
    padding-left: 150px !important;
}

.default-label {
    display: inline-block;
    font-size: .875rem;
    font-family: Inter-Regular,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    margin-bottom: 14px
}

.default-link {
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    color: #fff;
    text-decoration: none
}

    .default-link.resend-code {
        transition: all .25s ease-out
    }

        .default-link.resend-code:hover {
            color: #ffc30a
        }

@media screen and (max-width:1360px) {
    .head-search__menu .menu--top-info li:not(:last-child) {
        margin-right: 20px
    }
}

@media screen and (max-width:1320px) {
    .top-info--wrapper {
        padding: 0 20px
    }

    .head-search__search {
        padding-right: 20px
    }

    .head-search__menu {
        padding-left: 20px
    }
}

@media screen and (max-width:1270px) {
    .head-search__menu .menu--top-info li:not(:last-child) {
        margin-right: 16px
    }
}

@media screen and (max-width:1240px) {
    .top-info--wrapper .top-info__right {
        padding-left: 20px
    }

        .top-info--wrapper .top-info__right .top-info--items {
            padding: 0 14px
        }
}

@media screen and (max-width:1190px) {
    .top-info--wrapper .top-info__right .top-info--items.info-date, .top-info--wrapper .top-info__right .top-info--items.info-time {
        display: none
    }

    .top-info--wrapper .top-info__right .top-info--items:nth-child(2):before {
        display: none
    }
}

@media screen and (max-width:1170px) {
    .top-info--wrapper .top-info__right .top-info--items:nth-child(2) {
        padding-right: 0
    }

    .head-search__menu .menu--top-info li:not(:last-child) {
        margin-right: 20px
    }
}

@media screen and (max-width:1100px) {
    .logo-top {
        margin-right: 32px
    }
}

@media screen and (max-width:1060px) {
    .menu-header .nav-top__list-li:not(:last-child) {
        margin-right: 24px
    }
}

@media screen and (max-width:1024px) {
    .top-info--wrapper .settings-head {
        display: block
    }

    .top-info--wrapper .top-info__right {
        display: none
    }
}

@media screen and (max-width:980px) {
    .mobile-page--menu {
        display: block
    }

    .left-sidebar {
        display: none
    }
}

@media screen and (max-width:960px) {
    .menu-header .nav-top__list-li:not(:last-child) {
        margin-right: 18px
    }
}

@media screen and (max-width:940px) {
    .menu-header .nav-top__list-li a {
        font-size: .75rem
    }

    .navigate-login {
        padding-left: 30px
    }
}

@media screen and (max-width:920px) {
    .top-line {
        height: 64px
    }

        .top-line .container {
            padding: 0 25px
        }

        .top-line .flex-wrapper {
            height: 64px
        }

    .logo-top {
        margin-right: 20px
    }

    .logo-top {
        margin-right: 0
    }

    .menu-header {
        display: none
    }

    .burger-menu {
        display: block;
        z-index: 10
    }

    .navigate-login {
        padding-left: 0
    }

        .navigate-login:before {
            display: none
        }

    .drop--menu-user {
        right: -16px
    }

        .drop--menu-user:before {
            right: 118px
        }

    .mobile-menu {
        display: block;
        opacity: 0;
        visibility: hidden
    }
}

@media all and (max-width:900px) {
}

@media screen and (max-width:850px) {
    .top-info--wrapper .settings-head {
        display: none
    }
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
}

@media screen and (max-width:768px) {
    .section_start-using:before {
        background-size: cover
    }

    .head-search__menu .menu--top-info li:not(:last-child) {
        margin-right: 15px
    }
}

@media screen and (max-width:730px) {
    .top-info--wrapper {
        padding: 0 18px
    }

    .head-search__search {
        padding-right: 18px
    }
}

@media screen and (max-width:720px) {
    html {
        margin-right: 0 !important
    }

    body {
        padding-bottom: 0 !important
    }

    .mobile-none {
        display: none !important
    }

    .custom-popup {
        position: fixed;
        overflow-y: scroll
    }

    .drop--menu-user {
        top: 100%;
        display: none;
        border-radius: 0
    }

        .drop--menu-user.is-active {
            display: block
        }

    .form--search-help input {
        padding-right: 48px
    }

    .header {
        border-bottom: 1px solid #313031
    }

    .top-line {
        margin-bottom: 0
    }

    .footer {
        display: none
    }

    .black-main {
        margin: 0;
        background: #161516;
        padding: 24px;
        border: 0;
        border-radius: 0
    }

        .black-main .main-container {
            margin-left: 0
        }

    .label-payment--fill .icon-many {
        top: 16px
    }

    .heading--main-container {
        margin: 5px 0 20px
    }

        .heading--main-container .black-main--head {
            font-size: 1.6875rem;
            letter-spacing: -.01313rem
        }

    .credit-card--drop {
        border-radius: 6px
    }

        .credit-card--drop .arrow-default {
            top: 86px;
            right: 28px
        }

        .credit-card--drop .head--credit-card {
            padding: 26px 24px;
            border-radius: 6px 6px 0 0;
            text-decoration: none
        }

            .credit-card--drop .head--credit-card.close-status {
                border-radius: 6px
            }

            .credit-card--drop .head--credit-card .credit-card--name {
                margin-bottom: 30px
            }

        .credit-card--drop .main--credit-card {
            padding: 0;
            background-color: transparent
        }

            .credit-card--drop .main--credit-card .credit-card--mobile-wrapper {
                padding: 32px 24px 2px;
                background: #242324;
                border-radius: 0 0 6px 6px;
                margin-bottom: 24px
            }

    .credit-card--edit {
        padding: 32px 24px
    }

    .black-main {
        display: block
    }

    .text--select-price {
        border-radius: 4px
    }

    .table-history--wrapper {
        width: calc(100% + 48px);
        overflow-x: scroll;
        position: relative;
        left: -24px;
        padding-left: 24px
    }

        .table-history--wrapper .table-history {
            width: 624px
        }

    .main--credit-card .form-withdraw--desc br {
        display: none
    }

    .account-info--black {
        padding: 20px 24px;
        border-radius: 6px
    }

        .account-info--black .account-wrap--button {
            margin-top: 27px;
            margin-bottom: 12px
        }

        .account-info--black .my-information {
            padding: 8px 0
        }

    .mobile--marketing-preferences {
        display: block
    }

    .account-info--black.small-offset {
        position: relative;
        padding: 24px 16px
    }

        .account-info--black.small-offset .checked--name {
            padding-right: 60px
        }

        .account-info--black.small-offset .my-info--change {
            position: absolute;
            right: 24px;
            top: 24px;
            min-width: 40px
        }

    .mobile-back {
        display: block
    }

    .mobile-body {
        overflow: hidden
    }

    .custom-close {
        top: 26px !important;
        right: 26px !important
    }

    .popup-default {
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        border-radius: 0;
        overflow-y: scroll
    }

        .popup-default.default-offset {
            padding: 70px 24px 52px
        }

    .popup-reciept .heading-default {
        margin-bottom: 6px;
        text-align: center
    }

    .message-status {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

        .message-status .wrap--send-button {
            position: absolute;
            width: 100%;
            bottom: 24px;
            display: flex;
            padding: 0 24px
        }

    .popup-default .heading-default {
        line-height: 2.125rem
    }

        .popup-default .heading-default br {
            display: none
        }

    .black-main--big {
        margin: 0;
        background: #161516;
        padding: 40px 24px 14px
    }

    .terms-content .mobile-offset--terms {
        display: block
    }

    .terms-content h1 {
        font-size: 1.6875rem;
        margin-bottom: 26px
    }

    .terms-content h4 {
        font-size: 1.125rem
    }

    .terms-content h6 {
        font-size: .875rem
    }

    .terms-content a, .terms-content p, .terms-content ul li {
        font-size: .875rem
    }

    .item--input-label label {
        color: #fff
    }

    .wraps-mobile--bottom {
        position: absolute;
        bottom: 36px;
        left: 0;
        width: 100%
    }

    .black-main--default {
        margin: 0;
        padding: 38px 24px 24px;
        background: #161516;
        border: 0;
        border-radius: 0
    }

        .black-main--default .black-main--head {
            font-size: 1.6875rem;
            line-height: 2rem
        }

    .help-page .height-50 {
        height: 36px
    }

    .help-page .form--search-help {
        margin-bottom: 20px
    }

    .wrapper--category {
        margin: 0 -4px
    }

        .wrapper--category .category-item {
            margin: 4px;
            width: calc(25% - 8px)
        }

    .login-problems {
        padding-left: 0
    }

        .login-problems .height-50 {
            height: 26px
        }

        .login-problems .result-def--item {
            padding: 26px 24px
        }

    .login-problems--post p {
        font-size: .875rem;
        line-height: 1.375rem
    }

    .black-main--head {
        font-size: 1.6875rem;
        line-height: 2rem
    }

    .result-def--item {
        padding: 30px 24px
    }

    .payment--gender-mobile {
        width: 196px;
        height: 56px;
    }

        .payment--gender-mobile .text--select-price {
            height: 44px;
            padding: 14px 10px
        }

    .mobile--no-margin {
        margin-bottom: 0
    }

    .gender-mobile {
        padding-top: 8px
    }

    .popup-default .button {
        width: 100%
    }

    .message-status {
        padding: 90px 24px !important
    }

    .message-verification {
        min-width: 100%
    }

    .marketing-preferences .account-info--black {
        padding: 26px 24px 20px
    }

    .account-document .account-info--black.small-offset .my-info--change {
        right: 16px
    }

    .tiket-main--item {
        padding: 30px 24px 20px
    }

        .tiket-main--item .tiket-item--head .new-tiket {
            right: 8px
        }

        .tiket-main--item .tiket-item--content {
            padding-top: 22px
        }

    .new-ticket--fixed {
        display: block
    }

    .contact-tickets.new-tickets {
        padding-bottom: 96px
    }

        .contact-tickets.new-tickets .button-tiket {
            display: none
        }

    .top-line--tiket .button-close {
        display: none
    }

    .contact-tickets .link-back span {
        display: none
    }

    .contact-tickets .tickets-chat {
        padding: 24px 24px 20px
    }

        .contact-tickets .tickets-chat .file-message .file-load {
            width: 100%;
            margin-right: 0
        }

            .contact-tickets .tickets-chat .file-message .file-load:not(:last-child) {
                margin-bottom: 8px
            }

    .reply-wrapper .reply-message--send .reply-message__content {
        padding: 14px 16px 0
    }

        .reply-wrapper .reply-message--send .reply-message__content .upload-file--send .upload-file.is-message {
            width: 100%
        }

        .reply-wrapper .reply-message--send .reply-message__content textarea {
            min-height: 133px
        }

    .heading-step {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
    }

        .heading-step .step-count {
            padding-bottom: 4px
        }

    .input-black, .item--input-label .item--input input {
        height: 56px
    }

    .select-black + .select2-container--default .select2-selection--single {
        min-height: 48px;
        height: 48px
    }

        .select-black + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            top: 21px
        }

        .select-black + .select2-container--default .select2-selection--single .select2-selection__rendered {
            min-height: 48px;
            line-height: 3rem
        }

    .captcha--wrapper .items--captcha-popup {
        width: 100%
    }

        .captcha--wrapper .items--captcha-popup input {
            min-width: auto;
            width: 100%
        }

    .captcha--wrapper .captcha-main {
        position: relative;
        min-width: 175px
    }

        .captcha--wrapper .captcha-main img {
            position: absolute;
            width: auto;
            height: 100%
        }

    .mobile-text--bottom {
        margin-top: 4px;
        text-align: center;
        line-height: 1rem
    }

    .top-info {
        display: none
    }

    .menu-header {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #333;
        visibility: hidden;
        opacity: 0
    }

        .menu-header .nav-top__list {
            text-align: center
        }

        .menu-header .nav-top__list-li:not(:last-child) {
            margin-right: 0;
            display: block;
            margin-bottom: 30px
        }

        .menu-header .nav-top__list-li a {
            font-size: 1.5625rem
        }
}

@media screen and (max-width:718px) {
    .footer {
        display: none
    }
}

@media screen and (max-width:600px) {
    .start-using h4 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 10px
    }

    .start-using p {
        font-size: .875rem;
        margin-bottom: 34px
    }
}

@media screen and (max-width:540px) {
    .wrapper--category {
        justify-content: center
    }

        .wrapper--category .category-item {
            width: calc(50% - 8px)
        }

    .filter-button--wrapper {
        display: none
    }

    .mobile-filter {
        display: block
    }

    .custom-popup.open_window .popup-default {
        top: 0;
        -webkit-transform: translate(-50%,0) scale(1);
        transform: translate(-50%,0) scale(1)
    }

    .custom-popup .popup-default {
        min-height: 600px
    }

        .custom-popup .popup-default.mobile-popup--style {
            padding: 70px 24px 24px;
            border-radius: 0;
            height: 100%
        }

            .custom-popup .popup-default.mobile-popup--style .mobile-head {
                margin-bottom: 44px
            }

    .filter-hidden--mobile {
        border-radius: 6px;
        background-color: #242324
    }

        .filter-hidden--mobile .filter-date.datapicker {
            background: #353435
        }

        .filter-hidden--mobile .filter-hidden--items {
            padding: 20px 24px
        }

            .filter-hidden--mobile .filter-hidden--items:not(:last-child) {
                border-bottom: 1px solid #313031
            }

            .filter-hidden--mobile .filter-hidden--items:last-child {
                padding: 20px 24px 32px
            }

    .filter-hidden--items.filter-buttons--mobile {
        padding: 24px 0
    }

    .filter-buttons {
        padding: 0;
        justify-content: center
    }

        .filter-buttons .send-button {
            width: 100%
        }

    .reset.reset-mobile {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
        left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .popup-default.default-offset {
        padding: 20px 24px !important;
    }

    .modal {
        overflow-y: scroll;
    }

    .mobile-page--menu li:not(:last-child) {
        margin-right: 25px
    }

    .start-using p br {
        display: none
    }

    .wrapper--user-login {
        position: inherit
    }

    .user-login {
        margin-right: 0
    }

    .drop--menu-user {
        width: 100%;
        min-width: 80vw !important;
        right: 0;
        border: 1px solid transparent
    }

    .custom-close {
        top: 0 !important;
        right: 0 !important;
    }

    .drop--menu-user.is-active {
        top: 100%
    }

    .drop--menu-user:before {
        border-color: transparent;
        right: 32px
    }

    .deposit-head {
        display: none
    }
}

@media screen and (max-width:414px) {
    .start-using h4 {
        max-width: 350px;
        margin: 0 auto 10px
    }

    .custom-close {
        right: 0 !important;
        top: 0 !important;
    }
}

@media screen and (max-width:375px) {
    .mobile-page--menu li:not(:last-child) {
        margin-right: 20px
    }

    .navigate-login ul li:not(:last-child) {
        margin-right: 12px
    }
}

@media screen and (max-width:360px) {
    .top-line .container {
        padding: 0 20px
    }
}

@media screen and (max-width:320px) {
    .mobile-page--menu li a {
        font-size: .75rem
    }

    .my-info--head .my-info--head-name p .desc {
        padding-left: 0;
        display: block
    }

    .top-line .container {
        padding: 0 15px
    }

    .drop--menu-user:before {
        right: 26px
    }
}