@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic");

.transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clear,
.logo-block:after,
footer:after,
.control-group:after,
.control-row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
}

.empty {
    padding: 8px;
    font-size: 11px;
}

/** Ultra Light */
@font-face {
    font-family: "SF UI";
    font-weight: 100;
    src: url("../fonts/sf-ui-display-ultralight.otf") format("opentype");
}

/** Thin */
@font-face {
    font-family: "SF UI";
    font-weight: 200;
    src: url("../fonts/sf-ui-display-thin.otf") format("opentype");
}

/** Light */
@font-face {
    font-family: "SF UI";
    font-weight: 300;
    src: url("../fonts/sf-ui-display-light.otf") format("opentype");
}

/** Regular */
@font-face {
    font-family: "SF UI";
    font-weight: 400;
    src: url("../fonts/sf-ui-display-regular.otf") format("opentype");
}

/** Medium */
@font-face {
    font-family: "SF UI";
    font-weight: 500;
    src: url("../fonts/sf-ui-display-medium.otf") format("opentype");
}

/** Semi Bold */
@font-face {
    font-family: "SF UI";
    font-weight: 600;
    src: url("../fonts/sf-ui-display-semibold.otf") format("opentype");
}

/** Bold */
@font-face {
    font-family: "SF UI";
    font-weight: 700;
    src: url("../fonts/sf-ui-display-bold.otf") format("opentype");
}

/** Bold */
@font-face {
    font-family: "SF UI";
    font-weight: 800;
    src: url("../fonts/sf-ui-display-heavy.otf") format("opentype");
}

/** Bold */
@font-face {
    font-family: "SF UI";
    font-weight: 900;
    src: url("../fonts/sf-ui-display-black.otf") format("opentype");
}

body,
input,
textarea,
button,
h1,
h2,
h3,
h4,
.jq-selectbox__select {
    font-family: "SF UI", sans-serif;
}

.wrapper-aside {
    background: rgb(59, 130, 246);
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 232px;
    z-index: 200;
}

.wrapper-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    padding-left: 232px;
}

.logo-block {
    padding: 18px 15px;
}

.menu-btn {
    float: right;
}

.logo {
    display: block;
    float: left;
    height: 24px;
}

.logo img {
    display: block;
    height: 100%;
}

.nav-block {
    background: rgb(59, 130, 246);
    margin-bottom: 1px;
}

.nav-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 12px 15px;
}

.nav-title .icon-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
}

.nav-title .name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}

.nav-title .name.collapsed span:after {
    background-position: -8px 0;
}

.nav-title .name span {
    cursor: pointer;
}

.nav-title .name span:after {
    background-image: url("../img/icons-arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.nav-title .nav-add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #786da3;
    display: block;
    font-size: 20px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 22px;
}

.nav-title .nav-add:hover {
    background: #593978;
}

.nav-info .nav-info-inner {
    padding: 13px 15px;
    font-weight: bold;
}

.nav-info .add-link {
    text-align: center;
}

.nav-info .add-link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #7a6fa5;
    font-size: 11px;
    text-decoration: none;
}

.nav-info .add-link a:hover {
    text-decoration: underline;
}

.bill-block span {
    color: #ffffff;
}

.bill-block .bill-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 7px;
}

.bill-block .bill-title .name {
    font-size: 13px;
    line-height: 20px;
}

.bill-block .bill-title .name span {
    display: block;
    font-size: 11px;
}

.bill-block .bill-title .money {
    font-size: 19px;
    line-height: 20px;
}

