@font-face {
    font-family: gilroy;
    src: url("../fonts/Gilroy-ExtraBold.woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: gilroy-light;
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot@") format("embedded-opentype");
    src: url("./fonts/Gilroy-Light.woff") format("woff");
    src: url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2,
h3 {
    font-weight: 700;
    font-size: 20px;
    color: #6776a8;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

p {
    font-size: 17px;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


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

html {
    height: 100%;
    min-width: 320px
}

body {
    font-size: 16px;
    font-family: gilroy;
    font-weight: 300;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative
}

body:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .03;
}

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 40px);
    padding-bottom: 36px;
}

/* #vk_community_messages {
    margin: 0px 0px 90px !important;
} */

.footer {
    border-top: 1px dashed #83adde;
    /* padding-bottom: 90px !important; */
}

.footer,
.footer ul {
    display: flex;
    list-style: none;
    color: #6776a8;
    font-size: 14px;
    flex-wrap: wrap;
}

/* .footer ul ol {
    font-weight: 700;
    margin-right: 50px;
    margin-bottom: 50px;
    flex: auto;
} */


.footer ul li a {
    /* color: hsla(0, 0%, 100%, 0.5); */
    font-weight: 700;
}

.footer ul li:hover a {
    color: #444;
}

.footer-menu li {
    margin-right: 24px;
    margin-bottom: 6px;
}

.flex-feed {
    display: inline-flex;
    flex-wrap: wrap;
    height: 60px;
    overflow: hidden;
    justify-content: center;
}

.feed {
    min-height: 40px;
    transition: all .2s;
}

.feed-item {
    background: #e7effa;
    border-radius: 8px;
    width: 150px;
    margin: 0px 5px 0px 5px;
    padding: 7px 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #5d84ea;
    font-size: 13px;
}

.feed-item .bold {
    font-weight: 700;
    direction: ltr;
}

.main-form__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #6776A8;
    margin-bottom: 15px;
}

.main-form__title-number {
    border: 1.5px solid #6776A8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 25px;
}

.main-container.how {
    display: none;
}

.container-comm {
    height: 190px !important;
    margin-top: 20px;
    padding: 0 20px 0 20px !important;
}

@media all and (min-width:992px) {
    body:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        max-width: 1614px;
        max-height: 1318px;
        background: url(../images/bbl.svg) no-repeat;
        background-position: center
    }

    .feed-item {
        width: 130px;
    }

    .container-comm {
        height: 255px !important;
        margin-top: 40px;
    }

    .main-container.how {
        display: block;
    }
}

@media all and (min-width:992px) {
    body {
        flex-direction: row
    }
}

@media all and (min-width:1600px) {
    body {
        flex-direction: column
    }
}

a:not(.btn) {
    display: inline;
    text-decoration: none;
    color: #83adde;
    /* border-bottom: 1px solid; */
    transition: all .15s ease-in-out
}

a:not(.btn):hover {
    color: #5d84ea
}

.header {
    display: flex;
    float: left;
    width: 100%;
    position: relative;
    background-color: #171a21;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #34363b;
    z-index: 100;
    flex: 1;
}


