@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic);
.main-pg__indicators-section{margin-bottom:10px}body{background-color:#f5f6fa !important}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*{box-sizing:border-box;outline:none;transition:all 200ms}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{overflow-x:hidden}body{position:relative;min-width:320px}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding-left:0;list-style:none}a{text-decoration:none}button{padding:0;font-weight:inherit;background-color:transparent;border:none}body{min-width:320px;font-family:Rubik, 'sans-serif';background-color:#fff}button{cursor:pointer}fieldset{margin:0;padding:0;border:none}.h1,.h2,.h3{color:#26212b;font-weight:500;font-family:'Montserrat', sans-serif;line-height:120%}.h1{font-size:36px}.h2{font-size:24px}.h3{font-size:18px}.h4{color:#a3a7b1;font-weight:400;font-size:13px;font-family:'Rubik' sans-serif;line-height:15px;letter-spacing:1.12px;text-transform:uppercase}.text,.sm-text{color:#26212b;font-weight:400;font-family:'Rubik', sans-serif}.text{font-size:15px;line-height:22px}.text+.text{padding-top:22px}.sm-text{font-size:13px;line-height:21px}.sm-text+.sm-text{padding-top:21px}.mt-20{margin-top:20px}.ml-60{margin-left:60px}.ml-40{margin-left:40px}.ml-20{margin-left:20px}.apexcharts-tooltip-series-group{background-color:transparent !important}.apexcharts-tooltip-text-label{color:#000}.apexcharts-tooltip.dark{background:#fff !important}.fade-in{-webkit-animation:fadeIn 200ms;animation:fadeIn 200ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.fade-out{-webkit-animation:fadeOut 200ms;animation:fadeOut 200ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.bg-blue{background-color:#d9edfe !important}

.layout{min-height:100vh;margin-top:75px;margin-bottom:30px;margin-left:250px;padding-top:20px}.layout--switched{margin-left:66px}.layout--switched .sidebar{width:66px}.layout--switched .sidebar__top{height:auto;padding:0}.layout--switched .sidebar__logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:75px;border-bottom:1px solid rgba(232,235,245,0.5);transition:none}.layout--switched .sidebar__logo{width:30px;height:auto}.layout--switched .sidebar__hamburger-box{padding:14px 0}.layout--switched .sidebar__link{justify-content:center;padding:10px 22px}.layout--switched .sidebar__link svg{margin-right:0;margin-left:0}.layout--switched .sidebar__title{display:none}.layout--switched .sidebar__link-name{display:none}.layout--switched .sidebar__top{flex-direction:column}.layout--switched .top-bar{padding-left:66px}.layout .darken{position:fixed;top:0;left:0;z-index:300;display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,0.2);cursor:pointer}.layout .darken--show{display:block}.layout .content{padding:0 40px;min-width:320px}.layout .filter{padding:0 40px;display:flex;flex-wrap:wrap;margin-bottom:20px;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e9ebf0}.layout .filter>*:not(:last-child){margin-right:10px}.layout .filter>*{margin-bottom:10px}.layout .double-screen{display:flex;align-items:flex-start;margin-right:-20px}.layout .double-screen>*{flex-basis:50%;margin-right:20px}.layout .double-screen+.double-screen{margin-top:20px}.layout .two-thirds-screen{display:flex;align-items:flex-start;margin-right:-20px}.layout .two-thirds-screen>*:first-child,.layout .two-thirds-screen>*:last-child{max-width:100%;margin-right:20px}.layout .two-thirds-screen>*:first-child{flex-basis:66.666666%}.layout .two-thirds-screen>*:last-child{flex-basis:33.333333%}@media (max-width: 1199.98px){.layout .two-thirds-screen{flex-wrap:wrap;margin-right:0}.layout .two-thirds-screen>*:first-child,.layout .two-thirds-screen>*:last-child{flex-basis:100%;margin-right:0}.layout .two-thirds-screen>*:first-child{margin-bottom:30px}}@media (max-width: 991.98px){.layout .double-screen{flex-wrap:wrap;margin-right:0}.layout .double-screen>*{flex-basis:100%;margin-right:0}.layout .double-screen>*:first-child{margin-bottom:20px}}@media (max-width: 767.98px){.layout--switched{margin-left:0 !important}.layout--switched .sidebar{min-height:auto;box-shadow:none}.layout--switched .sidebar__top{flex-direction:row-reverse;height:74px}.layout--switched .sidebar__scroll-wrap{display:none}.layout--switched .sidebar__logo-link{display:none}.layout--switched .sidebar__hamburger-box{padding:0 16px}.filter{padding:0 20px}.content{padding:0 20px}}.layout__alert{position:fixed;right:40px;bottom:20px;z-index:1000}.layout__spinner{position:fixed;right:40px;bottom:40px;z-index:1000}.layout__page-title{margin:20px 40px}

