/* custom-reset.css | 27.08.2018 | https://yurch-html.github.io/dist/custom-reset.html */

@import url(vendor/jquery.fancybox.css);

@import url(vendor/daterangepicker.css);

@import url("fonts/Fontello/css/fontello.css");

*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

audio,
video {
  display: block;
}

img {
  display: block;
  border: none;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr {
  border: none;
  text-decoration: none;
}

i {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

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

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number'] {
  -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='search'] {
  outline: none;
}

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

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block;
  padding: 0;
  white-space: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:focus::placeholder {
  opacity: 0;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg:not(td svg) {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

.event-disabled{
  pointer-events: none;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

::selection {
  color: #fff;
  background-color: #1D0D0B;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

.cover-pic,
.contain-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover-pic {
  object-fit: cover;
}

.contain-pic {
  object-fit: contain;
}

.footer {
  margin-top: auto;
}

body {
  font-family: "Roboto", sans-serif;
  color: #3F5171;
  overflow-x: hidden;
}

html.sidebar-opened {
  overflow: hidden;
}

.app {
  flex: 1;
  background: #F4F4F4;
  min-width: 100%;
  padding-left: 240px;
  min-height: 100%;
}

.page-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.green-text {
  color: #05C985 !important;
}

.red-text {
  color: #EE423D !important;
}

.item-title {
  color: #808DA2;
  font-size: 14px;
  line-height: 16px;
}

.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.action-elem {
  border: 1px solid #1F8EFA;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  color: #1F8EFA;
  transition: color .3s ease, background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.action-elem:hover {
  color: #FFFFFF;
  background-color: #1F8EFA;
}

.action-elem[data-action="archive"],
.action-elem[data-action="delete"] {
  color: #EE423D;
  border-color: #EE423D;
}

.action-elem[data-action="archive"]:hover,
.action-elem[data-action="delete"]:hover {
  background-color: #EE423D;
  color: #FFFFFF;
}

.action-elem[data-action="active"] {
  color: #05C985;
  border-color: #05C985;
}

.action-elem[data-action="active"]:hover {
  background-color: #05C985;
  color: #FFFFFF;
}

.form__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

.form__text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.form .buttons-wrapper {
  display: flex;
  gap: 20px;
}

.close-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.close-btn span {
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #808DA2;
  transform: rotate(45deg);
  transition: background-color .2s ease;
}

.close-btn span:last-child {
  transform: rotate(-45deg);
}

.close-btn:hover span {
  background-color: #3F5171;
}

[data-action="copy"].success__copy {
  color: #05C985 !important;
  border-color: #05C985 !important;
}

[data-action="copy"].success__copy:hover {
  color: #05C985 !important;
  border-color: #05C985 !important;
  background-color: transparent !important;
}

.success-copy-tooltip {
  position: fixed;
  padding: 5px 10px;
  background-color: #2a2a2a;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 9999999;
}

.triangle-with-shadow {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  transform: rotate(45deg);
  top: 22px;
  left: 7px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.table-wrapper {
  overflow-x: auto;
}

table td:hover .edit-icon {
  opacity: 1;
  pointer-events: auto;
}

table td input {
  border: 1px solid #f5f5f5;
  padding: 2px;
  background: #fff;
  width: 100%;
  border-radius: 2px;
}

table td input:focus {
  border-color: #333;
}

.pure-content-message {
  text-align: center;
  margin-top: 150px;
}

.pure-content-message img {
  margin: 0 auto 25px;
}

.pure-content-message p {
  font-size: 22px;
  line-height: 26px;
  color: #B1BDD6;
  max-width: 330px;
  margin: 0 auto;
}

.icon-info {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8AA7E0;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 12px !important;
}

.message-info {
  padding: 8px;
  background: #8AA7E0;
  box-shadow: 0 11px 26px rgba(128, 141, 162, 0.35);
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in;
  color: #FFFFFF;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  z-index: 2;
}

.message-info._showed {
  opacity: 1;
}

.available-news.js-hidden {
  display: none;
}

.sidebar {
  background: linear-gradient(220.79deg, #37445F 1.98%, #1C2332 71.44%);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.45);
  flex: 0 0 240px;
  padding: 95px 20px 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 240px;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}

.sidebar__title {
  font-size: 12px;
  line-height: 14px;
  color: #637CAD;
  opacity: .7;
  margin-top: 30px;
}

.sidebar__list {
  margin-top: 10px;
}

.sidebar__navigation {
  margin-bottom: 20px;
}

.sidebar__link {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #8AA7E0;
  padding: 12px 0;
  transition: color .3s ease;
}

.sidebar__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: transparent;
}

.sidebar__link._active {
  color: #1F8EFA;
  font-weight: bold;
}

.sidebar__link._active::before {
  background: #1F8EFA;
}

.sidebar__link:hover {
  color: #1F8EFA;
}

.sidebar__link .icon {
  margin-right: 10px;
}

.sidebar__copyright {
  margin-top: auto;
  opacity: 0.7;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #637CAD;
}

.header {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #FFFFFF;
}

.header .burger {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 10px;
  display: none;
  z-index: 999;
}

.header .burger span {
  width: 100%;
  height: 2px;
  background-color: #3F5171;
}

.header .burger._active span {
  position: absolute;
  background-color: #FFFFFF;
}

.header .burger._active span:first-child {
  transform: rotate(45deg);
}

.header .burger._active span:last-child {
  transform: rotate(-45deg);
}

.header__route {
  color: #3F5171;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}

.header__route .icon {
  margin-right: 10px;
}

.header__account {
  display: flex;
  margin-left: auto;
}

.header__account--title {
  text-align: right;
}

.header__account--value {
  margin-top: 5px;
  color: #3F5171;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  font-weight: bold;
}

.header__item {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
  border-left: 1px solid #ECEEF1;
}

.header__item.balance .header__account--value {
  color: #05C985;
}

.header__profile {
  padding: 15px 0 15px 20px;
  cursor: pointer;
}

.header__profile--link {
  font-size: 14px;
  line-height: 16px;
  color: #1F8EFA;
  padding: 5px 5px 5px 10px;
  background: transparent;
  border-radius: 10px;
}

.header__profile--link .icon {
  margin-left: 10px;
}

.header__profile._opened .header__profile--link {
  background: #F4F7FC;
}

.header__profile._opened .account__settings {
  display: block !important;
}

.header__notifications {
  cursor: pointer;
}

.header__notifications .icon {
  font-size: 22px;
  pointer-events: none;
}

.header__notifications .new-notifications-indicator {
  background: #FF9C31;
  border: 1px solid #FFFFFF;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 35px;
  pointer-events: none;
}

.header__notifications::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #F4F7FC;
  border-radius: 50%;
  display: none;
  transition: all .2s ease;
}

.header__notifications._opened::before {
  display: block;
  width: 32px;
  height: 32px;
}

.header__notifications._opened > .icon {
  color: #1F8EFA;
}

.header__notifications._opened .header__messages {
  display: block !important;
}

.header__messages {
  display: none;
  position: absolute;
  width: 320px;
  top: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(128, 141, 162, 0.36);
  padding: 12px 20px;
  z-index: 3;
}

.header__messages--title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.header__messages--item {
  display: flex;
  padding-top: 10px;
  transition: background-color .2s ease;
}

.header__messages--item:hover {
  background-color: rgba(101, 125, 149, 0.15);
}

.header__messages--icon {
  color: #FF9C31;
}

.header__messages--content {
  margin-left: 15px;
  flex: 1;
  padding: 0 0 10px;
}

.header__messages .message-title {
  font-size: 14px;
  line-height: 22px;
}

.header__messages .message-date {
  font-size: 12px;
  line-height: 22px;
  color: #808DA2;
}

.header__messages--item:not(:last-child) .header__messages--content {
  border-bottom: 1px solid rgba(138, 167, 224, 0.3);
}

.header .account__settings {
  position: absolute;
  right: 0;
  width: 225px;
  top: calc(100% - 15px);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(128, 141, 162, 0.36);
  padding: 20px;
  z-index: 4;
  display: none;
}

.header .account__settings .triangle-with-shadow {
  right: 15%;
  left: auto;
  transform: none;
}

.header .account__settings--link {
  display: block;
  border-bottom: 1px solid rgba(138, 167, 224, 0.3);
  padding: 15px 0 10px;
  font-size: 14px;
  line-height: 22px;
  flex: 1;
  margin-left: 10px;
}

.header .account__settings--item {
  display: flex;
  align-items: center;
  transition: color .2s ease;
}

.header .account__settings--item:hover {
  color: #1F8EFA;
}

.header .account__settings--item:first-child .account__settings--link {
  padding-top: 0;
}

.header .account__settings--item:first-child .icon {
  padding-bottom: 13px;
}

.header .account__settings--item:last-child .icon {
  padding-top: 13px;
}

.header .account__settings--item:last-child .account__settings--link {
  padding-bottom: 0;
  border: none;
}

.dropdown-body {
  position: absolute;
  top: calc(100% + 13px);
  right: 0;
  box-shadow: 0 1px 13px rgba(128, 141, 162, 0.36);
  border-radius: 6px;
  background: #FFFFFF;
  padding: 20px 0 0;
  z-index: 5;
  width: 235px;
  height: 230px;
  display: none;
}

.dropdown-body .triangle-with-shadow {
  left: auto;
  transform: none;
  right: 10%;
}

.dropdown-search {
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
  padding: 10px 15px;
  width: calc(100% - 30px);
  margin-left: 15px;
  font-size: 14px;
}

.dropdown-search:focus,
.dropdown-search:active,
.dropdown-search:valid {
  border-color: #1F8EFA;
}

.dropdown-wrapper {
  padding: 0 15px;
  overflow-y: auto;
  height: 100%;
}

.dropdown-wrapper.settings-wrapper {
  padding: 0;
}

.dropdown-item.table-settings__item{
  padding: 10px 15px;
}

.dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}

.dropdown-wrapper::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #808DA2;
  border-radius: 12px;
}

.dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3F5171;
  padding: 10px 0;
  border-bottom: 1px solid #EBEEF3;
  cursor: pointer;
}

.filter__item_checked {
  font-weight: bold;
  color: #FF9C31;
}

.dropdown-item .check {
  border: 1px solid #808DA2;
  box-sizing: border-box;
  border-radius: 6px;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}

.dropdown-item .check .icon {
  margin: 0;
  color: #FFFFFF;
  opacity: 0;
}

.dropdown-item .check .icon::before {
  line-height: 20px;
}

.dropdown-item input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.dropdown-item + input:checked {
  font-weight: bold;
}

.dropdown-item input:checked + .check {
  background: #05C985;
  border-color: transparent;
}

.dropdown-item input:checked + .check .icon {
  opacity: 1;
}

.dropdown-actions {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-actions button {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 42px;
  transition: background-color .2s ease-in;
  font-size: 14px;
  line-height: 16px;
}

.dropdown-actions button .icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.dropdown-actions button .icon span {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
}

.dropdown-actions button.dropdown-select_all {
  flex: 0 0 100%;
}

.dropdown-actions button.dropdown-accept {
  background: #B2CAF8;
  color: #FFFFFF;
  border-bottom-left-radius: 8px;
}

.dropdown-actions button.dropdown-accept:hover {
  background-color: #1F8EFA;
}

.dropdown-actions button.dropdown-accept .icon-accept span:first-child {
  transform: rotate(-60deg);
  right: 0;
  bottom: 5px;
}

.dropdown-actions button.dropdown-accept .icon-accept span:last-child {
  transform: rotate(50deg);
  left: -2px;
  bottom: 3px;
  width: 5px;
}

.dropdown-actions button.dropdown-cancel {
  background: #97A5C0;
  color: #FFFFFF;
  border-bottom-right-radius: 8px;
}

.dropdown-actions button.dropdown-cancel:hover {
  background-color: #000;
}

.dropdown-actions button.dropdown-cancel .icon-cancel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
}

.dropdown-actions button.dropdown-cancel .icon-cancel span {
  position: absolute;
  transform: rotate(45deg);
}

.dropdown-actions button.dropdown-cancel .icon-cancel span:last-child {
  transform: rotate(-45deg);
}

.js-control-filter .dropdown-wrapper {
  height: 65%;
}

.js-control-filter .dropdown-body {
  height: 350px;
}

.content {
  flex: 1;
  padding: 20px;
}

.content__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.calendar-trigger {
  flex: 0 0 200px;
}

.calendar-trigger input {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.calendar-trigger label {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background: #FFFFFF;
  border: 1px solid #808DA2;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.calendar-trigger .value {
  text-transform: capitalize;
}

.calendar-trigger._active {
  color: #1F8EFA;
}

.filter {
  border-radius: 8px;
  padding: 0 10px;
  background: #FFFFFF;
  border: 1px solid #808DA2;
  flex: 0 0 135px;
  cursor: pointer;
}

.statistics__table--form .filter, .statistics__table--actions .fieldset {
  max-width: 135px;
}

.statistics__table--form .statistic__grouping .filter {
  max-width: none;
}

.statistics__table--actions .fieldset {
  min-width: 135px;
}

.news__form .filter {
  max-width: 180px;
  flex: 0 0 180px;
}

.filter * {
  user-select: none;
}

.filter.js-disabled {
  pointer-events: none;
  user-select: none;
}

.filter__item {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.filter__item:not(:first-child) {
  border-top: 1px solid rgba(101, 125, 149, 0.15);
}

.filter__item.js-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.05);
}

.filter__item.js-disabled label {
  pointer-events: none !important;
}

.filter__item.dropdown-item > span {
  width: calc(100% - 30px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

.filter__item.not-data {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.4;
  font-style: italic;
  pointer-events: none;
}

.filter__header {
  overflow: hidden;
  padding: 15px 15px 15px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.filter__header_search {
  padding: 0 25px 0 0;
}

.filter__header--title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #C0C6D0;
}

.filter__header--title.js-selected {
  margin: 0;
}

.filter__header .icon {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.filter input.filter__item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter__header_search input.filter__item{
  height: 46px;
}

.filter._opened {
  border-color: #1F8EFA;
}

.filter._opened .filter__header .icon {
  transform: translateY(-50%) rotate(180deg);
}

.filter._opened .filter__body {
  display: block;
}

.filter._opened + .label,
.filter._selected + .label {
  top: -8px;
  left: 10px;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  color: #1F8EFA;
}

.filter._selected + .label {
  color: #3F5171;
}

.filter._selected {
  border: 1px solid #FF9C31;
}

.filter._selected .filter__header--title {
  color: #3F5171;
}

.form__filter--body {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  width: calc(100% + 2px);
  background: #FFFFFF;
  display: none;
  box-shadow: 0 1px 13px rgba(128, 141, 162, 0.358);
  border-radius: 8px;
  z-index: 5;
  overflow-x: auto;
  max-height: 200px;
}

.form__filter--body::-webkit-scrollbar {
  width: 5px;
}

.form__filter--body::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.form__filter--body::-webkit-scrollbar-thumb {
  background: #808DA2;
  border-radius: 12px;
}

.form__filter--body input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.form__filter--body label {
  display: block;
  width: 100%;
  padding: 15px 10px;
  cursor: pointer;
  z-index: 2;
  transition: background-color .2s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form__filter--body label:hover {
  background-color: #1F8EFA;
  color: #FFFFFF;
}

.form__filter--body input:checked + label {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #1F8EFA;
}

input.input {
  background: #FFFFFF;
  border: 1px solid #808DA2;
  border-radius: 8px;
  padding: 15px 10px 15px 0;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

label.label {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 1px;
  color: #808DA2;
  opacity: .5;
  background: #FFFFFF;
  transition: top .3s ease, font-size .3s ease;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 13px;
  z-index: 2;
}

label.label span {
  color: #EE423D;
}

input.input._focus + label.label,
input.input._valid + label.label {
  top: -8px;
  left: 10px;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  color: #1F8EFA;
}

input.input._focus + label.label + .icon,
input.input._valid + label.label + .icon {
  opacity: 1;
  color: #1F8EFA;
}

input.input._focus,
input.input._focusout {
  padding: 15px 10px;
}

input.input._focus {
  border-color: #1F8EFA;
}

input.input._focusout + label.label {
  color: #3F5171;
}

input.input._focus:focus {
  border-color: #1F8EFA;
}

textarea.textarea {
  background: #FFFFFF;
  border: 1px solid #808DA2;
  border-radius: 8px;
  padding: 15px 10px;
  resize: vertical;
  width: 100%;
}

textarea.textarea:focus,
textarea.textarea:active {
  opacity: 1;
  border-color: #1F8EFA;
}

.input-search .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
  z-index: 2;
  font-size: 20px;
}

.input-search label {
  left: 35px;
}

.input-search input {
  padding-left: 40px !important;
}

.fieldset .error-text {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  font-size: 12px;
  line-height: 14px;
  color: #EE423D;
}

.fieldset._error input.input {
  border-color: #EE423D;
}

.fieldset._error label.label {
  color: #EE423D !important;
}

.fieldset._error .error-text {
  display: block;
}

table:not(.table-condensed) {
  background: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  border-radius: 8px;
  overflow: auto;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin: 30px 0;
}

.table-wrapper table tr td:first-child {
  white-space: normal;
}

.table-wrapper table tr td:first-child span {
  width: 250px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

table:not(.table-condensed) thead {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  z-index: 3;
}

table:not(.table-condensed) th {
  padding: 13px 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  vertical-align: baseline;
}

table:not(.table-condensed) td {
  text-align: start;
  padding: 4px 20px;
}

table:not(.table-condensed) td + td {
  border-left: 1px solid #f5f5f5;
}

table:not(.table-condensed) tr + tr {
  border-top: 1px solid #f5f5f5;
}

table:not(.table-condensed) th + th {
  border-left: 1px solid #f5f5f5;
}

table:not(.table-condensed) tbody tr:nth-child(odd) {
  background-color: rgba(138, 167, 224, 0.1);
}

table:not(.table-condensed) tr {
  cursor: pointer;
  transition: background-color .3s ease;
}

table:not(.table-condensed) tr:hover {
  background-color: rgba(66, 130, 255, 0.1) !important;
}

table:not(.table-condensed) tfoot tr {
  font-weight: bold;
}

table:not(.table-condensed) .sort-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 10px;
}

table:not(.table-condensed) .sort-icons .icon {
  line-height: 5px;
  height: 5px;
  cursor: pointer;
}

table:not(.table-condensed) .sort-icons .icon + .icon {
  margin-top: 1px;
}

table:not(.table-condensed) .sort-icons ._down {
  color: #EE423D;
}

table:not(.table-condensed) .sort-icons ._up {
  color: #05C985;
}

table:not(.table-condensed) .action-elem {
  width: 30px;
  height: 30px;
}

table:not(.table-condensed) .empty-text {
  text-align: center;
  color: #808DA2;
  padding: 40px 0;
  background-color: #FFFFFF;
}

.btn {
  display: block;
  padding: 14px 35px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.btn-primary {
  background: #FF9C31;
  color: #FFFFFF;
  transition: color .2s ease, background-color .2s ease;
}

.btn-primary:active, .btn-primary:hover {
  background: #FF9018;
}

.btn-primary:focus {
  background: #FF5C00;
}

.btn-outlined {
  background: #FFFFFF;
  color: #3F5171;
  transition: color .2s ease, background-color .2s ease;
  border: 1px solid #3F5171;
}

.btn-outlined:active,
.btn-outlined:hover {
  background: #354561;
  color: #FFFFFF;
}

.link {
  font-size: 14px;
  line-height: 16px;
  color: #1F8EFA;
  transition: opacity .2s ease;
}

.link:hover {
  opacity: .7;
}

.news__item {
  padding: 20px;
  border-bottom: 1px solid rgba(191, 198, 208, 0.3);
  cursor: pointer;
  display: block;
  transition: background-color .3s ease;
}

.news__item:last-child {
  border: none;
}

.news__item:first-child {
  margin-top: 10px;
}

.news__item:hover {
  background-color: rgba(66, 130, 255, 0.1);
}

.news__item--title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #1F8EFA;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news__item--tag {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #637CAD;
  opacity: .5;
  padding-left: 10px;
}

.news__item--tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #808DA2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808DA2;
  transition: .4s;
  border-radius: 30px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 50%;
  margin-bottom: -9px;
  background-color: white;
  border: 1px solid #808DA2;
  transition: .4s;
  border-radius: 50%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #05C985;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  transform: translateX(15px);
  border-color: #05C985;
}

.switch__name {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

.switch-item {
  display: flex;
  align-items: center;
}

.list__tabs {
  display: flex;
  flex-wrap: wrap;
}

.list__tabs--item {
  flex: 0 0 auto;
  margin-top: 10px;
  border-bottom: 1px solid rgba(101, 125, 149, 0.15);
}

.list__tabs--link {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #808DA2;
  padding: 0 20px 11px;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, background-color .2s ease;
}

.list__tabs--link._active {
  border-color: #FF9C31;
  color: #3F5171;
}

.list__tabs--link:hover {
  color: #3F5171;
}

.search-info {
  overflow: hidden;
}

.search-info__title {
  font-size: 14px;
  line-height: 16px;
  color: #808DA2;
}

.search-info__text {
  font-size: 14px;
  line-height: 16px;
  color: #1F8EFA;
  width: 100%;
  word-wrap: break-word;
}

.record-count {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}

.record-count .triangle-with-shadow {
  left: auto;
  right: 8px;
  transform: none;
}

.record-count__value {
  font-weight: bold;
  margin-left: 15px;
  cursor: pointer;
  color: #1F8EFA;
}

.record-count__value i.icon {
  pointer-events: none;
}

.record-count__value .value {
  pointer-events: none;
}

.record-count__options {
  background: #FFFFFF;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(128, 141, 162, 0.36);
  display: none;
  position: fixed;
  right: 0;
  width: 65px;
}

.record-count__option {
  text-align: right;
  cursor: pointer;
  color: #1F8EFA;
  transition: color .2s ease;
}

.record-count__option._selected {
  font-weight: bold;
}

.record-count__option:hover {
  font-weight: bold;
}

.record-count__option + .record-count__option {
  margin-top: 8px;
}

.record-count._opened .record-count__options {
  display: block;
}

.pagination {
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  overflow: hidden;
}

.pagination__item {
  width: 40px;
}

.pagination__item a {
  width: 100%;
  height: 100%;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  transition: background-color .2s ease, color .2s ease;
}

.pagination__item a:hover,
.pagination__item a._active {
  background: #1F8EFA;
  color: #FFFFFF;
}

.pagination__item + .pagination__item {
  border-left: 1px solid rgba(138, 167, 224, 0.2);
}

.popup {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 40px;
}

.icon__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.icon__close span {
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #808DA2;
  transform: rotate(45deg);
  transition: background-color .2s ease;
}

.icon__close span:last-child {
  transform: rotate(-45deg);
}

.icon__close:hover span {
  background-color: #3F5171;
}

.popup__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
}

.popup__title._track-title {
  margin-top: 20px;
}

.popup__form {
  width: 350px;
}

.popup__form .fieldset + .fieldset {
  margin-top: 24px;
}

.popup__form .switch-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  gap: 20px;
}

.popup__form .switch-item {
  flex: 0 0 auto;
  margin-top: 30px;
}

.popup__form .helper {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3F5171;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin-left: 5px;
}

.popup__form .helper span {
  font-size: 14px;
  line-height: 14px;
}

.popup__form .helper-text {
  position: fixed;
  padding: 10px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #3F5171;
  font-size: 12px;
  line-height: 17px;
  text-align: start;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 4px rgba(128, 141, 162, 0.36);
}

.popup__form .btn {
  margin-top: 30px;
  width: 100%;
}

.popup__text {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  max-width: 285px;
  margin: 0 auto;
}

.popup .archive_request {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.popup .archive_request .btn.btn-primary {
  flex: 1;
  order: 1;
}

.popup .archive_request .btn.btn-outlined {
  order: 2;
  margin-left: 20px;
}

.popup__postback {
  margin-top: 24px;
}

.popup__postback--text {
  margin-top: 24px;
  display: none;
}

.popup__postback--text .fieldset:first-of-type {
  margin-top: 20px;
}

.popup__postback--text p {
  font-size: 12px;
  line-height: 17px;
  color: #808DA2;
}

.popup__postback--text p span {
  display: block;
}

.popup__postback--text p + p {
  margin-top: 12px;
}

.popup input + label + .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
}

.popup input + label + .icon._showed {
  color: #1F8EFA;
}

.account-info {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px 0;
}

.account-info.small {
  flex: 1 1 auto;
}

.account-info.large {
  flex: 1 0 518px;
  display: flex;
}

.account-info.chart {
  flex: 1 1 30%;
  padding: 20px;
}

.account-info.account-info__news {
  flex: 1 1 30%;
  min-height: 200px;
}

.account-info.account-info__news .empty-data-text {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

.account-info.account-info__news .account-info__item--title {
  padding: 0 20px;
}

.account-info__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.account-info__item {
  padding: 0 20px;
  flex: auto;
}

.account-info__item:not(:last-child) {
  border-right: 1px solid #ECEEF1;
}

.account-info__item--title {
  font-weight: 500;
}

.account-info__item--value {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
}

.account-info__wrapper + .account-info__wrapper {
  margin-top: 20px;
}

.chart__diagram {
  margin-top: 30px;
}

.chart__diagram svg {
  width: 80%;
  height: 80%;
  margin: 0 auto;
}

.chart__text {
  color: #808DA2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .7px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.chart__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
}

.chart__list {
  margin-top: 30px;
}

.chart__list--item {
  display: flex;
  align-items: center;
}

.chart__list--item:not(:last-child) {
  margin-bottom: 10px;
}

.chart__list--item .dot {
  flex: 0 0 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

.chart__list--item .dot.green {
  background: #05C985;
}

.chart__list--item .dot.yellow {
  background: #FF9C31;
}

.chart__list--item .dot.red {
  background: #EE423D;
}

.chart__list--item .dot.blue {
  background: #1F8EFA;
}

.chart__list--item .dot.purple {
  background: #843FA0;
}

.chart__list--item .name {
  font-size: 14px;
  line-height: 16px;
}

.chart__list--item .value {
  margin-left: auto;
  font-size: 12px;
  line-height: 14px;
  color: #98A7B9;
}

.account-info__news {
  overflow: hidden;
}

.statistics__table {
  margin-top: 30px;
}

.statistics__table .table-wrapper {
  overflow-x: auto;
}

.statistics__table table th {
  font-weight: bold;
  padding: 13px 25px 13px 3px;
  position: sticky;
  top: 0;
  white-space: nowrap;
  background: #fff;
}

.statistics__table table td {
  text-align: center;
  padding: 20px 4px;
  white-space: nowrap;
}

.statistics__table table td.parked_comment {
  white-space: normal;
}

.statistics__table--filters,
.statistics__table--buttons {
  display: flex;
  gap: 20px;
}

.statistics__table--filters {
  flex-wrap: wrap;
}

.statistics__table--actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.statistics__table--settings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.statistics__table--settings-link {
  display: flex;
  align-items: center;
  color: #1F8EFA;
  transition: color .2s ease;
  pointer-events: auto;
}

.statistics__table--settings-link:hover {
  color: #3F5171;
}

.statistics__table--settings-link .icon {
  margin-right: 5px;
}

.statistics__table .settings-item + .settings-item {
  margin-left: 50px;
}

.statistics__table .setting-trigger {
  padding: 5px 12px;
  border-radius: 13px;
}

.statistics__table .setting-trigger._opened {
  background: #FFFFFF;
}

.statistics__table .setting-trigger._opened .table-settings {
  display: block !important;
}

.statistics .table-settings .settings-wrapper {
  height: 100%;
}

.news__form--top,
.news__form--bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news__form--top {
  gap: 20px;
}

.news__form--bottom {
  margin-top: 30px;
  gap: 20px;
}

.news__form--bottom > *:first-child {
  margin-left: 0;
}

.news__form--bottom .btn.btn-primary {
  flex: 0 0 205px;
}

.news__form .fieldset {
  flex: 0 1 400px;
}

.news__table th {
  padding: 13px 20px;
  text-align: start;
}

.news__table td {
  text-align: start;
  padding: 4px 20px;
}

.news__table--image {
  width: 165px;
}

.news__table--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.news__table--h {
  text-align: start;
  padding: 0 20px;
  white-space: normal;
}

.news__table--h span {
  width: 300px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.news__table--h span {
  width: 300px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}



.news__table--mark .category-mark {
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D038FF;
  border-radius: 4px;
  width: 100px;
  height: 30px;
  margin: 0 auto;
}

.news__table--lang img {
  margin: 0 auto;
}

.news__table--action {
  width: 115px;
  padding: 0 20px;
}

.news__table--action button {
  width: 30px;
  height: 30px;
}

.news__table--action-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}

.faq__item {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(140, 140, 140, 0.3);
  border-radius: 6px;
  margin-bottom: 20px;
}

.faq__item--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding: 20px;
}

.faq__item--body {
  padding: 20px;
  display: none;
}

.faq__item--body img {
  max-width: 100%;
}

.faq__item--body p {
  line-height: 25px;
}

.faq__item--body ol {
  list-style: decimal;
}

.faq__item--body ul {
  list-style: inherit;
}

.faq__item--body ol,
.faq__item--body ul {
  padding-left: 20px;
}

.faq__item--body ol li,
.faq__item--body ul li {
  line-height: 25px;
}

.faq__item--body ol li + li,
.faq__item--body ol p,
.faq__item--body ul li + li,
.faq__item--body ul p {
  margin-top: 10px;
}

.faq__item--body p + ol,
.faq__item--body p + ul,
.faq__item--body ul + p,
.faq__item--body ol + p,
.faq__item--body p + p {
  margin-top: 15px;
}

.faq__item--toggler {
  flex: 0 0 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #1F8EFA;
  color: #1F8EFA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.faq__item--toggler:hover,
.faq__item--toggler._active {
  background: #1F8EFA;
  color: #FFFFFF;
}

.faq__item--toggler .icon {
  transition: transform .2s ease;
}

.faq__item--toggler._active .icon {
  transform: rotate(180deg);
}

.faq__item._opened .faq__item--header {
  box-shadow: 0 2px 5px rgba(140, 140, 140, 0.1);
}

.streams__content {
  margin-top: 30px;
}

.streams__content--inner {
  display: none;
}

.streams__content--inner._active {
  display: block;
}

.streams__form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.streams__form > *:first-child {
  margin-left: 0;
}

.streams__form .input-search {
  flex: 0 0 265px;
}

.streams__table--date {
  width: 135px;
}

.streams__table--name {
  width: 180px;
  text-align: start;
}

.streams__table--image {
  width: 175px;
}

.streams__table td.streams__table--image {
  text-align: center;
}

.streams__table--h {
  width: 300px;
  text-align: start;
}

.streams__table--h span {
  display: block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.streams__table--flag img {
  margin: 0 auto;
}

.streams__table--action {
  padding: 0 15px !important;
}

.streams__table--action .action-elem {
  width: 30px;
  height: 30px;
}

.streams__table--h span {
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.streams__table--action .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.domonetization__form--top {
  display: flex;
  gap: 30px;
}

.domonetization__form--textarea {
  margin-top: 30px;
}

.domonetization__form--bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.domonetization__form .filter {
  flex: 0 0 180px;
}

.domonetization__form .textarea {
  height: 240px;
  font-size: 14px;
}

.domonetization__form .btn {
  width: 205px;
}

.domonetization__info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.domonetization__info--title {
  font-weight: 500;
}

.domonetization__info--text {
  margin-top: 10px;
}

.domonetization__info--item + .domonetization__info--item {
  margin-top: 30px;
}

.parking__content {
  margin-top: 30px;
}

.parking__content--inner {
  display: none;
}

.parking__content--inner._active {
  display: block;
}

.parking__content--top {
  display: flex;
}

.parking__content--info {
  flex: 1;
  padding-right: 85px;
  font-size: 14px;
  line-height: 24px;
}

.parking__content--actions {
  flex: 0 0 250px;
}

.parking__content--title {
  font-weight: 500;
}

.parking__content--list {
  margin-top: 10px;
  list-style: decimal;
  padding-left: 20px;
}

.parking__table table th,
.parking__table table td,
.parking .pixels__table table th,
.parking .pixels__table table td {
  text-align: start;
  padding: 20px;
}

.parking__table--domain,
.parking .pixels__table--domain {
  width: 230px;
}

.parking__table--status,
.parking .pixels__table--status {
  width: 290px;
}

.parking__table--actions,
.parking .pixels__table--actions {
  width: 200px;
  display: flex;
  gap: 10px;
}

.parking__table .action-elem,
.parking .pixels__table .action-elem {
  width: 30px;
  height: 30px;
}

.finances__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.finances__top .support-text {
  font-size: 14px;
  line-height: 24px;
  flex: 1;
}

.finances__top .support-text a {
  white-space: nowrap;
}

.finances__systems {
  margin-top: 30px;
}

.finances__systems--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.finances__systems--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.finances__systems--item {
  background-color: #FFFFFF;
  height: 100px;
  border-radius: 8px;
}

.finances__systems--item a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: box-shadow .3s ease;
}

.finances__systems--item:hover {
  box-shadow: 0 0 4px rgba(128, 141, 162, 0.5);
}

.finances__systems--item img,
.finances__systems--item picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.finances__table--sum {
  font-weight: bold;
}

.finances__table table td.finances__table--sum {
  text-align: center;
}

.finances__table table td {
  padding: 20px;
}

.profile__content--inner {
  display: none;
  padding-top: 30px;
}

.profile__content--inner._active {
  display: block;
}

.profile__form {
  max-width: 285px;
  margin: 0 auto;
}

.profile__form .fieldset + .fieldset {
  margin-top: 20px;
}

.profile__form .filter {
  margin-top: 20px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile__form .fieldset .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
}

.profile__form .fieldset .icon._showed {
  color: #1F8EFA;
}

.profile__btn {
  margin-top: 30px;
  width: 100%;
}

.auth {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/auth_bg.png") no-repeat center/cover;
}

.auth__form-wrapper {
  display: none;
}

.auth__form-wrapper._active {
  display: block;
}

.auth__form-wrapper .fieldset + .fieldset {
  margin-top: 20px;
}

.auth__form-wrapper .btn {
  margin-top: 30px;
  width: 100%;
}

.auth__form-wrapper .forget-pass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.auth__form-wrapper input#pass {
  padding: 15px 135px 15px 10px;
}

.auth__form-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.auth__form-wrapper .icon._showed {
  color: #1F8EFA;
}

.auth__content {
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  width: 360px;
  padding: 40px;
}

.auth .list__tabs {
  margin-bottom: 20px;
}

.auth .list__tabs--item {
  flex: 0 0 50%;
}

.auth .list__tabs--link {
  text-align: center;
  padding: 0 0 13px;
}

.auth .forget__content .close-btn,
.auth .success__content .close-btn {
  top: -20px;
  right: -20px;
}

.auth .success__content .success__img {
  margin-bottom: 20px;
}

.auth .success__content .success__img img {
  margin: 0 auto;
}

.error {
  justify-content: center;
  align-items: center;
}

.error h1 {
  font-size: 40px;
  line-height: 46px;
  z-index: 5;
}

.error p {
  font-size: 14px;
  line-height: 24px;
  z-index: 5;
}

.error .error__code {
  margin: 45px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 320px;
  line-height: 227px;
  color: #657D95;
  user-select: none;
  z-index: 5;
}

.error .illustration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}

.error .illustration img {
  max-width: 100%;
  margin: 0 auto;
}

.success_cash {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: fixed;
  right: 20px;
  top: 100px;
  background-color: #05C985;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 1px 4px rgba(128, 141, 162, 0.35);
  border-radius: 36px;
  width: 235px;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  transition: opacity .7s ease;
}

.success_cash._showed {
  opacity: 1;
}

.success_cash .icon {
  margin-right: 10px;
  border-radius: 50%;
  flex: 0 0 18px;
  height: 18px;
  background-color: #FFFFFF;
}

.success_cash .icon::after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  border: solid #05C985;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .item-title {
    font-size: 12px;
    line-height: 14px;
  }

  .header__item {
    padding: 10px 15px;
  }

  .header__item.header__profile {
    padding: 10px 0 10px 15px;
  }

  .header__route {
    font-size: 16px;
    line-height: 19px;
  }

  .header__route .route__name {
    display: none;
  }

  .header__account--title {
    font-size: 12px;
    line-height: 14px;
  }

  .header__account--value {
    font-size: 14px;
    line-height: 16px;
  }

  .header__notifications .new-notifications-indicator {
    right: 20px;
  }

  .content__inner {
    max-width: 100%;
  }

  .calendar-trigger label {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
  }

  .filter__item {
    font-size: 12px;
    line-height: 14px;
  }

  .filter__header {
    padding: 10px 25px 10px 0;
    font-size: 12px;
    line-height: 14px;
  }

  .filter__header_search {
    padding: 0 25px 0 0;
  }

  input.input {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 10px 0;
  }

  label.label {
    font-size: 12px;
    line-height: 14px;
    top: 9px;
  }

  input.input._focus,
  input.input._focusout {
    padding: 10px;
  }

  .input-search .icon {
    font-size: 13px;
  }

  table:not(.table-condensed) {
    width: 980px;
  }

  .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 25px;
  }

  .list__tabs--link {
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px 8px;
  }

  .search-info__title {
    font-size: 12px;
    line-height: 14px;
  }

  .search-info__text {
    font-size: 12px;
    line-height: 14px;
  }

  .record-count {
    font-size: 12px;
    line-height: 14px;
  }

  .pagination__item {
    width: 30px;
  }

  .pagination__item a {
    padding: 8px 0;
    font-size: 12px;
    line-height: 14px;
  }

  .account-info.large {
    flex: 0 0 100%;
  }

  .account-info.small {
    flex: 1 0 48%;
  }

  .account-info__item--value {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }

  .account-info.chart {
    flex: 1 0 48%;
  }

  .chart__title {
    font-size: 14px;
    line-height: 16px;
  }

  .statistics .settings-item {
    font-size: 14px;
    line-height: 19px;
  }

  .faq__item--header {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .faq__item--body {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .streams__form {
    flex-wrap: wrap;
  }

  .finances__top .support-text {
    font-size: 12px;
    line-height: 14px;
    flex: 1;
    padding-left: 0;
    margin-top: 20px;
  }

  .finances__systems--list {
    grid-template-columns: repeat(4, 1fr);
  }

  .finances__systems--item a {
    padding: 10px;
  }
}

@media screen and (max-width: 992px) {
  .app {
    padding: 0;
  }

  .sidebar {
    transform: translateX(-100%);
    transition: transform .5s ease;
    z-index: 998;
  }

  .sidebar._active {
    transform: translateX(0);
  }

  .header .burger {
    display: flex;
    margin-top: 30px;
  }

  .profile__form .filter {
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .header__account {
    display: none;
  }

  .header .account__settings {
    right: -34px;
  }

  .header__notifications {
    margin-left: auto;
  }

  .header__messages {
    left: 0;
    transform: translateX(-25%);
  }

  .header__messages .triangle-with-shadow {
    left: 30%;
    transform: none;
  }

  input.input._focus + label.label,
  input.input._valid + label.label {
    font-size: 8px;
  }

  .input-copy input.input{
    padding-right: 20px;
    text-overflow: ellipsis;
  }

  .input-copy .input + label + .icon {
    right: 0;
  }

  .search-info {
    flex: 0 0 100%;
  }

  .pagination {
    flex: 0 1 auto;
    margin-top: 15px;
  }

  .popup {
    padding: 30px;
    width: 300px;
  }

  .popup__form {
    width: 100%;
  }

  .popup__form .switch-item {
    flex: 0 0 100%;
    margin-top: 0;
  }

  .popup__postback {
    margin-top: 0;
  }

  .popup__form .switch-item:first-child {
    margin-top: 15px;
  }

  .campaign_popup .popup__form .switch-wrapper {
    gap: 15px;
  }

  .account-info.large {
    flex-wrap: wrap;
    gap: 10px;
  }

  .account-info.small {
    flex: 0 0 100%;
  }

  .account-info.chart {
    flex: 0 0 100%;
  }

  .account-info__item {
    padding: 0 10px;
    flex: 0 0 100%;
  }

  .account-info.account-info__news {
    flex: 0 0 100%;
  }

  .statistics__table--form .filter,
  .news__form .filter {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .statistics__table--buttons {
    flex-wrap: wrap;
    width: 100%;
  }

  .statistics__table--actions .fieldset {
    max-width: 100%;
    width: 100%;
  }

  .statistics__table--settings {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .statistics__table .table-settings {
    left: 0;
  }

  .statistics__table .settings-item {
    padding: 0;
  }

  .statistics__table .settings-item + .settings-item {
    margin-left: 0;
    margin-top: 15px;
  }

  .news__form--bottom .btn.btn-primary {
    max-width: 205px;
  }

  .streams__form .input-search {
    flex: 1 1 auto;
  }

  .streams .btn {
    margin-left: 0;
  }

  .domonetization__form--top {
    flex-wrap: wrap;
  }

  .parking__content--top {
    flex-wrap: wrap;
  }

  .parking__content--info {
    padding-right: 0;
    flex: 0 0 100%;
  }

  .finances__systems--item {
    flex: 0 1 45%;
  }

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

  .finances__top .support-text {
    min-width: 100%;
  }

  .finances__systems--list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .auth__form-wrapper .forget-pass {
    font-size: 12px;
    line-height: 14px;
  }

  .auth__form-wrapper input#pass {
    padding: 10px 115px 10px 10px;
  }

  .auth__content {
    width: 300px;
  }

  .error h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .error .error__code {
    font-size: 100px;
    line-height: 70px;
    height: 70px;
  }

  .error .error__code img {
    height: 100%;
  }

  .error p {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .filter {
    flex: 0 0 100%;
  }
  .account-info.large {
    flex-wrap: wrap;
    gap: 20px;
  }

  .account-info__item {
    flex: 0 0 100%;
  }

  .news__form--bottom {
    margin-top: 15px;
  }

  .news__form--bottom > * {
    margin-left: 0;
    margin-top: 15px;
  }
  .streams__form .input-search {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 360px) {
  .header__profile--link {
    font-size: 12px;
    line-height: 14px;
  }

  .list__tabs--link {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px 8px;
  }

  .account-info__item {
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=maps/common.css.map */