.center_header {
    display: block;
    float: none;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ch_side_mob {
    display: none;
    width: 60px;
    position: relative;
}

.ch_item {
    display: flex;
    float: left;
    color: #fff;
    padding: 24px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5;
    color: #cacadc;
    cursor: pointer;
    position: relative;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.ch_item::after {
    display: block;
    height: 3px;
    background: #3a82f8;
    position: absolute;
    border-radius: 2px 2px 0 0;
    content: "";
    left: 2px;
    right: 2px;
    opacity: 0;
    top: -1px;
    -webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform-origin: bottom;
    transform: scaleX(0.3) scaleY(0);
}

.ch_counter {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    background-color: #3a82f8;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
}

.logo {
    display: block;
    float: left;
    width: 50px;
    margin-top: 9px;
    margin-bottom: 9px;
    fill: #fff;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}


#nav-icon3 {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 17px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}


@media only screen and (max-width: 850px) {

    .header {
        background-color: #171a21e0;
    }

    .center_header {
        display: block;
        float: left;
        width: 100%;
    }

    .ch_side_mob {
        display: flex;
        float: left;
        align-items: center;
        justify-content: center;
        height: 72px;
    }

    .ch_side_mob i{
        transform: scale(2,2);
    }

    .logo_container {
        display: block;
        float: left;
        width: calc(100% - 120px);
        text-align: center;
        position: relative;
    }

    .menu_items_container {
        display: none;
        float: left;
        width: 100%;
        position: relative;
    }

    .ch_item {
        display: block;
        float: left;
        width: calc(100% - 50px);
    }

    .logo {
        display: inline-block;
        float: none;
    }
}

.header-container {
    padding-top: 80px !important;
}

.main-container,
.header-container {
    padding: 1.5rem 1rem 0;
    flex: 1 0 auto;
    position: relative;
    z-index: 1
}

.main-container,
.terms-page {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.main-container,
.terms-content {
    display: inline;
    font-size: 14px;
    font-weight: 400;
}

.main-container .terms-item:first-child {
    padding-top: 0;
}

.main-container .terms-item ol {
    margin-top: 10px;
    padding-left: 5px;
}

.main-container ol li:before {
    color: #83adde;
    /* content: counters(item,".") " ";
    counter-increment: item; */
    font-weight: 700;
}

.main-container .terms-title {
    color: #83adde;
    display: inline-block;
    font-weight: 700;
}


@media all and (min-width:992px) {

    .main-container,
    .header-container,
    .footer {
        padding: 1rem;
        /* padding-top: 90px; */
        width: 100%;
        max-width: 1260px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 3
    }

    .header-container {
        /* flex: 2; */
        flex: 1;
    }

    .footer {
        flex: 1;
        z-index: 99;
    }
}

.btn {
    background: linear-gradient(91.41deg, #5D84EA 0%, #5DB7EA 51.2%);
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    display: block;
    padding: .675rem;
    text-decoration: none;
    border-radius: 1.5rem;
    line-height: 1.5
}


.message {
    margin-bottom: -1.5rem;
    padding: 0.775rem;
    border-radius: 0;
}

.message.success {
    background: linear-gradient(91.41deg, #529b34ba 0%, #2da964 51.2%);
}

.message.error {
    background: linear-gradient(91.41deg, #a73434ba 0%, #d94646 51.2%);
}

.btn.btn--round {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    font-size: 13px
}

@media all and (min-width:992px) {
    .btn.btn--round {
        font-size: 18px;
        padding: 1rem;
        border-radius: 4rem
    }
}

.btn.btn--round span {
    display: inherit;
    padding: 0 .25rem
}

.btn.btn--round span.icon-item {
    height: 24px;
    width: 24px;
    padding: 0;
    margin-right: .25rem
}

@media all and (min-width:992px) {
    .btn.btn--round span.icon-item {
        width: 32px;
        height: 32px
    }
}

.btn.btn--round span.icon-item svg {
    width: 100%;
    height: 100%
}

@media all and (min-width:992px) {
    .btn.btn--round span {
        padding: 0 .5rem
    }
}

@media all and (min-width:992px) {
    .btn.btn--round {
        /* margin-bottom: 3rem */
        margin-bottom: 1rem;
    }
}

.container .row {
    display: flex;
    flex-wrap: wrap
}

.container .row .col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.container .row .col.col-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media all and (min-width:992px) {
    .container .row .col.col-50-lg {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.sidebar {
    z-index: 10;
}

.sidebar__logo {
    display: block;
    background-color: transparent;
    margin-bottom: 2.5rem;
    cursor: pointer;
}

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

.sidebar>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar__nav-link {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.375rem;
    border-bottom: 1px solid;
}

.sidebar__logo img {
    width: 2.625rem;
    height: 2.625rem;
}

.sidebar__logo-menu {
    display: none;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar__logo a {
    display: block;
}

.sidebar__nav-link svg {
    display: block;
    color: #b8b6b4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar__nav-title {
    display: block;
    color: #b8b6b4;
    font-size: .5625rem;
    text-transform: uppercase;
    padding-top: 0.625rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
}

.sidebar__stat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 3rem;
}

.sidebar__stat svg {
    color: #75b022;
    -webkit-animation: online 1.5s infinite;
    animation: online 1.5s infinite;
    -webkit-filter: drop-shadow(0 0 0.75rem #75b022);
    filter: drop-shadow(0 0 0.75rem #75b022);
    margin-bottom: 0.3125rem;
}

.sidebar__stat-value {
    color: #75b022;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.3125rem;
}

.sidebar__stat-title {
    color: #b8b6b4;
    font-size: .5rem;
    text-align: center;
    text-transform: uppercase;
}

.sidebar__stat.stat__sales svg {
    color: #66c0f4;
    -webkit-animation: none;
    animation: none;
    -webkit-filter: none;
    filter: none;
}

.sidebar__stat.stat__sales .sidebar__stat-value {
    color: #66c0f4;
}

.sidebar__stat-title {
    color: #b8b6b4;
    font-size: .5rem;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1650px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6rem;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #171a21;
        padding: 1.5rem;
    }

    .sidebar__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.5rem;
    }

    .sidebar__nav-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 3.625rem;
        height: 3.625rem;
    }

    .sidebar__nav-link:not(:first-child) {
        margin-top: 1.5rem;
    }

    .sidebar__stat {
        width: 3.625rem;
        margin-top: 1.5rem;
    }
}

@media (max-width: 1649px) {
    .sidebar {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: rgba(33, 37, 43, .5);
        -webkit-backdrop-filter: blur(1.5rem);
        backdrop-filter: blur(1.5rem);
        border-radius: 0.625rem 0.625rem 0 0;
        padding: 0.9375rem;
        z-index: 19;
        -webkit-box-shadow: 0 -1.25rem 3.125rem rgb(0 0 0 / 25%);
        box-shadow: 0 -1.25rem 3.125rem rgb(0 0 0 / 25%);
    }

    .sidebar__logo {
        display: none;
    }

    .sidebar__nav {
        width: 100%;
        gap: 0.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sidebar__nav-link {
        background-color: transparent;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0 !important;
    }

    .sidebar__nav-link:not(:first-child) {
        margin-top: 0;
    }

    .sidebar__nav-link svg {
        width: 2.25rem;
        height: 2.25rem;
    }

    .sidebar__more {
        display: none;
    }
}

.form-control {
    font-family: gilroy-light;
    border: none;
    background: 0 0;
    width: 100%;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control.error {
    border: 1px solid #ffcfcf !important
}

.form-control-row {
    margin-bottom: 1rem
}

.form-control-item {
    margin-bottom: 1rem
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}


@media all and (min-width:992px) {
    .form-control-item:last-child {
        margin-bottom: 0
    }
}

.form-control-item .form-control {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    box-shadow: 0 4px 16px rgba(200, 217, 234, .5);
    border-radius: 8px;
    height: 3rem;
    line-height: 3rem;
    font-weight: 300;
    font-size: 15px;
    color: #292f48;
    padding: 0 1rem;
    resize: vertical;
    min-height: 3rem;
    max-height: 150px
}

@media all and (min-width:992px) {
    .form-control-item .form-control {
        height: 4rem;
        line-height: 4rem;
        min-height: 4rem;
        font-size: 18px;
        padding: 0 1.5rem
    }
}

.form-control-item .form-control ::-webkit-input-placeholder {
    color: #727892
}

.form-control-item .form-control :-ms-input-placeholder {
    color: #727892
}

.form-control-item .form-control ::-moz-placeholder {
    color: #727892;
    opacity: 1
}

.form-control-item .form-control :-moz-placeholder {
    color: #727892;
    opacity: 1
}

@media all and (min-width:992px) {
    .form-control-item.textarea-control {
        height: 100%
    }
}

.form-control-item.textarea-control textarea {
    padding: 1rem;
    line-height: 1rem
}

@media all and (min-width:992px) {
    .form-control-item.textarea-control textarea {
        height: 100%;
        resize: none;
        padding: 1.25rem 1.5rem;
        line-height: 1.75rem
    }
}


.form-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .0625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    margin-bottom: 0 !important;
}

.form-values input {
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    opacity: 0
}

.form-values__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e7effa;
    color: #5d84ea;
    font-size: 1rem;
    font-weight: 700;
    height: 4rem;
    width: 25%;
}

.form-values__item:first-child {
    border-bottom-left-radius: .625rem;
    border-top-left-radius: .625rem
}

.form-values__item:last-child {
    border-bottom-right-radius: .625rem;
    border-top-right-radius: .625rem
}

.form-values__item.active {
    background-color: rgb(93 132 234);
    color: #fff;
}

@media all and (min-width:992px) {
    .form-values {
        padding-top: 0;
    }
}

@media all and (min-width:992px) {

    .row--1,
    .row--2 {
        margin-bottom: 2rem
    }
}

@media all and (min-width:992px) {
    .submit-container {
        margin-bottom: 0
    }
}

.submit-item {
    margin-bottom: 1rem
}

@media all and (min-width:992px) {
    .submit-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0
    }

    .submit-item.center {
        align-items: center;
        justify-content: center;
    }
}

.submit-item .btn-submit {
    background: #5d84ea;
    box-shadow: 0 1px 6px rgba(93, 132, 234, .5);
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s ease-in-out;
    margin-bottom: 1rem;
    outline: 0 !important;
    display: block;
}

.submit-item-a {
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.submit-item .btn-a {
    text-align: center;
}

.submit-item .btn-a:hover,
.submit-item .btn-a a:hover,
.submit-item .btn-a span:hover {
    color: #fff;
}

.submit-item .btn-submit span {
    position: relative;
    padding-left: 18px
}

.submit-item .btn-submit span::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    /* background: url(../images/arrow-w.svg) no-repeat */
}

@media all and (min-width:992px) {
    .submit-item .btn-submit {
        margin-bottom: 0;
        max-width: 580px;
        margin-right: 1rem
    }
}

@media all and (min-width:992px) {
    .submit-item .btn-submit {
        height: 64px;
        line-height: 64px;
        font-size: 18px
    }
}

.submit-item .btn-submit:hover {
    background: #77a4fb
}

.submit-item .btn-submit:active {
    background: #a1b2dd
}

.politic-wrap {
    font-family: gilroy;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    /* color: #727892 */
    color: #83adde;
}

@media all and (min-width:992px) {
    .politic-wrap {
        font-family: gilroy;
        margin-bottom: 0;
        font-size: 13px;
        max-width: 600px;
        text-align: left
    }
}

@media all and (min-width:992px) {
    .form-wrap .row {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 3rem;
    }

    .form-wrap .row .col {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.form-wrap .main-control {
    padding: 1rem 1rem 1.5rem;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 16px rgba(200, 217, 234, .5)
}


.form-wrap .main-control.user {
    padding: 1rem 1rem 2.5rem;
}

.form-wrap .main-control.user input {
    font-size:22px
}

@media all and (min-width:992px) {
    .form-wrap .main-control {
        margin-bottom: -40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.form-wrap .main-control :last-child {
    margin-bottom: 0
}

.form-wrap .main-control .form-control {
    font-family: gilroy-light;
    color: #292f48;
    font-size: 2.1rem;
    padding-bottom: .5rem;
    text-align: center
}

.form-control-wrap #promo {
    font-size: 23px;
    height: 85px;
    padding-top: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-control-wrap #promo::placeholder {
    text-transform: none;
    font-weight: 500;
    font-size: 19px;
}

@media all and (min-width:992px) {
    .form-wrap .main-control .form-control {
        font-family: gilroy-light;
        height: 5.5rem;
        font-size: 35px;
        line-height: 5.5rem;
        padding-bottom: 0
    }
}

.form-wrap .main-control .form-control-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

@media all and (min-width:992px) {
    .form-wrap .main-control .form-control-wrap {
        padding-bottom: .5rem
    }
}

.form-wrap .main-control .form-control-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    background: #ccd6ef;
    max-width: 380px;
    margin: auto;
    transition: all .15s ease-in-out
}

.form-wrap .main-control .form-control-wrap.input-focus:before {
    background: #5d84ea
}

.form-wrap .main-control .form-control-text {
    font-family: gilroy-light;
    font-size: 15px
}

@media all and (min-width:992px) {
    .form-wrap .main-control .form-control-text {
        font-family: gilroy-light;
        margin-top: 1.5rem;
        font-size: 18px;
        margin-bottom: 18px;
    }
}

.form-wrap .main-control .form-control-text.error {
    font-family: gilroy-light;
    color: #fd3f3f
}

.payment-list {
    position: relative
}

.payment-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .25s ease;
    border-radius: 8px
}

.payment-list .payment-item-wrap {
    overflow: hidden;
    transition: all .5s ease
}

.payment-list.active .payment-item-wrap {
    max-height: 18rem
}

.payment-list.active:before {
    top: -.5rem;
    left: -.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 4.25rem);
    background: #fff;
    box-shadow: 0 4px 16px rgba(200, 217, 234, .5)
}

#load_price {
    display: none;
    height: 5.5rem;
    font-size: 35px;
    line-height: 5.5rem;
    padding-bottom: 0;
    position: relative;
    top: -20px !important;
}

.form-wrap .main-control .form-control-wrap:has(.info_promo.success):before, .form-wrap .main-control .form-control-wrap:has(.info_login.success):before, .form-wrap .main-control .form-control-wrap:has(.info_amount.success):before {
    background: #34cd34;
}

.form-wrap .main-control .form-control-wrap:has(.info_promo.error):before, .form-wrap .main-control .form-control-wrap:has(.info_login.error):before, .form-wrap .main-control .form-control-wrap:has(.info_amount.error):before {
    background: red;
}

.form-wrap .main-control .form-control-wrap:has(.info_promo):before, .form-wrap .main-control .form-control-wrap:has(.info_login):before, .form-wrap .main-control .form-control-wrap:has(.info_amount):before  {
    background: #ccd6ef;
}



.info_promo, .info_login {
    display: none;
    float: right;
    margin-right: calc(50% - 8em);
    margin-top: -41px;
    font-size: 24px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.info_promo.success, .info_login.success {
    color: #34cd34; 
}

.info_promo.error, .info_login.error {
    color: red; 
}


@media all and (max-width:490px) {
    .info_promo, .info_login {
        float: right;
        margin-right: calc(62% - 10em);
        margin-top: -45px;
        font-size: 22px;
    }
}

@media all and (max-width:400px) {
    .info_promo, .info_login {
        margin-right: calc(80% - 11em);
    }
}

@media all and (max-width:360px) {
    .info_promo, .info_login {
        margin-right: calc(86% - 11em);
    }
}

@media all and (max-width:340px) {
    .info_promo, .info_login {
        display: none !important;
    }
}

@media all and (min-width:992px) {
    .payment-list.active:before {
        left: -1rem;
        width: calc(100% + 2rem);
        height: calc(100% + 5rem)
    }
}

.payment-list:not(.active) .payment-item-wrap:not(.active) {
    max-height: 8.25rem !important
}

@media all and (min-width:992px) {
    .payment-list:not(.active) .payment-item-wrap:not(.active) {
        max-height: 11rem !important;
        margin-bottom: .5rem;
        margin-top: -8px;
    }
}

.payment-item-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    padding: .25rem
}

@media all and (min-width:992px) {
    .payment-item-wrap {
        margin: -1rem;
        padding: .5rem
    }
}

.payment-item-wrap .payment-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4px;
    padding-right: 4px
}

@media all and (min-width:992px) {
    .payment-item-wrap .payment-item {
        padding-left: 8px;
        padding-right: 8px
    }
}

.show-more-wrap {
    position: relative;
    z-index: 1;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    transition: all .15s ease-in-out
}

@media all and (min-width:992px) {
    .show-more-wrap {
        margin-bottom: 0;
        margin-top: .5rem
    }
}

.show-more-wrap:hover {
    background: rgba(119, 164, 251, .1)
}


@media all and (max-width:992px) {
    .payment-list.active+.show-more-wrap {
        margin-top: .25rem
    }

    #load_price {
        top: -30px !important;
    }

    #price_c,
    #load_price {
        height: 50px;
    }
}

.payment-control {
    position: relative;
    z-index: 11
}

@media all and (min-width:992px) {
    .payment-control {
        height: 15rem;
    }
}

.payment-control [type=radio] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-control [type=radio]+label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-bottom: .5rem;
    height: 3.5rem;
    padding: 1rem .75rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 3px 6px rgba(200, 217, 234, .5);
    cursor: pointer
}

@media all and (min-width:992px) {
    .payment-control [type=radio]+label {
        margin-bottom: 1rem;
        height: 4.5rem;
        box-shadow: 0 3px 8px rgba(200, 217, 234, .5)
    }
}

.payment-control [type=radio]+label .payment-control__icon {
    position: relative;
    z-index: 1;
    line-height: 0
}

.payment-control [type=radio]+label .payment-control__text {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 17px;
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center
}

.payment-control [type=radio]+label:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 15px;
    transition: all .15s ease-in-out;
    border: 3px solid #5d84ea;
    opacity: 0
}

@media all and (min-width:992px) {
    .payment-control [type=radio]+label:before {
        left: -2px;
        top: -2px;
        width: calc(100% + 4px);
        height: calc(100% + 4px)
    }
}

.payment-control [type=radio]:checked+label:before {
    opacity: 1
}

.show-more-wrap .show-more {
    cursor: pointer;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5d84ea;
    border-radius: 8px;
    border: 1px solid rgba(93, 132, 234, .5)
}

@media all and (min-width:992px) {
    .show-more-wrap .show-more {
        height: 4rem
    }
}

.show-more-wrap .show-more .stage {
    position: relative;
    padding-left: 18px
}

.show-more-wrap .show-more .stage:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    /* background: url(../images/arrow.svg) no-repeat */
}

