/*! normalize.css v8.0.0 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 600;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}


/* ----- Font ----- */
@font-face {
	font-family: 'icon';
	src:  url('../font/icon/icon.eot');
	src:  url('../font/icon/icon.eot?#iefix') format('embedded-opentype'),
		url('../font/icon/icon.ttf') format('truetype'),
		url('../font/icon/icon.woff') format('woff'),
		url('../font/icon/icon.svg?#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-ad:before {
  content: "\e900";
}
.icon-analytics:before {
  content: "\e901";
}
.icon-arrow-bottom:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-top:before {
  content: "\e905";
}
.icon-back:before {
  content: "\e906";
}
.icon-bin:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-computer-1:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}
.icon-edit:before {
  content: "\e90b";
}
.icon-eye:before {
  content: "\e90c";
}
.icon-filter-1:before {
  content: "\e90d";
}
.icon-logout:before {
  content: "\e90e";
}
.icon-menu:before {
  content: "\e90f";
}
.icon-next:before {
  content: "\e910";
}
.icon-pause:before {
  content: "\e911";
}
.icon-play-button:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-settings-1:before {
  content: "\e914";
}
.icon-stats-1:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}


/* ----- Scroll ----- */
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1)
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-corner {
    background: transparent
}
body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #f1f5f8;
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}
body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}
body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}


