@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("/_res/fonts/Avenir-LT-Std-45-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("/_res/fonts/Avenir-LT-Std-95-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

#statuspanel-label {
  display: none !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .menu, .sub-menu, .nots-list ul, .alt-langs, .statistics-panel .body, .stove-slider-wrap .slick-dots, .docs, .select-styled-2 .select-drop {
  margin: 0;
  padding: 0;
  list-style: none; }
  .listreset > li:after, .menu > li:after, .sub-menu > li:after, .nots-list ul > li:after, .alt-langs > li:after, .statistics-panel .body > li:after, .stove-slider-wrap .slick-dots > li:after, .docs > li:after, .select-styled-2 .select-drop > li:after {
    display: none; }

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

.after {
  content: '';
  position: absolute; }

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

.tr {
  -webkit-transition: .2s;
  transition: .2s; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  margin: 0 0 1em;
  color: #000;
  line-height: 1; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.1; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 17px; }

p {
  margin: 0 0 1em; }

a {
  color: #F0CF00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

* {
  box-sizing: border-box; }

html, body {
  min-height: 100%; }

body {
  color: #000;
  background: #edeef0;
  font: 400 14px/1.47 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 768px) {
    body {
      font-size: 17px;
      line-height: 1.47; } }

img {
  max-width: 100%;
  vertical-align: top; }

.app {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main {
  width: 100%; }
  @media (min-width: 1200px) {
    .main {
      padding: 19px 25px 5px 25px; } }
  @media (min-width: 1800px) {
    .main {
      padding: 19px 53px 5px 60px; } }

.panel {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  background-color: #f8f9fb; }
  @media (min-width: 1200px) {
    .panel {
      border-radius: 15px; } }
  @media (max-width: 1199px) {
    .panel {
      margin-left: -20px;
      margin-right: -20px; } }

.decor-title {
  color: #7a7a7a;
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 0.35px;
  padding: 10px 15px;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  border: 2px solid #e8c800;
  background-color: #f8f9fb;
  margin-bottom: 30px; }
  @media (min-width: 375px) {
    .decor-title {
      padding: 10px 20px; } }
  @media (min-width: 768px) {
    .decor-title {
      padding: 18px 37px;
      font-size: 20px;
      line-height: 28px; } }

.min-title {
  font-size: 20px !important;
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 400 !important; }

@media (max-width: 1199px) {
  .page-content {
    padding: 20px 20px; } }

.hide-text {
  font-size: 0 !important; }

.icon {
  background-color: #fff;
  border: 3px solid #000;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50px;
  margin-right: 24px;
  position: relative; }
  .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%; }

.icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .icon-title {
      margin-bottom: 25px; } }
  .icon-title h2, .icon-title h3 {
    margin-bottom: 0; }

svg line,
svg path {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.green {
  color: #3b8f0b; }

.bold {
  font-weight: 700; }

.avenir {
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.authorization-page.app:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 50%, rgba(26, 23, 27, 0) 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 50%, rgba(26, 23, 27, 0) 100%); }
  @media (min-width: 768px) {
    .authorization-page.app:before {
      background-image: -webkit-linear-gradient(left, rgba(26, 23, 27, 0.59) 0%, rgba(26, 23, 27, 0) 100%);
      background-image: linear-gradient(to right, rgba(26, 23, 27, 0.59) 0%, rgba(26, 23, 27, 0) 100%); } }

.authorization-page .bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .authorization-page .bg-holder img {
    max-width: none;
    width: 100vw;
    height: 100%;
    object-fit: cover; }

.authorization-page .alt-langs {
  background-color: #fff; }

.authorization-block {
  position: relative;
  z-index: 2;
  padding: 8.2vh 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  width: 100%; }
  @media (min-width: 768px) {
    .authorization-block {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 40px 20px;
      width: 37%;
      background-color: rgba(255, 255, 255, 0.86); } }
  @media (min-width: 992px) {
    .authorization-block {
      width: 35%;
      padding: 40px 4.5vw; } }
  @media (min-width: 1200px) {
    .authorization-block {
      width: 29%; } }
  .authorization-block .logo {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .authorization-block .logo {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .authorization-block .logo {
        max-width: 121px;
        margin: 0 auto 2px; } }
  .authorization-block .current-lang {
    color: #000;
    font-size: 14px; }
    .authorization-block .current-lang:after {
      filter: none;
      top: 11px; }
  .authorization-block input[type='text'],
  .authorization-block input[type='email'],
  .authorization-block input[type='password'] {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    margin-bottom: 14px;
    border-radius: 36px;
    font-size: 17px;
    line-height: 24px;
    padding: 14px 33px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 54px;
    outline: none; }
    @media (min-width: 992px) {
      .authorization-block input[type='text'],
      .authorization-block input[type='email'],
      .authorization-block input[type='password'] {
        margin-bottom: 22px;
        padding: 16px 33px;
        height: 59px;
        line-height: 25px; } }
    .authorization-block input[type='text']::-webkit-input-placeholder,
    .authorization-block input[type='email']::-webkit-input-placeholder,
    .authorization-block input[type='password']::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.61); }
    .authorization-block input[type='text']::-moz-placeholder,
    .authorization-block input[type='email']::-moz-placeholder,
    .authorization-block input[type='password']::-moz-placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.61); }
    .authorization-block input[type='text']:-moz-placeholder,
    .authorization-block input[type='email']:-moz-placeholder,
    .authorization-block input[type='password']:-moz-placeholder {
      color: rgba(0, 0, 0, 0.61); }
    .authorization-block input[type='text']:-ms-input-placeholder,
    .authorization-block input[type='email']:-ms-input-placeholder,
    .authorization-block input[type='password']:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.61); }
    .authorization-block input[type='text'].placeholder,
    .authorization-block input[type='email'].placeholder,
    .authorization-block input[type='password'].placeholder {
      color: rgba(0, 0, 0, 0.61); }
  .authorization-block .password {
    position: relative; }
  .authorization-block .toggle-password {
    width: 15px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    background-image: url("/_img/password-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -5px;
    opacity: 0.52;
    -webkit-transition: .2s;
    transition: .2s; }
    .authorization-block .toggle-password:hover {
      opacity: 1; }
    @media (min-width: 992px) {
      .authorization-block .toggle-password {
        width: 18px;
        height: 15px;
        margin-top: -7px; } }
    .authorization-block .toggle-password.active:before {
      width: 20px;
      height: 2px;
      background-color: #000;
      content: '';
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .authorization-block input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: block;
    width: 100%;
    border-radius: 36px;
    height: 45px;
    padding: 10px 33px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .authorization-block input[type="submit"] {
        padding: 16px 33px;
        font-size: 20px;
        line-height: 25px;
        height: 59px; } }
    .authorization-block input[type="submit"]:hover {
      color: #000;
      background-color: transparent; }
  .authorization-block form fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
  .authorization-block form .error-message {
    margin-top: -10px; }
  .authorization-block form .link-holder {
    border-top: 1px solid #d8d8d8;
    margin-top: 27px;
    padding: 10px 0 57px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: right; }
    @media (min-width: 768px) {
      .authorization-block form .link-holder {
        margin-top: 48px;
        padding: 12px 0 36px; } }
    .authorization-block form .link-holder a {
      color: #000;
      text-decoration: none; }
      .authorization-block form .link-holder a:hover {
        text-decoration: underline; }
  .authorization-block .check-holder {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 14px; }
    .authorization-block .check-holder input {
      width: 1px;
      height: 1px;
      border: none;
      background: transparent;
      opacity: 0; }
      .authorization-block .check-holder input:checked + label:before {
        opacity: 1; }
    .authorization-block .check-holder label {
      display: inline-block;
      vertical-align: top;
      position: relative;
      cursor: pointer; }
      .authorization-block .check-holder label:after {
        background-color: #fff;
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 21px;
        margin-left: 10px;
        border-radius: 5px;
        border: 1px solid #707070; }
      .authorization-block .check-holder label:before {
        color: #000;
        content: '';
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 6px;
        right: 4px;
        width: 11px;
        height: 6px;
        border-bottom: solid 2px currentColor;
        border-left: solid 2px currentColor;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        opacity: 0; }
  @media (max-width: 767px) {
    .authorization-block.authorization-form {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #f8f8f8;
      padding: 10vh 40px 7vh; } }
  @media (max-width: 767px) {
    .authorization-block.authorization-form .logo {
      display: none; } }
  @media (max-width: 767px) {
    .authorization-block.authorization-form .toggle-password {
      width: 21px;
      height: 15px;
      margin-top: -8px; } }
  @media (min-width: 992px) {
    .authorization-block.authorization-form form {
      padding-bottom: 18px; } }
  .authorization-block.authorization-form input[type='text'],
  .authorization-block.authorization-form input[type='email'],
  .authorization-block.authorization-form input[type='password'] {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .authorization-block.authorization-form input[type='text'],
      .authorization-block.authorization-form input[type='email'],
      .authorization-block.authorization-form input[type='password'] {
        margin-bottom: 18px; } }
  .authorization-block.authorization-form .lang-switcher {
    margin-bottom: 19px; }
  .authorization-block .login-form {
    padding-top: 47px; }
    @media (min-width: 768px) {
      .authorization-block .login-form {
        padding-top: 0;
        margin-bottom: 117px; } }
    .authorization-block .login-form label {
      /*display: block;*/
      }
      .authorization-block .login-form label > span {
        display: none; }

.authorization-form h1 {
  color: #0a0f26;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 3vh; }

.authorization-form form {
  position: relative; }
  .authorization-form form:not(.first-step-active) .step-navigation .step-nav.close {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  @media (max-width: 767px) {
    .authorization-form form input[type='submit'] {
      width: 58px;
      height: 58px;
      padding: 0;
      position: absolute;
      top: -9999px;
      left: -9999px;
      text-indent: -9999px;
      background-image: url("/_img/authorization/check.svg");
      background-repeat: no-repeat;
      background-position: center; }
      .authorization-form form input[type='submit']:hover {
        background-color: #000; } }

.authorization-form .first-step-active .step-pagination li:first-child {
  background-color: #000;
  border-color: #000; }

.authorization-form .first-step-active .step-navigation .step-nav.prev {
  position: absolute;
  top: -9999px;
  left: -9999px; }

@media (max-width: 767px) {
  .authorization-form .first-step-active .file-holder {
    margin-bottom: 15.3vh; } }

@media (max-width: 767px) {
  .authorization-form .first-step-active #img-preview {
    margin-top: 15vh; } }

.authorization-form .first-step-active.success .step-navigation .step-nav.next {
  background-color: #fff;
  pointer-events: auto; }
  .authorization-form .first-step-active.success .step-navigation .step-nav.next svg path {
    stroke: #000; }

.authorization-form .first-step-active.success [type="file"] + label {
  color: green !important; }

.authorization-form .second-step-active .first-step {
  pointer-events: none; }

.authorization-form .second-step-active .step-pagination li:nth-child(2) {
  background-color: #000;
  border-color: #000; }

.authorization-form .second-step-active .file-holder p, .authorization-form .second-step-active .file-holder label {
  display: none; }

.authorization-form .second-step-active .second-step {
  position: static; }

@media (max-width: 767px) {
  .authorization-form .second-step-active #img-preview {
    width: 116px;
    height: 116px; } }

.authorization-form .second-step-active.success .step-navigation .step-nav.next {
  background-color: #fff;
  pointer-events: auto; }
  .authorization-form .second-step-active.success .step-navigation .step-nav.next svg path {
    stroke: #000; }

.authorization-form .third-step-active .first-step {
  pointer-events: none; }

.authorization-form .third-step-active .step-pagination li:nth-child(2) {
  background-color: #fff;
  border-color: #bcbec0; }

.authorization-form .third-step-active .step-pagination li:nth-child(3) {
  background-color: #000;
  border-color: #000; }

.authorization-form .third-step-active .step-navigation .step-nav.next {
  position: absolute;
  top: -9999px;
  left: -9999px; }

@media (max-width: 767px) {
  .authorization-form .third-step-active input[type='submit'] {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto; } }

.authorization-form .third-step-active .third-step {
  position: static; }

.authorization-form .third-step-active .file-holder p, .authorization-form .third-step-active .file-holder label {
  display: none; }

.authorization-form .third-step-active .second-step {
  position: static; }
  @media (max-width: 767px) {
    .authorization-form .third-step-active .second-step {
      padding: 0 0 2.5vh; } }

@media (max-width: 767px) {
  .authorization-form .third-step-active #img-preview {
    width: 116px;
    height: 116px; } }

@media (max-width: 767px) {
  .authorization-form .third-step-active input[type='text'],
  .authorization-form .third-step-active input[type='email'],
  .authorization-form .third-step-active input[type='password'] {
    pointer-events: none;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 33px;
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  .authorization-form .third-step-active input:-webkit-autofill,
  .authorization-form .third-step-active input:-webkit-autofill:hover,
  .authorization-form .third-step-active input:-webkit-autofill:focus,
  .authorization-form .third-step-active input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important; } }

@media (max-width: 767px) {
  .authorization-form .third-step-active .confirm-password {
    position: absolute;
    top: -9999px;
    left: -9999px; } }

.authorization-form .btn-holder {
  position: relative;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .authorization-form .btn-holder {
      max-width: 200px; } }

.step-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4vh 0 5.6vh; }
  .step-pagination li {
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    border: 2px solid #bcbec0;
    background-color: #fff;
    margin: 0 7px;
    border-radius: 15px;
    -webkit-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out; }

.step-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 200px; }
  .step-navigation .step-nav {
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #000;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    font-size: 0;
    text-decoration: none; }
    .step-navigation .step-nav svg {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .step-navigation .step-nav svg path {
        stroke: #fff; }
    .step-navigation .step-nav.prev {
      background-color: #fff; }
      .step-navigation .step-nav.prev svg path {
        stroke: #000; }
    .step-navigation .step-nav.next svg {
      display: inline-block;
      vertical-align: top;
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    .step-navigation .step-nav.close {
      position: relative; }
      .step-navigation .step-nav.close:before, .step-navigation .step-nav.close:after {
        width: 14px;
        height: 2px;
        background-color: #fff;
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -7px; }
      .step-navigation .step-nav.close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .step-navigation .step-nav.close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.second-step {
  position: absolute;
  top: -9999px;
  left: -99999px;
  padding-bottom: 1vh; }
  @media (min-width: 768px) {
    .second-step {
      position: static;
      padding-bottom: 0; } }
  .second-step label {
    display: none; }

.third-step {
  position: absolute;
  top: -9999px;
  left: -99999px; }
  @media (min-width: 768px) {
    .third-step {
      position: static; } }

.d-none {
  display: none; }

@media (min-width: 768px) {
  .d-md-block {
    display: block; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none; } }

.text-center {
  text-align: center; }

.bg-stretch {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.banner {
  color: #fff;
  position: relative;
  z-index: 2;
  display: none; }
  @media (min-width: 768px) {
    .banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 63%;
      padding: 31px 5vw; } }
  @media (min-width: 992px) {
    .banner {
      width: 65%; } }
  @media (min-width: 1200px) {
    .banner {
      padding: 31px 7vw;
      width: 71%; } }
  .banner h1 {
    color: inherit;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.38;
    width: 100%; }
    @media (min-width: 992px) {
      .banner h1 {
        font-size: 50px; } }
    @media (min-width: 1024px) {
      .banner h1 {
        font-size: 59px; } }
    @media (min-width: 1200px) {
      .banner h1 {
        font-size: 69px; } }
    .banner h1 strong {
      font-weight: 500;
      font-style: italic; }

.error-message {
  display: none;
  color: red; }

.error-form .input-error + .error-message {
  display: block; }

.file-holder {
  text-align: center; }
  @media (min-width: 768px) {
    .file-holder {
      margin-bottom: 36px; } }
  .file-holder p {
    color: #0a0f26;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px; }

#img-preview {
  background-color: #fff;
  border: 4px solid #1a171b;
  margin: 0 auto 16px;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 1px 1px #000; }

#img-preview img {
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  top: 0;
  object-fit: cover; }

[type="file"] {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden; }

[type="file"] + label {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  [type="file"] + label svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }

.sidebar {
  width: 260px;
  min-width: 260px;
  background-color: #1a171b;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.41);
  padding: 55px 0 20px; }
  .sidebar .lang-switcher {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .sidebar .lang-switcher {
        margin-top: 30px; } }
  @media (max-width: 1199px) {
    .sidebar {
      display: block;
      position: fixed;
      height: 100vh;
      overflow-y: auto;
      width: 100%;
      max-width: 375px;
      z-index: 1000;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-transform: translateX(calc(-100% - 10px));
          -ms-transform: translateX(calc(-100% - 10px));
              transform: translateX(calc(-100% - 10px));
      padding-bottom: 0; } }
  @media (max-width: 599px) {
    .sidebar {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .sidebar .top-content {
      min-height: calc(100vh - 80px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 1199px) {
  .desktop-logout {
    display: none; } }

.sidebar-container {
  height: 100%; }
  @media (max-width: 1199px) {
    .sidebar-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.user-block {
  text-align: center;
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .user-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 90px 0 10px;
      margin-bottom: 23px; } }
  .user-block a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (min-width: 1200px) {
      .user-block a {
        display: inline-block; } }
  .user-block .user-img {
    display: block;
    margin: 0 auto;
    width: 99px;
    height: 99px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff url(/_img/user.svg) center/46px no-repeat; }
    @media (min-width: 1200px) {
      .user-block .user-img {
        width: 136px;
        height: 136px;
        border: 4px solid #fff; } }
    .user-block .user-img img {
      position: absolute;
      width: 101%;
      height: 101%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .user-block .camera {
    margin: -24px auto 0;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ececec;
    background: #fff url(/_img/camera.svg) center/18px no-repeat; }
    @media (max-width: 1199px) {
      .user-block .camera {
        display: none; } }
  @media (min-width: 1200px) {
    .user-block .user-name {
      margin-top: 19px; } }
  @media (max-width: 1199px) {
    .user-block .user-name {
      font-size: 13px;
      font-weight: 400;
      margin-right: 20px; } }

.menu {
  margin-top: 27px; }
  @media (min-width: 1200px) {
    .menu {
      margin-top: 37px; } }
  .menu img {
    width: 20px;
    margin-right: 24px;
    position: relative;
    top: 3px; }
    @media (min-width: 1200px) {
      .menu img {
        margin-right: 15px; } }
  @media (max-width: 1199px) {
    .menu > li > a:before {
      content: '';
      position: absolute;
      width: 17px;
      height: 17px;
      right: 45px;
      top: 50%;
      margin-top: -8px;
      background: url(/_img/shevron-right-yellow.svg) center/contain no-repeat; } }
  .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 16px 70px 16px 32px;
    display: block;
    position: relative; }
    @media (min-width: 1200px) {
      .menu a {
        padding: 16px 20px 16px 38px; } }
    .menu a:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 6px;
      background-color: #F0CF00;
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: .3s;
      transition: .3s; }
      @media (max-width: 1199px) {
        .menu a:after {
          left: 0; } }
      @media (min-width: 1200px) {
        .menu a:after {
          width: 4px;
          right: 0;
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right; } }
    .menu a:hover:after, .menu a.active:after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .menu a.active {
      background-color: #3e3e3e;
      color: #fff; }
      @media (min-width: 1200px) {
        .menu a.active {
          background-color: #a8a8a8;
          color: #000; } }
  .menu > li {
    position: relative; }
    @media (min-width: 1200px) {
      .menu > li:before {
        content: '';
        position: absolute;
        background-color: #393939;
        width: calc(100% - 36px);
        height: 1px;
        left: 22px;
        bottom: 0; } }

.sub-menu {
  padding-bottom: 5px; }
  @media (min-width: 1200px) {
    .sub-menu {
      margin-top: 10px;
      padding-bottom: 20px; } }
  @media (max-width: 1199px) {
    .sub-menu > li {
      position: relative; }
      .sub-menu > li.sub-menu-title:before {
        display: none; }
      .sub-menu > li:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        right: 45px;
        top: 50%;
        margin-top: -8px;
        background: url(/_img/shevron-right-yellow.svg) center/contain no-repeat;
        pointer-events: none; } }
  .sub-menu a {
    font-size: 14px;
    font-weight: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 15px 20px 15px 82px;
    color: #c8c8c8; }
    @media (min-width: 1200px) {
      .sub-menu a {
        padding: 7px 20px 7px 72px; } }
    .sub-menu a:before {
      content: '';
      position: absolute;
      left: 34px;
      width: 10px;
      height: 1px;
      background-color: #F0CF00;
      top: 50%;
      margin-top: -1px; }
      @media (min-width: 1200px) {
        .sub-menu a:before {
          left: 43px;
          width: 10px; } }

.sub-menu-title {
  color: #fff;
  font-size: 18px;
  padding: 10px 20px 10px 32px;
  position: relative;
  cursor: default; }
  @media (min-width: 1200px) {
    .sub-menu-title {
      padding: 10px 40px 10px 38px; }
      .sub-menu-title:before {
        /*content: '';*/
        position: absolute;
        width: 14px;
        height: 2px;
        background-color: #fff;
        right: 14px;
        top: 50%;
        margin-top: -1px; } }
  .sub-menu-title img {
    width: 20px;
    margin-right: 15px;
    position: relative;
    top: 3px; }

.sidebar-back {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 22px;
  right: 30px;
  cursor: pointer; }
  .sidebar-back:after {
    content: '';
    position: absolute;
    filter: brightness(0) invert(1);
    width: 17px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    background: url(/_img/shevron-right-yellow.svg) center/contain no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (min-width: 1200px) {
    .sidebar-back {
      display: none; } }

.mobile-logout {
  width: 100%;
  margin-top: 37px; }
  .mobile-logout a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 30px 20px;
    display: block;
    font-size: 21px;
    font-weight: 400;
    background-color: #3b3b3b; }
    .mobile-logout a img {
      margin-right: 15px;
      position: relative;
      top: 3px;
      width: 22px;
      height: 22px; }
  @media (min-width: 1200px) {
    .mobile-logout {
      display: none; } }

.show-sidebar .mobile-overlay {
  opacity: 1;
  visibility: visible; }

.show-sidebar .sidebar {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mobile-overlay {
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .mobile-overlay {
      display: none; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 900; }
  @media (min-width: 1200px) {
    .header {
      /*border-bottom: 4px solid #e2e3e4;*/
      margin-bottom: 30px;
      /*margin-bottom: 26px;*/
      padding-bottom: 18px; } }
  @media (max-width: 1199px) {
    .header {
      background-color: #fff;
      padding: 10px 35px;
      box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16); } }
  .header .title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .header .title {
        font-size: 30px;
        font-weight: 300;
        padding-top: 10px; } }
    @media (max-width: 1199px) {
      .header .title {
        padding-left: 12px;
        padding-right: 12px;
        text-align: center; } }
  .header .clock {
    font-size: 30px;
    font-weight: 300;
    padding-top: 10px; }
    @media (max-width: 1199px) {
      .header .clock {
        display: none; } }

.burger {
  width: 40px;
  height: 40px;
  position: relative;
  left: -8px;
  cursor: pointer; }
  .burger > div {
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    background-color: #000; }
    .burger > div:before, .burger > div:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #000;
      left: 0;
      top: 0;
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }
    .burger > div:after {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px); }
  @media (min-width: 1200px) {
    .burger {
      display: none; } }

@media (max-width: 1199px) {
  .header-logo {
    display: none; } }

.header-logo img {
  width: 180px; }

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 1200px) {
  .notifications {
    margin-right: 60px;
    margin-top: 10px; } }

@media (min-width: 1400px) {
  .notifications {
    margin-right: 120px; } }

.active .nots-label .ic:after {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #edeef0;
  background-color: #c82020; }

.notifications {
  position: relative; }
  .notifications.empty .empty {
    font-size: 16px; }
  @media (max-width: 559px) {
    .notifications.empty .nots-modal {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (min-width: 560px) {
    .notifications.empty .nots-modal {
      width: 100px; } }

.nots-label {
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nots-label .ic {
    position: relative;
    top: 1px;
    margin-right: 13px;
    width: 18px;
    height: 20px;
    background: url(/_img/bell.svg) center/contain no-repeat; }
  @media (max-width: 1199px) {
    .nots-label .text {
      display: none; } }

.nots-modal {
  position: absolute;
  right: -20px;
  top: -8px;
  width: calc(100vw - 30px);
  box-shadow: 0 2px 10px #cfd9df;
  background-color: #fff;
  border-radius: 10px;
  z-index: 102;
  padding: 30px 25px 7px 16px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }
  @media (min-width: 560px) {
    .nots-modal {
      width: 430px;
      right: 100%;
      margin-right: 3px;
      padding: 10px 25px 7px 16px; }
      .nots-modal:before {
        content: '';
        position: absolute;
        background: #fff;
        left: 100%;
        margin-left: -9px;
        top: 12px;
        width: 17px;
        height: 17px;
        border-radius: 3px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); } }
  @media (min-width: 1201px) {
    .nots-modal {
      margin-right: -9px; } }
  .nots-modal .top {
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3px; }
    .nots-modal .top .left {
      font-size: 20px;
      font-weight: 400;
      font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding-top: 4px; }
    .nots-modal .top a {
      display: inline-block;
      margin-top: 8px;
      color: #81c9d1;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.65px;
      text-decoration: none; }
      .nots-modal .top a:hover {
        text-decoration: underline; }

@media (max-width: 559px) {
  .close-nots {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px; }
    .close-nots:after, .close-nots:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 2px;
      background-color: #000;
      top: 50%;
      left: 50%;
      margin-left: -7px;
      margin-top: -1px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .close-nots:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); } }

@media (min-width: 560px) {
  .close-nots {
    color: #000;
    text-decoration: none;
    font-size: 0;
    position: absolute; }
    .close-nots:focus {
      font-size: 12px;
      position: relative; } }

.nots-list li {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0 8px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nots-list li:last-child {
    border: none; }

.nots-list .ic-indicator {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 14px;
  left: 1px; }

.nots-list .text-title {
  font-size: 14px; }

.nots-list .text {
  color: #9b9b9b;
  font-size: 13px; }

.nots-list .text-wrap {
  width: 100%;
  padding-right: 10px; }

.nots-list .time {
  text-align: right;
  color: #b7b7b7;
  font-size: 10px;
  font-weight: 500;
  width: 70px;
  min-width: 70px; }

.nots-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }

.active-nots .toggle-layout,
.active-nots .burger,
.active-nots .header > .title,
.active-nots .header .clock,
.active-nots .header .nots-label,
.active-nots .header .header-logo,
.active-nots .sidebar,
.active-nots .page-content {
  filter: blur(2px);
  will-change: filter; }

.active-nots .nots-overlay {
  opacity: 1;
  visibility: visible; }

.active-nots .nots-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.active-nots .stove-layout-wrap {
  z-index: 1; }

.back-link {
  display: none;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: #fff url(/_img/shevron-left-black.svg) center/14px no-repeat; }

@media (min-width: 1440px) {
  .contact {
    padding: 0 38px;
    width: 82.5%; } }

.contact address {
  font-style: normal; }

.contact h3 {
  font-weight: 400;
  margin-bottom: 0; }

.contact dl {
  margin: 0; }
  .contact dl dt {
    float: left;
    margin-right: 4px; }

.contact .title {
  border-bottom: 1px solid #e4e4e5;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .contact .title {
      margin-right: -10px;
      width: calc(100% + 10px);
      padding-right: 10px;
      margin-bottom: 25px; } }

.contact a[href*="tel"],
.contact a[href*="fax"],
.contact a[href*="mailto"] {
  text-decoration: none;
  color: inherit; }
  .contact a[href*="tel"]:hover,
  .contact a[href*="fax"]:hover,
  .contact a[href*="mailto"]:hover {
    color: #F0CF00; }

.contact.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact.row .col {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact.row .col {
        padding-right: 10px;
        width: 33.33%;
        margin-bottom: 41px; } }

.btn {
  font-size: 13px;
  line-height: 24px;
  border-radius: 8px;
  font-weight: 300;
  background: #1a171b;
  padding: 6px 10px;
  color: #fff;
  border: 2px solid #1a171b;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out, 
 background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, 
 background-color 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .btn {
      font-size: 17px;
      line-height: 26px;
      border-radius: 5px; } }
  .btn:hover {
    color: #1a171b;
    border-color: #1a171b;
    background: transparent; }
    .btn:hover svg path {
      stroke: #1a171b; }
  .btn.btn-outline {
    color: #1a171b;
    border-color: #1a171b;
    background: transparent; }
    .btn.btn-outline:hover {
      color: #fff;
      background-color: #1a171b; }
      .btn.btn-outline:hover svg path {
        stroke: #fff; }
  .btn svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
    display: inline-block;
    margin-left: 17px; }

@media (max-width: 479px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4px;
    margin-top: 5px; }
    .btn-list li {
      width: calc(50% - 8px);
      margin-right: 0 !important; } }

.btn-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .btn-list li {
      margin-right: 18px; } }

@media (max-width: 479px) {
  .btn-list .btn {
    width: 100%; } }

@media (min-width: 480px) {
  .btn-list .btn {
    min-width: 152px; } }

@media (min-width: 768px) {
  .btn-list .btn {
    min-width: 158px; } }

.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .btn-with-icon {
      max-width: 226px;
      margin: 0 auto; } }

.edit-btn {
  min-width: 141px; }
  @media (min-width: 768px) {
    .edit-btn {
      padding: 6px 18px 6px 33px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.notification-btn {
  padding: 6px 16px; }

.lang-switcher {
  position: relative;
  z-index: 10;
  text-align: center; }
  .lang-switcher a {
    text-decoration: none; }
  .lang-switcher.active-switcher .alt-langs {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.current-lang {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding: 3px 23px 3px 0; }
  .current-lang:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 6px;
    filter: brightness(0) invert(1);
    background: url(/_img/chevron-down-black.svg) center/contain no-repeat; }

.drop-on-top .alt-langs {
  top: auto;
  bottom: 100%; }

.alt-langs {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #eff0f1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 7px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }
  .alt-langs li {
    border-bottom: 1px solid #ccc; }
    .alt-langs li:last-child {
      border-bottom: none; }
  .alt-langs a {
    color: #000;
    font-size: 14px;
    padding: 4px 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: block; }
    .alt-langs a:hover {
      background-color: #ccc; }
  .alt-langs:focus-within {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

@media (max-width: 1199px) {
  .page-content .statistics-panel:first-child {
    margin-top: -20px; } }

.statistics-panel {
  padding: 0 22px 1px 20px; }
  @media (min-width: 1200px) {
    .statistics-panel {
      padding: 15px 40px 1px; } }
  .statistics-panel.active .title:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .statistics-panel .title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 14px; }
    @media (max-width: 1199px) {
      .statistics-panel .title {
        padding-top: 17px;
        padding-right: 80px;
        position: relative;
        cursor: pointer; }
        .statistics-panel .title:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -4px;
          right: 26px;
          width: 17px;
          height: 9px;
          background: url(/_img/chevron-down-black.svg) center/contain no-repeat; } }
    @media (min-width: 1200px) {
      .statistics-panel .title {
        font-size: 19px;
        letter-spacing: 1.3px;
        margin-bottom: 15px; } }
  .statistics-panel .body {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .statistics-panel .body {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (max-width: 1799px) {
      .statistics-panel .body {
        margin-right: -40px; } }
    @media (max-width: 1199px) {
      .statistics-panel .body {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .statistics-panel .body li {
        width: 16.66666%;
        position: relative;
        padding: 0 15px 0 0;
        margin-bottom: 12px; } }
    @media (max-width: 1199px) {
      .statistics-panel .body li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid #d8d8d8;
        padding: 14px 0 11px; }
        .statistics-panel .body li:last-child {
          border: none; } }
    @media (min-width: 1800px) {
      .statistics-panel .body li {
        padding: 0 0 0 20px;
        width: 13%; }
        .statistics-panel .body li:nth-child(6n + 1) {
          padding-left: 0; }
        .statistics-panel .body li:nth-child(6n + 4), .statistics-panel .body li:nth-child(6n + 2) {
          width: 24%;
          padding-left: 46px;
          padding-right: 120px; }
          .statistics-panel .body li:nth-child(6n + 4):before, .statistics-panel .body li:nth-child(6n + 2):before {
            content: '';
            position: absolute;
            background-color: #d8d8d8;
            width: 1px;
            height: calc(100% - 17px);
            right: 87px;
            right: 27%;
            top: 5px; }
        .statistics-panel .body li:nth-child(6n + 3), .statistics-panel .body li:nth-child(6n + 5) {
          padding-left: 0; } }
  .statistics-panel .text {
    font-size: 14px;
    font-weight: 400;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 20px;
    width: 100%;
    max-width: 90px;
    min-width: 90px; }
    @media (min-width: 1200px) {
      .statistics-panel .text {
        font-size: 13px;
        font-weight: 300; } }
    @media (min-width: 1500px) {
      .statistics-panel .text {
        font-size: 16px;
        min-width: 120px;
        max-width: 120px;
        min-height: 70px;
        line-height: 22px; } }
  .statistics-panel .value {
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .statistics-panel .value {
        padding-top: 8px;
        padding-left: 6px; } }
    @media (min-width: 1200px) {
      .statistics-panel .value {
        font-size: 30px; } }
    @media (min-width: 1500px) {
      .statistics-panel .value {
        font-size: 40px; } }
    .statistics-panel .value span {
      font-size: 13px;
      font-weight: 300; }
      @media (min-width: 1200px) {
        .statistics-panel .value span {
          font-size: 16px; } }
      @media (min-width: 1500px) {
        .statistics-panel .value span {
          font-size: 22px; } }
  .statistics-panel .ic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1200px) {
      .statistics-panel .ic-wrap {
        margin-bottom: 18px; } }
  .statistics-panel .ic {
    width: 37px;
    min-width: 37px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    border: 2px solid;
    margin-right: 5px; }
    @media (min-width: 1500px) {
      .statistics-panel .ic {
        margin-right: 15px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        border: 3px solid; } }
    .statistics-panel .ic img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 60%;
      max-height: 60%; }

.stove-dashboard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px; }
  @media (min-width: 600px) {
    .stove-dashboard-info {
      margin-top: 43px;
      margin-bottom: 20px; } }
  @media (max-width: 599px) {
    .stove-dashboard-info .stove-slider-wrap {
      margin-bottom: 0 !important; } }
  .stove-dashboard-info .left {
    width: 100%; }
    @media (max-width: 999px) {
      .stove-dashboard-info .left {
        margin-bottom: 20px; } }
    @media (min-width: 1000px) {
      .stove-dashboard-info .left {
        width: 66.5%;
        border-right: 1px solid #d8d8d8;
        padding-right: 15px; } }
  .stove-dashboard-info .right {
    width: 100%; }
    @media (max-width: 999px) {
      .stove-dashboard-info .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .stove-dashboard-info .right .top {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
          width: 100%; }
        .stove-dashboard-info .right .status-panel {
          width: 49%; }
        .stove-dashboard-info .right .bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }
    @media (max-width: 599px) {
      .stove-dashboard-info .right .bottom {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        display: block; }
      .stove-dashboard-info .right .status-panel {
        border-radius: 0 !important;
        margin-bottom: -1px !important;
        width: 100%;
        padding: 20px 14px 20px 20px;
        position: relative; }
        .stove-dashboard-info .right .status-panel:last-child:after {
          display: none; }
        .stove-dashboard-info .right .status-panel:after {
          content: '';
          position: absolute;
          width: calc(100% - 40px);
          left: 20px;
          bottom: 0;
          height: 1px;
          background-color: #d8d8d8;
          z-index: 10; } }
    @media (min-width: 1000px) {
      .stove-dashboard-info .right {
        width: 33.5%;
        padding-left: 20px; } }
    @media (min-width: 1000px) {
      .stove-dashboard-info .right {
        padding-left: 30px; } }
    .stove-dashboard-info .right .panel {
      border-radius: 15px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 26px; }

.stoveChart {
  margin-top: -28px;
  max-height: 400px; }
  @media (min-width: 1100px) {
    .stoveChart {
      margin-top: -12px; } }
  @media (min-width: 1400px) {
    .stoveChart {
      max-height: 500px; } }

.stove-charts-wrap {
  position: relative; }
  .stove-charts-wrap > .block {
    padding-right: 17px; }

.stove-charts-title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .stove-charts-title {
      margin-bottom: 20px;
      padding-right: 250px;
      font-size: 20px;
      border-bottom: 1px solid #d8d8d8;
      font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400; } }

.period-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 599px) {
    .period-switcher {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 12px 2px;
      width: 227px;
      margin: 0 auto;
      border-bottom: 1px solid #d8d8d8;
      position: relative;
      z-index: 10; } }
  @media (min-width: 600px) {
    .period-switcher {
      position: absolute;
      top: 0;
      right: 20px; } }
  .period-switcher a {
    display: inline-block;
    margin: 0 11px;
    color: #aaaaaa;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300; }
    @media (min-width: 601px) {
      .period-switcher a {
        font-size: 18px; } }
    .period-switcher a.active {
      color: #464646;
      font-weight: 400; }
    .period-switcher a:hover {
      color: #000; }
    .period-switcher a:first-child {
      margin-left: 0; }
    .period-switcher a:last-child {
      margin-right: 0; }

.avg-power {
  padding-left: 20px; }
  @media (max-width: 599px) {
    .avg-power {
      display: none; } }
  .avg-power .title {
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -3px; }
  .avg-power .power {
    font-size: 17px;
    font-weight: 300; }
    .avg-power .power span {
      font-size: 31px;
      font-weight: 500; }

.select-styled {
  width: 227px;
  border-radius: 22px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  z-index: 13; }
  @media (min-width: 600px) {
    .select-styled {
      width: 283px;
      margin-bottom: 30px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  @media (max-width: 599px) {
    .select-styled {
      border: 1px solid #000;
      margin-left: auto;
      margin-right: auto; } }
  .select-styled.active {
    border-radius: 22px 22px 0 0; }
    .select-styled.active .select-drop {
      opacity: 1;
      visibility: visible; }
    .select-styled.active a.current:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select-styled a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 33px 7px 19px;
    position: relative;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
    @media (min-width: 600px) {
      .select-styled a {
        font-size: 17px;
        padding: 10px 50px 10px 20px; } }
    .select-styled a span {
      font-weight: 400; }
    .select-styled a.current {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .select-styled a.current:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 10px;
        right: 13px;
        top: 50%;
        margin-top: -4px;
        background: url(/_img/chevron-down-black.svg) center/contain no-repeat; }
        @media (min-width: 600px) {
          .select-styled a.current:after {
            width: 18px;
            height: 11px;
            right: 15px; } }
  .select-styled .select-drop {
    position: absolute;
    background-color: #fff;
    width: calc(100% + 2px);
    border-radius: 0 0 22px 22px;
    opacity: 0;
    visibility: hidden;
    left: -1px;
    top: 100%; }
    @media (min-width: 600px) {
      .select-styled .select-drop {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        width: 100%;
        left: 0; } }
    @media (max-width: 599px) {
      .select-styled .select-drop {
        border: 1px solid #000;
        border-top: none; } }
    .select-styled .select-drop:after {
      content: '';
      position: absolute;
      pointer-events: none;
      width: 100%;
      height: 7px;
      background-color: #fff;
      left: 0;
      bottom: 100%; }
    .select-styled .select-drop a {
      -webkit-transition: 0s;
      transition: 0s; }
      .select-styled .select-drop a:hover {
        font-weight: 400; }
      .select-styled .select-drop a.current {
        display: none; }

@media (min-width: 600px) {
  .daily-mob-time-switcher {
    display: none !important; } }

@media (max-width: 599px) {
  .time-switchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.double-switchers-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 599px) {
    .double-switchers-wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .double-switchers-wrap .time-switcher {
        margin-bottom: 4px; } }

.time-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .time-switcher .time {
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    white-space: nowrap;
    min-width: 110px;
    text-align: center;
    padding: 2px 10px 0; }
    @media (min-width: 600px) {
      .time-switcher .time {
        font-size: 17px;
        min-width: 180px;
        padding: 0 10px; } }
  .time-switcher .prev,
  .time-switcher .next {
    width: 20px;
    height: 19px;
    position: relative;
    top: 1px;
    background: url(/_img/shevron-left-black.svg) center/contain no-repeat;
    opacity: .5;
    font-size: 0; }
    .time-switcher .prev:hover,
    .time-switcher .next:hover {
      opacity: 1; }
    .time-switcher .prev.time,
    .time-switcher .next.time {
      min-width: 1px; }
  .time-switcher .next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 599px) {
    .time-switcher.desktop-month-switcher {
      display: none; } }
  @media (min-width: 600px) {
    .time-switcher.mob-month-switcher {
      display: none; } }

@media (min-width: 600px) {
  .top-right-switcher {
    position: absolute;
    top: 62px;
    right: 20px; } }

.stove-slider-wrap {
  padding: 27px 31px 10px 22px; }
  @media (max-width: 599px) {
    .stove-slider-wrap {
      background: transparent;
      margin-left: -20px !important;
      margin-right: -20px !important;
      box-shadow: none; } }
  .stove-slider-wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    font-weight: 300;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-bottom: 1px solid #1a171b;
    padding-bottom: 3px;
    margin-bottom: 5px; }
    @media (max-width: 599px) {
      .stove-slider-wrap .title {
        font-size: 14px; } }
    .stove-slider-wrap .title a {
      display: block;
      font-size: 0;
      width: 20px;
      height: 20px;
      background: url(/_img/zoom-in.svg) center/contain no-repeat; }
      @media (max-width: 599px) {
        .stove-slider-wrap .title a {
          display: none; } }
  .stove-slider-wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: -38px; }
    .stove-slider-wrap .slick-dots li {
      margin-left: 5px;
      margin-bottom: 5px; }
    .stove-slider-wrap .slick-dots .slick-active button {
      background: #707070; }
    .stove-slider-wrap .slick-dots button {
      font-size: 0;
      background: transparent;
      padding: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #707070; }
  .stove-slider-wrap .serial-number {
    color: #929292;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
    padding-right: 100px; }
    @media (max-width: 599px) {
      .stove-slider-wrap .serial-number {
        font-size: 10px;
        padding-top: 2px; } }

.stove-slide {
  position: relative; }
  .stove-slide a {
    display: block;
    padding-bottom: 65%; }
    @media (max-width: 999px) {
      .stove-slide a {
        height: 300px;
        padding-bottom: 0; } }
    @media (max-width: 599px) {
      .stove-slide a {
        height: auto;
        padding-bottom: 65%; } }
  .stove-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

.status-panel {
  padding: 34px 15px 34px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1600px) {
    .status-panel {
      padding: 34px 20px 34px 38px; } }
  .status-panel .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    color: #464646;
    font-size: 11px;
    font-weight: 500;
    padding-right: 20px;
    position: relative; }
    @media (min-width: 600px) {
      .status-panel .info {
        font-size: 14px; } }
    @media (min-width: 1400px) {
      .status-panel .info {
        font-size: 18px; } }
    .status-panel .info:after {
      content: '';
      position: absolute;
      width: 2px;
      height: calc(100% - 10px);
      background-color: #1a171b;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1600px) {
        .status-panel .info:after {
          right: 8px; } }
  .status-panel .status {
    width: 40%; }
  .status-panel .ic {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #1a171b;
    position: relative;
    border-radius: 50%;
    margin-right: 30px; }
    @media (min-width: 600px) {
      .status-panel .ic {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border: 2px solid #1a171b;
        margin-right: 12px; } }
    @media (min-width: 1400px) {
      .status-panel .ic {
        width: 50px;
        min-width: 50px;
        height: 50px; } }
    @media (min-width: 1600px) {
      .status-panel .ic {
        margin-right: 25px; } }
    .status-panel .ic img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 50%;
      max-height: 50%; }
      @media (min-width: 600px) {
        .status-panel .ic img {
          max-width: 74%;
          max-height: 74%; } }
  .status-panel .status {
    text-align: center;
    padding: 0 10px;
    color: #3b8f0b;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 300; }
    @media (min-width: 600px) {
      .status-panel .status {
        font-size: 16px; } }
    .status-panel .status.status-error {
      color: red; }

.settings-table {
  margin-bottom: 16px; }
  .settings-table .table-head {
    text-align: left;
    color: #7a7a7a;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: #f8f9fb;
    border: 2px solid #e8c800; }
    @media (max-width: 991px) {
      .settings-table .table-head {
        display: none; } }
    .settings-table .table-head .row .col {
      padding: 10px 0;
      padding-right: 10px; }
      @media (min-width: 1440px) {
        .settings-table .table-head .row .col {
          padding: 17px 0; } }
      .settings-table .table-head .row .col:first-child {
        padding-left: 20px;
        letter-spacing: 0.8px; }
        @media (min-width: 1440px) {
          .settings-table .table-head .row .col:first-child {
            padding-left: 38px; } }
  .settings-table .table-body .row {
    padding: 20px 0;
    border-bottom: 2px solid #d8d8d8; }
    @media (min-width: 768px) {
      .settings-table .table-body .row {
        padding: 36px 0 27px; } }
    @media (min-width: 992px) {
      .settings-table .table-body .row {
        border-bottom: 1px solid #d8d8d8; } }
    @media (max-width: 991px) {
      .settings-table .table-body .row {
        position: relative; }
        .settings-table .table-body .row:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 2px;
          background: #F0CF00; } }
    @media (min-width: 992px) {
      .settings-table .table-body .row:last-child {
        border-bottom: 0; } }
    @media (min-width: 768px) {
      .settings-table .table-body .row + .row {
        padding-top: 28px; } }
    .settings-table .table-body .row .col:first-child {
      padding-left: 60px; }
  .settings-table .table-body p {
    margin-bottom: 0; }
  .settings-table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .settings-table .row .col {
      padding-right: 10px; }
      .settings-table .row .col:first-child {
        margin-right: auto;
        width: 100%;
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .settings-table .row .col:first-child {
            margin-bottom: 0;
            width: 50%; } }
        @media (min-width: 1440px) {
          .settings-table .row .col:first-child {
            width: 56%; } }
        @media (max-width: 991px) {
          .settings-table .row .col:first-child .subtitle {
            margin-left: -60px;
            display: block;
            margin-bottom: 20px; } }
      .settings-table .row .col.limit-col {
        width: 100%;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .settings-table .row .col.limit-col {
            width: 50%;
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .settings-table .row .col.limit-col {
            width: 25.5%; } }
      .settings-table .row .col:last-child {
        padding-right: 0; }
        @media (min-width: 992px) {
          .settings-table .row .col:last-child {
            text-align: right; } }
      .settings-table .row .col.check-col {
        width: 50%;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .settings-table .row .col.check-col {
            margin-bottom: 0;
            width: 80px; } }
        @media (min-width: 992px) {
          .settings-table .row .col.check-col {
            text-align: center; } }
  .settings-table .icon-title {
    position: relative;
    margin-top: 12px;
    margin-bottom: 21px; }
    .settings-table .icon-title h2 {
      font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      line-height: 22px; }
  .settings-table .icon {
    position: absolute;
    top: -14px;
    right: 100%;
    margin-right: 14px; }
  .settings-table .checkbox-label {
    font-size: 0; }
  .settings-table input[type="checkbox"] {
    /*position: absolute;
    top: -9999px;
    left: -9999px;*/
display: none;    }
    .settings-table input[type="checkbox"]:focus + label {
      background-color: #ccc; }
    .settings-table input[type="checkbox"] + label {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 28px;
      height: 28px;
      border-radius: 5px;
      border: 2px solid #1a171b;
      background-color: #fff;
      cursor: pointer; }
      .settings-table input[type="checkbox"] + label:before {
        width: 18px;
        height: 12px;
        content: '';
        display: inline-block;
        vertical-align: top;
        background: url("/_img/check.svg") no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
    .settings-table input[type="checkbox"][disabled] + label {
      pointer-events: none;
      border: 1px solid #1a171b;
      background-color: #f8f9fb; }
    .settings-table input[type="checkbox"]:checked + label:before {
      opacity: 1; }
  .settings-table input[type="number"] {
    width: 100%; }
  .settings-table .jcf-number {
    width: calc(100% - 100px);
    margin-right: 18px;
    margin-bottom: 8px; }
    @media (min-width: 1920px) {
      .settings-table .jcf-number {
        width: 240px; } }
  @media (max-width: 991px) {
    .settings-table .check-col .subtitle {
      line-height: 28px;
      margin-right: 15px;
      min-width: 40px;
      display: inline-block;
      vertical-align: top; } }
  .settings-table .limit-col p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; }
  @media (max-width: 991px) {
    .settings-table .limit-col .subtitle {
      display: block;
      margin-bottom: 4px; } }
  .settings-table .limit-col .input-val {
    color: #686868;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px; }
  @media (min-width: 992px) {
    .settings-table .subtitle {
      display: none; } }

.settings-top-panel {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d8d8d8; }
  @media (min-width: 768px) {
    .settings-top-panel {
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .settings-top-panel {
      position: relative; }
      .settings-top-panel:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #F0CF00; } }
  @media (min-width: 992px) {
    .settings-top-panel {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 36px; } }
  .settings-top-panel h2 {
    color: #000;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1.33px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .settings-top-panel h2 {
        margin-bottom: 25px; } }
  .settings-top-panel .edit-block {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .settings-top-panel .edit-block {
        width: 50%;
        padding-right: 34px; } }
    @media (min-width: 1440px) {
      .settings-top-panel .edit-block {
        margin-bottom: 0;
        width: auto; } }
  .settings-top-panel a.icon-title {
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    margin: 0;
    max-width: calc(100% - 55px); }
    .settings-top-panel a.icon-title:hover {
      color: #F0CF00; }
  .settings-top-panel a.edit-link {
    text-decoration: none;
    font-size: 0; }
    .settings-top-panel a.edit-link:hover svg path {
      stroke: black; }
    .settings-top-panel a.edit-link svg path {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .settings-top-panel .edit-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .settings-top-panel .edit-fields:after {
      content: '';
      position: absolute;
      top: 6px;
      right: 47px;
      width: 1px;
      height: 30px;
      border-left: 1px solid #707070; }
    .settings-top-panel .edit-fields .icon {
      margin-right: 18px; }
  .settings-top-panel .edit-link-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto; }
    @media (min-width: 768px) {
      .settings-top-panel .edit-link-holder {
        width: 48%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1440px) {
      .settings-top-panel .edit-link-holder {
        width: auto; } }
    @media (max-width: 767px) {
      .settings-top-panel .edit-link-holder .btn {
        width: 100%; } }
    .settings-top-panel .edit-link-holder .btn:hover line {
      stroke: #000; }

@media (min-width: 1440px) and (max-width: 1699px) {
  .settings-top-panel .edit-link-holder .btn {
    text-indent: -9999px;
    min-width: auto;
    padding: 6px 10px;
    text-align: center; } }

@media (min-width: 1440px) and (max-width: 1699px) {
  .settings-top-panel .edit-link-holder .btn svg {
    margin: 0; } }
    .settings-top-panel .edit-link-holder .btn + .btn {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .settings-top-panel .edit-link-holder .btn + .btn {
          margin-top: 0;
          margin-left: 15px; } }
  .settings-top-panel .notification-link-holder {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .settings-top-panel .notification-link-holder {
        margin-bottom: 0;
        width: 48%; } }
    @media (min-width: 1440px) {
      .settings-top-panel .notification-link-holder {
        padding-left: 9px;
        width: auto; } }

.settings-scrollable {
  height: auto; }
  @media (min-width: 992px) {
    .settings-scrollable {
      max-height: calc(100vh - 380px);
      overflow: auto; } }
  @media (min-width: 1440px) {
    .settings-scrollable {
      max-height: calc(100vh - 350px); } }

.limit-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.limit-input {
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  position: relative; }
  @media (min-width: 1600px) {
    .limit-input {
      width: 241px;
      min-width: 241px;
      margin-right: 18px; } }
  @media (max-width: 767px) {
    .limit-input {
      width: 241px;
      min-width: 241px;
      margin-right: 18px; } }
  .limit-input[disabled] {
    position: relative; }
    .limit-input[disabled]:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      cursor: default; }
    .limit-input[disabled] input {
      border: 1px solid #1a171b;
      background-color: #f8f9fb; }
  .limit-input input::-webkit-outer-spin-button,
  .limit-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .limit-input input {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    border: 2px solid #1a171b;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    padding: 0 44px 0 22px;
    -webkit-appearance: none;
            appearance: none; }
    .limit-input input:focus {
      outline: none; }
  .limit-input .arrow-up,
  .limit-input .arrow-down {
    position: absolute;
    height: 50%;
    width: 40px;
    right: 0;
    cursor: pointer;
    opacity: 0.7; }
    .limit-input .arrow-up:hover,
    .limit-input .arrow-down:hover {
      opacity: 1; }
    .limit-input .arrow-up:after,
    .limit-input .arrow-down:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 10px;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px;
      background: url(/_img/shevron-up-black.svg) center/contain no-repeat; }
  .limit-input .arrow-up {
    top: 0; }
  .limit-input .arrow-down {
    bottom: 0; }
    .limit-input .arrow-down:after {
      margin-top: -5px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.docs-wrap {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  border: 2px solid #e8c800;
  background-color: #f8f9fb;
  padding: 25px 20px 5px;
  margin-top: 22px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .docs-wrap {
      margin-top: 42px; } }
  @media (min-width: 550px) {
    .docs-wrap {
      padding: 25px 38px 15px; } }
  .docs-wrap .text {
    border-bottom: 1px solid #d8d8d8; }

.docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .docs li {
    width: 50%;
    margin-top: 25px;
    padding: 0 10px 10px; }
    @media (min-width: 550px) {
      .docs li {
        width: 33.33333%; } }
    @media (min-width: 700px) {
      .docs li {
        width: 25%; } }
    @media (min-width: 1200px) {
      .docs li {
        width: 20%;
        max-width: 265px; } }
  .docs a {
    text-decoration: none;
    color: #464646;
    max-width: 100%;
    display: inline-block; }
    .docs a:hover img {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
  .docs .img-wrap {
    width: 133px; }
  .docs .img {
    position: relative;
    padding-bottom: 133%;
    margin-bottom: 12px; }
    .docs .img img {
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      left: 0;
      top: -1px;
      object-fit: contain;
      -webkit-transition: .2s;
      transition: .2s; }
  .docs .doc-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 7px;
    max-width: 200px; }
  .docs .size {
    font-size: 15px;
    font-weight: 500; }

html.overflow-hidden-no-offset body {
  overflow: hidden; }

.show-modal .modal-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s; }

@media (max-width: 1199px) {
  .show-modal .app {
    filter: blur(2px); } }

.show-modal .app:after {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1200px) {
  .show-modal .main {
    filter: blur(2px);
    -webkit-transition: .3s;
    transition: .3s; } }

.show-modal .stove-layout-wrap {
  z-index: 0;
  filter: blur(2px); }

.app {
  -webkit-transition: filter .3s;
  transition: filter .3s; }
  .app:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 907;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s; }
    @media (min-width: 1200px) {
      .app:after {
        width: calc(100% - 260px); } }

.modal-wrap {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1200px) {
    .modal-wrap {
      width: calc(100% - 260px); } }
  .modal-wrap .close {
    position: absolute;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    font-size: 0;
    right: 15px;
    top: 15px; }
    @media (min-width: 850px) {
      .modal-wrap .close {
        right: 48px;
        top: 34px; } }
    .modal-wrap .close:after, .modal-wrap .close:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 10px;
      background-color: #000;
      top: 50%;
      margin-top: -5px;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal-wrap .close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.modal-container {
  padding: 10px 8px;
  max-height: 100vh;
  position: relative;
  overflow-y: auto;
  width: 100%;
  text-align: center; }
  @media (min-width: 450px) {
    .modal-container {
      padding: 15px; } }

.dc-power-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh; }
  @media (min-width: 1200px) {
    .dc-power-modal-overlay {
      width: calc(100% - 260px); } }

.modal-block {
  position: relative;
  display: inline-block;
  text-align: left;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  background-color: #f8f9fb;
  z-index: 10;
  padding: 15px 15px; }
  @media (min-width: 850px) {
    .modal-block {
      padding: 30px; } }

@media (min-width: 850px) {
  .modal-chart-content {
    padding-left: 15px; } }

@media (min-width: 600px) {
  .modal-chart-content .time-switcher .time {
    min-width: 160px; } }

@media (max-width: 849px) {
  .modal-chart-content .chart-wrap {
    margin-left: -5px;
    margin-right: -10px; } }

.modalChart {
  width: 940px;
  max-width: 100%;
  height: 436px;
  max-height: 436px;
  margin-bottom: 20px;
  margin-top: -10px; }
  @media (min-width: 850px) {
    .modalChart {
      margin-top: 15px;
      margin-bottom: 50px; } }

.modal-head {
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .modal-head .title {
    font-size: 22px;
    font-weight: 400;
    margin-right: 40px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .modal-head .title {
        margin-right: 60px; } }
  .modal-head .chart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.chart-head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .chart-head-label {
      font-size: 17px;
      margin-right: 60px; } }
  .chart-head-label:last-child {
    margin-right: 0; }
  .chart-head-label .label {
    height: 3px;
    width: 40px;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .chart-head-label .label {
        margin-right: 18px; } }
  .chart-head-label.dot-label .label {
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%; }

.select-styled-2 {
  display: inline-block;
  position: relative;
  font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px; }
  @media (min-width: 600px) {
    .select-styled-2 {
      font-size: 17px; } }
  .select-styled-2 a {
    color: #000;
    text-decoration: none; }
  .select-styled-2 .current-text {
    display: block;
    padding-right: 30px;
    position: relative; }
    @media (min-width: 600px) {
      .select-styled-2 .current-text {
        padding-right: 47px; } }
    .select-styled-2 .current-text:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: url(/_img/shevron-left-black.svg) center/contain no-repeat;
      opacity: 0.5;
      right: 0;
      top: -1px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: .2s;
      transition: .2s; }
      @media (min-width: 600px) {
        .select-styled-2 .current-text:after {
          top: 2px; } }
    .select-styled-2 .current-text:hover:after {
      opacity: 1; }
  .select-styled-2 .select-drop {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 100%;
    margin-bottom: 5px;
    left: -14px;
    width: 180px;
    padding: 5px 0 4px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: #1a171b;
    border-radius: 10px;
    max-height: 430px;
    overflow-y: auto; }
    .select-styled-2 .select-drop a {
      color: #f1f1f1; }
    .select-styled-2 .select-drop li:last-child a {
      border: none; }
    .select-styled-2 .select-drop a {
      display: block;
      padding: 2px 10px 2px 14px;
      font-size: 15px;
      position: relative;
      border-bottom: 1px solid #ccc; }
      .select-styled-2 .select-drop a:hover {
        background-color: #a8a8a8;
        color: #000; }
      .select-styled-2 .select-drop a.current {
        background-color: #a8a8a8;
        color: #000; }
  .select-styled-2.active .select-drop {
    opacity: 1;
    visibility: visible; }

.modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.authentication-block .authentication-form {
  margin-bottom: 30px; }
  @media (min-width: 1440px) {
    .authentication-block .authentication-form {
      margin-left: 90px; } }
  .authentication-block .authentication-form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
    @media (min-width: 992px) {
      .authentication-block .authentication-form fieldset {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .authentication-block .authentication-form .file-holder #img-preview {
    width: 235px;
    height: 235px; }
  .authentication-block .authentication-form .file-holder .block-change-image {
    font-size: 15px;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    color: #000; }
    .authentication-block .authentication-form .file-holder .block-change-image svg {
      margin-right: 0;
      margin-left: 15px; }
      .authentication-block .authentication-form .file-holder .block-change-image svg path {
        stroke: #1a171b; }
  .authentication-block .authentication-form .first-step {
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .authentication-block .authentication-form .first-step {
        max-width: 235px;
        margin-bottom: 0;
        margin-right: 30px; } }
    @media (min-width: 1920px) {
      .authentication-block .authentication-form .first-step {
        margin-right: 0; } }
    @media (min-width: 992px) {
      .authentication-block .authentication-form .first-step label {
        margin-left: -30px; } }
  .authentication-block .authentication-form .box-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1090px; }
    .authentication-block .authentication-form .box-info .box-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1920px) {
        .authentication-block .authentication-form .box-info .box-items {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .authentication-block .authentication-form .box-info .box-items > div {
        width: 100%;
        margin-bottom: 30px;
        display: block; }
        @media (min-width: 600px) {
          .authentication-block .authentication-form .box-info .box-items > div {
            width: calc(50% - 10px); } }
        @media (min-width: 992px) {
          .authentication-block .authentication-form .box-info .box-items > div {
            display: block;
            max-width: 44%;
            margin-right: 20px; } }
        @media (min-width: 1440px) {
          .authentication-block .authentication-form .box-info .box-items > div {
            margin-right: 55px;
            max-width: 325px; } }
        .authentication-block .authentication-form .box-info .box-items > div:last-child {
          margin-right: 0; }
        @media (min-width: 992px) {
          .authentication-block .authentication-form .box-info .box-items > div:nth-child(2n) {
            margin-right: 20px; } }
        @media (min-width: 1440px) {
          .authentication-block .authentication-form .box-info .box-items > div:nth-child(2n) {
            margin-right: 55px; } }
        @media (min-width: 1440px) {
          .authentication-block .authentication-form .box-info .box-items > div:nth-child(3n) {
            margin-right: 0; } }
        .authentication-block .authentication-form .box-info .box-items > div input {
          width: 100%;
          height: 53px;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
          border-radius: 15px;
          background-color: #fff;
          border-color: transparent;
          padding: 15px 30px;
          font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 17px;
          font-weight: 400;
          outline: none; }
          @media (min-width: 992px) {
            .authentication-block .authentication-form .box-info .box-items > div input {
              margin-left: 15px; } }
          .authentication-block .authentication-form .box-info .box-items > div input::-webkit-input-placeholder {
            font-size: 17px;
            color: #000;
            display: -webkit-box;
            display: flex; }
          .authentication-block .authentication-form .box-info .box-items > div input:-ms-input-placeholder {
            font-size: 17px;
            color: #000;
            display: -ms-flexbox;
            display: flex; }
          .authentication-block .authentication-form .box-info .box-items > div input::placeholder {
            font-size: 17px;
            color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .authentication-block .authentication-form .box-info .box-items > div input[disabled] {
            background-color: #f8f9fb; }
      .authentication-block .authentication-form .box-info .box-items .title {
        margin: 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .authentication-block .authentication-form .box-info .box-items .title .icon {
          display: block; }
        @media (min-width: 992px) {
          .authentication-block .authentication-form .box-info .box-items .title {
            margin-right: 20px;
            margin-left: 13px;
            margin-bottom: 25px; } }
        .authentication-block .authentication-form .box-info .box-items .title label {
          font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .authentication-block .authentication-form .box-info .box-items .box-input {
        position: relative;
        width: 100%; }
        @media (min-width: 992px) {
          .authentication-block .authentication-form .box-info .box-items .box-input {
            width: auto; } }
        .authentication-block .authentication-form .box-info .box-items .box-input input {
          line-height: 30px;
          font-size: 30px; }
          .authentication-block .authentication-form .box-info .box-items .box-input input[type="password"] {
            padding-right: 60px; }
        .authentication-block .authentication-form .box-info .box-items .box-input svg path {
          stroke: #1a171b; }
        .authentication-block .authentication-form .box-info .box-items .box-input .box-img {
          position: absolute;
          right: 15px;
          top: 15px;
          cursor: pointer;
          pointer-events: none;
          font-size: 0; }
    .authentication-block .authentication-form .box-info .edit-link-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 450px) {
        .authentication-block .authentication-form .box-info .edit-link-holder {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 992px) {
        .authentication-block .authentication-form .box-info .edit-link-holder {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .authentication-block .authentication-form .box-info .edit-link-holder .btn {
        max-width: 140px;
        margin: 0;
        margin-right: 20px;
        margin-bottom: 20px; }
        @media (min-width: 450px) {
          .authentication-block .authentication-form .box-info .edit-link-holder .btn {
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .authentication-block .authentication-form .box-info .edit-link-holder .btn {
            margin-bottom: 0; } }
        @media (min-width: 450px) {
          .authentication-block .authentication-form .box-info .edit-link-holder .btn:last-child {
            margin-right: 0; } }
      .authentication-block .authentication-form .box-info .edit-link-holder .btn-submit {
        position: relative; }
        .authentication-block .authentication-form .box-info .edit-link-holder .btn-submit .save-icon {
          right: 20px;
          position: absolute; }
      .authentication-block .authentication-form .box-info .edit-link-holder .cancel-btn {
        position: relative; }
        .authentication-block .authentication-form .box-info .edit-link-holder .cancel-btn svg g {
          stroke: #fff; }
        .authentication-block .authentication-form .box-info .edit-link-holder .cancel-btn:hover svg g {
          stroke: #000; }

@media (min-width: 1200px) {
  .show-stove-layout .stove-layout-wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 30010; }
  .show-stove-layout .toggle-layout {
    -webkit-transform: rotate(-90deg) translate(90%, 50%);
        -ms-transform: rotate(-90deg) translate(90%, 50%);
            transform: rotate(-90deg) translate(90%, 50%); }
    .show-stove-layout .toggle-layout .show {
      display: none; }
    .show-stove-layout .toggle-layout .hide {
      display: block; }
    .show-stove-layout .toggle-layout:hover:after {
      -webkit-transform: translateY(36px);
          -ms-transform: translateY(36px);
              transform: translateY(36px); }
    .show-stove-layout .toggle-layout:after {
      -webkit-transform: translateY(32px);
          -ms-transform: translateY(32px);
              transform: translateY(32px); }
  .show-stove-layout .stove-layout-ovelay {
    opacity: 1;
    visibility: visible;
    z-index: 30008; }
  .show-stove-layout .app {
    filter: blur(2px); } }

@media (max-width: 1199px) {
  .show-stove-layout .back-link {
    display: block; }
  .show-stove-layout .stove-layout-wrap {
    display: block; }
  .show-stove-layout .page-content {
    display: none; }
  .show-stove-layout body {
    overflow-y: auto !important; }
  .show-stove-layout .header .title {
    font-size: 0; }
    .show-stove-layout .header .title:after {
      content: attr(data-title);
      font-size: 20px; }
  .show-stove-layout .app {
    min-height: 1px;
    overflow: visible; } }

.app {
  will-change: blur; }

.stove-layout-ovelay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s; }
  @media (max-width: 1199px) {
    .stove-layout-ovelay {
      display: none; } }

.stove-layout-wrap {
  background-color: #fff; }
  @media (max-width: 1199px) {
    .stove-layout-wrap {
      display: none; } }
  @media (min-width: 1200px) {
    .stove-layout-wrap {
      position: fixed;
      z-index: 1000;
      right: 0;
      top: 110px;
      height: calc(100vh - 110px);
      width: 940px;
      padding: 50px 53px 30px 50px;
      box-shadow: 4px 1px 8px rgba(0, 0, 0, 0.67);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform: translateX(calc(100% + 8px));
          -ms-transform: translateX(calc(100% + 8px));
              transform: translateX(calc(100% + 8px));
      border-radius: 15px 0 0 0; } }
  .stove-layout-wrap .simplebar-vertical {
    background-color: #eee;
    width: 10px;
    border-radius: 7px; }
  .stove-layout-wrap .title {
    font-size: 17px;
    font-weight: 400;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .stove-layout-wrap .title {
        display: none; } }
  .stove-layout-wrap .simplebar-scrollbar:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d2d2d2;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s; }
  .stove-layout-wrap .simplebar-scrollbar.simplebar-hover:before {
    background-color: #b9b9b9; }
  .stove-layout-wrap .block {
    text-align: center;
    padding-right: 50px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .stove-layout-wrap .block {
        padding: 20px 20px 0;
        margin-bottom: 0; }
        .stove-layout-wrap .block:last-child {
          margin-bottom: 50px; } }

.stove-layout-blocks {
  max-height: 100%; }

.toggle-layout {
  text-align: center;
  min-width: 124px;
  font-size: 15px;
  font-weight: 400;
  background: #000;
  border-radius: 11px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 100%;
  top: 50%;
  white-space: nowrap;
  padding: 19px 19px;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-90deg) translateX(90%);
      -ms-transform: rotate(-90deg) translateX(90%);
          transform: rotate(-90deg) translateX(90%);
  will-change: transform; }
  @media (max-width: 1199px) {
    .toggle-layout {
      display: none; } }
  .toggle-layout:hover:after {
    -webkit-transform: rotate(180deg) translateY(3px);
        -ms-transform: rotate(180deg) translateY(3px);
            transform: rotate(180deg) translateY(3px); }
  .toggle-layout:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 16px;
    height: 16px;
    -webkit-transition: .2s;
    transition: .2s;
    filter: brightness(0) invert(1);
    will-change: transform;
    background: url(/_img/chevron-down-black.svg) center/contain no-repeat; }
  .toggle-layout .show {
    position: relative;
    top: 3px; }
  .toggle-layout .hide {
    display: none;
    position: relative;
    top: -6px; }

@media (min-width: 1200px) {
  .device-dashboard-content {
    padding-right: 40px; } }

@media (min-width: 1800px) {
  .device-dashboard-content {
    padding-right: 20px; } }

.dd-charts.show-charts .dd-chart {
  display: block !important; }

.dd-charts.show-charts .placeholder {
  display: none; }

.device-dashboard-wrap {
  margin-right: -16px; }
  @media (min-width: 1800px) {
    .device-dashboard-wrap {
      margin-right: -30px; } }
  @media (max-width: 1199px) {
    .device-dashboard-wrap {
      display: none; } }

.dd-charts,
.dd-chart-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -8px;
  width: 100%; }
  @media (min-width: 1800px) {
    .dd-charts,
    .dd-chart-titles {
      margin: -10px 0 0 -15px; } }

@media (max-width: 1619px) {
  .dd-chart-titles {
    display: none; } }

.dd-chart-titles .chart-block-col {
  margin-bottom: 10px; }
  .dd-chart-titles .chart-block-col .title {
    display: block; }

.chart-block-col {
  padding: 0 8px;
  width: 100%;
  margin-bottom: 19px; }
  @media (min-width: 700px) {
    .chart-block-col {
      width: 50%; } }
  @media (min-width: 1620px) {
    .chart-block-col {
      width: 25%; } }
  @media (min-width: 1800px) {
    .chart-block-col {
      padding: 0 15px; } }
  @media (max-width: 1199px) {
    .chart-block-col {
      position: relative;
      padding-bottom: 20px; }
      .chart-block-col:last-child:after {
        display: none; }
      .chart-block-col:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #5b5b5b; } }
  .chart-block-col .title {
    font-size: 12px;
    font-weight: 400;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .chart-block-col .title {
        font-size: 16px; } }
    @media (min-width: 1620px) {
      .chart-block-col .title {
        display: none; } }
    @media (min-width: 1200px) {
      .chart-block-col .title {
        margin-bottom: 5px; } }
  @media (min-width: 1200px) {
    .chart-block-col .chart-block {
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 15px;
      background-color: #f8f9fb;
      padding: 10px 15px 5px 10px; } }
  .chart-block-col .placeholder {
    color: #b2b2b2;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 10px 20px 10px 44px;
    margin-left: 19px; }
    .chart-block-col .placeholder:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -13px;
      height: 26px;
      width: 26px;
      background: url(/_img/start-grey.svg) center/contain no-repeat; }

.chart-col-3 {
  width: 100%; }
  @media (min-width: 1620px) {
    .chart-col-3 {
      width: 50%; } }

.dd-chart {
  display: none !important;
  height: 230px;
  max-height: 230px;
  width: 100%; }

@media (min-width: 1200px) {
  .device-page-mob-btns {
    display: none; } }

@media (max-width: 1199px) {
  .show-mob-dd-charts .device-dashboard-wrap {
    display: block;
    padding: 14px 10px 0; }
  .show-mob-dd-charts .back-link {
    display: block; }
  .show-mob-dd-charts .device-page-mob-btns {
    display: none; }
  .show-mob-dd-charts .header .title {
    font-size: 0; }
    .show-mob-dd-charts .header .title:after {
      content: attr(data-title);
      font-size: 20px; }
  .show-mob-dd-charts .dd-table-wrap {
    display: none; }
  .show-mob-dd-charts body {
    background-color: #fff; } }

@media (max-width: 374px) {
  .show-mob-dd-charts .device-dashboard-wrap {
    padding: 14px 0 0; } }

.users-block {
  border-top: 1px solid #d8d8d8;
  margin-top: 30px;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .users-block {
      margin-left: 45px;
      padding-top: 30px;
      margin-top: 10px;
      margin-bottom: 85px; } }
  .users-block .title-section {
    font-size: 20px;
    font-weight: 900;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #7a7a7a;
    margin-bottom: 30px; }
  .users-block .user-block-table {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    border: 2px solid #F0CF00;
    background-color: #f8f9fb; }
    @media (min-width: 768px) {
      .users-block .user-block-table {
        padding-top: 20px; } }
    @media (min-width: 992px) {
      .users-block .user-block-table {
        padding: 30px 40px 35px 40px; } }
    .users-block .user-block-table .user-table {
      width: 100%;
      margin-bottom: 20px;
      border-collapse: inherit; }
      .users-block .user-block-table .user-table th {
        text-align: left;
        font-size: 14px;
        font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: 400;
        padding-right: 10px; }
        @media (min-width: 992px) {
          .users-block .user-block-table .user-table th {
            font-size: 20px; } }
        .users-block .user-block-table .user-table th:first-child {
          padding-right: 0;
          width: 85px; }
      .users-block .user-block-table .user-table td {
        font-weight: 400;
        padding-bottom: 11px;
        padding-top: 11px;
        font-size: 11px; }
        @media (min-width: 768px) {
          .users-block .user-block-table .user-table td {
            font-size: 14px;
            text-align: left; } }
        @media (min-width: 992px) {
          .users-block .user-block-table .user-table td {
            font-size: 17px; } }
        .users-block .user-block-table .user-table td:last-child {
          text-align: center; }
          @media (min-width: 992px) {
            .users-block .user-block-table .user-table td:last-child {
              width: 5%;
              text-align: right; } }
          @media (min-width: 1920px) {
            .users-block .user-block-table .user-table td:last-child {
              width: 300px; } }
        .users-block .user-block-table .user-table td.bold {
          font-weight: 700; }
      .users-block .user-block-table .user-table .block-img {
        text-align: center;
        border-radius: 50%;
        border: 2px solid #000;
        box-shadow: inset 0 0 0px 1px #000;
        width: 53px;
        min-width: 53px;
        height: 53px;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        @media (min-width: 992px) {
          .users-block .user-block-table .user-table .block-img {
            margin: auto; } }
        .users-block .user-block-table .user-table .block-img img {
          position: absolute;
          width: 101%;
          height: 101%;
          left: 0;
          top: 0;
          object-fit: cover; }
      .users-block .user-block-table .user-table tr {
        position: relative;
        border: 0; }
        .users-block .user-block-table .user-table tr:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #edeef0;
          position: absolute;
          bottom: 0;
          right: 0; }
          @media (min-width: 768px) {
            .users-block .user-block-table .user-table tr:after {
              width: calc(100% - 100px); } }
        .users-block .user-block-table .user-table tr:first-child th {
          padding-bottom: 15px; }
      .users-block .user-block-table .user-table .basket-table {
        font-size: 0; }
    .users-block .user-block-table table {
      width: 100%; }
    .users-block .user-block-table table tr {
      border: 1px solid #ddd; }
      @media (min-width: 992px) {
        .users-block .user-block-table table tr {
          background: #f8f9fb;
          border: 0; } }
    .users-block .user-block-table table th,
    .users-block .user-block-table table td {
      text-align: center;
      padding: 0 10px; }
      @media (min-width: 992px) {
        .users-block .user-block-table table th,
        .users-block .user-block-table table td {
          text-align: left; } }
    @media (max-width: 767px) {
      .users-block .user-block-table table {
        border: 0; }
      .users-block .user-block-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .users-block .user-block-table table tr {
        border-bottom: 3px solid #ddd;
        display: block; } }
  @media (max-width: 767px) and (min-width: 992px) {
    .users-block .user-block-table table tr {
      background: white;
      border: 0; } }
    @media (max-width: 767px) {
      .users-block .user-block-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right; }
      .users-block .user-block-table table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      .users-block .user-block-table table td:last-child {
        border-bottom: 0; } }
    .users-block .user-block-table .edit-link-holder {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 768px) {
        .users-block .user-block-table .edit-link-holder {
          padding-right: 25px; } }
      @media (min-width: 992px) {
        .users-block .user-block-table .edit-link-holder {
          margin-bottom: 0; } }
      .users-block .user-block-table .edit-link-holder .btn {
        font-size: 17px;
        max-width: 145px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 17px;
        padding-left: 17px; }
        .users-block .user-block-table .edit-link-holder .btn svg {
          margin-left: 10px; }

.device-details-dashboard {
  padding-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .device-details-dashboard {
      display: none; } }
  .device-details-dashboard ul {
    text-align: center; }

@media (min-width: 1200px) {
  .device-details-wrap {
    padding-right: 40px; } }

@media (min-width: 1800px) {
  .device-details-wrap {
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .device-details-wrap .toggle-stove-layour-btn-wrap {
    display: none; } }

@media (max-width: 499px) {
  .device-details-wrap .toggle-stove-layour-btn-wrap {
    width: 100%;
    margin-bottom: 30px; }
    .device-details-wrap .toggle-stove-layour-btn-wrap a {
      width: 100%; } }

.device-details-wrap .device-details-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 500px) {
    .device-details-wrap .device-details-head {
      padding-top: 20px; } }
  @media (min-width: 1200px) {
    .device-details-wrap .device-details-head {
      padding-top: 25px; } }
  @media (min-width: 1440px) {
    .device-details-wrap .device-details-head {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .device-details-wrap .device-details-head .left {
    max-width: 370px;
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .device-details-wrap .device-details-head .left {
        margin-right: 30px; } }
    @media (min-width: 1440px) {
      .device-details-wrap .device-details-head .left {
        margin-bottom: 0; } }
    @media (min-width: 1920px) {
      .device-details-wrap .device-details-head .left {
        margin-right: 170px; } }
    @media (max-width: 1199px) {
      .device-details-wrap .device-details-head .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 499px) {
      .device-details-wrap .device-details-head .left {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px; } }
  .device-details-wrap .device-details-head .device-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .device-details-wrap .device-details-head .device-info-block {
        margin-bottom: 0; } }
    @media (max-width: 499px) {
      .device-details-wrap .device-details-head .device-info-block {
        width: 100%;
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; } }
    .device-details-wrap .device-details-head .device-info-block .img {
      font-size: 0;
      position: relative;
      margin-right: 30px; }
      @media (min-width: 992px) {
        .device-details-wrap .device-details-head .device-info-block .img {
          margin-right: 45px; } }
      @media (min-width: 1200px) {
        .device-details-wrap .device-details-head .device-info-block .img {
          margin-right: 45px; } }
      .device-details-wrap .device-details-head .device-info-block .img:after {
        content: '';
        position: absolute;
        right: -15px;
        top: -15px;
        background-color: #fff;
        background-image: url("/_img/9-layers.svg");
        width: 30px;
        height: 30px;
        border: 1px solid #707070;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center; }
    .device-details-wrap .device-details-head .device-info-block .text-block {
      max-width: 185px;
      width: 100%; }
      .device-details-wrap .device-details-head .device-info-block .text-block .title {
        font-size: 19px;
        font-weight: 500; }
      .device-details-wrap .device-details-head .device-info-block .text-block .text {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
        font-weight: 400; }
      .device-details-wrap .device-details-head .device-info-block .text-block .device-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 400; }
        .device-details-wrap .device-details-head .device-info-block .text-block .device-number .device-number-item {
          margin-left: 10px;
          width: 37px;
          height: 37px;
          border-radius: 50%;
          background: white;
          font-size: 17px;
          border: 2px solid #1a171b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 900; }
  .device-details-wrap .device-details-head .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 925px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .device-details-wrap .device-details-head .right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .device-details-wrap .device-details-head .box-info {
    width: 100%; }
    @media (min-width: 450px) {
      .device-details-wrap .device-details-head .box-info {
        width: 70%;
        margin: 0 auto; } }
    .device-details-wrap .device-details-head .box-info .box-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .device-details-wrap .device-details-head .box-info .box-item {
          margin-bottom: 15px; } }
      .device-details-wrap .device-details-head .box-info .box-item .box-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        color: #464646; }
        @media (min-width: 768px) {
          .device-details-wrap .device-details-head .box-info .box-item .box-text {
            width: 180px; } }
        .device-details-wrap .device-details-head .box-info .box-item .box-text.text-big {
          font-size: 18px;
          max-width: none; }
          @media (min-width: 768px) {
            .device-details-wrap .device-details-head .box-info .box-item .box-text.text-big {
              width: 250px; } }
        .device-details-wrap .device-details-head .box-info .box-item .box-text .box-img {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 2px solid #1a171b;
          margin-right: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .device-details-wrap .device-details-head .box-info .box-item .box-text:first-child {
          width: 55%; }
        .device-details-wrap .device-details-head .box-info .box-item .box-text:last-child {
          border-left: 2px solid #1a171b;
          padding-left: 25px;
          margin-left: 15px;
          font-size: 16px; }
        .device-details-wrap .device-details-head .box-info .box-item .box-text svg {
          margin-right: 15px; }
      .device-details-wrap .device-details-head .box-info .box-item .green {
        color: #3b8f0b; }

.device-details-wrap .box-description {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .device-details-wrap .box-description {
      margin-bottom: 30px; } }
  .device-details-wrap .box-description .title {
    font-size: 20px;
    font-weight: 900;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 17px;
    color: #1a171b; }
  .device-details-wrap .box-description .box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
    padding-top: 25px; }
    .device-details-wrap .box-description .box-items .box-item {
      max-width: 100%;
      width: 100%;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 15px;
      background-color: #f8f9fb;
      padding: 30px 40px 10px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .device-details-wrap .box-description .box-items .box-item {
          width: 48%; } }
      @media (min-width: 992px) {
        .device-details-wrap .box-description .box-items .box-item {
          max-width: 475px;
          width: 31%; } }
      .device-details-wrap .box-description .box-items .box-item .box-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
        .device-details-wrap .box-description .box-items .box-item .box-info .box-name {
          font-size: 16px;
          font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          word-break: break-word;
          margin-right: 10px; }
          @media (min-width: 768px) {
            .device-details-wrap .box-description .box-items .box-item .box-info .box-name {
              margin-right: 0; } }
        .device-details-wrap .box-description .box-items .box-item .box-info .box-date {
          font-size: 12px; }
      .device-details-wrap .box-description .box-items .box-item .box-text {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        border-top: 1px solid #F0CF00;
        padding-top: 17px; }
        .device-details-wrap .box-description .box-items .box-item .box-text .value-item {
          font-size: 30px;
          font-weight: 300; }
          @media (min-width: 1440px) {
            .device-details-wrap .box-description .box-items .box-item .box-text .value-item {
              font-size: 35px; } }
          @media (min-width: 1920px) {
            .device-details-wrap .box-description .box-items .box-item .box-text .value-item {
              font-size: 50px; } }
          .device-details-wrap .box-description .box-items .box-item .box-text .value-item .value {
            font-size: 15px; }
            @media (min-width: 1440px) {
              .device-details-wrap .box-description .box-items .box-item .box-text .value-item .value {
                font-size: 25px; } }
            @media (min-width: 1920px) {
              .device-details-wrap .box-description .box-items .box-item .box-text .value-item .value {
                font-size: 30px; } }
        .device-details-wrap .box-description .box-items .box-item .box-text .box-text-link {
          text-decoration: none;
          color: #1a171b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          padding-right: 16px;
          font-size: 13px;
          margin-bottom: 11px; }
          @media (min-width: 1440px) {
            .device-details-wrap .box-description .box-items .box-item .box-text .box-text-link {
              margin-bottom: 15px; } }
          .device-details-wrap .box-description .box-items .box-item .box-text .box-text-link .box-img {
            margin-right: 10px; }
          .device-details-wrap .box-description .box-items .box-item .box-text .box-text-link:hover:after {
            -webkit-transform: rotate(180deg) translateX(-3px);
                -ms-transform: rotate(180deg) translateX(-3px);
                    transform: rotate(180deg) translateX(-3px); }
          .device-details-wrap .box-description .box-items .box-item .box-text .box-text-link:after {
            content: '';
            position: absolute;
            right: -1px;
            top: 50%;
            margin-top: -5px;
            height: 13px;
            width: 10px;
            -webkit-transition: .2s;
            transition: .2s;
            background: url(/_img/shevron-left-black.svg) center/contain no-repeat;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
            pointer-events: none; }

@media (max-width: 899px) {
  .dd-table-wrap {
    margin-left: -20px;
    margin-right: -20px; } }

.dd-table {
  background-color: #f8f9fb;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 16px;
  width: 100%; }
  @media (min-width: 900px) {
    .dd-table {
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 15px; } }
  @media (max-width: 899px) {
    .dd-table {
      border-top: 2px solid #c9c9c9;
      border-bottom: 2px solid #c9c9c9; } }
  @media (min-width: 1620px) {
    .dd-table {
      font-size: 17px;
      line-height: 1.47; } }
  @media (max-width: 899px) {
    .dd-table thead {
      display: none; } }
  @media (max-width: 899px) {
    .dd-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 2px solid #c9c9c9;
      position: relative;
      overflow: hidden;
      padding-bottom: 7px;
      padding-top: 14px; }
      .dd-table tr:last-child {
        border-bottom: none; }
      .dd-table tr:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 74px;
        background-color: #f8f9fb;
        left: 0;
        top: 0; }
      .dd-table tr:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 22px;
        background-color: #f8f9fb;
        right: 0;
        top: 0; } }
  .dd-table th {
    color: #000;
    font-weight: 400;
    font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: left;
    border-bottom: 4px solid #ecedee;
    padding: 20px 8px 5px;
    vertical-align: bottom; }
    @media (min-width: 1620px) {
      .dd-table th {
        padding: 50px 12px 8px; }
        .dd-table th.td-cur-power {
          max-width: 240px; }
        .dd-table th.td-daily-time {
          width: 170px; }
        .dd-table th.td-total-power {
          max-width: 230px; }
        .dd-table th.td-total-time {
          max-width: 210px; } }
    .dd-table th.td-star, .dd-table th.td-link {
      border: none;
      font-size: 0; }
    .dd-table th.td-link {
      padding-left: 0; }
    .dd-table th.td-condition {
      padding-right: 16px; }
    .dd-table th a {
      color: #000;
      text-decoration: none; }
  .dd-table td {
    font-weight: 400;
    padding: 7px 22px 7px 74px;
    color: #464646;
    border-bottom: 1px solid #e1e1e1; }
    @media (min-width: 900px) {
      .dd-table td {
        padding: 12px 8px;
        border-bottom: 1px solid #e1e1e1; } }
    @media (min-width: 1620px) {
      .dd-table td {
        padding: 12px 12px; } }
    @media (max-width: 499px) {
      .dd-table td {
        border-bottom: none;
        padding: 5px 22px 5px 74px; } }
    @media (max-width: 899px) {
      .dd-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: right;
        font-weight: 500;
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
        .dd-table td:before {
          content: attr(data-title);
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          text-align: left;
          padding-right: 10px; } }
    @media (max-width: 499px) {
      .dd-table td:before {
        font-size: 12px; } }
    @media (max-width: 899px) {
      .dd-table td.td-num {
        border-bottom: none;
        padding: 0; } }
    @media (max-width: 899px) {
      .dd-table td.td-descr {
        text-align: left;
        font-weight: 700;
        font-size: 14px;
        padding-right: 50px;
        min-height: 37px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        .dd-table td.td-descr:before {
          display: none; } }
    @media (max-width: 499px) {
      .dd-table td.td-descr {
        padding-right: 80px; } }
    .dd-table td.td-condition, .dd-table td.td-total-time, .dd-table td.td-daily-time, .dd-table td.td-mode {
      font-size: 14px; }
      @media (min-width: 500px) {
        .dd-table td.td-condition, .dd-table td.td-total-time, .dd-table td.td-daily-time, .dd-table td.td-mode {
          font-size: 14px; } }
      @media (min-width: 900px) {
        .dd-table td.td-condition, .dd-table td.td-total-time, .dd-table td.td-daily-time, .dd-table td.td-mode {
          font-size: 12px; } }
      @media (min-width: 1620px) {
        .dd-table td.td-condition, .dd-table td.td-total-time, .dd-table td.td-daily-time, .dd-table td.td-mode {
          font-size: 15px; } }
    @media (max-width: 899px) {
      .dd-table td.td-img {
        display: none; } }
    .dd-table td.td-star, .dd-table td.td-link {
      border: none; }
    @media (max-width: 899px) {
      .dd-table td.td-star {
        padding: 0; } }
    @media (max-width: 899px) {
      .dd-table td.td-condition {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 900px) {
      .dd-table td.td-condition {
        padding-right: 16px; } }
    .dd-table td.td-link {
      padding-left: 0; }
      @media (max-width: 899px) {
        .dd-table td.td-link {
          padding-bottom: 0; } }
    @media (max-width: 899px) {
      .dd-table td.td-total-power .power-line {
        display: none; } }
    .dd-table td.toggle-tds-wrap {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: none;
      padding-bottom: 0;
      padding-top: 2px; }
      .dd-table td.toggle-tds-wrap:before {
        display: none; }
      @media (min-width: 900px) {
        .dd-table td.toggle-tds-wrap {
          display: none; } }
    @media (max-width: 899px) {
      .dd-table td.td-cur-power {
        border: none; } }
    @media (max-width: 499px) {
      .dd-table td.td-cur-power:before {
        max-width: 120px; } }
    @media (max-width: 899px) {
      .dd-table td.td-mode, .dd-table td.td-daily-time, .dd-table td.td-total-power, .dd-table td.td-total-time, .dd-table td.td-link {
        display: none; } }
  @media (max-width: 899px) {
    .dd-table .show-mob-tds td.td-mode, .dd-table .show-mob-tds td.td-daily-time, .dd-table .show-mob-tds td.td-total-power, .dd-table .show-mob-tds td.td-total-time, .dd-table .show-mob-tds td.td-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 899px) {
    .dd-table .show-mob-tds td.td-cur-power {
      border-bottom: 1px solid #e1e1e1; } }
  @media (max-width: 499px) {
    .dd-table .show-mob-tds td.td-cur-power {
      border: none; } }
  .dd-table .show-mob-tds .toggle-tds {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .dd-table .star {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/_img/star-empty.svg) center/contain no-repeat;
    margin-left: 4px;
    margin-right: 0; }
    @media (max-width: 899px) {
      .dd-table .star {
        position: absolute;
        top: 20px;
        right: 22px;
        z-index: 10; } }
    @media (min-width: 1620px) {
      .dd-table .star {
        margin-left: 10px;
        margin-right: 20px;
        width: 26px;
        height: 26px; } }
    .dd-table .star:hover {
      opacity: 0.5; }
    .dd-table .star.selected {
      background: url(/_img/star-filled.svg) center/contain no-repeat; }
  .dd-table .num {
    color: #000;
    width: 38px;
    height: 38px;
    border: 2px solid #1a171b;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: 700; }
    @media (max-width: 899px) {
      .dd-table .num {
        font-size: 17px;
        position: absolute;
        top: 46px;
        left: 20px;
        z-index: 10; } }
    @media (min-width: 900px) {
      .dd-table .num {
        width: 32px;
        height: 32px;
        line-height: 30px; } }
    @media (min-width: 1620px) {
      .dd-table .num {
        width: 38px;
        height: 38px;
        line-height: 34px; } }
  .dd-table .img {
    display: inline-block;
    width: 54px;
    position: relative;
    margin-top: 6px;
    margin-right: 6px; }
    @media (min-width: 1620px) {
      .dd-table .img {
        width: 62px;
        margin-right: 24px; } }
    .dd-table .img:after {
      content: '';
      position: absolute;
      right: -10px;
      top: -10px;
      background: #fff url(/_img/9-layers.svg) center/60% no-repeat;
      width: 20px;
      height: 20px;
      border: 1px solid #707070;
      border-radius: 50%; }
    .dd-table .img img {
      border-radius: 9px;
      border: 1px solid #d8d8d8;
      width: 100%; }
  .dd-table .power-value {
    font-size: 14px; }
    @media (min-width: 900px) {
      .dd-table .power-value {
        font-size: 12px; } }
    @media (min-width: 1620px) {
      .dd-table .power-value {
        font-size: 15px; } }
    @media (max-width: 899px) {
      .dd-table .power-value {
        text-align: right; } }
  .dd-table .power-line {
    position: relative;
    height: 3px;
    margin-top: 4px; }
    @media (max-width: 899px) {
      .dd-table .power-line {
        width: 120px;
        margin-top: 2px; } }
    .dd-table .power-line div {
      background-color: #F0CF00;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      max-width: 100%; }
      @media (max-width: 899px) {
        .dd-table .power-line div {
          left: auto;
          right: 0; } }

.td-device-info-link {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #000; }
  @media (max-width: 899px) {
    .td-device-info-link {
      padding-right: 20px; } }
  @media (min-width: 900px) {
    .td-device-info-link {
      left: -10px;
      display: block;
      width: 20px;
      height: 22px;
      font-size: 0; } }
  @media (min-width: 1620px) {
    .td-device-info-link {
      left: -13px; } }
  .td-device-info-link:hover:after {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px); }
  .td-device-info-link:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    border: 8px solid transparent;
    border-left: 12px solid #F0CF00;
    -webkit-transition: .2s;
    transition: .2s; }
    @media (max-width: 899px) {
      .td-device-info-link:after {
        top: 1px;
        left: auto;
        right: -2px;
        border: 6px solid transparent;
        border-left: 10px solid #F0CF00; } }

.sortable-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.sortable-data {
  display: block;
  padding-right: 24px;
  position: relative; }
  .sortable-data:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/_img/arrow-up.svg) center/contain no-repeat;
    right: 0;
    opacity: .2;
    bottom: 2px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    @media (min-width: 1620px) {
      .sortable-data:after {
        width: 18px;
        height: 18px; } }
  .sortable-data:hover:after {
    opacity: 0.4; }
  .sortable-data[data-sort="asc"]:after {
    opacity: 1; }
  .sortable-data[data-sort="desc"]:after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.toggle-tds {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(/_img/chevron-down-black.svg) center/80% no-repeat; }
/*# sourceMappingURL=main.css.map */


/* updates 06/04/2024 new tooltip/legend/ */
.canvas-holder {
  position: relative; }

.tooltip {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  margin-top: -15px;
  padding: 5px 10px 5px;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0; }
  @media (min-width: 1200px) {
    .tooltip {
      padding: 12px 20px 7px; } }
  .tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    z-index: 2;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5); }
  .tooltip .separate-item {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .tooltip .separate-item {
        font-size: 18px;
        padding-right: 27px; } }
  .tooltip .item-bg {
    width: 4px;
    height: 14px;
    border-radius: 50px;
    margin-right: 5px; }
    @media (min-width: 1200px) {
      .tooltip .item-bg {
        height: 20px;
        width: 6px;
        margin-right: 10px; } }
    @media (max-width: 1199px) {
      .tooltip .item-bg {
        position: relative;
        top: -1px; } }

.tooltip-top {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px; }
  @media (min-width: 1200px) {
    .tooltip-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.tooltip-total {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .tooltip-total {
      font-size: 24px;
      padding-right: 20px; } }

.tooltip-bottom {
  text-align: left;
  font-size: 10px;
  padding-top: 7px;
  border-top: 1px solid #d8d8d8;
  margin-top: 4px; }
  @media (min-width: 1200px) {
    .tooltip-bottom {
      text-align: center;
      font-size: 12px; } }

.legend-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 39px;
  right: 0;
  width: 100%;
  font-size: 14px;
  color: #6A6A6A;
  padding-right: 26px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.legend-bg {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 8px;
  position: relative;
  top: -1px; }