.show-more-wrap .show-more .stage.stage-2 {
    display: none
}

.show-more-wrap .show-more .stage.stage-2::before {
    transform: rotate(180deg)
}

.active+.show-more-wrap .show-more .stage.stage-1 {
    display: none
}

.active+.show-more-wrap .show-more .stage.stage-2 {
    display: inline-block
}

.last-preson-container {
    flex: 0 1 auto;
    padding: 0 .5rem;
    position: relative
}

@media all and (min-width:992px) {
    .last-preson-container {
        background: #fff;
        padding: 0;
        width: 320px;
        box-shadow: 0 4px 16px rgba(200, 217, 234, .5)
    }
}

@media all and (min-width:1600px) {
    .last-preson-container {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0
    }
}

.last-preson-container .last-preson-wrap {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 16px rgba(200, 217, 234, .5);
    border-radius: 16px 16px 0 0;
    margin-top: .5rem;
    padding: 1rem 1rem 4rem
}

@media all and (min-width:992px) {
    .last-preson-container .last-preson-wrap {
        background: 0 0;
        box-shadow: none;
        margin: 0;
        background: 0 0;
        padding: 1rem
    }
}

.last-preson-container .last-preson-wrap .title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1rem
}

@media all and (min-width:992px) {
    .last-preson-container .last-preson-wrap .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0
    }
}