/* ----- All style ----- */
body {
	width: 100%;
	min-height: 100vh;
	font-family: 'montserrat', sans-serif;
	font-size: 15px;
	font-style: normal;
	background: #f1f5f8;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
section:before, .save-grain:before,
section:after, .save-grain:after {
	content: "";
	display: table;
}
section:after, .save-grain:after {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
input,
textarea,
button,
select {
	outline: none;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}


/* ----- Atomic style ----- */
.bg\(img\) {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	image-rendering: -webkit-optimize-contrast;
}
.case {
	width: 1160px;
	margin: 0 auto;
}
.tl\(main\) {
    margin: 0;
    color: #434c5d;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 1px;
}
.std\(btn\) {
	display: table;
    padding: 15px 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #2196f3;
    background: #2196f3;
	cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.std\(btn\):hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.align\(center\) {
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pos\(rel\) {
	position: relative;
}


/* ----- Identification ----- */
/* all */
.auth,
.recovery,
.reg,
.new-pass {
    padding: 50px 25px 25px 25px;
    text-align: right;
}
.auth {
    padding-bottom: 50px;
}
.ident {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ident__case {
	width: 88%;
	max-width: 400px;
	margin: 30px auto;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}
.ident__nav {
    background: #f1f5f8;
}
.ident__nav-item {
    float: left;
	width: 50%;
    padding: 30px 20px;
	color: #000;
	font-weight: 500;
    text-align: center;
	background: #fff;

	cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ident__nav-item_reg {
	color: #9c9c9c;
	background: none;
}
.ident__tl {
    margin: 0 0 35px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.ident__data {
	position: relative;
    padding: 5px 0;
}
.ident__data-icon-pass {
    position: absolute;
    top: 11px;
    right: 0;
    color: #e4e4e4;
    font-size: 22px;

    cursor: pointer;
	z-index: 1;
}
.ident__data-icon-pass:hover {
    color: #d4d4d4;
}
.ident__data-icon-pass.is\(active\) {
	color: #60b0f1;
}
.ident__data-input {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ident__data-input:focus {
    border-bottom: 1px solid #2196f3;
}
.ident__data input[type="password"] {
    padding: 7px 30px 7px 10px;
}
.ident__data-info,
.ident__data-error {
    margin: 5px 0 0 0;
    color: #8e8e8e;
    font-size: 13px;
}
.ident__data-input:focus ~ .ident__data-info {
    color: #2196f3;
}
.ident__data-error {
    color: #ff0000;
}
.ident__btn {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 15px 40px;
}
.ident__btn:hover {
    color: #2196f3;
    background: rgba(255, 255, 255, 0);
}
.ident__desc {
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
    text-align: right;
    font-size: 14px;
	line-height: 18px;
    border-top: 1px solid #e4e4e4;
}
.ident__link {
	color: #6a84d9;
	font-size: 14px;
	text-decoration: underline;

	cursor: pointer;
	user-select: none;
}
/* authentication */
.js\(open-recovery\) .auth,
.js\(open-reg\) .auth {
	display: none;
}
.js\(open-reg\) .ident__nav-item_auth {
	color: #9c9c9c;
	background: none;
}
/* recovery */
.recovery,
.js\(open-recovery\).js\(open-reg\) .recovery {
	display: none;
}
.js\(open-recovery\) .recovery {
	display: block;
}
/* registration */
.reg {
	display: none;
}
.js\(open-reg\) .reg {
	display: block;
}
.js\(open-reg\) .ident__nav-item_reg {
	color: #000;
	background: #fff;
}
/* ident info */
.ident-i {
    padding: 45px 25px;
    text-align: center;
}
.ident-i__tl {
    margin: 0 0 25px 0;
    font-size: 22px;
    font-weight: 300;
}
.ident-i__tx {
    line-height: 22px;
}


/* ----- Panel page ----- */
/* all */
.panel {
    overflow-x: hidden;
    position: relative;
	color: #48535b;
}


/* ----- Left menu ----- */
/* all */
.lmenu {
    position: fixed;
    overflow: hidden;
	padding: 65px 0 40px 0;
    width: 300px;
    height: 100%;
	left: 0;

    z-index: 3;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lmenu:hover {
    overflow-y: auto;
}
.lmenu__logo {
    margin: 0 65px;
}
.lmenu__logo-icon,
.lmenu__logo-name {
	display: inline-block;
	vertical-align: middle;
}
.lmenu__logo-icon {
    color: #6a84d9;
    font-size: 32px;
}
.lmenu__logo-name {
	font-size: 24px;
	font-weight: 500;
}
.lmenu__list {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
}
.lmenu__item {
    padding: 20px 25px 20px 65px;
}
.lmenu__item-lk {
    display: inline-block;
    position: relative;

	user-select: none;
    outline: none;
    cursor: pointer;
}
.lmenu__item-lk:hover,
.lmenu__item-lk:hover .lmenu__item-icon {
    color: rgba(106, 132, 217, 0.7);
}
.lmenu__item.is\(active\) .lmenu__item-lk,
.lmenu__item.is\(active\) .lmenu__item-icon,
.lmenu__item-l2.is\(active\) {
    color: #6a84d9;
}
.lmenu__item-lk.js\(next-hidden\) {
	padding: 0 20px 0 0;
}
.lmenu__item-lk.js\(next-hidden\):after {
    position: absolute;
    content: '';
    margin: -3px 0 0 0;
    top: 50%;
    right: 0;
	border-top: 7px solid #7e8a95;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.lmenu__item-icon {
    position: absolute;
    margin: -10px 0 0 0;
    top: 50%;
    color: #7e8a95;
    font-size: 20px;
}
.lmenu__item-name {
    display: inline-block;
    padding: 0 0 0 40px;
    font-size: 15px;
    font-weight: 500;
}
.lmenu__list-l2 {
    margin: 15px 0 -15px 40px;
    padding: 0;
	list-style: circle;
}
.lmenu__item-l2 {
    padding: 10px 0;
    color: #8e8e8e;
    font-size: 14px;
}
.lmenu__item-l2.networks__add {
    margin-left: -15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #2988d4;
    color: #55a2e0;
	color: #35c488;
}
.lmenu__item-l2.networks__add::marker {
    content: "";
}
.lmenu__item-lk-l2:hover {
    text-decoration: underline;
}
/* mobile */


/* ----- Main ----- */
/* all */
.main {
    margin: 0 0 0 300px;
    padding: 65px 65px 30px 65px;
    min-height: 100vh;

	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* top menu */
.tmenu__nav {
    display: none;
}
.tmenu__data {
    float: left;
}
.tmenu__data-tl:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}
.tmenu__user {
    position: relative;
    float: right;
}
.tmenu__user-tl {
    margin: 0 0 15px 0;

	user-select: none;
	cursor: pointer;
}
.tmenu__user-tl:hover {
    color: #2988d4;
}
.tmenu__user-icon,
.tmenu__user-name,
.tmenu__user-ar {
	display: inline-block;
	vertical-align: middle;
}
.tmenu__user-icon {
    padding: 0 10px 0 0;
    color: #cacaca;
    font-size: 28px;
}
.tmenu__user-tl:hover .tmenu__user-icon {
    color: #99c5e8;
}
.tmenu__user-ar {
    padding: 2px 0 0 5px;
    font-size: 12px;
}
.tmenu__user-nav {
	display: none;
    position: absolute;
    margin: 0;
    padding: 10px 25px;
	min-width: 200px;
    top: 100%;
	right: 0;
    color: #000;
    border-radius: 4px;
    background: #fff;
    list-style: none;

	-webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
       -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
            box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    z-index: 4;
}
.tmenu__user-nav-item {
    margin: 20px 0;
    text-align: right;
}
.tmenu__user-nav-lk:hover {
    color: #2988d4;
	text-decoration: underline;
}
/* case main */
.main__case {
	-webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.main__head {
    margin: 35px 0 40px 0;
}
.main__head-nav {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
}
.main__head-nav-item {
    position: relative;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 0 25px 0 0;
}
.main__head-nav-item:last-child {
    margin-right: 0;
    padding: 0;
}
.main__head-nav-item:after {
    font-family: 'icon' !important;
    position: absolute;
    content: '\e904';
    margin: -6px 0 0 0;
    top: 50%;
    right: 0;
    font-size: 12px;
}
.main__head-nav-item:last-child::after {
	display: none;
}
.main__head-nav-lk {
    color: #6a84d9;
}
.main__head-nav-lk:hover {
	text-decoration: underline;
}
/* footer */
.main__footer {
	margin: 70px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #ccc;

	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.fmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.fmenu__item {
    display: inline-block;
    margin: 10px 0 10px 30px;
    color: #6a84d9;
}
.fmenu__item-lk:hover {
	text-decoration: underline;
}


/* ----- Form popup ----- */
/* all*/
.f-popup {
	margin: 45px auto;
    padding: 40px 45px;
    width: 85%;
	max-width: 500px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.f-popup__close {
    position: absolute;
    top: 0;
    right: -35px;
    color: #fff;
    font-size: 18px;
}
/* form info */
.f-info__tl {
    font-size: 22px;
}
.f-info__tx {
    margin: 25px 0 0 0;
	font-size: 16px;
    line-height: 22px;
}
#statGraph .f-info__tx {
    width: 100%;
    height: max-content;
    padding: 0 0 10px 0;
    overflow-y: hidden;
    overflow-x: scroll;
    box-sizing: border-box;
}
.f-info__tx a {
	color: #6a84d9;
	text-decoration: underline;
}


/* ----- Standart element ----- */
/* title */
.std-tl {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.std-tx {
    overflow-wrap: break-word;
}
.std-case_postback .std-tx {
    padding: 0 0 10px 0;
}
.std-tx__postback {
    padding: 15px 0 0 0;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 1.25;
}
.std-tx__postback span {
    font-style: italic;
}
/* case */
.std-case {
    padding: 30px;
	border-radius: 7px;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.std-case__main {
    padding: 30px 0 0 0;
}
.std-case_postback .std-case__main {
    padding: 10px 0 0 0;
}
.std-case__footer {
    margin: 25px -30px 0 -30px;
    padding: 25px 30px 0 30px;
    text-align: right;
    border-top: 1px solid #e0e0e0;
}
/* btn */
.std-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.std-btn:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.std-btn__save {
	padding: 12px 30px;
    color: #fff;
	border-radius: 30px;
    border: 1px solid #2196f3;
    background: #2196f3;
    cursor: pointer;
}
.std-btn__save:hover {
	color: #2196f3;
	background: #fff;
}
/* case head */
.std-case__head {
    margin: 0 -30px;
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.std-case__head-tl {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.std-case__api .std-case__head-tl {
    padding: 8px 0;
}
.std-case__head-tl_link {
    margin-left: 10px;
    color: #2988d4;
    font-size: 11px;
}
.std-case__head-tl_link:hover {
    color: #65abe1;
}
.std-case__head-tl_link + .std-case__head-tl_link:before {
    content: '\25CB';
    padding: 0 10px 0 0;
    color: #000;
}
.std-case__head-ctrl {
    float: right;
}
.std-case__head-btn {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.std-case__head-btn:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}
.std-case__head-btn_blue {
	color: #fff;
	background: #359ff4;
	border-color: #359ff4;
}
.std-case__head-btn_blue:hover {
    color: #2988d4;
    background: none;
}
.std-case__head-btn_xlsx:hover {
	color: #578eba;
    border: 1px dotted #b2b2b2;
}
.std-case__head-btn_discard {
    color: #ff6262;
    border-color: #ff8d8d;
}
.std-case__head-btn_discard:hover {
    color: #ff8e8e;
    border-style: dotted;
    border-color: #f16b6b;
}
.std-td__icon {
    margin: 0 10px;
    font-size: 17px;
}
/* standart table */
.std-case__wrap-table {
	overflow-x: auto;
}
.std-case__table {
    display: table;
    width: 100%;
	border-collapse: collapse;
}
.std-case__thead {
	display: table-row-group;
    display: table-header-group;
}
.std-case__tbody {
	display: table-row-group;
}
.std-case__tr {
    display: table-row;
}
.std-case__td {
    display: table-cell;
    padding: 15px 10px;
	border-bottom: 1px solid #e6e6e6;
}
.std-case__thead .std-case__td {
    padding: 25px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}
.std-case__td_name {
    color: #6a84d9;
}
.std-td__link {
    cursor: pointer;
}
.std-td__link:hover {
    opacity: 0.6;
}
.std-case__tbody .std-case__tr .std-case__td:last-child {
	white-space: nowrap;
}
.std-case__tbody .std-case__tr .std-case__td:last-child .std-td__link {
	display: inline-block;
	margin: 0 10px;
}
.std-case__tbody .std-case__tr .std-case__td:last-child .std-td__icon {
	margin: 0;
}
.std-case__load {
    display: block;
    padding: 0 0 8px 0;
    position: relative;
    height: 100px;
}
.std-case__load .img-upload__loading {
    background: none;
}
.std-case__td_graph {
    color: #2988d4;
    font-weight: 500;
    cursor: pointer;
}
.std-case__td_graph .std-td__icon {
    font-size: 15px;
}
.std-case__td_graph:hover {
    color: #85caff;
}
/* standart item */
.std-item {
    padding: 10px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.std-item__name {
    margin: 0 25px 5px 0;
	-webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
}
.std-item__data {
	position: relative;
    width: 100%;
}
.std-item__image {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 120px;
    margin: 0 15px 0 0;
    border: 1px solid #dbdbdb;
    background-color: #efefef;
}
.std-item__input,
.std-item__textarea,
.std-item__select {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 55px 7px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tracker_parameters .menu-item__data .std-item__input {
    padding-right: 10px;
}
/* */
.std-item__input::placeholder,
.std-item__textarea::placeholder {
	font-size: 14px;
    color: #ababab;
}
.std-item__input:focus::-webkit-input-placeholder,
.std-item__textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.std-item__input:focus::-moz-placeholder,
.std-item__textarea:focus::-moz-placeholder {
  color: transparent
}

.std-item__input:focus:-moz-placeholder,
.std-item__textarea:focus:-moz-placeholder {
  color: transparent
}

.std-item__input:focus:-ms-input-placeholder,
.std-item__textarea:focus:-ms-input-placeholder {
  color: transparent
}
/* */
.std-item__select {
	padding: 7px 0;
}
.std-item__input:disabled {
    color: #bdbdbd;
    background: none;
}
.std-item__textarea {
	overflow: hidden;
	resize: none;
	min-height: 33px;
	max-height: 86px;
}
.js\(max-h\) .std-item__textarea {
	overflow-y: auto;
}
.std-item__input:focus,
.std-item__textarea:focus,
.std-item__select:focus {
    border-bottom: 1px solid #2196f3;
}
.std-item__data-info,
.std-item__data-error {
    margin: 5px 0 0 0;
    color: #8e8e8e;
    font-size: 12px;
    text-align: right;
}
.std-item__input:focus ~ .std-item__data-info,
.std-item__textarea:focus ~ .std-item__data-info,
.std-item__select:focus ~ .std-item__data-info {
    color: #2196f3;
}
.std-item__data-error {
    color: #ff0000;
}
.std-item__characters {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0 0 0;
    font-size: 13px;
}
.js\(max-h\) .std-item__characters {
	padding: 10px 22px 0 0;
}
/* hiding btn */
.std-case__thead .hiding__item {
    margin-right: 37px;
	color: #6ceab5;
}
.std-case__thead .hiding__item_active {
	color: #e9e9e9;
}
.std-case__tbody .hiding__item {
	color: #e9e9e9;
}
.std-case__tbody .hiding__item.hiding__item_active {
	color: #ff8989;
}
.std-case__thead .hiding__item .std-td__icon {
	vertical-align: middle;
}
/* checkbox */
.std-checkbox {
    display: table;
    position: relative;
    padding-left: 32px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.std-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;

    cursor: pointer;
}
.std-checkbox__mark {
    position: absolute;
    margin: -10px 0 0 0;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.std-checkbox:hover input ~ .std-checkbox__mark {
    border: 1px solid #00c2ff;
}
.std-checkbox input:checked ~ .std-checkbox__mark {
    border: 1px solid #00c2ff;
}
.std-checkbox__mark:after {
    content: "";
    position: absolute;
    display: none;
}
.std-checkbox input:checked ~ .std-checkbox__mark:after {
    display: block;
}
.std-checkbox .std-checkbox__mark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #00c2ff;
}
/* pagination */
.std-pgn {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.std-pgn__item {
    display: inline-block;
    padding: 5px 0 5px 0;
}
.std-pgn__lk {
    display: table;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.std-pgn__lk:hover {
	color: #2988d4;
	border: 1px solid #359ff4;
}
.std-pgn__item.is\(active\) .std-pgn__lk {
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
}
/* navigation tab */
.std-tab__nav {
    overflow: hidden;
    margin: 35px 0 45px 0;
    width: 100%;
    height: 57px;
	border-radius: 5px;
}
.std-tab__nav-list {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    background: #e8eff3;
    list-style: none;
}
.std-tab__nav-item {
    overflow: hidden;
    display: inline-block;
    min-width: 140px;
    width: 16.6%;
    padding: 20px 10px;
    text-align: center;
    color: #7b7b7b;
	font-size: 15px;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.std-tab__nav-item:last-child {
    width: 17%;
}
.std-tab__nav-item.active {
    color: #6a84d9;
	font-weight: 500;
    border-radius: 5px;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}
.std-tab__nav-item:hover {
	color: #7b91d8;
}
.std-tab__nav-item.active {
	color: #6a84d9;
}
.js\(tab__case-item\) {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}
.js\(tab__case-item\).active {
    display: block;
    opacity: 1;
}
/* no data */
.no-data {
    padding: 30px 0;
    color: #6a84d9;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
/* form filter date */
#f-filer {
    max-width: 640px;
    padding: 40px 30px;
}
.f-filer__calendar {
    display: table;
}
.f-filer__calendar-item {
    float: left;
	padding: 0 20px;
    box-sizing: border-box;
}
.f-filer__calendar-item:first-child {
    border-right: 1px solid #ccc;
}
.f-filer__calendar-tl {
	display: none;
}
.f-filer__calendar-date {
	display: table;
}
.f-filer__ctrl {
    margin: 30px 0 0 0;
    text-align: center;
}
.f-filer__ctrl-apply {
    padding: 12px 30px;
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
	cursor: pointer;
}
.f-filer__ctrl-apply:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
    background: none;
}


/* ----- Image upload ----- */
#img-upload {
    max-width: 1000px;
}
.img-upload__img-block {
	position: relative;
	display: table;
	margin: 30px auto 0 auto;
}
.img-upload__img {
	display: table;
	margin: 0 auto;
}
#preview{
	max-width: 100%;
	max-height: 500px;
}
.img-upload__block-btn {
	display: table;
	margin: 30px auto 0 auto;
}
.img-upload__btn {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.img-upload__btn-save {
    color: #fff;
    border: 1px solid #2196f3;
    background: #2196f3;
    cursor: pointer;
}
.img-upload__btn-save:hover {
    color: #2196f3;
    background: #fff;
}
/* loading image */
.img-upload__loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 3;
}
.jcrop-holder {
	z-index: 2;
}
.img-upload__loading-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-color: rgba(0,0,0,0);
	border: 4px solid rgb(0, 183, 229);
	border-top: 4px solid rgba(0,0,0,0);
	border-left: 4px solid rgba(0,0,0,0);
	border-radius: 50%;
	-moz-animation: spin 0.7s infinite linear;
	-webkit-animation: spin 0.7s infinite linear;
}
@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
/* image validate */
.img-upload__error {
	text-align: center;
	color: #ba2419;
	font-size: 17px;
}


/* ----- custom input type-file ----- */
.input__type-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.input__type-file + label {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* ----- Home ----- */
/* block money */
.h-main-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.h-money {
    float: left;
    width: 40%;
}
.h-money__tl {
    font-size: 13px;
}
.h-money__value {
    margin: 10px 0 0 0;
    color: #41527d;
    font-size: 28px;
}
.h-money__count {
    padding: 0 10px 0 0;
    font-weight: 700;
	white-space: nowrap;
}
.h-money__main {
    margin: 30px -30px;
    padding: 30px 0;
    background: #fbfbfb;
}
.h-money__main-item,
.h-money__bottom .h-money__item {
    float: left;
    width: 50%;
    padding: 0 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h-money__main-item .h-money__value {
	font-size: 22px;
}
.h-money__bottom {
	position: relative;
	margin: 0 -30px;
}
.h-money__control-btn {
	position: absolute;
	right: 30px;
	bottom: 0;
    font-size: 14px;
}
.h-money__control-btn:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}
/* chart */
.h-chart {
    float: right;
    width: 55%;
    height: 340px;

	margin-left: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}
/* info */
.h-info {
    margin: 50px 0 0 0;
}
.h-info__item {
    float: left;
    width: 50%;
    padding: 0 0 0 40px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h-info__item:first-child {
	padding: 0 40px 0 0;
	border-right: 1px solid #ccc;
}
.h-info__item-line {
    padding: 25px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.h-info__item-line:first-child {
    padding: 0;
}
.h-info__item-tl {
    font-size: 13px;
}
.h-info__item-lk {
    display: inline-block;
    margin: 10px 0 0 0;
	color: #41527d;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.h-info__item-lk:hover {
    border-bottom: 1px solid #41527d;
}
.h-info__item-status {
    margin: 10px 0 0 0;
	color: #41527d;
    font-size: 20px;
    font-weight: 600;
}
.h-info__item-status-btn {
    margin: 15px 0 0 0;
    font-size: 14px;
}
.h-info__item-status-btn:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}


/* ----- Income ----- */
/* income home */
.income__brief {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.income__brief-item {
    float: left;
    margin: 0 2.5% 0 0;
    width: 23%;
}
.income__brief-item:last-child {
	margin: 0;
}
.income__brief-item-tl {
    font-size: 13px;
}
.income__brief-item-value {
    margin: 10px 0 0 0;
    color: #41527d;
    font-size: 20px;
}
.income__brief-item-count {
    padding: 0 10px 0 0;
    font-weight: 700;
	white-space: nowrap;
}
.income__brief-item-btn,
.income__brief-item-pay {
    margin: 20px 0 0 0;
    padding: 8px 15px;
    font-size: 13px;
}
.income__brief-item-btn:hover,
.income__brief-item-pay:hover {
	color: #2988d4;
    border: 1px solid #359ff4;
	background: none;
}
.income__brief-item-pay {
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
}
.income__orders {
    margin: 35px 0 0 0;
}
/* pay */
#f-income-pay {
    max-width: 450px;
}
.f-pay__tl {
    margin: 0 0 25px 0;
    font-size: 22px;
}
.f-pay__form {
    text-align: right;
}
.f-pay__data {
    position: relative;
    padding: 5px 0;
}
.f-pay__data-input,
.f-pay__data-select {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.f-pay__data-input:focus,
.f-pay__data-select:focus {
    border-bottom: 1px solid #2196f3;
}
.f-pay__data-info,
.f-pay__data-error {
    margin: 5px 0 0 0;
    color: #8e8e8e;
    font-size: 13px;
}
.f-pay__data-input:focus ~ .f-pay__data-info,
.f-pay__data-select:focus ~ .f-pay__data-info {
    color: #2196f3;
}
.f-pay__data-error {
    color: #ff0000;
}
.f-pay__btn {
    margin: 15px 0 0 0;
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;

    cursor: pointer;
}
.f-pay__desc {
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #e4e4e4;
}
.f-pay__no,
.f-pay__success {
    font-size: 16px;
}
/* income stat */
.income__stat-item {
    float: left;
    width: 48%;
}
.income__stat-item:first-child {
    margin: 0 4% 0 0;
}
.income__stat-tl {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.income__stat-ctrl {
    float: right;
}
.income__stat-btn {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.income__stat-btn:hover {
	color: #2988d4;
	border: 1px solid #359ff4;
}
.income__chart {
    margin: 35px 0 0 0;
    height: 340px;
}
/* income story */
.income__story {
    margin: 35px 0 0 0;
}
.income__few-story-block {
    float: left;
    width: 48%;
}
.income__few-story-block:first-child {
    margin: 0 4% 0 0;
}
.income__few-story-item {
    float: left;
    width: 50%;
    padding: 0 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.income__few-story-item:first-child {
    padding: 0 30px 0 0;
    border-right: 1px solid #ccc;
}
.income__few-story-tl {
    font-size: 13px;
}
.income__few-story-value {
    margin: 10px 0 0 0;
    color: #41527d;
    font-size: 22px;
}
.income__few-story-count {
    padding: 0 10px 0 0;
    font-weight: 700;
	white-space: nowrap;
}


/* ----- Metrics ----- */
/* all */
.metrics__visits {
    margin: 35px 0 0 0;
}
/* summary table */
.metrics__summary-table,
.metrics__summary-stat {
    float: left;
    width: 48%;
}
.metrics__summary-table .std-case__wrap-table {
    height: 310px;
}
.metrics__summary-table {
	margin: 0 4% 0 0;
}
/* summary chart */
.metrics__summary-stat-head {
    padding: 30px 0;
}
.metrics__summary-stat-tl {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.metrics__summary-stat-ctrl {
    float: right;
}
.metrics__summary-stat-btn {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.metrics__summary-stat-btn:hover {
	color: #2988d4;
    border: 1px solid #359ff4;
}
.metrics__summary-charts {
    margin: 35px 0 0 0;
    height: 305px;
}
/* table visits */
.metrics__visits-link_output {
    display: table;
    margin: 0 0 15px 0;
    color: #6a84d9;
    text-decoration: underline;
    white-space: nowrap;
}
.metrics__visits-link_output:hover {
    opacity: 0.5;
}
.metrics__visits-link_output:last-child {
    margin: 0;
}


/* ----- Partner ----- */
/* home partner */
/* stat partner */
.partner__stat-item {
	float: left;
    width: 48%;
}
.partner__stat-item:first-child {
    margin: 0 4% 0 0;
}
.partner__stat-tl {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.partner__stat-ctrl {
    float: right;
}
.partner__stat-btn {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.partner__stat-btn:hover {
	color: #2988d4;
	border: 1px solid #359ff4;
}
.partner__chart {
    margin: 35px 0 0 0;
    height: 340px;
}


/* ----- Settings site ----- */
.settings__product {
    margin: 35px 0 0 0;
}
.settings__product-list {
    overflow-y: auto;
    max-height: 220px;
}
.settings__product-item {
    margin: 15px 0;
}


/* ----- Promotion ----- */
.promotion__social-list {
    margin: 45px 0 20px 0;
}
.promotion__social-item {
    float: left;
    margin: 0 3% 0 0;
    padding: 0 3% 0 0;
    width: 22%;
    border-right: 1px solid #e2e2e2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promotion__social-item:last-child {
	padding: 0;
	border-right: none;
}
.promotion__social-item-tl {
    margin: 0 0 20px 0;
    font-weight: 500;
}
.promotion__social-item-icon,
.promotion__social-item-name {
    vertical-align: middle;
}
.promotion__social-item-icon {
    margin: 0 5px 0 0;
    color: #6a84d9;
    font-size: 18px;
}
.promotion__social-item-btn {
    padding: 8px 35px;
}
.promotion__social-item-btn:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}
.promotion__link {
	margin: 35px 0 0 0;
}
.promotion__link-list {
    overflow-y: auto;
    margin: 25px 0 0 0;
    max-height: 250px;
}
.promotion__link-item {
    margin: 20px 0;
}
.promotion__link-item-tl {
    margin: 0 0 5px 0;
    font-weight: 500;
}
.promotion__link-item-lk {
    color: #6a84d9;
}


/* ----- Instruction ----- */
.instr__main {
    font-size: 16px;
    line-height: 22px;
}
.instr__main h2,
.instr__main h3 {
    margin: 25px 0 15px 0;
    font-weight: 400;
}
.instr__main h2 {
    font-size: 26px;
}
.instr__main h3 {
    font-size: 22px;
}
.instr__main a {
	display: inline-block;
	color: #6a84d9;
	text-decoration: underline;
}
.instr__main li {
    margin: 10px 0;
}
.instr__main img {
	display: block;
    width: 100%;
    max-width: 550px;
}
.instr__main-prev {
    position: relative;
    margin: 0 0 25px 0;
}
.instr__main-prev:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.01);
}
.instr__main-prev:after {
    position: absolute;
    content: 'Нажмите для увеличения';
    margin: 3px 0 0 0;
    right: 0;
    font-size: 13px;
}



/* ----- About user ----- */
/* about pay */
.about-pay__list {
    margin: 45px 0 0 0;
}
.about-pay__list {
	display: table;
	width: 100%;
	font-size: 0;
}
.about-pay__item {
    display: inline-block;
    margin: 0 0 25px 0;
    padding: 20px;
    width: 31.3%;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background: #fdfdfd;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-pay__item:nth-child(3n+2) {
    margin: 0 3% 25px 3%;
}
.about-pay__item-type {
    font-weight: 500;
}
.about-pay__item-value {
	overflow: hidden;

    margin: 15px 0 5px 0;
    color: #6a84d9;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 7px;

	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.about-pay__item-ctrl {
    margin: 15px 0 0 0;
    font-size: 14px;
    text-align: right;
}
.about-pay__item-edit,
.about-pay__item-del {
    margin: 5px 0;
}
.about-pay__item-edit:hover,
.about-pay__item-del:hover {
	color: #2988d4;
    border: 1px solid #359ff4;
	background: none;
}
.about-pay__item-edit {
    background: #fff;
}
.about-pay__item-del {
    margin-left: 10px;
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
    cursor: pointer;
}
.about-pay__none {
    padding: 0 0 10px 0;
    color: #6a84d9;
    font-size: 15px;
    font-weight: 500;
}
/* about user */
.about-user {
	margin: 35px 0 0 0;
}
/* form auth and pay details */
#auth-details,
#pay-details {
    max-width: 450px;
}
.auth-details__tl,
.pay-details__tl {
	margin: 0 0 25px 0;
	font-size: 22px;
}
.auth-details__form,
.pay-details__form {
    text-align: right;
}
.auth-details__data,
.pay-details__data {
	position: relative;
    padding: 5px 0;
}
.auth-details__data-icon-pass {
    position: absolute;
    top: 11px;
    right: 0;
    color: #e4e4e4;
    font-size: 22px;

    cursor: pointer;
	z-index: 1;
}
.auth-details__data-icon-pass:hover {
    color: #d4d4d4;
}
.auth-details__data-icon-pass.is\(active\) {
	color: #60b0f1;
}
.auth-details__data-input,
.pay-details__data-input,
.pay-details__data-select {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auth-details__data-input:focus,
.pay-details__data-input:focus {
    border-bottom: 1px solid #2196f3;
}
.auth-details__data input[type="password"] {
    padding: 7px 30px 7px 10px;
}
.auth-details__data-info,
.auth-details__data-error,
.pay-details__data-info,
.pay-details__data-error {
    margin: 5px 0 0 0;
    color: #8e8e8e;
    font-size: 13px;
}
.auth-details__data-input:focus ~ .auth-details__data-info,
.pay-details__data-input:focus ~ .pay-details__data-info {
    color: #2196f3;
}
.auth-details__data-error,
.pay-details__data-error {
    color: #ff0000;
}
.auth-details__btn,
.pay-details__btn {
    margin: 15px 0 0 0;
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
    cursor: pointer;
}
.auth-details__btn:hover,
.pay-details__btn:hover {
	color: #2988d4;
	border: 1px solid #359ff4;
	background: none;
}
.auth-details__desc,
.pay-details__desc {
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
    text-align: right;
    font-size: 14px;
	line-height: 18px;
    border-top: 1px solid #e4e4e4;
}


/* ----- Menu items ----- */
.menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0 0 0;
}
.menu-item__unit {
    width: 100%;
}
.menu-item__unit + .menu-item__unit {
    padding: 0 0 0 30px;
}
.menu-item__name {
    font-weight: 500;
    font-size: 13px;

	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}



@media (max-width: 1366px){
	/* ----- All style ----- */

	/* ----- Atomic style ----- */

	/* ----- Identification ----- */
	/* all */
	/* authentication */
	/* recovery */
	/* registration */

	/* ----- Panel page ----- */
	/* all */

	/* ----- Left menu ----- */
	/* all */
	.lmenu {
	    width: 280px;
	}
	.lmenu__logo {
	    margin: 0 45px;
	}
	.lmenu__item {
	    padding: 20px 25px 20px 45px;
	}
	/* mobile */

	/* ----- Main ----- */
	/* all */
	.main {
	    margin: 0 0 0 280px;
	    padding: 65px 45px 30px 25px;
	}
	/* top menu */
	/* case main */
	/* footer */

	/* ----- Form popup ----- */
	/* all*/
	/* form info */

	/* ----- Standart element ----- */
	/* title */
	/* case */
	/* btn */
	/* case head */
	/* standart table */
	/* standart item */
	/* checkbox */
	/* pagination */
	/* no data */
	/* form filter date */

	/* ----- Image upload ----- */
	/* loading image */
	/* image validate */

	/* ----- custom input type-file ----- */

	/* ----- Home ----- */
	/* block money */
	.h-money {
	    width: 47%;
	}
	.h-money__main-item .h-money__value {
	    font-size: 21px;
	}
	/* chart */
	.h-chart {
	    width: 47%;
	}
	/* info */

	/* ----- Income ----- */
	/* income home */
	.income__brief {
	    overflow-x: auto;
	    white-space: nowrap;
	}
	.income__brief-item {
	    display: inline-block;
	    float: none;
	    min-width: 225px;
	    margin: 0 2.5% 10px 0;
	}
	.income__brief-item:last-child {
	    margin: 0 0 10px 0;
	}
	/* pay */
	/* income stat */
	/* income story */
	.income__few-story-block {
	    /*max-width: 320px;*/
	}
	.income__few-story-item {
	    float: none;
	    width: 100%;
	    padding: 0;
	}
	.income__few-story-item:first-child {
	    margin: 0 0 20px 0;
	    padding: 0 0 20px 0;
	    border-right: none;
	    border-bottom: 1px solid #e0e0e0;
	}

	/* ----- Metrics ----- */
	/* all */
	/* summary table */
	/* summary chart */
	/* table visits */

	/* ----- Partner ----- */
	/* home partner */
	/* stat partner */

	/* ----- Settings site ----- */

	/* ----- Promotion ----- */
	.promotion__social-list {
	    overflow-x: auto;
	    white-space: nowrap;
	}
	.promotion__social-item {
	    display: inline-block;
	    float: none;
	    min-width: 190px;
	    margin: 0 3% 10px 0;
	}
	.promotion__social-item:last-child {
	    margin: 0 0 10px 0;
	}

	/* ----- Instruction ----- */

	/* ----- About user ----- */
	/* about pay */
	.about-pay__list {
	    overflow-x: auto;
	    display: block;
	    white-space: nowrap;
	}
	.about-pay__item {
	    display: inline-block;
	    float: none;
	    min-width: 290px;
	    margin: 0 0 10px 0;
	}
	.about-pay__item:nth-child(3n+2) {
	    margin: 0 3% 10px 3%;
	}
	/* about user */
	/* form auth and pay details */
}


@media (max-width: 1280px){
	/* ----- All style ----- */

	/* ----- Atomic style ----- */

	/* ----- Identification ----- */
	/* all */
	/* authentication */
	/* recovery */
	/* registration */

	/* ----- Panel page ----- */
	/* all */

	/* ----- Left menu ----- */
	/* all */
	/* mobile */

	/* ----- Main ----- */
	/* all */
	/* top menu */
	/* case main */
	/* footer */

	/* ----- Form popup ----- */
	/* all*/
	/* form info */

	/* ----- Standart element ----- */
	/* title */
	/* case */
	/* btn */
	/* case head */
	/* standart table */
	/* standart item */
	/* checkbox */
	/* pagination */
	/* no data */
	/* form filter date */

	/* ----- Image upload ----- */
	/* loading image */
	/* image validate */

	/* ----- custom input type-file ----- */

	/* ----- Home ----- */
	/* block money */
	/* chart */
	/* info */
	.h-info__item-lk {
	    font-size: 19px;
	}

	/* ----- Income ----- */
	/* income home */
	/* pay */
	/* income stat */
	.income__stat-item {
	    float: none;
	    width: 100%;
	    margin: 0 0 35px 0;
	}
	.income__stat-item:first-child {
	    margin: 0 0 35px 0;
	}
	.income__chart {
	    height: 300px;
	}
	/* income story */

	/* ----- Metrics ----- */
	/* all */
	/* summary table */
	/* summary chart */
	/* table visits */

	/* ----- Partner ----- */
	/* home partner */
	/* stat partner */
	.partner__stat-item {
	    float: none;
	    width: 100%;
	    margin: 0 0 35px 0;
	}
	.partner__stat-item:first-child {
	    margin: 0 0 35px 0;
	}
	.partner__chart {
	    height: 300px;
	}

	/* ----- Settings site ----- */

	/* ----- Promotion ----- */

	/* ----- Instruction ----- */

	/* ----- About user ----- */
	/* about pay */
	/* about user */
	/* form auth and pay details */
}


@media (min-width: 1025px){
	.main {
	    min-width: auto !important;
	}
}


@media (max-width: 1024px){
	/* ----- All style ----- */
	html {
	    overflow-x: hidden;
	}

	/* ----- Atomic style ----- */

	/* ----- Identification ----- */
	/* all */
	/* authentication */
	/* recovery */
	/* registration */

	/* ----- Panel page ----- */
	/* all */

	/* ----- Left menu ----- */
	/* all */
	.lmenu {
		overflow-y: auto;
	    display: none;
	}
	/* mobile */
	.js\(lmenu\) .lmenu {
	    display: block;
	}
	.js\(lmenu\) .main {
	    margin: 0 0 0 280px;
	}

	/* ----- Main ----- */
	/* all */
	.main {
	    margin: 0;
	    padding: 65px 45px 30px 45px;
	}
	/* top menu */
	.tmenu__nav {
	    display: block;
	    float: left;
	    padding: 10px 12px;
	    color: #ffffff;
	    font-size: 23px;
	    border-radius: 4px;
	    background: #359ff4;

	    cursor: pointer;
		-webkit-box-shadow: 0 1px 10px rgba(45,62,80,0.17);
	    -moz-box-shadow: 0 1px 10px rgba(45,62,80,0.17);
	    box-shadow: 0 1px 10px rgba(45,62,80,0.17);
	}
	.tmenu__nav-btn {
	    display: table;
	}
	.tmenu__data {
	    display: none;
	}
	.tmenu__user-tl {
	    margin: 8px 0 7px 0;
	}
	.tmenu__user-nav {
	    top: 120%;
	}
	/* case main */
	/* footer */

	/* ----- Form popup ----- */
	/* all*/
	/* form info */

	/* ----- Standart element ----- */
	/* title */
	/* case */
	/* btn */
	/* case head */
	/* standart table */
	/* standart item */
	/* checkbox */
	/* pagination */
	/* no data */
	/* form filter date */

	/* ----- Image upload ----- */
	/* loading image */
	/* image validate */

	/* ----- custom input type-file ----- */

	/* ----- Home ----- */
	/* block money */
	/* chart */
	/* info */

	/* ----- Income ----- */
	/* income home */
	/* pay */
	/* income stat */
	/* income story */

	/* ----- Metrics ----- */
	/* all */
	/* summary table */
	/* summary chart */
	/* table visits */

	/* ----- Partner ----- */
	/* home partner */
	/* stat partner */

	/* ----- Settings site ----- */

	/* ----- Promotion ----- */

	/* ----- Instruction ----- */

	/* ----- About user ----- */
	/* about pay */
	/* about user */
	/* form auth and pay details */
}


@media (max-width: 767px){
	/* ----- All style ----- */

	/* ----- Atomic style ----- */

	/* ----- Identification ----- */
	/* all */
	/* authentication */
	/* recovery */
	/* registration */

	/* ----- Panel page ----- */
	/* all */

	/* ----- Left menu ----- */
	/* all */
	/* mobile */

	/* ----- Main ----- */
	/* all */
	/* top menu */
	.tmenu__user-name {
	    overflow: hidden;
	    max-width: 100px;

	    white-space: nowrap;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	}
	/* case main */
	/* footer */

	/* ----- Form popup ----- */
	/* all*/
	.f-popup {
	    margin: 55px auto;
	}
	.f-popup__close {
	    top: -35px;
	    right: 0;
	    font-size: 20px;
	}
	/* form info */

	/* ----- Standart element ----- */
	/* title */
	/* case */
	/* btn */
	/* case head */
	.std-case__head-tl {
	    float: none;
	}
	.std-case__head-ctrl {
	    margin: 15px 0 0 0;
	    float: none;
	}
	.std-case__head-btn {
	    display: table;
	}
	/* standart table */
	/* standart item */
	.std-item {
	    display: block;
	    padding: 17px 0;
	}
	.std-item__name {
	    margin: 0 0 5px 0;
	    flex-basis: auto;
	}
	.std-item__image {
	    margin: 7px 15px 7px 0;
	}
	/* checkbox */
	/* pagination */
	/* no data */
	/* form filter date */
	#f-filer {
	    width: 92%;
	    max-width: 320px;
	    padding: 20px 0 40px 0;
	}
	.f-filer__calendar {
	    margin: 0 auto;
	}
	.f-filer__calendar-item {
	    float: none;
	    padding: 0;
	}
	.f-filer__calendar-item:first-child {
	    margin: 0 0 10px 0;
	    padding: 0 0 10px 0;
	    border-right: none;
	    border-bottom: 1px solid #ccc;
	}


	/* ----- Image upload ----- */
	/* loading image */
	/* image validate */

	/* ----- custom input type-file ----- */

	/* ----- Home ----- */
	/* block money */
	.h-main-stat {
	    display: block;
	}
	.h-money,
	.h-chart {
	    float: none;
	    width: 100%;
	}
	/* chart */
	.h-chart {
		height: 300px;
	    margin: 35px 0 0 0;

	    align-self: auto;
	}
	/* info */
	.h-info {
	    margin: 35px 0 0 0;
	}
	.h-info__item {
	    float: none;
	    width: 100%;
	    padding: 0;
	}
	.h-info__item:first-child {
	    margin: 0 0 20px 0;
	    padding: 0 0 20px 0;
	    border-right: none;
	    border-bottom: 1px solid #e0e0e0;
	}

	/* ----- Income ----- */
	/* income home */
	.income__brief-item {
	    margin: 0 20px 10px 0;
	}
	/* pay */
	/* income stat */
	.income__stat-tl,
	.income__stat-ctrl {
	    float: none;
	}
	.income__stat-ctrl {
	    margin: 15px 0 0 0;
	}
	.income__stat-btn {
	    display: table;
	}
	/* income story */
	.income__few-story {
	    overflow-x: auto;
	    width: 100%;
	    font-size: 0;
	    white-space: nowrap;
	}
	.income__few-story-block {
	    display: inline-block;
	    float: none;
	    min-width: 250px;
	    margin: 0 0 10px 0;
	}
	.income__few-story-block:first-child {
	    margin: 0 4% 10px 0;
	}

	/* ----- Metrics ----- */
	/* all */
	/* summary table */
	.metrics__summary-table,
	.metrics__summary-stat {
	    float: none;
	    width: 100%;
	}
	/* summary chart */
	.metrics__summary-stat {
	    margin: 35px 0 0 0;
	}
	.metrics__summary-stat-tl,
	.metrics__summary-stat-ctrl {
	    float: none;
	}
	.metrics__summary-stat-ctrl {
	    margin: 15px 0 0 0;
	}
	.metrics__summary-stat-btn {
	    display: table;
	}
	/* table visits */

	/* ----- Partner ----- */
	/* home partner */
	/* stat partner */
	.partner__stat-tl,
	.partner__stat-ctrl {
	    float: none;
	}
	.partner__stat-ctrl {
	    margin: 15px 0 0 0;
	}
	.partner__stat-btn {
	    display: table;
	}

	/* ----- Settings site ----- */

	/* ----- Promotion ----- */

	/* ----- Instruction ----- */

	/* ----- About user ----- */
	/* about pay */
	.about-pay__item:nth-child(3n+2) {
	    margin: 0 20px 10px 20px;
	}
	/* about user */
	/* form auth and pay details */
}


@media (max-width: 480px){
	/* ----- Scroll ----- */
	.lmenu::-webkit-scrollbar {
	    height: 10px;
	    overflow: visible;
	    width: 10px;
	}
	.lmenu::-webkit-scrollbar-thumb,
	.lmenu::-webkit-scrollbar-thumb:hover,
	.lmenu::-webkit-scrollbar-thumb:active,
	.lmenu::-webkit-scrollbar-track,
	.lmenu::-webkit-scrollbar-track:horizontal:hover,
	.lmenu::-webkit-scrollbar-track:horizontal:active {
	    background-color: transparent;
	    box-shadow: none;
	}

	/* ----- All style ----- */

	/* ----- Atomic style ----- */

	/* ----- Identification ----- */
	/* all */
	/* authentication */
	/* recovery */
	/* registration */

	/* ----- Panel page ----- */
	/* all */

	/* ----- Left menu ----- */
	/* all */
	.lmenu {
	    padding: 50px 0 40px 0;
	    width: 250px;
	}
	.lmenu__logo {
	    margin: 0 25px;
	}
	.lmenu__item {
	    padding: 20px 15px 20px 25px;
	}
	/* mobile */
	.js\(lmenu\) .main {
	    margin: 0 0 0 250px;
	    padding: 50px 25px 30px 15px;
	}

	/* ----- Main ----- */
	/* all */
	.main {
	    padding: 50px 25px 30px 25px;
	}
	/* top menu */
	/* case main */
	/* footer */

	/* ----- Form popup ----- */
	/* all*/
	.f-popup {
	    padding: 40px 30px;
	}
	/* form info */

	/* ----- Standart element ----- */
	/* title */
	/* case */
	/* btn */
	/* case head */
	/* standart table */
	/* standart item */
	.std-item__image {
	    margin: 7px 0;
	    width: 200px;
	    height: 120px;
	}
	/* checkbox */
	/* pagination */
	/* no data */
	/* form filter date */

	/* ----- Image upload ----- */
	/* loading image */
	/* image validate */

	/* ----- custom input type-file ----- */

	/* ----- Home ----- */
	/* block money */
	/* chart */
	/* info */

	/* ----- Income ----- */
	/* income home */
	/* pay */
	/* income stat */
	/* income story */
	.income__few-story-block:first-child {
	    margin: 0 20px 10px 0;
	}

	/* ----- Metrics ----- */
	/* all */
	/* summary table */
	/* summary chart */
	/* table visits */

	/* ----- Partner ----- */
	/* home partner */
	/* stat partner */

	/* ----- Settings site ----- */

	/* ----- Promotion ----- */

	/* ----- Instruction ----- */

	/* ----- About user ----- */
	/* about pay */
	/* about user */
	/* form auth and pay details */
}


.bottom__std-case {
    text-align: right;
    margin: 35px 0 0 0;
}
.std-btn__all-drop {
	padding: 0;
	color: #f00;
	border: none;
	border-bottom: 1px dotted transparent;
    background: none;
	cursor: pointer;
}
.std-btn__all-drop:hover {
    color: #ff5656;
    border-bottom-color: #f00;
}

.td__info-bid {
    position: relative;
}
.td__info-bid:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #00936e;
    margin: 0 0 0 7px;
    border-radius: 50%;
}
.info-bid__tx {
  display: none;
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 10px 15px;
    transform: translateX(-50%);
    background: #f2f8fe;
    border-radius: 5px;
    border: 1px solid #e8e7e7;
    font-size: 12px;
    text-wrap: nowrap;
}
.td__info-bid:hover .info-bid__tx {
  display: block;
}


/* --- Загрузочные ---*/