.bill-currency {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.bill-currency .bill-summ {
    border-radius: 50%;
    color: #7a6fa5;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}

.bill-currency .bill-summ.active {
    background: #593978;
    color: #fff;
}

.bill-select .icon-curency {
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.bill-select .icon-curency:first-child {
    margin-left: 0;
}

.nav-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: block;
}

.nav-menu li:hover {
    background: black;
}

.nav-menu li:hover a {
    color: white;
}

.nav-menu li:hover a:before {
    display: block;
}

.nav-menu li.active {
    background: black;
}

.nav-menu li.active a {
    color: white;
    position: relative;
}

.nav-menu li.active a:before {
    display: block;
}

.nav-menu li.active a:after {
    display: block;
}

.nav-menu li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
}

.nav-menu li a:before {
    background-color: white;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.nav-menu li a:after {
    border-color: transparent #e4edef transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: none;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    right: 0;
}

.nav-menu a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nav-menu .icon-menu {
    float: left;
    margin-right: 16px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 15em;
    padding: 0.2em 0.2em 0;
    display: none;
    z-index: 10000 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff;
}

.ui-widget-content a {
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    background: #f6f9fa;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #555555;
    text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #e4edef;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #7a6fa5;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #e4edef;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a /*{borderColorError}*/;
    background: #fef1ec;
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
    /* For IE8 - See #6059 */
}

.ui-icon {
    width: 8px;
    height: 8px;
}

.ui-icon {
    background-image: url("../img/icons-arrow.png");
    background-size: auto 8px;
    background-repeat: no-repeat;
}

.ui-icon-circle-triangle-e {
    background-position: -32px 0;
}

/*.ui-icon-circle-triangle-s { background-position: -64px -192px; }*/
.ui-icon-circle-triangle-w {
    background-position: -24px 0;
}

/*.ui-icon-circle-triangle-n { background-position: -96px -192px; }*/
.ui-corner-all {
    border-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3 /*{opacityOverlay}*/;
    filter: alpha(opacity=30) /*{opacityFilterOverlay}*/;
}

.ui-widget-shadow {
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa;
    opacity: 0.3 /*{opacityShadow}*/;
    filter: alpha(opacity=30) /*{opacityFilterShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
}

.wrapper-finance {
    padding: 20px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.finance-table {
    background: #fff;
    /*border-radius: 4px;*/
    /*display: table;*/
    /*margin-bottom: 20px;*/
    /*width: 100%;*/
    font-size: 11px;
}

.finance-table .finance-table-head {
    color: #828282;
    display: table-row-group;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.finance-table .finance-table-tr {
    display: table-row;
}

.finance-table .finance-table-body {
    display: table-row-group;
}

.finance-table td {
    white-space: nowrap;
    padding: 0 !important;
    border: none !important;
}

.finance-table
.finance-table-body
.finance-table-tr:nth-child(2n + 1)
.finance-table-td,
.finance-table tr:nth-child(2n + 1) td {
    background: #f6f9fa;
}

.finance-table
.finance-table-body
.finance-table-tr:last-child
.finance-table-td:first-child,
.finance-table tr:last-child .finance-table-td:first-child {
    border-radius: 0 0 0 4px;
}

.finance-table
.finance-table-body
.finance-table-tr:last-child
.finance-table-td:last-child,
.finance-table tr:last-child .finance-table-td:last-child {
    border-radius: 0 0 4px 0;
}

.finance-table .finance-table-td.td-id {
    font-weight: 700;
}

.finance-table .finance-table-td.td-status {
    padding-left: 38px;
    position: relative;
}

.finance-table .finance-table-td.td-status span:before {
    background-image: url("../img/icons.png");
    content: "";
    display: block;
    height: 24px;
    left: 10px;
    top: 0px;
    position: absolute;
    width: 24px;
}

.finance-table img {
    height: 15px;
}

.td-balance span {
    font-size: 13px;
}

.finance-table .finance-table-td.status-success span:before {
    background-position: -120px 0;
}

.finance-table .finance-table-td.status-error span:before {
    background-position: -144px 0;
}

.finance-table .finance-table-td.status-refund span:before {
    background: url("/img/replay.png");
    height: 20px;
    width: 16px;
}

.finance-table .finance-table-td.status-pause span:before {
    background-position: -168px 0;
}

.finance-table .finance-table-td {
    display: table-cell;
    padding: 4px 10px;
}

.finance-table td .tooltip-inner {
    text-transform: none;
    font-size: 12px;
    color: #000;
}

.finance-search-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.finance-search-inner .search-input {
    max-width: 470px;
}

.finance-search-inner .inputbox {
    border: none;
}

.finance-search-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.search-date-item > span {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin: 0 15px;
    vertical-align: middle;
}

.search-date-item .input-date {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.search-date-item .input-date input {
    padding: 0 29px 0 10px;
}

.search-date-item .input-date .icon-menu {
    margin: 0;
    position: absolute;
    top: 3px;
    right: 3px;
}

.finance-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.finance-pagination .page-show {
    color: #857f86;
}

.pshow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #857f86;
    margin-top: -12px;
    margin-left: 15px;
}

.finance-pagination .page-show select {
    border: none;
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
}

.finance-pagination .pagination > * {
    color: #857f86;
    display: inline-block;
    vertical-align: middle;
}

.finance-pagination .pagination a {
    background-image: url("../img/icons-arrow.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 7px;
}

.finance-pagination .pagination a.disable {
    opacity: 0.5;
}

.finance-pagination .pagination .page-prev {
    background-position: -80px 0;
}

.finance-pagination .pagination .page-next {
    background-position: -89px 0;
}

.finance-pagination .pagination span {
    padding: 0 10px;
}

.mobile-h {
    display: none;
}

/* ---------------------------------------
/* Fine Uploader Gallery View Styles
/* ---------------------------------------


/* Buttons
------------------------------------------ */
.qq-gallery .qq-btn {
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/* Upload Button
------------------------------------------ */
.qq-gallery .qq-upload-button {
    background: #7a6fa5;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 15px;
    padding: 3px 15px;
    float: left;
    font-weight: 500;
    height: 34px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

.qq-gallery .qq-upload-button-hover {
    background: #281c2a;
}

/* Drop Zone
------------------------------------------ */
.qq-gallery.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    border: 1px dashed #cccccc;
    background-color: #fafafa;
    padding: 20px;
}

.tooltip-send-money {
    top: 14px;
}

.qq-gallery.qq-uploader:before {
    content: attr(qq-drop-area-text) " ";
    position: absolute;
    font-size: 200%;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.qq-gallery .qq-upload-drop-area,
.qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #f9f9f9;
    border-radius: 4px;
    text-align: center;
}

.qq-gallery .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.qq-gallery .qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}

.qq-gallery .qq-upload-drop-area-active {
    background: #fdfdfd;
    border-radius: 4px;
}

.qq-gallery .qq-upload-list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    max-height: 450px;
    clear: both;
    box-shadow: none;
}

.qq-gallery .qq-upload-list:after {
    clear: both;
    content: "";
    display: block;
}

/* Uploaded Elements
------------------------------------------ */
.qq-gallery .qq-upload-list li {
    display: inline-block;
    position: relative;
    max-width: 120px;
    margin: 0 25px 25px 0;
    padding: 0;
    line-height: 16px;
    font-size: 13px;
    color: #424242;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    vertical-align: top;
    /* to ensure consistent size of tiles - may need to change if qq-max-size attr on preview img changes */
    height: 186px;
}

.qq-gallery .qq-upload-spinner,
.qq-gallery .qq-upload-size,
.qq-gallery .qq-upload-retry,
.qq-gallery .qq-upload-failed-text,
.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue {
    display: inline;
}

.qq-gallery .qq-upload-retry:hover,
.qq-gallery .qq-upload-delete:hover,
.qq-gallery .qq-upload-pause:hover,
.qq-gallery .qq-upload-continue:hover {
    background-color: transparent;
}

.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue,
.qq-gallery .qq-upload-cancel {
    cursor: pointer;
}

.qq-gallery .qq-upload-delete,
.qq-gallery .qq-upload-pause,
.qq-gallery .qq-upload-continue {
    border: none;
    background: none;
    color: #00a0ba;
    font-size: 12px;
    padding: 0;
}

/* to ensure consistent size of tiles - only display status text before auto-retry or after failure */
.qq-gallery .qq-upload-status-text {
    color: #333333;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 2px;
    width: inherit;
    display: none;
    width: 108px;
}

.qq-gallery .qq-upload-fail .qq-upload-status-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
}

.qq-gallery .qq-upload-retrying .qq-upload-status-text {
    display: inline-block;
}

.qq-gallery .qq-upload-retrying .qq-progress-bar-container {
    display: none;
}

.qq-gallery .qq-upload-cancel {
    background-color: #525252;
    color: #f7f7f7;
    font-weight: bold;
    border-radius: 12px;
    border: none;
    height: 22px;
    width: 22px;
    padding: 4px;
    position: absolute;
    right: -5px;
    top: -6px;
    margin: 0;
    line-height: 14px;
}

.qq-gallery .qq-upload-cancel:hover {
    background-color: #525252;
}

.qq-gallery .qq-upload-retry {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -31px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset,
    1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 4px 4px rgba(0, 0, 0, 0.5),
    0 -2px 12px rgba(0, 0, 0, 0.08) inset;
    padding: 3px 4px;
    border: 1px solid #d2ddc7;
    border-radius: 2px;
    color: inherit;
    background-color: #ebf6e0;
    z-index: 1;
}

.qq-gallery .qq-upload-retry:hover {
    background-color: #f7ffec;
}

.qq-gallery .qq-file-info {
    padding: 10px 6px 4px;
    margin-top: -3px;
    border-radius: 0 0 2px 2px;
    text-align: left;
    overflow: hidden;
}

.qq-gallery .qq-file-info .qq-file-name {
    position: relative;
}

.qq-gallery .qq-upload-file {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
    width: auto;
    /* to ensure consistent size of tiles - constrain text to single line */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.qq-gallery .qq-upload-spinner {
    display: inline-block;
    background: url("../img/loading.gif");
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 53px;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-gallery .qq-drop-processing {
    display: block;
}

.qq-gallery .qq-drop-processing-spinner {
    display: inline-block;
    background: url("../img/processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.qq-gallery .qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.qq-gallery .qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-gallery .qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-gallery .qq-upload-retrying .qq-upload-failed-text {
    display: inline;
}

.qq-gallery .qq-upload-list li.qq-upload-success {
    background-color: #f2f7ed;
}

.qq-gallery .qq-upload-list li.qq-upload-fail {
    background-color: #f5eded;
    box-shadow: 0 0 1px 0 red;
    border: 0;
}

.qq-gallery .qq-progress-bar {
    display: block;
    background: #00abc7;
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.qq-gallery .qq-total-progress-bar {
    height: 25px;
    border-radius: 9px;
}

.qq-gallery .qq-total-progress-bar-container {
    margin-left: 9px;
    display: inline;
    float: right;
    width: 500px;
}

.qq-gallery .qq-upload-size {
    float: left;
    font-size: 11px;
    color: #929292;
    margin-bottom: 3px;
    margin-right: 0;
    display: inline-block;
}

.qq-gallery INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.qq-gallery .qq-upload-file.qq-editable {
    cursor: pointer;
    margin-right: 20px;
}

.qq-gallery .qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.qq-gallery INPUT.qq-edit-filename.qq-editing {
    position: static;
    height: 28px;
    width: 90px;
    width: -moz-available;
    padding: 0 8px;
    margin-bottom: 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.qq-gallery .qq-edit-filename-icon {
    display: none;
    background: url("../img/edit.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-gallery .qq-delete-icon {
    background: url("../img/trash.gif");
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}

.qq-gallery .qq-retry-icon {
    background: url("../img/retry.gif");
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
    float: none;
}

.qq-gallery .qq-continue-icon {
    background: url("../img/continue.gif");
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}

.qq-gallery .qq-pause-icon {
    background: url("../img/pause.gif");
    width: 15px;
    height: 15px;
    vertical-align: sub;
    display: inline-block;
}

.qq-gallery .qq-hide {
    display: none;
}

/* Thumbnail
------------------------------------------ */
.qq-gallery .qq-in-progress .qq-thumbnail-wrapper {
    /* makes the spinner on top of the thumbnail more visible */
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.qq-gallery .qq-thumbnail-wrapper {
    overflow: hidden;
    position: relative;
    /* to ensure consistent size of tiles - should match qq-max-size attribute value on qq-thumbnail-selector IMG element */
    height: 120px;
    width: 120px;
}

.qq-gallery .qq-thumbnail-selector {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    /* we will override this in the :root thumbnail selector (to help center the preview) for everything other than IE8 */
    top: 0;
    /* center the thumb horizontally in the tile */
    margin: auto;
    display: block;
}

/* hack to ensure we don't try to center preview in IE8, since -ms-filter doesn't mimic translateY as expected in all cases */
:root * > .qq-gallery .qq-thumbnail-selector {
    /* vertically center preview image on tile */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* <dialog> element styles */
.qq-gallery.qq-uploader DIALOG {
    display: none;
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block;
}

.qq-gallery.qq-uploader DIALOG {
    display: none;
}

.qq-gallery.qq-uploader DIALOG[open] {
    display: block;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons {
    text-align: center;
    padding-top: 10px;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin-left: 5px;
    margin-right: 5px;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-message-selector {
    padding-bottom: 10px;
}

.qq-gallery .qq-uploader DIALOG::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

.qq-upload-button-tooltip {
    float: left;
    font-size: 11px;
    margin-left: 10px;
    padding: 3px 0;
}

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

.row-wrap {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row-nowrap {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.column-reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/*распределение по главной оси*/
.main-axis-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-axis-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.main-axis-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.main-axis-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-axis-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*распределение по поперечной оси*/
/* элементы относительно друг друга*/
.cross-axis-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.cross-axis-stretch {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.cross-axis-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cross-axis-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* строки */
.cross-axis-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

/*для элементов по поперечной оси*/
.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

footer {
    border-top: 1px solid #d3d9dd;
    line-height: 1.8em;
    margin: 0 20px;
    padding: 20px 0;
}

.copyright {
    color: #857f86;
    display: inline-block;
    width: 38%;
    font-size: 12px;
    line-height: 16px;
}

.nav-footer {
    -webkit-columns: 3;
    columns: 3;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

.nav-footer a {
    color: #857f86;
}

.btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(59, 130, 246);
    border: none;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 34px;
    line-height: 28px;
    padding: 3px 15px;
    text-decoration: none !important;
}

.btn:hover {
    /*background: #281c2a;*/
    color: #fff;
}

.pull-right {
    float: right;
}

.row-3 {
    width: 80%;
}

.control-row.row-2 .control-group {
    float: left;
    width: 40%;
}

.inputbox {
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #968c96;
    display: inline-block;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
}

textarea.inputbox {
    height: auto;
}

.control-file {
    border-top: 1px solid #ebe9eb;
    padding-top: 20px;
    margin-top: 5px;
    max-width: 620px;
}

.control-group {
    margin-bottom: 15px;
}

.control-row {
}

.control-row.row-2 .control-group {
    float: left;
    width: 40%;
}

.control-row.row-2 .control-group:first-child {
    margin-right: 20px;
}

.control-row.row-2 .control-group .inputbox {
    width: 300px;
}

.control-label {
    color: #756f76;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
}

label {
    font-weight: normal;
}

.msg-error,
.errortext {
    background: rgba(235, 28, 38, 0.4);
    border: 1px solid #eb1c26;
    color: #333;
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.msg-success {
    background: rgba(97, 152, 68, 0.4);
    border: 1px solid #619844;
    color: #333;
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    border: 1px solid #fff;
    height: 30px;
    padding: 0 45px 0 10px;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #281c2a;
}

.jq-selectbox__select:active {
    background: #fff;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid rgb(239, 68, 68);
    border-radius: 12px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    background: rgb(255, 255, 255);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20;
}

.jq-selectbox li:first-child {
    border-radius: 4px 4px 0 0;
}

.jq-selectbox li:last-child {
    border-radius: 0 0 4px 4px;
}

.jq-selectbox li.selected {
    background-color: #f6f9fa;
}

.jq-selectbox li:hover {
    background-color: #f6f9fa;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #ccc;
    color: #fff;
}

input[type="email"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type="search"].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type="email"].styler:hover:focus,
input[type="password"].styler:hover:focus,
input[type="search"].styler:hover:focus,
input[type="tel"].styler:hover:focus,
input[type="text"].styler:hover:focus,
input[type="url"].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: none;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type="button"].styler.styler::-moz-focus-inner,
input[type="submit"].styler.styler::-moz-focus-inner,
input[type="reset"].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.wrapper-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px rgba(89, 89, 89, 0.3);
    padding: 15px 20px;
    position: relative;
    z-index: 200;
}

.nav-bill a {
    color: black;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}

.nav-bill a span {
    display: inline-block;
    vertical-align: middle;
}

.nav-bill a span:not([class]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.nav-bill a .icon-menu {
    margin-right: 5px;
}

.nav-bill a:first-child {
    margin-right: 30px;
}

.nav-bill a:hover span:not([class]) {
    color: #593978;
    border-bottom-color: #c9c6ca;
}

.nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
}

.nav-lang {
    margin-right: 30px;
    position: relative;
}

.nav-lang .lang-item img {
    display: inline-block;
    vertical-align: middle;
}

.nav-lang .lang-item span {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}

.nav-lang .lang-selected {
    cursor: pointer;
    white-space: nowrap;
}

.nav-lang .lang-selected span:after {
    background-image: url("../img/icons-arrow.png");
    background-position: -32px 0;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 9px;
    margin-left: 5px;
    vertical-align: middle;
    width: 8px;
}

.nav-lang .lang-select {
    background: #fff;
    box-shadow: 0 0 10px rgba(89, 89, 89, 0.5);
    border-radius: 4px;
    display: none;
    padding: 5px 0;
    position: absolute;
    right: -7px;
    top: 29px;
}

.nav-lang .lang-select:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 7px;
    top: -10px;
}

.nav-lang .lang-select:hover .lang-item.active {
    background: none;
}

.nav-lang .lang-select:hover .lang-item:hover {
    background: #f6f9fa;
}

.nav-lang .lang-select .lang-item {
    cursor: pointer;
    padding: 0 12px 2px 7px;
    white-space: nowrap;
}

.nav-lang .lang-select .lang-item.active {
    background: #f6f9fa;
}

.nav-lang.open .lang-selected span:after {
    background-position: -16px 0;
}

.nav-lang.open .lang-select {
    display: block;
}

.nav-icon {
    margin-right: 30px;
    white-space: nowrap;
}

.nav-icon a {
    display: inline-block;
    vertical-align: middle;
}

.nav-icon a:first-child {
    margin-right: 30px;
}

.nav-user {
    margin-right: 30px;
    white-space: nowrap;
}

.nav-user .user-image {
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
}

.nav-user .user-image img {
    width: 100%;
    height: 100%;
}

.nav-user .user-info {
    display: inline-block;
    vertical-align: middle;
}

.nav-user .user-name {
    font-size: 15px;
}

.nav-user .user-status {
    border-bottom: 1px dashed;
    font-size: 11px;
}

.nav-user .user-status.not-verified {
    color: #f03515;
}

.nav-user .user-status.yes-verified {
    color: #31bc55;
}

.nav-user .user-status:hover {
    border-bottom-color: transparent;
}

.wrapper-notice-list {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 4px rgba(89, 89, 89, 0.3);
    bottom: 0;
    position: fixed;
    right: -410px;
    top: 69px;
    width: 410px;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.wrapper-notice-list.open {
    right: 0;
}

.wrapper-notice-list .notice-header {
    background: rgba(228, 237, 239, 0.9);
    font-size: 15px;
    line-height: 29px;
    padding: 20px 15px;
    border-bottom: 1px solid #d3d9dd;
    box-shadow: 0 0 4px rgb(89 89 89 / 30%);
}

.wrapper-notice-list .notice-header .icon {
    cursor: pointer;
    float: right;
}

.wrapper-notice-list .notice-list {
    list-style: none;
    margin: 0;
    overflow-y: scroll;
}

.wrapper-notice-list .notice-list .wrapper-notice {
    border-bottom: 1px solid #d3d9dd;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
}

.wrapper-notice-list .notice-list .wrapper-notice:hover {
    background: rgba(228, 237, 239, 1);
}

.wrapper-notice-list .notice-list .notice-title {
    font-weight: 600;
    color: #281c2a;
    margin-bottom: 10px;
    word-break: break-word;
}

.wrapper-notice-list .notice-list .notice-title:before {
    background-image: url('../img/icons.png');
    background-position: -105px -24px;
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
}

.wrapper-notice-list .notice-list .notice-title .notice-viewed {
    float: right;
    cursor: pointer;
}

.inner-nav {
    background: #e4edef;
    padding: 0 20px;
}

.inner-nav ul {
    border-bottom: 1px solid #d3d9dd;
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner-nav ul li {
    display: inline-block;
    margin-right: 80px;
}

.inner-nav ul a {
    color: #756f76;
    display: block;
    font-size: 15px;
    padding: 15px 0;
    position: relative;
}

.inner-nav ul a:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0fce4a;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
}

.inner-nav ul .active a {
    color: #281c2a;
    font-weight: 500;
}

.inner-nav ul .active a:after {
    width: 100%;
}

.icon {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-curency {
    background-image: url("../img/icons-currency.png");
    background-repeat: no-repeat;
    background-size: auto 16px;
    display: block;
    height: 22px;
    width: 12px;
}

.icon-menu {
    background-image: url("../img/icons-menu.png");
    background-repeat: no-repeat;
    background-size: auto 48px;
    display: block;
    height: 24px;
    width: 24px;
}

.icon-exchange {
    background-position: -70px 0;
}

.icon-bar {
    background-position: 0 0;
}

.icon-bill {
    background-position: -24px 0;
}

.icon-card {
    background-position: -48px 0;
}

.icon-mass {
    background-position: -72px 0;
}

.icon-sendbill {
    background-position: -96px 0;
}

.icon-profile {
    background-position: -120px 0;
}

.icon-finance {
    background-position: -144px 0;
}

.icon-control {
    background-position: -168px 0;
}

.icon-develope {
    background-position: -192px 0;
}

.icon-offers {
    background-position: -216px 0;
}

.icon-help {
    background-position: -240px 0;
}

.icon-date {
    background-position: -24px -24px;
}

.icon-develope-big {
    background-position: -270px 0;
}

.nav-menu li.active .icon-mass,
.nav-menu li:hover .icon-mass {
    background-position: -72px -24px;
}

.nav-menu li.active .icon-sendbill,
.nav-menu li:hover .icon-sendbill {
    background-position: -96px -24px;
}

.nav-menu li.active .icon-profile,
.nav-menu li:hover .icon-profile {
    background-position: -120px -24px;
}

.nav-menu li.active .icon-finance,
.nav-menu li:hover .icon-finance {
    background-position: -144px -24px;
}

.nav-menu li.active .icon-control,
.nav-menu li:hover .icon-control {
    background-position: -168px -24px;
}

.nav-menu li.active .icon-develope,
.nav-menu li:hover .icon-develope {
    background-position: -192px -24px;
}

.nav-menu li.active .icon-offers,
.nav-menu li:hover .icon-offers {
    background-position: -216px -24px;
}

.nav-menu li.active .icon-help,
.nav-menu li:hover .icon-help {
    background-position: -240px -24px;
}

.icon-card-plus {
    background-position: -264px 0;
    width: 25px;
}

.icon-card-minus {
    background-position: -264px -24px;
    width: 25px;
}

.icon-support {
    background-position: 0 0;
}

.icon-notice {
    background-position: -24px 0;
}

.icon-notice-new {
    background-position: -48px 0px;
}

.icon-logout {
    background-position: -72px 0;
}

.icon-logout button {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    background-position: -72px 0;
}

.icon-close {
    background-position: -96px 0;
}

.icon-rub {
    background-position: 0 3px;
}

.icon-us {
    background-position: -12px 3px;
}

.icon-eur {
    background-position: -24px 3px;
}

.icon-uah {
    background-position: -36px 3px;
}

.icon-azn {
    float: left;
    margin-left: 20px;
    color: #7e72ab;
    font-size: 15px;
}

.icon-azn.active {
    color: #ffffff;
}

.bill-select .active.icon-rub {
    background-position: -48px 3px;
}

.bill-select .active.icon-us {
    background-position: -60px 3px;
}

.bill-select .active.icon-eur {
    background-position: -72px 3px;
}

.bill-select .active.icon-uah {
    background-position: -84px 3px;
}

@media all and (max-width: 800px) and (min-width: 501px) {
    .icon-curency {
        background-size: auto 32px;
    }

    .icon-rub {
        background-position: 0 0;
    }

    .icon-us {
        background-position: -24px 0;
    }

    .icon-eur {
        background-position: -48px 0;
    }

    .icon-uah {
        background-position: -72px 0;
    }

    .bill-select .active.icon-rub {
        background-position: -96px 0;
    }

    .bill-select .active.icon-us {
        background-position: -120px 0;
    }

    .bill-select .active.icon-eur {
        background-position: -144px 0;
    }

    .bill-select .active.icon-uah {
        background-position: -168px 0;
    }

    .icon-menu {
        background-size: auto 96px;
    }

    .icon-bill {
        background-position: -48px 0;
    }

    .icon-card {
        background-position: -96px 0;
    }

    .icon-mass {
        background-position: -144px 0;
    }

    .icon-sendbill {
        background-position: -192px 0;
    }

    .icon-profile {
        background-position: -240px 0;
    }

    .icon-finance {
        background-position: -288px 0;
    }

    .icon-control {
        background-position: -336px 0;
    }

    .icon-develope {
        background-position: -384px 0;
    }

    .icon-offers {
        background-position: -432px 0;
    }

    .icon-help {
        background-position: -480px 0;
    }

    .nav-menu li.active .icon-mass,
    .nav-menu li:hover .icon-mass {
        background-position: -144px -48px;
    }

    .nav-menu li.active .icon-sendbill,
    .nav-menu li:hover .icon-sendbill {
        background-position: -192px -48px;
    }

    .nav-menu li.active .icon-profile,
    .nav-menu li:hover .icon-profile {
        background-position: -240px -48px;
    }

    .nav-menu li.active .icon-finance,
    .nav-menu li:hover .icon-finance {
        background-position: -288px -48px;
    }

    .nav-menu li.active .icon-control,
    .nav-menu li:hover .icon-control {
        background-position: -336px -48px;
    }

    .nav-menu li.active .icon-develope,
    .nav-menu li:hover .icon-develope {
        background-position: -384px -48px;
    }

    .nav-menu li.active .icon-offers,
    .nav-menu li:hover .icon-offers {
        background-position: -432px -48px;
    }

    .nav-menu li.active .icon-help,
    .nav-menu li:hover .icon-help {
        background-position: -480px -48px;
    }

    .icon-date {
        background-position: -48px -48px;
    }

    .icon-card-plus {
        background-position: -528px 0;
    }

    .icon-card-minus {
        background-position: -528px -48px;
    }
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1170px;
    width: 100%;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #301b44;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #281c2a;
}

a img {
    outline: none;
    border: none;
}

a [href^="mailto"] {
    text-decoration: underline;
}

a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
    border: none;
}

p {
    margin: 0 0 10px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #281c2a;
}

header,
footer,
nav,
section,
main {
    display: block;
}

html,
body {
    height: 100%;
}

.wrapper-full {
    height: 100%;
}

body {
    color: #281c2a;
    font-size: 13px;
    margin: 0;
}

.mobile-only {
    display: none !important;
}

main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
}

.inner-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.faq-inner {
    padding: 0 20px;
}

.faq-search {
    border-bottom: 1px solid #d3d9dd;
    padding: 20px 0;
}

.faq-input {
    max-width: 620px;
}

.faq-list {
    padding: 20px 0;
    max-width: 620px;
}

.faq-section {
    border-bottom: 1px solid #d3d9dd;
}

.faq-section .faq-section-title {
    color: #463548;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 7px 0;
    position: relative;
}

.faq-section .faq-section-title:after {
    background-image: url("../img/icons-arrow.png");
    background-position: -16px 0;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 8px;
}

.faq-section .faq-section-title.collapsed:after {
    background-position: -32px 0;
}

.faq-section .faq-section-item {
    border-bottom: 1px solid #d3d9dd;
    padding: 10px 0 10px;
}

.faq-section .faq-section-item:last-child {
    border-bottom: none;
}

.faq-section .faq-section-item-title {
    color: #756f76;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.faq-section .faq-section-item-title:after {
    background-image: url("../img/icons-arrow.png");
    background-position: -16px 0;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
}

.faq-section .faq-section-item-title.collapsed:after {
    background-position: -32px 0;
}

.faq-section .faq-section-item-text {
    color: #301b44;
}

.develope-page {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.developing {
    text-align: center;
}

.developing .icon-develope-big {
    display: inline-block;
    height: 96px;
    width: 96px;
}

.developing .text {
    font-size: 26px;
    font-weight: 500;
}

.developing a {
    text-decoration: underline;
    font-weight: 800;
}

.developing p {
    font-size: 14px;
}

body {
    position: relative;
}

.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-dialog {
    margin: 60px auto 0;
    position: relative;
    width: 460px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.modal.modal-big .modal-dialog {
    width: 600px;
}

.modal .modal-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    padding: 0;
    position: relative;
}

.modal .modal-header {
    padding: 15px 20px 0;
}

.modal .modal-title {
    color: #281c2a;
    font-size: 17px;
    font-weight: 700;
}

.modal .modal-body {
    padding: 20px;
}

.modal-backdrop {
    background-color: #302738;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.close {
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.modal-open {
    overflow: hidden;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-success .modal-dialog {
    top: 50%;
    margin-top: -70px;
}

.modal-success .modal-content {
    color: #301b44;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6em;
    padding: 40px 60px;
    text-align: center;
}

.verification-nav {
    background: #e4edef;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 20px;
    width: 200px;
}

.verification-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.verification-nav .nav-list .nav-list-item {
    display: block;
    padding: 10px 0;
}

.verification-nav .nav-list .nav-list-item.active a:after {
    display: block;
}

.verification-nav .nav-list a {
    display: block;
    font-weight: 500;
    line-height: 24px;
    padding-left: 34px;
    padding-right: 5px;
    position: relative;
}

.verification-nav .nav-list a:before {
    background-image: url("../img/icons.png");
    content: "";
    display: block;
    height: 24px;
    left: 5px;
    position: absolute;
    width: 24px;
}

.verification-nav .nav-list a:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: none;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 0;
}

.verification-nav .nav-list .verif-yes a {
    color: #31bc55;
}

.verification-nav .nav-list .verif-yes a:before {
    background-position: -120px 0;
}

.verification-nav .nav-list .verif-no a:before {
    background-position: -144px 0;
}

.profile-verification {
    display: block;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
}

.profile-inner {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    background: #fff;
    padding: 20px 20px;
}

.profile-referal {
    padding: 0 20px;
}

.referal-link {
    border-bottom: 1px solid #d3d9dd;
    padding: 30px 0;
}

.referal-link .referal-image {
    float: left;
    margin-right: 20px;
}

.referal-link .referal-info {
    color: #463548;
    font-size: 15px;
    overflow: hidden;
}

.referal-link .referal-info .title {
    font-weight: 500;
    margin-bottom: 5px;
}

.referal-link .referal-info .subtitle {
    margin-bottom: 5px;
}

.referal-link .referal-info .link {
    color: #269bff;
    font-size: 13px;
    text-decoration: underline;
}

.referal-statistic {
    padding: 20px 0;
}

.referal-statistic .title {
    color: #463548;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.referal-table {
    border-collapse: collapse;
    max-width: 400px;
    width: 100%;
}

.referal-table th {
    background: #fff;
    color: #828282;
    font-size: 9px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}

.referal-table th:first-child {
    border-radius: 4px 0 0 0;
}

.referal-table th:last-child {
    border-radius: 0 4px 0 0;
}

.referal-table td {
    background: #fff;
    padding: 10px 15px;
}

.referal-table td span {
    font-weight: 700;
}

.referal-table tr:nth-child(even) td {
    background: #f6f9fa;
}

.referal-table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.referal-table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.document-select {
    width: 300px;
}

.document-select .jq-selectbox__select {
    border: 1px solid #d3d9dd;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    box-shadow: 0 0 10px rgba(89, 89, 89, 0.5);
    max-width: 250px;
    padding: 5px 10px;
    color: #968c96;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

@media all and (max-width: 1300px) {
    .finance-search-inner {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .finance-search-inner .search-input {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .search-date-item {
        white-space: nowrap;
    }

    .search-date-item:first-child > span {
        margin-left: 0;
    }
}

@media all and (max-width: 1100px) {
    .nav-bill a:first-child {
        margin-right: 20px;
    }

    .nav-lang {
        margin-right: 20px;
    }

    .nav-icon {
        margin-right: 20px;
    }

    .nav-icon a:first-child {
        margin-right: 20px;
    }

    .nav-user {
        margin-right: 20px;
    }

    .inner-nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .inner-nav ul li {
        margin-right: 0;
    }
}

@media all and (max-width: 1100px) and (min-width: 801px) {
    .control-row.row-2 .control-group {
        width: 49%;
    }

    .control-row.row-2 .control-group:first-child {
        margin-right: 2%;
    }

    .control-row.row-2 .control-group .inputbox {
        width: 100%;
    }
}

@media all and (max-width: 800px) {
    .mobile-only {
        display: block !important;
    }

    html {
        height: auto;
    }

    body {
        height: auto;
    }

    .wrapper-full {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .wrapper-aside {
        height: auto;
        position: static;
        width: 100%;
    }

    .wrapper-main {
        padding-left: 0;
    }

    .logo-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        background: #301b44;
        padding: 18px 20px;
        position: relative;
        z-index: 700;
    }

    .logo-block:after {
        display: none;
    }

    .menu-btn {
        -webkit-box-ordinal-group: -2;
        -moz-box-ordinal-group: -2;
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2;
        cursor: pointer;
    }

    .nav-right {
        display: none;
    }

    .nav-bill {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }

    .nav-user {
        margin-right: 0;
        position: relative;
    }

    .nav-user .user-info {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .nav-user .user-image {
        margin-right: 0;
    }

    .nav-user .user-name {
        display: none;
    }

    .nav-user .user-status {
        border-bottom: none;
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 8px;
        width: 8px;
    }

    .nav-user .user-status.not-verified {
        background: #f03515;
    }

    .nav-user .user-status.yes-verified {
        background: #31bc55;
    }

    .nav-title {
        padding: 12px 20px;
    }

    .nav-info .nav-info-inner {
        padding: 13px 20px;
    }

    nav {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #301b44;
        bottom: 0;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        padding-top: 84px;
        top: 0;
        z-index: 1100;
    }

    .open-menu {
        overflow: hidden;
    }

    .open-menu:after {
        background: #301B44;
        bottom: -100px;
        content: '';
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }

    .open-menu nav {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block;
    }

    .open-menu .logo-block {
        z-index: 1200;
    }

    .finance-search-inner {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .finance-search-inner .search-input {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .finance-search-date {
        width: 100%;
    }

    .finance-table .finance-table-head .finance-table-td {
        font-size: 9px;
        padding: 10px 4px;
        text-align: center;
    }

    .finance-table .finance-table-td {
        /*font-size: 11px;*/
        /*line-height: 1.2em;*/
        /*padding: 4px 5px;*/
    }

    .icon-notice {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }

    .icon-logout {
        background-position: -80px -24px;
        height: 25px;
        width: 25px;
    }

    .nav-menu li.active a:after {
        display: none;
    }

    .finance-table .finance-table-td span {
        /*display: block;*/
    }

    .tooltip {
        display: none !important;
    }

    .finance-table .finance-table-body .finance-table-td.td-status {
        padding-left: 20px;
    }

    .finance-table .finance-table-body .finance-table-td.td-status span:before {
        background-size: auto 32px;
        height: 12px;
        left: 5px;
        width: 12px;
    }

    .finance-table .finance-table-body .finance-table-td.status-success span:before {
        background-position: -192px 0;
    }

    .finance-table .finance-table-body .finance-table-td.status-error span:before {
        background-position: -204px 0;
    }

    .finance-table .finance-table-body .finance-table-td.status-pause span:before {
        background-position: -216px 0;
    }

    .wrapper-notice-list {
        position: absolute;
        z-index: 300;
    }

    .developing {
        margin: 100px 0;
    }

    .faq-section .faq-section-title {
        padding-right: 20px;
    }

    .faq-section .faq-section-item-title {
        padding-right: 20px;
    }

    .inner-nav {
        padding: 0;
    }

    .inner-nav ul a {
        padding: 15px 10px;
    }

    .verification-nav {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .verification-nav .nav-list {
        padding: 0;
    }

    .verification-nav .nav-list .nav-list-item {
        border-bottom: 1px solid #D3D9DD;
    }

    .verification-nav .nav-list .nav-list-item:last-child {
        border-bottom: none;
    }

    .verification-nav .nav-list .nav-list-item.active {
        padding-bottom: 0;
    }

    .verification-nav .nav-list a:after {
        border-color: transparent transparent #fff;
        bottom: 0;
        left: 100px;
        margin-top: 0;
        right: auto;
        top: auto;
    }

    .profile-inner {
        padding: 15px 10px;
    }

    .control-row.row-2 .control-group .inputbox {
        width: 100%;
    }

    .control-row.row-2 .control-group {
        float: none;
    }

    .control-row.row-2 .control-group:first-child {
        margin-right: 0;
    }

    .document-select {
        width: 100%;
    }
}

@media all and (max-width: 800px) and (min-width: 501px) {
    .icon-notice {
        background-position: 0 -24px;
        height: 40px;
        width: 40px;
    }

    .icon-notice-new {
        background-position: -40px -24px;
    }

    .logo {
        height: 42px;
    }

    .menu-btn {
        height: 48px;
        width: 48px;
    }

    .nav-bill a .icon-menu {
        height: 48px;
        width: 50px;
    }

    .nav-title .name span:after {
        background-size: auto 16px;
        height: 16px;
        width: 16px;
    }

    .nav-title .name.collapsed span:after {
        background-position: -16px 1px;
    }

    .nav-title .icon-menu {
        height: 48px;
        margin-right: 30px;
        width: 48px;
    }

    .nav-title .name {
        font-size: 22px;
    }

    .bill-select .icon-curency {
        height: 32px;
        margin-left: 40px;
        width: 24px;
    }

    .nav-title .nav-add {
        font-size: 32px;
        height: 48px;
        line-height: 42px;
        width: 48px;
    }

    .bill-block .bill-title {
        margin-bottom: 20px;
    }

    .bill-block .bill-title .name {
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
    }

    .bill-block .bill-title .name span {
        font-size: 22px;
    }

    .bill-block .bill-title .money {
        font-size: 40px;
        line-height: 28px;
    }

    .bill-currency .bill-summ {
        font-size: 32px;
        height: 48px;
        line-height: 48px;
        width: 48px;
    }

    .nav-info .add-link a {
        font-size: 22px;
    }

    .nav-menu .icon-menu {
        height: 48px;
        margin-right: 20px;
        width: 48px;
    }

    .nav-menu li a {
        font-size: 22px;
        line-height: 48px;
    }

    .nav-bill a {
        font-size: 22px;
    }

    .nav-bill a .icon-header {
        height: 48px;
        width: 50px;
    }

    .search-date-item > span {
        font-size: 20px;
        margin: 0 15px 0 0;
    }

    .inputbox {
        font-size: 20px;
        height: 48px;
        line-height: 48px;
    }

    .search-date-item .input-date input {
        max-width: 187px;
        padding: 0 48px 0 10px;
    }

    .search-date-item .input-date .icon-menu {
        height: 48px;
        top: 0;
        right: 0;
        width: 48px;
    }

    .copyright {
        width: 25%;
    }

    .nav-footer {
        width: 75%;
    }

    .wrapper-header {
        padding: 20px;
    }

    .open-menu .menu-btn {
        background-position: 0 -48px;
    }

    .wrapper-notice-list {
        top: 84px;
    }

    /*  .control-label {
    font-size: 18px;
  }*/
    .verification-nav .nav-list .nav-list-item a {
        font-size: 18px;
        padding: 10px 0 10px 34px;
    }

    .verification-nav .nav-list .nav-list-item.active a {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 500px) {
    .logo-block {
        padding: 10px;
    }

    .icon-logout {
        background-position: -240px 0;
    }

    .wrapper-header {
        padding: 10px;
    }

    .copyright {
        width: 100%;
    }

    .nav-footer {
        -webkit-columns: 1;
        columns: 1;
        margin-bottom: 15px;
        width: 100%;
    }

    .nav-bill a:first-child {
        margin-right: 0;
    }

    .icon-notice {
        background-position: -192px 0;
        height: 24px;
        width: 24px;
    }

    .icon-notice-new {
        background-position: -216px 0;
    }

    .nav-title {
        padding: 12px 10px;
    }

    .nav-info .nav-info-inner {
        padding: 10px 10px 13px;
    }

    nav {
        padding-top: 59px;
    }

    .search-date-item {
        width: 47%;
    }

    .search-date-item > span {
        display: block;
        margin: 0;
        text-align: center;
    }

    .wrapper-finance {
        padding: 10px;
    }

    .finance-pagination {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .finance-pagination .page-show {
        margin-bottom: 10px;
    }

    footer {
        margin: 0 10px;
        text-align: center;
    }

    .open-menu .menu-btn {
        background-position: 0 -24px;
        background-size: auto 48px;
    }

    .wrapper-notice-list {
        top: 59px;
        right: -100%;
        width: 100%;
    }

    .finance-table {
        /*display: block;*/
        /*font-size: 11px;*/
        overflow-x: scroll;
        width: 100%;
        display: block;
    }

    .finance-table .finance-table-head {
        display: none;
    }

    .finance-table .finance-table-body {
        display: block;
    }

    .finance-table .finance-table-tr {
        display: block;
    }

    .finance-table .finance-table-tr:after {
        clear: both;
        content: '';
        display: block;
    }

    .finance-table .finance-table-tr:nth-child(2n+1) {
        background: #F6F9FA;
    }

    .finance-table .finance-table-td {
        /*box-sizing: border-box;*/
        /*display: none;*/
        /*text-align: right;*/
    }

    .finance-table .finance-table-body .finance-table-td.td-id {
        display: block;
        float: left;
        text-align: left;
        width: 50%;
    }

    .finance-table .finance-table-body .finance-table-td.td-date {
        display: block;
        float: left;
        padding-right: 20px;
        position: relative;
        width: 50%;
    }

    .finance-table .finance-table-body .finance-table-td.td-date:before {
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 4px;
        content: '';
        display: block;
        position: absolute;
        right: 4px;
        top: 10px;
    }

    .finance-table .finance-table-body .finance-table-td.td-status {
        clear: both;
        padding-left: 5px;
    }

    .finance-table .finance-table-body .finance-table-td.td-status span {
        display: inline-block;
        padding-left: 20px;
        position: relative;
    }

    .finance-table .finance-table-body .finance-table-td.td-summ span,
    .finance-table .finance-table-body .finance-table-td.td-balance span {
        display: inline;
    }

    .mobile-h {
        display: block;
        color: #857f86;
        float: left;
        font-style: normal;
        font-weight: 400;
    }

    .finance-table .finance-table-body .finance-table-td.td-id .mobile-h {
        float: none;
    }

    .finance-table .finance-table-body .finance-table-td.td-date .mobile-h {
        float: none;
    }

    .finance-table .finance-table-tr.open {
        padding-bottom: 7px;
    }

    .finance-table .finance-table-tr.open .finance-table-td {
        display: block;
    }

    .finance-table .finance-table-tr.open .finance-table-td.td-id {
        border-bottom: 1px solid #D3D9DD;
        margin-bottom: 3px;
    }

    .finance-table .finance-table-tr.open .finance-table-td.td-date {
        border-bottom: 1px solid #D3D9DD;
        margin-bottom: 3px;
    }

    .finance-table .finance-table-tr.open .finance-table-td.td-date:before {
        border-color: #000 transparent transparent;
    }

    .verification-nav .nav-list .nav-list-item.active a {
        padding-bottom: 10px;
    }

    .modal .modal-dialog {
        width: 100%;
    }

    .modal-success .modal-content {
        padding: 30px;
    }

    .referal-table th {
        padding: 6px 4px;
    }

    .referal-table td {
        font-size: 11px;
        padding: 6px 4px;
    }

    .referal-link .referal-image {
        display: none;
    }
}

/*-------------------------------------------------------------------- new style ----------------------------------------------------------*/
/*Button Click Effect*/
/*@-webkit-keyframes*/
/*click-wave { 0% {*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*opacity: 0.35;*/
/*position: absolute;*/
/*}*/
/*100% {*/
/*left: -25px;*/
/*right: -25px;*/
/*top: -25px;*/
/*bottom: -25px;*/
/*opacity: 0.0;*/
/*}*/
/*}*/

/*@-moz-keyframes*/
/*click-wave { 0% {*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*opacity: 0.35;*/
/*position: absolute;*/
/*}*/
/*100% {*/
/*left: -25px;*/
/*right: -25px;*/
/*top: -25px;*/
/*bottom: -25px;*/
/*opacity: 0.0;*/
/*}*/
/*}*/

/*@-o-keyframes*/
/*click-wave { 0% {*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*opacity: 0.35;*/
/*position: absolute;*/
/*}*/
/*100% {*/
/*left: -25px;*/
/*right: -25px;*/
/*top: -25px;*/
/*bottom: -25px;*/
/*opacity: 0.0;*/
/*}*/
/*}*/

@keyframes click-wave {
    0% {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.35;
        position: absolute;
    }
    100% {
        left: -8px;
        right: -8px;
        top: -8px;
        bottom: -8px;
        opacity: 0;
    }
}

.btn {
    outline: none;
}

.btn.active_effect::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #39324e;
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    z-index: 100;
}

/*end Button Click Effect*/

.inner-nav-doble-name {
    margin-right: 40px;
    position: relative;
}

.inner-nav-doble-name span {
    font-size: 11px;
    position: absolute;
    width: 235px;
    display: block;
}

.profile-sub {
    padding: 0 20px;
}

.profile-sub h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 15px;
}

.profile-sub h2 span {
    display: block;
    font-size: 11px;
    color: #463548;
    font-weight: 400;
    margin-top: 5px;
}

.profile-sub-form {
    display: inline-block;
    width: 300px;
    margin-top: 7px;
}

.profile-sub-form textarea.inputbox {
    height: 75px;
    resize: none;
    margin: 12px 0;
    line-height: 20px;
    padding-top: 5px;
    font-size: 11px;
}

.sub-table {
    border-collapse: collapse;

    width: 100%;
}

.sub-table th {
    background: #fff;
    color: #828282;
    font-size: 9px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}

.sub-table th:first-child {
    border-radius: 4px 0 0 0;
}

.sub-table th:last-child {
    border-radius: 0 4px 0 0;
}

.sub-table td {
    background: #fff;
    padding: 10px 15px;
}

.sub-table td span {
    font-weight: 700;
    font-size: 11px;
}

.sub-table tr:nth-child(even) td {
    background: #f6f9fa;
}

.sub-table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.sub-table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    background-color: #fff;

    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 16px;
    height: 12px;
    margin: 4px 0 0 3px;
    border-radius: 2px;
    background-image: url(../img/check.png);
}

.jq-checkbox.disabled {
    opacity: 0.55;
}

input[type="checkbox"] {
    display: none;
}

.profile-sub-form .btn {
    float: right;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
}

.inner-nav.many-nav ul li {
    display: inline-block;
    margin-right: 40px;
}

.profile-sub-form label .btn {
    float: none;
    width: 280px;
    position: absolute;
}

.profile-sub-form label {
    position: relative;
    width: 100%;
}

.profile-sub-form label .btn {
    float: none;
    width: 280px;
    position: absolute;
    top: 3px;
    margin-left: 326px;
    font-size: 15px;
    font-weight: 400;
}

.rwd-table .btn {
    border-radius: 34px;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    text-decoration: none !important;
    margin: 4px 0;
    width: 115px;
    text-align: center;
}

.table-ok {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.table-ok:before {
    background-image: url(../img/icons.png);
    content: "";
    display: block;
    height: 24px;
    left: -26px;
    position: absolute;
    width: 24px;
    top: -7px;
    background-position: -120px 0;
}

.rwd-table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
}

.rwd-table th {
    background: #fff;
    color: #828282;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}

.rwd-table th:first-child {
    border-radius: 4px 0 0 0;
}

.rwd-table th:last-child {
    border-radius: 0 4px 0 0;
}

.rwd-table td {
    background: #fff;
    padding: 10px 15px;
    width: 25%;
}

.rwd-table img.method_logo {
    height: 25px;
    max-width: 100px;
}

.rwd-table td span {
    font-weight: 700;
    font-size: 11px;
}

.rwd-table tr:nth-child(even) td {
    background: #f6f9fa;
}

.rwd-table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.rwd-table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.stat_tab i {
    position: relative;
    top: 3px;
    margin-right: 10px;
    width: 14px;
}

.stat_tab i > img {
    width: 17px;
    object-fit: contain;
    -webkit-object-fit: contain;
    height: 16px;
}

.finance-table a:hover {
    text-decoration: underline;
    color: #7a6fa5;
}

.profile-sub-sort .page-show {
    display: inline-block;
    float: right;
}

.profile-sub-sort {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    color: #857f86;
    font-weight: 500;
}

.profile-sub-sort .form_style {
    margin: 0 10px;
}

.search_zaprosy input.inputbox {
    width: 300px;
    margin-right: 20px;
    height: 36px;
}

.search_zaprosy {
    display: inline-block;
    float: left;
}

.sredstva_inf {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.sredstva_wrap table {
    max-width: 600px;
}

.sredstva_wrap {
    margin-bottom: 15px;
}

.btn.green {
    background-color: #0fce4a;
}

.sredstva_form {
    display: inline-block;
    width: 100%;
    max-width: 750px;
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
    position: relative;
}

.sredstva_form .jq-selectbox__select {
    border: 1px solid #d3d9dd;
}

.sredstva_form .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.width_50 {
    width: 50%;
    display: inline-block;
    float: left;
}

.sredstva_form .width_50 {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.width_25 {
    width: 50%;
    display: inline-block;
    float: left;
}

.sredstva_form .width_25 {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.sredstva_form .width_45 {
    width: calc(45% - 20px);
    margin-right: 10px;
}

.sredstva_form .width_20 {
    width: calc(20% - 20px);
}

.sredstva_form .width_21 {
    width: calc(21% - 20px);
    margin-right: 10px;
}

.width_45,
.width_20,
.width_21 {
    display: inline-block;
    float: left;
}

.itogsumm {
    text-align: right;
    color: red;
    font-weight: bold;
    background: #eeeeee;
}

.withdrawsum {
    text-align: right;
    color: red;
    font-weight: bold;
    background: #eeeeee;
}

.incomesum {
    text-align: right;
    color: green;
    font-weight: bold;
    background: #eeeeee;
}

.last-width {
    margin-right: 0 !important;
    width: calc(20% - 5px) !important;
}

.width_100 {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.sredstva_form .width_100 {
    width: calc(100% - 20px);
    margin-right: 20px;
}

.sredstva_form textarea {
    height: 100px;
    resize: none;
}

.profile-sub .line {
    border-bottom: 1px solid #d3d9dd;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 15px;
}

.sredstva_form .notice {
    margin-top: 15px;
    font-size: 11px;
    color: #777;
}

.sredstva_form .notice span {
    display: block;
}

.sredstva_form .btn {
    position: absolute;
    bottom: -60px;
    height: 45px;

    right: 0;
}

.financial-company {
    font-size: 18px;
    margin: 20px 100px;
    text-align: justify;
}

.financial-company h4 {
    text-align: center;
}

.check_wr .jq-checkbox {
    display: inline-block;
    margin-right: 9px;
}

.check_wr {
    color: #463548;
    font-weight: 500;
}

.check_wr > span {
    color: #a39fa4;
}

.about_vvod {
    display: block;
    color: #463548;
    font-weight: 500;
}

.about_vvod > span {
    font-size: 26px;
    margin-left: 10px;
}

.option_item_form label span > i {
    font-size: 11px;
    color: #756f76;
}

.check_wr {
    display: inline-block;
    width: 100%;
}

.option_item_form {
    display: inline-block;
    width: 100%;
    max-width: 680px;
}

.option_item_form .width_50 {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 15px;
}

.option_item_form .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.option_item_form .btn {
    margin-top: 20px;
}

.mass-payment-inform {
    border-bottom: 1px solid #d3d9dd;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;

    margin-bottom: 15px;
}

.mass-payment-inform-1 {
    width: 370px;
    display: inline-block;
    float: left;
    padding-right: 40px;
    color: #463548;
}

.mass-payment-inform-2 {
    width: 470px;
    display: inline-block;
    float: left;

    color: #463548;
}

.mass-payment-inform p {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.mass-payment-inform h2 {
    margin-top: 0;
}

.mass-payment-inform ul {
    list-style: none;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 10px 0;
    color: #463548;
}

.mass-payment-inform .exam {
    color: #44a0ff;
    text-decoration: underline;
}

.mass-payment-inform-1 span {
    display: block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.mass-payment-inform-2 span {
    display: block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.mass-payment-inform .bill-summ {
    display: inline-block;
}

.sredstva_wrap .tooltip {
    font-style: italic;
    text-transform: inherit;
}

.sredstva_wrap .tooltip-inner {
    max-width: 260px;
    /* If max-width does not work, try using width instead */
    width: 260px;
}

.jq-file {
    width: 100%;
}

input[type="file"].form_style {
    display: none;
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
    width: 200px;
    margin-right: 10px;
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 279px;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #d3d9dd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 500;
}

.jq-file__browse {
    position: relative;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    width: 87px;
    font-weight: 500;
    background: #aab6be;
    display: inline-block;
    float: left;
    height: 37px;
    position: relative;
    top: -2px;
    line-height: 40px;
    text-align: center;
}

.mass-payment-form .check_wr {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0px 0;
}

.mass-payment-form .btn {
}

.mass-payment-form .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.name-deskr {
    color: #756f76;
    display: block;
    margin: 10px 0px 10px 15px;
    font-size: 11px;
}

.podergka-form {
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.podergka-form .table a {
    text-decoration: underline;
}

.podergka-form .table th a {
    text-decoration: none;
}

.width_40 {
    width: 40%;
    display: inline-block;
    float: left;
}

.width_60 {
    width: 60%;
    display: inline-block;
    float: left;
}

.podergka-form .width_40 {
    width: calc(40% - 40px);
    margin-right: 40px;
}

.control-label > span {
    color: #ff0000;
}

.podergka-form label {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.podergka-form .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.podergka-form textarea.inputbox {
    width: 100%;
    height: 159px;
}

.podergka-form .file a {
    font-weight: 500;
    text-decoration: underline;
    margin-top: 5px;
}

.podergka-form .file span {
    font-weight: 200;

    margin-left: 10px;
}

.podergka-form .about_file {
    font-style: italic;
    color: #756f76;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
}

.podergka-form .btn {
    width: 132px;
}

.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background: #f5f5f5;

    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #35bd58;
}

input[type="radio"].form_style {
    display: none;
}

.check_wr .jq-radio {
    display: inline-block;
    margin-right: 9px;
}

.upravlenie-form .check_wr {
    margin-top: 10px;
}

.left_radio {
    display: inline-block;
    width: 230px;
    border-right: 1px solid #d3d9dd;
    float: left;
    margin-right: 30px;
    padding-bottom: 18px;
}

.right_radio {
    display: inline-block;
    width: 470px;
}

.radio_wr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d3d9dd;
    padding-bottom: 15px;
}

.schet_wr {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.schet_wr table {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schet_wr .bill-summ {
    display: inline-block;
}

.obmen_wr {
    display: inline-block;
    width: 100%;
    max-width: 680px;
}

.control-label.left {
    color: #756f76;
    display: inline-block;
    width: 80px;
    margin-bottom: 5px;
    text-transform: uppercase;
    float: left;
    margin-top: 10px;
}

.obmen_wr label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.obmen_wr .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: calc(100%);
}

.obmen_wr .inputbox {
    width: calc(100%);
}

.obmen_wr .width_50 {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.obmen_wr .width_100 {
    margin-top: -10px;
}

.obmen_wr label > p {
    margin-top: 8px;
    font-weight: 500;
}

.btn {
    -webkit-appearance: none;
}

.btn.green:hover {
    background-color: #265835;
}

.obmen_wr .width_prosent.width_100 {
    position: relative;
}

.obmen_wr .width_prosent.width_100 .btn {
    position: absolute;
    right: 19px;
    bottom: -40px;
}

.obmen_wr .width_prosent.width_100 {
    position: relative;
    margin-bottom: 102px;
}

/*------------------- new - media --------------------------------------------------------------------------------*/

@media all and (max-width: 992px) {
    .profile-sub-form label .btn {
        float: left;
        width: 100%;
        position: relative;
        top: 0px;
        text-align: center;
        margin-left: 0px;
        font-size: 15px;
        font-weight: 400;
    }

    .profile-sub-form {
        margin-bottom: 50px;
    }

    .profile-sub-sort .page-show {
        display: inline-block;
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .mass-payment-inform-2,
    .mass-payment-inform-1 {
        width: 100%;
        max-width: 400px;
    }

    .left_radio {
        display: inline-block;
        width: 100%;
        border-right: none;
        float: left;
        margin-right: 30px;
        padding-bottom: 18px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 9px;
    }

    .right_radio {
        display: inline-block;
        width: 100%;
    }
}

@media all and (max-width: 801px) {
    .profile-sub {
        padding: 0 11px;
    }

    .profile-sub h2 {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 5px;
        margin-top: 26px;
        padding-top: 0;
    }

    .sredstva_form {
        padding: 20px;

        box-sizing: border-box;
    }

    .inputbox {
        font-size: 20px;
        height: 32px;
        line-height: 48px;
    }

    .podergka-form textarea.inputbox {
        width: 100%;
        height: 172px;
        font-size: 13px;
    }

    .control-label.left {
        color: #756f76;
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        text-transform: uppercase;
        float: left;
        margin-top: 10px;
    }

    .obmen_wr .width_prosent.width_100 .btn {
        position: relative;
        right: 0;
        margin-bottom: 30px;
        margin-top: 12px;
        bottom: 0;
    }

    .obmen_wr .width_prosent.width_100 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

    .rwd-table td:first-child {
        padding-top: 0.5em;
    }

    .rwd-table td:last-child {
        padding-bottom: 0.5em;
    }

    .rwd-table td:before {
        content: attr(data-th);
        font-weight: bold;
        width: auto;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 10px;
    }

    .search_zaprosy input.inputbox {
        width: 211px;
        margin-right: 8px;
        height: 36px;
    }

    .sredstva_form .width_25 {
        width: calc(50% - 20px);
        margin-right: 0;
        margin-top: 13px;
    }

    .rwd-table th,
    .rwd-table td {
        margin: 2px 0;
    }

    .rwd-table th,
    .rwd-table td:before {
        color: #462664;
    }

    .option_item_form .width_50 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .width_prosent {
        width: 100% !important;
    }

    .podergka-form .btn {
        position: relative;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .inputbox {
        font-size: 13px;
        height: 32px;
        line-height: 48px;
    }

    .inner-nav ul li {
        margin-right: 0;
        width: 100%;
    }
}

@media all and (max-width: 501px) {
    .profile-sub-form {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

    .inner-nav.many-nav ul li {
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }

    .search_zaprosy input.inputbox {
        width: 191px;
        margin-right: 8px;
        height: 36px;
    }

    .jq-file__name {
        overflow: hidden;
        box-sizing: border-box;
        width: 161px;
    }
}

@media all and (max-width: 350px) {
    .sredstva_wrap .check_wr {
        display: inline-block;
        width: 100%;
        margin-bottom: 14px;
        font-size: 11px;
    }

    .about_vvod > span {
        font-size: 26px;
        margin-left: 0;
        display: block;
    }
}

.reg_form_link {
    display: table;
    margin: 0 auto;
}

.reg_form_link a {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    color: #333;
    width: 100%;
    text-align: center;
}

.reg_form_link p {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;

    color: #333;
    width: 100%;
    text-align: center;
}

.vhod {
    background-color: #e4edef;
    min-height: 100%;
    padding-top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-wr {
    width: 100%;
    position: relative;
    font-family: "Open Sans";
}

.form_vhod h2 img {
    width: 250px;
}

.form_vhod {
    width: 450px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
}

.form_vhod h2 {
    text-align: center;
    color: #f8b20c;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.form_vhod .form_descr {
    text-align: center;
    color: #333;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    margin-bottom: 30px;
}

.form_descr a {
}

.form_vhod h2 img {
    width: 250px;
}

.button_form {
    overflow: hidden;
    background-color: #7e5ba9;
    outline: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: bold;
    border: none;
    color: #fff;
    border-radius: 40px;
    height: 50px;
    width: 200px;
    vertical-align: middle;
    display: block;
    transition: all 0.2s;
    margin: 25px auto;
}

#login-form .button_form {
    background-color: rgb(59, 130, 246);
}

.form_vhod .registr_vybor .button_form {
    background-color: rgb(59, 130, 246);
}

#request-password-reset-form .button_form {
    background-color: rgb(59, 130, 246);
}

a.button_form {
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

a.button_form:hover {
    color: white;
}

a.button_form:active {
    color: black;
    padding-top: 6px;
}

.button_form:hover {
    background: #af83ff;
    transition: all 0.2s;
}

.form_vhod input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid rgb(239, 68, 68);
    border-radius: 12px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    background: rgb(255, 255, 255);
    transition: border-color 0.2s, box-shadow 0.2s;
}

#login-form .input-group-addon {
    display: block;
    position: relative;
    z-index: 999;
    margin-top: -40px;
    float: right;
    right: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

#register-confirm-form #resend-code {
    margin-bottom: 10px;
    display: block;
}

@media all and (max-width: 800px) {
    .field-loginform-pincode .tooltip {
        display: block !important;
    }
}

.field-loginform-pincode .tooltip .tooltip-inner {
    max-width: 300px;
    font-size: 10px;
    color: #666;
    text-transform: none;
}

.button_form:active {
    background-color: #faf7ff;
    border: solid 4px #af83ff;
    background-position: 25px 12px;
    color: #111;
}

.registr_vybor {
    display: table;
    margin: 20px auto;
    text-align: center;
}

.registr_vybor .button_form {
    overflow: hidden;
    background-color: #7e5ba9;
    outline: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #fff;
    border-radius: 40px;
    vertical-align: middle;
    transition: all 0.2s;
    margin: 20px 0;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    padding: 13px;
    display: inline-block;
}

.registr_vybor .button_form:hover {
    background: #af83ff;
    transition: all 0.2s;
}

.form_vhod_inform {
    font-style: italic;
    text-align: center;
    margin-top: 15px;
    display: block;
    font-size: 14px;
}

.form_vhod_inform a {
    color: #7e5ba9;
    font-weight: bold;
}

.capcha {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.help-block {
    color: #a94442;
}

.all_form_link {
    display: table;
    margin: 0 auto;
}

.all_form_link a {
    display: inline-block;
    float: left;
    font-size: 14px;
    text-decoration: underline;
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-process {
    margin-left: 20px;
    font-size: 22px;
}

.capcha .field-registerform-verifycode {
    display: inline-block;
    width: 100%;
}

.capcha .field-registerform-verifycode img {
    width: 180px;
    height: 60px;
    object-fit: cover;
    display: inline-block;
    margin-right: 45px;
    float: left;
    margin-top: 1px;
}

.capcha .field-registerform-verifycode input {
    width: calc(100% - 225px);
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}

.capcha .field-loginform-verifycode img {
    width: 180px;
    height: 62px;
    object-fit: cover;
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: 1px;
}

.capcha .field-loginform-verifycode input {
    width: 100px;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}

.intl-tel-input {
    width: 100%;
}

.list-group-item {
    list-style: none;
    padding: 0;
    text-align: left;
}

.font-weight-bold {
    font-weight: bold;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #7e5ba9;
}

.alert-info {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.alert-success {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.alert-danger {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.badge {
    background: none;
    color: #000;
}

.list-group-item {
    background: none;
    border: none;
}

.currencies {
    display: none;
    padding: 0px;
}

.active {
    display: block;
}

.btn-row {
    padding-top: 20px;
}

.notice-num {
    font-weight: bolder;
    color: #f0f0f0;
    position: absolute;
    background: #f03515;
    width: 18px;
    height: 18px;
    padding: 2px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px #fff solid;
    text-align: center;
    font-size: 8px;
    font-family: "Open Sans", sans-serif;
    left: 72px;
    top: 0px;
}

.yelow {
    background: #e8cc3b;
}

.white-block {
    background: #fff;
    width: 190px;
    padding: 15px;
}

.listcurrency {
    padding-right: 10px;
    display: inline;
}

.bill-busket {
    float: right;
}

.currency {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.currency span {
    font-weight: 600;
    font-size: 14px;
}

.width_20 {
    width: 20%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.wrapper-finance .pagination {
    float: right;
    margin: 0 5px 0 0;
}

.wrapper-finance .pagination > li {
    display: inline-block;
}

.wrapper-finance .pagination > li > a,
.wrapper-finance .pagination > li > span {
    float: none;
    padding: 0px 12px;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 1.5em;
}

.wrapper-finance .icon-date {
    position: absolute;
    top: 3px;
    right: 17px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #4b3c84;
    color: #fff;
}

.transfer-search {
    margin-bottom: 15px;
}

.wrapper-finance .table > thead > tr > th {
    border: none;
    color: #828282;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

/*####*/
.finance-table.transfer-grid thead tr:first-child {
    display: none;
}

.finance-table.transfer-grid .filters td {
    padding: 10px 0 !important;
}

.finance-table-td.td-label {
    color: #999;
    font-size: 10px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
}

.acount-select .select2-container {
    margin-right: 15px;
}

.acount-select .select2-selection__placeholder,
.acount-select .select2-selection__rendered {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

ul#select2-transfersearch-status-results li,
ul#select2-transfersearch-transfertype-results li,
ul#select2-transfersearch-destination-results li {
    padding: 3px 6px;
    font-size: 10px;
}

.acount-select .select2-selection__clear {
    top: 7px;
}

/*####*/
.wrapper-finance .form-control {
    border: none;
}

.hint-block {
    color: #7a6fa5;
}

#upload-form .input-group .form-control {
    display: none;
}

#upload-form .fileinput-upload-button {
    display: none;
}

#upload-form .fileinput-upload-button span {
    display: none;
}

#upload-form .fileinput-remove {
    display: none;
}

#upload-form .fileinput-remove span {
    display: none;
}

#upload-form .file-footer-buttons {
    display: none;
}

#upload-form .file-caption-main {
}

#upload-form .btn-upload {
}

#upload-form .btn-primary {
    border-radius: 5px;
}

#upload-form .btn-primary:hover {
    background-color: #7a6fa5;
}

#avatar {
}

#ticket-form .input-group .form-control {
    display: none;
}

#ticket-form .btn-primary {
}

#ticket-form .btn-primary:hover {
    background-color: #7a6fa5;
}

.btn-support {
    margin-bottom: 30px;
}

#ticket-form .width_100 {
    margin-top: 0px;
}

#ticket-form .fileinput-cancel {
    display: none;
}

#ticket-form .fileinput-upload {
    display: none;
}

.deposit_wrap {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 35px 50px;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.deposit_wrap .full-header {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

.default-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}

.text-purple {
    color: #7e5ba9;
}

.text-info {
    margin-bottom: 30px;
}

.text-info img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    float: left;
}

.deposit_wrap .text-info p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 13px;
}

.deposit_wrap .payment-info {
    margin-bottom: 30px;
}

.deposit_wrap .payment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.deposit_wrap .payment-item .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deposit_wrap .payment-item .flex .checkbox {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    display: block;
}

.deposit_wrap .payment-item .flex .text {
    font-size: 11px;
}

.deposit_wrap .payment-item .flex .text a {
    text-decoration: underline;
    color: #337ab7;
}

.deposit_wrap .payment-item .item-name {
    margin-right: 20px;
    width: 160px;
}

.deposit_wrap .payment-item .item-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.deposit_wrap .payment-item .inputbox.strong {
    font-size: 15px;
    font-weight: 700;
}

.deposit_wrap .payment-item .inputbox {
    background: #e4edef;
    border: none;
    color: #281c2a;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.deposit_wrap .payment-btn {
    text-align: right;
}

.deposit_wrap .payment-btn .btn-link {
    color: #828282;
    font-size: 13px;
    line-height: 40px;
    margin-right: 20px;
    text-decoration: underline;
}

.deposit_wrap .payment-btn .btn {
    background: #7a6fa5;
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    height: 48px;
    line-height: 42px;
    padding: 3px 15px;
}

.field-paymentform-amount {
    width: 250px;
    display: inline-block;
}

.field-paymentform-currency {
    float: right;
    width: 100px;
}

select.large-input {
    height: 40px !important;
}

.large-input {
    background: #e4edef;
    border-radius: 3px;
    border: none;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
    font-size: 1.1em;
}

.minimal-input {
    font-size: 13px;
    font-family: "Open Sans";
    padding: 10px 20px;
    min-height: auto;
    resize: vertical;
    width: 100%;
    height: auto;
    cursor: text;
    text-align: left;
    background: #e4edef;
    border-radius: 3px;
    border: none;
}

.payment-table {
    background: #fff;
    border-radius: 4px;
    display: table;
    margin-bottom: 20px;
    width: 100%;
    font-size: 80%;
}

.payment-table img {
    width: 70px;
}

.option_item_form .amount {
    font-weight: 800;
    font-size: 16px;
}

.payment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.payment-item .item-name {
    margin-right: 20px;
    width: 160px;
}

.payment-item .item-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.payment-item .item-value img {
    height: 40px;
}

.payment-item .item-value img.visa {
    height: 20px;
}

.payment-btn .btn-link {
    color: #828282;
    font-size: 13px;
    line-height: 40px;
    margin-right: 20px;
    text-decoration: underline;
    vertical-align: text-top;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    width: 100%;
    text-align: center;
}

.form-control:focus {
    border-color: #7a6fa5;
}

.has-success .form-control {
    border-color: #7a6fa5;
}

.has-success .form-control:focus {
    border-color: #7a6fa5;
}

hr {
    border-bottom: 1px #0a0a0a dotted;
}

.ticket-header {
    margin-bottom: 40px;
}

.ticket-date {
    font-weight: 600;
}

.user-name {
    font-weight: 600;
}

.ticket-status-0 {
    color: #00aa00;
    font-weight: 600;
}

.ticket-status-1 {
    color: #9d261d;
    font-weight: 600;
}

.support-comment-form {
    margin-top: 20px;
}

#ticket-form .btn-file {
    border-radius: 6px;
}

.profile-sub-table {
    clear: both;
    margin-top: 10px;
}

.fileinput-cancel-button {
    display: none;
}

.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
    line-height: 100%;
}

.kv-file-zoom {
    display: none;
}

.file-input.has-error .progress {
    display: none;
}

@media (max-width: 767px) {
    .rwd-table td {
        width: 100%;
    }

    .field-sendform-account_to {
        margin-top: 35px;
    }

    .registr_vybor .button_form {
        margin-right: 10px;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.pointer {
    cursor: pointer;
}

.link {
    color: #269bff;
}

/*------------------------------------ ROUND SWITCH CHECKBOX ------------------------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #7a6fa5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #7a6fa5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

div.required label:after {
    content: " *";
    color: red;
}

div.required label.switch:after {
    margin-left: 60px;
}

/*-------------------------------------countrycode ---------------------------------------------*/
.form-group .country-code {
    width: 20%;
    display: inline-block;
}

.form-group .phone {
    width: 79%;
    display: inline-block;
}

.registerform-countrycode {
    width: 100%;
    display: inline-block;
    height: 50px;
    background-color: #e4edef;
    border: none;
    border-radius: 5px;
    color: #111;
    font-size: 15px;
    padding-left: 10px;
    max-width: 430px;
}

.form-group .phone .form-group .help-block {
    position: absolute;
    width: 300px;
}

.disablecategory,
.visual-disable-method {
    pointer-events: none;
    opacity: 0.4;
}

/*error page*/
.error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-wrapper p {
    text-align: center;
    margin: 10px 0 40px;
}

.error-wrapper .logo {
    height: 55px;
}

.error-wrapper h1 {
    color: #162b4d;
}

.error-wrapper .button_form {
    font-size: 15px;
    padding: 13px;
}

/*end error page*/
.file-link-text {
    white-space: break-spaces;
    word-break: break-all;
}

.transfer-search .kv-date-picker {
    border: none;
    background: #fff;
}

.transfer-search .icon-date {
    right: 2px;
}

.update-browser {
    width: 50vw;
    overflow: hidden;
    margin: 0 auto;
}

.update-browser h2 {
    text-align: center;
}

.update-browser h2 a {
}

.update-browser h2 a img {
    width: 300px;
}

.update-browser h3 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

.update-browser p {
    text-align: center;
    font-size: 19px;
    margin-top: 50px;
}

.update-browser div.links {
    display: flex;
    margin-top: 40px;
}

.update-browser div.links div {
    flex: 1;
    text-align: center;
}

.update-browser div.links div a {
}

.update-browser div.links div a img {
    width: 70px;
}

.sredstva_form .additional-form {
    display: none;
}

.sepa-error {
    margin-bottom: 20px;
    color: #ae536b;
    font-size: 15px;
}

.button_form{
    background: rgb(59, 130, 246);
    padding: 16px;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    margin-top: 8px;
    transition: background 0.2s, transform 0.1s;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    border: medium;
    color: white;
}