.last-preson-container .last-preson-wrap :last-child {
    margin-bottom: 0
}

.person-list {
    display: flex;
    flex-direction: column;
    margin-left: -.5rem;
    margin-right: -.5rem;
    position: relative
}

@media all and (min-width:992px) {
    .person-list {
        position: absolute;
        top: 4rem;
        bottom: 0;
        left: 1.5rem;
        right: 1rem;
        overflow-y: auto;
        padding-right: .5rem
    }

    .person-list::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .person-list::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    .person-list::-webkit-scrollbar-thumb {
        background: #ccd6ef;
        border: 0 #fff;
        border-radius: 50px
    }

    .person-list::-webkit-scrollbar-thumb:hover {
        background: #7494ea
    }

    .person-list::-webkit-scrollbar-thumb:active {
        background: #5d84ea
    }

    .person-list::-webkit-scrollbar-track {
        background: #fff;
        border: 0 #fff;
        border-radius: 50px
    }

    .person-list::-webkit-scrollbar-track:hover {
        background: #fff
    }

    .person-list::-webkit-scrollbar-track:active {
        background: #fff
    }

    .person-list::-webkit-scrollbar-corner {
        background: 0 0
    }
}

.person-list .person-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    border-radius: 8px
}

.person-list .person-item:last-child {
    margin-bottom: 0
}