.top-bar{position:fixed;top:0;right:0;left:0;z-index:110;display:flex;align-items:center;height:74px;padding-left:250px;background-color:#fff;border-radius:2px;box-shadow:0px 8px 19px rgba(231,235,238,0.5)}.top-bar__menu{display:flex;height:100%;margin-left:auto}.top-bar__menu-item{position:relative;display:flex;border-left:1px solid rgba(232,235,245,0.5)}.top-bar__menu-item:last-child{border-right:1px solid rgba(232,235,245,0.5)}.top-bar__menu-noti{position:absolute;top:38%;right:38%;display:flex;align-items:center;justify-content:center;width:9px;height:9px;background-color:#fff;border-radius:50%}.top-bar__menu-noti:after{width:7px;height:7px;background-color:#e53654;border-radius:50%;content:''}.top-bar__settings-link,.top-bar__support-link,.top-bar__settings-link,.top-bar__support-link,.top-bar__btn-noti{display:flex;align-items:center;padding:25px}.top-bar__settings-link:hover .top-bar__menu-noti,.top-bar__support-link:hover .top-bar__menu-noti,.top-bar__settings-link:hover .top-bar__menu-noti,.top-bar__support-link:hover .top-bar__menu-noti,.top-bar__btn-noti:hover .top-bar__menu-noti{transform:translateY(-20%)}.top-bar__settings-link:hover svg path,.top-bar__support-link:hover svg path,.top-bar__settings-link:hover svg path,.top-bar__support-link:hover svg path,.top-bar__btn-noti:hover svg path{fill:#5ad4a1}.top-bar__add-user-group{display:flex;margin-right:20px;margin-left:30px}.top-bar__user{display:flex;align-items:center}.top-bar__active-user{z-index:10;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:-10px;background-color:#fff;border-radius:50%;box-shadow:0px 4px 6px rgba(85,75,96,0.1)}.top-bar__active-user img{width:100%}.top-bar__active-user-logo{max-width:100%}.top-bar__user-name{margin-bottom:6px;color:#26212b;font-weight:500;font-size:13px;line-height:15px}.top-bar__user-company-name{color:#b0bac9;font-size:12px;line-height:14px}.top-bar__user-more{margin:0 35px;padding:10px;cursor:pointer}.top-bar__user-more:hover{transform:translateY(3px)}@media (max-width: 767.98px){.top-bar__add-user-group{display:none}.top-bar__user-info{display:none}.top-bar__user-more{margin:0 16px}.top-bar__settings-link,.top-bar__support-link,.top-bar__settings-link,.top-bar__support-link,.top-bar__btn-noti{padding:20px}}

.btn-add{position:relative;display:flex;width:40px;height:40px;padding:0;background-color:#e6f9f1;border-radius:50%;cursor:pointer}.btn-add:hover{transform:scale(1.15)}.btn-add:before,.btn-add:after{position:absolute;top:50%;left:50%;width:14px;height:2px;background-color:#5ad4a1;transform:translate(-50%, -50%);content:''}.btn-add:before{transform:translate(-50%, -50%) rotate(90deg)}

.modal{position:fixed;top:50%;left:50%;z-index:1000;display:none;width:100%;max-width:485px;padding:40px 50px;background-color:#fff;border-radius:4px;transform:translate(-50%, -50%)}.modal--show{display:block}.modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.modal__btn-close{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.modal__btn-close:before,.modal__btn-close:after{position:absolute;width:100%;height:1px;background-color:#6d7381;border-radius:4.5px;content:''}.modal__btn-close:before{transform:rotate(45deg)}.modal__btn-close:after{transform:rotate(-45deg)}.modal__btn-close:hover{transform:scale(1.15)}.modal__title{color:#26212b;font-weight:500;font-size:24px;font-family:Montserrat, 'sans-serif';line-height:1.2}.modal__input-group{margin-bottom:30px}.modal__footer{display:flex;justify-content:center;margin-top:40px}@media (max-width: 575.98px){.modal{max-width:calc(100vw - 40px)}}

.btn{padding:13px 40px;color:#fff;font-weight:500;font-size:14px;line-height:1;background-color:#2e5bff;border:1.5px solid transparent;border-radius:2px}.btn:hover{color:#2e5bff;background-color:transparent;border-color:#2e5bff}.btn--green{background-color:#5ad4a1}.btn--green:hover{color:#5ad4a1;border-color:#5ad4a1}.btn--red{background-color:#e53654}.btn--red:hover{color:#e53654;border-color:#e53654}.btn--gray{color:rgba(38,33,43,0.8);background-color:transparent;border:1.5px solid #edeef3}.btn--gray:hover{color:rgba(38,33,43,0.5);border-color:#edeef3}.btn--disabled{color:rgba(38,33,43,0.8);background-color:#EDEEF3}.btn--disabled:hover{color:rgba(38,33,43,0.5);border-color:#edeef3}.btn--outline-blue{color:#2e5bff;background-color:transparent;border-color:#2e5bff}.btn--outline-blue:hover{color:#fff;background-color:#2e5bff;border:1.5px solid transparent}.btn--outline-green{color:#5ad4a1;background-color:transparent;border-color:#5ad4a1}.btn--outline-green:hover{color:#fff;background-color:#5ad4a1;border:1.5px solid transparent}

.input{position:relative}.input--error .input__self{border-color:#e53654}.input__label{display:flex;flex-wrap:wrap;justify-content:space-between;color:#a3a7b1;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.input__lose-link{color:#9da5b1;font-weight:400;font-size:11px;line-height:14px;letter-spacing:normal;text-transform:none;text-decoration:underline}.input__lose-link:hover{color:#677181}.input__self{display:block;flex-basis:100%;width:100%;margin-top:7px;padding:10px 15px;color:#26212b;font-size:13px;line-height:1;background:#fff;border:1px solid #e4e6ee;border-radius:2px}.input__self::-moz-placeholder{color:rgba(38,33,43,0.3)}.input__self:-ms-input-placeholder{color:rgba(38,33,43,0.3)}.input__self::placeholder{color:rgba(38,33,43,0.3)}.input__self:hover{background-color:#fafafa}.input__self--disabled{background-color:#f7f7fa}.input__alert{display:none;color:red;font-size:10px;display:flex;padding-top:5px;margin:0 auto}.input--invalid .input__self{border:1px solid red}.input--invalid .input__alert{display:block}

.sidebar{position:fixed;top:0;left:0;z-index:200;display:flex;flex-direction:column;width:250px;min-height:100vh;background-color:#fff;border-radius:2px;box-shadow:0px 8px 19px rgba(231,235,238,0.5)}.sidebar__top{display:flex;align-items:center;justify-content:space-between;height:75px;padding:0 30px;border-bottom:1px solid rgba(232,235,245,0.5)}.sidebar__hamburger{display:flex;flex-direction:column;justify-content:space-between;width:36px;height:32px;padding:10px;cursor:pointer}.sidebar__hamburger:before,.sidebar__hamburger:after{width:100%;height:2px;background-color:#9da5b1;content:''}.sidebar__hamburger-inner{width:100%;height:2px;background-color:#9da5b1;border-radius:2px}.sidebar__scroll-wrap{display:flex;flex:1;flex-direction:column;overflow:auto}.sidebar__body{margin-bottom:auto;padding-top:30px}.sidebar__nav:first-child{margin-bottom:30px}.sidebar__title{margin:15px 0;padding-left:30px;color:#554b60;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.sidebar__list{display:flex;flex-direction:column}.sidebar__item{border-left:2px solid transparent}.sidebar__item--active{border-left:2px solid #5ad4a1}.sidebar__item--active .sidebar__link{color:#26212b}.sidebar__item--active svg path{fill:#5ad4a1}.sidebar__item svg{margin-right:20px}.sidebar__link{display:flex;align-items:center;padding:15px 0;padding-left:30px;color:#9da5b1;font-size:13px;line-height:15px;transition:all 0ms}.sidebar__bottom svg{margin-right:29px;margin-left:25px}.sidebar__bottom-item{border-top:1px solid rgba(232,235,245,0.5);border-left:2px solid transparent}.sidebar__bottom-item--active{border-left:2px solid #5ad4a1}.sidebar__bottom-item--active .sidebar__link{color:#26212b}.sidebar__bottom-item .sidebar__link{padding:23px 0}.sidebar__item:hover .sidebar__link,.sidebar__bottom-item:hover .sidebar__link{color:#26212b}.sidebar__item:hover svg path,.sidebar__bottom-item:hover svg path{fill:#5ad4a1}@media (max-width: 767.98px){.sidebar{position:fixed}.sidebar__scroll-wrap{max-height:calc(100vh - 70px)}.sidebar__body{margin-bottom:40px}}


.noti-popup{position:fixed;top:94px;right:20px;z-index:200;display:none;min-width:300px;max-width:320px;max-height:80%;overflow:auto;background-color:#fff;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983);opacity:0}.noti-popup--show{display:block}.noti-popup__header{display:flex;justify-content:space-between;padding-top:25px;padding-right:20px;padding-bottom:25px;padding-left:30px;border-bottom:1px solid #edf2f7}.noti-popup__title-group{display:flex;align-items:center}.noti-popup__title{margin-left:12px;color:#26212b;font-weight:500;font-size:15px;line-height:18px}.noti-popup__btn-reset{position:relative;padding:5px;color:#e53654;font-size:11px;line-height:14px;background-color:transparent}.noti-popup__btn-reset:hover{color:#f190a1}.noti-popup__btn-reset:hover:before,.noti-popup__btn-reset:hover:after{background-color:#f190a1}.noti-popup__btn-reset:before,.noti-popup__btn-reset:after{position:absolute;top:50%;left:0;width:6px;height:1px;background-color:#e53654;transition:all 200ms;content:''}.noti-popup__btn-reset:before{transform:translate(-100%, -50%) rotate(45deg)}.noti-popup__btn-reset:after{transform:translate(-100%, -50%) rotate(-45deg)}.noti-popup__icon{position:relative}.noti-popup__icon-dot{position:absolute;top:10%;right:0;display:flex;align-items:center;justify-content:center;width:9px;height:9px;background-color:#fff;border-radius:50%}.noti-popup__icon-dot:after{width:7px;height:7px;background-color:#e53654;border-radius:50%;content:''}.noti-popup__item{padding-top:27px;padding-right:20px;padding-bottom:25px;padding-left:62px;border-bottom:1px solid #edf2f7}.noti-popup__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.noti-popup__item-title{color:#a3a7b1;font-weight:500;font-size:11px;line-height:13px;letter-spacing:1.12px;text-transform:uppercase}.noti-popup__item-time-ago{color:#9da5b1;font-size:11px;line-height:14px}.noti-popup__item-body{position:relative}.noti-popup__item-body-icon{position:absolute;top:0;left:-15px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#e6f9f1;border-radius:50%;transform:translateX(-100%)}.noti-popup__item-content{margin-bottom:10px;color:#26212b;font-size:13px;line-height:21px}.noti-popup__item-link{color:#2e5bff;font-weight:500;font-size:13px;line-height:18px}.noti-popup__item-link:hover{color:#e53654}@media (max-width: 575.98px){.noti-popup{right:10px;left:10px;max-width:none}}

.user-popup{position:fixed;top:94px;right:20px;z-index:200;display:none;flex-direction:column;align-items:center;min-width:300px;max-width:320px;max-height:80%;padding:70px 0 35px;overflow:auto;text-align:center;background-color:#fff;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983)}.user-popup--show{display:flex}.user-popup__logo{display:flex;align-items:center;justify-content:center;min-width:80px;min-height:80px;margin-bottom:10px;padding:20px;background-color:#fff}.user-popup__logo img{max-width:160px}.user-popup__name{margin-bottom:10px;color:#26212b;font-weight:400;font-size:22px;font-family:Montserrat, 'sans-serif'}.user-popup__company-name{margin-bottom:25px;color:#a3a7b1;font-size:13px;line-height:15px;letter-spacing:1.12px;text-transform:uppercase}.user-popup__btn-add-user{display:flex;align-items:center;margin-bottom:100px;color:#a3a7b1;font-weight:500;font-size:13px;line-height:18px}.user-popup__btn-add-user:hover{transform:scale(1.15)}@media (max-width: 575.98px){.user-popup{right:10px;left:10px;max-width:none;padding:24px 0}.user-popup__logo{min-width:80px;min-height:80px}.user-popup__name{font-size:16px}.user-popup__btn-add-user{margin-bottom:40px}}.user-popup__btn:nth-of-type(1){margin-bottom:30px;padding-right:20px;padding-left:20px}.user-popup__btn:last-child{padding-right:48px;padding-left:48px}.user-popup__btn-add{margin-right:10px}.user-popup__btn-add:hover{transform:none}

.alert{display:none;width:100%;max-width:400px;padding:20px 25px;background-color:#fff;border:1px solid #dfe6ed;border-left:2px solid #e53654;border-radius:2px;margin-bottom:5px;margin-left:auto;right:0;position:relative}.alert--show{display:block}.alert--success{border-left:2px solid green}.alert--yellow{border-left-color:#e4c003}.alert--yellow .alert__title{color:#e4c003}.alert__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.alert__title{color:#e53654;font-weight:500;font-size:13px}.alert__text{color:#26212b;font-size:13px;line-height:1.4}.alert__btn-close{position:relative;display:flex;align-items:center;justify-content:center;width:15px;height:15px}.alert__btn-close:before,.alert__btn-close:after{position:absolute;width:100%;height:1px;background-color:#6d7381;border-radius:4.5px;content:''}.alert__btn-close:before{transform:rotate(45deg)}.alert__btn-close:after{transform:rotate(-45deg)}.alert__btn-close:hover{transform:scale(1.15)}.alerts{float:left;position:fixed;min-width:20%;top:0px;margin-left:80%;height:100%}@media only screen and (max-width: 600px){.alerts{margin-left:0%;min-width:100%;max-height:10%}}

.spinner{width:60px;padding:8px;border-radius:50%;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}.spinner--hidden{display:none}.spinner--show{display:inline}@-webkit-keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}


.page-title{display:flex;align-items:center;flex-wrap:wrap}.page-title__img{max-width:50px;margin-right:10px}.page-title__btn{margin-left:auto}

.radio-input__label{margin-bottom:16px;color:#a3a7b1;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.radio-input__item{display:flex;align-items:center;color:#26212b;font-size:13px;line-height:1;cursor:pointer}.radio-input__item:not(:last-child){margin-bottom:12px}.radio-input__item--check .radio-input__round:after{width:8px;height:8px;background-color:#5ad4a1;border-radius:50%;content:''}.radio-input__round{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:12px;background-color:#fff;border:1px solid #e4e6ee;border-radius:50%}

.checkbox-input__label{margin-bottom:16px;color:#a3a7b1;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.checkbox-input .checkbox-input__checkbox-label{color:#26212b}.checkbox-input .checkbox-input__checkbox-label:not(:last-child){margin-bottom:12px}

.checkbox-label{display:flex;align-items:center;color:#9da5b1;font-size:13px;line-height:14px;cursor:pointer}

.checkbox{display:flex;align-items:center;justify-content:center;width:20px;min-width:20px;height:20px;margin-right:12px;background:#fff;border:1px solid #e4e6ee;border-radius:2px}.checkbox--select:after{width:10px;height:10px;background:url(/img/check.svg) no-repeat center;background-size:cover;content:''}

.list__item{padding-left:10px;color:#26212b;font-size:15px;line-height:22px}.list__item--sm{font-size:13px;line-height:21px}.list__item:before{display:inline-block;width:5px;height:5px;margin-right:10px;background-color:#5ad4a1;border-radius:50%;transform:translateY(-50%);content:''}.list__item:not(:last-child){margin-bottom:10px}

.tabs{padding:0 40px;display:flex;flex-wrap:wrap;margin-right:-40px;border-bottom:1px solid #e9ebf0}.tabs__container{display:flex;align-items:center;margin-right:40px}.tabs__btn{margin-bottom:-2px;padding:15px 0;color:#7f8289;font-weight:300;font-size:15px;line-height:18px;border-bottom:4px solid transparent}.tabs__btn:hover{color:#26212b}.tabs__btn--active{color:#26212b;font-weight:500;border-bottom:4px solid #5ad4a1}.tab--hidden{display:none}.tabs__tooltip{margin-left:5px}

.tooltip{position:relative}.tooltip--show{z-index:100}.tooltip--show .tooltip__popup{display:block}.tooltip__btn{position:relative;width:20px;height:20px;border:1.5px solid #dfe6ed;border-radius:50%;cursor:pointer}.tooltip__icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.tooltip__popup{position:absolute;top:0;display:none;max-width:280px;padding:15px 20px;color:#26212b;font-weight:400;font-size:12px;line-height:18px;letter-spacing:normal;text-transform:none;background-color:#fff;border-radius:4px;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983);transition:transform 0ms}.tooltip__popup--position-left{left:-10px;transform:translate(-100%, 0)}.tooltip__popup--position-right{right:-10px;transform:translate(100%, 0)}.tooltip__popup--position-center{position:fixed;top:auto;bottom:24px;left:50%;width:calc(100vw - 48px);transform:translateX(-50%)}

.select{position:relative;cursor:pointer}.select__header{z-index:100;display:flex;align-items:center;min-height:50px;padding-right:15px;padding-left:15px;background-color:#fff;border-radius:4px;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983)}.select__btn-toggle{margin-left:auto}.select__title{margin-right:15px;color:#554b60;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.select__choice{display:flex;margin-right:15px;color:#9da5b1;font-size:13px;line-height:14px}.select__body{position:absolute;z-index:100;display:none;min-width:100%;margin-top:10px;background-color:#fff;border-radius:4px;box-shadow:-3px 8px 22px #dfe2ef}.select__body--show{display:block}.select__list-container{padding:20px;border-top:1px solid rgba(233,235,240,0.5);border-bottom:1px solid rgba(233,235,240,0.5)}.select__list{max-height:216px;overflow:auto}.select__item{display:flex;align-items:center;color:#26212b;font-size:13px;line-height:21px;cursor:pointer}.select__item:not(:last-child){margin-bottom:10px}.select__item--selected{background-color:#f5f6fa}

.form{max-width:385px}.activation-pg__radio-input{margin-bottom:30px}.activation-pg__checkbox-input{margin-bottom:30px}#activation-pg .input{margin-bottom:30px}#activation-pg .alert{margin-bottom:30px}#activation-pg__tabs{margin-bottom:30px}#activation-pg .tabs{margin-bottom:30px}

#login-pg{display:flex;min-width:100vw;min-height:100vh;align-items:center;justify-content:center}#login-pg>*{flex-basis:50%}#login-pg .body{display:flex;align-items:center;justify-content:center}#login-pg .content{text-align:center}#login-pg .logo{margin-bottom:37px;max-width:300px}#login-pg .form{display:flex;flex-direction:column;min-width:385px}#login-pg .form-bottom{display:flex;align-items:center;justify-content:space-between}@media (max-width: 991.98px){#login-pg>*{flex-basis:100%}#login-pg .bg{display:none}}@media (max-width: 767.98px){#login-pg .form{min-width:auto}}.login-pg__input{margin-bottom:30px}

.reviews__table-scroll-wrap{width:100%;overflow:auto}.reviews__table{width:100%;min-width:1200px;margin-bottom:15px;border-radius:2px;border-spacing:0 1px}.reviews__table a{color:inherit}.reviews__table td{padding:0}.reviews__table-head tr th{color:#a3a7b1;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-align:left;text-transform:uppercase}.reviews__table-head tr th:first-child{padding:24px 0;padding-left:25px}.reviews__table-head tr th svg{margin-left:8px}.reviews__table-head-title--sort-up svg{transform:rotate(180deg)}.reviews__table-head-title a{color:inherit}.reviews__table-body{color:#26212b;font-size:13px;line-height:18px}.reviews__table-body>tr:nth-child(2n+1):hover{background-color:rgba(255,255,255,0.5);cursor:pointer}.reviews__table-body a{color:#2e5bff}.reviews__table-body a:hover{text-decoration:underline}.reviews__table-body tr{background-color:#fff;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983)}.reviews__table-body tr td:first-child{padding-left:25px;border-top-left-radius:2px;border-bottom-left-radius:2px}.reviews__table-body tr td:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}.reviews__table-user-name-group{display:flex;align-items:center}.reviews__table-user-img{display:flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;margin-right:10px;color:#fff;font-weight:500;font-size:13px;line-height:15px;background-color:#5ad4a1;border-radius:50%}.reviews__table-product-name-group{display:flex;align-items:center;max-width:300px;padding:15px 0}.reviews__table-product-logo{display:flex;width:54px;min-width:54px;height:54px;margin-right:10px;padding:8px;overflow:hidden;background-color:#fff;border:1px solid #e8ebf5;border-radius:50%}.reviews__table-product-img{max-width:100%;max-height:100%;margin:auto}.reviews__table-domain-logo{max-width:24px}.reviews__table-answers:hover .reviews__table-answers-btn{text-decoration:underline}.reviews__table-answers-btn{color:#2e5bff;font-weight:500}.reviews__table-status-group{display:flex;align-items:center}.reviews__table-status-group--active .reviews__table-status-toggle-btn{justify-content:flex-end;background-color:#40cb91}.reviews__table-status-group--active .reviews__table-status{color:#26212b}.reviews__table-status-toggle-btn{position:relative;display:flex;align-items:center;width:36px;height:20px;margin-right:10px;padding:2px;background-color:#cfd6de;border-radius:10px}.reviews__table-status-toggle-btn:after{position:absolute;width:16px;height:16px;background-color:#fff;border-radius:50%;content:''}.reviews__table-status{color:#9da5b1}.reviews__table-toggle-btn{display:flex;align-items:center;justify-content:center;margin-right:10px;color:#2e5bff;font-weight:500}.reviews__table-toggle-btn--open{color:#e53654}.reviews__table-toggle-btn--open .reviews__table-toggle-icon{transform:rotate(180deg)}.reviews__table-toggle-btn:hover{color:#e53654}.reviews__table-review-body{display:none}.reviews__table-review-body td{padding:21px 25px 25px}.reviews__table-review-body--open{display:table-row}.reviews__table-review-content-group{line-height:21px}.reviews__table-review-content-group:not(:last-child){margin-bottom:15px}.reviews__table-review-subtitle{font-weight:500}.reviews__table-rating{display:flex;align-items:center}.reviews__table-rating svg:not(:last-child){margin-right:2px}.reviews__more{position:relative;text-align:center}.reviews__more:after{position:absolute;top:50%;left:0;z-index:-5;width:100%;height:1px;background-color:#e4e8f0;transform:translateY(-50%);content:''}.reviews__more--hidden{display:none}.reviews__btn-more{padding:3px 15px;color:#2e5bff;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase;background-color:#f5f6fa}.reviews__btn-more--hidden{display:none}.reviews__modal-answers-item:not(:last-child){margin-bottom:20px}.reviews__modal-answers-item ul{padding-left:15px}.reviews__modal-answers-header{display:flex;align-items:center;margin-bottom:10px}.reviews__modal-answers-list{max-height:80vh;overflow:auto}.reviews__modal-answers-user-img{width:30px;margin-right:10px}.reviews__modal-answers-user-name{font-weight:500;font-size:15px}.reviews__modal-answers-content{margin-bottom:10px}.reviews__modal-answers-date{margin-left:10px;color:#9da5b1;font-size:13px;line-height:14px}.reviews__spinner{background-color:#f5f6fa}

.btn-toggle{display:inline-flex;align-items:center;cursor:pointer}.btn-toggle--active .btn-toggle__self{justify-content:flex-end;background-color:#40cb91}.btn-toggle--active .btn-toggle__label{color:#26212b}.btn-toggle__self{position:relative;display:flex;align-items:center;width:36px;height:20px;margin-right:10px;padding:2px;background-color:#cfd6de;border-radius:10px}.btn-toggle__self:after{position:absolute;width:16px;height:16px;background-color:#fff;border-radius:50%;content:''}.btn-toggle__label{color:#9da5b1;font-size:13px;line-height:21px}

.indicators-section{display:flex;flex-wrap:wrap;margin-right:-20px}.indicators-section__indicator{margin-bottom:20px}

.indicator{display:flex;flex:1;flex-direction:column;flex-shrink:0;align-items:center;min-width:240px;margin-right:20px;padding:30px;background:#fff;border-radius:4px;box-shadow:-2px 2px 4px rgba(128,152,213,0.074983)}.indicator--simple .indicator__value{margin-bottom:0}.indicator--reviews .indicator__icon{background-color:rgba(90,213,161,0.2)}.indicator--bad-reviews .indicator__icon{background-color:rgba(229,54,84,0.2)}.indicator--average-mark .indicator__icon{background-color:rgba(249,209,0,0.1)}.indicator--negative .indicator__dynamics svg{transform:rotate(180deg)}.indicator--negative .indicator__dynamics svg path{fill:#e53654}.indicator--negative .indicator__dynamics-value{color:#e53654}.indicator--gradient-blue .indicator__value,.indicator--gradient-blue .indicator__label,.indicator--gradient-red .indicator__value,.indicator--gradient-red .indicator__label,.indicator--gradient-green .indicator__value,.indicator--gradient-green .indicator__label{color:#fff}.indicator--gradient-blue .indicator__dynamics,.indicator--gradient-blue .indicator__icon,.indicator--gradient-red .indicator__dynamics,.indicator--gradient-red .indicator__icon,.indicator--gradient-green .indicator__dynamics,.indicator--gradient-green .indicator__icon{background-color:#fff}.indicator--gradient-blue{background:linear-gradient(275.01deg, #2e5bff 0%, #bc2eff 100%)}.indicator--gradient-blue .indicator__icon svg path{fill:transparent}.indicator--gradient-red{background:linear-gradient(275.01deg, #e53636 0%, #e53654 100%)}.indicator--gradient-green{background:linear-gradient(95.01deg, #29b1cc 0%, #5ad4a1 100%)}.indicator__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:30px;padding:10px;background-color:#fff;border-radius:50%}.indicator__label{margin-bottom:9px;color:#a3a7b1;font-weight:500;font-size:12px;line-height:14px;letter-spacing:1.12px;text-transform:uppercase}.indicator__value{margin-bottom:15px;color:#000;font-weight:700;font-size:48px;font-family:'Montserrat';line-height:1;text-align:center}.indicator__dynamics{align-items:center;padding:4px 10px;border-radius:2px;display:none}.indicator__dynamics--visible{display:flex}.indicator__dynamics-value{margin-left:7px;color:#5ad5a1;font-weight:600;font-size:16px;font-family:'Montserrat';line-height:20px;text-transform:uppercase}