.person-list .person-item:nth-child(2n) {
    background: #f2f8fe
}

.person-list .person-item .person-item__main {
    display: flex;
    align-items: center
}

.person-list .person-item .person-item__main .person-item__main__logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #5d84ea
}

.person-list .person-item .person-item__main .person-item__main__logo .svg,
.person-list .person-item .person-item__main .person-item__main__logo img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.person-list .person-item .person-item__main .person-item__main__info {
    padding-left: 1rem
}

.person-list .person-item .person-item__main .person-item__main__info p {
    margin: 0
}

.person-list .person-item .person-item__main .person-item__main__info .person-item__main__info__name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    color: #292f48
}

.person-list .person-item .person-item__main .person-item__main__info .person-item__main__info__time {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #727892
}

.person-list .person-item .person-item__arrow {
    padding: 0 1rem
}

.person-list .person-item .person-item__price .person-item__price__value {
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: #5d84ea
}

.go-top-btn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #fff;
    box-shadow: 0 4px 16px rgba(200, 217, 234, .5);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in-out;
    width: 3rem;
    height: 3rem;
    z-index: 10
}

.go-top-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    /* background: url(../images/arrow-top.svg.html) no-repeat; */
    margin: auto
}

.go-top-btn.active {
    opacity: 1;
    visibility: visible
}

@media all and (min-width:992px) {
    .go-top-btn {
        display: none
    }
}


.bp_post {
    color: #363636;
    padding: 18px 0;
    margin-top: -1px;
    border: solid #e7e8ec;
    border-width: 1px 0;
}

.bp_thumb {
    float: left;
    border-bottom: 0 !important;
}

.bp_thumb,
.bp_img {
    width: 50px;
    height: 50px;
}

.bp_img {
    border-radius: 50%;
    overflow: hidden;
}

.bp_info {
    margin-left: 62px;
}

.bp_author_wrap {
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bp_author {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #42648b;
}

span.bp_date {
    color: #939393;
    font-size: 11px;

}

.bp_text {
    color: #292f48;
    font-family: gilroy-light;
    margin-top: 6px;
    font-size: 16px;
}

a.img.imgvk,
img.imgvk {
    height: 150px;
    margin: 5px;
}

@media only screen and (max-width: 479px) {

    a.img.imgvk,
    img.imgvk {
        max-height: 90px;
        max-width: 120px;
        margin: 3px;
    }

    .bp_thumb,
    .bp_img {
        width: 40px;
        height: 40px;
    }

    .bp_info {
        margin-left: 50px;
    }
}

@media all and (min-width:992px) {
    .form-consent span {
        font-weight: 600;
        font-size: 16px;
    }
}

.form-consent {
    cursor: pointer;
    position: relative;
    top: -6px;
    font-weight: 400;
    color: #6776a8;
}

.form-consent input {
    opacity: 0;
    position: absolute;
    font-family: inherit;
    outline: none;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    /* -webkit-appearance: none; */
    transition: .3s linear;
}

.form-consent span {
    font-size: 15px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-consent input:checked+span::before {
    background: #5d84ea url('/public/assets/images/checkbox.svg') center no-repeat;
}

.form-consent span::before {
    content: "";
    width: 21px;
    height: 21px;
    min-width: 21px;
    margin-right: 16px;
    background: #5d84ea;
    border-radius: 4px;
}

.form-consent a {
    margin: 6px;
}

.faq-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.faq-item {
    background: #e7effa;
    border-radius: 9px;
    padding: 20px;
}

.faq-item__head {
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item__title {
    display: flex;
    align-items: center;
    width: calc(100% - 36px);
    padding-right: 20px;
}

.faq-item__title-img {
    margin-right: 10px;
}

.faq-item__title-img img {
    min-width: 35px;
}

.faq-item__title-txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.faq-item__btn {
    width: 36px;
    height: 36px;
    background: #6776A8;
    border-radius: 9px;
}

.faq-item__btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-item__btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.faq-item__btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.faq-item__txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    position: relative;
}

.faq-item__txt::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #6776A8;
    position: absolute;
    left: 0;
    top: 9px;
}