html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  background-color: #f5f6fa;
  color: #000000;
}
body,
html {
  height: 100%;
}
.body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  outline: none !important;
}
.content {
  min-height: 700px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.content--wo-bg {
  background-color: transparent;
  box-shadow: none;
}
.content__inner {
  padding: 0 20px;
}
.bg-white {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  border-radius: 4px;
}
a {
  transition: all 0.3s ease;
}
h1,
h2 {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 22px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
.notransition {
  transition: none !important;
}
.notransition * {
  transition: none !important;
}
.initializing {
  visibility: hidden;
}
.save-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #abefb7;
  color: #37a74a;
  border-radius: inherit;
}
.cursor-pointer {
  cursor: pointer;
}
.saved-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ABEFB7;
  color: #37A74A;
  border-radius: inherit;
  z-index: 10;
}
.highcharts-container,
.highcharts-container svg {
  overflow: visible !important;
}
body.jivo-hidden jdiv {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
:root {
  --f-color-primary: #3a5cdc;
  --f-color-primary--hover: #3553c1;
  --f-color-primary--contrast: #ffffff;
  --f-color-service: #73808d;
  --f-color-light: #a6b1bc;
  --f-color-text: #2e2f31;
  --f-color-danger: #f96261;
  --f-color-success: #37a74a;
  --f-color-yellow: #ffcc00;
  --f-color-blue: #2d99ff;
  --f-color-blue-2: #3f65f1;
  --f-color-violet: #8400ff;
  --f-color-teal: #16ceb9;
  --f-color-gold: #caad46;
  --f-color-mint: #24bbb6;
  --f-color-red: #f96261;
  --f-color-bg--body: #f5f6fa;
}
/* Цвета иконок */
/* Цвета кнопок */
.color-active {
  color: #3f65f1;
}
.color-success {
  color: #37a74a;
}
.color-service {
  color: #73808d;
}
.color-text {
  color: #2e2f31;
}
.f-color-primary {
  color: #3a5cdc;
}
.f-color-primary.f-color-hover:hover {
  color: #3553c1;
}
.f-color-service {
  color: #73808d;
}
.f-color-light {
  color: #a6b1bc;
}
.f-color-text {
  color: #2e2f31;
}
.f-color-success {
  color: #37a74a;
}
.f-color-danger {
  color: #f96261;
}
.f-color-white {
  color: white;
}
.f-bg-body {
  background: #f5f6fa;
}
.f-color-primary {
  color: #3a5cdc;
}
.f-bg-primary {
  background-color: #3a5cdc;
}
.f-color-success {
  color: #37a74a;
}
.f-bg-success {
  background-color: #37a74a;
}
.f-color-danger {
  color: #f96261;
}
.f-bg-danger {
  background-color: #f96261;
}
.f-color-service {
  color: #73808d;
}
.f-bg-service {
  background-color: #73808d;
}
.f-color-text {
  color: #2e2f31;
}
.f-bg-text {
  background-color: #2e2f31;
}
.f-color-light {
  color: #a6b1bc;
}
.f-bg-light {
  background-color: #a6b1bc;
}
.f-color-yellow {
  color: #ffcc00;
}
.f-bg-yellow {
  background-color: #ffcc00;
}
.f-color-violet {
  color: #8400ff;
}
.f-bg-violet {
  background-color: #8400ff;
}
.f-color-teal {
  color: #16ceb9;
}
.f-bg-teal {
  background-color: #16ceb9;
}
.f-color-gold {
  color: #caad46;
}
.f-bg-gold {
  background-color: #caad46;
}
.f-color-blue {
  color: #2d99ff;
}
.f-bg-blue {
  background-color: #2d99ff;
}
.f-color-blue-2 {
  color: #3f65f1;
}
.f-bg-blue-2 {
  background-color: #3f65f1;
}
.f-color-mint {
  color: #24bbb6;
}
.f-bg-mint {
  background-color: #24bbb6;
}
.f-color-red {
  color: #f96261;
}
.f-bg-red {
  background-color: #f96261;
}
.f-color-green {
  color: #37A74A;
}
.f-bg-green {
  background-color: #37A74A;
}
.f-color-promoters {
  color: #00c968;
}
.f-bg-promoters {
  background-color: #00c968;
}
.f-color-critics {
  color: #f96261;
}
.f-bg-critics {
  background-color: #f96261;
}
.f-color-status--primary {
  color: #3a5cdc;
}
.f-color-status--gold {
  color: #caad46;
}
.f-color-status--blue {
  color: #2d99ff;
}
.f-color-status--mint {
  color: #24bbb6;
}
.f-color-status--red {
  color: #f96261;
}
.f-color-status--violet {
  color: #8400ff;
}
.f-color-status--green {
  color: #37A74A;
}
.f-color-status--goals {
  color: #caad46;
}
.f-color-status--sended {
  color: #3a5cdc;
}
.f-color-status--not-sended {
  color: #8400ff;
}
.f-color-status--new {
  color: #16ceb9;
}
.f-color-status--launched {
  color: #2d99ff;
}
.f-color-status--stopped {
  color: #73808d;
}
.f-color-mailing-sent {
  color: #3a5cdc;
}
.f-color-mailing-mail-open {
  color: #f96261;
}
.f-color-mailing-open {
  color: #8400ff;
}
.f-color-mailing-progress {
  color: #2d99ff;
}
.f-color-mailing-filled {
  color: #16ceb9;
}
.f-color-channel-email {
  color: #73808d;
}
.f-color-channel-sms {
  color: #73808d;
}
.f-color-channel-telegram {
  color: #1588c9;
}
.f-color-channel-viber {
  color: #9151c1;
}
.f-color-channel-push {
  color: #73808d;
}
.f-color-channel-link {
  color: #73808d;
}
.f-fs-0 {
  font-size: 0!important;
}
.f-fs-1 {
  font-size: 12px !important;
}
.f-fs-1-5 {
  font-size: 13px !important;
}
.f-fs-2 {
  font-size: 14px !important;
}
.f-fs-2-5 {
  font-size: 15px !important;
}
.f-fs-3 {
  font-size: 16px !important;
}
.semibold,
.font-weight-500 {
  font-weight: 500!important;
}
.font-weight-700 {
  font-weight: 700!important;
}
.no-link:hover {
  text-decoration: none!important;
}
/*
22\900 roboto 212f31
Заголовок страницы
Редактируемое имя
*/
h1,
.f-h1 {
  font-size: 22px;
  font-weight: 900;
}
h2,
.f-h2 {
  font-size: 19px;
  font-weight: bold;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
h5,
h6 {
  font-size: 0.75em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f-h1 {
    font-size: 19px;
  }
}
.nowrap {
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.empty-section-message {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: #2e2f31;
  line-height: 1.2;
}
:root {
  --foquz-content-width: 1600px;
  --foquz-sidebar-width: 110px;
  --foquz-content-offset: calc(50vw - (var(--foquz-content-width) / 2));
}
body.sidebar-open {
  --foquz-sidebar-width: 240px;
}
.min-w-100 {
  min-width: 100%;
}
.f-filters-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-filters-group__filter {
  margin-right: 30px;
}
.info-row {
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.info-row__section {
  padding: 10px 15px;
  border-right: 1px solid #eceff1;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.info-row__section:last-child {
  border-right: none;
}
.info-row__label {
  font-weight: 500;
  font-size: 14px;
  color: #73808d;
}
.info-row--lg .info-row__section {
  padding: 15px;
}
.info-row--lg .info-row__search {
  padding: 0;
}
.info-row__search {
  padding: 0;
}
.info-row__search .f-input-group {
  width: 100%;
  height: 100%;
}
.info-row__search .f-input-group .form-control {
  height: 100%;
  width: 100%;
  border-radius: 0;
  border-color: transparent;
}
.info-row__search .f-input-group .form-control:focus {
  border-color: #3a5cdc;
  box-shadow: 0 0 5px rgba(63, 101, 241, 0.5);
}
:root {
  --foquz-side-offset: 20px;
  --foquz-dialog-z-index: 1050;
}
@media screen and (max-width: 767px) {
  :root {
    --foquz-side-offset: 15px;
  }
}
.app {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 992px;
  position: relative;
}
.app .app-message {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.app .app-message.app-message--warning {
  background-color: #ffdddd;
}
.app .app-message.app-message--info {
  background-color: #d9e0fc;
}
.app .app-message__content {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  padding-right: 50px;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.app .app-message__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  cursor: pointer;
}
.app .app-message__close .f-icon {
  width: 10px;
  height: 10px;
}
.app .app-message__close .f-icon svg {
  width: 10px;
  height: 10px;
}
.app .app-message + .app__body .app__sidebar .sidebar {
  top: 40px;
}
.app .foquz-app-header {
  padding-bottom: 16px;
}
.app .foquz-app-header .btn-menu {
  margin-right: 32px;
}
.app .foquz-app-header__menu {
  display: none;
  margin-left: 24px;
  margin-right: 24px;
}
.app .foquz-app-header .userpic {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .app .foquz-app-header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .app .foquz-app-header .userpic {
    margin-right: 0;
  }
  .app .foquz-app-header__user-data {
    display: none;
  }
}
.app__sidebar {
  width: 110px;
  width: 110px;
  width: var(--foquz-sidebar-width);
  transition: all 0.5s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1000;
  position: relative;
}
.app__sidebar .sidebar {
  position: sticky;
  top: 0;
}
.app__sidebar--small {
  width: 108px;
}
.app__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.app__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 0;
  padding: 25px 20px 56px 0;
  padding: 25px 20px 56px 0;
  padding: 25px var(--foquz-side-offset) 56px 0;
}
.app__footer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  background-color: rgba(63, 101, 241, 0.03);
}
.app__footer .footer {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: center;
      align-self: center;
  background: none;
}
@media screen and (min-width: 1200px) {
  .app .foquz-app-header {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .app {
    min-width: 0;
  }
  .app__sidebar {
    display: none;
  }
  .app__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .app__inner-content {
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
  .app .foquz-app-header {
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
@media screen and (max-width: 767px) {
  .app__content {
    padding-top: 10px;
  }
  .app .foquz-app-header {
    padding-bottom: 8px;
  }
}
.app--initializing {
  visibility: hidden;
}
.f-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: white;
  border-radius: 4px 4px 7px 7px;
  border: none;
}
.f-card--min-height {
  min-height: 540px;
}
.f-card--shadow {
  box-shadow: 0 2px 4px #cfd8dc;
}
.f-card__grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.f-card__inner {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-card__section {
  padding: 20px 20px;
  padding: 20px 20px;
  padding: 20px var(--foquz-side-offset);
}
.f-card__full {
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * var(--foquz-side-offset));
  margin-right: calc(-1 * 20px);
  margin-right: calc(-1 * 20px);
  margin-right: calc(-1 * var(--foquz-side-offset));
}
.f-card__divider {
  border-bottom: 1px solid #eceff1;
}
.f-card__footer {
  background: #fbfbfb;
  position: relative;
  margin-top: 50px;
  padding: 20px 20px;
  padding: 20px 20px;
  padding: 20px var(--foquz-side-offset);
  border-radius: 0 0 7px 7px;
}
.f-card__footer--ghost {
  background: transparent;
  height: 80px;
  margin-top: 20px;
}
.f-card-row {
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(20px - 10px);
  padding-left: calc(20px - 10px);
  padding-left: calc(var(--foquz-side-offset) - 10px);
  padding-right: calc(20px - 10px);
  padding-right: calc(20px - 10px);
  padding-right: calc(var(--foquz-side-offset) - 10px);
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * var(--foquz-side-offset));
  margin-right: calc(-1 * 20px);
  margin-right: calc(-1 * 20px);
  margin-right: calc(-1 * var(--foquz-side-offset));
}
.f-card-row--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-card-row__block {
  padding-left: 10px;
  padding-right: 10px;
}
.f-card-row__block--right {
  margin-left: auto;
}
.f-card--lg {
  border-radius: 9px;
}
.f-card--lg .f-card__footer {
  border-radius: 0 0 9px 9px;
}
.f-card--sm {
  border-radius: 4px;
}
.f-card-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.f-card-filters__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 12px !important;
}
.f-card-filters__actions {
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
}
.f-card__search .foquz-search-field {
  height: 100%;
  min-height: 56px;
}
.f-card__search .foquz-search-field input {
  border-radius: 0;
  border: none;
  height: 100%;
}
.f-card__search.full {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  border-top: 1px solid #eceff1;
  margin-top: -1px;
}
.f-card__settings {
  border-top: 1px solid #eceff1;
  margin-top: -1px;
}
@media screen and (max-width: 1199px) {
  .f-card {
    border-radius: 0;
  }
}
.modal-page .modal-page__body.f-card {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.modal-page .modal-page__body.f-card .f-card__section {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-page .modal-page__body.f-card .f-card__full {
  margin-left: -30px;
  margin-right: -30px;
}
.modal-page .modal-page__body.f-card .f-card__footer {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-page .modal-page__body.f-card .info-row {
  padding-left: 10px;
  padding-right: 10px;
}
.modal-page .modal-page__body.f-card .info-row__section {
  padding-left: 20px;
  padding-right: 20px;
}
.f-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-tabs__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 48px;
  background: #f5f6fa;
}
.f-tabs__nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(190, 198, 202, 0.488168);
  border: none;
  border-radius: 4px 4px 0 0;
  font-size: 14.6667px;
  font-weight: 500;
  color: #73808D;
  cursor: pointer;
}
.f-tabs__nav-item:not(:first-child) {
  margin-left: 2px;
}
.f-tabs__nav-item.active {
  background: #FFF;
  color: #333;
  font-weight: 700;
}
.f-tabs__nav-item.disabled {
  opacity: 0.6;
}
.f-tabs__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-tabs .f-tab {
  display: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 12px;
}
.f-tabs .f-tab.active {
  display: -ms-flexbox;
  display: flex;
}
.f-card .f-tabs {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.f-scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-scroll .f-scroll__viewport {
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow-y: hidden;
}
.f-scroll .f-scroll__wrapper {
  height: 100%;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-scroll .f-scroll__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.f-scroll .scrollable-wrapper__curtain {
  z-index: 2;
}
.ma-5p {
  margin: 5px;
}
.ma-n5p {
  margin: -5px;
}
.pa-5p {
  padding: 5px;
}
.pa-n5p {
  padding: -5px;
}
.my-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-n5p {
  margin-top: -5px;
  margin-bottom: -5px;
}
.py-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-n5p {
  padding-top: -5px;
  padding-bottom: -5px;
}
.mx-5p {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-n5p {
  margin-left: -5px;
  margin-right: -5px;
}
.px-5p {
  padding-left: 5px;
  padding-right: 5px;
}
.px-n5p {
  padding-left: -5px;
  padding-right: -5px;
}
.mr-5p {
  margin-right: 5px;
}
.mr-n5p {
  margin-right: -5px;
}
.pr-5p {
  padding-right: 5px;
}
.pr-n5p {
  padding-right: -5px;
}
.ml-5p {
  margin-left: 5px;
}
.ml-n5p {
  margin-left: -5px;
}
.pl-5p {
  padding-left: 5px;
}
.pl-n5p {
  padding-left: -5px;
}
.mb-5p {
  margin-bottom: 5px;
}
.mb-n5p {
  margin-bottom: -5px;
}
.pb-5p {
  padding-bottom: 5px;
}
.pb-n5p {
  padding-bottom: -5px;
}
.mt-5p {
  margin-top: 5px;
}
.mt-n5p {
  margin-top: -5px;
}
.pt-5p {
  padding-top: 5px;
}
.pt-n5p {
  padding-top: -5px;
}
.ma-10p {
  margin: 10px;
}
.ma-n10p {
  margin: -10px;
}
.pa-10p {
  padding: 10px;
}
.pa-n10p {
  padding: -10px;
}
.my-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-n10p {
  margin-top: -10px;
  margin-bottom: -10px;
}
.py-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-n10p {
  padding-top: -10px;
  padding-bottom: -10px;
}
.mx-10p {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-n10p {
  margin-left: -10px;
  margin-right: -10px;
}
.px-10p {
  padding-left: 10px;
  padding-right: 10px;
}
.px-n10p {
  padding-left: -10px;
  padding-right: -10px;
}
.mr-10p {
  margin-right: 10px;
}
.mr-n10p {
  margin-right: -10px;
}
.pr-10p {
  padding-right: 10px;
}
.pr-n10p {
  padding-right: -10px;
}
.ml-10p {
  margin-left: 10px;
}
.ml-n10p {
  margin-left: -10px;
}
.pl-10p {
  padding-left: 10px;
}
.pl-n10p {
  padding-left: -10px;
}
.mb-10p {
  margin-bottom: 10px;
}
.mb-n10p {
  margin-bottom: -10px;
}
.pb-10p {
  padding-bottom: 10px;
}
.pb-n10p {
  padding-bottom: -10px;
}
.mt-10p {
  margin-top: 10px;
}
.mt-n10p {
  margin-top: -10px;
}
.pt-10p {
  padding-top: 10px;
}
.pt-n10p {
  padding-top: -10px;
}
.ma-15p {
  margin: 15px;
}
.ma-n15p {
  margin: -15px;
}
.pa-15p {
  padding: 15px;
}
.pa-n15p {
  padding: -15px;
}
.my-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-n15p {
  margin-top: -15px;
  margin-bottom: -15px;
}
.py-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-n15p {
  padding-top: -15px;
  padding-bottom: -15px;
}
.mx-15p {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-n15p {
  margin-left: -15px;
  margin-right: -15px;
}
.px-15p {
  padding-left: 15px;
  padding-right: 15px;
}
.px-n15p {
  padding-left: -15px;
  padding-right: -15px;
}
.mr-15p {
  margin-right: 15px;
}
.mr-n15p {
  margin-right: -15px;
}
.pr-15p {
  padding-right: 15px;
}
.pr-n15p {
  padding-right: -15px;
}
.ml-15p {
  margin-left: 15px;
}
.ml-n15p {
  margin-left: -15px;
}
.pl-15p {
  padding-left: 15px;
}
.pl-n15p {
  padding-left: -15px;
}
.mb-15p {
  margin-bottom: 15px;
}
.mb-n15p {
  margin-bottom: -15px;
}
.pb-15p {
  padding-bottom: 15px;
}
.pb-n15p {
  padding-bottom: -15px;
}
.mt-15p {
  margin-top: 15px;
}
.mt-n15p {
  margin-top: -15px;
}
.pt-15p {
  padding-top: 15px;
}
.pt-n15p {
  padding-top: -15px;
}
.ma-20p {
  margin: 20px;
}
.ma-n20p {
  margin: -20px;
}
.pa-20p {
  padding: 20px;
}
.pa-n20p {
  padding: -20px;
}
.my-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-n20p {
  margin-top: -20px;
  margin-bottom: -20px;
}
.py-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-n20p {
  padding-top: -20px;
  padding-bottom: -20px;
}
.mx-20p {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-n20p {
  margin-left: -20px;
  margin-right: -20px;
}
.px-20p {
  padding-left: 20px;
  padding-right: 20px;
}
.px-n20p {
  padding-left: -20px;
  padding-right: -20px;
}
.mr-20p {
  margin-right: 20px;
}
.mr-n20p {
  margin-right: -20px;
}
.pr-20p {
  padding-right: 20px;
}
.pr-n20p {
  padding-right: -20px;
}
.ml-20p {
  margin-left: 20px;
}
.ml-n20p {
  margin-left: -20px;
}
.pl-20p {
  padding-left: 20px;
}
.pl-n20p {
  padding-left: -20px;
}
.mb-20p {
  margin-bottom: 20px;
}
.mb-n20p {
  margin-bottom: -20px;
}
.pb-20p {
  padding-bottom: 20px;
}
.pb-n20p {
  padding-bottom: -20px;
}
.mt-20p {
  margin-top: 20px;
}
.mt-n20p {
  margin-top: -20px;
}
.pt-20p {
  padding-top: 20px;
}
.pt-n20p {
  padding-top: -20px;
}
.ma-25p {
  margin: 25px;
}
.ma-n25p {
  margin: -25px;
}
.pa-25p {
  padding: 25px;
}
.pa-n25p {
  padding: -25px;
}
.my-25p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-n25p {
  margin-top: -25px;
  margin-bottom: -25px;
}
.py-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-n25p {
  padding-top: -25px;
  padding-bottom: -25px;
}
.mx-25p {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-n25p {
  margin-left: -25px;
  margin-right: -25px;
}
.px-25p {
  padding-left: 25px;
  padding-right: 25px;
}
.px-n25p {
  padding-left: -25px;
  padding-right: -25px;
}
.mr-25p {
  margin-right: 25px;
}
.mr-n25p {
  margin-right: -25px;
}
.pr-25p {
  padding-right: 25px;
}
.pr-n25p {
  padding-right: -25px;
}
.ml-25p {
  margin-left: 25px;
}
.ml-n25p {
  margin-left: -25px;
}
.pl-25p {
  padding-left: 25px;
}
.pl-n25p {
  padding-left: -25px;
}
.mb-25p {
  margin-bottom: 25px;
}
.mb-n25p {
  margin-bottom: -25px;
}
.pb-25p {
  padding-bottom: 25px;
}
.pb-n25p {
  padding-bottom: -25px;
}
.mt-25p {
  margin-top: 25px;
}
.mt-n25p {
  margin-top: -25px;
}
.pt-25p {
  padding-top: 25px;
}
.pt-n25p {
  padding-top: -25px;
}
.ma-30p {
  margin: 30px;
}
.ma-n30p {
  margin: -30px;
}
.pa-30p {
  padding: 30px;
}
.pa-n30p {
  padding: -30px;
}
.my-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-n30p {
  margin-top: -30px;
  margin-bottom: -30px;
}
.py-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-n30p {
  padding-top: -30px;
  padding-bottom: -30px;
}
.mx-30p {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-n30p {
  margin-left: -30px;
  margin-right: -30px;
}
.px-30p {
  padding-left: 30px;
  padding-right: 30px;
}
.px-n30p {
  padding-left: -30px;
  padding-right: -30px;
}
.mr-30p {
  margin-right: 30px;
}
.mr-n30p {
  margin-right: -30px;
}
.pr-30p {
  padding-right: 30px;
}
.pr-n30p {
  padding-right: -30px;
}
.ml-30p {
  margin-left: 30px;
}
.ml-n30p {
  margin-left: -30px;
}
.pl-30p {
  padding-left: 30px;
}
.pl-n30p {
  padding-left: -30px;
}
.mb-30p {
  margin-bottom: 30px;
}
.mb-n30p {
  margin-bottom: -30px;
}
.pb-30p {
  padding-bottom: 30px;
}
.pb-n30p {
  padding-bottom: -30px;
}
.mt-30p {
  margin-top: 30px;
}
.mt-n30p {
  margin-top: -30px;
}
.pt-30p {
  padding-top: 30px;
}
.pt-n30p {
  padding-top: -30px;
}
.ma-35p {
  margin: 35px;
}
.ma-n35p {
  margin: -35px;
}
.pa-35p {
  padding: 35px;
}
.pa-n35p {
  padding: -35px;
}
.my-35p {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-n35p {
  margin-top: -35px;
  margin-bottom: -35px;
}
.py-35p {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-n35p {
  padding-top: -35px;
  padding-bottom: -35px;
}
.mx-35p {
  margin-left: 35px;
  margin-right: 35px;
}
.mx-n35p {
  margin-left: -35px;
  margin-right: -35px;
}
.px-35p {
  padding-left: 35px;
  padding-right: 35px;
}
.px-n35p {
  padding-left: -35px;
  padding-right: -35px;
}
.mr-35p {
  margin-right: 35px;
}
.mr-n35p {
  margin-right: -35px;
}
.pr-35p {
  padding-right: 35px;
}
.pr-n35p {
  padding-right: -35px;
}
.ml-35p {
  margin-left: 35px;
}
.ml-n35p {
  margin-left: -35px;
}
.pl-35p {
  padding-left: 35px;
}
.pl-n35p {
  padding-left: -35px;
}
.mb-35p {
  margin-bottom: 35px;
}
.mb-n35p {
  margin-bottom: -35px;
}
.pb-35p {
  padding-bottom: 35px;
}
.pb-n35p {
  padding-bottom: -35px;
}
.mt-35p {
  margin-top: 35px;
}
.mt-n35p {
  margin-top: -35px;
}
.pt-35p {
  padding-top: 35px;
}
.pt-n35p {
  padding-top: -35px;
}
.ma-40p {
  margin: 40px;
}
.ma-n40p {
  margin: -40px;
}
.pa-40p {
  padding: 40px;
}
.pa-n40p {
  padding: -40px;
}
.my-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-n40p {
  margin-top: -40px;
  margin-bottom: -40px;
}
.py-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-n40p {
  padding-top: -40px;
  padding-bottom: -40px;
}
.mx-40p {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-n40p {
  margin-left: -40px;
  margin-right: -40px;
}
.px-40p {
  padding-left: 40px;
  padding-right: 40px;
}
.px-n40p {
  padding-left: -40px;
  padding-right: -40px;
}
.mr-40p {
  margin-right: 40px;
}
.mr-n40p {
  margin-right: -40px;
}
.pr-40p {
  padding-right: 40px;
}
.pr-n40p {
  padding-right: -40px;
}
.ml-40p {
  margin-left: 40px;
}
.ml-n40p {
  margin-left: -40px;
}
.pl-40p {
  padding-left: 40px;
}
.pl-n40p {
  padding-left: -40px;
}
.mb-40p {
  margin-bottom: 40px;
}
.mb-n40p {
  margin-bottom: -40px;
}
.pb-40p {
  padding-bottom: 40px;
}
.pb-n40p {
  padding-bottom: -40px;
}
.mt-40p {
  margin-top: 40px;
}
.mt-n40p {
  margin-top: -40px;
}
.pt-40p {
  padding-top: 40px;
}
.pt-n40p {
  padding-top: -40px;
}
.ma-45p {
  margin: 45px;
}
.ma-n45p {
  margin: -45px;
}
.pa-45p {
  padding: 45px;
}
.pa-n45p {
  padding: -45px;
}
.my-45p {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-n45p {
  margin-top: -45px;
  margin-bottom: -45px;
}
.py-45p {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-n45p {
  padding-top: -45px;
  padding-bottom: -45px;
}
.mx-45p {
  margin-left: 45px;
  margin-right: 45px;
}
.mx-n45p {
  margin-left: -45px;
  margin-right: -45px;
}
.px-45p {
  padding-left: 45px;
  padding-right: 45px;
}
.px-n45p {
  padding-left: -45px;
  padding-right: -45px;
}
.mr-45p {
  margin-right: 45px;
}
.mr-n45p {
  margin-right: -45px;
}
.pr-45p {
  padding-right: 45px;
}
.pr-n45p {
  padding-right: -45px;
}
.ml-45p {
  margin-left: 45px;
}
.ml-n45p {
  margin-left: -45px;
}
.pl-45p {
  padding-left: 45px;
}
.pl-n45p {
  padding-left: -45px;
}
.mb-45p {
  margin-bottom: 45px;
}
.mb-n45p {
  margin-bottom: -45px;
}
.pb-45p {
  padding-bottom: 45px;
}
.pb-n45p {
  padding-bottom: -45px;
}
.mt-45p {
  margin-top: 45px;
}
.mt-n45p {
  margin-top: -45px;
}
.pt-45p {
  padding-top: 45px;
}
.pt-n45p {
  padding-top: -45px;
}
.ma-50p {
  margin: 50px;
}
.ma-n50p {
  margin: -50px;
}
.pa-50p {
  padding: 50px;
}
.pa-n50p {
  padding: -50px;
}
.my-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-n50p {
  margin-top: -50px;
  margin-bottom: -50px;
}
.py-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-n50p {
  padding-top: -50px;
  padding-bottom: -50px;
}
.mx-50p {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-n50p {
  margin-left: -50px;
  margin-right: -50px;
}
.px-50p {
  padding-left: 50px;
  padding-right: 50px;
}
.px-n50p {
  padding-left: -50px;
  padding-right: -50px;
}
.mr-50p {
  margin-right: 50px;
}
.mr-n50p {
  margin-right: -50px;
}
.pr-50p {
  padding-right: 50px;
}
.pr-n50p {
  padding-right: -50px;
}
.ml-50p {
  margin-left: 50px;
}
.ml-n50p {
  margin-left: -50px;
}
.pl-50p {
  padding-left: 50px;
}
.pl-n50p {
  padding-left: -50px;
}
.mb-50p {
  margin-bottom: 50px;
}
.mb-n50p {
  margin-bottom: -50px;
}
.pb-50p {
  padding-bottom: 50px;
}
.pb-n50p {
  padding-bottom: -50px;
}
.mt-50p {
  margin-top: 50px;
}
.mt-n50p {
  margin-top: -50px;
}
.pt-50p {
  padding-top: 50px;
}
.pt-n50p {
  padding-top: -50px;
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-on-desktop {
    display: none!important;
  }
}
.f-select .select2 .selection {
  display: inline;
  width: 0px;
  overflow: hidden;
}
.f-select .select2 .select2-selection {
  visibility: hidden;
}
.select2-container .select2-selection {
  background: none!important;
}
.f-scale {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}
.f-scale__item {
  width: 48px;
  height: 48px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  color: #2E2F31;
  transition: background 300ms ease-in-out;
  font-size: 16px;
  font-weight: 500;
}
.f-scale__item:not(:first-child) {
  border-left: 1px solid #CFD8DC;
}
.f-scale__item--active {
  background: #F1F5F6;
  color: #73808D;
}
.f-input-group {
  position: relative;
}
.f-input-group__prepend {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.f-input-group__prepend ~ .form-control {
  padding-left: 50px;
}
.f-input-group__append {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.f-input-group__append ~ .form-control {
  padding-right: 50px;
}
.form-control {
  padding-left: 15px;
  padding-right: 15px;
}
.form-control.is-valid.form-control--simple-validation,
.form-control.is-invalid.form-control--simple-validation {
  background-image: none;
  padding-right: 15px;
}
.form-control-wrapper {
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
input.form-control {
  padding-top: 5px;
  padding-bottom: 5px;
}
input::-ms-clear {
  display: none;
}
.form-group--disabled {
  position: relative;
  opacity: 0.5;
}
.form-group--disabled .form-control[disabled] {
  background: transparent;
}
.form-group--disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.not-number {
  -moz-appearance: textfield;
}
.not-number::-webkit-outer-spin-button,
.not-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-label {
  height: 24px;
  min-width: 24px;
  padding: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 13px;
  border-radius: 12px;
  color: #73808d;
}
.f-label-primary {
  background-color: #3a5cdc;
  color: #ffffff;
}
.stats-item__value {
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 4px;
}
.stats-item__text {
  line-height: 22px;
  margin-bottom: 4px;
}
.stats-item__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #73808d;
}
.stats-item__icon {
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-bottom: 4px;
}
.stats-item__icon .f-icon,
.stats-item__icon svg {
  width: 20px;
  height: 20px;
}
.stats-item--primary .stats-item__value {
  color: #3a5cdc;
}
.stats-item--goals .stats-item__value {
  color: #caad46;
}
.f-border-left {
  border-left: 1px solid #eceff1 !important;
}
.f-border-right {
  border-right: 1px solid #eceff1 !important;
}
.f-border-top {
  border-top: 1px solid #eceff1 !important;
}
.f-border-bottom {
  border-bottom: 1px solid #eceff1 !important;
}
.f-border-x {
  border-left: 1px solid #eceff1 !important;
  border-right: 1px solid #eceff1 !important;
}
.f-border-y {
  border-top: 1px solid #eceff1 !important;
  border-bottom: 1px solid #eceff1 !important;
}
.f-border {
  border: 1px solid #eceff1 !important;
}
.f-transform--transition {
  transition: transform 250ms;
}
.f-transform-mirror-x {
  transform: scaleX(-1);
}
.f-transform-mirror-y {
  transform: scaleY(-1);
}
.f-transform-rotate-180 {
  transform: rotate(-180deg);
}
.cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default!important;
}
.circle {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
}
.icon {
  display: inline-block;
  vertical-align: text-bottom;
}
.icon-list {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-list--light {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-list--active {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-list--hover:hover {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-settings {
  display: inline-block;
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-settings--light {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-settings--hover:hover {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-cross {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-folder {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-folder--light {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-search {
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-search--light {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns--light {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns--active {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns--hover:hover {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sorting {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sorting--active {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-filtering {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-filtering--active {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-complaint {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-complaint--error {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment--light {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment2 {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment2--light {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment2--hover:hover {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sur {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.sur__header {
  background: #000;
  height: 44px;
}
.sur__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.filter {
  border-radius: 4px;
  box-shadow: 0 2px 4px #cfd8dc;
  background-color: #fff;
  height: 48px;
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}
.filter__menu {
  font-weight: 500;
  height: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter__menu-item {
  height: 100%;
}
.filter__menu-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  border-right: 1px solid #f2f5f6;
  color: #5a626a;
  text-decoration: none;
  line-height: 14px;
}
.filter__menu-item .label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 3px;
  margin-left: 10px;
  min-width: 23px;
  min-height: 23px;
  font-size: 13px;
  color: #727779;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
}
.filter__menu-item--active .label {
  color: #ffffff;
  background-color: #3f65f1;
}
.filter__menu-item:hover a {
  color: #000000;
}
.filter__sort {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.filter__cell {
  padding-left: 25px;
  padding-right: 25px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.filter__cell--right {
  border-left: 1px solid #f2f5f6;
}
.filter__check .form-check-label {
  font-size: 12px;
  font-weight: 500;
}
.filter__dropdown {
  color: #000;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter__dropdown-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 0;
  opacity: 0.4;
}
.filter__dropdown-btn {
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 16px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter__dropdown-btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2%200,5.8l53.9,53.9c0.8,0.8%201.8,1.2%202.9,1.2%201,0%202.1-0.4%202.9-1.2l53.9-53.9c1.7-1.6%201.7-4.2%200.1-5.8z%22%20class%3D%22active-path%22%20fill%3D%22%23323232%22/%3E%0A%20%20%3C/g%3E%3C/g%3E%20%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 16px;
  display: block;
  margin-left: 10px;
  border: none;
  line-height: 14px;
  vertical-align: unset;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.filter__dropdown.show .filter__dropdown-btn:after {
  transform: rotate(0);
}
.filter__dropdown.dropdown .dropdown-menu {
  margin-top: 28px;
}
.filter__dropdown-btn {
  font-weight: 500;
}
.badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 20px;
  padding: 3px 4.63px;
  background: #3F65F1;
  border-radius: 10px;
  font-weight: 900;
  font-size: 11px;
  color: #FFFFFF;
  cursor: help;
}
.badge-active {
  background: #3F65F1;
}
.badge-inactive {
  background: #A6B1BC;
}
.btn {
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  border-radius: 4px;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  padding: 8.5px 16.5px;
  border: none !important;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn-default {
  background-color: #dadfe3;
  color: #73808d;
}
.btn-default:focus {
  box-shadow: none;
}
.btn-default:hover {
  background-color: #c6cfd3;
}
.btn-default[disabled] {
  background-color: #dadfe3 !important;
  color: #73808d !important;
}
.btn-danger {
  background-color: #ffdddd;
  color: #f96261;
  border-color: transparent;
}
.btn-danger:hover {
  background-color: #ffc1c1;
  color: #f96261;
  border-color: transparent;
}
.btn-danger[disabled] {
  background-color: #ffdddd !important;
  color: #f96261 !important;
}
.btn-success {
  background-color: #abefb7;
  color: #37a74a;
  border-color: transparent;
}
.btn-success:hover {
  background-color: #83ee9d;
  color: #37a74a;
  border-color: transparent;
}
.btn-success:focus {
  box-shadow: none;
}
.btn-success:active {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success[disabled] {
  background-color: #abefb7 !important;
  color: #37a74a !important;
}
.btn-active {
  background-color: #3f65f1;
  color: white;
}
.btn-lg {
  height: 48px;
}
.btn-link {
  padding: 0;
  text-decoration: none !important;
  color: #3f65f1;
}
.btn-link:disabled {
  opacity: 0.5;
}
.btn-link-success {
  color: #37a74a !important;
}
.btn-link-error {
  color: #f96261 !important;
}
.btn-with-icon {
  padding-left: 40px;
  position: relative;
}
.btn-with-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 15px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-with-icon.btn-save:before {
  top: 9px;
  width: 15px;
  height: 15px;
}
.btn-with-icon.btn-save.btn-success:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%2337a74a%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.99%2010.021v4.168h1.667V8.355H3.324v5.834H4.99V10.02z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.335%200h-3.33v3.367H8.347V0h-5.15c-.46%200-1.087.27-1.406.609L.57%201.906C.257%202.242%200%202.888%200%203.348v9.988C0%2014.255.744%2015%201.663%2015h11.675c.917%200%201.662-.744%201.662-1.662V1.662C15%20.744%2014.257%200%2013.335%200zm-.002%2013.333H1.667V3.348c0-.035.094-.273.12-.3L3.006%201.75c.003-.002.189-.083.192-.083H6.68v3.367h4.991V1.667h1.662v11.666z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}
.btn-with-icon.btn-save.btn-default:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%2373808d%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.99%2010.021v4.168h1.667V8.355H3.324v5.834H4.99V10.02z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.335%200h-3.33v3.367H8.347V0h-5.15c-.46%200-1.087.27-1.406.609L.57%201.906C.257%202.242%200%202.888%200%203.348v9.988C0%2014.255.744%2015%201.663%2015h11.675c.917%200%201.662-.744%201.662-1.662V1.662C15%20.744%2014.257%200%2013.335%200zm-.002%2013.333H1.667V3.348c0-.035.094-.273.12-.3L3.006%201.75c.003-.002.189-.083.192-.083H6.68v3.367h4.991V1.667h1.662v11.666z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}
.btn-with-icon.btn-add:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  top: 10px;
}
.btn-with-icon.btn-apply:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  top: 13px;
}
.btn-with-icon.btn-dismiss:before {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%228%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2214.7071%22%20y1%3D%223.70711%22%20x2%3D%223.3934%22%20y2%3D%2215.0208%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  top: calc((100% - 18px) / 2);
}
.btn-with-icon.btn-times:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 11.5px;
  transform: rotate(45deg);
}
.btn-with-icon.btn-times.btn-danger:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-with-icon.btn-delete:before {
  width: 17px;
  height: 17px;
  top: 9px;
}
.btn-with-icon.btn-delete.btn-danger:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.btn-with-icon.btn-delete.btn-default:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.btn-with-icon.btn-upload-disk:before {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M14.9983%209.96875H4.49829C3.04842%209.96875%201.87329%2011.0949%201.87329%2012.4844C1.87329%2013.8738%203.04842%2015%204.49829%2015H14.9983C16.4482%2015%2017.6233%2013.8738%2017.6233%2012.4844C17.6233%2011.0949%2016.4482%209.96875%2014.9983%209.96875Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.24846%201H4.36896%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.9985%201H13.119%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8.87329%2012.5H13.8733%22%20stroke%3D%22%2373808d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M4.36879%201C3.45442%201%202.69404%201.70438%202.62404%202.61613L1.87329%2012.375%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17.6231%2012.375L16.8724%202.61613C16.8024%201.70438%2016.042%201%2015.1276%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.87329%201V6.25%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.99829%204.5L9.99829%206.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.7483%204.5L9.74829%206.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 17px;
  height: 19px;
}
.btn-with-icon.btn-upload-link:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  top: 9px;
  width: 21px;
  height: 19px;
}
.btn-with-icon.btn-next {
  padding-left: 15px;
  padding-right: 45px;
}
.btn-with-icon.btn-next:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  top: 10px;
  right: 15px;
  left: auto;
}
.btn-with-icon.btn-back:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
}
.btn-with-icon--simple {
  padding: 0 0 0 25px;
  background: none !important;
  color: #2e2f31 !important;
  font-weight: bold;
  box-shadow: none !important;
}
.btn-with-icon--simple:before {
  left: 0;
}
.btn-with-icon--simple[disabled] {
  background: none !important;
  color: #2e2f31 !important;
}
.btn-with-icon--simple.btn-delete:before {
  top: 0.5px;
}
.btn-upload-disk {
  padding-left: 43px;
}
.btn-upload-link {
  padding-left: 47px;
}
.btn-circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0;
}
.btn-white {
  height: 38px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  border-radius: 4px;
  padding: 8px 15px;
}
.btn-white:hover {
  background-color: #e7e7e7;
}
.btn-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34px !important;
  height: 34px !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 0;
  outline: none;
}
.btn-icon:before {
  content: "";
}
.btn-icon:focus {
  box-shadow: none;
}
.btn-icon.btn-default {
  background: #fff;
}
.btn-icon.btn-default:hover {
  background: #c6cfd3;
}
.btn-icon--simple {
  width: unset !important;
  height: unset !important;
  background: none !important;
  padding: 6px;
}
.button-add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 38px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 4px;
  background-color: #3f65f1;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.button-add:hover {
  background-color: #3553c1;
  color: #fff;
}
.button-add[disabled] {
  opacity: 0.5;
}
.button-add--with-dropdown {
  padding-right: 60px;
}
.button-add--with-dropdown:before {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-add--with-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background: #3a5cdc;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.button-add--with-dropdown:hover:after {
  background-color: #3553c1;
}
.btn-survey-white {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 22px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #ffffff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 15px;
  color: #2e2f31;
  box-shadow: none !important;
}
.btn-survey-white--small {
  padding: 7.5px 17px;
  font-size: 13px;
}
.i-ajax-btn {
  background: #abefb7;
  border-radius: 4px;
  width: 60px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.i-ajax-btn[disabled] {
  opacity: 0.6;
  cursor: default;
}
.i-ajax-btn .i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.006.887a1.5%201.5%200%2001.107%202.119L10.159%2015.13a1.5%201.5%200%2001-2.167.062L.947%208.245a1.5%201.5%200%20112.106-2.136l5.93%205.848L18.887.994a1.5%201.5%200%20012.119-.107z%22%20fill%3D%22%2337a74a%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
}
.i-ajax-btn_loading .i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.063%202.813c0-.56-.215-1.032-.602-1.461C12.03.965%2011.559.75%2011%20.75c-.602%200-1.074.215-1.46.602-.43.43-.602.902-.602%201.46%200%20.602.171%201.075.601%201.461.387.43.86.602%201.461.602.559%200%201.031-.172%201.46-.602.388-.386.602-.859.602-1.46zM11%2018.624c.559%200%201.031.215%201.46.602.388.43.602.902.602%201.46%200%20.602-.214%201.075-.601%201.461-.43.43-.902.602-1.461.602-.602%200-1.074-.172-1.46-.602-.43-.386-.602-.859-.602-1.46%200-.56.171-1.032.601-1.461.387-.387.86-.602%201.461-.602zm8.938-8.938c.558%200%201.03.215%201.46.602.387.43.602.902.602%201.461%200%20.602-.215%201.074-.602%201.46-.43.43-.902.602-1.46.602-.602%200-1.075-.171-1.461-.601-.43-.387-.602-.86-.602-1.461%200-.559.172-1.031.602-1.46.386-.388.859-.602%201.46-.602zM4.124%2011.75c0%20.602-.215%201.074-.602%201.46-.43.43-.902.602-1.46.602-.602%200-1.075-.171-1.461-.601C.172%2012.824%200%2012.35%200%2011.75c0-.559.172-1.031.602-1.46.386-.388.859-.602%201.46-.602.56%200%201.032.214%201.461.601.387.43.602.902.602%201.461zm.559%204.254c.558%200%201.03.215%201.46.601.387.43.602.903.602%201.461%200%20.602-.215%201.075-.601%201.461-.43.43-.903.602-1.461.602-.602%200-1.075-.172-1.461-.602-.43-.386-.602-.859-.602-1.46%200-.56.172-1.032.602-1.462.386-.386.859-.601%201.46-.601zm12.632%200c.559%200%201.032.215%201.461.601.387.43.602.903.602%201.461%200%20.602-.215%201.075-.602%201.461-.43.43-.902.602-1.46.602-.602%200-1.075-.172-1.462-.602-.43-.386-.601-.859-.601-1.46%200-.56.172-1.032.601-1.462.387-.386.86-.601%201.461-.601zM4.684%203.37c.558%200%201.03.215%201.46.602.387.43.602.902.602%201.46%200%20.602-.215%201.075-.601%201.462-.43.43-.903.601-1.461.601-.602%200-1.075-.172-1.461-.601-.43-.387-.602-.86-.602-1.461%200-.559.172-1.032.602-1.461.386-.387.859-.602%201.46-.602z%22%20fill%3D%22%2337a74a%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 22px;
  height: 23px;
  background-repeat: no-repeat;
  animation: rotate 4s linear infinite;
}
.i-ajax-btn {
  background: #abefb7;
  border-radius: 4px;
  width: 60px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.i-ajax-btn[disabled] {
  opacity: 0.6;
  cursor: default;
}
.i-ajax-btn .i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.006.887a1.5%201.5%200%2001.107%202.119L10.159%2015.13a1.5%201.5%200%2001-2.167.062L.947%208.245a1.5%201.5%200%20112.106-2.136l5.93%205.848L18.887.994a1.5%201.5%200%20012.119-.107z%22%20fill%3D%22%2337a74a%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
}
.i-ajax-btn_loading .i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.063%202.813c0-.56-.215-1.032-.602-1.461C12.03.965%2011.559.75%2011%20.75c-.602%200-1.074.215-1.46.602-.43.43-.602.902-.602%201.46%200%20.602.171%201.075.601%201.461.387.43.86.602%201.461.602.559%200%201.031-.172%201.46-.602.388-.386.602-.859.602-1.46zM11%2018.624c.559%200%201.031.215%201.46.602.388.43.602.902.602%201.46%200%20.602-.214%201.075-.601%201.461-.43.43-.902.602-1.461.602-.602%200-1.074-.172-1.46-.602-.43-.386-.602-.859-.602-1.46%200-.56.171-1.032.601-1.461.387-.387.86-.602%201.461-.602zm8.938-8.938c.558%200%201.03.215%201.46.602.387.43.602.902.602%201.461%200%20.602-.215%201.074-.602%201.46-.43.43-.902.602-1.46.602-.602%200-1.075-.171-1.461-.601-.43-.387-.602-.86-.602-1.461%200-.559.172-1.031.602-1.46.386-.388.859-.602%201.46-.602zM4.124%2011.75c0%20.602-.215%201.074-.602%201.46-.43.43-.902.602-1.46.602-.602%200-1.075-.171-1.461-.601C.172%2012.824%200%2012.35%200%2011.75c0-.559.172-1.031.602-1.46.386-.388.859-.602%201.46-.602.56%200%201.032.214%201.461.601.387.43.602.902.602%201.461zm.559%204.254c.558%200%201.03.215%201.46.601.387.43.602.903.602%201.461%200%20.602-.215%201.075-.601%201.461-.43.43-.903.602-1.461.602-.602%200-1.075-.172-1.461-.602-.43-.386-.602-.859-.602-1.46%200-.56.172-1.032.602-1.462.386-.386.859-.601%201.46-.601zm12.632%200c.559%200%201.032.215%201.461.601.387.43.602.903.602%201.461%200%20.602-.215%201.075-.602%201.461-.43.43-.902.602-1.46.602-.602%200-1.075-.172-1.462-.602-.43-.386-.601-.859-.601-1.46%200-.56.172-1.032.601-1.462.387-.386.86-.601%201.461-.601zM4.684%203.37c.558%200%201.03.215%201.46.602.387.43.602.902.602%201.46%200%20.602-.215%201.075-.601%201.462-.43.43-.903.601-1.461.601-.602%200-1.075-.172-1.461-.601-.43-.387-.602-.86-.602-1.461%200-.559.172-1.032.602-1.461.386-.387.859-.602%201.46-.602z%22%20fill%3D%22%2337a74a%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 22px;
  height: 23px;
  background-repeat: no-repeat;
  animation: rotate 4s linear infinite;
}
.btn-icon-edit:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.btn-icon-copy:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  content: "";
}
.btn-icon-add:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.btn-icon-remove:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
  content: "";
}
.btn-remove {
  width: 38px;
  height: 38px;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-remove:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  display: inline-block;
  transform: rotate(45deg);
  content: "";
}
.btn-view {
  padding: 0;
}
.btn-view:before {
  content: "";
  display: inline-block;
}
.btn-view--desktop:before {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--desktop:hover:before {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--desktop:disabled:before,
.btn-view--desktop.disabled:before,
.btn-view--desktop:disabled:hover:before,
.btn-view--desktop.disabled:hover:before {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--tablet:before {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--tablet:hover:before {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--tablet:disabled:before,
.btn-view--tablet.disabled:before,
.btn-view--tablet:disabled:hover:before,
.btn-view--tablet.disabled:hover:before {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--mobile:before {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--mobile:hover:before {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.btn-view--mobile:disabled:before,
.btn-view--mobile.disabled:before,
.btn-view--mobile:disabled:hover:before,
.btn-view--mobile.disabled:hover:before {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
a {
  color: #3f65f1;
}
textarea {
  resize: vertical !important;
}
input,
textarea,
select {
  font-family: 'Roboto', sans-serif !important;
}
.form-group {
  margin-bottom: 25px;
}
.form-group__show-password {
  display: none;
}
.form-group__show-password + label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 41px;
  right: 30px;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%206s2.91-5%208-5%208%205%208%205-2.91%205-8%205-8-5-8-5z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9%208a2.182%202.182%200%20100-4.364A2.182%202.182%200%20009%208z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 !important;
  width: 18px;
  height: 18px;
}
.form-group__show-password + label:before,
.form-group__show-password + label:after {
  display: none !important;
}
.form-group__show-password:checked + label {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.542%2011.507c-.2.184-.44.332-.708.434a2.5%202.5%200%2001-1.705.026%202.237%202.237%200%2001-.726-.413%201.88%201.88%200%2001-.48-.623%201.645%201.645%200%2001.03-1.466c.119-.23.29-.437.505-.608m5.862%205.037c-1.243.815-2.757%201.266-4.32%201.288-5.09%200-8-5-8-5%20.905-1.449%202.16-2.715%203.68-3.713l8.64%207.425zM8.473%205.332c.5-.1%201.013-.151%201.527-.15%205.09%200%208%205%208%205-.442.71-.968%201.378-1.57%201.994L8.472%205.332zM1.357%202.7l17.287%2014.6%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.form-group.maxchars {
  position: relative;
}
.form-group.maxchars .maxchars__cur {
  color: #cfd8dc;
  font-size: 11px;
  position: absolute;
}
.form-group.maxchars .maxchars__input + .maxchars__cur {
  bottom: 18px;
  right: 10px;
}
.form-group.maxchars .maxchars__input:focus + .maxchars__cur {
  color: #73808d;
}
.form-group.maxchars .maxchars__textarea + .maxchars__cur {
  bottom: 10px;
  right: 10px;
}
.form-group.maxchars .maxchars__textarea:focus + .maxchars__cur {
  color: #73808d;
}
.form-group.maxchars .maxchars__textarea.is-invalid + .maxchars__cur {
  bottom: 25px;
}
.form-group--required label:after {
  content: '*';
  color: #ea1d27;
}
.form-group-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form-group-header .form-label {
  margin-bottom: 0;
}
.form-group-header .form-group-note {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
  line-height: 120%;
  color: #73808d;
}
.chars-counter {
  position: relative;
}
.chars-counter--type_textarea .chars-counter__value {
  bottom: 10px;
  right: 10px;
}
.chars-counter--type_input .chars-counter__value {
  bottom: 18px;
  right: 10px;
}
.chars-counter__value {
  position: absolute;
  font-size: 11px;
  color: #cfd8dc;
}
input:focus + .chars-counter__value,
textarea:focus + .chars-counter__value {
  color: #73808d;
}
.chars-counter .is-valid + .chars-counter__value {
  display: none;
}
.form-label {
  font-size: 16px;
  font-weight: bold;
  color: #2e2f31;
  margin-bottom: 10px;
}
.form-label_not-required {
  font-size: 12px;
  font-weight: normal;
  color: #73808d;
}
.form-label__secondary {
  font-weight: normal;
}
.form-label__note {
  font-size: 12px;
  font-weight: normal;
  color: #73808d;
}
.form-label__note_link {
  font-size: 12px;
  font-weight: normal;
}
.form-control {
  border-radius: 4px;
  border-color: #cfd8dc;
  line-height: 1.36;
  font-size: 16px;
  padding: 15px 15px;
  color: #2e2f31;
  font-weight: 400;
  height: 48px;
}
.form-control:-ms-input-placeholder {
  color: #73839b;
  font-weight: normal;
  font-size: 16px;
}
.form-control::-ms-input-placeholder {
  color: #73839b;
  font-weight: normal;
  font-size: 16px;
}
.form-control::placeholder {
  color: #73839b;
  font-weight: normal;
  font-size: 16px;
}
.form-control:focus {
  color: #2e2f31;
  border: 1px solid #3f65f1;
  box-shadow: 0 0 5px rgba(63, 101, 241, 0.5);
}
.form-control[disabled] {
  background-color: #f2f5f6 !important;
  color: #73808d;
}
.form-control[readonly] {
  background-color: #fff !important;
}
.form-control.is-valid:not(.is-invalid),
.is-valid:not(.is-invalid) .form-control {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  width: 100%;
  height: 48px;
  background-size: auto auto !important;
  /*background-position: 15px right 15px !important;*/
  background-position: center right calc(0.375em + 0.1875rem);
  border: 1px solid #37a74a;
}
textarea.form-control.is-valid:not(.is-invalid),
textarea.is-valid:not(.is-invalid) .form-control {
  height: auto;
}
.form-control.is-invalid,
.is-invalid .form-control {
  background: none !important;
  border: 1px solid #f96261 !important;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.form-control.readonly {
  background-color: #f2f5f6 !important;
  color: #73808d;
}
.invalid-feedback {
  margin-top: 6px;
  font-size: 12px;
  line-height: 120%;
  color: #ea1d27;
}
.form-error {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 15.6px;
  color: #ea1d27;
}
.form-hint {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 13px;
  color: #73808d;
}
.form-delim {
  background: rgba(207, 216, 220, 0.35);
  margin-left: -20px;
  margin-right: -20px;
}
.form-btns {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-btns .btn {
  margin-right: 18px;
}
.form-btns .btn:last-child {
  margin-right: 0;
}
.btn-group-select {
  display: block;
  width: 100%;
  position: relative;
}
.btn-group-select:before {
  position: absolute;
  top: 0;
  right: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 900;
  content: '\f078';
  color: #73808d;
  line-height: 48px;
  vertical-align: center;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-group-select.arrow-top:before {
  transform: rotate(180deg);
}
.btn-group-select .form-control[readonly] {
  padding-right: 35px;
  z-index: 2;
  position: relative;
  background: transparent;
}
.btn-group-select .dropdown-menu {
  width: 100%;
  padding: 8px 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-color: #fff;
  position: relative;
  border: none;
  top: 11px !important;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.btn-group-select .dropdown-menu:before {
  content: '';
  width: 22px;
  height: 6px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  position: absolute;
  top: -5px;
  right: 18px;
}
.btn-group-select .dropdown-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3f65f1 !important;
  padding: 0 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  height: 30px;
}
.btn-group-select .dropdown-item:not(:first-child) {
  margin-top: 4px;
}
.btn-group-select .dropdown-item.active {
  background-color: transparent;
  color: #2e2f31 !important;
}
.btn-group-select .dropdown-item:hover {
  background: #f1f5f6;
}
.btn-group-select .dropdown-item:last-child {
  border-bottom: 0;
}
input[type='checkbox'] {
  position: absolute;
  display: none;
}
input[type='checkbox'] + label {
  padding-left: 14px;
  cursor: pointer;
  color: #73808d;
  transition: color 0.185s ease-in-out;
}
input[type='checkbox'] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -3.6px;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #cfd8dc;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
}
input[type='checkbox'] + label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  font-weight: 900;
  font-size: 8px;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 4.4px;
  left: 7.5px;
}
input[type='checkbox']:checked + label:after {
  opacity: 1;
}
input[type='checkbox']:checked + label {
  color: #2e2f31;
}
input[type='checkbox']:disabled + label {
  opacity: 0.4;
}
.inner-input-group {
  position: relative;
}
.inner-input-group .form-control {
  border-radius: 4px !important;
}
.inner-input-group__suffix {
  position: absolute;
  z-index: 3;
}
.password-inner-input-group .form-control {
  padding-right: calc((10px * 2) + (6px * 2) + 18px);
}
.password-inner-input-group__visibility-toggle-icon-button-suffix {
  transition: none;
}
.password-inner-input-group__show-password-icon-button-suffix {
  top: calc(48px / 2 - (13px + 6px * 2) / 2);
  right: 10px;
}
.password-inner-input-group__show-password-icon-button-suffix:before {
  width: 18px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%220%200%2018%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206.64337C1%206.64337%203.90909%201.64337%209%201.64337C14.0909%201.64337%2017%206.64337%2017%206.64337C17%206.64337%2014.0909%2011.6434%209%2011.6434C3.90909%2011.6434%201%206.64337%201%206.64337Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8.99993%208.64336C10.2049%208.64336%2011.1818%207.66653%2011.1818%206.46154C11.1818%205.25656%2010.2049%204.27972%208.99993%204.27972C7.79495%204.27972%206.81812%205.25656%206.81812%206.46154C6.81812%207.66653%207.79495%208.64336%208.99993%208.64336Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.password-inner-input-group__hide-password-icon-button-suffix {
  top: calc(48px / 2 - (21px + 6px * 2) / 2);
  right: 9px;
}
.password-inner-input-group__hide-password-icon-button-suffix:before {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.5418%2012.1502C11.3421%2012.3344%2011.1012%2012.4822%2010.8336%2012.5847C10.5659%2012.6871%2010.277%2012.7422%209.98407%2012.7467C9.69111%2012.7511%209.40012%2012.7048%209.12844%2012.6105C8.85677%2012.5162%208.60998%2012.3758%208.4028%2012.1978C8.19562%2012.0198%208.03229%2011.8077%207.92255%2011.5742C7.81282%2011.3407%207.75893%2011.0907%207.7641%2010.8389C7.76927%2010.5871%207.83339%2010.3389%207.95264%2010.1089C8.07189%209.87886%208.24382%209.67186%208.45818%209.50021M14.32%2014.5377C13.0768%2015.3521%2011.563%2015.8032%2010%2015.8252C4.90909%2015.8252%202%2010.8252%202%2010.8252C2.90465%209.37639%204.15937%208.11059%205.68%207.11271L14.32%2014.5377ZM8.47273%205.97521C8.97333%205.87451%209.48586%205.82417%2010%205.82521C15.0909%205.82521%2018%2010.8252%2018%2010.8252C17.5585%2011.535%2017.032%2012.2032%2016.4291%2012.8189L8.47273%205.97521Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1.35693%203.34323L18.6437%2017.9435%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.select2 {
  display: inline;
}
.select2:not(.foq-table__group-actions-selector) {
  width: unset !important;
}
.select2-wrapper {
  position: relative;
}
.select2-wrapper.is-invalid .select2 .form-control {
  border-color: #f96261;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.select2-wrapper.is-valid .select2 .form-control {
  border-color: #37a74a;
  background-image: none;
}
.select2-wrapper .form-check {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1000;
}
.select2-wrapper--with-flag .select2 .selection .select2-selection {
  padding-right: 140px;
}
.select2.select2-container--form-control {
  display: block;
}
.select2.select2-container--form-control.select2-container--disabled .select2-selection {
  background-color: #f2f5f6 !important;
}
.select2.select2-container--form-control.select2-container--disabled .select2-selection__rendered {
  color: #73808d !important;
}
.select2.select2-container--focus:not(.select2-container--disabled) .select2-selection.form-control {
  border: 1px solid #3f65f1;
  box-shadow: 0 0 5px rgba(63, 101, 241, 0.5);
}
.select2.select2-container--focus .select2-selection.form-control {
  box-shadow: none;
}
.select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2 .selection {
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.select2 .select2-selection {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border: none;
}
.select2 .select2-selection.form-control {
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #cfd8dc;
  border-radius: 4px !important;
}
.select2 .select2-selection.form-control .select2-selection__arrow {
  margin-right: 19px;
}
.select2 .select2-selection.form-control .select2-selection__arrow b {
  width: 14px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.select2 .select2-selection.form-control .select2-selection__rendered {
  padding-left: 18px !important;
}
.select2 .select2-selection.form-control .select2-selection__placeholder {
  font-size: 16px;
}
.select2 .select2-selection.form-control.is-invalid {
  background: none !important;
  border: 1px solid #f96261 !important;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.select2 .select2-selection.form-control.is-valid {
  border: 1px solid #37a74a;
  background: none;
}
.select2 .select2-selection--multiple.select2-selection {
  min-height: 48px;
  height: unset !important;
  -ms-flex-align: unset;
      align-items: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.select2 .select2-selection--multiple.select2-selection .select2-selection__rendered {
  display: block !important;
  padding: 0px 9px;
}
.select2 .select2-selection--multiple.select2-selection .select2-selection__choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  white-space: normal!important;
  padding: 6px 6px 6px 16px;
  background: #eceff1;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  color: #2e2f31;
  margin-bottom: 7px;
}
.select2 .select2-selection--multiple.select2-selection .select2-selection__choice__remove {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border-radius: 50%;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.select2 .select2-selection--multiple.select2-selection .select2-selection__choice__remove:before {
  width: 8px !important;
  height: 8px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 6px;
}
.select2 .select2-selection--multiple.select2-selection .select2-search {
  margin-top: 5px;
  margin-left: 8px;
}
.select2 .select2-selection--multiple.select2-selection .select2-search .select2-search__field:-ms-input-placeholder {
  color: #73839b;
}
.select2 .select2-selection--multiple.select2-selection .select2-search .select2-search__field::-ms-input-placeholder {
  color: #73839b;
}
.select2 .select2-selection--multiple.select2-selection .select2-search .select2-search__field::placeholder {
  color: #73839b;
}
.select2 .select2-selection__rendered {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 0 !important;
  padding-right: 18px !important;
  font-weight: 400;
  line-height: 1.36 !important;
  font-size: 16px;
  color: #2e2f31 !important;
}
.select2 .select2-selection__placeholder {
  font-weight: normal;
  font-size: 14px;
  color: #73839b !important;
}
.select2 .select2-selection__arrow {
  display: block;
  top: unset !important;
  right: unset !important;
  width: unset !important;
  height: unset !important;
  position: relative !important;
}
.select2 .select2-selection__arrow b {
  width: 14px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%23323232%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  display: block;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  transition: transform 0.3s ease;
}
.select2 .select2-selection__clear {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 14px !important;
  height: 14px !important;
  -ms-flex-order: 1;
      order: 1;
  margin-left: 8px;
  margin-right: -7px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transform: rotate(45deg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.select2-search--inline {
  width: 100%;
}
.select2-search .select2-search__field {
  min-width: 100%;
}
.select2-selection__choice + .select2-search {
  width: auto;
}
.select2-container .select2-dropdown {
  min-width: 46px;
  padding: 8px 0;
  position: relative;
  border: none;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.select2-container .select2-dropdown.tags-dropdown {
  max-width: 300px;
}
.select2-container .select2-dropdown:before {
  content: '';
  width: 22px;
  height: 6px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  position: absolute;
}
.select2-container .select2-dropdown--below {
  top: 11px !important;
}
.select2-container .select2-dropdown--below:before {
  top: -5.4px;
  right: 15.7px;
}
.select2-container .select2-dropdown--above {
  bottom: 11px !important;
}
.select2-container .select2-dropdown--above:before {
  bottom: -5.4px;
  right: 15.7px;
  transform: rotate(180deg);
}
.select2-container .select2-dropdown .select2-search {
  padding: 4px 20px 14px 20px;
}
.select2-container .select2-dropdown .select2-search__field {
  padding: 9px;
  min-width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 4px !important;
}
.select2-container .select2-dropdown .select2-results {
  padding: 10px 0 10px;
}
.select2-container .select2-dropdown .select2-results .scroll-element.scroll-y {
  right: 20px;
}
.select2-container .select2-dropdown .select2-results .scroll-element.scroll-y .scroll-bar {
  min-height: 15px;
}
.select2-container .select2-dropdown .select2-results__option {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: transparent;
  transition: background-color 0.3s ease;
}
.select2-container .select2-dropdown .select2-results__option[role='option'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #3f65f1 !important;
  min-height: 30px;
  padding: 4px 38px 4px 23px;
}
.select2-container .select2-dropdown .select2-results__option[role='alert'] {
  padding: 4px 38px 4px 23px;
}
.select2-container .select2-dropdown .select2-results__option[role='group'] {
  font-size: 14px;
  color: #73839b;
  font-weight: 500;
}
.select2-container .select2-dropdown .select2-results__option[role='group'] .select2-results__group {
  padding: 0 38px 0 23px;
  min-height: 30px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.select2-container .select2-dropdown .select2-results__option[role='group'] .select2-results__option[role='option'] {
  padding-left: 33px;
}
.select2-container .select2-dropdown .select2-results__option:not(:first-child) {
  margin-top: 4px;
}
.select2-container .select2-dropdown .select2-results__option--highlighted {
  background: #f1f5f6;
}
.select2-container .select2-dropdown .select2-results__option[aria-selected='true'] {
  color: #2e2f31 !important;
}
.select2-container .select2-dropdown .select2-results__option[aria-disabled='true'] {
  color: #73808d !important;
}
.select2-container .select2-dropdown .select2-results__option:last-child {
  border-bottom: 0;
}
.select2-container .select2-dropdown .dish-option,
.select2-container .select2-dropdown .item-option {
  margin-left: 14px;
  color: #2e2f31;
  padding-left: 12px;
}
.select2-container .select2-dropdown .dish-category-option,
.select2-container .select2-dropdown .category-option {
  color: #37a74a;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
}
.select2-container .select2-dropdown .select2-results__option[aria-selected="true"] .dish-category-option,
.select2-container .select2-dropdown .select2-results__option[aria-selected="true"] .category-option {
  color: #abefb7 !important;
}
.select2-results__option[aria-disabled='true'] .select2-container .select2-dropdown .dish-option,
.select2-results__option[aria-disabled='true'] .select2-container .select2-dropdown .item-option {
  color: #73808d;
}
.select2 .dish-category-value,
.select2 .category-value {
  color: #37a74a;
  font-weight: 500;
}
.select2-results__options > li > span {
  word-break: break-word;
}
.select-font {
  width: 152px;
  margin-right: 18px;
}
.button-font {
  padding-left: 12px;
  padding-right: 12px;
  color: #ccd3d9;
  cursor: pointer;
}
.button-font.active {
  color: #3a5cdc;
}
.select2-container--limit .select2-dropdown {
  min-width: 46px!important;
  max-width: 300px;
}
.ui-slider {
  height: 6px;
  background: #e8edee;
  border-radius: 7px;
  border: none !important;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  background: #9fb2f8;
  border-radius: 7px;
}
.ui-slider .ui-slider-handle {
  background: #3f65f1;
  border: none;
  border-radius: 50%;
  cursor: grab;
}
.ui-slider .ui-slider-handle.ui-state-active {
  cursor: grabbing;
}
.form-control.ui-slider {
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 0;
}
.slider-input-group .form-control {
  border-radius: 7px !important;
}
.slider-input-group .input-group-text {
  padding-left: 14px;
  padding-right: 0;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
}
.tinymce-wrapper.is-invalid .tox-tinymce {
  border-color: #f96261;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.tinymce-wrapper.is-valid .tox-tinymce {
  border-color: #37a74a;
}
.cke-wrapper.is-invalid .cke {
  border-color: #f96261 !important;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.cke-wrapper.is-valid .cke {
  border-color: #37a74a !important;
}
.editor__variables {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  margin-left: -5px;
}
.editor-variable {
  border: none;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 5px;
  background: #eceff1;
  border-radius: 60px;
  font-size: 13px;
  color: #2e2f31;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.editor-variable:hover {
  background-color: #c6cfd3;
}
.search-form {
  position: relative;
}
.search-form .icon-search {
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.search-form .form-control {
  padding-left: 46px;
}
.search-form__clear {
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.tox .tox-dialog {
  max-width: 550px!important;
}
.ghost-label {
  padding-top: 29px;
}
.ghost-label-2 .fc-label {
  opacity: 0;
}
.ghost-label-2 .fc-check {
  min-height: 48px;
}
.menu-quests {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  margin-bottom: 30px;
}
.menu-quests .swiper-slide {
  height: 48px;
  margin-left: -1px;
  border-left: 1px solid #eceff1;
  border-right: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.menu-quests a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  color: #333;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}
.menu-quests a:hover,
.menu-quests a:focus {
  text-decoration: none;
}
.menu-quests a:hover {
  color: #3f65f1;
}
.menu-quests a .badge {
  width: 22px;
  height: 22px;
  padding: 0;
  margin-left: 10px;
  margin-right: -10px;
  background-color: #3f65f1;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.menu-quests .active a {
  color: #3f65f1;
}
.menu-quests .disabled a,
.menu-quests [disabled] a {
  color: #73808d;
  cursor: not-allowed;
}
@media screen and (max-width: 1199px) {
  .menu-quests {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-quests {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .menu-quests {
    margin-bottom: 12px;
  }
  .menu-quests [data-section="launch"],
  .menu-quests [data-section="questions"],
  .menu-quests [data-section="settings"],
  .menu-quests [data-section="design"] {
    display: none;
  }
}
.modal .modal-dialog {
  max-width: 100%!important;
  width: 333px;
}
.modal .modal-dialog-md {
  width: 460px;
}
.modal .modal-dialog-lg {
  width: 700px;
  max-width: none!important;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 9px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.18);
}
.modal .modal-dialog .modal-content .modal-header {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 38px 30px 11px 30px;
  position: relative;
  border-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header--no-title {
  height: 25px;
  padding: 0;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 15px;
  right: 12px;
  padding: 0;
  margin: 0;
  float: none;
  opacity: 1;
}
.modal .modal-dialog .modal-content .close span {
  display: none;
}
.modal .modal-dialog .modal-content .close:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.94975%2014.9497C4.55922%2014.5592%204.55922%2013.9261%204.94975%2013.5355L13.435%205.05025C13.8256%204.65973%2014.4587%204.65973%2014.8492%205.05025C15.2398%205.44078%2015.2398%206.07394%2014.8492%206.46447L6.36396%2014.9497C5.97344%2015.3403%205.34027%2015.3403%204.94975%2014.9497Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.8492%2014.9497C14.4587%2015.3403%2013.8256%2015.3403%2013.435%2014.9497L4.94975%206.46447C4.55922%206.07394%204.55922%205.44078%204.94975%205.05025C5.34027%204.65973%205.97344%204.65973%206.36396%205.05025L14.8492%2013.5355C15.2398%2013.9261%2015.2398%2014.5592%2014.8492%2014.9497Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 11px 30px 32px 30px;
}
.modal .modal-dialog .modal-content .modal-footer {
  min-height: 75px;
  border-top: none;
  background: #fbfbfb;
  padding: 20px 30px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.modal .modal-dialog .modal-content .modal-title {
  font-weight: 900;
  font-size: 19px;
  line-height: 22.8px;
  color: #2e2f31;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-title .form-error {
  font-weight: normal;
}
.modal .modal-dialog .modal-content .modal-text {
  font-size: 14px;
  line-height: 1.36;
  text-align: center;
  color: #7f7f7f;
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .modal-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.modal .modal-dialog .modal-content .modal-btns .btn {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-btns .btn:not(:first-child) {
  margin-left: 13px;
}
.modal .modal-dialog .modal-content .modal-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.modal .modal-dialog .modal-content .modal-actions > *:not(:first-child) {
  margin-left: 26px;
}
.modal .modal-dialog-400 {
  width: 400px;
}
.modal .modal-dialog-465 {
  width: 465px;
}
.modal .modal-wrapper--right {
  margin-left: 60px;
  width: calc(100% - 60px);
  position: absolute;
  height: 100%;
  right: 0;
  max-width: 1500px;
}
.modal .modal-wrapper--right .modal-actions {
  position: absolute;
  transform: translate(calc(-100% + -16px), 11px);
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-wrapper--right .modal-close {
  width: 33px;
  height: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  box-shadow: none !important;
  border: 2px solid #73808d !important;
}
.modal .modal-wrapper--right .modal-close .icon {
  width: 15px;
  height: 15px;
}
.modal .modal-wrapper--sm {
  max-width: 1000px;
}
.modal .modal-wrapper--lg {
  max-width: calc(100vw - 200px);
}
@media screen and (min-width: 1500px) {
  .modal .modal-wrapper--lg {
    max-width: 1300px;
  }
}
.modal .modal-wrapper--offset {
  right: 28px;
}
.modal .modal-page {
  padding-right: 0;
  background: #fff;
  height: 100%;
  width: 100%;
}
.modal .modal-page__status-line {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: currentColor;
}
.modal .modal-page__header {
  padding: 11px 30px 0px 30px;
}
.modal .modal-page__header-block {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
}
.modal .modal-page .modal-title {
  font-size: 22px;
  font-weight: 900;
}
.modal .modal-page .modal-title .form-error {
  font-weight: normal;
}
.modal .modal-page .modal-title .breadcrumbs .breadcrumbs__item {
  font-weight: 900;
  font-size: 22px;
  color: #73808D !important;
}
.modal .modal-page .modal-title .breadcrumbs .breadcrumbs__item:last-child {
  color: #2E2F31 !important;
}
.modal .modal-page__content {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
  position: relative;
}
.modal .modal-page__body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0px 30px;
  overflow: hidden;
}
.modal .modal-page__full {
  margin-left: -30px;
  margin-right: -30px;
}
.modal .modal-page__actions {
  background: #fbfbfb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px;
}
.modal .modal-page__footer {
  position: relative;
  background: #fbfbfb;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 80px;
  z-index: 2;
}
.modal .modal-page__footer--gradient:before {
  content: '';
  position: absolute;
  top: -30px;
  height: 30px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.modal-with-base-backdrop {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.modal--light {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin: auto;
  }
  .modal .modal-dialog .modal-content {
    border-radius: 0;
  }
}
.service-text {
  font-size: 12px;
  font-weight: normal;
  color: #73808d;
  line-height: 16px;
}
.bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs-1 {
  font-size: 12px;
  line-height: 16px;
}
.lh-16p {
  line-height: 16px;
}
.lh-18p {
  line-height: 18px;
}
.hyphenate {
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.icon {
  display: inline-block;
  vertical-align: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.icon-disabled {
  opacity: 0.5;
}
.icon.icon-lg {
  width: 24px;
  height: 24px;
}
.icon-complaint {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-manual {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2219%22%20viewBox%3D%220%200%2017%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M13.1035%2017.5L15.0353%2014.2803L15.0369%2014.2787L15.0345%2014.2827C15.1169%2014.1467%2015.1649%2013.9867%2015.1649%2013.8155L15.1649%209.32918C15.1643%209.13264%2015.0996%208.94167%2014.9806%208.7852C14.8617%208.62873%2014.695%208.51528%2014.5058%208.46206L9.09141%206.5V2.5C9.09141%200.5%206.09143%200.5%206.09143%202.5V9.70195L4.09144%208.99997C2.59143%208.5%202.09144%207.99997%201.3077%208.65276C1.21791%208.73136%201.14387%208.82785%201.09144%208.93504C1.03901%209.04223%201.00844%209.15879%201.00152%209.27792C0.994591%209.39705%201.01145%209.51636%201.05111%209.62891C1.09076%209.74145%201.15243%209.84498%201.2325%209.93345L7.09143%2017.5H13.1035Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E") !important;
  background-size: auto;
  width: 17px;
  height: 19px;
  background-repeat: no-repeat;
}
.icon-manual--light {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2219%22%20viewBox%3D%220%200%2017%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M13.1035%2017.5L15.0353%2014.2803L15.0369%2014.2787L15.0345%2014.2827C15.1169%2014.1467%2015.1649%2013.9867%2015.1649%2013.8155L15.1649%209.32918C15.1643%209.13264%2015.0996%208.94167%2014.9806%208.7852C14.8617%208.62873%2014.695%208.51528%2014.5058%208.46206L9.09141%206.5V2.5C9.09141%200.5%206.09143%200.5%206.09143%202.5V9.70195L4.09144%208.99997C2.59143%208.5%202.09144%207.99997%201.3077%208.65276C1.21791%208.73136%201.14387%208.82785%201.09144%208.93504C1.03901%209.04223%201.00844%209.15879%201.00152%209.27792C0.994591%209.39705%201.01145%209.51636%201.05111%209.62891C1.09076%209.74145%201.15243%209.84498%201.2325%209.93345L7.09143%2017.5H13.1035Z%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E") !important;
  background-size: auto;
  width: 17px;
  height: 19px;
  background-repeat: no-repeat;
}
.icon-automatic {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%2216%22%20height%3D%2210%22%20rx%3D%223%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%225.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2212.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2213%22%20x2%3D%2211%22%20y2%3D%2213%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%226%22%20x2%3D%229%22%20y2%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%229%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%20%20%20%20") !important;
  background-size: auto;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
}
.icon-automatic--light {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%2216%22%20height%3D%2210%22%20rx%3D%223%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%225.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%23a6b1bc%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2212.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%23a6b1bc%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2213%22%20x2%3D%2211%22%20y2%3D%2213%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%226%22%20x2%3D%229%22%20y2%3D%222%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%229%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23a6b1bc%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%20%20%20%20") !important;
  background-size: auto;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
}
.icon-desktop {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.icon-tablet {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.icon-mobile {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.icon-open-in-new-tab {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%207.66667V11.6667C11%2012.0203%2010.8595%2012.3594%2010.6095%2012.6095C10.3594%2012.8595%2010.0203%2013%209.66667%2013H2.33333C1.97971%2013%201.64057%2012.8595%201.39052%2012.6095C1.14048%2012.3594%201%2012.0203%201%2011.6667V4.33333C1%203.97971%201.14048%203.64057%201.39052%203.39052C1.64057%203.14048%201.97971%203%202.33333%203H6.33333%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6%208L13%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-email {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10%2019C5.029%2019%201%2014.971%201%2010C1%205.029%205.029%201%2010%201C14.971%201%2019%205.029%2019%2010V11.5C19%2012.881%2017.881%2014%2016.5%2014C15.119%2014%2014%2012.881%2014%2011.5V10M14%2010C14%207.791%2012.209%206%2010%206C7.791%206%206%207.791%206%2010C6%2012.209%207.791%2014%2010%2014C12.209%2014%2014%2012.209%2014%2010Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-email--inactive,
.icon-email.icon--inactive {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10%2019C5.029%2019%201%2014.971%201%2010C1%205.029%205.029%201%2010%201C14.971%201%2019%205.029%2019%2010V11.5C19%2012.881%2017.881%2014%2016.5%2014C15.119%2014%2014%2012.881%2014%2011.5V10M14%2010C14%207.791%2012.209%206%2010%206C7.791%206%206%207.791%206%2010C6%2012.209%207.791%2014%2010%2014C12.209%2014%2014%2012.209%2014%2010Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sms {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99951%2011.2535C10.6899%2011.2535%2011.2495%2010.6939%2011.2495%2010.0035C11.2495%209.31319%2010.6899%208.75355%209.99951%208.75355C9.30916%208.75355%208.74951%209.31319%208.74951%2010.0035C8.74951%2010.6939%209.30916%2011.2535%209.99951%2011.2535Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5.99951%2011.2535C6.68987%2011.2535%207.24951%2010.6939%207.24951%2010.0035C7.24951%209.31319%206.68987%208.75355%205.99951%208.75355C5.30916%208.75355%204.74951%209.31319%204.74951%2010.0035C4.74951%2010.6939%205.30916%2011.2535%205.99951%2011.2535Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.9995%2011.2535C14.6899%2011.2535%2015.2495%2010.6939%2015.2495%2010.0035C15.2495%209.31319%2014.6899%208.75355%2013.9995%208.75355C13.3092%208.75355%2012.7495%209.31319%2012.7495%2010.0035C12.7495%2010.6939%2013.3092%2011.2535%2013.9995%2011.2535Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99955%2018.9995C4.94455%2018.9995%200.862546%2014.8315%201.00355%209.74455C1.13355%205.04855%205.04855%201.13355%209.74455%201.00355C14.8315%200.862546%2018.9995%204.94455%2018.9995%209.99955C18.9995%2011.3565%2018.6985%2012.6435%2018.1615%2013.7985L19.3195%2019.3415L13.7865%2018.1665C12.6345%2018.7015%2011.3515%2018.9995%209.99955%2018.9995Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sms--inactive,
.icon-sms.icon--inactive {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99951%2011.2535C10.6899%2011.2535%2011.2495%2010.6939%2011.2495%2010.0035C11.2495%209.31319%2010.6899%208.75355%209.99951%208.75355C9.30916%208.75355%208.74951%209.31319%208.74951%2010.0035C8.74951%2010.6939%209.30916%2011.2535%209.99951%2011.2535Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5.99951%2011.2535C6.68987%2011.2535%207.24951%2010.6939%207.24951%2010.0035C7.24951%209.31319%206.68987%208.75355%205.99951%208.75355C5.30916%208.75355%204.74951%209.31319%204.74951%2010.0035C4.74951%2010.6939%205.30916%2011.2535%205.99951%2011.2535Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.9995%2011.2535C14.6899%2011.2535%2015.2495%2010.6939%2015.2495%2010.0035C15.2495%209.31319%2014.6899%208.75355%2013.9995%208.75355C13.3092%208.75355%2012.7495%209.31319%2012.7495%2010.0035C12.7495%2010.6939%2013.3092%2011.2535%2013.9995%2011.2535Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99955%2018.9995C4.94455%2018.9995%200.862546%2014.8315%201.00355%209.74455C1.13355%205.04855%205.04855%201.13355%209.74455%201.00355C14.8315%200.862546%2018.9995%204.94455%2018.9995%209.99955C18.9995%2011.3565%2018.6985%2012.6435%2018.1615%2013.7985L19.3195%2019.3415L13.7865%2018.1665C12.6345%2018.7015%2011.3515%2018.9995%209.99955%2018.9995Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-telegram {
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.79501%2011.906L7.73001%2013.915C7.37201%2014.263%206.77301%2014.109%206.62801%2013.631L5.25201%209.10099%22%20stroke%3D%22%231588c9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M12.104%205.92699C12.104%205.92699%209.51501%208.26299%208.18701%209.46199C7.79001%209.81999%207.82301%2010.45%208.25301%2010.767L13.631%2014.74C14.16%2015.131%2014.916%2014.844%2015.053%2014.2L17.694%201.75299C17.822%201.15099%2017.231%200.647989%2016.657%200.868989L1.14201%206.85299C0.685014%207.02899%200.707014%207.68199%201.17401%207.82799L5.25101%209.09999%22%20stroke%3D%22%231588c9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-telegram--inactive,
.icon-telegram.icon--inactive {
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.79501%2011.906L7.73001%2013.915C7.37201%2014.263%206.77301%2014.109%206.62801%2013.631L5.25201%209.10099%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M12.104%205.92699C12.104%205.92699%209.51501%208.26299%208.18701%209.46199C7.79001%209.81999%207.82301%2010.45%208.25301%2010.767L13.631%2014.74C14.16%2015.131%2014.916%2014.844%2015.053%2014.2L17.694%201.75299C17.822%201.15099%2017.231%200.647989%2016.657%200.868989L1.14201%206.85299C0.685014%207.02899%200.707014%207.68199%201.17401%207.82799L5.25101%209.09999%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-viber {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.204%203.762C14.558%202.115%2012.369%201.207%2010.037%201.206C5.22999%201.206%201.31899%205.115%201.31799%209.92C1.31599%2011.449%201.71699%2012.952%202.48099%2014.277L1.24399%2018.793L5.86599%2017.581C7.14499%2018.277%208.57699%2018.642%2010.033%2018.642H10.037C14.842%2018.642%2018.753%2014.732%2018.755%209.927C18.756%207.599%2017.85%205.41%2016.204%203.762Z%22%20stroke%3D%22%239151c1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.175%2013.309C14.704%2012.78%2014.568%2011.889%2013.904%2011.543L13.177%2011.164C12.748%2010.94%2012.223%2011.021%2011.881%2011.363C11.519%2011.725%2010.952%2011.799%2010.516%2011.531C10.11%2011.281%209.725%2010.981%209.373%2010.628C9.021%2010.276%208.721%209.891%208.47%209.485C8.201%209.049%208.276%208.482%208.638%208.12C8.98%207.778%209.061%207.253%208.837%206.824L8.458%206.097C8.112%205.433%207.221%205.297%206.692%205.826C5.372%207.146%205.104%209.22%206.115%2010.79C6.506%2011.397%206.967%2011.972%207.499%2012.504C8.031%2013.036%208.606%2013.497%209.213%2013.888C10.781%2014.897%2012.855%2014.629%2014.175%2013.309Z%22%20stroke%3D%22%239151c1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-viber--inactive,
.icon-viber.icon--inactive {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.204%203.762C14.558%202.115%2012.369%201.207%2010.037%201.206C5.22999%201.206%201.31899%205.115%201.31799%209.92C1.31599%2011.449%201.71699%2012.952%202.48099%2014.277L1.24399%2018.793L5.86599%2017.581C7.14499%2018.277%208.57699%2018.642%2010.033%2018.642H10.037C14.842%2018.642%2018.753%2014.732%2018.755%209.927C18.756%207.599%2017.85%205.41%2016.204%203.762Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.175%2013.309C14.704%2012.78%2014.568%2011.889%2013.904%2011.543L13.177%2011.164C12.748%2010.94%2012.223%2011.021%2011.881%2011.363C11.519%2011.725%2010.952%2011.799%2010.516%2011.531C10.11%2011.281%209.725%2010.981%209.373%2010.628C9.021%2010.276%208.721%209.891%208.47%209.485C8.201%209.049%208.276%208.482%208.638%208.12C8.98%207.778%209.061%207.253%208.837%206.824L8.458%206.097C8.112%205.433%207.221%205.297%206.692%205.826C5.372%207.146%205.104%209.22%206.115%2010.79C6.506%2011.397%206.967%2011.972%207.499%2012.504C8.031%2013.036%208.606%2013.497%209.213%2013.888C10.781%2014.897%2012.855%2014.629%2014.175%2013.309Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-push {
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.5378%2017C10.3815%2017.2694%2010.1572%2017.493%209.88731%2017.6485C9.61743%2017.8039%209.31145%2017.8857%209%2017.8857C8.68855%2017.8857%208.38257%2017.8039%208.11268%2017.6485C7.8428%2017.493%207.6185%2017.2694%207.46222%2017M14.3333%206.33333C14.3333%204.91885%2013.7714%203.56229%2012.7712%202.5621C11.771%201.5619%2010.4145%201%209%201C7.58551%201%206.22896%201.5619%205.22876%202.5621C4.22857%203.56229%203.66667%204.91885%203.66667%206.33333C3.66667%2012.5556%201%2014.3333%201%2014.3333H17C17%2014.3333%2014.3333%2012.5556%2014.3333%206.33333Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-push--inactive,
.icon-push.icon--inactive {
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.5378%2017C10.3815%2017.2694%2010.1572%2017.493%209.88731%2017.6485C9.61743%2017.8039%209.31145%2017.8857%209%2017.8857C8.68855%2017.8857%208.38257%2017.8039%208.11268%2017.6485C7.8428%2017.493%207.6185%2017.2694%207.46222%2017M14.3333%206.33333C14.3333%204.91885%2013.7714%203.56229%2012.7712%202.5621C11.771%201.5619%2010.4145%201%209%201C7.58551%201%206.22896%201.5619%205.22876%202.5621C4.22857%203.56229%203.66667%204.91885%203.66667%206.33333C3.66667%2012.5556%201%2014.3333%201%2014.3333H17C17%2014.3333%2014.3333%2012.5556%2014.3333%206.33333Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-repeat {
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M15.249%205.615C17.665%208.721%2017.452%2013.209%2014.598%2016.063C12.249%2018.412%208.79401%2018.971%205.91201%2017.751M12.088%203.179C9.20701%201.959%205.75101%202.519%203.40201%204.867C0.548006%207.721%200.335006%2012.209%202.75101%2015.315M12.239%203.027L10.731%204.536L12.499%202.768L10.731%201M7.26901%2019.93L5.50101%2018.162L7.26901%2016.394M6.00001%2010.465L8.25001%2012.715L12%208.965%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-repeat--inactive,
.icon-repeat.icon--inactive {
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M15.249%205.615C17.665%208.721%2017.452%2013.209%2014.598%2016.063C12.249%2018.412%208.79401%2018.971%205.91201%2017.751M12.088%203.179C9.20701%201.959%205.75101%202.519%203.40201%204.867C0.548006%207.721%200.335006%2012.209%202.75101%2015.315M12.239%203.027L10.731%204.536L12.499%202.768L10.731%201M7.26901%2019.93L5.50101%2018.162L7.26901%2016.394M6.00001%2010.465L8.25001%2012.715L12%208.965%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-foquz-logo-lg {
  width: 94px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2294%22%20height%3D%2221%22%20viewBox%3D%220%200%2094%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.4078%204.00251C11.3437%204.26867%2011.1055%204.45623%2010.8318%204.45623H4.44205V8.3984H10.3772L9.42721%2012.2056H4.44205V19.6309H0V0.514063H11.4962C11.8796%200.514063%2012.1621%200.872683%2012.0722%201.24543L11.4078%204.00251ZM33.3119%209.99042C33.3119%2016.0387%2029.0012%2020.1429%2023.1661%2020.1429C17.3573%2020.1429%2013.0466%2016.0387%2013.0466%209.99042C13.0466%203.86116%2017.3573%200%2023.1661%200C29.0012%200%2033.3119%203.86116%2033.3119%209.99042ZM28.5019%209.99065C28.5019%206.6425%2026.3203%204.1584%2023.1662%204.1584C20.0121%204.1584%2017.8568%206.6425%2017.8568%209.99065C17.8568%2013.4468%2020.0384%2015.9309%2023.1662%2015.9309C26.2941%2015.9309%2028.5019%2013.4468%2028.5019%209.99065ZM57.2473%2019.0373C57.2473%2019.3645%2056.982%2019.6298%2056.6547%2019.6298H45.9187C40.0047%2019.6298%2035.9832%2016.0927%2035.9832%209.82842C35.9832%204.02317%2040.3201%200%2046.0764%200C51.859%200%2056.0907%203.99617%2056.0907%209.74742C56.0907%2012.6635%2054.6714%2014.9046%2053.3309%2015.9577V16.0387L56.6425%2015.9702C56.9744%2015.9633%2057.2473%2016.2306%2057.2473%2016.5626V19.0373ZM51.3335%209.88318C51.3335%206.56204%2049.1782%204.18594%2046.0766%204.18594C43.0802%204.18594%2040.8198%206.56204%2040.8198%209.88318C40.8198%2013.3123%2042.9751%2015.6884%2046.0504%2015.6884C49.0993%2015.6884%2051.3335%2013.3123%2051.3335%209.88318ZM75.9255%2012.4216C75.9255%2017.0118%2072.7714%2020.1439%2067.9088%2020.1439C63.0199%2020.1439%2059.9709%2017.0118%2059.9709%2012.4216V1.1066C59.9709%200.779352%2060.2362%200.514063%2060.5634%200.514063H63.8467C64.1739%200.514063%2064.4392%200.779352%2064.4392%201.1066V12.0436C64.4392%2014.0956%2065.4118%2015.9857%2067.9351%2015.9857C70.4846%2015.9857%2071.4309%2014.0956%2071.4309%2012.0436V1.1066C71.4309%200.779352%2071.6962%200.514063%2072.0234%200.514063H75.3329C75.6602%200.514063%2075.9255%200.779352%2075.9255%201.1066V12.4216ZM93.9998%2019.0383C93.9998%2019.3656%2093.7345%2019.6309%2093.4073%2019.6309H79.9257C79.5984%2019.6309%2079.3332%2019.3656%2079.3332%2019.0383V15.8406C79.3332%2015.7073%2079.3781%2015.5778%2079.4608%2015.4732L87.4321%205.38922C87.7392%205.00071%2087.4625%204.42923%2086.9673%204.42923H80.136C79.8087%204.42923%2079.5434%204.16394%2079.5434%203.83669V1.1066C79.5434%200.779351%2079.8087%200.514063%2080.136%200.514063H93.2233C93.5505%200.514063%2093.8158%200.779352%2093.8158%201.1066V4.0066C93.8158%204.1404%2093.7705%204.27025%2093.6873%204.37504L85.5107%2014.6737C85.2024%2015.062%2085.4789%2015.6347%2085.9748%2015.6347H93.4073C93.7345%2015.6347%2093.9998%2015.9%2093.9998%2016.2272V19.0383Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-foquz-logo {
  width: 57px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2257%22%20height%3D%2213%22%20viewBox%3D%220%200%2057%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.92686%202.81231C6.86359%203.07959%206.62493%203.26835%206.35026%203.26835H2.68089V5.69027H6.26292L5.68955%208.02924H2.68089V12.5911H0V0.846432H6.64307C7.02551%200.846432%207.30778%201.20333%207.21968%201.57548L6.92686%202.81231ZM20.1043%206.66899C20.1043%2010.3848%2017.5027%2012.9063%2013.9811%2012.9063C10.4753%2012.9063%207.87375%2010.3848%207.87375%206.66899C7.87375%202.9034%2010.4753%200.53125%2013.9811%200.53125C17.5027%200.53125%2020.1043%202.9034%2020.1043%206.66899ZM17.2013%206.66898C17.2013%204.61201%2015.8847%203.08587%2013.9811%203.08587C12.0775%203.08587%2010.7767%204.61201%2010.7767%206.66898C10.7767%208.79231%2012.0934%2010.3184%2013.9811%2010.3184C15.8688%2010.3184%2017.2013%208.79231%2017.2013%206.66898ZM34.55%2011.9985C34.55%2012.3258%2034.2847%2012.5911%2033.9575%2012.5911H27.713C24.1437%2012.5911%2021.7167%2010.418%2021.7167%206.56945C21.7167%203.00293%2024.3341%200.53125%2027.8082%200.53125C31.2981%200.53125%2033.852%202.98634%2033.852%206.51969C33.852%208.31124%2032.9954%209.68809%2032.1864%2010.335V10.3848L33.945%2010.3478C34.2771%2010.3408%2034.55%2010.6081%2034.55%2010.9402V11.9985ZM30.9808%206.60263C30.9808%204.56225%2029.68%203.10246%2027.8082%203.10246C25.9998%203.10246%2024.6355%204.56225%2024.6355%206.60263C24.6355%208.70937%2025.9363%2010.1692%2027.7923%2010.1692C29.6324%2010.1692%2030.9808%208.70937%2030.9808%206.60263ZM45.8231%208.16195C45.8231%2010.982%2043.9195%2012.9063%2040.9848%2012.9063C38.0343%2012.9063%2036.1941%2010.982%2036.1941%208.16195V1.43897C36.1941%201.11172%2036.4594%200.846432%2036.7867%200.846432H38.2983C38.6256%200.846432%2038.8909%201.11172%2038.8909%201.43897V7.92971C38.8909%209.19043%2039.4778%2010.3516%2041.0007%2010.3516C42.5394%2010.3516%2043.1105%209.19043%2043.1105%207.92971V1.43897C43.1105%201.11172%2043.3758%200.846432%2043.703%200.846432H45.2306C45.5578%200.846432%2045.8231%201.11172%2045.8231%201.43897V8.16195ZM56.7313%2011.9985C56.7313%2012.3258%2056.466%2012.5911%2056.1388%2012.5911H48.4722C48.1449%2012.5911%2047.8796%2012.3258%2047.8796%2011.9985V10.339C47.8796%2010.2074%2047.9235%2010.0796%2048.0042%209.9756L52.4832%204.20772C52.7855%203.81844%2052.5081%203.25176%2052.0152%203.25176H48.5991C48.2718%203.25176%2048.0065%202.98647%2048.0065%202.65922V1.43897C48.0065%201.11172%2048.2718%200.846432%2048.5991%200.846432H56.0277C56.355%200.846432%2056.6203%201.11172%2056.6203%201.43897V2.9153C56.6203%203.04734%2056.5762%203.1756%2056.495%203.27972L51.8938%209.17902C51.5904%209.56812%2051.8676%2010.136%2052.3611%2010.136H56.1388C56.466%2010.136%2056.7313%2010.4013%2056.7313%2010.7285V11.9985Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-surveys {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%203.99219H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2011.9949H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2019.9818H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999756%2019.4911L2.67029%2020.9609L6.03101%2017.9922%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%205.99219C4.10433%205.99219%204.99976%205.09676%204.99976%203.99219C4.99976%202.88762%204.10433%201.99219%202.99976%201.99219C1.89519%201.99219%200.999756%202.88762%200.999756%203.99219C0.999756%205.09676%201.89519%205.99219%202.99976%205.99219Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%2013.9922C4.10433%2013.9922%204.99976%2013.0968%204.99976%2011.9922C4.99976%2010.8876%204.10433%209.99219%202.99976%209.99219C1.89519%209.99219%200.999756%2010.8876%200.999756%2011.9922C0.999756%2013.0968%201.89519%2013.9922%202.99976%2013.9922Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-reports {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.5651%200.992188L7.45328%201.0009C6.80753%201.0009%206.18822%201.25103%205.73161%201.69626C5.275%202.14149%205.01847%202.74535%205.01847%203.375V6.97656L2.437%207C1.79343%207.00686%201.17821%207.25919%200.723111%207.70294C0.268013%208.14669%200.00923142%208.74658%200.00219727%209.3741V15.9664C0.00933204%2016.7734%200.343109%2017.545%200.930862%2018.1131C1.51862%2018.6813%202.31275%2019%203.14039%2019H19.2936C20.2766%2019%2021.2193%2018.6193%2021.9144%2017.9415C22.6094%2017.2638%2022.9999%2016.3446%2022.9999%2015.3861V3.36629C22.9999%202.73664%2022.7434%202.13278%2022.2868%201.68755C21.8302%201.24232%2021.2109%200.992188%2020.5651%200.992188ZM5.01847%2015.7197C4.96956%2016.0742%204.79042%2016.3993%204.5143%2016.6348C4.23818%2016.8702%203.88383%2017%203.51702%2017C3.15021%2017%202.79585%2016.8702%202.51973%2016.6348C2.24361%2016.3993%202.06446%2016.0742%202.01556%2015.7197L1.99194%209.76793C1.99871%209.56014%202.08639%209.36266%202.23716%209.21566C2.38792%209.06866%202.59044%208.98316%202.80354%208.97656H5.01847V15.7197ZM20.9815%2014.9688C20.9745%2015.5054%2020.7527%2016.0181%2020.3636%2016.3975C19.9744%2016.777%2019.4487%2016.9932%2018.8984%2017H6.62493C6.8735%2016.5548%207.00371%2016.056%207.00367%2015.5492L6.99993%203.78125C7.0067%203.57346%207.09438%203.37599%207.24514%203.22898C7.3959%203.08198%207.59842%202.99648%207.81153%202.98988H20.196C20.4091%202.99648%2020.6116%203.08198%2020.7624%203.22898C20.9131%203.37599%2021.0008%203.57346%2021.0076%203.78125L20.9815%2014.9688Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%224.99219%22%20width%3D%225.96875%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%229.00464%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%2213.017%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-clients {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2222%22%20height%3D%2222%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23C4C4C4%22/%3E%0A%09%09%3C/mask%3E%0A%09%09%3Cg%20mask%3D%22url%28%23mask0%29%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2013C14.2223%2013%2016.0132%2011.2091%2016.0132%209C16.0132%206.79086%2014.2223%205%2012.0132%205C9.80404%205%208.01318%206.79086%208.01318%209C8.01318%2011.2091%209.80404%2013%2012.0132%2013ZM12.0132%2011C13.1178%2011%2014.0132%2010.1046%2014.0132%209C14.0132%207.89543%2013.1178%207%2012.0132%207C10.9086%207%2010.0132%207.89543%2010.0132%209C10.0132%2010.1046%2010.9086%2011%2012.0132%2011Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2036C18.0883%2036%2023.0132%2031.0751%2023.0132%2025C23.0132%2018.9249%2018.0883%2014%2012.0132%2014C5.93805%2014%201.01318%2018.9249%201.01318%2025C1.01318%2031.0751%205.93805%2036%2012.0132%2036ZM12.0132%2034C16.9837%2034%2021.0132%2029.9706%2021.0132%2025C21.0132%2020.0294%2016.9837%2016%2012.0132%2016C7.04262%2016%203.01318%2020.0294%203.01318%2025C3.01318%2029.9706%207.04262%2034%2012.0132%2034Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-contact-points {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2210%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%2221%22%20x2%3D%2213%22%20y2%3D%2225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%2213%22%20x2%3D%225%22%20y2%3D%2213%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2221%22%20y1%3D%2213%22%20x2%3D%2225%22%20y2%3D%2213%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-settings {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-projects {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20viewBox%3D%220%200%2022%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.56525%208.09752C1.06994%207.80399%201.03101%207.55252%201.03101%207.49219C1.03101%207.43185%201.06994%207.18038%201.56525%206.88686L9.03633%202.45956C9.52951%202.1673%2010.2377%201.99219%2010.9998%201.99219C11.7618%201.99219%2012.47%202.1673%2012.9632%202.45956L20.4343%206.88686C20.9296%207.18038%2020.9685%207.43185%2020.9685%207.49219C20.9685%207.55252%2020.9296%207.80399%2020.4343%208.09752L12.9632%2012.5248C12.47%2012.8171%2011.7618%2012.9922%2010.9998%2012.9922C10.2377%2012.9922%209.52951%2012.8171%209.03632%2012.5248L1.56525%208.09752Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2011.3921C0.749065%2011.5012%200.892544%2011.6049%201.05545%2011.7015L8.52652%2016.1288C8.6034%2016.1743%208.68298%2016.2173%208.76493%2016.2577L9.54613%2016.7207C9.84953%2016.9005%2010.3709%2017.0483%2010.9998%2017.0483C11.6286%2017.0483%2012.15%2016.9005%2012.4534%2016.7207L13.2346%2016.2577C13.3165%2016.2173%2013.3961%2016.1743%2013.473%2016.1288L20.9441%2011.7015C21.107%2011.6049%2021.2504%2011.5012%2021.3745%2011.3921C22.2906%2012.198%2022.1471%2013.3011%2020.9441%2014.014L13.473%2018.4413C12.1071%2019.2507%209.89245%2019.2507%208.52652%2018.4413L1.05545%2014.014C-0.147568%2013.3011%20-0.291047%2012.198%200.625016%2011.3921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2016.3921C0.749065%2016.5012%200.892544%2016.6049%201.05545%2016.7015L8.52652%2021.1288C8.6034%2021.1743%208.68298%2021.2173%208.76493%2021.2577L9.54613%2021.7207C9.84953%2021.9005%2010.3709%2022.0483%2010.9998%2022.0483C11.6286%2022.0483%2012.15%2021.9005%2012.4534%2021.7207L13.2346%2021.2577C13.3165%2021.2173%2013.3961%2021.1743%2013.473%2021.1288L20.9441%2016.7015C21.107%2016.6049%2021.2504%2016.5012%2021.3745%2016.3921C22.2906%2017.198%2022.1471%2018.3011%2020.9441%2019.014L13.473%2023.4413C12.1071%2024.2507%209.89245%2024.2507%208.52652%2023.4413L1.05545%2019.014C-0.147568%2018.3011%20-0.291047%2017.198%200.625016%2016.3921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-projects-na {
  width: 28px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.993%202.702c.005.1.007.202.007.305.907%200%201.449.366%201.735.987l2.812-1.666c.304-.18.825-.328%201.454-.328s1.15.148%201.454.328l7.04%204.172-7.04%204.172c-.304.18-.825.328-1.454.328s-1.15-.148-1.454-.328L13%209.162v1.845c0%20.152-.015.304-.044.454l1.572.932c1.366.81%203.58.81%204.946%200l7.471-4.427c1.366-.81%201.366-2.122%200-2.932L19.475.607c-1.367-.81-3.581-.81-4.947%200l-3.535%202.095z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.72%2014.007H10c.576%200%201.153-.221%201.644-.58l2.884%201.71c.077.045.156.088.238.129l.781.463c.304.18.825.327%201.454.327s1.15-.148%201.454-.328l.78-.462a3.59%203.59%200%2000.24-.13l7.47-4.427c.163-.096.307-.2.43-.31.917.807.773%201.91-.43%202.623l-7.47%204.427c-1.367.81-3.581.81-4.947%200L8.72%2014.007zM7.057%2015.71a2.856%202.856%200%2001-.43-.31c-.917.807-.773%201.91.43%202.623l7.47%204.427c1.367.81%203.581.81%204.947%200l7.471-4.427c1.203-.713%201.347-1.816.43-2.622-.123.109-.267.213-.43.31l-7.47%204.427a3.59%203.59%200%2001-.24.129l-.78.463c-.304.18-.825.327-1.454.327s-1.15-.148-1.454-.328l-.78-.462a3.592%203.592%200%2001-.24-.13l-7.47-4.427z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20d%3D%22M9%205.507H2a1%201%200%2000-1%201v3.5a1%201%200%20001%201h7a1%201%200%20001-1v-3.5a1%201%200%2000-1-1zM3%205.507v-2a2.5%202.5%200%20115%200v2%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-payment {
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.60168%200.992188C1.62446%200.992188%200.0292969%202.58789%200.0292969%204.56099C0.0292969%204.57996%200.0294453%204.5989%200.0295934%204.6178C0.0298888%204.6555%200.0301832%204.69306%200.0292969%204.73047V18.3875C0.0292969%2020.3552%201.62435%2021.9511%203.59509%2021.956L17.8526%2021.9922C19.8245%2021.9972%2020.9998%2020.4056%2020.9998%2018.4349V4.99219H3.13686C2.48054%204.99219%202.03857%204.67935%202.03857%204.02344C2.03857%203.3637%202.47694%203.00197%203.14044%203.00197H19.0266V0.992188H3.60168ZM3.22252%2019.9863C2.5457%2019.9844%201.99982%2019.4005%201.99982%2018.6827L1.99982%206.77344C2.3813%206.91788%202.79182%206.99651%203.21943%206.99651H19.046V18.7346C19.046%2019.4502%2018.503%2020.0277%2017.8295%2020.0258L3.22252%2019.9863Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M20.3413%209.99121H16.652C14.6804%209.99121%2013.0806%2011.5532%2013.0806%2013.4761C13.0806%2015.3995%2014.6832%2016.9609%2016.652%2016.9609H20.3413V15.0078H16.406C15.7499%2015.0078%2015.031%2014.5225%2015.031%2013.4761C15.031%2012.4297%2015.7482%2011.9922%2016.406%2011.9922H20.3413V9.99121Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-payment-na {
  width: 27px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2223%22%20viewBox%3D%220%200%2027%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.914%202c.056.315.086.65.086%201.007.915%200%201.458.372%201.742%201.003h12.255V2H10.914zM13%206v2.004h12.017v11.738c0%20.716-.543%201.293-1.217%201.292l-14.607-.04c-.677-.002-1.222-.586-1.222-1.303v-5.684H6v5.388a3.572%203.572%200%20003.566%203.569L23.823%2023c1.972.005%203.148-1.587%203.148-3.557V6H13z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20d%3D%22M26.312%2010.999h-3.69c-1.97%200-3.57%201.562-3.57%203.485%200%201.923%201.602%203.485%203.57%203.485h3.69v-1.953h-3.935c-.656%200-1.375-.486-1.375-1.532S21.719%2013%2022.377%2013h3.935v-2.001z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%206.507a2%202%200%20012-2h7a2%202%200%20012%202v3.5a2%202%200%2001-2%202H2a2%202%200%2001-2-2v-3.5zm9%200H2v3.5h7v-3.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.5%202.007a1.5%201.5%200%2000-1.5%201.5v2a1%201%200%2011-2%200v-2a3.5%203.5%200%20017%200v2a1%201%200%2011-2%200v-2a1.5%201.5%200%2000-1.5-1.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-help {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4.223%204.223L8.887%208.887M15.113%2015.113L19.777%2019.777M19.777%204.223L15.113%208.887L18.996%205.004M4.223%2019.777L8.887%2015.113M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.92487%2023%201%2018.0751%201%2012C1%205.92487%205.92487%201%2012%201C18.0751%201%2023%205.92487%2023%2012ZM16.4%2012C16.4%2014.4301%2014.4301%2016.4%2012%2016.4C9.56995%2016.4%207.6%2014.4301%207.6%2012C7.6%209.56995%209.56995%207.6%2012%207.6C14.4301%207.6%2016.4%209.56995%2016.4%2012Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-help-na {
  width: 28px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2225%22%20viewBox%3D%220%200%2028%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.91%201.98c.06.32.09.663.09%201.027.91%200%201.452.368%201.738.993h13.294v13.002h-5.031v2.967l-3.753-2.967H8.001v-2.995h-2v2.642a2.442%202.442%200%20002.438%202.443h7.917l5.761%204.7c.52.42.947.22.947-.453v-4.247h2.498a2.44%202.44%200%20002.439-2.443V4.423a2.442%202.442%200%2000-2.439-2.443H10.912zm.091%2011.814V14h5v-2h-3.21A3.464%203.464%200%200111%2013.794zM13%209h10.001V7H13v2zm10.001%205h-4v-2h4v2z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%206.507a2%202%200%20012-2h7a2%202%200%20012%202v3.5a2%202%200%2001-2%202H2a2%202%200%2001-2-2v-3.5zm9%200H2v3.5h7v-3.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.5%202.007a1.5%201.5%200%2000-1.5%201.5v2a1%201%200%2011-2%200v-2a3.5%203.5%200%20017%200v2a1%201%200%2011-2%200v-2a1.5%201.5%200%2000-1.5-1.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating-1 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4714C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Cline%20x1%3D%225.21268%22%20y1%3D%227.27239%22%20x2%3D%229.09325%22%20y2%3D%228.24254%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%22-1%22%20x2%3D%225%22%20y2%3D%22-1%22%20transform%3D%22matrix%28-0.970142%200.242536%200.242536%200.970142%2018%208%29%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating-2 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23f97f46%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4715C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating-3 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23f4a224%22/%3E%0A%09%09%09%3Crect%20x%3D%227%22%20y%3D%2214%22%20width%3D%228%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating-4 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23aab540%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating-5 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%233ece67%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.07325%208.55376C8.84282%208.31991%208.56859%208.13374%208.26621%208.00587C7.96383%207.878%207.63923%207.81094%207.31093%207.80852C6.98263%207.8061%206.65708%207.86836%206.35284%207.99176C6.04861%208.11516%205.77166%208.29727%205.53781%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.4723%208.55376C16.2419%208.31991%2015.9676%208.13374%2015.6653%208.00587C15.3629%207.878%2015.0383%207.81094%2014.71%207.80852C14.3817%207.8061%2014.0561%207.86836%2013.7519%207.99176C13.4477%208.11516%2013.1707%208.29727%2012.9369%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-settings-md {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.31945%200.992188C7.23383%200.992188%206.34703%201.88571%206.34703%202.98792V3.5737C5.66105%203.85497%205.02297%204.23102%204.44861%204.68582L3.94741%204.39271C3.00616%203.84226%201.7983%204.16877%201.25363%205.12435L0.264329%206.86002C-0.278483%207.81235%200.0424162%209.03724%200.985228%209.5886L1.4863%209.88163C1.43653%2010.2446%201.41081%2010.6153%201.41081%2010.9922C1.41081%2011.369%201.43653%2011.7398%201.4863%2012.1027L0.985228%2012.3958C0.0442342%2012.9461%20-0.280341%2014.1688%200.264329%2015.1244L1.25363%2016.86C1.79644%2017.8123%203.00435%2018.1432%203.94741%2017.5917L4.44861%2017.2986C5.02297%2017.7534%205.66105%2018.1294%206.34703%2018.4107V18.9965C6.34703%2020.0965%207.23011%2020.9922%208.31945%2020.9922H10.2981C11.3837%2020.9922%2012.2705%2020.0987%2012.2705%2018.9965V18.4107C12.9565%2018.1294%2013.5945%2017.7534%2014.1689%2017.2986L14.6701%2017.5917C15.6113%2018.1421%2016.8192%2017.8156%2017.3639%2016.86L18.3532%2015.1244C18.896%2014.172%2018.5751%2012.9471%2017.6323%2012.3958L17.1312%2012.1027C17.181%2011.7398%2017.2067%2011.369%2017.2067%2010.9922C17.2067%2010.6153%2017.181%2010.2446%2017.1312%209.88163L17.6323%209.5886C18.5733%209.0383%2018.8979%207.81561%2018.3532%206.86002L17.3639%205.12435C16.8211%204.17203%2015.6132%203.8412%2014.6701%204.39271L14.1689%204.68582C13.5945%204.23102%2012.9565%203.85497%2012.2705%203.5737V2.98792C12.2705%201.88783%2011.3874%200.992188%2010.2981%200.992188H8.31945ZM8.05255%202.64723V4.66L6.88365%205.18763C6.34678%205.40584%205.84285%205.69893%205.38605%206.0575L4.47698%206.72827L2.73809%205.72018L1.50392%207.88441L3.2397%208.89069L3.04726%2010.1207C3.00762%2010.4073%202.98757%2010.6981%202.98757%2010.9922C2.98757%2011.2862%203.00762%2011.5771%203.04726%2011.8636L3.14112%2013.0807L1.40534%2014.087L2.6333%2016.1776L4.3722%2015.1695L5.38605%2015.9268C5.84285%2016.2854%206.34678%2016.5785%206.88365%2016.7967L8.02662%2017.3243V19.3371H10.5666V17.3243L11.5575%2016.7967C12.0944%2016.5785%2012.5983%2016.2854%2013.0551%2015.9268L14.0372%2015.1695L15.7761%2016.1776L16.9373%2014.087L15.2015%2013.0807L15.3939%2011.8636C15.4335%2011.5771%2015.4536%2011.2862%2015.4536%2010.9922C15.4536%2010.6981%2015.4335%2010.4073%2015.3939%2010.1207L15.2707%208.89069L17.0065%207.88441L15.7031%205.72018L13.9642%206.72827L13.0551%206.0575C12.5983%205.69893%2012.0944%205.40584%2011.5575%205.18763L10.5536%204.65998V2.6472L8.05255%202.64723ZM15.7454%206.16784L15.7478%206.16643L15.7462%206.16741C15.7458%206.16773%2015.7455%206.16789%2015.7454%206.16784ZM1.77639%207.91381L1.77365%207.91222L1.77533%207.91314L1.77639%207.91381ZM2.78569%2015.9807C2.78503%2015.9795%202.78489%2015.979%202.78465%2015.9789L2.78569%2015.9807Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.50781%2010.9922C5.50781%2013.0672%207.18995%2014.7493%209.26498%2014.7493C11.34%2014.7493%2013.0222%2013.0672%2013.0222%2010.9922C13.0222%208.91713%2011.34%207.23499%209.26498%207.23499C7.18995%207.23499%205.50781%208.91713%205.50781%2010.9922ZM11.3207%2010.9921C11.3207%2012.1275%2010.4003%2013.0479%209.26491%2013.0479C8.12953%2013.0479%207.20913%2012.1275%207.20913%2010.9921C7.20913%209.85674%208.12953%208.93634%209.26491%208.93634C10.4003%208.93634%2011.3207%209.85674%2011.3207%2010.9921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns--active {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-list {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-list--active {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sorting {
  width: 8px !important;
  height: 5px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  transition: transform 200ms;
}
.icon-sorting--active {
  width: 8px !important;
  height: 5px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.icon-sorting--desc {
  transform: rotate(-180deg);
}
.icon-sorting--default {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-filtering {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-filtering--active {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-link-insta {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.132%202.422a3.5%203.5%200%2000-3.5%203.5v9a3.5%203.5%200%20003.5%203.5h9a3.5%203.5%200%20003.5-3.5v-9a3.5%203.5%200%2000-3.5-3.5h-9zm-5.5%203.5a5.5%205.5%200%20015.5-5.5h9a5.5%205.5%200%20015.5%205.5v9a5.5%205.5%200%2001-5.5%205.5h-9a5.5%205.5%200%2001-5.5-5.5v-9zm13.95-.45a1%201%200%20011-1h.01a1%201%200%20110%202h-.01a1%201%200%2001-1-1zm-3.53%202.34a2.6%202.6%200%2010-.762%205.143%202.6%202.6%200%2000.762-5.144zM8.552%206.3a4.6%204.6%200%20114.238%208.166A4.6%204.6%200%20018.552%206.3z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-link-fb {
  width: 13px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.993%202.033A5.5%205.5%200%20018.882.422h2.7a1%201%200%20011%201v3.6a1%201%200%2001-1%201h-2.6v1.6h2.6a1%201%200%2001.97%201.242l-.9%203.6a1%201%200%2001-.97.758h-1.7v6.2a1%201%200%2001-1%201h-3.6a1%201%200%2001-1-1v-6.2h-1.7a1%201%200%2001-1-1v-3.6a1%201%200%20011-1h1.7v-1.7a5.5%205.5%200%20011.61-3.89zm3.889.389a3.5%203.5%200%2000-3.5%203.5v2.7a1%201%200%2001-1%201h-1.7v1.6h1.7a1%201%200%20011%201v6.2h1.6v-6.2a1%201%200%20011-1h1.92l.4-1.6h-2.32a1%201%200%2001-1-1v-2.7a1.9%201.9%200%20011.9-1.9h1.7v-1.6h-1.7z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-link-vk {
  width: 25.57px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225.57%22%20height%3D%2218%22%20viewBox%3D%220%200%2023%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M.953%201.419c.377-.393.887-.497%201.336-.497H4.5c.436%200%20.907.1%201.303.462.345.315.52.734.636%201.061l.004.011C6.957%203.96%207.649%205.365%208.29%206.38c.091.144.18.278.266.402V4.614c-.033-.52-.172-.738-.276-.88a4.282%204.282%200%2000-.122-.154l-.006-.008c-.044-.055-.11-.137-.171-.225a1.592%201.592%200%2001-.303-.919c0-.8.663-1.506%201.563-1.506h3.472c.413%200%20.938.12%201.293.605.296.404.33.885.33%201.209v3.232c.567-.723%201.068-1.567%201.453-2.295a21.32%2021.32%200%2000.71-1.481l.009-.02.002-.004.003-.007c.112-.267.302-.592.64-.847.349-.265.774-.392%201.242-.392h2.208c.462%200%201.079.116%201.457.66.35.503.275%201.063.18%201.401-.11.472-.39%201.048-.672%201.567a29.98%2029.98%200%2001-1.046%201.747%2057.005%2057.005%200%2001-1.338%201.996l.159.162.19.195c.294.302.684.706%201.085%201.15.4.44.821.931%201.175%201.407.337.451.68.977.839%201.472l.003.011.004.011c.144.488.164%201.126-.28%201.64-.412.476-1.004.58-1.444.58h-2.21c-.358%200-.692-.074-1.011-.242a3.083%203.083%200%2001-.742-.574%2015.792%2015.792%200%2001-.53-.571l-.127-.141c-.24-.267-.522-.574-.877-.929-.497-.478-.849-.757-1.087-.92v.031l.003.474c.003.292.006.64.006%201.014%200%20.358-.053%201.027-.706%201.464-.494.331-1.17.395-1.873.395-2.737%200-5.588-1.644-7.556-4.466-1.413-1.98-2.322-3.731-2.88-5.08a14.57%2014.57%200%2001-.599-1.712C.61%203.233.532%202.834.532%202.548c0-.268.047-.74.42-1.129zm12.9%209.905a.081.081%200%2001-.016.002s.005-.002.017-.002zm7.419-8.588l-.951-.282c0%20.02.004.047.012.079l.939.203zm-1.123.186H18.362l-.005.011v.003l-.002.004-.012.027-.042.099a23.282%2023.282%200%2001-.744%201.543c-.495.935-1.218%202.147-2.092%203.125l-.019.02-.02.02c-.457.457-.978.972-1.738.972-.98%200-1.352-.956-1.352-1.634v-4.19H10.13c.214.389.386.896.425%201.607l.002.028v3.282c0%20.347-.018.8-.223%201.171a1.27%201.27%200%2001-.59.552%201.43%201.43%200%2001-.596.121c-.379%200-.687-.163-.878-.289a3.434%203.434%200%2001-.58-.5c-.356-.372-.728-.874-1.09-1.446-.726-1.149-1.484-2.693-2.048-4.337a2.404%202.404%200%2000-.075-.19H2.6c.016.066.034.138.056.216.1.37.266.868.516%201.473.501%201.21%201.337%202.83%202.664%204.688l.007.01c1.683%202.417%203.976%203.614%205.918%203.614.258%200%20.445-.012.578-.03%200-.305-.003-.56-.005-.79l-.003-.521c-.001-.363.003-.703.044-.977.04-.264.148-.721.58-1.024.367-.258.785-.258.953-.258h.01c.75%200%201.565.428%202.894%201.708l.007.007.006.006a26.382%2026.382%200%20011.101%201.172c.183.204.318.354.442.478.15.15.222.198.254.215h.002c.01.006.024.014.082.014h1.838a6.59%206.59%200%2000-.355-.52c-.3-.403-.675-.842-1.053-1.26-.377-.416-.747-.8-1.035-1.096l-.183-.187-.177-.182a9.79%209.79%200%2001-.125-.13l-.003-.003a1.753%201.753%200%2001-.113-.132c-.222-.286-.454-.686-.413-1.197.032-.405.241-.738.339-.893l.018-.028.06-.099.023-.022.065-.093a54.726%2054.726%200%20001.245-1.86%2028.03%2028.03%200%2000.974-1.625c.146-.27.257-.494.336-.673zm-2.665%204.313zm-3.145-.08v-.002z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-quick-open {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.5%2021c5.523%200%2010-4.477%2010-10s-4.477-10-10-10-10%204.477-10%2010%204.477%2010%2010%2010z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M15.74%206.76l-2.12%206.36-6.36%202.12%202.12-6.36%206.36-2.12z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
}
.icon-rating {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-rating--active {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-vars {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%203h12M9%2010h12M9%2017h12%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-vars--active {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%203h12M9%2010h12M9%2017h12%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-text {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-text--active {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-date {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%2373808d%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-date--active {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-address {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-address--active {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-upload {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-upload--active {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-quiz {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-quiz--active {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-priority {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-type-priority--active {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-text {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-text--active {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-image {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-image--active {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-video--active {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-photovideo {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%2373808d%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%2373808d%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-mediatype-photovideo--active {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%233f65f1%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-remove,
.icon-close {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-remove--error,
.icon-close--error {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%23f96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%23f96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-remove--light,
.icon-close--light {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%23a6b1bc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-remove.icon-sm,
.icon-close.icon-sm {
  width: 10px;
  height: 10px;
}
.icon-remove.icon-lg,
.icon-close.icon-lg {
  width: 20px;
  height: 20px;
}
.icon-reset {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
}
.icon-reset--error {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-reset--light {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-reset.icon-sm {
  width: 10px;
  height: 10px;
}
.icon-reset.icon-lg {
  width: 20px;
  height: 20px;
}
.icon-add {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-add--light {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-add.icon-sm {
  width: 10px;
  height: 10px;
}
.icon-add.icon-lg {
  width: 20px;
  height: 20px;
}
.icon-arrow-bottom {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-video-arrow {
  width: 25px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2218%22%20viewBox%3D%220%200%2025%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2%207a1.5%201.5%200%20100%203V7zm21%203a1.5%201.5%200%20000-3v3zM2%208.516L.938%207.456a1.5%201.5%200%20000%202.12L2%208.515zm8.062-5.957A1.5%201.5%200%20107.938.441l2.124%202.118zM7.938%2016.591a1.5%201.5%200%20102.124-2.12l-2.124%202.12zM2%2010h21V7H2v3zm1.062-.425l7-7.016L7.938.441l-7%207.015%202.124%202.12zm-2.124%200l7%207.016%202.124-2.12-7-7.015-2.124%202.12z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-arrow-to-bottom {
  width: 17px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2244%22%20viewBox%3D%220%200%2017%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.031%2043a1%201%200%20102%200h-2zm2-42a1%201%200%2000-2%200h2zm-.984%2042l-.706.709a1%201%200%20001.412%200L8.047%2043zm-6.31-7.707a1%201%200%2000-1.412%201.416l1.413-1.416zm14.032%201.416a1%201%200%2010-1.413-1.416l1.413%201.416zM9.03%2043V1h-2v42h2zm-.278-.708l-7.015-7-1.413%201.416%207.016%207%201.412-1.416zm0%201.416l7.016-7-1.413-1.416-7.015%207%201.412%201.416z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-expand {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%201H1M1%201V4M1%201L5%205M10%201H13M13%201V4M13%201L9%205M4%2013H1M1%2013V10M1%2013L5%209M10%2013H13M13%2013V10M13%2013L9%209%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-drag-arrow {
  width: 8px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%202L4.70711%201.29289L4%200.585786L3.29289%201.29289L4%202ZM4%2018L3.29289%2018.7071L4%2019.4142L4.70711%2018.7071L4%2018ZM6.29289%205.70711C6.68342%206.09763%207.31658%206.09763%207.70711%205.70711C8.09763%205.31658%208.09763%204.68342%207.70711%204.29289L6.29289%205.70711ZM0.292893%204.29289C-0.0976311%204.68342%20-0.0976311%205.31658%200.292893%205.70711C0.683417%206.09763%201.31658%206.09763%201.70711%205.70711L0.292893%204.29289ZM7.70711%2015.7071C8.09763%2015.3166%208.09763%2014.6834%207.70711%2014.2929C7.31658%2013.9024%206.68342%2013.9024%206.29289%2014.2929L7.70711%2015.7071ZM1.70711%2014.2929C1.31658%2013.9024%200.683417%2013.9024%200.292893%2014.2929C-0.0976311%2014.6834%20-0.0976311%2015.3166%200.292893%2015.7071L1.70711%2014.2929ZM3%202V18H5V2H3ZM3.29289%202.70711L6.29289%205.70711L7.70711%204.29289L4.70711%201.29289L3.29289%202.70711ZM3.29289%201.29289L0.292893%204.29289L1.70711%205.70711L4.70711%202.70711L3.29289%201.29289ZM4.70711%2018.7071L7.70711%2015.7071L6.29289%2014.2929L3.29289%2017.2929L4.70711%2018.7071ZM4.70711%2017.2929L1.70711%2014.2929L0.292893%2015.7071L3.29289%2018.7071L4.70711%2017.2929Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-drag-arrow--light {
  width: 8px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%202L4.70711%201.29289L4%200.585786L3.29289%201.29289L4%202ZM4%2018L3.29289%2018.7071L4%2019.4142L4.70711%2018.7071L4%2018ZM6.29289%205.70711C6.68342%206.09763%207.31658%206.09763%207.70711%205.70711C8.09763%205.31658%208.09763%204.68342%207.70711%204.29289L6.29289%205.70711ZM0.292893%204.29289C-0.0976311%204.68342%20-0.0976311%205.31658%200.292893%205.70711C0.683417%206.09763%201.31658%206.09763%201.70711%205.70711L0.292893%204.29289ZM7.70711%2015.7071C8.09763%2015.3166%208.09763%2014.6834%207.70711%2014.2929C7.31658%2013.9024%206.68342%2013.9024%206.29289%2014.2929L7.70711%2015.7071ZM1.70711%2014.2929C1.31658%2013.9024%200.683417%2013.9024%200.292893%2014.2929C-0.0976311%2014.6834%20-0.0976311%2015.3166%200.292893%2015.7071L1.70711%2014.2929ZM3%202V18H5V2H3ZM3.29289%202.70711L6.29289%205.70711L7.70711%204.29289L4.70711%201.29289L3.29289%202.70711ZM3.29289%201.29289L0.292893%204.29289L1.70711%205.70711L4.70711%202.70711L3.29289%201.29289ZM4.70711%2018.7071L7.70711%2015.7071L6.29289%2014.2929L3.29289%2017.2929L4.70711%2018.7071ZM4.70711%2017.2929L1.70711%2014.2929L0.292893%2015.7071L3.29289%2018.7071L4.70711%2017.2929Z%22%20fill%3D%22%23a6b1bc%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-arrow-to-bottom_curved {
  width: 103px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%22100%22%20viewBox%3D%220%200%20103%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.053%2098.563a1%201%200%20102%200h-2zm94.463-95.5a1%201%200%2010.03-2l-.03%202zm-93.448%2095.5l-.708.706a1%201%200%20001.417%200l-.709-.706zm-6.266-7.706A1%201%200%2000.385%2092.27l1.417-1.412zm13.95%201.412a1%201%200%2000-1.418-1.412l1.417%201.412zm-6.975%205.588l-6.975-7L.385%2092.27l6.975%207%201.417-1.412zm0%201.412l6.974-7-1.417-1.412-6.974%207%201.417%201.412zm-.724-.706h1v-.002-.002-.003-.004-.006-.006-.007-.007-.01-.009-.01-.012-.013-.013-.014-.015-.016-.017-.018-.018-.02-.02-.022-.022-.023-.024-.025-.025-.027-.027-.028-.03-.03-.03-.031-.033-.033-.034-.035-.036-.037-.037-.038-.04-.039-.04-.042-.042-.043-.044-.045-.046-.046-.047-.048-.048-.05-.05-.05-.053-.052-.053-.055-.054-.056-.056-.057-.058-.059-.059-.06-.06-.063-.062-.063-.064-.064-.065-.066-.067-.067-.068-.069-.07-.07-.07-.072-.072-.073-.074-.074-.075-.076-.076-.078-.077-.079-.079-.08-.08-.081-.082-.082-.083-.084-.084-.085-.086-.086-.087-.088-.088-.089-.09-.09-.09-.091-.092-.093-.093-.093-.095-.095-.095-.096-.097-.097-.098-.099-.099-.1-.1-.1-.102-.102-.102-.103-.104-.104-.105-.105-.106-.106-.107-.107-.108-.109-.109-.11-.11-.11-.111-.112-.112-.113-.113-.114-.114-.115-.115-.116-.116-.116-.118-.117-.118-.119-.12-.119-.12-.12-.121-.122-.121-.123-.123-.123-.124-.124-.124-.126-.125-.126-.126-.127-.127-.128-.128-.128-.13-.129-.13-.13-.13-.13-.132-.132-.132-.132-.133-.134-.133-.134-.135-.135-.135-.135-.136-.136-.137-.137-.137-.138-.138-.138-.14-.138-.14-.14-.14-.14-.14-.142-.141-.142-.142-.142-.143-.143-.143-.144-.144-.144-.144-.145-.145-.145-.146-.146-.146-.146-.147-.147-.147-.148-.148-.148-.148-.149-.148-.15-.149-.15-.15-.15-.15-.15-.15-.152-.15-.152-.152-.152-.152-.152-.153-.152-.153-.153-.153-.154-.153-.154-.154-.154-.155-.154-.155-.155-.155-.155-.156-.155-.156-.156-.156-.156-.156-.157-.156-.157-.157-.157-.157-.157-.158-.157-.158-.158-.158-.158-.158-.158-.158-.159-.158-.159-.158-.16-.158-.159-.159-.159-.16-.158-.16-.16-.159-.159-.16-.16-.159-.16-.16-.16-.159-.16-.16-.16-.16-.16-.16-.16-.16-.16-.16-.16-.16-.16-.16-.161-.16-.16-.16-.16-.16-.16-.16-.16-.161-.16-.16-.16-.16-.16-.16-.16-.16-.159-.16-.16-.159-.16-.159-.159-.16-.158-.16-.159-.159-.158-.16-.158-.159-.158-.159-.158-.158-.158-.159-.157-.158-.158-.158-.157-.157-.158-.157-.157-.157-.156-.157-.156-.156-.157-.156-.155-.156-.155-.156-.155-.155-.155-.155-.154-.154-.154-.155-.153-.154-.153-.153-.153-.153-.153-.152-.152-.152-.152-.152-.151-.151-.15-.152-.15-.15-.15-.15-.15-.149-.148-.15-.148-.148-.148-.148-.147-.147-.147-.147-.146-.146-.146-.146-.145-.145-.144-.145-.144-.144-.143-.143-.143-.143-.142-.142-.142-.14-.142-.14-.14-.14-.14-.14-.139-.138-.139-.137-.138-.137-.137-.136-.137-.136-.135-.135-.135-.134-.134V41v-.134-.132-.133-.132-.131-.131-.131-.13-.13-.13-.13-.128-.128-.128-.128-.127-.126-.127-.125-.126-.125-.124-.124-.124-.123-.122-.123-.121-.122-.12-.12h-2V98.562h1zm1-61.5c0-9.988%203.748-18.467%2010.182-24.455%206.439-5.993%2015.628-9.545%2026.595-9.545v-2c-11.401%200-21.1%203.698-27.958%2010.08-6.863%206.388-10.82%2015.408-10.82%2025.92h2zm36.777-34c22.385%200%2042.854-.19%2055.686%200l.03-2c-12.85-.19-33.365%200-55.716%200v2z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-arrow-to-right_curved {
  width: 97px;
  height: 109px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2297%22%20height%3D%22109%22%20viewBox%3D%220%200%2097%20109%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.031%201a1%201%200%2000-2%200h2zm93.02%20101.001a1%201%200%2000-.03-2l.03%202zm.48-1.016l.711.703a1%201%200%20000-1.406l-.71.703zm-7.65%206.313a1%201%200%20101.423%201.406l-1.422-1.406zm1.423-14.032a1%201%200%2010-1.422%201.407l1.422-1.407zM.03%201.001v65h2V1h-2zm0%2065c0%2010.51%203.945%2019.531%2010.788%2025.918%206.838%206.383%2016.51%2010.082%2027.879%2010.082v-2c-10.933%200-20.095-3.552-26.515-9.544C5.77%2084.47%202.031%2075.99%202.031%2066.001h-2zm38.667%2036c3.95%200%2043.539.19%2056.352%200l-.03-2c-12.794.19-52.342%200-56.322%200v2zm56.122-1.719l-6.938%207.016%201.422%201.406%206.938-7.016-1.422-1.406zm1.422%200l-6.938-7.016-1.422%201.407%206.938%207.015%201.422-1.406z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-comment-outline {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-image {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-image-bold {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3%2013H11C12.1046%2013%2013%2012.1046%2013%2011V3C13%201.89543%2012.1046%201%2011%201H3C1.89543%201%201%201.89543%201%203V11C1%2012.1046%201.89543%2013%203%2013Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M13%2010L10.4245%208C10.312%207.91446%2010.1592%207.8664%2010%207.8664C9.84075%207.8664%209.68804%207.91446%209.5755%208L7.6%209.54447L4.4245%206.50003C4.31196%206.41449%204.15925%206.36643%204%206.36643C3.84075%206.36643%203.68804%206.41449%203.5755%206.50003L1%209.08895%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.5%206C9.32843%206%2010%205.32843%2010%204.5C10%203.67157%209.32843%203%208.5%203C7.67157%203%207%203.67157%207%204.5C7%205.32843%207.67157%206%208.5%206Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-upload {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%20%20%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M14.125%209.75H3.625C2.17513%209.75%201%2010.9251%201%2012.375C1%2013.8249%202.17513%2015%203.625%2015H14.125C15.5749%2015%2016.75%2013.8249%2016.75%2012.375C16.75%2010.9251%2015.5749%209.75%2014.125%209.75Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M5.37511%201H3.49561%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M14.1251%201H12.2456%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8%2012.375H14.1827%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M3.4955%201C2.58113%201%201.82075%201.70438%201.75075%202.61613L1%2012.375%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.81738%2012.375H14.1829%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M16.7499%2012.375L15.9991%202.61613C15.9291%201.70438%2015.1688%201%2014.2544%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.875%201V6.25%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M7.125%204.5L8.875%206.25%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M10.625%204.5L8.875%206.25%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%20%20%3C/svg%3E%0A%09");
}
.icon-upload-bold {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M14.9983%209.96875H4.49829C3.04842%209.96875%201.87329%2011.0949%201.87329%2012.4844C1.87329%2013.8738%203.04842%2015%204.49829%2015H14.9983C16.4482%2015%2017.6233%2013.8738%2017.6233%2012.4844C17.6233%2011.0949%2016.4482%209.96875%2014.9983%209.96875Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.24846%201H4.36896%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.9985%201H13.119%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8.87329%2012.5H13.8733%22%20stroke%3D%22%2373808d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M4.36879%201C3.45442%201%202.69404%201.70438%202.62404%202.61613L1.87329%2012.375%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17.6231%2012.375L16.8724%202.61613C16.8024%201.70438%2016.042%201%2015.1276%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.87329%201V6.25%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.99829%204.5L9.99829%206.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.7483%204.5L9.74829%206.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-photovideo {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%2373808d%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%2373808d%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-attachment {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2038%207.56315L7.96132%2013.8056C7.19658%2014.5703%206.15936%2015%205.07785%2015C3.99633%2015%202.95912%2014.5703%202.19437%2013.8056C1.42963%2013.0408%201%2012.0036%201%2010.9221C1%209.8406%201.42963%208.80338%202.19437%208.03863L8.4368%201.7962C9.29688%201.01556%2010.7%201.07494%2011.5%201.87494C12.3%202.67494%2012.2812%204.20311%2011.5%204.99995L5.25078%2011.2424%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-launch {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03125%206L12.0312%209L7.03125%2012L7.03125%206Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-stop {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-resume {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.7341%2012.015C12.8862%2013.226%2011.6767%2014.1374%2010.279%2014.6186C8.88126%2015.0999%207.36706%2015.1263%205.9534%2014.6941C4.53974%2014.2619%203.29919%2013.3933%202.40955%2012.2127C1.51992%2011.0321%201.02687%209.6002%201.00107%208.12217C0.975267%206.64414%201.41804%205.19588%202.26594%203.98496C3.11383%202.77405%204.32331%201.86264%205.72102%201.38137C7.11874%200.900097%208.63294%200.873667%2010.0466%201.30587C11.4603%201.73807%2012.7008%202.60671%2013.5904%203.78729%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M15%202V5H12%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-created-at {
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229%22%20x2%3D%2214%22%20y2%3D%229%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229%22%20x2%3D%222%22%20y2%3D%229%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225%22%20x2%3D%2214%22%20y2%3D%225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225%22%20x2%3D%222%22%20y2%3D%225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2214%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-passed-at {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-last-status-changed-at {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.1079%209.78139C10.6049%2010.575%209.88635%2011.2092%209.03633%2011.6097C8.18631%2012.0102%207.23987%2012.1606%206.30756%2012.0434C5.37525%2011.9261%204.49555%2011.5459%203.77122%2010.9474C3.04688%2010.3488%202.50781%209.55646%202.21697%208.66295M1.00842%2010.9897L1.00842%207.98966M4%207.98966H1M2.3712%204.13256C2.85408%203.32646%203.55635%202.6744%204.39599%202.25254C5.23562%201.83067%206.17796%201.65641%207.11294%201.75012C8.04791%201.84383%208.93693%202.20163%209.67614%202.78173C10.4154%203.36183%2010.9743%204.14029%2011.2876%205.02618M12.0269%202.00923V5.00923M8.86353%205.00923H11.8635%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-sending {
  width: 20px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2211%22%20y1%3D%229.00017%22%20x2%3D%2219%22%20y2%3D%229.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.0001%2012.0002L19%209.00016L16%206.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-feedback {
  width: 18px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10%208.96408L12.0257%2011.0002L17%206.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-survey {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-compensation {
  width: 19px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2222%22%20viewBox%3D%220%200%2019%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17.2331%206.08016L14.4564%206.08015C14.7849%205.56325%2014.9781%204.94972%2014.9781%204.29271C14.9781%202.45455%2013.483%200.959381%2011.6448%200.959381C10.6448%200.959381%209.88893%201.46512%209.01685%202.1656C8.40574%201.46512%207.35969%200.959381%206.35969%200.959381C4.52152%200.959381%203.02636%202.45455%203.02636%204.29271C3.02636%204.94972%203.21718%205.56325%203.5481%206.08015L0.772947%206.08016C0.345411%206.08016%200%206.42557%200%206.8531L8.86917e-05%2011.7653C8.86917e-05%2011.8716%200.0870452%2011.9586%200.193325%2011.9586H0.954346L0.954169%2020.2677C0.954169%2020.6952%201.29958%2021.0406%201.72712%2021.0406H16.2125C16.64%2021.0406%2016.9854%2020.6952%2016.9854%2020.2677L16.9856%2011.9586H17.8129C17.9192%2011.9586%2018.0061%2011.8716%2018.0061%2011.7653L18.006%206.8531C18.006%206.42557%2017.6606%206.08016%2017.2331%206.08016ZM9.95399%204.29271C9.95399%203.36035%2010.7124%202.60189%2011.6448%202.60189C12.5772%202.60189%2013.3356%203.36035%2013.3356%204.29271C13.3356%205.22508%2012.5772%205.98354%2011.6448%205.98354H9.95399V4.29271ZM6.35969%202.60189C7.29206%202.60189%208.05051%203.36035%208.05051%204.29271V5.98354H6.35969C5.42732%205.98354%204.66887%205.22508%204.66887%204.29271C4.66887%203.36035%205.42732%202.60189%206.35969%202.60189ZM1.93228%2010.0839V8.07186H8.01649V10.0839H1.93228ZM3.01702%2011.9586H8.01649L8.01632%2019.1344H3.01685L3.01702%2011.9586ZM14.9856%2019.1344H9.95399L9.95417%2011.9586H14.9858L14.9856%2019.1344ZM16.0736%2010.0839H9.95399V8.07186H16.0736V10.0839Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-compensation-usage {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.4564%206.08015L17.2331%206.08016C17.6606%206.08016%2018.006%206.42557%2018.006%206.8531L18.0061%2011.7653C18.0061%2011.8716%2017.9192%2011.9586%2017.8129%2011.9586H16.9856L16.9856%2013.0971C16.6669%2013.0334%2016.3374%2013%2016%2013C15.6525%2013%2015.3133%2013.0355%2014.9857%2013.1029L14.9858%2011.9586H9.95417L9.95399%2019.1344H11.1292C11.2926%2019.8384%2011.6046%2020.4855%2012.0305%2021.0406H1.72712C1.29958%2021.0406%200.954169%2020.6952%200.954169%2020.2677L0.954346%2011.9586H0.193325C0.0870452%2011.9586%208.86917e-05%2011.8716%208.86917e-05%2011.7653L0%206.8531C0%206.42557%200.345411%206.08016%200.772947%206.08016L3.5481%206.08015C3.21718%205.56325%203.02636%204.94972%203.02636%204.29271C3.02636%202.45455%204.52152%200.959381%206.35969%200.959381C7.35969%200.959381%208.40574%201.46512%209.01685%202.1656C9.88893%201.46512%2010.6448%200.959381%2011.6448%200.959381C13.483%200.959381%2014.9781%202.45455%2014.9781%204.29271C14.9781%204.94972%2014.7849%205.56325%2014.4564%206.08015ZM11.6448%202.60189C10.7124%202.60189%209.95399%203.36035%209.95399%204.29271V5.98354H11.6448C12.5772%205.98354%2013.3356%205.22508%2013.3356%204.29271C13.3356%203.36035%2012.5772%202.60189%2011.6448%202.60189ZM8.05051%204.29271C8.05051%203.36035%207.29206%202.60189%206.35969%202.60189C5.42732%202.60189%204.66887%203.36035%204.66887%204.29271C4.66887%205.22508%205.42732%205.98354%206.35969%205.98354H8.05051V4.29271ZM1.93228%208.07186V10.0839H8.01649V8.07186H1.93228ZM8.01649%2011.9586H3.01702L3.01685%2019.1344H8.01632L8.01649%2011.9586ZM9.95399%2010.0839H16.0736V8.07186H9.95399V10.0839Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.1258%2016.2343L16.0196%2019.143L21.3311%2013.8309%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-visible {
  width: 18px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%220%200%2018%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206.64337C1%206.64337%203.90909%201.64337%209%201.64337C14.0909%201.64337%2017%206.64337%2017%206.64337C17%206.64337%2014.0909%2011.6434%209%2011.6434C3.90909%2011.6434%201%206.64337%201%206.64337Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8.99993%208.64336C10.2049%208.64336%2011.1818%207.66653%2011.1818%206.46154C11.1818%205.25656%2010.2049%204.27972%208.99993%204.27972C7.79495%204.27972%206.81812%205.25656%206.81812%206.46154C6.81812%207.66653%207.79495%208.64336%208.99993%208.64336Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-hidden {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.5418%2012.1502C11.3421%2012.3344%2011.1012%2012.4822%2010.8336%2012.5847C10.5659%2012.6871%2010.277%2012.7422%209.98407%2012.7467C9.69111%2012.7511%209.40012%2012.7048%209.12844%2012.6105C8.85677%2012.5162%208.60998%2012.3758%208.4028%2012.1978C8.19562%2012.0198%208.03229%2011.8077%207.92255%2011.5742C7.81282%2011.3407%207.75893%2011.0907%207.7641%2010.8389C7.76927%2010.5871%207.83339%2010.3389%207.95264%2010.1089C8.07189%209.87886%208.24382%209.67186%208.45818%209.50021M14.32%2014.5377C13.0768%2015.3521%2011.563%2015.8032%2010%2015.8252C4.90909%2015.8252%202%2010.8252%202%2010.8252C2.90465%209.37639%204.15937%208.11059%205.68%207.11271L14.32%2014.5377ZM8.47273%205.97521C8.97333%205.87451%209.48586%205.82417%2010%205.82521C15.0909%205.82521%2018%2010.8252%2018%2010.8252C17.5585%2011.535%2017.032%2012.2032%2016.4291%2012.8189L8.47273%205.97521Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1.35693%203.34323L18.6437%2017.9435%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-visible-sm {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%206s2.91-5%208-5%208%205%208%205-2.91%205-8%205-8-5-8-5z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9%208a2.182%202.182%200%20100-4.364A2.182%202.182%200%20009%208z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-hidden-sm {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.542%2011.507c-.2.184-.44.332-.708.434a2.5%202.5%200%2001-1.705.026%202.237%202.237%200%2001-.726-.413%201.88%201.88%200%2001-.48-.623%201.645%201.645%200%2001.03-1.466c.119-.23.29-.437.505-.608m5.862%205.037c-1.243.815-2.757%201.266-4.32%201.288-5.09%200-8-5-8-5%20.905-1.449%202.16-2.715%203.68-3.713l8.64%207.425zM8.473%205.332c.5-.1%201.013-.151%201.527-.15%205.09%200%208%205%208%205-.442.71-.968%201.378-1.57%201.994L8.472%205.332zM1.357%202.7l17.287%2014.6%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-pencil {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-eye {
  width: 24px;
  height: 17px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2217%22%20viewBox%3D%220%200%2024%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.9829%201C8.15564%201%204.22969%203.20538%201.13901%207.61613C1.05079%207.74342%201.00245%207.89388%201.00009%208.04851C0.997731%208.20314%201.04146%208.35499%201.12576%208.48489C3.50048%2012.1858%207.37389%2015.08%2011.9829%2015.08C16.5418%2015.08%2020.4948%2012.177%2022.8739%208.46778C22.9562%208.34043%2023%208.19218%2023%208.04073C23%207.88929%2022.9562%207.74104%2022.8739%207.61369C20.4894%203.94702%2016.5074%201%2011.9829%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.9996%2011.9511C14.1692%2011.9511%2015.928%2010.2%2015.928%208.04C15.928%205.87995%2014.1692%204.12889%2011.9996%204.12889C9.82997%204.12889%208.07117%205.87995%208.07117%208.04C8.07117%2010.2%209.82997%2011.9511%2011.9996%2011.9511Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-pencil2 {
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.2287%200.012485C12.5197%200.0577236%2012.8301%200.227664%2013.0702%200.467813L17.5915%205.02419C18.1134%205.51095%2018.2232%206.21759%2017.8371%206.60374L7.27059%2017.1702C7.14342%2017.2974%206.90633%2017.3294%206.62338%2017.3676L6.62336%2017.3676L6.53251%2017.38L1.60437%2018.0335C1.5277%2018.0621%201.40299%2018.0427%201.31986%2018.0298C1.02889%2017.9846%200.718532%2017.8146%200.478382%2017.5745C0.142173%2017.2383%20-0.05362%2016.7616%200.0129179%2016.4069L0.688584%2011.3605C0.697838%2011.1591%200.783763%2010.9291%200.924181%2010.7887L11.4907%200.222233C11.6662%200.0467097%2011.9378%20-0.0327535%2012.2287%200.012485ZM14.279%207.33342L15.6932%205.91921L12.1577%202.38368L10.7434%203.79789L14.279%207.33342ZM9.32923%205.2121L12.8648%208.74764L7.91502%2013.6974L4.37948%2010.1619L9.32923%205.2121ZM6.50081%2015.1116L2.96528%2011.5761L2.25817%2015.8187L6.50081%2015.1116Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-link-h {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
}
.icon-link-h-bold {
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.02084%209.02081H10.4204C11.8394%209.02081%2012.9896%207.94362%2012.9896%206.61457V3.40624C12.9896%202.0772%2011.8394%201%2010.4204%201H3.5692C2.15014%201%201%202.0772%201%203.40624V6.61457C1%207.94362%202.15014%209.02081%203.5692%209.02081H3.98959%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%205.01038L8.60048%205.01038C7.18143%205.01038%206.03128%206.08757%206.03128%207.41662V10.6249C6.03128%2011.954%207.18143%2013.0312%208.60048%2013.0312L15.4517%2013.0312C16.8707%2013.0312%2018.0209%2011.954%2018.0209%2010.6249V7.41662C18.0209%206.08757%2016.8707%205.01038%2015.4517%205.01038H15.0313%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-clip {
  width: 17px;
  height: 7px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2217%22%20height%3D%227%22%20viewBox%3D%220%200%2017%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.5%200.5C15.1567%200.5%2016.5%201.84329%2016.5%203.5C16.5%205.15671%2015.1567%206.5%2013.5%206.5%22%20stroke%3D%22%2373808d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5%203.5H12%22%20stroke%3D%22%2373808d%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200.5H13%22%20stroke%3D%22%2373808d%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%206.5H13%22%20stroke%3D%22%2373808d%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3.5%206.5C1.84329%206.5%200.5%205.15671%200.5%203.5C0.5%201.84329%201.84329%200.5%203.5%200.5%22%20stroke%3D%22%2373808d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6%200.5L4%200.5%22%20stroke%3D%22%2373808d%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6%206.5H4%22%20stroke%3D%22%2373808d%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-link {
  width: 22px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2210%22%20viewBox%3D%220%200%2022%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%201C19.2089%201%2021%202.79106%2021%205C21%207.20894%2019.2089%209%2017%209%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%205H15%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%201H17%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%209H17%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%209C2.79106%209%201%207.20894%201%205C1%202.79106%202.79106%201%205%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%201L5%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%209H5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-done {
  display: inline-block;
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
}
.icon-done--success {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
}
.icon-checkbox {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.icon-columns-chart {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-columns-chart.icon-active {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-pie-chart {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-pie-chart.icon-active {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-funnel-chart {
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200H16L13.5%205H2.5L0%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3%206H13L10.5%2010H5.5L3%206Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2011H10V15H6V11Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-funnel-chart.icon-active {
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200H16L13.5%205H2.5L0%200Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3%206H13L10.5%2010H5.5L3%206Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2011H10V15H6V11Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-copy-text {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M10%200a3%203%200%2000-3%203v2h2V3a1%201%200%20011-1h6a1%201%200%20011%201v8a1%201%200%2001-1%201h-2v2h2a3%203%200%20003-3V3a3%203%200%2000-3-3h-6z%22%20fill%3D%22%2373808d%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-user-check {
  width: 21px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2223%22%20viewBox%3D%220%200%2021%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.6996%2015.0906C16.1124%2015.4575%2016.7445%2015.4203%2017.1114%2015.0075C17.4783%2014.5947%2017.4411%2013.9627%2017.0283%2013.5957L15.6996%2015.0906ZM1%2020H0L-1.19209e-07%2021H1V20ZM9.0625%2021C9.61479%2021%2010.0625%2020.5523%2010.0625%2020C10.0625%2019.4477%209.61479%2019%209.0625%2019V21ZM17.0283%2013.5957C15.1464%2011.9229%2012.6166%2011%2010%2011V13C12.1573%2013%2014.2059%2013.7628%2015.6996%2015.0906L17.0283%2013.5957ZM10%2011C7.38337%2011%204.85363%2011.9229%202.97168%2013.5957L4.3004%2015.0906C5.7941%2013.7628%207.84273%2013%2010%2013V11ZM2.97168%2013.5957C1.08589%2015.272%204.17233e-07%2017.5725%200%2020H2C2%2018.184%202.81054%2016.4149%204.3004%2015.0906L2.97168%2013.5957ZM1%2021H9.0625V19H1V21Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2018.1613L15.1313%2021.0625L20%2016%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%224%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-user-check.icon-success {
  width: 21px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2223%22%20viewBox%3D%220%200%2021%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.6996%2015.0906C16.1124%2015.4575%2016.7445%2015.4203%2017.1114%2015.0075C17.4783%2014.5947%2017.4411%2013.9627%2017.0283%2013.5957L15.6996%2015.0906ZM1%2020H0L-1.19209e-07%2021H1V20ZM9.0625%2021C9.61479%2021%2010.0625%2020.5523%2010.0625%2020C10.0625%2019.4477%209.61479%2019%209.0625%2019V21ZM17.0283%2013.5957C15.1464%2011.9229%2012.6166%2011%2010%2011V13C12.1573%2013%2014.2059%2013.7628%2015.6996%2015.0906L17.0283%2013.5957ZM10%2011C7.38337%2011%204.85363%2011.9229%202.97168%2013.5957L4.3004%2015.0906C5.7941%2013.7628%207.84273%2013%2010%2013V11ZM2.97168%2013.5957C1.08589%2015.272%204.17233e-07%2017.5725%200%2020H2C2%2018.184%202.81054%2016.4149%204.3004%2015.0906L2.97168%2013.5957ZM1%2021H9.0625V19H1V21Z%22%20fill%3D%22%2337a74a%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2018.1613L15.1313%2021.0625L20%2016%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%224%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/**
.icon-menu-close { .icon-menu-close(@f-color-service); }
.icon-menu { .icon-menu(@f-color-service); }
.icon-squares { .icon-squares(@f-color-service); }
    .icon-companies { .icon-companies(@f-color-service); } .icon-users { .icon-users(@f-color-service); } .icon-archive { .icon-archive(@f-color-service); } .icon-copy { .icon-copy(@f-color-service); } .icon-restore { .icon-restore(@f-color-service); } .icon-delete { .icon-delete(@f-color-service); } .icon-rate-star { .icon-rate-star(@f-color-service); } .icon-rate-star-fill { .icon-rate-star-fill(@f-color-service); } .icon-angle { .icon-angle(@f-color-service); } .icon-close-circle { .icon-close-circle(@f-color-service); } .icon-ok-colors { .icon-ok-colors(@f-color-service, @f-color-blue-2); }  .icon-menu-qw-txt { .icon-menu-qw-txt(@f-color-service); } .icon-menu-qw-img { .icon-menu-qw-img(@f-color-service); } .icon-menu-qw-video { .icon-menu-qw-video(@f-color-service); } .icon-save-question { .icon-save-question(@f-color-service); } .icon-question { .icon-question(@f-color-service); } .icon-play { .icon-play(@f-color-service); } .icon-prev { .icon-prev(@f-color-service); } .icon-next { .icon-next(@f-color-service); }  .icon-mistake { .icon-mistake(@f-color-service); } .icon-calendar { .icon-calendar(@f-color-service); } .icon-calendar-important { .icon-calendar-important(@f-color-service); } .popover-arrow { .popover-arrow(@f-color-service); }
.icon-arrow-back { .icon-arrow-back(@f-color-service); }   .icon-star { .icon-star(@f-color-service); }   .icon-dismiss { .icon-dismiss(@f-color-service); } .icon-share { .icon-share(@f-color-service); }  .icon-statistics { .icon-statistics(@f-color-service); }   .icon-folder { .icon-folder(@f-color-service); }  .icon-search { .icon-search(@f-color-service); } .icon-menu2 { .icon-menu2(@f-color-service); }     .icon-pin { .icon-pin(@f-color-service); }    .icon-phone { .icon-phone(@f-color-service); }  .frame { .frame(@f-color-service); } .icon-video-play-button { .icon-video-play-button(@f-color-service); }     .icon-best { .icon-best(@f-color-service); } .icon-worst { .icon-worst(@f-color-service); }  .icon-user-blank-avatar { .icon-user-blank-avatar(@f-color-service); }   .icon-copy-text { .icon-copy-text(@f-color-service); }  .icon-variants { .icon-variants(@f-color-service); } .icon-radio { .icon-radio(@f-color-service); } .icon-checkbox2 { .icon-checkbox2(@f-color-service); } .icon-date { .icon-date(@f-color-service); } .icon-time { .icon-time(@f-color-service); } .icon-datetime { .icon-datetime(@f-color-service); }  .icon-oneline { .icon-oneline(@f-color-service); } .icon-multiline { .icon-multiline(@f-color-service); } .icon-save { .icon-save(@f-color-service); }  .icon-video-play { .icon-video-play(@f-color-service, @f-color-blue-2); } .icon-logout { .icon-logout(@f-color-service); } .icon-sidebar-plus { .icon-sidebar-plus(@f-color-service); }  .icon-input-error { .icon-input-error(@f-color-service); } .icon-burger { .icon-burger(@f-color-service); } .icon-burger-close { .icon-burger-close(@f-color-service); }

 .icon-number-minus { .icon-number-minus(@f-color-service); } .icon-check-arrow { .icon-check-arrow(@f-color-service); } .icon-check-loading { .icon-check-loading(@f-color-service); } .icon-target { .icon-target(@f-color-service); }**/
.btn-question {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-328.000000,%20-65.000000%29%22%20fill%3D%22%23A6B1BC%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28328.000000,%2065.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7,14%20C3.13400675,14%200,10.8659932%200,7%20C0,3.13400675%203.13400675,0%207,0%20C10.8659932,0%2014,3.13400675%2014,7%20C14,10.8659932%2010.8659932,14%207,14%20Z%20M4.66666667,5.09729915%20C4.66666667,5.51538417%204.98827052,5.83698802%205.40635554,5.83698802%20C5.70651913,5.83698802%205.92092171,5.67618609%206.09244376,5.40818288%20C6.30684633,5.06513877%206.57484955,4.86145632%206.92861379,4.86145632%20C7.44317996,4.86145632%207.71118317,5.21522057%207.71118317,5.74050686%20C7.71118317,6.10499123%207.58254163,6.37299445%207.11085597,6.6945983%20C6.40332749,7.17700409%206.1460444,7.57364884%206.1460444,8.22757669%20L6.1460444,8.32405784%20C6.1460444,8.73142273%206.47836839,9.07446684%206.8964534,9.07446684%20C7.31453842,9.07446684%207.65758253,8.73142273%207.65758253,8.31333771%20L7.65758253,8.30261758%20C7.65758253,8.09893514%207.73262343,7.92741309%208.2471896,7.57364884%20C8.95471808,7.09124306%209.21200117,6.48019573%209.21200117,5.65474584%20C9.21200117,4.44337131%208.35439088,3.5%206.96077417,3.5%20C5.94236196,3.5%205.13835232,4.00384604%204.75242769,4.72209465%20C4.69882705,4.82929594%204.66666667,4.96865761%204.66666667,5.09729915%20Z%20M6.1460444,10.425203%20C6.1460444,10.843288%206.47836839,11.1863322%206.8964534,11.1863322%20C7.31453842,11.1863322%207.65758253,10.843288%207.65758253,10.425203%20L7.65758253,10.3072816%20C7.65758253,9.88919661%207.31453842,9.5461525%206.8964534,9.5461525%20C6.47836839,9.5461525%206.1460444,9.88919661%206.1460444,10.3072816%20L6.1460444,10.425203%20Z%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  margin: 0 0 0 7px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.tooltip {
  margin-top: -14px;
  padding: 14px 0;
  max-width: 250px;
}
.tooltip .arrow {
  height: 15px;
}
.tooltip .arrow:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%3B%22%20viewBox%3D%22-2%20-2%2061%2013%22%20width%3D%2261%22%20height%3D%2213%22%3E%0A%09%3Cdefs%3E%0A%09%09%3CclipPath%3E%3Crect%20width%3D%2261%22%20height%3D%2213%22/%3E%3C/clipPath%3E%0A%09%09%3Cdefs%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cfilter%20id%3D%22dropshadow%22%20height%3D%22100%25%22%20width%3D%22120%25%22%3E%0A%09%09%09%3CfeGaussianBlur%20in%3D%22SourceAlpha%22%20stdDeviation%3D%2210%22/%3E%0A%09%09%09%3CfeOffset%20dx%3D%220%22%20dy%3D%22-2%22%20result%3D%22offsetblur%22/%3E%0A%09%09%09%3CfeComponentTransfer%3E%0A%09%09%09%09%3CfeFuncA%20type%3D%22linear%22%20slope%3D%220.1%22/%3E%0A%09%09%09%3C/feComponentTransfer%3E%0A%09%09%09%3CfeMerge%3E%0A%09%09%09%09%3CfeMergeNode/%3E%0A%09%09%09%09%3CfeMergeNode%20in%3D%22SourceGraphic%22/%3E%0A%09%09%09%3C/feMerge%3E%0A%09%09%09%3C/filter%3E%0A%09%09%3C/defs%3E%0A%09%3C/defs%3E%0A%09%3Cg%3E%0A%09%3Cpath%20d%3D%22%20M%200.5%2011.542%20L%2012.37%2011.542%20C%2018.415%2011.542%2023.965%208.203%2026.797%202.862%20C%2027.717%201.128%2029.51%200.034%2031.474%200.009%20C%2033.437%20-0.015%2035.257%0A%091.033%2036.22%202.744%20L%2036.31%202.904%20C%2039.315%208.24%2044.963%2011.542%2051.087%2011.542%20L%2060.5%2011.542%20C%2060.776%2011.542%2061%2011.766%2061%2012.042%20C%2061%2012.318%2060.776%0A%0912.542%2060.5%2012.542%20L%200.5%2012.542%20C%200.224%2012.542%200%2012.318%200%2012.042%20C%200%2011.766%200.224%2011.542%200.5%2011.542%20Z%20%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23000%22%20filter%3D%22url%28%23dropshadow%29%22%20/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 37px);
  width: 61px;
  height: 15px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 0 0;
  border: none;
}
.tooltip.bs-tooltip-bottom {
  margin-top: 0;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  top: 5px;
  left: calc(50% - 22px);
  transform: rotate(0deg);
}
.tooltip .tooltip-inner {
  padding: 10px 15px;
  max-width: unset;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
}
.tooltip--white {
  font: inherit;
}
.tooltip--white .tooltip-inner {
  background: white;
  color: #2E2F31;
  padding: 20px 25px;
  box-shadow: 0px 5px 20px rgba(115, 128, 141, 0.4);
  font-size: 14px;
}
.tooltip--white.show {
  opacity: 1;
}
.popover {
  border: none;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  min-width: 84px;
}
.popover-body {
  padding: 10px;
}
.popover__menu {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
}
.popover__menu-item {
  display: block;
  background: none;
  color: #2e2f31;
}
.popover__menu-item:hover {
  text-decoration: none;
  color: #000;
}
.pages-loader {
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  color: #3f65f1;
}
.dropdown .dropdown-menu {
  position: relative;
  top: 11px !important;
  padding: 12px 0;
  border: none;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.dropdown .dropdown-menu:before {
  content: "";
  width: 22px;
  height: 6px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  position: absolute;
  top: -5px;
  right: 18px;
}
.dropdown .dropdown-hr {
  margin: 10px 0 10px 23px;
  width: calc(100% - 46px);
  background: rgba(207, 216, 220, 0.488168);
}
.dropdown .dropdown-auto-pool-not-connected-text {
  font-family: "Roboto", sans-serif;
  margin-left: 23px;
  font-weight: 400;
  font-size: 12px;
  line-height: 250%;
  color: #73808d;
}
.dropdown .dropdown-item {
  -ms-flex-align: center;
      align-items: center;
  padding: 7px 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3f65f1 !important;
  font-size: 14px;
  cursor: pointer;
}
.dropdown .dropdown-item:not(:first-child) {
  margin-top: 4px;
}
.dropdown .dropdown-item.active {
  background-color: transparent;
  color: #2e2f31 !important;
}
.dropdown .dropdown-item:hover {
  background: #f1f5f6;
}
.dropdown .dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-default .dropdown-menu {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 84px;
  margin-top: 33px;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.dropdown-default .dropdown-menu:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%3B%22%20viewBox%3D%22-2%20-2%2061%2013%22%20width%3D%2261%22%20height%3D%2213%22%3E%0A%09%3Cdefs%3E%0A%09%09%3CclipPath%3E%3Crect%20width%3D%2261%22%20height%3D%2213%22/%3E%3C/clipPath%3E%0A%09%09%3Cdefs%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cfilter%20id%3D%22dropshadow%22%20height%3D%22100%25%22%20width%3D%22120%25%22%3E%0A%09%09%09%3CfeGaussianBlur%20in%3D%22SourceAlpha%22%20stdDeviation%3D%2210%22/%3E%0A%09%09%09%3CfeOffset%20dx%3D%220%22%20dy%3D%22-2%22%20result%3D%22offsetblur%22/%3E%0A%09%09%09%3CfeComponentTransfer%3E%0A%09%09%09%09%3CfeFuncA%20type%3D%22linear%22%20slope%3D%220.1%22/%3E%0A%09%09%09%3C/feComponentTransfer%3E%0A%09%09%09%3CfeMerge%3E%0A%09%09%09%09%3CfeMergeNode/%3E%0A%09%09%09%09%3CfeMergeNode%20in%3D%22SourceGraphic%22/%3E%0A%09%09%09%3C/feMerge%3E%0A%09%09%09%3C/filter%3E%0A%09%09%3C/defs%3E%0A%09%3C/defs%3E%0A%09%3Cg%3E%0A%09%3Cpath%20d%3D%22%20M%200.5%2011.542%20L%2012.37%2011.542%20C%2018.415%2011.542%2023.965%208.203%2026.797%202.862%20C%2027.717%201.128%2029.51%200.034%2031.474%200.009%20C%2033.437%20-0.015%2035.257%0A%091.033%2036.22%202.744%20L%2036.31%202.904%20C%2039.315%208.24%2044.963%2011.542%2051.087%2011.542%20L%2060.5%2011.542%20C%2060.776%2011.542%2061%2011.766%2061%2012.042%20C%2061%2012.318%2060.776%0A%0912.542%2060.5%2012.542%20L%200.5%2012.542%20C%200.224%2012.542%200%2012.318%200%2012.042%20C%200%2011.766%200.224%2011.542%200.5%2011.542%20Z%20%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20filter%3D%22url%28%23dropshadow%29%22%20/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  position: absolute;
  display: block;
  left: calc(50% - 32px);
  top: -12px;
  width: 61px;
  height: 15px;
}
.dropdown-default .dropdown-menu .dropdown-item {
  display: block;
  padding: 0 30px 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #7d8995;
}
.dropdown-default .dropdown-menu .dropdown-item:active,
.dropdown-default .dropdown-menu .dropdown-item:hover {
  color: #3f65f1;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .dropdown-default .dropdown-menu {
    padding-bottom: 9px;
  }
  .dropdown-default .dropdown-menu .dropdown-item {
    font-size: 10px;
    line-height: 1.6;
    padding: 0 30px 0 15px;
  }
}
.dropdown.show > .dropdown-menu-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.dropdown-item-description {
  display: block;
  margin-top: 5px;
  white-space: normal;
  font-size: 12px;
  color: #73808d;
}
.popper-dropdown {
  border: none;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.popper-dropdown:before {
  content: "";
  width: 22px;
  height: 6px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  position: absolute;
  top: -5px;
  right: 18px;
}
.fc-dropdown__hr {
  margin: 15px 0 !important;
}
.alert {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}
.alert-danger {
  padding-left: 25px;
  color: #EA1D27;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM6%204C6%203.44772%206.44772%203%207%203C7.55228%203%208%203.44772%208%204V7C8%207.55228%207.55228%208%207%208C6.44772%208%206%207.55228%206%207V4ZM7%209C6.44772%209%206%209.44771%206%2010C6%2010.5523%206.44772%2011%207%2011C7.55228%2011%208%2010.5523%208%2010C8%209.44771%207.55228%209%207%209Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%3C/svg%3E%0A%09");
}
.tab-group {
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 4px 4px 7px 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tab-group .nav {
  display: -ms-flexbox;
  display: flex;
}
.tab-group .nav-tabs {
  height: 48px;
  border-bottom: none;
}
.tab-group .nav-tabs .nav-link.disabled {
  color: #A6B1BC;
}
.tab-group .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(190, 198, 202, 0.488168);
  border: none;
  border-radius: 4px 4px 0 0;
  font-size: 14.6667px;
  font-weight: 500;
  color: #73808D;
  cursor: pointer;
}
.tab-group .nav-item:not(:first-child) {
  margin-left: 1px;
}
.tab-group .nav-item.active {
  background: #FFF;
  color: #333;
  font-weight: 700;
}
.tab-group .tab-content {
  background: #FFF;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tab-group .tab-content:last-child {
  border-radius: 0 0 7px 7px;
}
.tab-group .tab-pane {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tab-group .tab-pane.active {
  display: -ms-flexbox;
  display: flex;
}
.tab-group .tab-pane__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.tab-group__tab-pane-footer {
  position: relative;
  padding: 20px;
  margin: 20px -20px -20px;
  background: #FBFBFB;
  mix-blend-mode: normal;
  border-radius: 0 0 7px 7px;
}
.hat-radio-group.form-control {
  width: 100%;
  padding: 0;
}
.hat-radio-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}
.hat-radio-group__radio {
  position: relative;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .hat-radio-group__radio:hover .hat-radio-group__radio-input:not([disabled]) ~ .hat-radio-group__radio-label {
    background: #DADFE3;
  }
}
.hat-radio-group__radio:not(:first-child) {
  border-left: 1px solid #CFD8DC;
}
.hat-radio-group__radio-label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 15px;
  background: #F1F5F6;
  color: #73808D;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.hat-radio-group .hat-radio-group__radio-input:not([disabled]) ~ .hat-radio-group__radio-label {
  cursor: pointer;
}
.hat-radio-group__radio-indicator {
  position: relative;
  display: block;
  margin-right: 13px;
  width: 24px;
  height: 24px;
  border: 1px solid #CFD8DC;
  border-radius: 100%;
  background: #FFF;
  -webkit-tap-highlight-color: transparent;
}
.hat-radio-group__radio-indicator:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #3F65EF;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.hat-radio-group__radio-input {
  display: none;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label {
  background: #FFF;
  color: #2E2F31;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .hat-radio-group__radio-indicator:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.hat-radio-group--dense .hat-radio-group__radio-label {
  padding-left: 18.5px;
  padding-right: 18.5px;
}
.point {
  width: 29px;
  height: 29px;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.point--1 {
  background: #f96261;
}
.point--2 {
  background: #f97f46;
}
.point--3 {
  background: #f4a224;
}
.point--4 {
  background: #aab540;
}
.point--5 {
  background: #3ece67;
}
.point--comment:before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -6px;
}
.points {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.points .point + .point {
  margin-left: -5px;
}
.points-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.points--row {
  padding-top: 0px;
}
.points--row:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 23px;
  height: calc(100% + 10px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.points:not(.points--row) .point:last-child:nth-of-type(n + 5):after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 13px;
  height: calc(100% + 10px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.spacer {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.spinner-block {
  padding: 20px;
  width: 100%;
  text-align: center;
}
.spinner-block__full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sortable-item .sortable-handle {
  cursor: move;
}
.sortable-item.sortable-item--mirror {
  background-color: white;
  box-shadow: 0px 6px 15px rgba(63, 101, 241, 0.3);
  z-index: 100;
}
.sortable-item.sortable-item--mirror .hide-in-mirror {
  visibility: hidden;
  opacity: 0;
}
.sortable-item.sortable-item--mirror .remove-in-mirror {
  display: none;
}
.sortable-item.sortable-item--dragging {
  background-color: #D9E0FC;
}
.sortable-item.sortable-item--dragging .survey-question__quiz-title {
  visibility: hidden;
  opacity: 0;
}
.sortable-item.sortable-item--dragging .remove-on-dragging {
  display: none;
}
.sortable-item.sortable-item--dragging .hide-on-dragging {
  visibility: hidden;
  opacity: 0;
}
.body--dragging * {
  cursor: move!important;
}
.body--dragging textarea,
.body--dragging input {
  cursor: move!important;
}
.time-picker {
  padding: 17px 0 !important;
  width: 100px;
  height: 265px;
  min-width: unset;
}
.time-picker__wrapper {
  position: relative;
}
.time-picker .dropdown-menu-content {
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.time-picker .dropdown-menu-content.scroll-wrapper:after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.time-picker .dropdown-menu-content.scroll-content {
  padding-right: 20px;
}
.time-picker .dropdown-item {
  cursor: pointer;
}
.time-picker .scroll-y {
  right: 8px !important;
}
.cke {
  padding: 0 !important;
  border: 1px solid #CFD8DC !important;
  border-radius: 4px !important;
  background: none !important;
  overflow: hidden;
}
.cke_contents {
  border: none !important;
  border-radius: 0 !important;
}
.cke_toolgroup {
  margin: 0 !important;
  border: none !important;
}
.cke_top {
  padding: 2px 4px !important;
  background: none !important;
  border-bottom: 1px solid #CFD8DC !important;
}
.cke_bottom {
  height: 0 !important;
  padding: 0 !important;
  background: none !important;
  overflow: visible !important;
}
.cke_resizer {
  margin-bottom: 0 !important;
  position: absolute !important;
  top: -16px !important;
  right: 0 !important;
}
.cke_editable {
  font-family: Roboto, sans-serif !important;
}
.cke_button__hatlink .cke_button_icon.cke_button__hatlink_icon {
  background: url(/vendor/ckeditor-skins/bootstrapck/icons.png) no-repeat 0 -792px !important;
}
.image-picker {
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 105px;
  min-width: 105px;
  min-height: 105px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-right: 9px;
  background: #ECEFF1;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.image-picker:hover {
  background: #C6CFD3;
}
.image-picker--zoomable .image-picker__preview {
  cursor: zoom-in;
}
.image-picker--empty .image-picker__icon {
  display: block;
}
.image-picker--empty .image-picker__label {
  display: block;
}
.image-picker--empty .image-picker__preview {
  display: none;
}
.image-picker--empty .image-picker__clear-button {
  display: none;
}
.image-picker__icon {
  display: none;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%20%20%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M14.125%209.75H3.625C2.17513%209.75%201%2010.9251%201%2012.375C1%2013.8249%202.17513%2015%203.625%2015H14.125C15.5749%2015%2016.75%2013.8249%2016.75%2012.375C16.75%2010.9251%2015.5749%209.75%2014.125%209.75Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M5.37511%201H3.49561%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M14.1251%201H12.2456%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8%2012.375H14.1827%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M3.4955%201C2.58113%201%201.82075%201.70438%201.75075%202.61613L1%2012.375%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.81738%2012.375H14.1829%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M16.7499%2012.375L15.9991%202.61613C15.9291%201.70438%2015.1688%201%2014.2544%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.875%201V6.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M7.125%204.5L8.875%206.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M10.625%204.5L8.875%206.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%20%20%3C/svg%3E%0A%09");
}
.image-picker__label {
  display: none;
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #73808D;
}
.image-picker__clear-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  margin: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.66);
  border: none;
  z-index: 3;
  border-radius: 50%;
  font-size: 11px;
  background-color: #000;
}
.image-picker__clear-button > i {
  cursor: pointer;
  color: #fff;
}
.image-picker__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  cursor: default;
}
.flex-table {
  border-bottom: 1px solid #E7EBED;
}
.flex-table__head {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #E7EBED;
}
.flex-table__row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-table__row:not(:first-child) {
  border-top: 1px solid #E7EBED;
}
.flex-table__head-cell {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.75rem;
  font-weight: bold;
  font-size: 12px;
  color: #2E2F31;
}
.flex-table__cell {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.75rem;
}
.dense-tab-group {
  border-radius: 4px 4px 7px 7px;
}
.dense-tab-group .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 48px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}
.dense-tab-group .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 16px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 16px;
  cursor: pointer;
  background: #F1F5F6;
  color: #73808D;
  font-weight: 500;
  border: none;
  border-radius: 0;
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.dense-tab-group .nav-item:hover {
  background: #DADFE3;
}
.dense-tab-group .nav-item:not(:first-child) {
  border-left: 1px solid #CFD8DC;
}
.dense-tab-group .tab-content {
  margin-top: 28px;
}
.foq-table > thead > tr > th {
  border-top: none;
  font-weight: bold;
  font-size: 12px;
  color: #2e2f31;
}
.foq-table > tbody > tr {
  transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.foq-table > tbody > tr > td {
  vertical-align: middle;
}
.foq-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e7ebed;
}
.foq-table__section {
  position: relative;
  padding-top: 12px;
}
.foq-table__outer-element-head-cell {
  width: 7px;
  min-width: 7px;
  padding: 0 !important;
  border: none !important;
}
.foq-table__outer-element-cell {
  padding: 0 !important;
  border: none !important;
}
.foq-table__outer-element-cell:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.foq-table__outer-element-cell:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.foq-table__selection-head-cell .foq-table__checkbox {
  margin-bottom: 20px;
}
.foq-table__selection-head-cell,
.foq-table__selection-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.foq-table__row--selected {
  background: #f1f4ff;
}
.foq-table__sorting-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.foq-table__sorting-icon--default {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.foq-table__sorting-icon--order_asc {
  width: 8px !important;
  height: 5px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
}
.foq-table__sorting-icon--order_desc {
  width: 8px !important;
  height: 5px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.foq-table__sorting-icon--fake {
  display: none;
}
.foq-table__filtering-icon {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.foq-table__head-cell-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.foq-table__head-cell-title--active {
  color: #3f65f1;
}
.foq-table__head-cell-name {
  white-space: nowrap;
}
.foq-table__head-cell-filter {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  border: none;
  color: #2e2f31;
}
.foq-table__head-cell-filter:-ms-input-placeholder {
  font-size: 12px;
  color: #a6b1bc;
  font-weight: 400;
}
.foq-table__head-cell-filter::-ms-input-placeholder {
  font-size: 12px;
  color: #a6b1bc;
  font-weight: 400;
}
.foq-table__head-cell-filter::placeholder {
  font-size: 12px;
  color: #a6b1bc;
  font-weight: 400;
}
.foq-table__group-actions-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
}
.foq-table__group-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border-radius: 9px;
}
.foq-table__group-actions .foq-table__group-actions-counter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.foq-table__group-actions .foq-table__group-actions-select-all-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 28px;
}
.foq-table__group-actions .foq-table__group-actions-selector {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.foq-table__group-actions .foq-table__group-actions-selector.select2 {
  margin-left: 28px;
}
.foq-table__group-actions .foq-table__group-actions-dismiss-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.foq-table__group-actions .foq-table__group-actions-apply-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.foq-table__group-actions-counter {
  font-size: 16px;
}
.foq-table__group-actions-counter-value {
  font-weight: bold;
}
.foq-table__group-actions-select-all-button {
  padding: 5px 25px;
  background: #dadfe3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #2e2f31;
}
.foq-table__group-actions-dismiss-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  background: #ffdddd;
  border-radius: 4px;
}
.foq-table__group-actions-dismiss-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  transform: rotate(45deg);
  width: 21px;
  height: 21px;
}
.foq-table__group-actions-apply-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  background: #abefb7;
  border-radius: 4px;
}
.foq-table__group-actions-apply-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: "";
  width: 19.6px;
  height: 14px;
}
.foq-table__edit-columns-button:before {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.31945%200.992188C7.23383%200.992188%206.34703%201.88571%206.34703%202.98792V3.5737C5.66105%203.85497%205.02297%204.23102%204.44861%204.68582L3.94741%204.39271C3.00616%203.84226%201.7983%204.16877%201.25363%205.12435L0.264329%206.86002C-0.278483%207.81235%200.0424162%209.03724%200.985228%209.5886L1.4863%209.88163C1.43653%2010.2446%201.41081%2010.6153%201.41081%2010.9922C1.41081%2011.369%201.43653%2011.7398%201.4863%2012.1027L0.985228%2012.3958C0.0442342%2012.9461%20-0.280341%2014.1688%200.264329%2015.1244L1.25363%2016.86C1.79644%2017.8123%203.00435%2018.1432%203.94741%2017.5917L4.44861%2017.2986C5.02297%2017.7534%205.66105%2018.1294%206.34703%2018.4107V18.9965C6.34703%2020.0965%207.23011%2020.9922%208.31945%2020.9922H10.2981C11.3837%2020.9922%2012.2705%2020.0987%2012.2705%2018.9965V18.4107C12.9565%2018.1294%2013.5945%2017.7534%2014.1689%2017.2986L14.6701%2017.5917C15.6113%2018.1421%2016.8192%2017.8156%2017.3639%2016.86L18.3532%2015.1244C18.896%2014.172%2018.5751%2012.9471%2017.6323%2012.3958L17.1312%2012.1027C17.181%2011.7398%2017.2067%2011.369%2017.2067%2010.9922C17.2067%2010.6153%2017.181%2010.2446%2017.1312%209.88163L17.6323%209.5886C18.5733%209.0383%2018.8979%207.81561%2018.3532%206.86002L17.3639%205.12435C16.8211%204.17203%2015.6132%203.8412%2014.6701%204.39271L14.1689%204.68582C13.5945%204.23102%2012.9565%203.85497%2012.2705%203.5737V2.98792C12.2705%201.88783%2011.3874%200.992188%2010.2981%200.992188H8.31945ZM8.05255%202.64723V4.66L6.88365%205.18763C6.34678%205.40584%205.84285%205.69893%205.38605%206.0575L4.47698%206.72827L2.73809%205.72018L1.50392%207.88441L3.2397%208.89069L3.04726%2010.1207C3.00762%2010.4073%202.98757%2010.6981%202.98757%2010.9922C2.98757%2011.2862%203.00762%2011.5771%203.04726%2011.8636L3.14112%2013.0807L1.40534%2014.087L2.6333%2016.1776L4.3722%2015.1695L5.38605%2015.9268C5.84285%2016.2854%206.34678%2016.5785%206.88365%2016.7967L8.02662%2017.3243V19.3371H10.5666V17.3243L11.5575%2016.7967C12.0944%2016.5785%2012.5983%2016.2854%2013.0551%2015.9268L14.0372%2015.1695L15.7761%2016.1776L16.9373%2014.087L15.2015%2013.0807L15.3939%2011.8636C15.4335%2011.5771%2015.4536%2011.2862%2015.4536%2010.9922C15.4536%2010.6981%2015.4335%2010.4073%2015.3939%2010.1207L15.2707%208.89069L17.0065%207.88441L15.7031%205.72018L13.9642%206.72827L13.0551%206.0575C12.5983%205.69893%2012.0944%205.40584%2011.5575%205.18763L10.5536%204.65998V2.6472L8.05255%202.64723ZM15.7454%206.16784L15.7478%206.16643L15.7462%206.16741C15.7458%206.16773%2015.7455%206.16789%2015.7454%206.16784ZM1.77639%207.91381L1.77365%207.91222L1.77533%207.91314L1.77639%207.91381ZM2.78569%2015.9807C2.78503%2015.9795%202.78489%2015.979%202.78465%2015.9789L2.78569%2015.9807Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.50781%2010.9922C5.50781%2013.0672%207.18995%2014.7493%209.26498%2014.7493C11.34%2014.7493%2013.0222%2013.0672%2013.0222%2010.9922C13.0222%208.91713%2011.34%207.23499%209.26498%207.23499C7.18995%207.23499%205.50781%208.91713%205.50781%2010.9922ZM11.3207%2010.9921C11.3207%2012.1275%2010.4003%2013.0479%209.26491%2013.0479C8.12953%2013.0479%207.20913%2012.1275%207.20913%2010.9921C7.20913%209.85674%208.12953%208.93634%209.26491%208.93634C10.4003%208.93634%2011.3207%209.85674%2011.3207%2010.9921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.foq-table__edit-columns-button:hover:before {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.31945%200.992188C7.23383%200.992188%206.34703%201.88571%206.34703%202.98792V3.5737C5.66105%203.85497%205.02297%204.23102%204.44861%204.68582L3.94741%204.39271C3.00616%203.84226%201.7983%204.16877%201.25363%205.12435L0.264329%206.86002C-0.278483%207.81235%200.0424162%209.03724%200.985228%209.5886L1.4863%209.88163C1.43653%2010.2446%201.41081%2010.6153%201.41081%2010.9922C1.41081%2011.369%201.43653%2011.7398%201.4863%2012.1027L0.985228%2012.3958C0.0442342%2012.9461%20-0.280341%2014.1688%200.264329%2015.1244L1.25363%2016.86C1.79644%2017.8123%203.00435%2018.1432%203.94741%2017.5917L4.44861%2017.2986C5.02297%2017.7534%205.66105%2018.1294%206.34703%2018.4107V18.9965C6.34703%2020.0965%207.23011%2020.9922%208.31945%2020.9922H10.2981C11.3837%2020.9922%2012.2705%2020.0987%2012.2705%2018.9965V18.4107C12.9565%2018.1294%2013.5945%2017.7534%2014.1689%2017.2986L14.6701%2017.5917C15.6113%2018.1421%2016.8192%2017.8156%2017.3639%2016.86L18.3532%2015.1244C18.896%2014.172%2018.5751%2012.9471%2017.6323%2012.3958L17.1312%2012.1027C17.181%2011.7398%2017.2067%2011.369%2017.2067%2010.9922C17.2067%2010.6153%2017.181%2010.2446%2017.1312%209.88163L17.6323%209.5886C18.5733%209.0383%2018.8979%207.81561%2018.3532%206.86002L17.3639%205.12435C16.8211%204.17203%2015.6132%203.8412%2014.6701%204.39271L14.1689%204.68582C13.5945%204.23102%2012.9565%203.85497%2012.2705%203.5737V2.98792C12.2705%201.88783%2011.3874%200.992188%2010.2981%200.992188H8.31945ZM8.05255%202.64723V4.66L6.88365%205.18763C6.34678%205.40584%205.84285%205.69893%205.38605%206.0575L4.47698%206.72827L2.73809%205.72018L1.50392%207.88441L3.2397%208.89069L3.04726%2010.1207C3.00762%2010.4073%202.98757%2010.6981%202.98757%2010.9922C2.98757%2011.2862%203.00762%2011.5771%203.04726%2011.8636L3.14112%2013.0807L1.40534%2014.087L2.6333%2016.1776L4.3722%2015.1695L5.38605%2015.9268C5.84285%2016.2854%206.34678%2016.5785%206.88365%2016.7967L8.02662%2017.3243V19.3371H10.5666V17.3243L11.5575%2016.7967C12.0944%2016.5785%2012.5983%2016.2854%2013.0551%2015.9268L14.0372%2015.1695L15.7761%2016.1776L16.9373%2014.087L15.2015%2013.0807L15.3939%2011.8636C15.4335%2011.5771%2015.4536%2011.2862%2015.4536%2010.9922C15.4536%2010.6981%2015.4335%2010.4073%2015.3939%2010.1207L15.2707%208.89069L17.0065%207.88441L15.7031%205.72018L13.9642%206.72827L13.0551%206.0575C12.5983%205.69893%2012.0944%205.40584%2011.5575%205.18763L10.5536%204.65998V2.6472L8.05255%202.64723ZM15.7454%206.16784L15.7478%206.16643L15.7462%206.16741C15.7458%206.16773%2015.7455%206.16789%2015.7454%206.16784ZM1.77639%207.91381L1.77365%207.91222L1.77533%207.91314L1.77639%207.91381ZM2.78569%2015.9807C2.78503%2015.9795%202.78489%2015.979%202.78465%2015.9789L2.78569%2015.9807Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.50781%2010.9922C5.50781%2013.0672%207.18995%2014.7493%209.26498%2014.7493C11.34%2014.7493%2013.0222%2013.0672%2013.0222%2010.9922C13.0222%208.91713%2011.34%207.23499%209.26498%207.23499C7.18995%207.23499%205.50781%208.91713%205.50781%2010.9922ZM11.3207%2010.9921C11.3207%2012.1275%2010.4003%2013.0479%209.26491%2013.0479C8.12953%2013.0479%207.20913%2012.1275%207.20913%2010.9921C7.20913%209.85674%208.12953%208.93634%209.26491%208.93634C10.4003%208.93634%2011.3207%209.85674%2011.3207%2010.9921Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.foq-table--hoverable > tbody > tr:hover {
  background: #f1f4ff;
}
.foq-table--filterable > thead > tr > th {
  vertical-align: top !important;
  padding-bottom: 5px;
}
.foq-table--clickable > tbody > tr {
  cursor: pointer;
}
.foq-table .foq-table__head-cell-name--active {
  color: #3f65f1;
}
.select-group__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #73808D;
}
.select-group__control .select2-selection {
  height: unset;
}
.select-group__control .select2-selection__rendered {
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #000000 !important;
  padding-right: 12px !important;
}
.select-group__control .select2-selection__placeholder {
  font-size: 12px;
}
.select-group__dropdown:before {
  left: 21.7px !important;
  right: unset;
}
.select-group__dropdown--right:before {
  left: unset !important;
  right: 21.7px !important;
}
.scrollbar-inner .scroll-element.scroll-y {
  width: 4px;
}
.scrollbar-inner .scroll-element.scroll-x {
  height: 4px;
}
.scrollbar-inner .scroll-element .scroll-bar {
  background-color: #8e99a3;
  opacity: 1;
}
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: #e8edee;
  opacity: 1;
}
.breadcrumbs {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.breadcrumbs__item {
  font-weight: 500;
  font-size: 12px;
  max-width: 100%;
  color: #3F65F1 !important;
  text-decoration: none!important;
}
.breadcrumbs__item:not(:last-child):after {
  content: '\00a0>\00a0';
  color: #3F65F1;
}
.breadcrumbs__item:not(:last-child):nth-last-child(2):after {
  color: #2E2F31;
}
.breadcrumbs__item:last-child {
  color: #2E2F31 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.breadcrumbs__item:last-child .btn-icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.header-name-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}
.header-name-form__control {
  padding: 0;
  font-size: 22px;
  font-weight: 900;
  color: #2e2f31;
  border: none;
  background: none;
  border-bottom: solid 1px #a6b1bc;
}
.header-name-form__hidden-control {
  padding-left: 10px;
  font-size: 22px;
  font-weight: 900;
  white-space: pre;
}
.header-name-form__cancel-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-name-form__cancel-button:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.94975%2014.9497C4.55922%2014.5592%204.55922%2013.9261%204.94975%2013.5355L13.435%205.05025C13.8256%204.65973%2014.4587%204.65973%2014.8492%205.05025C15.2398%205.44078%2015.2398%206.07394%2014.8492%206.46447L6.36396%2014.9497C5.97344%2015.3403%205.34027%2015.3403%204.94975%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.8492%2014.9497C14.4587%2015.3403%2013.8256%2015.3403%2013.435%2014.9497L4.94975%206.46447C4.55922%206.07394%204.55922%205.44078%204.94975%205.05025C5.34027%204.65973%205.97344%204.65973%206.36396%205.05025L14.8492%2013.5355C15.2398%2013.9261%2015.2398%2014.5592%2014.8492%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.header-name-form__save-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-name-form__save-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: '';
}
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.page-header__title {
  padding-bottom: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  word-break: break-word;
  font-weight: 900;
  color: #2e2f31;
}
.page-header .svg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header .breadcrumbs {
  overflow: hidden;
}
.page-header .breadcrumbs .breadcrumbs__item {
  font-weight: 900;
  font-size: 22px;
  color: #73808d !important;
}
.page-header .breadcrumbs .breadcrumbs__item:not(:last-child):after {
  content: '\00a0\00a0/\00a0\00a0';
  color: #73808d !important;
}
.page-header .breadcrumbs .breadcrumbs__item:last-child {
  color: #2e2f31 !important;
}
.page-header .poll-actions {
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
  .page-header {
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
    padding-top: 6px;
  }
  .page-header .breadcrumbs .breadcrumbs__item {
    font-size: 16px;
  }
  .page-header .poll-actions {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-header .poll-actions .poll-info-button .f-btn {
    margin-left: 0px!important;
  }
}
.dense-form-group {
  margin-bottom: 0;
  max-width: 100%;
}
.dense-form-group .form-label {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #73808D;
}
.dense-form-group .form-control {
  height: unset;
  box-sizing: border-box;
  padding: 0;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
}
.dense-form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.dense-form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
}
.dense-form-group .form-control::placeholder {
  font-size: 14px;
}
.dense-form-group .select2-container--form-control {
  border: none !important;
}
.dense-form-group .select2-container--form-control .select2-selection {
  height: unset;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple {
  border: none !important;
  min-height: unset !important;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple.select2-selection .select2-selection__rendered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
  margin-top: -5px;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple .select2-selection__choice {
  padding: 0 !important;
  margin-right: 15px !important;
  background: none !important;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 8px !important;
  background: #ECEFF1 !important;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple .select2-search {
  margin-top: 2px !important;
  margin-left: -13px !important;
  font-size: 14px;
  line-height: 16px;
}
.dense-form-group .select2-container--form-control .select2-selection--multiple .select2-search__field {
  max-width: 256px;
}
.dense-form-group .select2-container--form-control .select2-selection__rendered {
  padding-right: 12px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000000 !important;
}
.dense-form-group .select2-container--form-control .select2-selection__arrow b {
  width: 14px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.dense-form-group .select2-container--form-control.select2-container--empty .select2-selection--multiple .select2-search {
  margin-left: 0 !important;
}
.dense-form-group__dropdown:before {
  left: 21.7px !important;
  right: unset;
}
.fancybox-button--rotate svg {
  width: 17px;
  height: 16px;
  margin: auto;
  fill: none;
}
.fancybox-button--rotate path:nth-child(1) {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fancybox-button--rotate path:nth-child(2) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fancybox-navigation .fancybox-button {
  width: 38px;
  height: 38px;
  padding: 0!important;
  top: calc(50% - 20px);
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
.colorpicker.fade-in {
  animation-name: fade-in;
  animation-duration: 0.2s;
}
.colorpicker.slide-in {
  animation-name: slide-in;
  animation-duration: 0.15s;
}
.colorpicker {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  position: fixed;
  display: none;
  border: 1px solid #e9ebee;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
}
.colorpicker.is-opened {
  display: inline-block;
  z-index: 9;
}
.colorpicker:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid black;
  box-shadow: -1px 1px 1px 0 rgba(147, 157, 170, 0.23);
  transform-origin: 50% 50%;
}
.colorpicker-input + .colorpicker--inline,
.colorpicker-anchor + .colorpicker--inline {
  margin-top: 10px;
}
.colorpicker-circle-anchor {
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
}
.colorpicker-circle-anchor__color {
  line-height: 0;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.colorpicker-anchor--inline {
  display: block;
}
.colorpicker--position-top::after,
.colorpicker--position-top::before,
.colorpicker--position-top-center::after,
.colorpicker--position-top-center::before {
  margin-left: -3px;
  bottom: -6px;
  left: 50%;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
.colorpicker--position-bottom::after,
.colorpicker--position-bottom-center::after {
  margin-left: -3px;
  top: -6px;
  bottom: auto;
  left: 50%;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
}
.colorpicker--position-top.is-arrow-left::after,
.colorpicker--position-bottom.is-arrow-left::after {
  left: 18px;
  right: auto;
}
.colorpicker--position-top.is-arrow-right::after,
.colorpicker--position-bottom.is-arrow-right::after {
  left: auto;
  right: 18px;
}
.colorpicker--position-left::after,
.colorpicker--position-left-center::after {
  margin-top: -3px;
  left: auto;
  bottom: auto;
  right: -6px;
  top: 50%;
  border-color: transparent transparent #fff #fff;
  transform: rotate(225deg);
}
.colorpicker--position-right::after,
.colorpicker--position-right-center::after {
  margin-top: -3px;
  left: -6px;
  bottom: auto;
  right: auto;
  top: 50%;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-315deg);
}
.colorpicker--position-left.is-arrow-top::after,
.colorpicker--position-right.is-arrow-top::after {
  top: 18px;
  bottom: auto;
}
.colorpicker--position-left.is-arrow-bottom::after,
.colorpicker--position-right.is-arrow-bottom::after {
  top: auto;
  bottom: 18px;
}
.colorpicker--inline {
  position: static;
  box-shadow: none;
  display: inline-block;
}
.colorpicker--inline:after {
  display: none;
}
.colorpicker--no-arrow:after {
  opacity: 0;
}
.colorpicker-input {
  position: relative;
  display: block;
}
.colorpicker-input--position-right .colorpicker-custom-anchor {
  right: 10px;
}
.colorpicker-input--position-right input,
.colorpicker-input--position-right .form-control {
  padding-right: 42px;
}
.colorpicker-input--position-left .colorpicker-custom-anchor {
  left: 10px;
}
.colorpicker-input--position-left input,
.colorpicker-input--position-left .form-control {
  padding-left: 42px;
}
.colorpicker-input .colorpicker-custom-anchor {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: block;
}
.colorpicker-input .colorpicker-circle-anchor__color {
  width: 26px;
  height: 26px;
}
input + .colorpicker--inline,
select + .colorpicker--inline,
textarea + .colorpicker--inline {
  margin-top: 10px;
}
.colorpicker-default {
  height: auto;
  width: 308px;
  padding: 9px 9px 7px 9px;
}
.colorpicker-default__body {
  display: -ms-flexbox;
  display: flex;
}
.colorpicker-default__spectrum-container {
  width: 230px;
  height: 230px;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
}
.colorpicker-default__spectrum-canvas {
  width: 230px;
  height: 230px;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.colorpicker-default__spectrum-cursor,
.colorpicker-default__hue-cursor,
.colorpicker-default__opacity-cursor {
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  cursor: default;
  box-sizing: border-box;
}
.colorpicker-default__hue-cursor,
.colorpicker-default__opacity-cursor {
  left: calc(50% - 7px);
  top: 50%;
}
.colorpicker-default__hue-container,
.colorpicker-default__opacity-container {
  width: 19px;
  height: 230px;
  border-radius: 3px;
  margin-left: 10px;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.colorpicker-default__hue-canvas,
.colorpicker-default__opacity-canvas {
  width: 19px;
  height: 230px;
  border-radius: 3px;
}
.colorpicker-default--hex-only .colorpicker-default__opacity-container {
  display: none;
}
.colorpicker-default--hex-only {
  width: 279px;
}
.colorpicker-default--hex-only .colorpicker-default__spectrum-container,
.colorpicker-default--hex-only .colorpicker-default__spectrum-canvas {
  width: 230px;
}
.colorpicker-default--hex-only .colorpicker-default__r-input-container,
.colorpicker-default--hex-only .colorpicker-default__g-input-container,
.colorpicker-default--hex-only .colorpicker-default__b-input-container,
.colorpicker-default--hex-only .colorpicker-default__a-input-container,
.colorpicker-default--hex-only .colorpicker-default__hex-text {
  display: none;
}
.colorpicker-default--hex-only .colorpicker-default__hex-input-container,
.colorpicker-default--hex-only .colorpicker-default__hex-input {
  width: 100%;
  margin-right: 0;
}
.colorpicker-default--hex-only .colorpicker-default__history {
  padding-right: 1px;
}
.colorpicker-default__info {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 0 0;
}
.colorpicker-default__info--hidden {
  display: none;
}
.colorpicker-default__hex-input-container,
.colorpicker-default__r-input-container,
.colorpicker-default__g-input-container,
.colorpicker-default__b-input-container,
.colorpicker-default__a-input-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 9px;
}
.colorpicker-default__hex-input,
.colorpicker-default__r-input,
.colorpicker-default__g-input,
.colorpicker-default__b-input,
.colorpicker-default__a-input {
  box-sizing: border-box;
  width: 44px;
  height: 36px;
  border: 1px solid #d3d9dd;
  border-radius: 3px;
  color: #000;
  padding: 6px 8px;
  font-size: 14px;
  transition: border 0.2s ease-in-out;
  background: #fff;
}
.colorpicker-default__hex-input:-ms-input-placeholder,
.colorpicker-default__r-input:-ms-input-placeholder,
.colorpicker-default__g-input:-ms-input-placeholder,
.colorpicker-default__b-input:-ms-input-placeholder,
.colorpicker-default__a-input:-ms-input-placeholder {
  color: #939daa;
}
.colorpicker-default__hex-input::-ms-input-placeholder,
.colorpicker-default__r-input::-ms-input-placeholder,
.colorpicker-default__g-input::-ms-input-placeholder,
.colorpicker-default__b-input::-ms-input-placeholder,
.colorpicker-default__a-input::-ms-input-placeholder {
  color: #939daa;
}
.colorpicker-default__hex-input:-ms-input-placeholder, .colorpicker-default__r-input:-ms-input-placeholder, .colorpicker-default__g-input:-ms-input-placeholder, .colorpicker-default__b-input:-ms-input-placeholder, .colorpicker-default__a-input:-ms-input-placeholder {
  color: #939daa;
}
.colorpicker-default__hex-input::-ms-input-placeholder, .colorpicker-default__r-input::-ms-input-placeholder, .colorpicker-default__g-input::-ms-input-placeholder, .colorpicker-default__b-input::-ms-input-placeholder, .colorpicker-default__a-input::-ms-input-placeholder {
  color: #939daa;
}
.colorpicker-default__hex-input::placeholder,
.colorpicker-default__r-input::placeholder,
.colorpicker-default__g-input::placeholder,
.colorpicker-default__b-input::placeholder,
.colorpicker-default__a-input::placeholder {
  color: #939daa;
}
.colorpicker-default__hex-input:focus,
.colorpicker-default__r-input:focus,
.colorpicker-default__g-input:focus,
.colorpicker-default__b-input:focus,
.colorpicker-default__a-input:focus {
  border-color: #0094f2;
  box-shadow: none;
  outline: none;
}
.colorpicker-default__hex-input {
  width: 76px;
}
.colorpicker-default__hex-text,
.colorpicker-default__r-text,
.colorpicker-default__g-text,
.colorpicker-default__b-text,
.colorpicker-default__a-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #939daa;
  margin-top: 8px;
}
.colorpicker-default__history {
  border-top: 1px solid #e9ebee;
  padding: 15px;
  margin: -9px;
  margin-top: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 5px;
  padding-bottom: 5px;
}
.colorpicker-default__history.is-hidden {
  display: none;
}
.colorpicker-default__history-item {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #EEF1F5;
  margin-right: 10px;
  margin-bottom: 10px;
}
.colorpicker-default__history-item.is-empty {
  border-color: transparent;
}
.colorpicker-default__history-item.is-add-new {
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #dfe5ec url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAA7SURBVHjaYvz//z9Dy6RlDFDwH0oz1uRFQRjNE5cyIAG4ApgAEwMBwIKkC5tJxJnAiM8NjIR8QdAKwABr3RPEnLgHwwAAAABJRU5ErkJggg==") center center no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}
.colorpicker-default__history-item.is-add-new:hover {
  background-color: #d5dde6;
}
.scrollable-wrapper {
  position: relative;
}
.scrollable-wrapper .scrollable-wrapper__curtain {
  position: absolute;
}
.scrollable-wrapper .scrollable-wrapper__top-curtain {
  top: 0;
  right: 1px;
  left: 1px;
}
.scrollable-wrapper .scrollable-wrapper__right-curtain {
  right: 0;
  top: 1px;
  bottom: 1px;
}
.scrollable-wrapper .scrollable-wrapper__bottom-curtain {
  bottom: 0;
  right: 1px;
  left: 1px;
}
.scrollable-wrapper .scrollable-wrapper__left-curtain {
  left: 0;
  top: 1px;
  bottom: 1px;
}
.scrollable-wrapper__content {
  overflow: auto;
}
.scrollable-wrapper__curtain {
  content: '';
  display: block;
}
.scrollable-wrapper__top-curtain {
  height: 28px;
  background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.scrollable-wrapper__right-curtain {
  width: 28px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.scrollable-wrapper__bottom-curtain {
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.scrollable-wrapper__left-curtain {
  width: 28px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.b-quick-help {
  display: none;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.1);
}
.b-quick-help .btn-primary {
  background-color: #3f65f1;
  font-size: 13px;
  font-weight: 500;
  padding: 0 22px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
}
.b-quick-help_visible {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.b-quick-help__close {
  z-index: 9;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.668.293a1%201%200%20010%201.414L6.395%204.98l3.312%203.313a1%201%200%2001-1.414%201.414L4.98%206.395%201.707%209.668A1%201%200%2011.293%208.254L3.566%204.98.332%201.746A1%201%200%20111.746.332L4.98%203.566%208.254.293a1%201%200%20011.414%200z%22%20fill%3D%22%2373808D%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.b-quick-help__close:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.668.293a1%201%200%20010%201.414L6.395%204.98l3.312%203.313a1%201%200%2001-1.414%201.414L4.98%206.395%201.707%209.668A1%201%200%2011.293%208.254L3.566%204.98.332%201.746A1%201%200%20111.746.332L4.98%203.566%208.254.293a1%201%200%20011.414%200z%22%20fill%3D%22%233F65F1%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.b-quick-help__icon {
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
}
.b-quick-help__text {
  min-height: 270px;
  padding-top: 177px;
  position: relative;
}
.b-quick-help__body {
  background: #FFFFFF;
  border-radius: 9px;
  width: 400px;
  left: 400px;
  padding: 0 32px 32px;
  position: absolute;
  font-size: 15px;
  line-height: 1.3;
  transition: all 0.25s ease-in-out;
  color: #2E2F31;
}
.b-quick-help__body .btn {
  outline: none !important;
  box-shadow: none !important;
}
.b-quick-help__body p,
.b-quick-help__body .p {
  margin-bottom: 12px;
}
.b-quick-help__body p:last-child,
.b-quick-help__body .p:last-child {
  margin-bottom: 0;
}
.b-quick-help__body ul {
  color: #2e2f31;
}
.b-quick-help__body ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.b-quick-help__body ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.b-quick-help__body ul li:last-child {
  margin-bottom: 0;
}
.b-quick-help__body .b-quick-help__arrow {
  width: 22px !important;
  height: 6px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  position: absolute;
  top: 25px;
  content: '';
  left: -13px;
  transform: rotate(-90deg);
}
.b-quick-help__nav {
  padding-top: 19px;
}
.b-quick-help__nav .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.b-quick-help__nav .pagination .item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #CFD8DC;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.b-quick-help__nav .pagination .item:hover {
  background-color: #3f65f1;
  opacity: 0.4;
}
.b-quick-help__nav .pagination .item.passed,
.b-quick-help__nav .pagination .item.passed:hover {
  background-color: #3f65f1;
  opacity: 1;
}
.b-quick-help__nav .pagination .item:first-child {
  margin-left: 0;
}
.js-i-preview {
  position: fixed !important;
  z-index: 99999;
  opacity: 0.99;
}
.js-i-preview:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: -16px;
  top: 50%;
  left: -18px;
  height: 36px;
  transform: translate(0, -50%);
  background-color: #fff;
  border-radius: 5px;
}
.js-i-preview.sidebar__create-survays:after {
  display: none;
}
.js-i-preview.small:after {
  right: 0;
  left: 0;
}
.js-i-preview.small:before {
  margin: 0;
}
.js-i-preview.small .button-add {
  font-size: 0;
  height: 36px;
  padding: 0;
}
.js-i-preview.small .button-add--with-dropdown:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%201a1%201%200%20012%200v8a1%201%200%2001-2%200V1z%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M1%206a1%201%200%20010-2h8a1%201%200%20010%202H1z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar {
  padding: 20.5px 35px 0 25px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar .jivo-btn {
  width: 50px;
  height: 50px;
  margin-top: 16px;
  padding: 0;
  display: none;
  padding-top: 3px;
}
.sidebar_empty {
  padding-top: 30px;
  padding-left: 6px;
}
.sidebar__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.sidebar__button .btn-menu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding: 10px;
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.sidebar__button .btn-menu--close {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20focusable%3D%22false%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%2373808d%22%20d%3D%22M193.94%20256L296.5%20153.44l21.15-21.15c3.12-3.12%203.12-8.19%200-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31%200L160%20222.06%2036.29%2098.34c-3.12-3.12-8.19-3.12-11.31%200L2.34%20120.97c-3.12%203.12-3.12%208.19%200%2011.31L126.06%20256%202.34%20379.71c-3.12%203.12-3.12%208.19%200%2011.31l22.63%2022.63c3.12%203.12%208.19%203.12%2011.31%200L160%20289.94%20262.56%20392.5l21.15%2021.15c3.12%203.12%208.19%203.12%2011.31%200l22.63-22.63c3.12-3.12%203.12-8.19%200-11.31L193.94%20256z%22%3E%3C/path%3E%3C/svg%3E");
}
.sidebar__button .btn-menu--open {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%2373808d%22%20d%3D%22M491.318,235.318H20.682C9.26,235.318,0,244.577,0,256s9.26,20.682,20.682,20.682h470.636%0A%09%09%09c11.423,0,20.682-9.259,20.682-20.682C512,244.578,502.741,235.318,491.318,235.318z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%2373808d%22%20d%3D%22M491.318,78.439H20.682C9.26,78.439,0,87.699,0,99.121c0,11.422,9.26,20.682,20.682,20.682h470.636%0A%09%09%09c11.423,0,20.682-9.26,20.682-20.682C512,87.699,502.741,78.439,491.318,78.439z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%2373808d%22%20d%3D%22M491.318,392.197H20.682C9.26,392.197,0,401.456,0,412.879s9.26,20.682,20.682,20.682h470.636%0A%09%09%09c11.423,0,20.682-9.259,20.682-20.682S502.741,392.197,491.318,392.197z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
  background-size: 26px;
  margin: 0 -2px;
}
.sidebar__logo {
  margin-left: 20px;
  overflow: hidden;
}
.sidebar__logo-link {
  width: 94px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2294%22%20height%3D%2221%22%20viewBox%3D%220%200%2094%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.4078%204.00251C11.3437%204.26867%2011.1055%204.45623%2010.8318%204.45623H4.44205V8.3984H10.3772L9.42721%2012.2056H4.44205V19.6309H0V0.514063H11.4962C11.8796%200.514063%2012.1621%200.872683%2012.0722%201.24543L11.4078%204.00251ZM33.3119%209.99042C33.3119%2016.0387%2029.0012%2020.1429%2023.1661%2020.1429C17.3573%2020.1429%2013.0466%2016.0387%2013.0466%209.99042C13.0466%203.86116%2017.3573%200%2023.1661%200C29.0012%200%2033.3119%203.86116%2033.3119%209.99042ZM28.5019%209.99065C28.5019%206.6425%2026.3203%204.1584%2023.1662%204.1584C20.0121%204.1584%2017.8568%206.6425%2017.8568%209.99065C17.8568%2013.4468%2020.0384%2015.9309%2023.1662%2015.9309C26.2941%2015.9309%2028.5019%2013.4468%2028.5019%209.99065ZM57.2473%2019.0373C57.2473%2019.3645%2056.982%2019.6298%2056.6547%2019.6298H45.9187C40.0047%2019.6298%2035.9832%2016.0927%2035.9832%209.82842C35.9832%204.02317%2040.3201%200%2046.0764%200C51.859%200%2056.0907%203.99617%2056.0907%209.74742C56.0907%2012.6635%2054.6714%2014.9046%2053.3309%2015.9577V16.0387L56.6425%2015.9702C56.9744%2015.9633%2057.2473%2016.2306%2057.2473%2016.5626V19.0373ZM51.3335%209.88318C51.3335%206.56204%2049.1782%204.18594%2046.0766%204.18594C43.0802%204.18594%2040.8198%206.56204%2040.8198%209.88318C40.8198%2013.3123%2042.9751%2015.6884%2046.0504%2015.6884C49.0993%2015.6884%2051.3335%2013.3123%2051.3335%209.88318ZM75.9255%2012.4216C75.9255%2017.0118%2072.7714%2020.1439%2067.9088%2020.1439C63.0199%2020.1439%2059.9709%2017.0118%2059.9709%2012.4216V1.1066C59.9709%200.779352%2060.2362%200.514063%2060.5634%200.514063H63.8467C64.1739%200.514063%2064.4392%200.779352%2064.4392%201.1066V12.0436C64.4392%2014.0956%2065.4118%2015.9857%2067.9351%2015.9857C70.4846%2015.9857%2071.4309%2014.0956%2071.4309%2012.0436V1.1066C71.4309%200.779352%2071.6962%200.514063%2072.0234%200.514063H75.3329C75.6602%200.514063%2075.9255%200.779352%2075.9255%201.1066V12.4216ZM93.9998%2019.0383C93.9998%2019.3656%2093.7345%2019.6309%2093.4073%2019.6309H79.9257C79.5984%2019.6309%2079.3332%2019.3656%2079.3332%2019.0383V15.8406C79.3332%2015.7073%2079.3781%2015.5778%2079.4608%2015.4732L87.4321%205.38922C87.7392%205.00071%2087.4625%204.42923%2086.9673%204.42923H80.136C79.8087%204.42923%2079.5434%204.16394%2079.5434%203.83669V1.1066C79.5434%200.779351%2079.8087%200.514063%2080.136%200.514063H93.2233C93.5505%200.514063%2093.8158%200.779352%2093.8158%201.1066V4.0066C93.8158%204.1404%2093.7705%204.27025%2093.6873%204.37504L85.5107%2014.6737C85.2024%2015.062%2085.4789%2015.6347%2085.9748%2015.6347H93.4073C93.7345%2015.6347%2093.9998%2015.9%2093.9998%2016.2272V19.0383Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  transition: all 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  background-image: url("/img/logo-ru.svg");
}
.sidebar__logo-link:hover {
  width: 94px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2294%22%20height%3D%2221%22%20viewBox%3D%220%200%2094%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.4078%204.00251C11.3437%204.26867%2011.1055%204.45623%2010.8318%204.45623H4.44205V8.3984H10.3772L9.42721%2012.2056H4.44205V19.6309H0V0.514063H11.4962C11.8796%200.514063%2012.1621%200.872683%2012.0722%201.24543L11.4078%204.00251ZM33.3119%209.99042C33.3119%2016.0387%2029.0012%2020.1429%2023.1661%2020.1429C17.3573%2020.1429%2013.0466%2016.0387%2013.0466%209.99042C13.0466%203.86116%2017.3573%200%2023.1661%200C29.0012%200%2033.3119%203.86116%2033.3119%209.99042ZM28.5019%209.99065C28.5019%206.6425%2026.3203%204.1584%2023.1662%204.1584C20.0121%204.1584%2017.8568%206.6425%2017.8568%209.99065C17.8568%2013.4468%2020.0384%2015.9309%2023.1662%2015.9309C26.2941%2015.9309%2028.5019%2013.4468%2028.5019%209.99065ZM57.2473%2019.0373C57.2473%2019.3645%2056.982%2019.6298%2056.6547%2019.6298H45.9187C40.0047%2019.6298%2035.9832%2016.0927%2035.9832%209.82842C35.9832%204.02317%2040.3201%200%2046.0764%200C51.859%200%2056.0907%203.99617%2056.0907%209.74742C56.0907%2012.6635%2054.6714%2014.9046%2053.3309%2015.9577V16.0387L56.6425%2015.9702C56.9744%2015.9633%2057.2473%2016.2306%2057.2473%2016.5626V19.0373ZM51.3335%209.88318C51.3335%206.56204%2049.1782%204.18594%2046.0766%204.18594C43.0802%204.18594%2040.8198%206.56204%2040.8198%209.88318C40.8198%2013.3123%2042.9751%2015.6884%2046.0504%2015.6884C49.0993%2015.6884%2051.3335%2013.3123%2051.3335%209.88318ZM75.9255%2012.4216C75.9255%2017.0118%2072.7714%2020.1439%2067.9088%2020.1439C63.0199%2020.1439%2059.9709%2017.0118%2059.9709%2012.4216V1.1066C59.9709%200.779352%2060.2362%200.514063%2060.5634%200.514063H63.8467C64.1739%200.514063%2064.4392%200.779352%2064.4392%201.1066V12.0436C64.4392%2014.0956%2065.4118%2015.9857%2067.9351%2015.9857C70.4846%2015.9857%2071.4309%2014.0956%2071.4309%2012.0436V1.1066C71.4309%200.779352%2071.6962%200.514063%2072.0234%200.514063H75.3329C75.6602%200.514063%2075.9255%200.779352%2075.9255%201.1066V12.4216ZM93.9998%2019.0383C93.9998%2019.3656%2093.7345%2019.6309%2093.4073%2019.6309H79.9257C79.5984%2019.6309%2079.3332%2019.3656%2079.3332%2019.0383V15.8406C79.3332%2015.7073%2079.3781%2015.5778%2079.4608%2015.4732L87.4321%205.38922C87.7392%205.00071%2087.4625%204.42923%2086.9673%204.42923H80.136C79.8087%204.42923%2079.5434%204.16394%2079.5434%203.83669V1.1066C79.5434%200.779351%2079.8087%200.514063%2080.136%200.514063H93.2233C93.5505%200.514063%2093.8158%200.779352%2093.8158%201.1066V4.0066C93.8158%204.1404%2093.7705%204.27025%2093.6873%204.37504L85.5107%2014.6737C85.2024%2015.062%2085.4789%2015.6347%2085.9748%2015.6347H93.4073C93.7345%2015.6347%2093.9998%2015.9%2093.9998%2016.2272V19.0383Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__account {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.sidebar__account .sidebar__info {
  overflow: hidden;
}
.sidebar__account .dropdown-menu {
  min-width: 210px;
  left: 0 !important;
  transform: translate3d(0, 40px, 0px) !important;
}
.sidebar__account .dropdown-menu:before {
  right: auto;
  left: 10px;
}
.sidebar__account .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.sidebar__account .dropdown-item i {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%2013H2.333A1.334%201.334%200%20011%2011.667V2.333A1.333%201.333%200%20012.333%201H5M9.666%2010.333L13%207%209.666%203.667M13%207H5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 10px !important;
  height: 10px !important;
  margin-left: 9px;
}
.sidebar__picture-link {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background-color: rgba(207, 216, 220, 0.49);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  margin-right: 16px;
}
.sidebar__account-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.sidebar__account-title {
  padding-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  transition: all 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar__username-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  color: #3d63ec;
  cursor: pointer;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar__username-link:hover {
  color: #395cdd;
  text-decoration: none;
}
.sidebar__username-role {
  color: #73808d;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.sidebar__create-survays {
  margin-bottom: 25px;
}
.sidebar__create-survays .button-add {
  max-width: 180px;
  width: 100%;
}
.sidebar__create-survays .dropdown .dropdown-menu:before {
  left: 149px;
}
.sidebar__menu-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.sidebar__menu-item {
  margin-bottom: 18px;
  position: relative;
}
.sidebar__menu-item:last-child {
  margin-bottom: 32px;
}
.sidebar__menu-item .f-exclamation-mark {
  position: absolute;
  left: 16px;
  top: -3px;
  cursor: pointer;
}
.sidebar__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.81;
  color: #73808d;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar__item-link:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 40px !important;
  margin-right: 5px;
  background-position: left 5px center;
  background-size: auto !important;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar__item-link--disabled {
  cursor: default;
  color: #73808d;
}
.sidebar__item-link--projects:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20viewBox%3D%220%200%2022%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.56525%208.09752C1.06994%207.80399%201.03101%207.55252%201.03101%207.49219C1.03101%207.43185%201.06994%207.18038%201.56525%206.88686L9.03633%202.45956C9.52951%202.1673%2010.2377%201.99219%2010.9998%201.99219C11.7618%201.99219%2012.47%202.1673%2012.9632%202.45956L20.4343%206.88686C20.9296%207.18038%2020.9685%207.43185%2020.9685%207.49219C20.9685%207.55252%2020.9296%207.80399%2020.4343%208.09752L12.9632%2012.5248C12.47%2012.8171%2011.7618%2012.9922%2010.9998%2012.9922C10.2377%2012.9922%209.52951%2012.8171%209.03632%2012.5248L1.56525%208.09752Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2011.3921C0.749065%2011.5012%200.892544%2011.6049%201.05545%2011.7015L8.52652%2016.1288C8.6034%2016.1743%208.68298%2016.2173%208.76493%2016.2577L9.54613%2016.7207C9.84953%2016.9005%2010.3709%2017.0483%2010.9998%2017.0483C11.6286%2017.0483%2012.15%2016.9005%2012.4534%2016.7207L13.2346%2016.2577C13.3165%2016.2173%2013.3961%2016.1743%2013.473%2016.1288L20.9441%2011.7015C21.107%2011.6049%2021.2504%2011.5012%2021.3745%2011.3921C22.2906%2012.198%2022.1471%2013.3011%2020.9441%2014.014L13.473%2018.4413C12.1071%2019.2507%209.89245%2019.2507%208.52652%2018.4413L1.05545%2014.014C-0.147568%2013.3011%20-0.291047%2012.198%200.625016%2011.3921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2016.3921C0.749065%2016.5012%200.892544%2016.6049%201.05545%2016.7015L8.52652%2021.1288C8.6034%2021.1743%208.68298%2021.2173%208.76493%2021.2577L9.54613%2021.7207C9.84953%2021.9005%2010.3709%2022.0483%2010.9998%2022.0483C11.6286%2022.0483%2012.15%2021.9005%2012.4534%2021.7207L13.2346%2021.2577C13.3165%2021.2173%2013.3961%2021.1743%2013.473%2021.1288L20.9441%2016.7015C21.107%2016.6049%2021.2504%2016.5012%2021.3745%2016.3921C22.2906%2017.198%2022.1471%2018.3011%2020.9441%2019.014L13.473%2023.4413C12.1071%2024.2507%209.89245%2024.2507%208.52652%2023.4413L1.05545%2019.014C-0.147568%2018.3011%20-0.291047%2017.198%200.625016%2016.3921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--projects:active:before,
.sidebar__item-link--projects.active:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20viewBox%3D%220%200%2022%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.56525%208.09752C1.06994%207.80399%201.03101%207.55252%201.03101%207.49219C1.03101%207.43185%201.06994%207.18038%201.56525%206.88686L9.03633%202.45956C9.52951%202.1673%2010.2377%201.99219%2010.9998%201.99219C11.7618%201.99219%2012.47%202.1673%2012.9632%202.45956L20.4343%206.88686C20.9296%207.18038%2020.9685%207.43185%2020.9685%207.49219C20.9685%207.55252%2020.9296%207.80399%2020.4343%208.09752L12.9632%2012.5248C12.47%2012.8171%2011.7618%2012.9922%2010.9998%2012.9922C10.2377%2012.9922%209.52951%2012.8171%209.03632%2012.5248L1.56525%208.09752Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2011.3921C0.749065%2011.5012%200.892544%2011.6049%201.05545%2011.7015L8.52652%2016.1288C8.6034%2016.1743%208.68298%2016.2173%208.76493%2016.2577L9.54613%2016.7207C9.84953%2016.9005%2010.3709%2017.0483%2010.9998%2017.0483C11.6286%2017.0483%2012.15%2016.9005%2012.4534%2016.7207L13.2346%2016.2577C13.3165%2016.2173%2013.3961%2016.1743%2013.473%2016.1288L20.9441%2011.7015C21.107%2011.6049%2021.2504%2011.5012%2021.3745%2011.3921C22.2906%2012.198%2022.1471%2013.3011%2020.9441%2014.014L13.473%2018.4413C12.1071%2019.2507%209.89245%2019.2507%208.52652%2018.4413L1.05545%2014.014C-0.147568%2013.3011%20-0.291047%2012.198%200.625016%2011.3921Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2016.3921C0.749065%2016.5012%200.892544%2016.6049%201.05545%2016.7015L8.52652%2021.1288C8.6034%2021.1743%208.68298%2021.2173%208.76493%2021.2577L9.54613%2021.7207C9.84953%2021.9005%2010.3709%2022.0483%2010.9998%2022.0483C11.6286%2022.0483%2012.15%2021.9005%2012.4534%2021.7207L13.2346%2021.2577C13.3165%2021.2173%2013.3961%2021.1743%2013.473%2021.1288L20.9441%2016.7015C21.107%2016.6049%2021.2504%2016.5012%2021.3745%2016.3921C22.2906%2017.198%2022.1471%2018.3011%2020.9441%2019.014L13.473%2023.4413C12.1071%2024.2507%209.89245%2024.2507%208.52652%2023.4413L1.05545%2019.014C-0.147568%2018.3011%20-0.291047%2017.198%200.625016%2016.3921Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--projects:hover:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20viewBox%3D%220%200%2022%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.56525%208.09752C1.06994%207.80399%201.03101%207.55252%201.03101%207.49219C1.03101%207.43185%201.06994%207.18038%201.56525%206.88686L9.03633%202.45956C9.52951%202.1673%2010.2377%201.99219%2010.9998%201.99219C11.7618%201.99219%2012.47%202.1673%2012.9632%202.45956L20.4343%206.88686C20.9296%207.18038%2020.9685%207.43185%2020.9685%207.49219C20.9685%207.55252%2020.9296%207.80399%2020.4343%208.09752L12.9632%2012.5248C12.47%2012.8171%2011.7618%2012.9922%2010.9998%2012.9922C10.2377%2012.9922%209.52951%2012.8171%209.03632%2012.5248L1.56525%208.09752Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2011.3921C0.749065%2011.5012%200.892544%2011.6049%201.05545%2011.7015L8.52652%2016.1288C8.6034%2016.1743%208.68298%2016.2173%208.76493%2016.2577L9.54613%2016.7207C9.84953%2016.9005%2010.3709%2017.0483%2010.9998%2017.0483C11.6286%2017.0483%2012.15%2016.9005%2012.4534%2016.7207L13.2346%2016.2577C13.3165%2016.2173%2013.3961%2016.1743%2013.473%2016.1288L20.9441%2011.7015C21.107%2011.6049%2021.2504%2011.5012%2021.3745%2011.3921C22.2906%2012.198%2022.1471%2013.3011%2020.9441%2014.014L13.473%2018.4413C12.1071%2019.2507%209.89245%2019.2507%208.52652%2018.4413L1.05545%2014.014C-0.147568%2013.3011%20-0.291047%2012.198%200.625016%2011.3921Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.625016%2016.3921C0.749065%2016.5012%200.892544%2016.6049%201.05545%2016.7015L8.52652%2021.1288C8.6034%2021.1743%208.68298%2021.2173%208.76493%2021.2577L9.54613%2021.7207C9.84953%2021.9005%2010.3709%2022.0483%2010.9998%2022.0483C11.6286%2022.0483%2012.15%2021.9005%2012.4534%2021.7207L13.2346%2021.2577C13.3165%2021.2173%2013.3961%2021.1743%2013.473%2021.1288L20.9441%2016.7015C21.107%2016.6049%2021.2504%2016.5012%2021.3745%2016.3921C22.2906%2017.198%2022.1471%2018.3011%2020.9441%2019.014L13.473%2023.4413C12.1071%2024.2507%209.89245%2024.2507%208.52652%2023.4413L1.05545%2019.014C-0.147568%2018.3011%20-0.291047%2017.198%200.625016%2016.3921Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--projects.sidebar__item-link--disabled:before {
  width: 28px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.993%202.702c.005.1.007.202.007.305.907%200%201.449.366%201.735.987l2.812-1.666c.304-.18.825-.328%201.454-.328s1.15.148%201.454.328l7.04%204.172-7.04%204.172c-.304.18-.825.328-1.454.328s-1.15-.148-1.454-.328L13%209.162v1.845c0%20.152-.015.304-.044.454l1.572.932c1.366.81%203.58.81%204.946%200l7.471-4.427c1.366-.81%201.366-2.122%200-2.932L19.475.607c-1.367-.81-3.581-.81-4.947%200l-3.535%202.095z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.72%2014.007H10c.576%200%201.153-.221%201.644-.58l2.884%201.71c.077.045.156.088.238.129l.781.463c.304.18.825.327%201.454.327s1.15-.148%201.454-.328l.78-.462a3.59%203.59%200%2000.24-.13l7.47-4.427c.163-.096.307-.2.43-.31.917.807.773%201.91-.43%202.623l-7.47%204.427c-1.367.81-3.581.81-4.947%200L8.72%2014.007zM7.057%2015.71a2.856%202.856%200%2001-.43-.31c-.917.807-.773%201.91.43%202.623l7.47%204.427c1.367.81%203.581.81%204.947%200l7.471-4.427c1.203-.713%201.347-1.816.43-2.622-.123.109-.267.213-.43.31l-7.47%204.427a3.59%203.59%200%2001-.24.129l-.78.463c-.304.18-.825.327-1.454.327s-1.15-.148-1.454-.328l-.78-.462a3.592%203.592%200%2001-.24-.13l-7.47-4.427z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20d%3D%22M9%205.507H2a1%201%200%2000-1%201v3.5a1%201%200%20001%201h7a1%201%200%20001-1v-3.5a1%201%200%2000-1-1zM3%205.507v-2a2.5%202.5%200%20115%200v2%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateX(-4px);
}
.sidebar__item-link--surveys:before {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%203.99219H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2011.9949H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2019.9818H21.8384%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999756%2019.4911L2.67029%2020.9609L6.03101%2017.9922%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%205.99219C4.10433%205.99219%204.99976%205.09676%204.99976%203.99219C4.99976%202.88762%204.10433%201.99219%202.99976%201.99219C1.89519%201.99219%200.999756%202.88762%200.999756%203.99219C0.999756%205.09676%201.89519%205.99219%202.99976%205.99219Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%2013.9922C4.10433%2013.9922%204.99976%2013.0968%204.99976%2011.9922C4.99976%2010.8876%204.10433%209.99219%202.99976%209.99219C1.89519%209.99219%200.999756%2010.8876%200.999756%2011.9922C0.999756%2013.0968%201.89519%2013.9922%202.99976%2013.9922Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--surveys:active:before,
.sidebar__item-link--surveys.active:before {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%203.99219H21.8384%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2011.9949H21.8384%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2019.9818H21.8384%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999756%2019.4911L2.67029%2020.9609L6.03101%2017.9922%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%205.99219C4.10433%205.99219%204.99976%205.09676%204.99976%203.99219C4.99976%202.88762%204.10433%201.99219%202.99976%201.99219C1.89519%201.99219%200.999756%202.88762%200.999756%203.99219C0.999756%205.09676%201.89519%205.99219%202.99976%205.99219Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%2013.9922C4.10433%2013.9922%204.99976%2013.0968%204.99976%2011.9922C4.99976%2010.8876%204.10433%209.99219%202.99976%209.99219C1.89519%209.99219%200.999756%2010.8876%200.999756%2011.9922C0.999756%2013.0968%201.89519%2013.9922%202.99976%2013.9922Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--surveys:hover:before {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%203.99219H21.8384%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2011.9949H21.8384%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2019.9818H21.8384%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999756%2019.4911L2.67029%2020.9609L6.03101%2017.9922%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%205.99219C4.10433%205.99219%204.99976%205.09676%204.99976%203.99219C4.99976%202.88762%204.10433%201.99219%202.99976%201.99219C1.89519%201.99219%200.999756%202.88762%200.999756%203.99219C0.999756%205.09676%201.89519%205.99219%202.99976%205.99219Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%2013.9922C4.10433%2013.9922%204.99976%2013.0968%204.99976%2011.9922C4.99976%2010.8876%204.10433%209.99219%202.99976%209.99219C1.89519%209.99219%200.999756%2010.8876%200.999756%2011.9922C0.999756%2013.0968%201.89519%2013.9922%202.99976%2013.9922Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--surveys.sidebar__item-link--disabled:before {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%203.99219H21.8384%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2011.9949H21.8384%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.9998%2019.9818H21.8384%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999756%2019.4911L2.67029%2020.9609L6.03101%2017.9922%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%205.99219C4.10433%205.99219%204.99976%205.09676%204.99976%203.99219C4.99976%202.88762%204.10433%201.99219%202.99976%201.99219C1.89519%201.99219%200.999756%202.88762%200.999756%203.99219C0.999756%205.09676%201.89519%205.99219%202.99976%205.99219Z%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M2.99976%2013.9922C4.10433%2013.9922%204.99976%2013.0968%204.99976%2011.9922C4.99976%2010.8876%204.10433%209.99219%202.99976%209.99219C1.89519%209.99219%200.999756%2010.8876%200.999756%2011.9922C0.999756%2013.0968%201.89519%2013.9922%202.99976%2013.9922Z%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--answers:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.0635%2021.3582V17.1111H19.5625C20.91%2017.1111%2022.001%2016.0176%2022.001%2014.6686V2.44251C22.001%201.09641%2020.9092%200%2019.5625%200H2.43942C1.09196%200%200.000976562%201.09355%200.000976562%202.44251V14.6686C0.000976562%2016.0147%201.0927%2017.1111%202.43942%2017.1111H10.3559L16.1171%2021.8112C16.6371%2022.2318%2017.0635%2022.0312%2017.0635%2021.3582ZM15.001%2015.0219V17.9883L11.2483%2015.0219H2.00098V2.01953H20.0322V15.0219H15.001Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%207.01953H17.001V5.01953H5.00098V7.01953Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%2012.0195H10.001V10.0195H5.00098V12.0195Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.001%2012.0195H17.001V10.0195H13.001V12.0195Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}
.sidebar__item-link--answers:active:before,
.sidebar__item-link--answers.active:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.0635%2021.3582V17.1111H19.5625C20.91%2017.1111%2022.001%2016.0176%2022.001%2014.6686V2.44251C22.001%201.09641%2020.9092%200%2019.5625%200H2.43942C1.09196%200%200.000976562%201.09355%200.000976562%202.44251V14.6686C0.000976562%2016.0147%201.0927%2017.1111%202.43942%2017.1111H10.3559L16.1171%2021.8112C16.6371%2022.2318%2017.0635%2022.0312%2017.0635%2021.3582ZM15.001%2015.0219V17.9883L11.2483%2015.0219H2.00098V2.01953H20.0322V15.0219H15.001Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%207.01953H17.001V5.01953H5.00098V7.01953Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%2012.0195H10.001V10.0195H5.00098V12.0195Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.001%2012.0195H17.001V10.0195H13.001V12.0195Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--answers:hover:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.0635%2021.3582V17.1111H19.5625C20.91%2017.1111%2022.001%2016.0176%2022.001%2014.6686V2.44251C22.001%201.09641%2020.9092%200%2019.5625%200H2.43942C1.09196%200%200.000976562%201.09355%200.000976562%202.44251V14.6686C0.000976562%2016.0147%201.0927%2017.1111%202.43942%2017.1111H10.3559L16.1171%2021.8112C16.6371%2022.2318%2017.0635%2022.0312%2017.0635%2021.3582ZM15.001%2015.0219V17.9883L11.2483%2015.0219H2.00098V2.01953H20.0322V15.0219H15.001Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%207.01953H17.001V5.01953H5.00098V7.01953Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%2012.0195H10.001V10.0195H5.00098V12.0195Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.001%2012.0195H17.001V10.0195H13.001V12.0195Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--answers.sidebar__item-link--disabled:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.0635%2021.3582V17.1111H19.5625C20.91%2017.1111%2022.001%2016.0176%2022.001%2014.6686V2.44251C22.001%201.09641%2020.9092%200%2019.5625%200H2.43942C1.09196%200%200.000976562%201.09355%200.000976562%202.44251V14.6686C0.000976562%2016.0147%201.0927%2017.1111%202.43942%2017.1111H10.3559L16.1171%2021.8112C16.6371%2022.2318%2017.0635%2022.0312%2017.0635%2021.3582ZM15.001%2015.0219V17.9883L11.2483%2015.0219H2.00098V2.01953H20.0322V15.0219H15.001Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%207.01953H17.001V5.01953H5.00098V7.01953Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.00098%2012.0195H10.001V10.0195H5.00098V12.0195Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.001%2012.0195H17.001V10.0195H13.001V12.0195Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--settings:before {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--settings:active:before,
.sidebar__item-link--settings.active:before {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--settings:hover:before {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--settings.sidebar__item-link--disabled:before {
  width: 23px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.3646%200.992188C9.061%200.992188%207.99615%202.06511%207.99615%203.38862V4.09202C7.17244%204.42976%206.40624%204.88131%205.71656%205.42743L5.11473%205.07547C3.9845%204.41451%202.53412%204.80657%201.88009%205.95402L0.692157%208.03817C0.0403586%209.18171%200.425688%2010.6525%201.5578%2011.3146L2.15948%2011.6665C2.09972%2012.1023%202.06883%2012.5475%202.06883%2013C2.06883%2013.4525%202.09972%2013.8977%202.15948%2014.3335L1.5578%2014.6854C0.427871%2015.3462%200.0381273%2016.8144%200.692157%2017.9618L1.88009%2020.046C2.53189%2021.1895%203.98232%2021.5868%205.11473%2020.9245L5.71656%2020.5726C6.40624%2021.1187%207.17244%2021.5702%207.99615%2021.908V22.6114C7.99615%2023.9323%209.05654%2025.0078%2010.3646%2025.0078H12.7405C14.0441%2025.0078%2015.1089%2023.9349%2015.1089%2022.6114V21.908C15.9326%2021.5702%2016.6988%2021.1187%2017.3885%2020.5726L17.9903%2020.9245C19.1206%2021.5855%2020.5709%2021.1934%2021.225%2020.046L22.4129%2017.9618C23.0647%2016.8183%2022.6794%2015.3475%2021.5473%2014.6854L20.9456%2014.3335C21.0053%2013.8977%2021.0362%2013.4525%2021.0362%2013C21.0362%2012.5475%2021.0053%2012.1023%2020.9456%2011.6665L21.5473%2011.3146C22.6772%2010.6538%2023.0669%209.18562%2022.4129%208.03817L21.225%205.95402C20.5732%204.81048%2019.1227%204.41323%2017.9903%205.07547L17.3885%205.42743C16.6988%204.88131%2015.9326%204.42976%2015.1089%204.09202V3.38862C15.1089%202.06766%2014.0485%200.992188%2012.7405%200.992188H10.3646ZM10.0441%202.97953V5.39643L8.64051%206.02999C7.99584%206.29202%207.39075%206.64395%206.84223%207.07452L5.75063%207.87997L3.6626%206.66947L2.18063%209.26823L4.26493%2010.4766L4.03384%2011.9535C3.98625%2012.2976%203.96218%2012.6469%203.96218%2013C3.96218%2013.353%203.98625%2013.7023%204.03384%2014.0464L4.14655%2015.5078L2.06226%2016.7161L3.53677%2019.2266L5.62481%2018.0161L6.84223%2018.9254C7.39075%2019.356%207.99584%2019.7079%208.64051%2019.97L10.013%2020.6035V23.0204H13.0629V20.6035L14.2528%2019.97C14.8975%2019.7079%2015.5026%2019.356%2016.0511%2018.9254L17.2303%2018.0161L19.3183%2019.2266L20.7127%2016.7161L18.6284%2015.5078L18.8595%2014.0464C18.9071%2013.7023%2018.9311%2013.353%2018.9311%2013C18.9311%2012.6469%2018.9071%2012.2976%2018.8595%2011.9535L18.7115%2010.4766L20.7958%209.26823L19.2307%206.66947L17.1427%207.87997L16.0511%207.07452C15.5026%206.64395%2014.8975%206.29202%2014.2528%206.02999L13.0473%205.3964V2.97949L10.0441%202.97953ZM19.2815%207.20699L19.2844%207.20532L19.2826%207.20648C19.282%207.20687%2019.2817%207.20705%2019.2815%207.20699ZM20.4955%2016.8932L20.4922%2016.8913L20.4932%2016.892L20.4955%2016.8932ZM3.71902%2018.9887L3.71973%2018.9901L3.71848%2018.9879L3.71867%2018.9881L3.71902%2018.9887Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.98853%2012.9999C6.98853%2015.4916%209.00841%2017.5115%2011.5001%2017.5115C13.9917%2017.5115%2016.0116%2015.4916%2016.0116%2012.9999C16.0116%2010.5083%2013.9917%208.4884%2011.5001%208.4884C9.00841%208.4884%206.98853%2010.5083%206.98853%2012.9999ZM13.9686%2012.9999C13.9686%2014.3633%2012.8634%2015.4685%2011.5001%2015.4685C10.1367%2015.4685%209.03153%2014.3633%209.03153%2012.9999C9.03153%2011.6366%2010.1367%2010.5314%2011.5001%2010.5314C12.8634%2010.5314%2013.9686%2011.6366%2013.9686%2012.9999Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--payment:before {
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.60168%200.992188C1.62446%200.992188%200.0292969%202.58789%200.0292969%204.56099C0.0292969%204.57996%200.0294453%204.5989%200.0295934%204.6178C0.0298888%204.6555%200.0301832%204.69306%200.0292969%204.73047V18.3875C0.0292969%2020.3552%201.62435%2021.9511%203.59509%2021.956L17.8526%2021.9922C19.8245%2021.9972%2020.9998%2020.4056%2020.9998%2018.4349V4.99219H3.13686C2.48054%204.99219%202.03857%204.67935%202.03857%204.02344C2.03857%203.3637%202.47694%203.00197%203.14044%203.00197H19.0266V0.992188H3.60168ZM3.22252%2019.9863C2.5457%2019.9844%201.99982%2019.4005%201.99982%2018.6827L1.99982%206.77344C2.3813%206.91788%202.79182%206.99651%203.21943%206.99651H19.046V18.7346C19.046%2019.4502%2018.503%2020.0277%2017.8295%2020.0258L3.22252%2019.9863Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M20.3413%209.99121H16.652C14.6804%209.99121%2013.0806%2011.5532%2013.0806%2013.4761C13.0806%2015.3995%2014.6832%2016.9609%2016.652%2016.9609H20.3413V15.0078H16.406C15.7499%2015.0078%2015.031%2014.5225%2015.031%2013.4761C15.031%2012.4297%2015.7482%2011.9922%2016.406%2011.9922H20.3413V9.99121Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--payment:active:before,
.sidebar__item-link--payment.active:before {
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.60168%200.992188C1.62446%200.992188%200.0292969%202.58789%200.0292969%204.56099C0.0292969%204.57996%200.0294453%204.5989%200.0295934%204.6178C0.0298888%204.6555%200.0301832%204.69306%200.0292969%204.73047V18.3875C0.0292969%2020.3552%201.62435%2021.9511%203.59509%2021.956L17.8526%2021.9922C19.8245%2021.9972%2020.9998%2020.4056%2020.9998%2018.4349V4.99219H3.13686C2.48054%204.99219%202.03857%204.67935%202.03857%204.02344C2.03857%203.3637%202.47694%203.00197%203.14044%203.00197H19.0266V0.992188H3.60168ZM3.22252%2019.9863C2.5457%2019.9844%201.99982%2019.4005%201.99982%2018.6827L1.99982%206.77344C2.3813%206.91788%202.79182%206.99651%203.21943%206.99651H19.046V18.7346C19.046%2019.4502%2018.503%2020.0277%2017.8295%2020.0258L3.22252%2019.9863Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M20.3413%209.99121H16.652C14.6804%209.99121%2013.0806%2011.5532%2013.0806%2013.4761C13.0806%2015.3995%2014.6832%2016.9609%2016.652%2016.9609H20.3413V15.0078H16.406C15.7499%2015.0078%2015.031%2014.5225%2015.031%2013.4761C15.031%2012.4297%2015.7482%2011.9922%2016.406%2011.9922H20.3413V9.99121Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--payment:hover:before {
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.60168%200.992188C1.62446%200.992188%200.0292969%202.58789%200.0292969%204.56099C0.0292969%204.57996%200.0294453%204.5989%200.0295934%204.6178C0.0298888%204.6555%200.0301832%204.69306%200.0292969%204.73047V18.3875C0.0292969%2020.3552%201.62435%2021.9511%203.59509%2021.956L17.8526%2021.9922C19.8245%2021.9972%2020.9998%2020.4056%2020.9998%2018.4349V4.99219H3.13686C2.48054%204.99219%202.03857%204.67935%202.03857%204.02344C2.03857%203.3637%202.47694%203.00197%203.14044%203.00197H19.0266V0.992188H3.60168ZM3.22252%2019.9863C2.5457%2019.9844%201.99982%2019.4005%201.99982%2018.6827L1.99982%206.77344C2.3813%206.91788%202.79182%206.99651%203.21943%206.99651H19.046V18.7346C19.046%2019.4502%2018.503%2020.0277%2017.8295%2020.0258L3.22252%2019.9863Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M20.3413%209.99121H16.652C14.6804%209.99121%2013.0806%2011.5532%2013.0806%2013.4761C13.0806%2015.3995%2014.6832%2016.9609%2016.652%2016.9609H20.3413V15.0078H16.406C15.7499%2015.0078%2015.031%2014.5225%2015.031%2013.4761C15.031%2012.4297%2015.7482%2011.9922%2016.406%2011.9922H20.3413V9.99121Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--payment.sidebar__item-link--disabled:before {
  width: 27px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2223%22%20viewBox%3D%220%200%2027%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.914%202c.056.315.086.65.086%201.007.915%200%201.458.372%201.742%201.003h12.255V2H10.914zM13%206v2.004h12.017v11.738c0%20.716-.543%201.293-1.217%201.292l-14.607-.04c-.677-.002-1.222-.586-1.222-1.303v-5.684H6v5.388a3.572%203.572%200%20003.566%203.569L23.823%2023c1.972.005%203.148-1.587%203.148-3.557V6H13z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20d%3D%22M26.312%2010.999h-3.69c-1.97%200-3.57%201.562-3.57%203.485%200%201.923%201.602%203.485%203.57%203.485h3.69v-1.953h-3.935c-.656%200-1.375-.486-1.375-1.532S21.719%2013%2022.377%2013h3.935v-2.001z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%206.507a2%202%200%20012-2h7a2%202%200%20012%202v3.5a2%202%200%2001-2%202H2a2%202%200%2001-2-2v-3.5zm9%200H2v3.5h7v-3.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.5%202.007a1.5%201.5%200%2000-1.5%201.5v2a1%201%200%2011-2%200v-2a3.5%203.5%200%20017%200v2a1%201%200%2011-2%200v-2a1.5%201.5%200%2000-1.5-1.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateX(-5px);
}
.sidebar__item-link--widget:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22path-1-inside-1%22%20fill%3D%22white%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22/%3E%0A%20%20%20%20%3C/mask%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%224%22%20mask%3D%22url%28%23path-1-inside-1%29%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--widget:active:before,
.sidebar__item-link--widget.active:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22path-1-inside-1%22%20fill%3D%22white%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22/%3E%0A%20%20%20%20%3C/mask%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%224%22%20mask%3D%22url%28%23path-1-inside-1%29%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--widget:hover:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22path-1-inside-1%22%20fill%3D%22white%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22/%3E%0A%20%20%20%20%3C/mask%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.7754%2024H12.9643C12.7085%2024%2012.4633%2023.8984%2012.2824%2023.7176C12.1016%2023.5367%2012%2023.2915%2012%2023.0357V21.5513C12.0007%2021.3233%2011.955%2021.0976%2011.8655%2020.8878C11.7761%2020.6781%2011.6449%2020.4888%2011.4798%2020.3315C11.063%2019.9249%2010.4577%2019.6994%209.825%2019.7149C8.68071%2019.7417%207.71429%2020.7488%207.71429%2021.9145V23.0357C7.71429%2023.2915%207.61269%2023.5367%207.43185%2023.7176C7.25101%2023.8984%207.00574%2024%206.75%2024H2.97964C2.58835%2024%202.20089%2023.9229%201.83938%2023.7732C1.47788%2023.6235%201.1494%2023.404%200.872717%2023.1273C0.313926%2022.5685%200%2021.8107%200%2021.0204V17.2502C0%2016.9944%200.101594%2016.7491%200.282433%2016.5683C0.463271%2016.3875%200.708541%2016.2859%200.964286%2016.2859H2.44875C2.93946%2016.2859%203.41679%2016.0759%203.79286%2015.6966C4.00208%2015.4857%204.16754%2015.2355%204.2797%2014.9605C4.39187%2014.6854%204.44853%2014.3909%204.44643%2014.0938C4.43036%2012.9586%203.49607%2012.0003%202.40589%2012.0003H0.964286C0.708541%2012.0003%200.463271%2011.8987%200.282433%2011.7178C0.101594%2011.537%200%2011.2917%200%2011.036V7.26573C0%206.87445%200.0770708%206.487%200.226812%206.1255C0.376553%205.764%200.596032%205.43554%200.872717%205.15886C1.43151%204.60008%202.18939%204.28616%202.97964%204.28616H5.93893C6.05259%204.28616%206.1616%204.24101%206.24197%204.16064C6.32235%204.08026%206.3675%203.97126%206.3675%203.8576V3.51046C6.3675%203.04428%206.46035%202.58276%206.64065%202.15285C6.82094%201.72294%207.08506%201.33324%207.41759%201.0065C7.75012%200.679767%208.1444%200.422534%208.57742%200.249817C9.01044%200.0771001%209.47352%20-0.00764053%209.93964%200.000540648C11.8409%200.0337542%2013.3875%201.628%2013.3875%203.55385V3.8576C13.3875%203.97126%2013.4327%204.08026%2013.513%204.16064C13.5934%204.24101%2013.7024%204.28616%2013.8161%204.28616H16.7754C17.1613%204.28616%2017.5435%204.36217%2017.9%204.50987C18.2566%204.65756%2018.5806%204.87403%2018.8535%205.14693C19.1264%205.41983%2019.3429%205.74381%2019.4906%206.10037C19.6383%206.45693%2019.7143%206.83908%2019.7143%207.22502V10.1842C19.7143%2010.2979%2019.7594%2010.4069%2019.8398%2010.4873C19.9202%2010.5676%2020.0292%2010.6128%2020.1429%2010.6128H20.4461C22.4057%2010.6128%2024%2012.1663%2024%2014.0756C24%2016.0368%2022.4255%2017.6326%2020.49%2017.6326H20.1429C20.0292%2017.6326%2019.9202%2017.6778%2019.8398%2017.7582C19.7594%2017.8385%2019.7143%2017.9475%2019.7143%2018.0612V21.0611C19.7143%2021.4471%2019.6383%2021.8292%2019.4906%2022.1858C19.3429%2022.5424%2019.1264%2022.8663%2018.8535%2023.1392C18.5806%2023.4121%2018.2566%2023.6286%2017.9%2023.7763C17.5435%2023.924%2017.1613%2024%2016.7754%2024Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%224%22%20mask%3D%22url%28%23path-1-inside-1%29%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--requests:before {
  width: 24px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M15%205H4C2.34315%205%201%206.34315%201%208V19C1%2020.6569%202.34315%2022%204%2022H16C17.6569%2022%2019%2020.6569%2019%2019V9M16%204L20%208M19%201L23%205L13%2015H9V11L19%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--requests:active:before,
.sidebar__item-link--requests.active:before {
  width: 24px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M15%205H4C2.34315%205%201%206.34315%201%208V19C1%2020.6569%202.34315%2022%204%2022H16C17.6569%2022%2019%2020.6569%2019%2019V9M16%204L20%208M19%201L23%205L13%2015H9V11L19%201Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--requests:hover:before {
  width: 24px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M15%205H4C2.34315%205%201%206.34315%201%208V19C1%2020.6569%202.34315%2022%204%2022H16C17.6569%2022%2019%2020.6569%2019%2019V9M16%204L20%208M19%201L23%205L13%2015H9V11L19%201Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--help:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4.223%204.223L8.887%208.887M15.113%2015.113L19.777%2019.777M19.777%204.223L15.113%208.887L18.996%205.004M4.223%2019.777L8.887%2015.113M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.92487%2023%201%2018.0751%201%2012C1%205.92487%205.92487%201%2012%201C18.0751%201%2023%205.92487%2023%2012ZM16.4%2012C16.4%2014.4301%2014.4301%2016.4%2012%2016.4C9.56995%2016.4%207.6%2014.4301%207.6%2012C7.6%209.56995%209.56995%207.6%2012%207.6C14.4301%207.6%2016.4%209.56995%2016.4%2012Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--help:active:before,
.sidebar__item-link--help.active:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4.223%204.223L8.887%208.887M15.113%2015.113L19.777%2019.777M19.777%204.223L15.113%208.887L18.996%205.004M4.223%2019.777L8.887%2015.113M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.92487%2023%201%2018.0751%201%2012C1%205.92487%205.92487%201%2012%201C18.0751%201%2023%205.92487%2023%2012ZM16.4%2012C16.4%2014.4301%2014.4301%2016.4%2012%2016.4C9.56995%2016.4%207.6%2014.4301%207.6%2012C7.6%209.56995%209.56995%207.6%2012%207.6C14.4301%207.6%2016.4%209.56995%2016.4%2012Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--help:hover:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4.223%204.223L8.887%208.887M15.113%2015.113L19.777%2019.777M19.777%204.223L15.113%208.887L18.996%205.004M4.223%2019.777L8.887%2015.113M23%2012C23%2018.0751%2018.0751%2023%2012%2023C5.92487%2023%201%2018.0751%201%2012C1%205.92487%205.92487%201%2012%201C18.0751%201%2023%205.92487%2023%2012ZM16.4%2012C16.4%2014.4301%2014.4301%2016.4%2012%2016.4C9.56995%2016.4%207.6%2014.4301%207.6%2012C7.6%209.56995%209.56995%207.6%2012%207.6C14.4301%207.6%2016.4%209.56995%2016.4%2012Z%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--help.sidebar__item-link--disabled:before {
  width: 28px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2225%22%20viewBox%3D%220%200%2028%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.91%201.98c.06.32.09.663.09%201.027.91%200%201.452.368%201.738.993h13.294v13.002h-5.031v2.967l-3.753-2.967H8.001v-2.995h-2v2.642a2.442%202.442%200%20002.438%202.443h7.917l5.761%204.7c.52.42.947.22.947-.453v-4.247h2.498a2.44%202.44%200%20002.439-2.443V4.423a2.442%202.442%200%2000-2.439-2.443H10.912zm.091%2011.814V14h5v-2h-3.21A3.464%203.464%200%200111%2013.794zM13%209h10.001V7H13v2zm10.001%205h-4v-2h4v2z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%206.507a2%202%200%20012-2h7a2%202%200%20012%202v3.5a2%202%200%2001-2%202H2a2%202%200%2001-2-2v-3.5zm9%200H2v3.5h7v-3.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.5%202.007a1.5%201.5%200%2000-1.5%201.5v2a1%201%200%2011-2%200v-2a3.5%203.5%200%20017%200v2a1%201%200%2011-2%200v-2a1.5%201.5%200%2000-1.5-1.5z%22%20fill%3D%22%23CFD8DC%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateX(-5px);
}
.sidebar__item-link--mailings:before {
  width: 24px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23%203C23%201.9%2022.01%201%2020.8%201H3.2C1.99%201%201%201.9%201%203M23%203V15C23%2016.1%2022.01%2017%2020.8%2017H3.2C1.99%2017%201%2016.1%201%2015V3M23%203L12%2010L1%203%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--mailings:active:before,
.sidebar__item-link--mailings.active:before {
  width: 24px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23%203C23%201.9%2022.01%201%2020.8%201H3.2C1.99%201%201%201.9%201%203M23%203V15C23%2016.1%2022.01%2017%2020.8%2017H3.2C1.99%2017%201%2016.1%201%2015V3M23%203L12%2010L1%203%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--mailings:hover:before {
  width: 24px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23%203C23%201.9%2022.01%201%2020.8%201H3.2C1.99%201%201%201.9%201%203M23%203V15C23%2016.1%2022.01%2017%2020.8%2017H3.2C1.99%2017%201%2016.1%201%2015V3M23%203L12%2010L1%203%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--reports:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.5651%200.992188L7.45328%201.0009C6.80753%201.0009%206.18822%201.25103%205.73161%201.69626C5.275%202.14149%205.01847%202.74535%205.01847%203.375V6.97656L2.437%207C1.79343%207.00686%201.17821%207.25919%200.723111%207.70294C0.268013%208.14669%200.00923142%208.74658%200.00219727%209.3741V15.9664C0.00933204%2016.7734%200.343109%2017.545%200.930862%2018.1131C1.51862%2018.6813%202.31275%2019%203.14039%2019H19.2936C20.2766%2019%2021.2193%2018.6193%2021.9144%2017.9415C22.6094%2017.2638%2022.9999%2016.3446%2022.9999%2015.3861V3.36629C22.9999%202.73664%2022.7434%202.13278%2022.2868%201.68755C21.8302%201.24232%2021.2109%200.992188%2020.5651%200.992188ZM5.01847%2015.7197C4.96956%2016.0742%204.79042%2016.3993%204.5143%2016.6348C4.23818%2016.8702%203.88383%2017%203.51702%2017C3.15021%2017%202.79585%2016.8702%202.51973%2016.6348C2.24361%2016.3993%202.06446%2016.0742%202.01556%2015.7197L1.99194%209.76793C1.99871%209.56014%202.08639%209.36266%202.23716%209.21566C2.38792%209.06866%202.59044%208.98316%202.80354%208.97656H5.01847V15.7197ZM20.9815%2014.9688C20.9745%2015.5054%2020.7527%2016.0181%2020.3636%2016.3975C19.9744%2016.777%2019.4487%2016.9932%2018.8984%2017H6.62493C6.8735%2016.5548%207.00371%2016.056%207.00367%2015.5492L6.99993%203.78125C7.0067%203.57346%207.09438%203.37599%207.24514%203.22898C7.3959%203.08198%207.59842%202.99648%207.81153%202.98988H20.196C20.4091%202.99648%2020.6116%203.08198%2020.7624%203.22898C20.9131%203.37599%2021.0008%203.57346%2021.0076%203.78125L20.9815%2014.9688Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%224.99219%22%20width%3D%225.96875%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%229.00464%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%2213.017%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--reports:active:before,
.sidebar__item-link--reports.active:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.5651%200.992188L7.45328%201.0009C6.80753%201.0009%206.18822%201.25103%205.73161%201.69626C5.275%202.14149%205.01847%202.74535%205.01847%203.375V6.97656L2.437%207C1.79343%207.00686%201.17821%207.25919%200.723111%207.70294C0.268013%208.14669%200.00923142%208.74658%200.00219727%209.3741V15.9664C0.00933204%2016.7734%200.343109%2017.545%200.930862%2018.1131C1.51862%2018.6813%202.31275%2019%203.14039%2019H19.2936C20.2766%2019%2021.2193%2018.6193%2021.9144%2017.9415C22.6094%2017.2638%2022.9999%2016.3446%2022.9999%2015.3861V3.36629C22.9999%202.73664%2022.7434%202.13278%2022.2868%201.68755C21.8302%201.24232%2021.2109%200.992188%2020.5651%200.992188ZM5.01847%2015.7197C4.96956%2016.0742%204.79042%2016.3993%204.5143%2016.6348C4.23818%2016.8702%203.88383%2017%203.51702%2017C3.15021%2017%202.79585%2016.8702%202.51973%2016.6348C2.24361%2016.3993%202.06446%2016.0742%202.01556%2015.7197L1.99194%209.76793C1.99871%209.56014%202.08639%209.36266%202.23716%209.21566C2.38792%209.06866%202.59044%208.98316%202.80354%208.97656H5.01847V15.7197ZM20.9815%2014.9688C20.9745%2015.5054%2020.7527%2016.0181%2020.3636%2016.3975C19.9744%2016.777%2019.4487%2016.9932%2018.8984%2017H6.62493C6.8735%2016.5548%207.00371%2016.056%207.00367%2015.5492L6.99993%203.78125C7.0067%203.57346%207.09438%203.37599%207.24514%203.22898C7.3959%203.08198%207.59842%202.99648%207.81153%202.98988H20.196C20.4091%202.99648%2020.6116%203.08198%2020.7624%203.22898C20.9131%203.37599%2021.0008%203.57346%2021.0076%203.78125L20.9815%2014.9688Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%224.99219%22%20width%3D%225.96875%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%229.00464%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%2213.017%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--reports:hover:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.5651%200.992188L7.45328%201.0009C6.80753%201.0009%206.18822%201.25103%205.73161%201.69626C5.275%202.14149%205.01847%202.74535%205.01847%203.375V6.97656L2.437%207C1.79343%207.00686%201.17821%207.25919%200.723111%207.70294C0.268013%208.14669%200.00923142%208.74658%200.00219727%209.3741V15.9664C0.00933204%2016.7734%200.343109%2017.545%200.930862%2018.1131C1.51862%2018.6813%202.31275%2019%203.14039%2019H19.2936C20.2766%2019%2021.2193%2018.6193%2021.9144%2017.9415C22.6094%2017.2638%2022.9999%2016.3446%2022.9999%2015.3861V3.36629C22.9999%202.73664%2022.7434%202.13278%2022.2868%201.68755C21.8302%201.24232%2021.2109%200.992188%2020.5651%200.992188ZM5.01847%2015.7197C4.96956%2016.0742%204.79042%2016.3993%204.5143%2016.6348C4.23818%2016.8702%203.88383%2017%203.51702%2017C3.15021%2017%202.79585%2016.8702%202.51973%2016.6348C2.24361%2016.3993%202.06446%2016.0742%202.01556%2015.7197L1.99194%209.76793C1.99871%209.56014%202.08639%209.36266%202.23716%209.21566C2.38792%209.06866%202.59044%208.98316%202.80354%208.97656H5.01847V15.7197ZM20.9815%2014.9688C20.9745%2015.5054%2020.7527%2016.0181%2020.3636%2016.3975C19.9744%2016.777%2019.4487%2016.9932%2018.8984%2017H6.62493C6.8735%2016.5548%207.00371%2016.056%207.00367%2015.5492L6.99993%203.78125C7.0067%203.57346%207.09438%203.37599%207.24514%203.22898C7.3959%203.08198%207.59842%202.99648%207.81153%202.98988H20.196C20.4091%202.99648%2020.6116%203.08198%2020.7624%203.22898C20.9131%203.37599%2021.0008%203.57346%2021.0076%203.78125L20.9815%2014.9688Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%224.99219%22%20width%3D%225.96875%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%229.00464%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%2213.017%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--reports.sidebar__item-link--disabled:before {
  width: 22px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.5651%200.992188L7.45328%201.0009C6.80753%201.0009%206.18822%201.25103%205.73161%201.69626C5.275%202.14149%205.01847%202.74535%205.01847%203.375V6.97656L2.437%207C1.79343%207.00686%201.17821%207.25919%200.723111%207.70294C0.268013%208.14669%200.00923142%208.74658%200.00219727%209.3741V15.9664C0.00933204%2016.7734%200.343109%2017.545%200.930862%2018.1131C1.51862%2018.6813%202.31275%2019%203.14039%2019H19.2936C20.2766%2019%2021.2193%2018.6193%2021.9144%2017.9415C22.6094%2017.2638%2022.9999%2016.3446%2022.9999%2015.3861V3.36629C22.9999%202.73664%2022.7434%202.13278%2022.2868%201.68755C21.8302%201.24232%2021.2109%200.992188%2020.5651%200.992188ZM5.01847%2015.7197C4.96956%2016.0742%204.79042%2016.3993%204.5143%2016.6348C4.23818%2016.8702%203.88383%2017%203.51702%2017C3.15021%2017%202.79585%2016.8702%202.51973%2016.6348C2.24361%2016.3993%202.06446%2016.0742%202.01556%2015.7197L1.99194%209.76793C1.99871%209.56014%202.08639%209.36266%202.23716%209.21566C2.38792%209.06866%202.59044%208.98316%202.80354%208.97656H5.01847V15.7197ZM20.9815%2014.9688C20.9745%2015.5054%2020.7527%2016.0181%2020.3636%2016.3975C19.9744%2016.777%2019.4487%2016.9932%2018.8984%2017H6.62493C6.8735%2016.5548%207.00371%2016.056%207.00367%2015.5492L6.99993%203.78125C7.0067%203.57346%207.09438%203.37599%207.24514%203.22898C7.3959%203.08198%207.59842%202.99648%207.81153%202.98988H20.196C20.4091%202.99648%2020.6116%203.08198%2020.7624%203.22898C20.9131%203.37599%2021.0008%203.57346%2021.0076%203.78125L20.9815%2014.9688Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%224.99219%22%20width%3D%225.96875%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%229.00464%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Crect%20x%3D%228.99976%22%20y%3D%2213.017%22%20width%3D%2210.0312%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--clients:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2222%22%20height%3D%2222%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23C4C4C4%22/%3E%0A%09%09%3C/mask%3E%0A%09%09%3Cg%20mask%3D%22url%28%23mask0%29%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2013C14.2223%2013%2016.0132%2011.2091%2016.0132%209C16.0132%206.79086%2014.2223%205%2012.0132%205C9.80404%205%208.01318%206.79086%208.01318%209C8.01318%2011.2091%209.80404%2013%2012.0132%2013ZM12.0132%2011C13.1178%2011%2014.0132%2010.1046%2014.0132%209C14.0132%207.89543%2013.1178%207%2012.0132%207C10.9086%207%2010.0132%207.89543%2010.0132%209C10.0132%2010.1046%2010.9086%2011%2012.0132%2011Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2036C18.0883%2036%2023.0132%2031.0751%2023.0132%2025C23.0132%2018.9249%2018.0883%2014%2012.0132%2014C5.93805%2014%201.01318%2018.9249%201.01318%2025C1.01318%2031.0751%205.93805%2036%2012.0132%2036ZM12.0132%2034C16.9837%2034%2021.0132%2029.9706%2021.0132%2025C21.0132%2020.0294%2016.9837%2016%2012.0132%2016C7.04262%2016%203.01318%2020.0294%203.01318%2025C3.01318%2029.9706%207.04262%2034%2012.0132%2034Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--clients:active:before,
.sidebar__item-link--clients.active:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2222%22%20height%3D%2222%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23C4C4C4%22/%3E%0A%09%09%3C/mask%3E%0A%09%09%3Cg%20mask%3D%22url%28%23mask0%29%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2013C14.2223%2013%2016.0132%2011.2091%2016.0132%209C16.0132%206.79086%2014.2223%205%2012.0132%205C9.80404%205%208.01318%206.79086%208.01318%209C8.01318%2011.2091%209.80404%2013%2012.0132%2013ZM12.0132%2011C13.1178%2011%2014.0132%2010.1046%2014.0132%209C14.0132%207.89543%2013.1178%207%2012.0132%207C10.9086%207%2010.0132%207.89543%2010.0132%209C10.0132%2010.1046%2010.9086%2011%2012.0132%2011Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2036C18.0883%2036%2023.0132%2031.0751%2023.0132%2025C23.0132%2018.9249%2018.0883%2014%2012.0132%2014C5.93805%2014%201.01318%2018.9249%201.01318%2025C1.01318%2031.0751%205.93805%2036%2012.0132%2036ZM12.0132%2034C16.9837%2034%2021.0132%2029.9706%2021.0132%2025C21.0132%2020.0294%2016.9837%2016%2012.0132%2016C7.04262%2016%203.01318%2020.0294%203.01318%2025C3.01318%2029.9706%207.04262%2034%2012.0132%2034Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--clients:hover:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22/%3E%0A%09%09%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2222%22%20height%3D%2222%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23C4C4C4%22/%3E%0A%09%09%3C/mask%3E%0A%09%09%3Cg%20mask%3D%22url%28%23mask0%29%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2013C14.2223%2013%2016.0132%2011.2091%2016.0132%209C16.0132%206.79086%2014.2223%205%2012.0132%205C9.80404%205%208.01318%206.79086%208.01318%209C8.01318%2011.2091%209.80404%2013%2012.0132%2013ZM12.0132%2011C13.1178%2011%2014.0132%2010.1046%2014.0132%209C14.0132%207.89543%2013.1178%207%2012.0132%207C10.9086%207%2010.0132%207.89543%2010.0132%209C10.0132%2010.1046%2010.9086%2011%2012.0132%2011Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2036C18.0883%2036%2023.0132%2031.0751%2023.0132%2025C23.0132%2018.9249%2018.0883%2014%2012.0132%2014C5.93805%2014%201.01318%2018.9249%201.01318%2025C1.01318%2031.0751%205.93805%2036%2012.0132%2036ZM12.0132%2034C16.9837%2034%2021.0132%2029.9706%2021.0132%2025C21.0132%2020.0294%2016.9837%2016%2012.0132%2016C7.04262%2016%203.01318%2020.0294%203.01318%2025C3.01318%2029.9706%207.04262%2034%2012.0132%2034Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--clients.sidebar__item-link--disabled:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22/%3E%0A%09%09%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2222%22%20height%3D%2222%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23C4C4C4%22/%3E%0A%09%09%3C/mask%3E%0A%09%09%3Cg%20mask%3D%22url%28%23mask0%29%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2013C14.2223%2013%2016.0132%2011.2091%2016.0132%209C16.0132%206.79086%2014.2223%205%2012.0132%205C9.80404%205%208.01318%206.79086%208.01318%209C8.01318%2011.2091%209.80404%2013%2012.0132%2013ZM12.0132%2011C13.1178%2011%2014.0132%2010.1046%2014.0132%209C14.0132%207.89543%2013.1178%207%2012.0132%207C10.9086%207%2010.0132%207.89543%2010.0132%209C10.0132%2010.1046%2010.9086%2011%2012.0132%2011Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0132%2036C18.0883%2036%2023.0132%2031.0751%2023.0132%2025C23.0132%2018.9249%2018.0883%2014%2012.0132%2014C5.93805%2014%201.01318%2018.9249%201.01318%2025C1.01318%2031.0751%205.93805%2036%2012.0132%2036ZM12.0132%2034C16.9837%2034%2021.0132%2029.9706%2021.0132%2025C21.0132%2020.0294%2016.9837%2016%2012.0132%2016C7.04262%2016%203.01318%2020.0294%203.01318%2025C3.01318%2029.9706%207.04262%2034%2012.0132%2034Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--contact-points:before {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2210%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%222%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%2221%22%20x2%3D%2213%22%20y2%3D%2225%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%2213%22%20x2%3D%225%22%20y2%3D%2213%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2221%22%20y1%3D%2213%22%20x2%3D%2225%22%20y2%3D%2213%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--contact-points:active:before,
.sidebar__item-link--contact-points.active:before {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2210%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%225%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%2221%22%20x2%3D%2213%22%20y2%3D%2225%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%2213%22%20x2%3D%225%22%20y2%3D%2213%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2221%22%20y1%3D%2213%22%20x2%3D%2225%22%20y2%3D%2213%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--contact-points:hover:before {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2210%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%222%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%225%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%2221%22%20x2%3D%2213%22%20y2%3D%2225%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%2213%22%20x2%3D%225%22%20y2%3D%2213%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2221%22%20y1%3D%2213%22%20x2%3D%2225%22%20y2%3D%2213%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--contact-points.sidebar__item-link--disabled:before {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2210%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%222%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%225%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2213%22%20y1%3D%2221%22%20x2%3D%2213%22%20y2%3D%2225%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%2213%22%20x2%3D%225%22%20y2%3D%2213%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2221%22%20y1%3D%2213%22%20x2%3D%2225%22%20y2%3D%2213%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--companies:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2221%22%20viewBox%3D%220%200%2027%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M24%2020V21H25V20H24ZM11%208H12V7H11V8ZM3%2020H2V21H3V20ZM1%2019C0.447715%2019%200%2019.4477%200%2020C0%2020.5523%200.447715%2021%201%2021V19ZM26%2021C26.5523%2021%2027%2020.5523%2027%2020C27%2019.4477%2026.5523%2019%2026%2019V21ZM14%208C14%208.55228%2014.4477%209%2015%209C15.5523%209%2016%208.55228%2016%208H14ZM16%206C16%205.44772%2015.5523%205%2015%205C14.4477%205%2014%205.44772%2014%206H16ZM14%2015C14%2015.5523%2014.4477%2016%2015%2016C15.5523%2016%2016%2015.5523%2016%2015H14ZM16%2013C16%2012.4477%2015.5523%2012%2015%2012C14.4477%2012%2014%2012.4477%2014%2013H16ZM6%2015C6%2015.5523%206.44772%2016%207%2016C7.55228%2016%208%2015.5523%208%2015H6ZM8%2013C8%2012.4477%207.55228%2012%207%2012C6.44772%2012%206%2012.4477%206%2013H8ZM19%208C19%208.55228%2019.4477%209%2020%209C20.5523%209%2021%208.55228%2021%208H19ZM21%206C21%205.44772%2020.5523%205%2020%205C19.4477%205%2019%205.44772%2019%206H21ZM19%2019C19%2019.5523%2019.4477%2020%2020%2020C20.5523%2020%2021%2019.5523%2021%2019H19ZM21%2013C21%2012.4477%2020.5523%2012%2020%2012C19.4477%2012%2019%2012.4477%2019%2013H21ZM13%202H22V0H13V2ZM23%203V20H25V3H23ZM24%2019H11V21H24V19ZM12%2020V3H10V20H12ZM22%202C22.5523%202%2023%202.44772%2023%203H25C25%201.34315%2023.6569%200%2022%200V2ZM13%200C11.3431%200%2010%201.34315%2010%203H12C12%202.44772%2012.4477%202%2013%202V0ZM5%209H11V7H5V9ZM10%208V20H12V8H10ZM11%2019H3V21H11V19ZM4%2020V10H2V20H4ZM5%207C3.34315%207%202%208.34315%202%2010H4C4%209.44772%204.44772%209%205%209V7ZM1%2021H26V19H1V21ZM16%208V6H14V8H16ZM16%2015V13H14V15H16ZM8%2015V13H6V15H8ZM21%208V6H19V8H21ZM21%2019V13H19V19H21Z%22%20fill%3D%22%2373808d%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--companies:active:before,
.sidebar__item-link--companies.active:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2221%22%20viewBox%3D%220%200%2027%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M24%2020V21H25V20H24ZM11%208H12V7H11V8ZM3%2020H2V21H3V20ZM1%2019C0.447715%2019%200%2019.4477%200%2020C0%2020.5523%200.447715%2021%201%2021V19ZM26%2021C26.5523%2021%2027%2020.5523%2027%2020C27%2019.4477%2026.5523%2019%2026%2019V21ZM14%208C14%208.55228%2014.4477%209%2015%209C15.5523%209%2016%208.55228%2016%208H14ZM16%206C16%205.44772%2015.5523%205%2015%205C14.4477%205%2014%205.44772%2014%206H16ZM14%2015C14%2015.5523%2014.4477%2016%2015%2016C15.5523%2016%2016%2015.5523%2016%2015H14ZM16%2013C16%2012.4477%2015.5523%2012%2015%2012C14.4477%2012%2014%2012.4477%2014%2013H16ZM6%2015C6%2015.5523%206.44772%2016%207%2016C7.55228%2016%208%2015.5523%208%2015H6ZM8%2013C8%2012.4477%207.55228%2012%207%2012C6.44772%2012%206%2012.4477%206%2013H8ZM19%208C19%208.55228%2019.4477%209%2020%209C20.5523%209%2021%208.55228%2021%208H19ZM21%206C21%205.44772%2020.5523%205%2020%205C19.4477%205%2019%205.44772%2019%206H21ZM19%2019C19%2019.5523%2019.4477%2020%2020%2020C20.5523%2020%2021%2019.5523%2021%2019H19ZM21%2013C21%2012.4477%2020.5523%2012%2020%2012C19.4477%2012%2019%2012.4477%2019%2013H21ZM13%202H22V0H13V2ZM23%203V20H25V3H23ZM24%2019H11V21H24V19ZM12%2020V3H10V20H12ZM22%202C22.5523%202%2023%202.44772%2023%203H25C25%201.34315%2023.6569%200%2022%200V2ZM13%200C11.3431%200%2010%201.34315%2010%203H12C12%202.44772%2012.4477%202%2013%202V0ZM5%209H11V7H5V9ZM10%208V20H12V8H10ZM11%2019H3V21H11V19ZM4%2020V10H2V20H4ZM5%207C3.34315%207%202%208.34315%202%2010H4C4%209.44772%204.44772%209%205%209V7ZM1%2021H26V19H1V21ZM16%208V6H14V8H16ZM16%2015V13H14V15H16ZM8%2015V13H6V15H8ZM21%208V6H19V8H21ZM21%2019V13H19V19H21Z%22%20fill%3D%22%233f65f1%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--companies:hover:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2221%22%20viewBox%3D%220%200%2027%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M24%2020V21H25V20H24ZM11%208H12V7H11V8ZM3%2020H2V21H3V20ZM1%2019C0.447715%2019%200%2019.4477%200%2020C0%2020.5523%200.447715%2021%201%2021V19ZM26%2021C26.5523%2021%2027%2020.5523%2027%2020C27%2019.4477%2026.5523%2019%2026%2019V21ZM14%208C14%208.55228%2014.4477%209%2015%209C15.5523%209%2016%208.55228%2016%208H14ZM16%206C16%205.44772%2015.5523%205%2015%205C14.4477%205%2014%205.44772%2014%206H16ZM14%2015C14%2015.5523%2014.4477%2016%2015%2016C15.5523%2016%2016%2015.5523%2016%2015H14ZM16%2013C16%2012.4477%2015.5523%2012%2015%2012C14.4477%2012%2014%2012.4477%2014%2013H16ZM6%2015C6%2015.5523%206.44772%2016%207%2016C7.55228%2016%208%2015.5523%208%2015H6ZM8%2013C8%2012.4477%207.55228%2012%207%2012C6.44772%2012%206%2012.4477%206%2013H8ZM19%208C19%208.55228%2019.4477%209%2020%209C20.5523%209%2021%208.55228%2021%208H19ZM21%206C21%205.44772%2020.5523%205%2020%205C19.4477%205%2019%205.44772%2019%206H21ZM19%2019C19%2019.5523%2019.4477%2020%2020%2020C20.5523%2020%2021%2019.5523%2021%2019H19ZM21%2013C21%2012.4477%2020.5523%2012%2020%2012C19.4477%2012%2019%2012.4477%2019%2013H21ZM13%202H22V0H13V2ZM23%203V20H25V3H23ZM24%2019H11V21H24V19ZM12%2020V3H10V20H12ZM22%202C22.5523%202%2023%202.44772%2023%203H25C25%201.34315%2023.6569%200%2022%200V2ZM13%200C11.3431%200%2010%201.34315%2010%203H12C12%202.44772%2012.4477%202%2013%202V0ZM5%209H11V7H5V9ZM10%208V20H12V8H10ZM11%2019H3V21H11V19ZM4%2020V10H2V20H4ZM5%207C3.34315%207%202%208.34315%202%2010H4C4%209.44772%204.44772%209%205%209V7ZM1%2021H26V19H1V21ZM16%208V6H14V8H16ZM16%2015V13H14V15H16ZM8%2015V13H6V15H8ZM21%208V6H19V8H21ZM21%2019V13H19V19H21Z%22%20fill%3D%22%232e2f31%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--companies.sidebar__item-link--disabled:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2221%22%20viewBox%3D%220%200%2027%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M24%2020V21H25V20H24ZM11%208H12V7H11V8ZM3%2020H2V21H3V20ZM1%2019C0.447715%2019%200%2019.4477%200%2020C0%2020.5523%200.447715%2021%201%2021V19ZM26%2021C26.5523%2021%2027%2020.5523%2027%2020C27%2019.4477%2026.5523%2019%2026%2019V21ZM14%208C14%208.55228%2014.4477%209%2015%209C15.5523%209%2016%208.55228%2016%208H14ZM16%206C16%205.44772%2015.5523%205%2015%205C14.4477%205%2014%205.44772%2014%206H16ZM14%2015C14%2015.5523%2014.4477%2016%2015%2016C15.5523%2016%2016%2015.5523%2016%2015H14ZM16%2013C16%2012.4477%2015.5523%2012%2015%2012C14.4477%2012%2014%2012.4477%2014%2013H16ZM6%2015C6%2015.5523%206.44772%2016%207%2016C7.55228%2016%208%2015.5523%208%2015H6ZM8%2013C8%2012.4477%207.55228%2012%207%2012C6.44772%2012%206%2012.4477%206%2013H8ZM19%208C19%208.55228%2019.4477%209%2020%209C20.5523%209%2021%208.55228%2021%208H19ZM21%206C21%205.44772%2020.5523%205%2020%205C19.4477%205%2019%205.44772%2019%206H21ZM19%2019C19%2019.5523%2019.4477%2020%2020%2020C20.5523%2020%2021%2019.5523%2021%2019H19ZM21%2013C21%2012.4477%2020.5523%2012%2020%2012C19.4477%2012%2019%2012.4477%2019%2013H21ZM13%202H22V0H13V2ZM23%203V20H25V3H23ZM24%2019H11V21H24V19ZM12%2020V3H10V20H12ZM22%202C22.5523%202%2023%202.44772%2023%203H25C25%201.34315%2023.6569%200%2022%200V2ZM13%200C11.3431%200%2010%201.34315%2010%203H12C12%202.44772%2012.4477%202%2013%202V0ZM5%209H11V7H5V9ZM10%208V20H12V8H10ZM11%2019H3V21H11V19ZM4%2020V10H2V20H4ZM5%207C3.34315%207%202%208.34315%202%2010H4C4%209.44772%204.44772%209%205%209V7ZM1%2021H26V19H1V21ZM16%208V6H14V8H16ZM16%2015V13H14V15H16ZM8%2015V13H6V15H8ZM21%208V6H19V8H21ZM21%2019V13H19V19H21Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--users:before {
  width: 27px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%2373808d%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.48%2012.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM8.48%208.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.8%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.52%2014.87c-1.48-1-3.21-1.53-4.99-1.54h-.05c-.79%200-1.57.12-2.32.32a8.978%208.978%200%2000-2.64-2.78c-1.48-1-3.21-1.53-4.99-1.54-1.78-.01-3.52.5-5.01%201.49a9.038%209.038%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13%206.847%206.847%200%20013.9-1.16c1.39.01%202.73.42%203.88%201.2.74.5%201.36%201.15%201.86%201.88-.25.13-.5.26-.74.41a8.974%208.974%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13c1.16-.77%202.49-1.19%203.9-1.16%201.39.01%202.73.42%203.88%201.2s2.04%201.87%202.56%203.16l1.85-.76a8.908%208.908%200%2000-3.29-4.06z%22/%3E%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--users:active:before,
.sidebar__item-link--users.active:before {
  width: 27px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%233f65f1%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.48%2012.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM8.48%208.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.8%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.52%2014.87c-1.48-1-3.21-1.53-4.99-1.54h-.05c-.79%200-1.57.12-2.32.32a8.978%208.978%200%2000-2.64-2.78c-1.48-1-3.21-1.53-4.99-1.54-1.78-.01-3.52.5-5.01%201.49a9.038%209.038%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13%206.847%206.847%200%20013.9-1.16c1.39.01%202.73.42%203.88%201.2.74.5%201.36%201.15%201.86%201.88-.25.13-.5.26-.74.41a8.974%208.974%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13c1.16-.77%202.49-1.19%203.9-1.16%201.39.01%202.73.42%203.88%201.2s2.04%201.87%202.56%203.16l1.85-.76a8.908%208.908%200%2000-3.29-4.06z%22/%3E%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--users:hover:before {
  width: 27px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%232e2f31%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.48%2012.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM8.48%208.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.8%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.52%2014.87c-1.48-1-3.21-1.53-4.99-1.54h-.05c-.79%200-1.57.12-2.32.32a8.978%208.978%200%2000-2.64-2.78c-1.48-1-3.21-1.53-4.99-1.54-1.78-.01-3.52.5-5.01%201.49a9.038%209.038%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13%206.847%206.847%200%20013.9-1.16c1.39.01%202.73.42%203.88%201.2.74.5%201.36%201.15%201.86%201.88-.25.13-.5.26-.74.41a8.974%208.974%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13c1.16-.77%202.49-1.19%203.9-1.16%201.39.01%202.73.42%203.88%201.2s2.04%201.87%202.56%203.16l1.85-.76a8.908%208.908%200%2000-3.29-4.06z%22/%3E%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--users.sidebar__item-link--disabled:before {
  width: 27px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23CFD8DC%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.48%2012.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2zM8.48%208.32c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.8%204%204%204zm0-6c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.52%2014.87c-1.48-1-3.21-1.53-4.99-1.54h-.05c-.79%200-1.57.12-2.32.32a8.978%208.978%200%2000-2.64-2.78c-1.48-1-3.21-1.53-4.99-1.54-1.78-.01-3.52.5-5.01%201.49a9.038%209.038%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13%206.847%206.847%200%20013.9-1.16c1.39.01%202.73.42%203.88%201.2.74.5%201.36%201.15%201.86%201.88-.25.13-.5.26-.74.41a8.974%208.974%200%2000-3.34%204.02l1.84.78a7.025%207.025%200%20012.6-3.13c1.16-.77%202.49-1.19%203.9-1.16%201.39.01%202.73.42%203.88%201.2s2.04%201.87%202.56%203.16l1.85-.76a8.908%208.908%200%2000-3.29-4.06z%22/%3E%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--coupons:before {
  width: 26px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25%2012.9202H26C26%2012.4107%2025.6169%2011.9826%2025.1105%2011.9263L25%2012.9202ZM25%2018V19C25.5523%2019%2026%2018.5523%2026%2018H25ZM25%206.07983L25.1105%207.0737C25.6169%207.01737%2026%206.58933%2026%206.07983H25ZM25%201H26C26%200.447715%2025.5523%200%2025%200V1ZM1%2012.9202L0.889453%2011.9263C0.383071%2011.9826%200%2012.4107%200%2012.9202H1ZM1%2018H0C0%2018.5523%200.447715%2019%201%2019L1%2018ZM1%206.07983H0C0%206.58933%200.383071%207.01737%200.889453%207.0737L1%206.07983ZM1%201V0C0.447715%200%200%200.447715%200%201L1%201ZM18%205C18%204.44772%2017.5523%204%2017%204C16.4477%204%2016%204.44772%2016%205H18ZM16%206C16%206.55228%2016.4477%207%2017%207C17.5523%207%2018%206.55228%2018%206H16ZM18%209C18%208.44772%2017.5523%208%2017%208C16.4477%208%2016%208.44772%2016%209H18ZM16%2010C16%2010.5523%2016.4477%2011%2017%2011C17.5523%2011%2018%2010.5523%2018%2010H16ZM16%202C16%202.55228%2016.4477%203%2017%203C17.5523%203%2018%202.55228%2018%202H16ZM18%2017C18%2016.4477%2017.5523%2016%2017%2016C16.4477%2016%2016%2016.4477%2016%2017H18ZM16%2018C16%2018.5523%2016.4477%2019%2017%2019C17.5523%2019%2018%2018.5523%2018%2018H16ZM18%2013C18%2012.4477%2017.5523%2012%2017%2012C16.4477%2012%2016%2012.4477%2016%2013H18ZM16%2014C16%2014.5523%2016.4477%2015%2017%2015C17.5523%2015%2018%2014.5523%2018%2014H16ZM24%2012.9202V18H26V12.9202H24ZM25.1105%2011.9263C23.9062%2011.7923%2022.96%2010.761%2022.96%209.5H20.96C20.96%2011.7815%2022.6738%2013.6676%2024.8895%2013.914L25.1105%2011.9263ZM22.96%209.5C22.96%208.23899%2023.9062%207.20766%2025.1105%207.0737L24.8895%205.08596C22.6738%205.3324%2020.96%207.21847%2020.96%209.5H22.96ZM24%201V6.07983H26V1H24ZM0%2012.9202V18H2V12.9202H0ZM1.11055%2013.914C3.32616%2013.6676%205.04%2011.7815%205.04%209.5H3.04C3.04%2010.761%202.09381%2011.7923%200.889453%2011.9263L1.11055%2013.914ZM5.04%209.5C5.04%207.21847%203.32616%205.3324%201.11055%205.08596L0.889453%207.0737C2.09381%207.20766%203.04%208.23899%203.04%209.5H5.04ZM0%201V6.07983H2V1H0ZM1%202H17V0H1V2ZM17%202H25V0H17V2ZM25%2017H1V19H25V17ZM16%205V6H18V5H16ZM16%209V10H18V9H16ZM16%201V2H18V1H16ZM16%2017V18H18V17H16ZM16%2013V14H18V13H16Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--coupons:active:before,
.sidebar__item-link--coupons.active:before {
  width: 26px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25%2012.9202H26C26%2012.4107%2025.6169%2011.9826%2025.1105%2011.9263L25%2012.9202ZM25%2018V19C25.5523%2019%2026%2018.5523%2026%2018H25ZM25%206.07983L25.1105%207.0737C25.6169%207.01737%2026%206.58933%2026%206.07983H25ZM25%201H26C26%200.447715%2025.5523%200%2025%200V1ZM1%2012.9202L0.889453%2011.9263C0.383071%2011.9826%200%2012.4107%200%2012.9202H1ZM1%2018H0C0%2018.5523%200.447715%2019%201%2019L1%2018ZM1%206.07983H0C0%206.58933%200.383071%207.01737%200.889453%207.0737L1%206.07983ZM1%201V0C0.447715%200%200%200.447715%200%201L1%201ZM18%205C18%204.44772%2017.5523%204%2017%204C16.4477%204%2016%204.44772%2016%205H18ZM16%206C16%206.55228%2016.4477%207%2017%207C17.5523%207%2018%206.55228%2018%206H16ZM18%209C18%208.44772%2017.5523%208%2017%208C16.4477%208%2016%208.44772%2016%209H18ZM16%2010C16%2010.5523%2016.4477%2011%2017%2011C17.5523%2011%2018%2010.5523%2018%2010H16ZM16%202C16%202.55228%2016.4477%203%2017%203C17.5523%203%2018%202.55228%2018%202H16ZM18%2017C18%2016.4477%2017.5523%2016%2017%2016C16.4477%2016%2016%2016.4477%2016%2017H18ZM16%2018C16%2018.5523%2016.4477%2019%2017%2019C17.5523%2019%2018%2018.5523%2018%2018H16ZM18%2013C18%2012.4477%2017.5523%2012%2017%2012C16.4477%2012%2016%2012.4477%2016%2013H18ZM16%2014C16%2014.5523%2016.4477%2015%2017%2015C17.5523%2015%2018%2014.5523%2018%2014H16ZM24%2012.9202V18H26V12.9202H24ZM25.1105%2011.9263C23.9062%2011.7923%2022.96%2010.761%2022.96%209.5H20.96C20.96%2011.7815%2022.6738%2013.6676%2024.8895%2013.914L25.1105%2011.9263ZM22.96%209.5C22.96%208.23899%2023.9062%207.20766%2025.1105%207.0737L24.8895%205.08596C22.6738%205.3324%2020.96%207.21847%2020.96%209.5H22.96ZM24%201V6.07983H26V1H24ZM0%2012.9202V18H2V12.9202H0ZM1.11055%2013.914C3.32616%2013.6676%205.04%2011.7815%205.04%209.5H3.04C3.04%2010.761%202.09381%2011.7923%200.889453%2011.9263L1.11055%2013.914ZM5.04%209.5C5.04%207.21847%203.32616%205.3324%201.11055%205.08596L0.889453%207.0737C2.09381%207.20766%203.04%208.23899%203.04%209.5H5.04ZM0%201V6.07983H2V1H0ZM1%202H17V0H1V2ZM17%202H25V0H17V2ZM25%2017H1V19H25V17ZM16%205V6H18V5H16ZM16%209V10H18V9H16ZM16%201V2H18V1H16ZM16%2017V18H18V17H16ZM16%2013V14H18V13H16Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--coupons:hover:before {
  width: 26px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25%2012.9202H26C26%2012.4107%2025.6169%2011.9826%2025.1105%2011.9263L25%2012.9202ZM25%2018V19C25.5523%2019%2026%2018.5523%2026%2018H25ZM25%206.07983L25.1105%207.0737C25.6169%207.01737%2026%206.58933%2026%206.07983H25ZM25%201H26C26%200.447715%2025.5523%200%2025%200V1ZM1%2012.9202L0.889453%2011.9263C0.383071%2011.9826%200%2012.4107%200%2012.9202H1ZM1%2018H0C0%2018.5523%200.447715%2019%201%2019L1%2018ZM1%206.07983H0C0%206.58933%200.383071%207.01737%200.889453%207.0737L1%206.07983ZM1%201V0C0.447715%200%200%200.447715%200%201L1%201ZM18%205C18%204.44772%2017.5523%204%2017%204C16.4477%204%2016%204.44772%2016%205H18ZM16%206C16%206.55228%2016.4477%207%2017%207C17.5523%207%2018%206.55228%2018%206H16ZM18%209C18%208.44772%2017.5523%208%2017%208C16.4477%208%2016%208.44772%2016%209H18ZM16%2010C16%2010.5523%2016.4477%2011%2017%2011C17.5523%2011%2018%2010.5523%2018%2010H16ZM16%202C16%202.55228%2016.4477%203%2017%203C17.5523%203%2018%202.55228%2018%202H16ZM18%2017C18%2016.4477%2017.5523%2016%2017%2016C16.4477%2016%2016%2016.4477%2016%2017H18ZM16%2018C16%2018.5523%2016.4477%2019%2017%2019C17.5523%2019%2018%2018.5523%2018%2018H16ZM18%2013C18%2012.4477%2017.5523%2012%2017%2012C16.4477%2012%2016%2012.4477%2016%2013H18ZM16%2014C16%2014.5523%2016.4477%2015%2017%2015C17.5523%2015%2018%2014.5523%2018%2014H16ZM24%2012.9202V18H26V12.9202H24ZM25.1105%2011.9263C23.9062%2011.7923%2022.96%2010.761%2022.96%209.5H20.96C20.96%2011.7815%2022.6738%2013.6676%2024.8895%2013.914L25.1105%2011.9263ZM22.96%209.5C22.96%208.23899%2023.9062%207.20766%2025.1105%207.0737L24.8895%205.08596C22.6738%205.3324%2020.96%207.21847%2020.96%209.5H22.96ZM24%201V6.07983H26V1H24ZM0%2012.9202V18H2V12.9202H0ZM1.11055%2013.914C3.32616%2013.6676%205.04%2011.7815%205.04%209.5H3.04C3.04%2010.761%202.09381%2011.7923%200.889453%2011.9263L1.11055%2013.914ZM5.04%209.5C5.04%207.21847%203.32616%205.3324%201.11055%205.08596L0.889453%207.0737C2.09381%207.20766%203.04%208.23899%203.04%209.5H5.04ZM0%201V6.07983H2V1H0ZM1%202H17V0H1V2ZM17%202H25V0H17V2ZM25%2017H1V19H25V17ZM16%205V6H18V5H16ZM16%209V10H18V9H16ZM16%201V2H18V1H16ZM16%2017V18H18V17H16ZM16%2013V14H18V13H16Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--coupons.sidebar__item-link--disabled:before {
  width: 26px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25%2012.9202H26C26%2012.4107%2025.6169%2011.9826%2025.1105%2011.9263L25%2012.9202ZM25%2018V19C25.5523%2019%2026%2018.5523%2026%2018H25ZM25%206.07983L25.1105%207.0737C25.6169%207.01737%2026%206.58933%2026%206.07983H25ZM25%201H26C26%200.447715%2025.5523%200%2025%200V1ZM1%2012.9202L0.889453%2011.9263C0.383071%2011.9826%200%2012.4107%200%2012.9202H1ZM1%2018H0C0%2018.5523%200.447715%2019%201%2019L1%2018ZM1%206.07983H0C0%206.58933%200.383071%207.01737%200.889453%207.0737L1%206.07983ZM1%201V0C0.447715%200%200%200.447715%200%201L1%201ZM18%205C18%204.44772%2017.5523%204%2017%204C16.4477%204%2016%204.44772%2016%205H18ZM16%206C16%206.55228%2016.4477%207%2017%207C17.5523%207%2018%206.55228%2018%206H16ZM18%209C18%208.44772%2017.5523%208%2017%208C16.4477%208%2016%208.44772%2016%209H18ZM16%2010C16%2010.5523%2016.4477%2011%2017%2011C17.5523%2011%2018%2010.5523%2018%2010H16ZM16%202C16%202.55228%2016.4477%203%2017%203C17.5523%203%2018%202.55228%2018%202H16ZM18%2017C18%2016.4477%2017.5523%2016%2017%2016C16.4477%2016%2016%2016.4477%2016%2017H18ZM16%2018C16%2018.5523%2016.4477%2019%2017%2019C17.5523%2019%2018%2018.5523%2018%2018H16ZM18%2013C18%2012.4477%2017.5523%2012%2017%2012C16.4477%2012%2016%2012.4477%2016%2013H18ZM16%2014C16%2014.5523%2016.4477%2015%2017%2015C17.5523%2015%2018%2014.5523%2018%2014H16ZM24%2012.9202V18H26V12.9202H24ZM25.1105%2011.9263C23.9062%2011.7923%2022.96%2010.761%2022.96%209.5H20.96C20.96%2011.7815%2022.6738%2013.6676%2024.8895%2013.914L25.1105%2011.9263ZM22.96%209.5C22.96%208.23899%2023.9062%207.20766%2025.1105%207.0737L24.8895%205.08596C22.6738%205.3324%2020.96%207.21847%2020.96%209.5H22.96ZM24%201V6.07983H26V1H24ZM0%2012.9202V18H2V12.9202H0ZM1.11055%2013.914C3.32616%2013.6676%205.04%2011.7815%205.04%209.5H3.04C3.04%2010.761%202.09381%2011.7923%200.889453%2011.9263L1.11055%2013.914ZM5.04%209.5C5.04%207.21847%203.32616%205.3324%201.11055%205.08596L0.889453%207.0737C2.09381%207.20766%203.04%208.23899%203.04%209.5H5.04ZM0%201V6.07983H2V1H0ZM1%202H17V0H1V2ZM17%202H25V0H17V2ZM25%2017H1V19H25V17ZM16%205V6H18V5H16ZM16%209V10H18V9H16ZM16%201V2H18V1H16ZM16%2017V18H18V17H16ZM16%2013V14H18V13H16Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--admin-report:before {
  width: 23px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M20.5629%200L7.45108%200.00871158C6.80533%200.00871158%206.18603%200.25884%205.72941%200.70407C5.2728%201.1493%205.01628%201.75316%205.01628%202.38281V5.98437L2.4348%206.00781C1.79123%206.01467%201.17601%206.267%200.720914%206.71075C0.265815%207.1545%200.00703415%207.75439%200%208.38191V14.9742C0.00713477%2015.7812%200.340912%2016.5528%200.928665%2017.1209C1.51642%2017.6891%202.31056%2018.0078%203.13819%2018.0078H19.2914C20.2744%2018.0078%2021.2171%2017.6271%2021.9122%2016.9493C22.6072%2016.2716%2022.9977%2015.3524%2022.9977%2014.3939V2.3741C22.9977%201.74445%2022.7412%201.14059%2022.2846%200.695358C21.828%200.250128%2021.2087%200%2020.5629%200ZM5.01628%2014.7276C4.96737%2015.082%204.78823%2015.4072%204.5121%2015.6426C4.23598%2015.878%203.88163%2016.0078%203.51482%2016.0078C3.14801%2016.0078%202.79366%2015.878%202.51753%2015.6426C2.24141%2015.4072%202.06227%2015.082%202.01336%2014.7276L1.98975%208.77574C1.99652%208.56795%202.0842%208.37048%202.23496%208.22347C2.38572%208.07647%202.58824%207.99098%202.80135%207.98437H5.01628V14.7276ZM20.9793%2013.9766C20.9723%2014.5132%2020.7505%2015.0259%2020.3614%2015.4053C19.9722%2015.7848%2019.4465%2016.001%2018.8962%2016.0078H6.62273C6.8713%2015.5626%207.00152%2015.0638%207.00148%2014.557L6.99773%202.78906C7.0045%202.58127%207.09218%202.3838%207.24294%202.2368C7.3937%202.08979%207.59623%202.0043%207.80933%201.9977H20.1938C20.4069%202.0043%2020.6094%202.08979%2020.7602%202.2368C20.9109%202.3838%2020.9986%202.58127%2021.0054%202.78906L20.9793%2013.9766Z%22%20fill%3D%22%2373808d%22/%3E%0A%3Cpath%20d%3D%22M8.99756%205C8.99756%204.44772%209.44527%204%209.99756%204H13.9663C14.5186%204%2014.9663%204.44772%2014.9663%205C14.9663%205.55228%2014.5186%206%2013.9663%206H9.99756C9.44527%206%208.99756%205.55228%208.99756%205Z%22%20fill%3D%22%2373808d%22/%3E%0A%3Cpath%20d%3D%22M8.99756%209.01245C8.99756%208.46017%209.44527%208.01245%209.99756%208.01245H18.0288C18.5811%208.01245%2019.0288%208.46017%2019.0288%209.01245C19.0288%209.56474%2018.5811%2010.0125%2018.0288%2010.0125H9.99756C9.44527%2010.0125%208.99756%209.56474%208.99756%209.01245Z%22%20fill%3D%22%2373808d%22/%3E%0A%3Cpath%20d%3D%22M8.99756%2013.0248C8.99756%2012.4725%209.44527%2012.0248%209.99756%2012.0248H18.0288C18.5811%2012.0248%2019.0288%2012.4725%2019.0288%2013.0248C19.0288%2013.5771%2018.5811%2014.0248%2018.0288%2014.0248H9.99756C9.44527%2014.0248%208.99756%2013.5771%208.99756%2013.0248Z%22%20fill%3D%22%2373808d%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--admin-report:active:before,
.sidebar__item-link--admin-report.active:before {
  width: 23px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M20.5629%200L7.45108%200.00871158C6.80533%200.00871158%206.18603%200.25884%205.72941%200.70407C5.2728%201.1493%205.01628%201.75316%205.01628%202.38281V5.98437L2.4348%206.00781C1.79123%206.01467%201.17601%206.267%200.720914%206.71075C0.265815%207.1545%200.00703415%207.75439%200%208.38191V14.9742C0.00713477%2015.7812%200.340912%2016.5528%200.928665%2017.1209C1.51642%2017.6891%202.31056%2018.0078%203.13819%2018.0078H19.2914C20.2744%2018.0078%2021.2171%2017.6271%2021.9122%2016.9493C22.6072%2016.2716%2022.9977%2015.3524%2022.9977%2014.3939V2.3741C22.9977%201.74445%2022.7412%201.14059%2022.2846%200.695358C21.828%200.250128%2021.2087%200%2020.5629%200ZM5.01628%2014.7276C4.96737%2015.082%204.78823%2015.4072%204.5121%2015.6426C4.23598%2015.878%203.88163%2016.0078%203.51482%2016.0078C3.14801%2016.0078%202.79366%2015.878%202.51753%2015.6426C2.24141%2015.4072%202.06227%2015.082%202.01336%2014.7276L1.98975%208.77574C1.99652%208.56795%202.0842%208.37048%202.23496%208.22347C2.38572%208.07647%202.58824%207.99098%202.80135%207.98437H5.01628V14.7276ZM20.9793%2013.9766C20.9723%2014.5132%2020.7505%2015.0259%2020.3614%2015.4053C19.9722%2015.7848%2019.4465%2016.001%2018.8962%2016.0078H6.62273C6.8713%2015.5626%207.00152%2015.0638%207.00148%2014.557L6.99773%202.78906C7.0045%202.58127%207.09218%202.3838%207.24294%202.2368C7.3937%202.08979%207.59623%202.0043%207.80933%201.9977H20.1938C20.4069%202.0043%2020.6094%202.08979%2020.7602%202.2368C20.9109%202.3838%2020.9986%202.58127%2021.0054%202.78906L20.9793%2013.9766Z%22%20fill%3D%22%233f65f1%22/%3E%0A%3Cpath%20d%3D%22M8.99756%205C8.99756%204.44772%209.44527%204%209.99756%204H13.9663C14.5186%204%2014.9663%204.44772%2014.9663%205C14.9663%205.55228%2014.5186%206%2013.9663%206H9.99756C9.44527%206%208.99756%205.55228%208.99756%205Z%22%20fill%3D%22%233f65f1%22/%3E%0A%3Cpath%20d%3D%22M8.99756%209.01245C8.99756%208.46017%209.44527%208.01245%209.99756%208.01245H18.0288C18.5811%208.01245%2019.0288%208.46017%2019.0288%209.01245C19.0288%209.56474%2018.5811%2010.0125%2018.0288%2010.0125H9.99756C9.44527%2010.0125%208.99756%209.56474%208.99756%209.01245Z%22%20fill%3D%22%233f65f1%22/%3E%0A%3Cpath%20d%3D%22M8.99756%2013.0248C8.99756%2012.4725%209.44527%2012.0248%209.99756%2012.0248H18.0288C18.5811%2012.0248%2019.0288%2012.4725%2019.0288%2013.0248C19.0288%2013.5771%2018.5811%2014.0248%2018.0288%2014.0248H9.99756C9.44527%2014.0248%208.99756%2013.5771%208.99756%2013.0248Z%22%20fill%3D%22%233f65f1%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--admin-report:hover:before {
  width: 23px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M20.5629%200L7.45108%200.00871158C6.80533%200.00871158%206.18603%200.25884%205.72941%200.70407C5.2728%201.1493%205.01628%201.75316%205.01628%202.38281V5.98437L2.4348%206.00781C1.79123%206.01467%201.17601%206.267%200.720914%206.71075C0.265815%207.1545%200.00703415%207.75439%200%208.38191V14.9742C0.00713477%2015.7812%200.340912%2016.5528%200.928665%2017.1209C1.51642%2017.6891%202.31056%2018.0078%203.13819%2018.0078H19.2914C20.2744%2018.0078%2021.2171%2017.6271%2021.9122%2016.9493C22.6072%2016.2716%2022.9977%2015.3524%2022.9977%2014.3939V2.3741C22.9977%201.74445%2022.7412%201.14059%2022.2846%200.695358C21.828%200.250128%2021.2087%200%2020.5629%200ZM5.01628%2014.7276C4.96737%2015.082%204.78823%2015.4072%204.5121%2015.6426C4.23598%2015.878%203.88163%2016.0078%203.51482%2016.0078C3.14801%2016.0078%202.79366%2015.878%202.51753%2015.6426C2.24141%2015.4072%202.06227%2015.082%202.01336%2014.7276L1.98975%208.77574C1.99652%208.56795%202.0842%208.37048%202.23496%208.22347C2.38572%208.07647%202.58824%207.99098%202.80135%207.98437H5.01628V14.7276ZM20.9793%2013.9766C20.9723%2014.5132%2020.7505%2015.0259%2020.3614%2015.4053C19.9722%2015.7848%2019.4465%2016.001%2018.8962%2016.0078H6.62273C6.8713%2015.5626%207.00152%2015.0638%207.00148%2014.557L6.99773%202.78906C7.0045%202.58127%207.09218%202.3838%207.24294%202.2368C7.3937%202.08979%207.59623%202.0043%207.80933%201.9977H20.1938C20.4069%202.0043%2020.6094%202.08979%2020.7602%202.2368C20.9109%202.3838%2020.9986%202.58127%2021.0054%202.78906L20.9793%2013.9766Z%22%20fill%3D%22%232e2f31%22/%3E%0A%3Cpath%20d%3D%22M8.99756%205C8.99756%204.44772%209.44527%204%209.99756%204H13.9663C14.5186%204%2014.9663%204.44772%2014.9663%205C14.9663%205.55228%2014.5186%206%2013.9663%206H9.99756C9.44527%206%208.99756%205.55228%208.99756%205Z%22%20fill%3D%22%232e2f31%22/%3E%0A%3Cpath%20d%3D%22M8.99756%209.01245C8.99756%208.46017%209.44527%208.01245%209.99756%208.01245H18.0288C18.5811%208.01245%2019.0288%208.46017%2019.0288%209.01245C19.0288%209.56474%2018.5811%2010.0125%2018.0288%2010.0125H9.99756C9.44527%2010.0125%208.99756%209.56474%208.99756%209.01245Z%22%20fill%3D%22%232e2f31%22/%3E%0A%3Cpath%20d%3D%22M8.99756%2013.0248C8.99756%2012.4725%209.44527%2012.0248%209.99756%2012.0248H18.0288C18.5811%2012.0248%2019.0288%2012.4725%2019.0288%2013.0248C19.0288%2013.5771%2018.5811%2014.0248%2018.0288%2014.0248H9.99756C9.44527%2014.0248%208.99756%2013.5771%208.99756%2013.0248Z%22%20fill%3D%22%232e2f31%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--admin-report.sidebar__item-link--disabled:before {
  width: 23px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M20.5629%200L7.45108%200.00871158C6.80533%200.00871158%206.18603%200.25884%205.72941%200.70407C5.2728%201.1493%205.01628%201.75316%205.01628%202.38281V5.98437L2.4348%206.00781C1.79123%206.01467%201.17601%206.267%200.720914%206.71075C0.265815%207.1545%200.00703415%207.75439%200%208.38191V14.9742C0.00713477%2015.7812%200.340912%2016.5528%200.928665%2017.1209C1.51642%2017.6891%202.31056%2018.0078%203.13819%2018.0078H19.2914C20.2744%2018.0078%2021.2171%2017.6271%2021.9122%2016.9493C22.6072%2016.2716%2022.9977%2015.3524%2022.9977%2014.3939V2.3741C22.9977%201.74445%2022.7412%201.14059%2022.2846%200.695358C21.828%200.250128%2021.2087%200%2020.5629%200ZM5.01628%2014.7276C4.96737%2015.082%204.78823%2015.4072%204.5121%2015.6426C4.23598%2015.878%203.88163%2016.0078%203.51482%2016.0078C3.14801%2016.0078%202.79366%2015.878%202.51753%2015.6426C2.24141%2015.4072%202.06227%2015.082%202.01336%2014.7276L1.98975%208.77574C1.99652%208.56795%202.0842%208.37048%202.23496%208.22347C2.38572%208.07647%202.58824%207.99098%202.80135%207.98437H5.01628V14.7276ZM20.9793%2013.9766C20.9723%2014.5132%2020.7505%2015.0259%2020.3614%2015.4053C19.9722%2015.7848%2019.4465%2016.001%2018.8962%2016.0078H6.62273C6.8713%2015.5626%207.00152%2015.0638%207.00148%2014.557L6.99773%202.78906C7.0045%202.58127%207.09218%202.3838%207.24294%202.2368C7.3937%202.08979%207.59623%202.0043%207.80933%201.9977H20.1938C20.4069%202.0043%2020.6094%202.08979%2020.7602%202.2368C20.9109%202.3838%2020.9986%202.58127%2021.0054%202.78906L20.9793%2013.9766Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%3Cpath%20d%3D%22M8.99756%205C8.99756%204.44772%209.44527%204%209.99756%204H13.9663C14.5186%204%2014.9663%204.44772%2014.9663%205C14.9663%205.55228%2014.5186%206%2013.9663%206H9.99756C9.44527%206%208.99756%205.55228%208.99756%205Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%3Cpath%20d%3D%22M8.99756%209.01245C8.99756%208.46017%209.44527%208.01245%209.99756%208.01245H18.0288C18.5811%208.01245%2019.0288%208.46017%2019.0288%209.01245C19.0288%209.56474%2018.5811%2010.0125%2018.0288%2010.0125H9.99756C9.44527%2010.0125%208.99756%209.56474%208.99756%209.01245Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%3Cpath%20d%3D%22M8.99756%2013.0248C8.99756%2012.4725%209.44527%2012.0248%209.99756%2012.0248H18.0288C18.5811%2012.0248%2019.0288%2012.4725%2019.0288%2013.0248C19.0288%2013.5771%2018.5811%2014.0248%2018.0288%2014.0248H9.99756C9.44527%2014.0248%208.99756%2013.5771%208.99756%2013.0248Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--legals:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.37402%2014C1.82174%2014%201.37402%2014.4477%201.37402%2015C1.37402%2015.5523%201.82174%2016%202.37402%2016V14ZM24.374%2016C24.9263%2016%2025.374%2015.5523%2025.374%2015C25.374%2014.4477%2024.9263%2014%2024.374%2014V16ZM7.37402%2017C7.37402%2017.5523%207.82174%2018%208.37402%2018C8.92631%2018%209.37402%2017.5523%209.37402%2017H7.37402ZM9.37402%2013C9.37402%2012.4477%208.92631%2012%208.37402%2012C7.82174%2012%207.37402%2012.4477%207.37402%2013H9.37402ZM17.374%2017C17.374%2017.5523%2017.8217%2018%2018.374%2018C18.9263%2018%2019.374%2017.5523%2019.374%2017H17.374ZM19.374%2013C19.374%2012.4477%2018.9263%2012%2018.374%2012C17.8217%2012%2017.374%2012.4477%2017.374%2013H19.374ZM5.37402%206H21.374V4H5.37402V6ZM24.374%209V19H26.374V9H24.374ZM21.374%2022H5.37402V24H21.374V22ZM2.37402%2019V9H0.374023V19H2.37402ZM5.37402%2022C3.71717%2022%202.37402%2020.6569%202.37402%2019H0.374023C0.374023%2021.7614%202.6126%2024%205.37402%2024V22ZM24.374%2019C24.374%2020.6569%2023.0309%2022%2021.374%2022V24C24.1354%2024%2026.374%2021.7614%2026.374%2019H24.374ZM21.374%206C23.0309%206%2024.374%207.34315%2024.374%209H26.374C26.374%206.23858%2024.1354%204%2021.374%204V6ZM5.37402%204C2.6126%204%200.374023%206.23858%200.374023%209H2.37402C2.37402%207.34315%203.71717%206%205.37402%206V4ZM11.374%202H15.374V0H11.374V2ZM16.374%203V5.5H18.374V3H16.374ZM10.374%205.5V3H8.37402V5.5H10.374ZM15.374%202C15.9263%202%2016.374%202.44772%2016.374%203H18.374C18.374%201.34315%2017.0309%200%2015.374%200V2ZM11.374%200C9.71717%200%208.37402%201.34315%208.37402%203H10.374C10.374%202.44772%2010.8217%202%2011.374%202V0ZM2.37402%2016H24.374V14H2.37402V16ZM9.37402%2017V13H7.37402V17H9.37402ZM19.374%2017V13H17.374V17H19.374Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: -2px;
}
.sidebar__item-link--legals:active:before,
.sidebar__item-link--legals.active:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.37402%2014C1.82174%2014%201.37402%2014.4477%201.37402%2015C1.37402%2015.5523%201.82174%2016%202.37402%2016V14ZM24.374%2016C24.9263%2016%2025.374%2015.5523%2025.374%2015C25.374%2014.4477%2024.9263%2014%2024.374%2014V16ZM7.37402%2017C7.37402%2017.5523%207.82174%2018%208.37402%2018C8.92631%2018%209.37402%2017.5523%209.37402%2017H7.37402ZM9.37402%2013C9.37402%2012.4477%208.92631%2012%208.37402%2012C7.82174%2012%207.37402%2012.4477%207.37402%2013H9.37402ZM17.374%2017C17.374%2017.5523%2017.8217%2018%2018.374%2018C18.9263%2018%2019.374%2017.5523%2019.374%2017H17.374ZM19.374%2013C19.374%2012.4477%2018.9263%2012%2018.374%2012C17.8217%2012%2017.374%2012.4477%2017.374%2013H19.374ZM5.37402%206H21.374V4H5.37402V6ZM24.374%209V19H26.374V9H24.374ZM21.374%2022H5.37402V24H21.374V22ZM2.37402%2019V9H0.374023V19H2.37402ZM5.37402%2022C3.71717%2022%202.37402%2020.6569%202.37402%2019H0.374023C0.374023%2021.7614%202.6126%2024%205.37402%2024V22ZM24.374%2019C24.374%2020.6569%2023.0309%2022%2021.374%2022V24C24.1354%2024%2026.374%2021.7614%2026.374%2019H24.374ZM21.374%206C23.0309%206%2024.374%207.34315%2024.374%209H26.374C26.374%206.23858%2024.1354%204%2021.374%204V6ZM5.37402%204C2.6126%204%200.374023%206.23858%200.374023%209H2.37402C2.37402%207.34315%203.71717%206%205.37402%206V4ZM11.374%202H15.374V0H11.374V2ZM16.374%203V5.5H18.374V3H16.374ZM10.374%205.5V3H8.37402V5.5H10.374ZM15.374%202C15.9263%202%2016.374%202.44772%2016.374%203H18.374C18.374%201.34315%2017.0309%200%2015.374%200V2ZM11.374%200C9.71717%200%208.37402%201.34315%208.37402%203H10.374C10.374%202.44772%2010.8217%202%2011.374%202V0ZM2.37402%2016H24.374V14H2.37402V16ZM9.37402%2017V13H7.37402V17H9.37402ZM19.374%2017V13H17.374V17H19.374Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--legals:hover:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.37402%2014C1.82174%2014%201.37402%2014.4477%201.37402%2015C1.37402%2015.5523%201.82174%2016%202.37402%2016V14ZM24.374%2016C24.9263%2016%2025.374%2015.5523%2025.374%2015C25.374%2014.4477%2024.9263%2014%2024.374%2014V16ZM7.37402%2017C7.37402%2017.5523%207.82174%2018%208.37402%2018C8.92631%2018%209.37402%2017.5523%209.37402%2017H7.37402ZM9.37402%2013C9.37402%2012.4477%208.92631%2012%208.37402%2012C7.82174%2012%207.37402%2012.4477%207.37402%2013H9.37402ZM17.374%2017C17.374%2017.5523%2017.8217%2018%2018.374%2018C18.9263%2018%2019.374%2017.5523%2019.374%2017H17.374ZM19.374%2013C19.374%2012.4477%2018.9263%2012%2018.374%2012C17.8217%2012%2017.374%2012.4477%2017.374%2013H19.374ZM5.37402%206H21.374V4H5.37402V6ZM24.374%209V19H26.374V9H24.374ZM21.374%2022H5.37402V24H21.374V22ZM2.37402%2019V9H0.374023V19H2.37402ZM5.37402%2022C3.71717%2022%202.37402%2020.6569%202.37402%2019H0.374023C0.374023%2021.7614%202.6126%2024%205.37402%2024V22ZM24.374%2019C24.374%2020.6569%2023.0309%2022%2021.374%2022V24C24.1354%2024%2026.374%2021.7614%2026.374%2019H24.374ZM21.374%206C23.0309%206%2024.374%207.34315%2024.374%209H26.374C26.374%206.23858%2024.1354%204%2021.374%204V6ZM5.37402%204C2.6126%204%200.374023%206.23858%200.374023%209H2.37402C2.37402%207.34315%203.71717%206%205.37402%206V4ZM11.374%202H15.374V0H11.374V2ZM16.374%203V5.5H18.374V3H16.374ZM10.374%205.5V3H8.37402V5.5H10.374ZM15.374%202C15.9263%202%2016.374%202.44772%2016.374%203H18.374C18.374%201.34315%2017.0309%200%2015.374%200V2ZM11.374%200C9.71717%200%208.37402%201.34315%208.37402%203H10.374C10.374%202.44772%2010.8217%202%2011.374%202V0ZM2.37402%2016H24.374V14H2.37402V16ZM9.37402%2017V13H7.37402V17H9.37402ZM19.374%2017V13H17.374V17H19.374Z%22%20fill%3D%22%232e2f31%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link--legals.sidebar__item-link--disabled:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.37402%2014C1.82174%2014%201.37402%2014.4477%201.37402%2015C1.37402%2015.5523%201.82174%2016%202.37402%2016V14ZM24.374%2016C24.9263%2016%2025.374%2015.5523%2025.374%2015C25.374%2014.4477%2024.9263%2014%2024.374%2014V16ZM7.37402%2017C7.37402%2017.5523%207.82174%2018%208.37402%2018C8.92631%2018%209.37402%2017.5523%209.37402%2017H7.37402ZM9.37402%2013C9.37402%2012.4477%208.92631%2012%208.37402%2012C7.82174%2012%207.37402%2012.4477%207.37402%2013H9.37402ZM17.374%2017C17.374%2017.5523%2017.8217%2018%2018.374%2018C18.9263%2018%2019.374%2017.5523%2019.374%2017H17.374ZM19.374%2013C19.374%2012.4477%2018.9263%2012%2018.374%2012C17.8217%2012%2017.374%2012.4477%2017.374%2013H19.374ZM5.37402%206H21.374V4H5.37402V6ZM24.374%209V19H26.374V9H24.374ZM21.374%2022H5.37402V24H21.374V22ZM2.37402%2019V9H0.374023V19H2.37402ZM5.37402%2022C3.71717%2022%202.37402%2020.6569%202.37402%2019H0.374023C0.374023%2021.7614%202.6126%2024%205.37402%2024V22ZM24.374%2019C24.374%2020.6569%2023.0309%2022%2021.374%2022V24C24.1354%2024%2026.374%2021.7614%2026.374%2019H24.374ZM21.374%206C23.0309%206%2024.374%207.34315%2024.374%209H26.374C26.374%206.23858%2024.1354%204%2021.374%204V6ZM5.37402%204C2.6126%204%200.374023%206.23858%200.374023%209H2.37402C2.37402%207.34315%203.71717%206%205.37402%206V4ZM11.374%202H15.374V0H11.374V2ZM16.374%203V5.5H18.374V3H16.374ZM10.374%205.5V3H8.37402V5.5H10.374ZM15.374%202C15.9263%202%2016.374%202.44772%2016.374%203H18.374C18.374%201.34315%2017.0309%200%2015.374%200V2ZM11.374%200C9.71717%200%208.37402%201.34315%208.37402%203H10.374C10.374%202.44772%2010.8217%202%2011.374%202V0ZM2.37402%2016H24.374V14H2.37402V16ZM9.37402%2017V13H7.37402V17H9.37402ZM19.374%2017V13H17.374V17H19.374Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar__item-link:hover,
.sidebar__item-link:active,
.sidebar__item-link.active {
  color: #2e2f31;
  text-decoration: none;
}
.sidebar-backdrop {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.app__sidebar--small {
  margin-left: -11px;
}
.app__sidebar--small.app__sidebar_login {
  width: 260px;
}
.app__sidebar--small .button-add--with-dropdown:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%201a1%201%200%20012%200v8a1%201%200%2001-2%200V1z%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M1%206a1%201%200%20010-2h8a1%201%200%20010%202H1z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app__sidebar--small .sidebar__item-link--payment.sidebar__item-link--disabled:before,
.app__sidebar--small .sidebar__item-link--projects.sidebar__item-link--disabled:before,
.app__sidebar--small .sidebar__item-link--help.sidebar__item-link--disabled:before {
  transform: none;
}
.app__sidebar--small .sidebar__row {
  margin-bottom: 10px;
}
.app__sidebar--small .sidebar__info {
  display: none;
}
.app__sidebar--small .sidebar__menu-item {
  margin-bottom: 12px;
}
.app__sidebar--small .sidebar {
  padding: 21px 36px 0 36px;
}
.app__sidebar--small .sidebar .jivo-btn {
  width: 40px;
  height: 40px;
  padding-top: 2px;
}
.app__sidebar--small .sidebar.sidebar_empty {
  padding: 30px 26px 0 6px;
  width: 260px;
}
.app__sidebar--small .sidebar.sidebar_empty .sidebar__logo-link {
  width: 94px;
}
.app__sidebar--small .sidebar__logo-link {
  width: 0;
  overflow: hidden;
}
.app__sidebar--small .sidebar__picture-link {
  width: 36px;
  height: 36px;
  margin-right: 0;
}
.app__sidebar--small .sidebar__account {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 0;
}
.app__sidebar--small .sidebar__account-title {
  font-size: 0;
}
.app__sidebar--small .sidebar__username-link {
  line-height: 2;
  text-align: center;
}
.app__sidebar--small .sidebar__item-link {
  font-size: 0;
}
.app__sidebar--small .sidebar__item-link:before {
  margin: 0;
}
.app__sidebar--small .sidebar__menu {
  padding-left: 0;
}
.app__sidebar--small .sidebar__menu-item {
  position: relative;
}
.app__sidebar--small .sidebar__menu-item .f-exclamation-mark {
  position: absolute;
  left: 22px;
  top: -3px;
  cursor: pointer;
}
.app__sidebar--small .sidebar__create-survays .button-add {
  font-size: 0;
  height: 36px;
  padding: 0;
}
.app__sidebar--small .sidebar__create-survays .button-add + .dropdown-menu:before {
  right: unset;
  left: 8px;
}
.app__sidebar--clone {
  display: none;
}
.app__sidebar--clone .sidebar {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .sidebar-backdrop {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .app__sidebar {
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
  }
  .app__sidebar--small {
    width: 108px;
    position: static;
  }
  .app__sidebar--clone {
    z-index: 1000;
    left: -259px;
    display: block;
    background-color: #f5f6fa;
  }
  .sidebar-open .app__sidebar--clone {
    z-index: 1000;
    left: 0;
  }
  .sidebar-open .sidebar-backdrop {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .app__sidebar .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.sidebar-open .tooltip--sidebar {
  display: none;
}
.body.jivo-loaded .sidebar .jivo-btn {
  display: block;
}
.footer {
  width: 100%;
  background-color: rgba(63, 101, 241, 0.03);
  color: #73808d;
}
.footer a {
  color: inherit;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #3f65f1;
}
.footer__logo-footer {
  margin-bottom: 33px;
}
.footer__logoFooter-link {
  text-decoration: none;
  width: 93px;
  height: 20px;
  display: block;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  opacity: 0.2;
}
.footer__logoFooter-link:hover {
  opacity: 0.4;
}
.footer__logoFooter-link img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer__copyright {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  margin-bottom: 0px;
}
.footer__social {
  display: -ms-flexbox;
  display: flex;
}
.footer__social-link {
  text-decoration: none;
  margin-right: 15px;
  transition: color 600ms;
}
.footer__social-link:hover svg path[stroke] {
  stroke: #3f65f1 !important;
}
.footer__social-link:hover svg path[fill] {
  fill: #3f65f1 !important;
}
.footer__social-link svg {
  transition: all 390ms;
}
.footer__quick-open {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 34px;
  font-size: 13px;
}
.footer__quick-open:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.5%2021c5.523%200%2010-4.477%2010-10s-4.477-10-10-10-10%204.477-10%2010%204.477%2010%2010%2010z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M15.74%206.76l-2.12%206.36-6.36%202.12%202.12-6.36%206.36-2.12z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.footer__quick-open:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.5%2021c5.523%200%2010-4.477%2010-10s-4.477-10-10-10-10%204.477-10%2010%204.477%2010%2010%2010z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M15.74%206.76l-2.12%206.36-6.36%202.12%202.12-6.36%206.36-2.12z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
}
.simple-footer .footer {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  transition: none;
}
.simple-footer.simple-footer--default .footer {
  transition: padding-left 500ms ease-in-out;
  padding-left: 108px;
}
@media screen and (min-width: 1200px) {
  body.sidebar-open .simple-footer.simple-footer--default .footer {
    padding-left: 110px;
    padding-left: 110px;
    padding-left: var(--foquz-sidebar-width);
  }
}
.simple-footer .footer__logo-footer {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .simple-footer .footer {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .simple-footer .simple-footer__links {
    padding-right: 50px;
  }
  .simple-footer.simple-footer--login .footer {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .simple-footer.simple-footer--default .footer {
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
@media screen and (min-width: 1200px) {
  .simple-footer.simple-footer--login .footer {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1620px) {
}
.simple-footer__columns {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.simple-footer__columns > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.simple-footer .show-big-mobile {
  display: none;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .simple-footer .show-big-mobile {
    display: block;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .simple-footer .hide-big-mobile {
    display: none !important;
  }
}
.upward-button-container {
  position: sticky;
  bottom: 8px;
  height: 60px;
  padding-top: 12px;
  margin-top: -60px;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .upward-button-container {
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.upward-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: auto;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #CFD8DC;
  border: none;
  border-radius: 50%;
  pointer-events: all;
  transition: transform 200ms ease-in;
  z-index: 50;
}
.upward-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  transform: rotate(90deg);
}
.upward-button--hidden {
  transform: scale(0);
}
.rating-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.rating-slider__wrapper {
  width: 161px;
  position: relative;
  transition: width 0.5s ease-in;
}
.rating-slider__slider {
  width: calc(100% - 32px);
  transition: width 0.5s ease-in;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #f96261 1.49%, #f5a123 50.37%, #33d16b 100.93%);
}
.rating-slider__slider .ui-slider-range {
  background: none;
}
.rating-slider .rating-slider__value {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  top: -13px;
  margin-left: -16px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  border: none;
  transition: border-width 0.5s ease-in;
}
.rating-slider .rating-slider__value--1 {
  background: #f96261 !important;
}
.rating-slider .rating-slider__value--2 {
  background: #f97f46 !important;
}
.rating-slider .rating-slider__value--3 {
  background: #f4a224 !important;
}
.rating-slider .rating-slider__value--4 {
  background: #aab540 !important;
}
.rating-slider .rating-slider__value--5 {
  background: #3ece67 !important;
}
.rating-slider__curtain {
  position: absolute;
  height: 38px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.rating-slider__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 161px;
  text-align: center;
  margin-top: 7px;
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
  transition: width 0.5s ease-in;
}
.rating-slider__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rating-slider__remove {
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 10px;
  height: 10px;
  margin-top: 2px;
  transform: rotate(45deg);
}
.rating-slider--dense .rating-slider__text {
  width: 161px;
}
.rating-slider--closed .rating-slider__wrapper {
  width: 65px;
  margin-left: -3px;
}
.rating-slider--closed.rating-slider--dense .rating-slider__text {
  width: 65px;
}
.rating-slider--closed .rating-slider__slider {
  width: calc(100% - 35px) !important;
  margin-right: 19px;
}
.rating-slider--closed .rating-slider__slider .ui-slider-handle:first-child {
  left: 0 !important;
  transition: left 0.5s ease-in;
}
.rating-slider--closed .rating-slider__slider .ui-slider-handle:nth-child(2) {
  left: 100% !important;
  transition: left 0.5s ease-in;
}
.rating-slider--closed .rating-slider__value {
  top: -16px;
  margin-left: -16px;
  border: 3px solid white;
  width: 38px;
  height: 38px;
}
.rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.rating .rating__star:not(:first-child) {
  margin-left: 10px;
}
.img-rating .img-rating__icon {
  will-change: transform;
  transition: transform 250ms;
  cursor: pointer;
  font-size: 0;
}
.img-rating .img-rating__icon.active {
  transform: scale(1.3);
}
.img-rating .img-rating__icon img {
  width: 100%;
}
.img-rating .img-rating__icon:only-child {
  margin-left: 0!important;
  margin-right: 0!important;
}
.img-rating--like .img-rating__icon {
  width: 58px;
  margin: 0 45px;
}
.img-rating--like.img-rating--sm .img-rating__icon {
  width: 36px;
  margin: 0 20px;
}
.img-rating--heart .img-rating__icon {
  width: 66px;
  margin: 0 45px;
}
.img-rating--heart.img-rating--sm .img-rating__icon {
  width: 37px;
  margin: 0 20px;
}
.img-rating--face .img-rating__icon {
  width: 44px;
  margin: 0 30px;
}
.img-rating--face[data-icons='2'] {
  margin: 0 45px;
}
.img-rating--face[data-icons='5'] .img-rating__icon,
.img-rating--face.img-rating--sm .img-rating__icon {
  width: 33px;
  margin: 0 15px;
}
.img-rating--inited .img-rating__icon:not(.active) {
  opacity: 0.4;
}
.img-rating.img-rating--xs .img-rating__icon {
  width: 22px;
}
:root {
  --f-rating-stars-count: 5;
  --f-rating-spacing: 16px;
  --f-rating-star-size: 25px;
}
.f-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  width: calc(5 * 25px + 16px * (5 - 1));
  width: calc(5 * 25px + 16px * (5 - 1));
  width: calc(var(--f-rating-stars-count) * var(--f-rating-star-size) + var(--f-rating-spacing) * (var(--f-rating-stars-count) - 1));
  max-width: 100%;
}
.f-rating__item {
  cursor: pointer;
}
.f-rating__item:not(:last-child) {
  margin-right: 2px;
}
.f-rating svg.f-rating__star {
  width: 25px;
  width: 25px;
  width: var(--f-rating-star-size);
  height: 25px;
  height: 25px;
  height: var(--f-rating-star-size);
}
.f-rating--sm {
  --f-rating-spacing: 11px;
  --f-rating-star-size: 18px;
}
.f-rating--md {
  --f-rating-spacing: 18px;
  --f-rating-star-size: 32px;
}
.f-rating--lg {
  --f-rating-spacing: 22px;
  --f-rating-star-size: 48px;
}
@media screen and (max-width: 767px) {
  .f-rating--sm,
  .f-rating--md {
    --f-rating-spacing: 18px;
    --f-rating-star-size: 27px;
  }
}
.review-details-modal-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: none;
}
.review-details-modal-nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 16px 13px 28px;
  font-weight: bold;
  font-size: 15px;
  color: #2e2f31;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .review-details-modal-nav .nav-item {
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
.review-details-modal-nav .nav-item:not(.active) {
  background: #dfe3e5;
  color: #73808d;
}
.review-details-modal-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 18.23%, rgba(255, 255, 255, 0) 100%);
}
.review-details-modal-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-details-modal-nav__poll-name {
  -ms-flex-positive: 1;
      flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-details-modal-nav__complaint-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 13px;
}
.review-details-modal-nav__rating-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 9px;
}
.review-details-modal-nav__rating-indicator--value_1 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4714C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Cline%20x1%3D%225.21268%22%20y1%3D%227.27239%22%20x2%3D%229.09325%22%20y2%3D%228.24254%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%22-1%22%20x2%3D%225%22%20y2%3D%22-1%22%20transform%3D%22matrix%28-0.970142%200.242536%200.242536%200.970142%2018%208%29%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-details-modal-nav__rating-indicator--value_2 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F97F46%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4715C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-details-modal-nav__rating-indicator--value_3 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F4A224%22/%3E%0A%09%09%09%3Crect%20x%3D%227%22%20y%3D%2214%22%20width%3D%228%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-details-modal-nav__rating-indicator--value_4 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23AAB540%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-details-modal-nav__rating-indicator--value_5 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%233ece67%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.07325%208.55376C8.84282%208.31991%208.56859%208.13374%208.26621%208.00587C7.96383%207.878%207.63923%207.81094%207.31093%207.80852C6.98263%207.8061%206.65708%207.86836%206.35284%207.99176C6.04861%208.11516%205.77166%208.29727%205.53781%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.4723%208.55376C16.2419%208.31991%2015.9676%208.13374%2015.6653%208.00587C15.3629%207.878%2015.0383%207.81094%2014.71%207.80852C14.3817%207.8061%2014.0561%207.86836%2013.7519%207.99176C13.4477%208.11516%2013.1707%208.29727%2012.9369%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-details-modal__info {
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.review-details-modal__info-block {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: hsl(204, 15%, 94%);
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 20px;
  margin: 0 5px 10px;
}
.review-details-modal__info-block--call {
  -ms-flex-align: center;
      align-items: center;
}
.review-details-modal .client-info {
  font-size: 16px;
  color: #2e2f31;
}
.review-details-modal .client-info__name {
  font-weight: bold;
}
.review-details-modal .client-info__phone {
  font-weight: 400;
}
.review-details-modal .call-block {
  width: 44px;
  height: 44px;
  box-shadow: none !important;
  background: #37a74a;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
}
.review-details-modal .call-block:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.11404%2014.7773C10.5475%2018.2107%2017.2468%2021.9643%2019.2705%2019.9406L19.9399%2019.2712C20.2379%2018.9732%2020.612%2018.0927%2020.8599%2017.447C21.0225%2017.0235%2020.8611%2016.5568%2020.4791%2016.3377L16.3839%2013.9889C16.1215%2013.8384%2015.7961%2013.832%2015.5166%2013.9719L13.466%2014.9984C13.0898%2015.1868%2012.6519%2015.1679%2012.3106%2014.9456C11.6022%2014.4839%2010.222%2013.4812%209.31603%2012.5753L8.85824%2012.1175C7.95226%2011.2115%206.94962%209.8313%206.48787%209.12293C6.26584%208.78187%206.24689%208.34394%206.43514%207.96753L7.46164%205.91695C7.60155%205.63741%207.5951%205.31196%207.44457%205.04955L5.09579%200.954407C4.87666%200.57245%204.41002%200.410994%203.9865%200.573567C3.34076%200.821481%202.46033%201.19559%202.16229%201.49364L1.49288%202.16304C-0.530813%204.18674%203.22277%2010.886%206.65624%2014.3195L7.11404%2014.7773Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.review-details-modal .review-notifications__header {
  font-weight: bold;
  font-size: 12px;
  color: #73808d;
}
.review-details-modal .review-notifications__list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}
.review-details-modal .review-notification {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
}
.review-details-modal .review-notification:not(:first-child) {
  margin-left: 29px;
}
.review-details-modal .review-notification--disabled {
  background: #f6f7f8;
  opacity: 0.4;
}
.review-details-modal .review-notification__count {
  position: absolute;
  top: -3px;
  right: -13px;
}
.review-details-modal .review-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #73808d;
  cursor: help;
}
.review-details-modal .review-date:not(:first-child) {
  margin-top: 6px;
}
.review-details-modal .review-questions__view,
.review-question-gallery .review-questions__view {
  margin-top: 29px;
}
.review-details-modal .review-rating,
.review-question-gallery .review-rating {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.review-details-modal .review-rating__item,
.review-question-gallery .review-rating__item {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  width: 17.94px;
  height: 17.77px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.review-details-modal .review-rating__item--active,
.review-question-gallery .review-rating__item--active {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23F8CD1C%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.review-details-modal .review-rating__item:not(:first-child),
.review-question-gallery .review-rating__item:not(:first-child) {
  margin-left: 11px;
}
.review-details-modal .review-dish-rating-question,
.review-question-gallery .review-dish-rating-question {
  display: -ms-flexbox;
  display: flex;
}
.review-details-modal .review-dish-rating-question__table,
.review-question-gallery .review-dish-rating-question__table {
  width: 100%;
  margin-right: 18px;
  margin-bottom: 30px;
  border-top: 1px solid #e7ebed;
}
.review-details-modal .review-dish-rating-question__table td,
.review-question-gallery .review-dish-rating-question__table td {
  height: 33px;
  padding: 5px 17px;
  vertical-align: middle;
  border-bottom: 1px solid #e7ebed;
}
.review-details-modal .review-dish-rating-question__table-container,
.review-question-gallery .review-dish-rating-question__table-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
.review-details-modal .review-dish-rating-question__table-container:after,
.review-question-gallery .review-dish-rating-question__table-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background: linear-gradient(0, #ffffff 18.23%, rgba(255, 255, 255, 0) 100%);
}
.review-details-modal .review-dish-rating-question__table-wrapper,
.review-question-gallery .review-dish-rating-question__table-wrapper {
  max-height: 200px;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}
.review-details-modal .review-dish-rating-question__table-wrapper .scroll-element.scroll-y,
.review-question-gallery .review-dish-rating-question__table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.review-details-modal .review-dish-rating-question__table-name-cell,
.review-question-gallery .review-dish-rating-question__table-name-cell {
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal .review-dish-rating-question__table-quantity-cell,
.review-question-gallery .review-dish-rating-question__table-quantity-cell {
  text-align: right;
}
.review-details-modal .review-dish-rating-question__table-rating-cell,
.review-question-gallery .review-dish-rating-question__table-rating-cell {
  width: 134px;
  padding-left: 13px;
}
.review-details-modal .review-dish-rating-question__comment,
.review-question-gallery .review-dish-rating-question__comment {
  margin-left: 17px;
  max-width: 310px;
  min-width: 220px;
  padding: 23px 16px;
  background: #eceff1;
  border-radius: 8px;
}
.review-details-modal .review-dish-rating-question__comment-title,
.review-question-gallery .review-dish-rating-question__comment-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
}
.review-details-modal .review-dish-rating-question__comment-text,
.review-question-gallery .review-dish-rating-question__comment-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal .review-complaint {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 22px 30px 24px;
  background: #ffdddd;
}
.review-details-modal .review-complaint__text {
  margin-top: 10px;
}
.review-details-modal .review-complaint__photos {
  margin-top: calc(10px + -5px);
}
.review-details-modal .review-complaint__title {
  font-weight: bold;
  font-size: 19px;
  color: #2e2f31;
}
.review-details-modal .review-complaint__text {
  display: block;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal .review-complaint__photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -5px;
}
.review-details-modal .review-complaint__photo {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}
.review-details-modal .processing-form {
  margin-top: 30px;
}
.review-details-modal .processing-form__title {
  font-weight: bold;
  font-size: 19px;
  color: #2e2f31;
}
.review-details-modal .processing-form__controls {
  margin-top: 20px;
}
.review-details-modal .processing-form__view {
  margin-top: 20px;
}
.status-option.status--0 {
  color: #16ceb9;
}
.status-option.status--1 {
  color: #2d99ff;
}
.status-option.status--2 {
  color: #f96261;
}
.status-option.status--3 {
  color: #8400ff;
}
.status-option.status--4 {
  color: #caad46;
}
.status-option.disabled {
  color: #73808d;
  opacity: 0.5;
}
.review-details-modal__footer {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: none;
  background: #fbfbfb;
  padding: 21.5px 30px;
}
.review-details-modal__footer *:not(:first-child) {
  margin-left: 13px;
}
.review-details-modal__footer .save-message {
  margin: 0;
}
.review-details-modal .ns-templates {
  padding: 0;
  height: unset;
  overflow: hidden;
}
.review-details-modal .ns-templates__content {
  border: 1px solid #cfd8dc;
  border-radius: 4px;
}
.review-details-modal .ns-templates__content.is-invalid {
  border-color: #f96261;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.review-details-modal .ns-templates-list {
  position: relative;
  border-bottom: 1px solid #cfd8dc;
}
.review-details-modal .ns-templates-list__button {
  z-index: 1;
  position: absolute;
  top: calc((100% - 24px) / 2);
  display: none;
  width: 24px;
  height: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  box-shadow: none !important;
}
.review-details-modal .ns-templates-list__forward-button {
  right: 2px;
}
.review-details-modal .ns-templates-list__forward-button:after {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(-90deg);
}
.review-details-modal .ns-templates-list__backward-button {
  left: 2px;
}
.review-details-modal .ns-templates-list__backward-button:after {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(90deg);
}
.review-details-modal .ns-templates-list--has-forward-scroll:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33px;
  background: linear-gradient(270deg, #ffffff 70.23%, rgba(255, 255, 255, 0) 100%);
}
.review-details-modal .ns-templates-list--has-forward-scroll .ns-templates-list__forward-button {
  display: -ms-flexbox;
  display: flex;
}
.review-details-modal .ns-templates-list--has-backward-scroll:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33px;
  background: linear-gradient(90deg, #ffffff 70.23%, rgba(255, 255, 255, 0) 100%);
}
.review-details-modal .ns-templates-list--has-backward-scroll .ns-templates-list__backward-button {
  display: -ms-flexbox;
  display: flex;
}
.review-details-modal .ns-templates-list__wrapper {
  overflow: hidden;
}
.review-details-modal .ns-templates-list__container {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.review-details-modal .ns-templates-list__item {
  padding: 8.17px 18px;
  font-weight: bold;
  font-size: 14px;
  color: #73808d;
  cursor: pointer;
  white-space: nowrap;
}
.review-details-modal .ns-templates-list__item--selected {
  color: #2e2f31;
}
.review-details-modal .ns-templates-list__item:not(:first-child) {
  border-left: 1px solid #cfd8dc;
}
.review-details-modal .ns-templates-editor__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6.86px 18px;
  border-top: 1px solid #cfd8dc;
}
.review-details-modal .ns-templates-editor textarea {
  display: block;
  width: 100%;
  padding: 8px 18px;
  font-weight: normal;
  border: none;
  height: 180px;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal .ns-templates-editor textarea:focus {
  box-shadow: none;
}
.review-details-modal .ns-templates-editor .tox-tinymce {
  border: none;
}
.review-details-modal .ns-templates__footer {
  margin-top: 10px;
}
.review-details-modal .ns-templates__variables {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.review-details-modal .ns-templates__variable {
  font-size: 13px;
  border-radius: 60px;
  padding: 8px 15px;
  background: #eceff1;
  color: #2E2F31;
  cursor: pointer;
  transition: background 250ms;
  margin-right: 5px;
  margin-bottom: 5px;
}
.review-details-modal .ns-templates__variable:hover {
  background: #c8cbcf;
}
.statistics__details-modal-dialog-slider {
  width: 100%;
  height: 100%;
}
.statistics__details-modal-dialog-slider-index {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.statistics__details-modal-dialog-slider-paginator {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 11px;
  right: 13.3px;
  z-index: 5;
}
.statistics__details-modal-dialog-slider-paginator *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-slider-paginator-button {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  border: none;
}
.statistics__details-modal-dialog-slider-paginator-button--prev {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M20.5%2015L11.5%2015%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2018.75%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2011.25%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.statistics__details-modal-dialog-slider-paginator-button--next {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M9.60873%2015.1487L18.6085%2015.0833%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0831L14.8313%2011.3604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0832L14.8858%2018.8604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.statistics__details-modal-dialog-slider-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7.25px 12.28px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 15px;
  z-index: 5;
}
.review-details-modal .review-questions {
  margin-top: 30px;
  margin-bottom: 24px;
}
.review-details-modal .review-questions__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.review-details-modal .review-questions__title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  color: #2e2f31;
}
.review-details-modal .review-questions__answers-count {
  font-weight: normal;
}
.review-details-modal .review-history__not-found {
  text-align: center;
  padding: 20px;
  color: #73808d;
}
.review-details-modal__history-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  overflow: hidden;
}
.review-details-modal__history-nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 14.4px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
  border: none;
  border-radius: 0;
}
.review-details-modal__history-nav .nav-item:not(:first-child) {
  border-left: 1px solid #cfd8dc;
}
.review-details-modal__history-nav .nav-item:not(.active) {
  background: #f1f5f6;
  color: #73808d;
}
.review-details-modal__history-nav-item .review-details-modal__history-nav-item-count {
  margin-left: 11px;
}
.review-details-modal__history-nav-item-count {
  font-size: 16px;
  font-weight: normal;
  color: #73808d;
}
@media screen and (min-width: 1200px) {
  .review-details-modal table th {
    white-space: nowrap;
  }
}
.review-details-modal__history-orders-table {
  margin-top: 24px;
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.review-details-modal__history-orders-table-row--open {
  background: #eceff1;
}
.review-details-modal__history-orders-table-row--open:not(:first-child) > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.review-details-modal__history-orders-table-row--open + .review-details-modal__history-orders-table-content-row + .review-details-modal__history-orders-table-row > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.review-details-modal__history-orders-table-row--open + .review-details-modal__history-orders-table-content-row {
  border-bottom: 2px solid #e7ebed;
}
.review-details-modal__history-orders-table-id-cell {
  cursor: pointer;
}
.review-details-modal__history-orders-table-id {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.review-details-modal__history-orders-table-price-cell {
  white-space: nowrap;
}
.review-details-modal__history-orders-table-price-ruble-sign {
  font-size: 12px;
}
.review-details-modal__history-orders-table-arrow-cell {
  width: 34px;
  padding-left: 14px !important;
  padding-right: 6px !important;
}
.review-details-modal__history-orders-table-arrow {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.review-details-modal__history-orders-table-row--open .review-details-modal__history-orders-table-arrow {
  transform: rotate(180deg);
}
.review-details-modal__history-orders-table-sending-indicator-cell {
  width: 41px;
  padding-right: 9px !important;
}
.review-details-modal__history-orders-table-feedback-indicator-cell {
  width: 39px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.review-details-modal__history-orders-table-sending-indicator {
  width: 20px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2211%22%20y1%3D%229.00017%22%20x2%3D%2219%22%20y2%3D%229.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.0001%2012.0002L19%209.00016L16%206.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-details-modal__history-orders-table-feedback-indicator {
  width: 18px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10%208.96408L12.0257%2011.0002L17%206.00017%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-details-modal__history-orders-table-content-row > td {
  padding: 0;
  border-top: none;
}
.review-details-modal__history-orders-table-content {
  padding-top: 13px;
  padding-bottom: 16.5px;
  overflow: hidden;
}
.review-details-modal__history-orders-table-content-table > thead > tr > th {
  padding: 8px 16px;
  font-size: 16px;
  color: #2e2f31;
}
.review-details-modal__history-orders-table-content-table > tbody > tr > td {
  padding: 8px 16px;
}
.review-details-modal__history-orders-table-content-table > tbody > tr:first-child > td {
  border-top-width: 2px;
}
.review-details-modal__history-orders-table-order-list-table-quantity-cell {
  text-align: right;
  white-space: nowrap;
}
.review-details-modal__history-orders-table-order-list-table-price-head-cell {
  white-space: nowrap;
  text-align: right;
}
.review-details-modal__history-orders-table-order-list-table-price-head-cell .review-details-modal__history-orders-table-order-list-table-price-ruble-sign {
  font-size: 14px;
}
.review-details-modal__history-orders-table-order-list-table-price-cell {
  white-space: nowrap;
  text-align: right;
}
.review-details-modal__history-orders-table-order-list-table-price-cell .review-details-modal__history-orders-table-order-list-table-price-ruble-sign {
  font-size: 12px;
}
.review-details-modal__history-orders-table-history-table-time-cell {
  text-align: right;
}
.review-details-modal__history-orders-table-info-block {
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
.review-details-modal__history-orders-table-info-block .review-details-modal__history-orders-table-info-block-item:not(:first-child) {
  margin-left: 64px;
}
.review-details-modal__history-orders-table-info-block-item .review-details-modal__history-orders-table-info-block-item-value-row {
  margin-top: 4px;
}
.review-details-modal__history-orders-table-info-block-item-label {
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal__history-orders-table-info-block-item-value-row {
  display: block;
  font-size: 14px;
  color: #2e2f31;
}
.review-details-modal__history-orders-table-date > *:not(:first-child) {
  margin-left: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .review-details-modal__history-orders-table-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .review-details-modal__history-orders-table-date span {
    margin-left: 0!important;
  }
}
.review-details-modal__history-reviews-table {
  margin-top: 24px;
}
.review-details-modal__history-reviews-table-name {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.review-details-modal__history-reviews-table-id {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.review-details-modal__history-reviews-table-price-cell {
  white-space: nowrap;
}
.review-details-modal__history-reviews-table-price-ruble-sign {
  font-size: 12px;
}
.review-details-modal__history-reviews-table-complaint-indicator-cell {
  width: 43px;
  padding-right: 9px !important;
}
.review-details-modal__history-reviews-table-compensation-indicator-cell {
  width: 44px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.review-details-modal__history-reviews-table-complaint-indicator {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-details-modal__history-reviews-table-compensation-indicator {
  width: 19px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2222%22%20viewBox%3D%220%200%2019%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17.2331%206.08016L14.4564%206.08015C14.7849%205.56325%2014.9781%204.94972%2014.9781%204.29271C14.9781%202.45455%2013.483%200.959381%2011.6448%200.959381C10.6448%200.959381%209.88893%201.46512%209.01685%202.1656C8.40574%201.46512%207.35969%200.959381%206.35969%200.959381C4.52152%200.959381%203.02636%202.45455%203.02636%204.29271C3.02636%204.94972%203.21718%205.56325%203.5481%206.08015L0.772947%206.08016C0.345411%206.08016%200%206.42557%200%206.8531L8.86917e-05%2011.7653C8.86917e-05%2011.8716%200.0870452%2011.9586%200.193325%2011.9586H0.954346L0.954169%2020.2677C0.954169%2020.6952%201.29958%2021.0406%201.72712%2021.0406H16.2125C16.64%2021.0406%2016.9854%2020.6952%2016.9854%2020.2677L16.9856%2011.9586H17.8129C17.9192%2011.9586%2018.0061%2011.8716%2018.0061%2011.7653L18.006%206.8531C18.006%206.42557%2017.6606%206.08016%2017.2331%206.08016ZM9.95399%204.29271C9.95399%203.36035%2010.7124%202.60189%2011.6448%202.60189C12.5772%202.60189%2013.3356%203.36035%2013.3356%204.29271C13.3356%205.22508%2012.5772%205.98354%2011.6448%205.98354H9.95399V4.29271ZM6.35969%202.60189C7.29206%202.60189%208.05051%203.36035%208.05051%204.29271V5.98354H6.35969C5.42732%205.98354%204.66887%205.22508%204.66887%204.29271C4.66887%203.36035%205.42732%202.60189%206.35969%202.60189ZM1.93228%2010.0839V8.07186H8.01649V10.0839H1.93228ZM3.01702%2011.9586H8.01649L8.01632%2019.1344H3.01685L3.01702%2011.9586ZM14.9856%2019.1344H9.95399L9.95417%2011.9586H14.9858L14.9856%2019.1344ZM16.0736%2010.0839H9.95399V8.07186H16.0736V10.0839Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-details-modal__history-reviews-table-rating-cell .statistics__answer-list {
  width: 200px;
}
.review-details-modal__history-reviews-table-row {
  cursor: pointer;
}
.review-details-modal__history-compensations-table {
  margin-top: 24px;
}
.review-details-modal__history-compensations-table-name {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.review-details-modal__history-compensations-table-compensation-usage-indicator-cell {
  width: 48px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.review-details-modal__history-compensations-table-compensation-usage-indicator {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.4564%206.08015L17.2331%206.08016C17.6606%206.08016%2018.006%206.42557%2018.006%206.8531L18.0061%2011.7653C18.0061%2011.8716%2017.9192%2011.9586%2017.8129%2011.9586H16.9856L16.9856%2013.0971C16.6669%2013.0334%2016.3374%2013%2016%2013C15.6525%2013%2015.3133%2013.0355%2014.9857%2013.1029L14.9858%2011.9586H9.95417L9.95399%2019.1344H11.1292C11.2926%2019.8384%2011.6046%2020.4855%2012.0305%2021.0406H1.72712C1.29958%2021.0406%200.954169%2020.6952%200.954169%2020.2677L0.954346%2011.9586H0.193325C0.0870452%2011.9586%208.86917e-05%2011.8716%208.86917e-05%2011.7653L0%206.8531C0%206.42557%200.345411%206.08016%200.772947%206.08016L3.5481%206.08015C3.21718%205.56325%203.02636%204.94972%203.02636%204.29271C3.02636%202.45455%204.52152%200.959381%206.35969%200.959381C7.35969%200.959381%208.40574%201.46512%209.01685%202.1656C9.88893%201.46512%2010.6448%200.959381%2011.6448%200.959381C13.483%200.959381%2014.9781%202.45455%2014.9781%204.29271C14.9781%204.94972%2014.7849%205.56325%2014.4564%206.08015ZM11.6448%202.60189C10.7124%202.60189%209.95399%203.36035%209.95399%204.29271V5.98354H11.6448C12.5772%205.98354%2013.3356%205.22508%2013.3356%204.29271C13.3356%203.36035%2012.5772%202.60189%2011.6448%202.60189ZM8.05051%204.29271C8.05051%203.36035%207.29206%202.60189%206.35969%202.60189C5.42732%202.60189%204.66887%203.36035%204.66887%204.29271C4.66887%205.22508%205.42732%205.98354%206.35969%205.98354H8.05051V4.29271ZM1.93228%208.07186V10.0839H8.01649V8.07186H1.93228ZM8.01649%2011.9586H3.01702L3.01685%2019.1344H8.01632L8.01649%2011.9586ZM9.95399%2010.0839H16.0736V8.07186H9.95399V10.0839Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.1258%2016.2343L16.0196%2019.143L21.3311%2013.8309%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-details-modal__history-compensations-table-compensation-name-cell,
.review-details-modal__history-compensations-table-compensation-reason-cell,
.review-details-modal__history-compensations-table-notification-script-cell {
  font-size: 12px;
}
.review-details-modal__history-compensations-table-date > *:not(:first-child) {
  margin-left: 7px;
}
.review-question-preview {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  height: 110px;
  position: relative;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.review-question-preview--disabled {
  opacity: 0.4;
  cursor: default;
}
.review-question-preview--active {
  z-index: 2;
}
.review-question-preview--active:after {
  width: 120px;
  height: 125px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%22120%22%20height%3D%22125%22%20viewBox%3D%220%200%20120%20125%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cg%20filter%3D%22url%28%23filter0_d%29%22%3E%0A%09%09%09%09%3Cmask%20id%3D%22path-1-inside-1%22%20fill%3D%22%23FFF%22%3E%0A%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%205C8.58172%205%205%208.58172%205%2013V107C5%20111.418%208.58172%20115%2013%20115H53.4591C54.3383%20115.612%2054.9323%20116.428%2055.511%20117.223C56.5463%20118.645%2057.5326%20120%2060.0154%20120C62.5112%20120%2063.524%20118.631%2064.5818%20117.2C65.1644%20116.412%2065.7607%20115.606%2066.626%20115H107C111.418%20115%20115%20111.418%20115%20107V13C115%208.58172%20111.418%205%20107%205H13Z%22/%3E%0A%09%09%09%09%3C/mask%3E%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%205C8.58172%205%205%208.58172%205%2013V107C5%20111.418%208.58172%20115%2013%20115H53.4591C54.3383%20115.612%2054.9323%20116.428%2055.511%20117.223C56.5463%20118.645%2057.5326%20120%2060.0154%20120C62.5112%20120%2063.524%20118.631%2064.5818%20117.2C65.1644%20116.412%2065.7607%20115.606%2066.626%20115H107C111.418%20115%20115%20111.418%20115%20107V13C115%208.58172%20111.418%205%20107%205H13Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M53.4591%20115L54.0304%20114.179L53.7729%20114H53.4591V115ZM55.511%20117.223L56.3195%20116.634L56.3195%20116.634L55.511%20117.223ZM64.5818%20117.2L65.3858%20117.795L65.3858%20117.795L64.5818%20117.2ZM66.626%20115V114H66.3106L66.0522%20114.181L66.626%20115ZM6%2013C6%209.13401%209.13401%206%2013%206V4C8.02944%204%204%208.02944%204%2013H6ZM6%20107V13H4V107H6ZM13%20114C9.13401%20114%206%20110.866%206%20107H4C4%20111.971%208.02944%20116%2013%20116V114ZM53.4591%20114H13V116H53.4591V114ZM56.3195%20116.634C55.7534%20115.857%2055.0684%20114.902%2054.0304%20114.179L52.8878%20115.821C53.6082%20116.322%2054.1111%20116.999%2054.7025%20117.811L56.3195%20116.634ZM60.0154%20119C58.9804%20119%2058.3265%20118.726%2057.8217%20118.346C57.2748%20117.934%2056.8532%20117.368%2056.3195%20116.634L54.7025%20117.811C55.2041%20118.5%2055.7933%20119.322%2056.6191%20119.944C57.487%20120.597%2058.5676%20121%2060.0154%20121V119ZM63.7778%20116.606C63.2329%20117.342%2062.7988%20117.917%2062.2392%20118.335C61.7212%20118.723%2061.0557%20119%2060.0154%20119V121C61.4708%20121%2062.5597%20120.593%2063.4364%20119.938C64.2717%20119.313%2064.8728%20118.489%2065.3858%20117.795L63.7778%20116.606ZM66.0522%20114.181C65.0333%20114.895%2064.3475%20115.835%2063.7778%20116.606L65.3858%20117.795C65.9814%20116.99%2066.4881%20116.318%2067.1998%20115.819L66.0522%20114.181ZM107%20114H66.626V116H107V114ZM114%20107C114%20110.866%20110.866%20114%20107%20114V116C111.971%20116%20116%20111.971%20116%20107H114ZM114%2013V107H116V13H114ZM107%206C110.866%206%20114%209.13401%20114%2013H116C116%208.02944%20111.971%204%20107%204V6ZM13%206H107V4H13V6Z%22%20fill%3D%22%233F65F1%22%20mask%3D%22url%28%23path-1-inside-1%29%22/%3E%0A%09%09%09%3C/g%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Cfilter%20id%3D%22filter0_d%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22120%22%20height%3D%22125%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%09%09%09%09%09%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%0A%09%09%09%09%09%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22/%3E%0A%09%09%09%09%09%3CfeOffset/%3E%0A%09%09%09%09%09%3CfeGaussianBlur%20stdDeviation%3D%222.5%22/%3E%0A%09%09%09%09%09%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.247059%200%200%200%200%200.396078%200%200%200%200%200.945098%200%200%200%200.5%200%22/%3E%0A%09%09%09%09%09%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22/%3E%0A%09%09%09%09%09%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22/%3E%0A%09%09%09%09%3C/filter%3E%0A%09%09%09%3C/defs%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "" !important;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: -1;
}
.review-question-preview:not(:first-child) {
  margin-left: 8px;
}
.review-question-preview__index {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #2e2f31;
  cursor: help;
}
.review-question-preview__name {
  width: 90px;
  position: absolute;
  top: 71px;
  left: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #2e2f31;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: help;
}
.review-question-preview__employee-name {
  width: 90px;
  position: absolute;
  top: 86px;
  left: 10px;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #73808d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: help;
}
.review-question-preview__comment-indicator {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.review-question-preview__type {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 31px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.review-question-preview__type *:not(:first-child) {
  margin-left: 5px;
}
.review-question-preview__media-type-indicator--value_text {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_vars {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%203h12M9%2010h12M9%2017h12%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_quiz {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_priority {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_text-input {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_address {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_upload {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_date {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_image {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_media-variants {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_gallery {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%201L15.399%208.2408L23%209.40904L17.5%2015.0421L18.798%2023L12%2019.2408L5.202%2023L6.5%2015.0421L1%209.40904L8.601%208.2408L12%201Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15%2013L10%2010V16L15%2013Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_smile {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM7.45161%2010.2903C8.23669%2010.2903%208.87097%209.65605%208.87097%208.87097C8.87097%208.08589%208.23669%207.45161%207.45161%207.45161C6.66653%207.45161%206.03226%208.08589%206.03226%208.87097C6.03226%209.65605%206.66653%2010.2903%207.45161%2010.2903ZM14.5484%2010.2903C15.3335%2010.2903%2015.9677%209.65605%2015.9677%208.87097C15.9677%208.08589%2015.3335%207.45161%2014.5484%207.45161C13.7633%207.45161%2013.129%208.08589%2013.129%208.87097C13.129%209.65605%2013.7633%2010.2903%2014.5484%2010.2903ZM14.7258%2013.5105C13.8032%2014.6194%2012.4415%2015.2581%2011%2015.2581C9.55847%2015.2581%208.19677%2014.6238%207.27419%2013.5105C6.89718%2013.0581%206.22298%2013.0004%205.775%2013.373C5.32258%2013.75%205.26492%2014.4198%205.6375%2014.8722C6.96814%2016.469%208.92419%2017.3827%2011%2017.3827C13.0758%2017.3827%2015.0319%2016.469%2016.3625%2014.8722C16.7395%2014.4198%2016.6774%2013.75%2016.225%2013.373C15.777%2013.0004%2015.1028%2013.0581%2014.7258%2013.5105Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_nps {
  width: 26px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2226%22%20height%3D%2216%22%20viewBox%3D%220%200%2026%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19.5433%2010.7039C19.8448%2011.4319%2020%2012.2121%2020%2013H25C25%2011.4241%2024.6896%209.86371%2024.0866%208.4078C23.4835%206.95189%2022.5996%205.62902%2021.4853%204.51472C20.371%203.40042%2019.0481%202.5165%2017.5922%201.91345C16.1363%201.31039%2014.5759%201%2013%201C11.4241%201%209.86371%201.31039%208.4078%201.91345C6.95189%202.5165%205.62902%203.40042%204.51472%204.51472C3.40041%205.62902%202.5165%206.95189%201.91345%208.4078C1.31039%209.86371%201%2011.4241%201%2013L6%2013C6%2012.2121%206.15519%2011.4319%206.45672%2010.7039C6.75825%209.97595%207.26316%209.05715%207.82031%208.5C8.37746%207.94285%209.2408%207.36403%209.96875%207.0625M14.7967%2013.7322C14.3008%2014.7955%2013.0873%2015.2791%2012.0862%2014.8123C11.0852%2014.3455%2010.6756%2013.105%2011.1714%2012.0417C11.6673%2010.9783%2016.5753%205.18545%2016.5753%205.18545C16.5753%205.18545%2015.2925%2012.6688%2014.7967%2013.7322Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_matrix {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4%202C4%203.10457%203.10457%204%202%204C0.89543%204%200%203.10457%200%202C0%200.89543%200.89543%200%202%200C3.10457%200%204%200.89543%204%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11%202C11%203.10457%2010.1046%204%209%204C7.89543%204%207%203.10457%207%202C7%200.89543%207.89543%200%209%200C10.1046%200%2011%200.89543%2011%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18%202C18%203.10457%2017.1046%204%2016%204C14.8954%204%2014%203.10457%2014%202C14%200.89543%2014.8954%200%2016%200C17.1046%200%2018%200.89543%2018%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4%209C4%2010.1046%203.10457%2011%202%2011C0.89543%2011%200%2010.1046%200%209C0%207.89543%200.89543%207%202%207C3.10457%207%204%207.89543%204%209Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11%209C11%2010.1046%2010.1046%2011%209%2011C7.89543%2011%207%2010.1046%207%209C7%207.89543%207.89543%207%209%207C10.1046%207%2011%207.89543%2011%209Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18%209C18%2010.1046%2017.1046%2011%2016%2011C14.8954%2011%2014%2010.1046%2014%209C14%207.89543%2014.8954%207%2016%207C17.1046%207%2018%207.89543%2018%209Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4%2016C4%2017.1046%203.10457%2018%202%2018C0.89543%2018%200%2017.1046%200%2016C0%2014.8954%200.89543%2014%202%2014C3.10457%2014%204%2014.8954%204%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11%2016C11%2017.1046%2010.1046%2018%209%2018C7.89543%2018%207%2017.1046%207%2016C7%2014.8954%207.89543%2014%209%2014C10.1046%2014%2011%2014.8954%2011%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18%2016C18%2017.1046%2017.1046%2018%2016%2018C14.8954%2018%2014%2017.1046%2014%2016C14%2014.8954%2014.8954%2014%2016%2014C17.1046%2014%2018%2014.8954%2018%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_diff {
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M0%202C0%201.44772%200.447715%201%201%201H3C3.55228%201%204%201.44772%204%202C4%202.55228%203.55228%203%203%203H1C0.447715%203%200%202.55228%200%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M0%208C0%207.44772%200.447715%207%201%207H3C3.55228%207%204%207.44772%204%208C4%208.55228%203.55228%209%203%209H1C0.447715%209%200%208.55228%200%208Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M0%2014C0%2013.4477%200.447715%2013%201%2013H3C3.55228%2013%204%2013.4477%204%2014C4%2014.5523%203.55228%2015%203%2015H1C0.447715%2015%200%2014.5523%200%2014Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M18%202C18%201.44772%2018.4477%201%2019%201H21C21.5523%201%2022%201.44772%2022%202C22%202.55228%2021.5523%203%2021%203H19C18.4477%203%2018%202.55228%2018%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M18%208C18%207.44772%2018.4477%207%2019%207H21C21.5523%207%2022%207.44772%2022%208C22%208.55228%2021.5523%209%2021%209H19C18.4477%209%2018%208.55228%2018%208Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M18%2014C18%2013.4477%2018.4477%2013%2019%2013H21C21.5523%2013%2022%2013.4477%2022%2014C22%2014.5523%2021.5523%2015%2021%2015H19C18.4477%2015%2018%2014.5523%2018%2014Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M10%202C10%203.10457%209.10457%204%208%204C6.89543%204%206%203.10457%206%202C6%200.89543%206.89543%200%208%200C9.10457%200%2010%200.89543%2010%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M10%208C10%209.10457%209.10457%2010%208%2010C6.89543%2010%206%209.10457%206%208C6%206.89543%206.89543%206%208%206C9.10457%206%2010%206.89543%2010%208Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M10%2014C10%2015.1046%209.10457%2016%208%2016C6.89543%2016%206%2015.1046%206%2014C6%2012.8954%206.89543%2012%208%2012C9.10457%2012%2010%2012.8954%2010%2014Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M16%202C16%203.10457%2015.1046%204%2014%204C12.8954%204%2012%203.10457%2012%202C12%200.89543%2012.8954%200%2014%200C15.1046%200%2016%200.89543%2016%202Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M16%208C16%209.10457%2015.1046%2010%2014%2010C12.8954%2010%2012%209.10457%2012%208C12%206.89543%2012.8954%206%2014%206C15.1046%206%2016%206.89543%2016%208Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3Cpath%20d%3D%22M16%2014C16%2015.1046%2015.1046%2016%2014%2016C12.8954%2016%2012%2015.1046%2012%2014C12%2012.8954%2012.8954%2012%2014%2012C15.1046%2012%2016%2012.8954%2016%2014Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_stars {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%201L15.399%208.2408L23%209.40904L17.5%2015.0421L18.798%2023L12%2019.2408L5.202%2023L6.5%2015.0421L1%209.40904L8.601%208.2408L12%201Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_rating {
  width: 25px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%200%2025%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7%207.2L9%206V14M18.5%201.40137C19.3967%201.92008%2020%202.8896%2020%204.00002V16C20%2017.1104%2019.3967%2018.08%2018.5%2018.5987M22.5%201.40137C23.3967%201.92008%2024%202.8896%2024%204.00002V16C24%2017.1104%2023.3967%2018.08%2022.5%2018.5987M4%2019H13C14.6569%2019%2016%2017.6569%2016%2016V4C16%202.34315%2014.6569%201%2013%201H4C2.34315%201%201%202.34315%201%204V16C1%2017.6569%202.34315%2019%204%2019Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_filials {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M4%201V0C3.44772%200%203%200.447715%203%201L4%201ZM19%201H20C20%200.447715%2019.5523%200%2019%200V1ZM19%2019V20H20V19H19ZM4%2019H3V20H4V19ZM1%2018C0.447715%2018%200%2018.4477%200%2019C0%2019.5523%200.447715%2020%201%2020V18ZM22%2020C22.5523%2020%2023%2019.5523%2023%2019C23%2018.4477%2022.5523%2018%2022%2018V20ZM4%202H19V0H4V2ZM18%201V19H20V1H18ZM19%2018H4V20H19V18ZM5%2019V1H3V19H5ZM1%2020H22V18H1V20ZM8%2011V15H10V11H8ZM13%2011V15H15V11H13ZM8%205V9H10V5H8ZM13%205V9H15V5H13Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_classifier {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M18%205C18%206.10457%2018.8954%207%2020%207C21.1046%207%2022%206.10457%2022%205C22%203.89543%2021.1046%203%2020%203C18.8954%203%2018%203.89543%2018%205ZM18%205H13M18%2013C18%2014.1046%2018.8954%2015%2020%2015C21.1046%2015%2022%2014.1046%2022%2013C22%2011.8954%2021.1046%2011%2020%2011C18.8954%2011%2018%2011.8954%2018%2013ZM18%2013H15C13.8954%2013%2013%2012.1046%2013%2011M8%205C8%206.10457%207.10457%207%206%207C4.89543%207%204%206.10457%204%205C4%203.89543%204.89543%203%206%203C7.10457%203%208%203.89543%208%205ZM8%205H13M18%2021C18%2022.1046%2018.8954%2023%2020%2023C21.1046%2023%2022%2022.1046%2022%2021C22%2019.8954%2021.1046%2019%2020%2019C18.8954%2019%2018%2019.8954%2018%2021ZM18%2021H15C13.8954%2021%2013%2020.1046%2013%2019V11M13%205V11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_scale {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M9%2014C9%2015.1046%208.10457%2016%207%2016C5.89543%2016%205%2015.1046%205%2014C5%2012.8954%205.89543%2012%207%2012C8.10457%2012%209%2012.8954%209%2014ZM9%2014H21M11%2021C11%2022.1046%2011.8954%2023%2013%2023C14.1046%2023%2015%2022.1046%2015%2021M11%2021C11%2019.8954%2011.8954%2019%2013%2019C14.1046%2019%2015%2019.8954%2015%2021M11%2021H5M15%2021H21M14%207C14%208.10457%2014.8954%209%2016%209C17.1046%209%2018%208.10457%2018%207M14%207C14%205.89543%2014.8954%205%2016%205C17.1046%205%2018%205.89543%2018%207M14%207H5M18%207H21%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__media-type-indicator--value_matrix-3d {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1%206H4M1%2011H4M1%2016H4M8%201H11M15%201H18M8%205L9.5%207L11%205M8%2010L9.5%2012L11%2010M8%2015L9.5%2017L11%2015M15%205L16.5%207L18%205M15%2010L16.5%2012L18%2010M15%2015L16.5%2017L18%2015%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%20%20%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.review-question-preview__rating {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border-radius: 50%;
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
}
.review-question-preview__rating--value_0 {
  background: #ECEFF1 !important;
}
.review-question-preview__rating--value_1 {
  background: #f96261 !important;
}
.review-question-preview__rating--value_2 {
  background: #f97f46 !important;
}
.review-question-preview__rating--value_3 {
  background: #f4a224 !important;
}
.review-question-preview__rating--value_4 {
  background: #aab540 !important;
}
.review-question-preview__rating--value_5 {
  background: #3ece67 !important;
}
.review-question-view__meta {
  margin-top: 12px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2e2f31;
}
.review-question-view__name {
  display: block;
  font-weight: 500;
  font-size: 19px;
  color: #2e2f31;
}
.review-question-view__name .question-name__required-mark {
  display: none;
}
.review-question-view__text {
  margin-top: 10px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #73808d;
}
.review-question-view__body {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.review-question-view__media-section {
  margin-right: 32px;
}
.review-question-view__answer-section {
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: hidden;
}
.review-question-view-block {
  border-radius: 8px;
  background-color: #eceff1;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #2e2f31;
  margin-bottom: 1px;
}
.review-question-view-block.skip-block {
  background-color: transparent;
}
.review-question-view-block--comment {
  background-color: #D9E0FC;
}
.review-question-view-block__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1;
}
.review-question-view-block__text {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  color: #2E2F31;
}
.review-question-view-block__text--skipped {
  color: #73808d;
}
.review-question-view-block__small-text {
  font-size: 14px;
  overflow: hidden;
}
.review-question-view-block__label {
  font-size: 12px;
  color: #73808d;
  line-height: 1.08;
  margin-bottom: 4px;
}
.review-question-view__media-section {
  width: 295px;
}
.review-question-view-media {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.review-question-view .review-question-view-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.review-question-view .review-question-view-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block !important;
  cursor: pointer;
}
.review-question-view .review-question-view-video__content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-question-view .review-question-view-video__preview-svg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.review-question-view .review-question-view-video__preview-svg svg {
  width: 48px;
  height: 48px;
}
.review-question-view .review-question-view-video__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
.review-question-view .review-question-view-video__play-button {
  width: 72px;
  height: 50px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2272%22%20height%3D%2250%22%20viewBox%3D%220%200%2072%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M67.5435%203.72999C69.6729%205.88727%2070.3688%2010.7864%2070.3688%2010.7864C70.3688%2010.7864%2071.0786%2016.5344%2071.0786%2022.2895V27.6827C71.0786%2033.4308%2070.3688%2039.1858%2070.3688%2039.1858C70.3688%2039.1858%2069.6729%2044.0849%2067.5435%2046.2422C65.1105%2048.7942%2062.4121%2049.058%2060.8837%2049.2074C60.7159%2049.2238%2060.5622%2049.2389%2060.4245%2049.2554C50.4732%2049.9791%2035.5393%2050%2035.5393%2050C35.5393%2050%2017.0564%2049.826%2011.3709%2049.2832C11.0993%2049.2318%2010.7694%2049.1918%2010.3956%2049.1466C8.59558%2048.9287%205.77669%2048.5874%203.53514%2046.2422C1.40571%2044.0849%200.709812%2039.1858%200.709812%2039.1858C0.709812%2039.1858%200%2033.4377%200%2027.6827V22.2895C0%2016.5344%200.709812%2010.7864%200.709812%2010.7864C0.709812%2010.7864%201.40571%205.88727%203.53514%203.72999C5.96678%201.17928%208.66933%200.914409%2010.1942%200.764964C10.3625%200.748466%2010.5165%200.733375%2010.6541%200.716771C20.6054%200%2035.5254%200%2035.5254%200H35.5532C35.5532%200%2050.4732%200%2060.4245%200.716771C60.5622%200.733375%2060.7161%200.748466%2060.8845%200.764964C62.4093%200.914409%2065.1119%201.17928%2067.5435%203.72999ZM30.7597%2016.4092L44.2391%2023.3821C45.5474%2024.064%2045.5474%2025.929%2044.2391%2026.618L30.7597%2033.5978C29.5488%2034.2171%2028.1083%2033.3403%2028.1083%2031.9833V18.0237C28.1083%2016.6597%2029.5488%2015.7829%2030.7597%2016.4092Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.review-question-view .review-question-view-slider {
  width: 100%;
  height: 100%;
}
.review-question-view .fs-file-audio-icon,
.review-question-view .print-audio {
  display: none !important;
}
.review-question-view__files-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  padding-bottom: 9px;
  padding-top: 3px;
}
.review-question-view-file {
  width: 105px;
  height: 105px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.review-question-view-file img,
.review-question-view-file video,
.review-question-view-file a {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.review-question-view-file .pseudo {
  position: absolute;
  z-index: 999;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.review-question-view-file-wrapper span {
  display: none;
}
.review-question-view-file-wrapper .img-print-link {
  display: none;
}
.review-question-view-file-wrapper .img-print-link .review-question-view-video__preview-svg {
  display: none !important;
}
.review-question-view-file-wrapper .img-prewiew {
  height: 105px;
}
.review-question-view-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.review-question-view-rating__label {
  margin-left: 18px;
  font-weight: 900;
  font-size: 16px;
  color: #2e2f31;
}
.review-question-view-variants {
  padding: 0 15px;
}
.review-question-view-variant {
  border-top: 1px solid #e7ebed;
  padding: 10px 1px;
  font-size: 16px;
  color: #2e2f31;
}
.review-question-view-variant:last-child {
  border-bottom: 1px solid #e7ebed;
}
.review-question-view-variant--selected {
  border: none;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: calc(1px + 15px);
  padding-right: calc(1px + 15px);
  background: #d9e0fc;
  border-radius: 8px;
}
.review-question-view-variant--selected + .review-question-view-variant {
  border-top: none;
}
.review-question-view-variant--selected + .review-question-view-variant--selected {
  margin-top: 1px;
}
.review-question-view-variant__custom-variant {
  margin-top: 12px;
  font-size: 14px;
}
.review-question-view-clarifying-question {
  margin-top: 27px;
}
.review-question-view-clarifying-question__text {
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
  margin-bottom: 15px;
}
.review-question-view-clarifying-question__service-text {
  font-size: 12px;
  color: #73808d;
  font-weight: normal;
}
.review-question-view-priority-variant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  margin: 1px 0;
  font-size: 16px;
  color: #2e2f31;
  background: #eceff1;
  border-radius: 8px;
  padding: 15px;
}
.review-question-view-priority-variant__index {
  font-weight: bold;
  margin-right: 10px;
}
.review-question-view-media-variants__media {
  width: 115px;
  border-radius: 8px;
  padding: 10px;
}
.review-question-view-media-variants__media img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 8px;
}
.review-question-view-media-variants__media-description {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
  max-height: calc(12px * 2.8);
  color: #2e2f31;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review-question-view-media-variants__media.selected {
  margin-right: 10px;
  background: #d9e0fc;
}
.review-question-view-gallery .table {
  font-size: 14px;
  max-width: 722px;
}
.review-question-view-gallery .table th {
  font-weight: 500;
  font-size: 12px;
}
.review-question-view-gallery .table td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.review-question-view-gallery__item-media {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-question-view-gallery__item-media img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review-question-view-gallery__item .review-question-view-rating__label {
  font-size: 14px;
}
.review-question-view-gallery__item--inactive .review-question-view-gallery__item-media,
.review-question-view-gallery__item--inactive .review-question-view-gallery__item-description {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .review-question-view .review-question-view__answer-section {
    overflow: hidden;
  }
}
.review-question-view .star-rating {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.review-question-view .scale-variant__no-value {
  width: 188px;
}
.review-question-view .star-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.review-question-view .star-variant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .review-question-view .star-variant {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 12px 15px;
  }
}
.review-question-view .star-variant__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.print-answer .review-question-view-variant:last-child {
  border-bottom: none !important;
}
.review-details-modal-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: 100%;
  max-width: 1000px;
}
.review-details-modal-wrapper--last {
  margin-left: 175.31px;
  width: calc(100% - 175.31px);
}
.review-details-modal-wrapper:not(.review-details-modal-wrapper--last) {
  right: 28px;
}
.review-details-modal-wrapper--single {
  margin-left: 45px;
  width: calc(100% - 45px);
}
.review-details-modal-wrapper__actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
}
.review-details-modal-wrapper__close,
.review-details-modal-wrapper__close-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  box-shadow: none !important;
  border: 2px solid #73808d !important;
}
.review-details-modal-wrapper__close-all {
  margin-right: 10.32px;
  padding: 4px 14.54px;
  font-weight: 500;
  font-size: 14px;
  color: #73808d !important;
}
.review-details-modal-wrapper__close {
  width: 33px;
  height: 33px;
  padding: 0;
}
.review-details-modal-wrapper__close:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.review-details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
  height: 100%;
  width: 100%;
}
.review-details-modal__loader {
  text-align: center;
  padding: 20px;
}
.review-details-modal__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
  border-top: 4px solid transparent;
}
.review-details-modal__content.processing-status--0 {
  border-top-color: #16ceb9;
}
.review-details-modal__content.processing-status--1 {
  border-top-color: #2d99ff;
}
.review-details-modal__content.processing-status--2 {
  border-top-color: #f96261;
}
.review-details-modal__content.processing-status--3 {
  border-top-color: #8400ff;
}
.review-details-modal__content.processing-status--4 {
  border-top-color: #caad46;
}
.review-details-modal__tab-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.review-details-modal__tab-pane {
  padding: 20px 0px;
}
.review-details-modal__tab-pane--poll {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}
.review-details-modal__tab-pane--poll:not(.active) {
  display: none !important;
}
.statistics__details-modal-dialog-id {
  font-weight: normal;
  font-size: 15px;
  color: #2e2f31;
}
.statistics__details-modal-dialog-status-form-control-value--new {
  color: #16ceb9 !important;
}
.statistics__details-modal-dialog-status-form-control-value--process {
  color: #2d99ff !important;
}
.statistics__details-modal-dialog-status-form-control-value--delayed {
  color: #f96261 !important;
}
.statistics__details-modal-dialog-status-form-control-value--completed {
  color: #8400ff !important;
}
.statistics__details-modal-dialog-view-form-group {
  margin-bottom: 26px;
}
.statistics__details-modal-dialog-view-form-label {
  font-size: 16px;
  color: #73808d;
}
.statistics__details-modal-dialog-view-form-control {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
}
.statistics__details-modal-dialog-status-view-form-control {
  color: #9151c1;
}
.statistics__details-modal-dialog-history-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  overflow: hidden;
}
.statistics__details-modal-dialog-history-nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 14.4px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
  border: none;
  border-radius: 0;
}
.statistics__details-modal-dialog-history-nav .nav-item:not(:first-child) {
  border-left: 1px solid #cfd8dc;
}
.statistics__details-modal-dialog-history-nav .nav-item:not(.active) {
  background: #f1f5f6;
  color: #73808d;
}
.statistics__details-modal-dialog-history-nav-item .statistics__details-modal-dialog-history-nav-item-count {
  margin-left: 11px;
}
.statistics__details-modal-dialog-history-nav-item-count {
  font-size: 16px;
  font-weight: normal;
  color: #73808d;
}
.statistics__details-modal-dialog-history-orders-table {
  margin-top: 24px;
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.statistics__details-modal-dialog-history-orders-table-row--open {
  background: #eceff1;
}
.statistics__details-modal-dialog-history-orders-table-row--open:not(:first-child) > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-row--open + .statistics__details-modal-dialog-history-orders-table-content-row + .statistics__details-modal-dialog-history-orders-table-row > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-row--open + .statistics__details-modal-dialog-history-orders-table-content-row {
  border-bottom: 2px solid #e7ebed;
}
.statistics__details-modal-dialog-history-orders-table-id-cell {
  cursor: pointer;
}
.statistics__details-modal-dialog-history-orders-table-id {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.statistics__details-modal-dialog-history-orders-table-price-cell {
  white-space: nowrap;
}
.statistics__details-modal-dialog-history-orders-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-orders-table-arrow-cell {
  width: 34px;
  padding-left: 14px !important;
  padding-right: 6px !important;
}
.statistics__details-modal-dialog-history-orders-table-arrow {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.statistics__details-modal-dialog-history-orders-table-row--open .statistics__details-modal-dialog-history-orders-table-arrow {
  transform: rotate(180deg);
}
.statistics__details-modal-dialog-history-orders-table-sending-indicator-cell {
  width: 41px;
  padding-right: 9px !important;
}
.statistics__details-modal-dialog-history-orders-table-feedback-indicator-cell {
  width: 39px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-orders-table-sending-indicator {
  width: 20px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2211%22%20y1%3D%229.00017%22%20x2%3D%2219%22%20y2%3D%229.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.0001%2012.0002L19%209.00016L16%206.00017%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-orders-table-feedback-indicator {
  width: 18px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10%208.96408L12.0257%2011.0002L17%206.00017%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-orders-table-content-row > td {
  padding: 0;
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-content {
  padding-top: 13px;
  padding-bottom: 16.5px;
}
.statistics__details-modal-dialog-history-orders-table-content-table > thead > tr > th {
  padding: 8px 16px;
  font-size: 16px;
  color: #2e2f31;
}
.statistics__details-modal-dialog-history-orders-table-content-table > tbody > tr > td {
  padding: 8px 16px;
}
.statistics__details-modal-dialog-history-orders-table-content-table > tbody > tr:first-child > td {
  border-top-width: 2px;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-quantity-cell {
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-head-cell {
  white-space: nowrap;
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-head-cell .statistics__details-modal-dialog-history-orders-table-order-list-table-price-ruble-sign {
  font-size: 14px;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-cell {
  white-space: nowrap;
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-cell .statistics__details-modal-dialog-history-orders-table-order-list-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-orders-table-history-table-time-cell {
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-info-block {
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
.statistics__details-modal-dialog-history-orders-table-info-block .statistics__details-modal-dialog-history-orders-table-info-block-item:not(:first-child) {
  margin-left: 64px;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item .statistics__details-modal-dialog-history-orders-table-info-block-item-value-row {
  margin-top: 4px;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item-label {
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item-value-row {
  display: block;
  font-size: 14px;
  color: #2e2f31;
}
.statistics__details-modal-dialog-history-orders-table-date > *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-history-reviews-table {
  margin-top: 24px;
}
.statistics__details-modal-dialog-history-reviews-table-name {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-reviews-table-id {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-reviews-table-price-cell {
  white-space: nowrap;
}
.statistics__details-modal-dialog-history-reviews-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-reviews-table-complaint-indicator-cell {
  width: 43px;
  padding-right: 9px !important;
}
.statistics__details-modal-dialog-history-reviews-table-compensation-indicator-cell {
  width: 44px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-reviews-table-complaint-indicator {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-reviews-table-compensation-indicator {
  width: 19px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2222%22%20viewBox%3D%220%200%2019%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17.2331%206.08016L14.4564%206.08015C14.7849%205.56325%2014.9781%204.94972%2014.9781%204.29271C14.9781%202.45455%2013.483%200.959381%2011.6448%200.959381C10.6448%200.959381%209.88893%201.46512%209.01685%202.1656C8.40574%201.46512%207.35969%200.959381%206.35969%200.959381C4.52152%200.959381%203.02636%202.45455%203.02636%204.29271C3.02636%204.94972%203.21718%205.56325%203.5481%206.08015L0.772947%206.08016C0.345411%206.08016%200%206.42557%200%206.8531L8.86917e-05%2011.7653C8.86917e-05%2011.8716%200.0870452%2011.9586%200.193325%2011.9586H0.954346L0.954169%2020.2677C0.954169%2020.6952%201.29958%2021.0406%201.72712%2021.0406H16.2125C16.64%2021.0406%2016.9854%2020.6952%2016.9854%2020.2677L16.9856%2011.9586H17.8129C17.9192%2011.9586%2018.0061%2011.8716%2018.0061%2011.7653L18.006%206.8531C18.006%206.42557%2017.6606%206.08016%2017.2331%206.08016ZM9.95399%204.29271C9.95399%203.36035%2010.7124%202.60189%2011.6448%202.60189C12.5772%202.60189%2013.3356%203.36035%2013.3356%204.29271C13.3356%205.22508%2012.5772%205.98354%2011.6448%205.98354H9.95399V4.29271ZM6.35969%202.60189C7.29206%202.60189%208.05051%203.36035%208.05051%204.29271V5.98354H6.35969C5.42732%205.98354%204.66887%205.22508%204.66887%204.29271C4.66887%203.36035%205.42732%202.60189%206.35969%202.60189ZM1.93228%2010.0839V8.07186H8.01649V10.0839H1.93228ZM3.01702%2011.9586H8.01649L8.01632%2019.1344H3.01685L3.01702%2011.9586ZM14.9856%2019.1344H9.95399L9.95417%2011.9586H14.9858L14.9856%2019.1344ZM16.0736%2010.0839H9.95399V8.07186H16.0736V10.0839Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-reviews-table-rating-cell .statistics__answer-list {
  width: 200px;
}
.statistics__details-modal-dialog-history-reviews-table-row {
  cursor: pointer;
}
.statistics__details-modal-dialog-history-compensations-table {
  margin-top: 24px;
}
.statistics__details-modal-dialog-history-compensations-table-name {
  color: #3f65f1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-usage-indicator-cell {
  width: 48px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-usage-indicator {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.4564%206.08015L17.2331%206.08016C17.6606%206.08016%2018.006%206.42557%2018.006%206.8531L18.0061%2011.7653C18.0061%2011.8716%2017.9192%2011.9586%2017.8129%2011.9586H16.9856L16.9856%2013.0971C16.6669%2013.0334%2016.3374%2013%2016%2013C15.6525%2013%2015.3133%2013.0355%2014.9857%2013.1029L14.9858%2011.9586H9.95417L9.95399%2019.1344H11.1292C11.2926%2019.8384%2011.6046%2020.4855%2012.0305%2021.0406H1.72712C1.29958%2021.0406%200.954169%2020.6952%200.954169%2020.2677L0.954346%2011.9586H0.193325C0.0870452%2011.9586%208.86917e-05%2011.8716%208.86917e-05%2011.7653L0%206.8531C0%206.42557%200.345411%206.08016%200.772947%206.08016L3.5481%206.08015C3.21718%205.56325%203.02636%204.94972%203.02636%204.29271C3.02636%202.45455%204.52152%200.959381%206.35969%200.959381C7.35969%200.959381%208.40574%201.46512%209.01685%202.1656C9.88893%201.46512%2010.6448%200.959381%2011.6448%200.959381C13.483%200.959381%2014.9781%202.45455%2014.9781%204.29271C14.9781%204.94972%2014.7849%205.56325%2014.4564%206.08015ZM11.6448%202.60189C10.7124%202.60189%209.95399%203.36035%209.95399%204.29271V5.98354H11.6448C12.5772%205.98354%2013.3356%205.22508%2013.3356%204.29271C13.3356%203.36035%2012.5772%202.60189%2011.6448%202.60189ZM8.05051%204.29271C8.05051%203.36035%207.29206%202.60189%206.35969%202.60189C5.42732%202.60189%204.66887%203.36035%204.66887%204.29271C4.66887%205.22508%205.42732%205.98354%206.35969%205.98354H8.05051V4.29271ZM1.93228%208.07186V10.0839H8.01649V8.07186H1.93228ZM8.01649%2011.9586H3.01702L3.01685%2019.1344H8.01632L8.01649%2011.9586ZM9.95399%2010.0839H16.0736V8.07186H9.95399V10.0839Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.1258%2016.2343L16.0196%2019.143L21.3311%2013.8309%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-name-cell,
.statistics__details-modal-dialog-history-compensations-table-compensation-reason-cell,
.statistics__details-modal-dialog-history-compensations-table-notification-script-cell {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-compensations-table-date > *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-priority-variant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  margin: 1px 0;
  font-size: 16px;
  color: #2e2f31;
  background: #eceff1;
  border-radius: 8px;
  padding: 15px;
}
.statistics__details-modal-dialog-priority-variant-index {
  font-weight: bold;
  margin-right: 10px;
}
.review-details-modal-wrapper--adaptive .nav-item--close,
.review-sidesheet .nav-item--close {
  width: 48px;
  font-size: 24px;
}
.review-details-modal-wrapper--adaptive .tab-inner,
.review-sidesheet .tab-inner {
  padding: 0 30px;
}
.review-details-modal-wrapper--adaptive .review-questions__view,
.review-sidesheet .review-questions__view {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .review-details-modal-wrapper--adaptive,
  .review-sidesheet {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .review-details-modal-wrapper--adaptive .modal-page__body,
  .review-sidesheet .modal-page__body {
    overflow: auto;
  }
  .review-details-modal-wrapper--adaptive .nav-item,
  .review-sidesheet .nav-item {
    width: auto;
  }
  .review-details-modal-wrapper--adaptive .nav-item--order,
  .review-sidesheet .nav-item--order {
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal-nav__poll-name,
  .review-sidesheet .review-details-modal-nav__poll-name {
    font-size: 14px;
    font-weight: 700;
  }
  .review-details-modal-wrapper--adaptive .tab-inner,
  .review-sidesheet .tab-inner {
    padding: 0 20px;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal-wrapper__actions,
  .review-sidesheet .review-details-modal-wrapper__actions {
    display: none;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__info-block,
  .review-sidesheet .review-details-modal__info-block {
    border-radius: 0;
  }
  .review-details-modal-wrapper--adaptive .review-questions__view,
  .review-sidesheet .review-questions__view {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .review-details-modal-wrapper--adaptive .nav-item,
  .review-sidesheet .nav-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .review-details-modal-wrapper--adaptive .nav-item .review-details-modal-nav__poll-name,
  .review-sidesheet .nav-item .review-details-modal-nav__poll-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .review-details-modal-wrapper--adaptive .tab-inner,
  .review-sidesheet .tab-inner {
    padding: 0;
  }
  .review-details-modal-wrapper--adaptive .events-filters,
  .review-sidesheet .events-filters {
    padding: 0 15px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .review-details-modal-wrapper--adaptive .events-filters__actions,
  .review-sidesheet .events-filters__actions {
    margin-left: 0 !important;
    margin-top: 24px;
  }
  .review-details-modal-wrapper--adaptive .review-question-preview-wrapper,
  .review-sidesheet .review-question-preview-wrapper {
    width: 110px!important;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__info,
  .review-sidesheet .review-details-modal__info {
    margin-left: 0;
    margin-right: 0;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__info-block,
  .review-sidesheet .review-details-modal__info-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-question__self-answer,
  .review-sidesheet .review-question__self-answer {
    margin-left: 0!important;
    margin-right: 0!important;
    border-radius: 0!important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-dates .review-date,
  .review-sidesheet .review-dates .review-date {
    margin: 0!important;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__info-block--full,
  .review-sidesheet .review-details-modal__info-block--full {
    margin-bottom: 0;
    max-width: 100%;
  }
  .review-details-modal-wrapper--adaptive .call-button,
  .review-sidesheet .call-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 48px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }
  .review-details-modal-wrapper--adaptive .call-button .call-block,
  .review-sidesheet .call-button .call-block {
    margin: 0;
    margin-right: 0px;
  }
  .review-details-modal-wrapper--adaptive .review-dish-rating-question,
  .review-sidesheet .review-dish-rating-question {
    display: block;
  }
  .review-details-modal-wrapper--adaptive .review-dish-rating-question .review-dish-rating-question__comment,
  .review-sidesheet .review-dish-rating-question .review-dish-rating-question__comment {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .review-details-modal-wrapper--adaptive .review-question-view__name,
  .review-sidesheet .review-question-view__name {
    font-size: 16px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view__meta,
  .review-sidesheet .review-question-view__meta {
    margin-top: 8px;
    padding-left: 2px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view__body,
  .review-sidesheet .review-question-view__body {
    display: block;
    margin-top: 12px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view__media-section,
  .review-sidesheet .review-question-view__media-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view__name,
  .review-sidesheet .review-question-view__name,
  .review-details-modal-wrapper--adaptive .review-question-view__gallery,
  .review-sidesheet .review-question-view__gallery,
  .review-details-modal-wrapper--adaptive .review-question-view__text,
  .review-sidesheet .review-question-view__text,
  .review-details-modal-wrapper--adaptive .review-question-view-rating,
  .review-sidesheet .review-question-view-rating,
  .review-details-modal-wrapper--adaptive .review-question-view-clarifying-question__text,
  .review-sidesheet .review-question-view-clarifying-question__text,
  .review-details-modal-wrapper--adaptive .review-complaint,
  .review-sidesheet .review-complaint,
  .review-details-modal-wrapper--adaptive .nps-result,
  .review-sidesheet .nps-result,
  .review-details-modal-wrapper--adaptive .smile-result,
  .review-sidesheet .smile-result,
  .review-details-modal-wrapper--adaptive .review-questions-view-priority,
  .review-sidesheet .review-questions-view-priority,
  .review-details-modal-wrapper--adaptive .review-question-view-file,
  .review-sidesheet .review-question-view-file,
  .review-details-modal-wrapper--adaptive .review-question-view__meta,
  .review-sidesheet .review-question-view__meta,
  .review-details-modal-wrapper--adaptive .review-questions-view-media-variants,
  .review-sidesheet .review-questions-view-media-variants {
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-details__points,
  .review-sidesheet .review-details__points {
    padding-left: 0;
    padding-right: 0;
  }
  .review-details-modal-wrapper--adaptive .review-complaint,
  .review-sidesheet .review-complaint {
    margin-left: 0;
    margin-right: 0;
  }
  .review-details-modal-wrapper--adaptive .diff-table,
  .review-sidesheet .diff-table {
    width: 100% !important;
  }
  .review-details-modal-wrapper--adaptive .review-question-view-block,
  .review-sidesheet .review-question-view-block {
    margin-left: 15px;
    margin-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view-variant--selected,
  .review-sidesheet .review-question-view-variant--selected {
    border-radius: 0;
  }
  .review-details-modal-wrapper--adaptive .processing-form,
  .review-sidesheet .processing-form {
    padding: 0 15px;
    margin-top: 24px;
  }
  .review-details-modal-wrapper--adaptive .edit-columns-modal-dialog .edit-columns-modal__column,
  .review-sidesheet .edit-columns-modal-dialog .edit-columns-modal__column {
    width: 100%;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__footer,
  .review-sidesheet .review-details-modal__footer {
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__footer .spacer,
  .review-sidesheet .review-details-modal__footer .spacer {
    display: none;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.btn,
  .review-sidesheet .review-details-modal__footer button.btn,
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.f-btn,
  .review-sidesheet .review-details-modal__footer button.f-btn {
    width: calc(50% - 5px);
    max-width: 150px;
    margin: 0 !important;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.btn:last-child,
  .review-sidesheet .review-details-modal__footer button.btn:last-child,
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.f-btn:last-child,
  .review-sidesheet .review-details-modal__footer button.f-btn:last-child {
    margin-left: 10px !important;
  }
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.btn.btn-close,
  .review-sidesheet .review-details-modal__footer button.btn.btn-close,
  .review-details-modal-wrapper--adaptive .review-details-modal__footer button.f-btn.btn-close,
  .review-sidesheet .review-details-modal__footer button.f-btn.btn-close {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    text-align: left;
  }
  .review-details-modal-wrapper--adaptive .review-question-view-comment,
  .review-sidesheet .review-question-view-comment {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .review-details-modal-wrapper--adaptive .review-questions-view--type_3 .review-question-view-block,
  .review-sidesheet .review-questions-view--type_3 .review-question-view-block {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .review-details-modal-wrapper--adaptive .review-question-view--type_matrix table .matrix-row-name-cell + td,
  .review-sidesheet .review-question-view--type_matrix table .matrix-row-name-cell + td,
  .review-details-modal-wrapper--adaptive .review-question-view--type_matrix table .matrix-row-name-cell + th,
  .review-sidesheet .review-question-view--type_matrix table .matrix-row-name-cell + th {
    padding-left: 15px;
  }
  .review-details-modal-wrapper--adaptive .review-question-view--type_matrix table td:last-child,
  .review-sidesheet .review-question-view--type_matrix table td:last-child,
  .review-details-modal-wrapper--adaptive .review-question-view--type_matrix table th:last-child,
  .review-sidesheet .review-question-view--type_matrix table th:last-child {
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .matrix-row-name td,
  .review-sidesheet .matrix-row-name td {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-details-modal-wrapper--adaptive .matrix-row-name + tr td,
  .review-sidesheet .matrix-row-name + tr td {
    border-top: 0;
  }
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #F1F4FF;
  border-radius: 4px;
  overflow: hidden;
  width: 190px;
  height: 40px;
}
.progress-bar .progress-bar__indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.progress-bar .progress-bar__value {
  z-index: 3;
}
.progress-bar__indicator {
  background: linear-gradient(270deg, #002DD4 0%, #3F65F1 100%);
  transition: 200ms linear;
}
.progress-bar__value {
  font-weight: bold;
  color: #FFFFFF;
}
.progress-bar--theme_success .progress-bar__indicator {
  background: linear-gradient(270deg, #37A74A 0%, #ABEFB7 100%);
}
.number-control {
  width: 150px;
  position: relative;
}
.number-control--small {
  width: 120px;
}
.number-control .control-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.number-control .control-button:before {
  content: '';
  display: block;
  margin: auto;
}
.number-control .control-button--minus {
  left: 10px;
}
.number-control .control-button--minus:before {
  width: 10px;
  height: 2px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2010%202%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9,1H1%22%20fill%3D%22none%22%20stroke%3D%22%2373808d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.number-control .control-button--plus {
  right: 10px;
}
.number-control .control-button--plus:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.number-control .control-button.disabled {
  opacity: 0.5;
}
.number-control .form-control {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.clients__counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.clients__counter-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #ECEFF1;
  border-radius: 50%;
}
.clients__counter-button:before {
  content: '';
}
.clients__counter-decrement-button:before {
  width: 10px;
  height: 2px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2010%202%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9,1H1%22%20fill%3D%22none%22%20stroke%3D%22%232E2F31%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clients__counter-increment-button:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.97215%200.999756V8.99976M9%205.02758H1%22%20stroke%3D%22%232E2F31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clients__counter-input {
  min-width: 24px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin-right: 9px;
  margin-left: 9px;
  font-weight: 500;
  font-size: 14px;
  color: #2E2F31;
  box-shadow: none;
  text-align: center;
}
.conditions-list__title {
  font-size: 19px;
  font-weight: bold;
  color: #2e2f31;
}
.conditions-list__subtitle {
  margin-top: 10px;
}
.conditions-list__count {
  font-weight: normal;
}
.conditions-list__item {
  padding-right: 50px;
}
.conditions-list .condition {
  padding-top: 25px;
  border-bottom: 1px solid rgba(207, 216, 220, 0.5);
  position: relative;
}
.conditions-list .condition:first-child {
  border-top: 1px solid rgba(207, 216, 220, 0.5);
}
.conditions-list .condition .btn-remove {
  position: absolute;
  top: 20px;
  right: 0;
}
.conditions-list .condition__type {
  width: 522px;
  margin-bottom: 5px;
  margin-right: 25px;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.conditions-list .condition__value {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.conditions-list .condition .form-error {
  margin-top: -20px;
  display: block;
}
.conditions-list .condition .form-error a {
  color: inherit;
  text-decoration: underline;
}
.conditions-list .condition__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conditions-list .condition--filial .condition__type {
  margin-bottom: 0;
}
.conditions-list .condition--filial .condition-value--order-type .condition-value__select {
  width: 100%;
  max-width: 450px;
}
.conditions-list .condition--filial .condition-value--filial .condition-value__select {
  width: 100%;
  max-width: 996px;
}
.conditions-list .condition--promocode .condition-value--promocode {
  max-width: 394px;
}
.conditions-list .condition--promocode .condition-value--pools {
  width: 522px;
  max-width: 100%;
}
.conditions-list .condition-value {
  width: 100%;
}
.conditions-list .condition-value--filial {
  width: 100%;
}
.conditions-list .condition-value__select {
  width: 190px;
  max-width: 100%;
}
.conditions-list .condition-value__select--lg {
  width: 260px;
}
.conditions-list .condition-value__select--xl {
  width: 480px;
}
.conditions-list .condition-value__select--full {
  width: 100%;
}
.conditions-list .condition-value__date {
  max-width: 160px;
  width: 100%;
}
.conditions-list .condition-value__period {
  max-width: 270px;
  width: 100%;
}
.conditions-list .condition-value__slider {
  max-width: 480px;
  width: 100%;
}
.conditions-list .condition-value__length-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 22px;
}
.conditions-list .condition-value__length-control-slider {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.conditions-list .condition-value__length-control-slider-handle {
  top: calc(6px / 2 - 24px / 2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -12px;
  width: 24px !important;
  height: 24px !important;
}
.conditions-list .condition-value__length-control-slider-handle-indicator {
  margin-top: -50px;
  font-weight: bold;
  font-size: 14px;
  color: #3f65f1;
}
.conditions-list .condition-value__length-control-min-boundary {
  margin-right: 15px;
}
.conditions-list .condition-value__length-control-max-boundary {
  margin-left: 15px;
}
.conditions-list__separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 9px;
  margin-left: 9px;
  font-size: 16px;
  color: #2e2f31;
}
.conditions-list__days {
  width: 100%;
  padding-top: 40px;
  margin-left: 4px;
  position: relative;
}
.conditions-list__days-columns {
  column-width: 140px;
  margin-bottom: 24px;
}
.conditions-list__days .form-group {
  margin-bottom: 4px;
}
.conditions-list__time {
  width: 100%;
  padding-top: 40px;
  margin-left: 4px;
  position: relative;
}
.conditions-list__time-columns {
  column-width: 80px;
  margin-bottom: 24px;
}
.conditions-list__time .form-group {
  margin-bottom: 4px;
}
.conditions-list__footer {
  padding: 20px 0;
}
.conditions-list__dish-select .select2-dropdown {
  max-width: 475px;
  min-width: 100px!important;
}
.conditions-list__dish-select .select2-dropdown--below:before {
  left: 15px;
}
.condition-filters .condition-filter {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eceff1;
}
.condition-filters .condition-filter:first-child {
  border-top: 1px solid #eceff1;
}
.condition-filters .condition-filter__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.condition-filters .condition-filter__filters {
  display: -ms-flexbox;
  display: flex;
}
.condition-filters .condition-filter__filter {
  margin-right: 20px;
}
.condition-filters .condition-filter__filter--dishes {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.condition-filters .condition-filter__checkbox-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
  padding-bottom: 10px;
}
.condition-filters .condition-filter__checkbox {
  margin-left: 18px;
  margin-top: 14px;
}
.condition-filters .condition-filter__range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 12px;
}
.condition-filters .condition-filter__actions {
  padding-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.condition-filters .condition-filter--filial .form-check {
  margin-left: 0;
}
.condition-filters .condition-filter--filial .form-check .form-check-label {
  margin-top: -10px;
}
.condition-filters .condition-filter--filial .form-check .form-check-label:before {
  top: -5px;
}
.link-field-block__select .select2-results__options .link-field-block__option {
  padding-left: 10px;
}
.question-type-select.select2-container .question-type-select__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-type-select.select2-container .f-icon-question-type--stars + span,
.question-type-select.select2-container .f-icon-question-type--rate + span {
  margin-top: 3px!important;
}
.question-type-select.select2-container .select2-selection .question-type-select__option .f-icon {
  color: #a6b1bc;
  margin-right: 8px;
  margin-top: 2px;
}
.question-type-select.select2-container .select2-dropdown:before {
  left: 242px;
}
.question-type-select.select2-container .select2-results__options {
  width: 590px;
  max-height: 346px!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.question-type-select.select2-container .select2-results__option {
  width: 295px;
  padding: 0 8px!important;
  -ms-flex-align: stretch!important;
      align-items: stretch!important;
}
.question-type-select.select2-container .select2-results__option .question-type-select__option {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.question-type-select.select2-container .select2-results__option .question-type-select__option .f-icon {
  color: #3a5cdc;
  margin-right: 20px;
}
.question-type-select.select2-container .select2-results__option--highlighted,
.question-type-select.select2-container .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.question-type-select.select2-container .select2-results__option--highlighted .question-type-select__option,
.question-type-select.select2-container .select2-results__option[aria-selected="true"] .question-type-select__option {
  background-color: #F1F5F6;
  color: #73808D;
}
.question-type-select.select2-container .select2-results__option[aria-selected="true"] .question-type-select__option .f-icon {
  color: #a6b1bc;
}
.question-form .hat-radio-group {
  width: 100%;
  margin-bottom: 25px;
}
.question-form .hide-question {
  font-size: 14px;
}
.question-form .hide-question .form-label {
  line-height: 1.2;
}
.question-form .hide-question__reset-answers {
  font-size: 13px;
  white-space: nowrap;
  margin-right: 10px;
}
.question-form .hide-question__reset-note {
  font-size: 12px;
  color: #73808d;
  margin-top: 10px;
}
.question-form .ckeditor:not(.ckeditor--inter) .ck-content {
  min-height: 75px;
}
.nps-scale {
  display: inline-block;
  width: 100%;
}
.nps-scale .nps-scale__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.nps-scale__item {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 36px;
  width: 42px;
  max-width: 42px;
  margin: 0 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f1f5f6;
  color: black;
  font-size: 15px;
  font-weight: 500;
  padding: 0 4px;
  border-radius: 4px;
}
.nps-scale__item:before,
.nps-scale__item-bg {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: inherit;
  border: 1px solid #cfd8dc;
  transition: all 250ms;
  z-index: 1;
}
.nps-scale__item span {
  z-index: 2;
}
.nps-scale__item:only-child {
  width: 42px;
}
.nps-scale--colored .nps-scale__item {
  color: white;
}
.nps-scale--colored .nps-scale__item:before,
.nps-scale--colored .nps-scale__item-bg {
  border: none;
}
.nps-scale--inited .nps-scale__item:not(.active) {
  opacity: 0.2;
}
.nps-scale--inited .nps-scale__item.active:before,
.nps-scale--inited .nps-scale__item.active .nps-scale__item-bg {
  transform: scaleX(1.24) scaleY(1.33);
}
.nps-scale--sm .nps-scale__item {
  height: 24px;
  margin: 0 1px;
  font-size: 13px;
}
.nps-scale--sm .nps-scale__item:only-child {
  width: 28px;
}
.nps-scale--from-one .nps-scale__item:first-child {
  display: none;
}
.nps-scale__labels {
  margin-top: 16px;
  opacity: 0.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 15px;
}
.nps-scale__labels div:first-child {
  text-align: left;
}
.nps-scale__labels div:last-child {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .nps-scale {
    margin-left: -1px;
    margin-right: -1px;
  }
  .nps-scale__item {
    height: 24px;
    width: 28px;
    max-width: 28px;
    margin: 0 1px;
    font-size: 13px;
  }
  .nps-scale--inited .nps-scale__item.active:before,
  .nps-scale--inited .nps-scale__item.active .nps-scale__item-bg {
    transform: scaleY(1.5);
  }
}
.smile-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.smile-form__type,
.smile-form__sets,
.smile-form__labels {
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
}
.smile-form__sets ~ .smile-form__labels {
  width: 100%;
}
.smile-form__labels-row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.smile-form__label {
  padding-left: 8px;
  padding-right: 8px;
}
.matrix {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.matrix .matrix__drag-indicator {
  cursor: grab;
  color: #a6b1bc;
}
.matrix__rows {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
}
.matrix__rows .matrix-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  border-radius: 4px 0 0 4px;
}
.matrix__rows .matrix-row .matrix__drag-indicator {
  margin-right: 12px;
  cursor: grab;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.matrix__rows .matrix-row .matrix__name-field {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.matrix__rows .matrix-row .matrix__name-field input {
  padding: 0px 12px;
}
.matrix__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
}
.matrix__delete .matrix-row {
  height: 60px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0 4px 4px 0;
}
.matrix-header {
  height: 90px;
}
.matrix.matrix--has-column-error .matrix-header {
  height: 105px;
}
.matrix-row {
  height: 60px;
}
.matrix.matrix--has-row-error .matrix-row {
  height: 80px;
}
.matrix__name-field {
  position: relative;
}
.matrix__name-field input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  min-width: 56px;
  max-width: 200px;
}
.matrix__table {
  width: calc(100% - 255px);
  margin-left: 225px;
  margin-right: 30px;
}
.matrix-table {
  width: 100%;
  height: auto!important;
}
.matrix-table table {
  min-width: 100%;
  margin-bottom: 20px;
}
.matrix-table .matrix__name-field input {
  min-width: 100%;
  max-width: 200px;
  padding: 0 12px!important;
}
.matrix-table th {
  min-width: 100px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.matrix-table tr:last-child td {
  border-radius: 0 0 4px 4px;
}
.matrix-table .form-error {
  white-space: nowrap;
}
.matrix-table td {
  vertical-align: middle;
  text-align: center;
}
.matrix-table .matrix__drag-indicator {
  text-align: center;
  margin-bottom: 5px;
  cursor: grab;
  color: #a6b1bc;
}
.matrix-table .matrix__drag-indicator i {
  transform: rotate(90deg);
}
.matrix-table .matrix-header {
  min-width: 56px;
  padding: 0 5px;
}
.matrix .matrix-column-cell--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.matrix .matrix-column-header--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.matrix .matrix-row--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.matrix .matrix-row-header--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.matrix .matrix-row-delete--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.matrix .selected {
  background: #f1f5f6;
}
.matrix .selected .f-icon {
  color: #73808d;
}
.matrix .matrix-header__sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  padding-left: 12px;
  padding-top: 42px;
}
.matrix .matrix-header__sort > .fc-btn {
  margin-right: 10px;
}
.matrix .matrix-header__sort > .fc-btn .fc-btn-b__label {
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  color: #3F65F1;
}
.matrix .matrix-header__sort svg {
  color: #73808d;
}
.matrix .matrix-header__sort:hover svg {
  color: #2E2F31;
}
.matrix-ghost {
  background: white;
  box-shadow: 0px 6px 15px rgba(63, 101, 241, 0.3);
}
.matrix-ghost table td {
  vertical-align: middle;
  text-align: center;
}
.matrix-ghost-row {
  display: -ms-flexbox;
  display: flex;
}
.matrix-ghost-row__header {
  width: 220px;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.matrix-ghost-row__header .matrix__drag-indicator {
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.semantic-differencial {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.semantic-differencial .diff-table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 34px;
}
.semantic-differencial .diff-table__point {
  text-align: center;
  padding-top: 5px;
}
.semantic-differencial .diff-table__point-filler {
  width: 26px;
}
.semantic-differencial .diff-table__point-filler:before {
  display: block;
  content: '';
  background: #E1E8EB;
  width: 26px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.semantic-differencial .diff-row td {
  height: 58px;
  padding: 5px 2px;
  vertical-align: top;
}
.semantic-differencial .diff-row td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.semantic-differencial .diff-row td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.semantic-differencial .diff-row__drag-indicator {
  cursor: grab;
  color: #a6b1bc;
}
.semantic-differencial .diff-row__name-field input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  min-width: 56px;
  max-width: 100%;
}
.semantic-differencial .diff-row .diff-row__delete,
.semantic-differencial .diff-row .diff-row__drag {
  vertical-align: middle;
}
.semantic-differencial .diff-row--dragging {
  opacity: 0.5;
  background: #d9e0fc;
}
.semantic-differencial .diff-row.selected {
  background: #f1f5f6;
}
.semantic-differencial .diff-row.selected .f-icon {
  color: #73808d;
}
.semantic-differencial__add-row {
  min-width: 50%;
}
.diff-ghost {
  background: white;
  box-shadow: 0px 6px 15px rgba(63, 101, 241, 0.3);
}
.diff-ghost td {
  vertical-align: middle;
  text-align: center;
}
.stars-question-label {
  width: 20%;
  padding-left: 4px;
  padding-right: 4px;
}
.variants-controller__variant:first-child:last-child .variants-controller__sortable-handle {
  display: none;
}
.variants-controller__add-button {
  margin-bottom: 28px;
}
.variants-controller__add-button.variants-controller__add-button--blocked {
  opacity: 0.7;
}
.media-variants-controller .variants-controller__sortable-handle {
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 20px;
}
.media-variants-controller .variants-controller__variant {
  border-bottom: 1px solid #eceff1;
}
.media-variants-controller .variants-controller__variant:first-child {
  border-top: 1px solid #eceff1;
}
.media-variants-controller .variants-controller__variant-content {
  padding: 17px 0 17px;
}
.media-variants-controller .variants-controller__variant-content textarea {
  min-height: 100%;
}
.media-variants-controller .variants-controller__variant-remove {
  margin-top: 20px!important;
}
.media-variants-controller .variants-controller__add-button {
  margin-top: 24px!important;
}
.media-preview {
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media-preview:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
}
.media-preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  object-fit: cover;
  cursor: pointer;
}
.media-preview__remove {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  font-size: 11px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
}
.media-preview__remove > i {
  cursor: pointer;
  color: #fff;
}
.media-preview__label {
  position: absolute;
  top: 25.68px;
  left: 2px;
  width: 90px;
  border: none;
  width: 94px;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.media-preview:hover .media-preview__remove {
  opacity: 1;
}
.media-preview__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
  background-color: #eceff1;
}
.media-preview__loader:after {
  content: '\f110';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  color: #3f65f1;
  font-size: 20px;
  animation: fa-spin 1s infinite steps(8);
}
.media-preview__load {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #eceff1;
  border-radius: inherit;
}
.media-preview__load i {
  width: 40px !important;
  height: 40px !important;
}
.media-preview__load .i-icon-photo {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M94%2071L74.2545%2055.5884C73.3917%2054.9293%2072.2209%2054.5589%2071%2054.5589C69.7791%2054.5589%2068.6083%2054.9293%2067.7455%2055.5884L52.6%2067.4898L28.2545%2044.03C27.3917%2043.3709%2026.2209%2043.0005%2025%2043.0005C23.7791%2043.0005%2022.6083%2043.3709%2021.7455%2044.03L2%2063.9796M17%2094H79C87.2843%2094%2094%2087.2843%2094%2079V17C94%208.71573%2087.2843%202%2079%202H17C8.71573%202%202%208.71573%202%2017V79C2%2087.2843%208.71573%2094%2017%2094ZM59.5%2040C65.8513%2040%2071%2034.8513%2071%2028.5C71%2022.1487%2065.8513%2017%2059.5%2017C53.1487%2017%2048%2022.1487%2048%2028.5C48%2034.8513%2053.1487%2040%2059.5%2040Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.media-preview__load .i-icon-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M2%2014C2%207.37259%207.37258%202%2014%202H82C88.6274%202%2094%207.37258%2094%2014V82C94%2088.6274%2088.6274%2094%2082%2094H14C7.37259%2094%202%2088.6274%202%2082V14Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3Cpath%20d%3D%22M63.3877%2053.2779C66.8707%2051.3505%2066.8707%2046.5319%2063.3878%2044.6044L41.8367%2032.6784C38.3537%2030.7509%2034%2033.1602%2034%2037.0151V60.8672C34%2064.7221%2038.3537%2067.1314%2041.8367%2065.204L63.3877%2053.2779Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.media-preview__load .i-icon-photovideo {
  width: 138px;
  height: 107px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22138%22%20height%3D%22107%22%20viewBox%3D%220%200%20138%20107%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M52.1797%2088.8824V91.5421C52.1797%2099.9865%2059.0099%20106.84%2067.4456%20106.84H122.278C130.714%20106.84%20137.544%2099.9865%20137.544%2091.5421V36.5757C137.544%2028.1312%20130.714%2021.2773%20122.278%2021.2773H89.5554V25.2773H122.278C128.495%2025.2773%20133.544%2030.3312%20133.544%2036.5757V80.3453L119.313%2069.2113L119.297%2069.1985C118.142%2068.3142%20116.665%2067.8737%20115.203%2067.8737C113.741%2067.8737%20112.263%2068.3142%20111.109%2069.1985L111.087%2069.2153L99.0638%2078.6862L89.5554%2069.5013V75.0628L97.5405%2082.7761C98.2598%2083.471%2099.3819%2083.5276%20100.168%2082.9087L113.549%2072.3675C113.921%2072.0865%20114.511%2071.8737%20115.203%2071.8737C115.896%2071.8737%20116.487%2072.0874%20116.858%2072.3692L116.865%2072.3743L133.544%2085.4242V91.5421C133.544%2097.7865%20128.495%20102.84%20122.278%20102.84H67.4456C61.2282%20102.84%2056.1797%2097.7865%2056.1797%2091.5421V88.8824H52.1797ZM105.032%2034.5757C98.3061%2034.5757%2092.8618%2040.0403%2092.8618%2046.771C92.8618%2053.5018%2098.3061%2058.9664%20105.032%2058.9664C111.758%2058.9664%20117.203%2053.5018%20117.203%2046.771C117.203%2040.0403%20111.758%2034.5757%20105.032%2034.5757ZM96.8618%2046.771C96.8618%2042.2403%20100.524%2038.5757%20105.032%2038.5757C109.54%2038.5757%20113.203%2042.2403%20113.203%2046.771C113.203%2051.3018%20109.54%2054.9664%20105.032%2054.9664C100.524%2054.9664%2096.8618%2051.3018%2096.8618%2046.771Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2012.6387C2%206.76309%206.75148%202%2012.6127%202H72.7514C78.6127%202%2083.3642%206.76309%2083.3642%2012.6387V72.9244C83.3642%2078.7999%2078.6127%2083.563%2072.7514%2083.563H12.6127C6.75148%2083.563%202%2078.7999%202%2072.9244V12.6387Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M56.2909%2047.4607C59.3712%2045.7519%2059.3712%2041.4799%2056.2909%2039.7712L37.2313%2029.1981C34.151%2027.4893%2030.3006%2029.6252%2030.3006%2033.0428V54.189C30.3006%2057.6066%2034.151%2059.7426%2037.2313%2058.0338L56.2909%2047.4607Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1219px) {
  .media-preview__remove {
    opacity: 1;
  }
}
.media-wrapper {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.media-wrapper--sm {
  width: 35px;
  height: 35px;
}
.media-wrapper--md {
  width: 40px;
  height: 40px;
}
.media-wrapper--lg {
  width: 94px;
  height: 94px;
}
.media-wrapper__remove {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  color: white;
  font-weight: bold;
}
.media-wrapper__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-wrapper--loading {
  background: #3a5cdc;
  color: white;
}
.mailing-card {
  width: 100%;
  position: relative;
}
.mailing-card__checked {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 6;
}
.mailing-card__checked .f-check-input:not(:checked) + .f-check-label:before {
  background: transparent;
}
.mailing-card__content {
  width: 100%;
  height: 140px;
  border-radius: 9px;
  padding: 5px 10px 10px;
  background-color: #2e2f31;
  color: #fff;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.mailing-card__content-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  cursor: pointer;
}
.mailing-card__content button,
.mailing-card__content [data-tooltip] {
  position: relative;
  z-index: 4;
}
.mailing-card__curtain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: opacity 250ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 5;
}
.mailing-card__curtain .f-btn {
  width: 120px;
  margin: 5px 0;
}
.mailing-card:not(.mailing-card--archived):hover .mailing-card__content {
  background-color: #496ebe;
}
.mailing-card:not(.mailing-card--archived):hover .dropdown button {
  color: #ffffff;
}
.archived-card-checked .mailing-card:not(.mailing-card--archived) .mailing-card__checked {
  visibility: hidden;
}
.mailing-card--archived .mailing-card__checked .f-check-label:before {
  border-color: white;
}
.not-archived-card-checked .mailing-card--archived .mailing-card__checked {
  visibility: hidden;
}
.mailing-card--archived .mailing-card__content {
  opacity: 0.2;
}
.mailing-card--archived:hover .mailing-card__curtain {
  opacity: 1;
}
.mailing-card.mailing-card--checked .mailing-card__content {
  background-color: #496ebe;
}
.mailing-card.mailing-card--checked .dropdown button {
  color: #ffffff;
}
.mailing-card__header {
  font-size: 11px;
}
.mailing-card__stats {
  font-weight: bold;
}
.mailing-card__stats .f-icon--target {
  margin-top: -6px;
}
.mailing-card__mailing-icon {
  color: #2d99ff;
}
.mailing-card__footer {
  margin-top: 15px;
}
.mailing-card__link {
  color: #2e2f31;
  text-decoration: none;
}
.mailing-card__link:hover {
  color: #3a5cdc;
  text-decoration: none;
}
.mailing-card__name {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mailing-card__folder {
  font-size: 12px;
  color: #73808d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder-card {
  width: 100%;
  position: relative;
}
.folder-card:before,
.folder-card:after {
  content: '';
  position: absolute;
  height: 30px;
}
.folder-card:before {
  z-index: 1;
  left: 10px;
  right: 10px;
  top: -5px;
  border-radius: 7px;
  background: #5B5D6F;
}
.folder-card:after {
  z-index: 0;
  left: 20px;
  right: 20px;
  top: -9px;
  border-radius: 5px;
  background: #AEB7DA;
}
.folder-card__content {
  width: 100%;
  height: 140px;
  border-radius: 9px;
  padding: 10px;
  background-color: #2E2F31;
  color: #fff;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 2;
}
.folder-card__content:hover {
  background-color: #496ebe;
}
.folder-card__content:hover .dropdown button {
  color: #ffffff;
}
.folder-card__content-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.folder-card__content button {
  position: relative;
  z-index: 4;
}
.folder-card__header {
  font-size: 11px;
}
.folder-card__footer {
  margin-top: 15px;
}
.folder-card__link {
  color: #2e2f31;
  text-decoration: none;
}
.folder-card__link:hover {
  color: #3a5cdc;
  text-decoration: none;
}
.folder-card__name {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.search-field__icon {
  margin-right: 15px;
}
.search-field__input {
  color: #73808d;
  font-size: 16px;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 20px;
}
.search-field__apply {
  position: absolute;
  right: 0;
}
.cards-group {
  margin-bottom: 30px;
}
.cards-group__header {
  cursor: pointer;
}
.cards-group__title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cards-group__list {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.cards-group__item {
  padding: 6px 12px;
  width: 20%;
  min-width: 250px;
}
.cards-group__item.hidden {
  height: 0px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.cards-group__footer {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cards-group__item {
    min-width: 200px;
  }
}
.folders-list {
  max-height: 240px;
  padding-right: 5px;
}
.folders-list .scroll-content {
  padding-right: 10px;
}
.folders-list__item {
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-align: center;
      align-items: center;
  transition: background-color 300ms;
  cursor: pointer;
  color: #3a5cdc;
  border-radius: 4px;
  margin-bottom: 4px;
}
.folders-list__item:hover {
  background-color: #F1F4FF;
}
.folders-list__item--active {
  color: #2e2f31;
}
.folders-list__item--blocked {
  opacity: 0.6;
  cursor: not-allowed;
}
.search-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.search-block .search-field {
  padding: 15px;
  width: 100%;
}
.search-block--active {
  border: 1px solid #3F65F1;
  border-bottom: none;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  overflow: hidden;
}
.search-block-list {
  border: 1px solid #3F65F1 !important;
  border-top: none !important;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: 2px 6px 6px rgba(46, 47, 49, 0.15);
  overflow: hidden;
}
.search-block-list .search-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3a5cdc;
}
.search-block-list .search-block-item .ui-menu-item-wrapper {
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
}
.search-block-list .search-block-item .f-icon {
  color: #a6b1bc;
  margin-right: 10px;
}
.search-block-list .search-block-item--focus {
  background: #F1F5F6;
}
.search-block-list .search-block-item__subtitle {
  font-size: 12px;
  color: #73808d;
}
.search-block-list .search-block-item--empty {
  padding: 5px 54.3px 20px 54.3px;
  font-size: 12px;
  color: #2E2F31;
  cursor: text !important;
}
.search-block-list .search-block-item--loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  height: unset !important;
  padding-bottom: 10px;
  font-size: 14px !important;
  color: #3f65f1;
  border: none !important;
}
.share-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.share-overlay.share-square_rounded {
  border-radius: 10px;
}
.share-overlay.share-square_rounded.share-48 {
  border-radius: 15px;
}
.share-overlay.share-square_rounded.share-32 {
  border-radius: 10px;
}
.share-overlay.share-square_rounded.share-24 {
  border-radius: 8px;
}
.share-overlay.share-round {
  border-radius: 20px;
}
.share-overlay.share-round.share-48 {
  border-radius: 30px;
}
.share-overlay.share-round.share-32 {
  border-radius: 20px;
}
.share-overlay.share-round.share-24 {
  border-radius: 16px;
}
.kanban {
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
}
.kanban-column {
  width: 20%;
  background: #f5f6fa;
  border-radius: 9px;
}
.kanban-column--disabled {
  opacity: 0.35;
}
.kanban-column:not(:first-child) {
  margin-left: 5px;
}
.kanban-column__header {
  padding: 9px 9px 8px 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  height: 33px;
  position: sticky;
  top: 10px;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kanban-column--new .kanban-column__header {
  background: #16ceb9;
}
.kanban-column--in-process .kanban-column__header {
  background: #2d99ff;
}
.kanban-column--delayed .kanban-column__header {
  background: #f96261;
}
.kanban-column--completed .kanban-column__header {
  background: #8400ff;
}
.kanban-column--handle .kanban-column__header {
  background: #caad46;
}
.kanban-column__content {
  height: 100%;
  padding: 11px 8px;
}
.kanban-card {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(46, 47, 49, 0.15);
  border-radius: 9px;
  cursor: pointer;
  margin-bottom: 5px;
}
.kanban-card.gu-hide {
  display: none !important;
}
.kanban-card.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  height: unset !important;
  z-index: 9999 !important;
  box-shadow: 0 15px 20px rgba(63, 101, 241, 0.3);
  cursor: grabbing;
}
.kanban-card.gu-transit {
  height: 20px;
  padding: 0;
  background: #9bb0fb;
  border-radius: 9px;
}
.kanban-card.gu-transit * {
  display: none;
}
.kanban-wrapper .kanban-sticky {
  position: sticky;
  top: -1px;
  margin-left: -20px;
  margin-right: -20px;
  height: 2px;
  z-index: 2;
  pointer-events: none;
}
.kanban-wrapper .kanban-sticky__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 43px;
  display: none;
  background: white;
}
.kanban-wrapper .kanban-sticky__shadow {
  height: 22px;
  background: linear-gradient(180deg, rgba(115, 128, 141, 0.15) 0%, rgba(115, 128, 141, 0) 100%);
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  display: none;
}
.kanban-wrapper .kanban-sticky.isSticky .kanban-sticky__shadow,
.kanban-wrapper .kanban-sticky.isSticky .kanban-sticky__bg {
  display: block;
}
.reviews-poll-group__content .kanban-wrapper .kanban-sticky {
  margin-top: -60px;
  padding-top: 60px;
  z-index: 3;
}
.reviews-poll-group__content .kanban-wrapper .kanban-sticky__bg {
  top: 46px;
}
.reviews-poll-group__content .kanban-wrapper .kanban-sticky__shadow {
  top: 89px;
}
.reviews-poll-group__content .kanban-wrapper .kanban-column__header {
  top: 55px;
}
.reviews-poll-group__content .sliding .kanban-sticky {
  display: none;
}
.reviews-poll-group__content .sliding .kanban-column__header {
  position: static;
}
.reviews-poll-group {
  z-index: 10;
  position: relative;
}
.sending-list {
  width: 465px;
  padding: 12px 20px 22px !important;
  font-size: 14px;
}
.sending-list.dropdown-menu {
  top: 0 !important;
}
.sending-list:before {
  right: calc(50% - 22px / 2) !important;
}
.sending-list.dropdown-menu-left:before {
  left: 22px !important;
}
.tag-input__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -15px;
}
.tag-input__content .tag-input__item,
.tag-input__content .tag-input__add-tag-button-wrapper {
  margin-top: 8px;
  margin-left: 15px;
}
.tag-input__item {
  font-weight: 500;
}
.tag-input__item .tag-input__item-remove-button {
  margin-left: 7px;
}
.tag-input__item-remove-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px !important;
  height: 20px !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background: #ECEFF1 !important;
}
.tag-input__item-remove-button:before {
  width: 8px !important;
  height: 8px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  content: '';
  display: inline-block;
}
.tag-input__add-tag-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tag-input__add-tag-button-wrapper .tag-input__add-tag-button-label {
  margin-left: 12px;
}
.tag-input__add-tag-button {
  display: -ms-flexbox;
  display: flex;
  width: 20px !important;
  height: 20px !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background: #ECEFF1 !important;
}
.tag-input__add-tag-button:before {
  width: 8px !important;
  height: 8px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%232E2F31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  content: '';
  display: inline-block;
  transform: rotate(45deg);
}
.tag-input__add-tag-button-label {
  font-weight: 500;
  font-size: 12px;
  color: #2E2F31;
}
.tag-input__dropdown-menu {
  width: 270px;
  transform: translate3d(calc(-50% + 15px + 20px / 2), 32px, 0px) !important;
  padding-top: 12px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.tag-input__dropdown-menu.dropdown-menu {
  top: 0 !important;
}
.tag-input__dropdown-menu[x-placement="top-start"] {
  transform: translate3d(calc(-50% + 15px + 20px / 2), -100%, 0px) !important;
}
.tag-input__dropdown-menu[x-placement="top-start"]:before {
  top: unset !important;
  bottom: -5.5px;
  transform: rotate(180deg);
}
.tag-input__dropdown-menu:before {
  right: calc(50% - 22px / 2) !important;
}
.tag-input__dropdown-menu .tag-input__dropdown-menu-list.scroll-wrapper {
  margin-top: 14px;
}
.tag-input__dropdown-menu .tag-input__dropdown-menu-message {
  margin-top: 14px;
}
.tag-input__dropdown-menu-list {
  margin-left: -20px;
  margin-right: -20px;
  max-height: 165px;
}
.tag-input__dropdown-menu-list .dropdown-item {
  color: #2E2F31 !important;
  cursor: pointer;
  white-space: normal;
}
.tag-input__dropdown-menu-list .scroll-element.scroll-y {
  right: 20px;
}
.tag-input__dropdown-menu-control-wrapper {
  position: relative;
}
.tag-input__dropdown-menu-control {
  height: 36px;
  padding: 9px 41px 9px 9px;
  font-size: 14px;
}
.tag-input__dropdown-menu-control-create-tag-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.tag-input__dropdown-menu-message {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #2E2F31;
}
.slider {
  width: 100%;
  height: 100%;
}
.slider__index {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.slider__paginator {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 11px;
  right: 13.3px;
  z-index: 5;
}
.slider__paginator *:not(:first-child) {
  margin-left: 7px;
}
.slider__paginator-button {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  border: none;
}
.slider__paginator-button--prev {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M20.5%2015L11.5%2015%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2018.75%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2011.25%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.slider__paginator-button--next {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M9.60873%2015.1487L18.6085%2015.0833%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0831L14.8313%2011.3604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0832L14.8858%2018.8604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.slider__counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7.25px 12.28px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 15px;
  z-index: 5;
}
.select-list {
  max-width: 100%;
}
.select-list__opener,
.select-list__opener:active,
.select-list__opener:focus,
.select-list__opener:hover {
  outline: none;
  box-shadow: none;
}
.select-list__dropdown {
  font-size: 14px;
}
.select-list__wrapper {
  min-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.select-list__search {
  margin-bottom: 15px;
  padding: 0 20px;
}
.select-list__search .form-control {
  height: 30px;
}
.select-list__scroll {
  max-height: 200px;
}
.select-list__scroll .scroll-element.scroll-y {
  right: 20px;
}
.select-list-item {
  min-height: 30px;
  padding: 5px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #3f65f1;
}
.select-list-item--hover {
  cursor: pointer;
}
.select-list-item--hover:hover {
  background-color: #f1f4ff;
}
.select-list-item--not-found {
  color: #73808d;
}
.change-status-modal-dialog {
  width: 460px !important;
}
.change-status-modal-dialog--initializing {
  visibility: hidden;
}
.edit-columns-modal-dialog {
  width: 460px !important;
}
.edit-columns-modal-dialog--initializing {
  visibility: hidden;
}
.edit-columns-modal-dialog .edit-columns-modal__search-form {
  position: relative;
}
.edit-columns-modal-dialog .edit-columns-modal__search-form .icon {
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.edit-columns-modal-dialog .edit-columns-modal__search-form .form-control {
  padding-left: 46px;
}
.edit-columns-modal-dialog .edit-columns-modal__clear-search {
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.edit-columns-modal-dialog .edit-columns-modal__columns {
  margin-top: 24px;
}
.edit-columns-modal-dialog .edit-columns-modal__columns-wrapper {
  max-height: 252px;
}
.edit-columns-modal-dialog .edit-columns-modal__columns-wrapper .scroll-element.scroll-y {
  right: 0;
}
.edit-columns-modal-dialog .edit-columns-modal__columns-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
}
.edit-columns-modal-dialog .edit-columns-modal__column {
  width: 50%;
  min-height: 24px;
  padding-top: 5px;
  margin-top: 18px;
}
.group-actions {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.group-actions .foq-table__group-actions {
  pointer-events: all;
}
.group-actions__container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  pointer-events: all;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border-radius: 9px;
}
.group-actions__counter {
  font-size: 16px;
}
.group-actions__counter-value {
  font-weight: bold;
}
.group-actions__select-all {
  margin-left: 28px;
  padding: 15px 20px;
  background: #DADFE3;
  border-radius: 4px;
  color: #2E2F31;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  height: auto;
}
.group-actions__select.select2 {
  margin-left: 28px;
  min-width: 255px;
}
.group-actions__select.select2-container--disabled .form-control {
  background-color: #F2F5F6 !important;
  border: 1px solid #CFD8DC !important;
}
.group-actions__dismiss {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  padding: 0;
  background: #FFDDDD;
  border-radius: 4px;
}
.group-actions__dismiss:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(45deg);
  width: 21px;
  height: 21px;
}
.group-actions__apply {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  padding: 0;
  background: #ABEFB7;
  border-radius: 4px;
}
.group-actions__apply:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: '';
  width: 19.6px;
  height: 14px;
}
.scroll-container {
  position: relative;
}
.scroll-container__scroll-gutter {
  position: absolute;
  top: 80.8px;
  bottom: 16px;
  width: 34px;
}
.scroll-container__scroll-gutter--left {
  left: -27px;
}
.scroll-container__scroll-gutter--right {
  right: -27px;
}
@media screen and (max-width: 1199px) {
  .scroll-container__scroll-gutter--left {
    left: -10px;
  }
  .scroll-container__scroll-gutter--right {
    right: -10px;
  }
}
.scroll-container__scroll-button {
  position: sticky;
  top: 50%;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border: none;
  border-radius: 50%;
  transition: transform 200ms ease-in;
}
.scroll-container__scroll-button:before {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.scroll-container__scroll-button:hover:before {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.scroll-container__scroll-button--left:before {
  transform: rotate(90deg);
}
.scroll-container__scroll-button--right:before {
  transform: rotate(-90deg);
}
.scroll-container__wrapper.scroll-content {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.scroll-container__wrapper .scroll-y {
  display: none !important;
}
.delete-report-modal-dialog {
  width: 460px !important;
}
.delete-report-modal-dialog__message {
  font-size: 14px;
  line-height: 13px;
  color: #2E2F31;
}
.delete-report-modal-dialog__message-share-list {
  margin-top: 10px;
}
.delete-report-modal-dialog__message-share-list li {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #2E2F31;
}
.share-report-modal-dialog {
  width: 600px !important;
  max-width: 600px;
}
.share-report-modal-dialog .dense-tab-group .nav-item {
  width: 100%;
}
.share-report-modal-dialog__invite-form {
  display: -ms-flexbox;
  display: flex;
}
.share-report-modal-dialog__share-available-users-form-group {
  margin-bottom: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.share-report-modal-dialog__share-link-form-group {
  margin-bottom: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.share-report-modal-dialog__share-link-input-group {
  position: relative;
}
.share-report-modal-dialog__share-link-input-group .form-control {
  padding-right: 52px;
  border-radius: 4px !important;
}
.share-report-modal-dialog__share-link-input-group-button {
  width: 20px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.02084%209.02081H10.4204C11.8394%209.02081%2012.9896%207.94362%2012.9896%206.61457V3.40624C12.9896%202.0772%2011.8394%201%2010.4204%201H3.5692C2.15014%201%201%202.0772%201%203.40624V6.61457C1%207.94362%202.15014%209.02081%203.5692%209.02081H3.98959%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%205.01038L8.60048%205.01038C7.18143%205.01038%206.03128%206.08757%206.03128%207.41662V10.6249C6.03128%2011.954%207.18143%2013.0312%208.60048%2013.0312L15.4517%2013.0312C16.8707%2013.0312%2018.0209%2011.954%2018.0209%2010.6249V7.41662C18.0209%206.08757%2016.8707%205.01038%2015.4517%205.01038H15.0313%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 16.5px;
  right: 16px;
  z-index: 3;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.share-report-modal-dialog__rights-form-group {
  margin-top: 29px;
  margin-left: 14px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-report-modal-dialog__rights-form-control {
  width: 95px;
}
.share-report-modal-dialog__rights-form-control-icon {
  display: inline-block;
  top: 0.5px;
  position: relative;
}
.share-report-modal-dialog__rights-form-control-view-icon {
  width: 18px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%220%200%2018%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206.64337C1%206.64337%203.90909%201.64337%209%201.64337C14.0909%201.64337%2017%206.64337%2017%206.64337C17%206.64337%2014.0909%2011.6434%209%2011.6434C3.90909%2011.6434%201%206.64337%201%206.64337Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8.99993%208.64336C10.2049%208.64336%2011.1818%207.66653%2011.1818%206.46154C11.1818%205.25656%2010.2049%204.27972%208.99993%204.27972C7.79495%204.27972%206.81812%205.25656%206.81812%206.46154C6.81812%207.66653%207.79495%208.64336%208.99993%208.64336Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 17.3px;
}
.share-report-modal-dialog__rights-form-control-view-disabled-icon {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.5418%2012.1502C11.3421%2012.3344%2011.1012%2012.4822%2010.8336%2012.5847C10.5659%2012.6871%2010.277%2012.7422%209.98407%2012.7467C9.69111%2012.7511%209.40012%2012.7048%209.12844%2012.6105C8.85677%2012.5162%208.60998%2012.3758%208.4028%2012.1978C8.19562%2012.0198%208.03229%2011.8077%207.92255%2011.5742C7.81282%2011.3407%207.75893%2011.0907%207.7641%2010.8389C7.76927%2010.5871%207.83339%2010.3389%207.95264%2010.1089C8.07189%209.87886%208.24382%209.67186%208.45818%209.50021M14.32%2014.5377C13.0768%2015.3521%2011.563%2015.8032%2010%2015.8252C4.90909%2015.8252%202%2010.8252%202%2010.8252C2.90465%209.37639%204.15937%208.11059%205.68%207.11271L14.32%2014.5377ZM8.47273%205.97521C8.97333%205.87451%209.48586%205.82417%2010%205.82521C15.0909%205.82521%2018%2010.8252%2018%2010.8252C17.5585%2011.535%2017.032%2012.2032%2016.4291%2012.8189L8.47273%205.97521Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1.35693%203.34323L18.6437%2017.9435%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 25.2px;
}
.share-report-modal-dialog__rights-form-control-edit-icon {
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.2287%200.012485C12.5197%200.0577236%2012.8301%200.227664%2013.0702%200.467813L17.5915%205.02419C18.1134%205.51095%2018.2232%206.21759%2017.8371%206.60374L7.27059%2017.1702C7.14342%2017.2974%206.90633%2017.3294%206.62338%2017.3676L6.62336%2017.3676L6.53251%2017.38L1.60437%2018.0335C1.5277%2018.0621%201.40299%2018.0427%201.31986%2018.0298C1.02889%2017.9846%200.718532%2017.8146%200.478382%2017.5745C0.142173%2017.2383%20-0.05362%2016.7616%200.0129179%2016.4069L0.688584%2011.3605C0.697838%2011.1591%200.783763%2010.9291%200.924181%2010.7887L11.4907%200.222233C11.6662%200.0467097%2011.9378%20-0.0327535%2012.2287%200.012485ZM14.279%207.33342L15.6932%205.91921L12.1577%202.38368L10.7434%203.79789L14.279%207.33342ZM9.32923%205.2121L12.8648%208.74764L7.91502%2013.6974L4.37948%2010.1619L9.32923%205.2121ZM6.50081%2015.1116L2.96528%2011.5761L2.25817%2015.8187L6.50081%2015.1116Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.share-report-modal-dialog__rights-form-control-dropdown {
  left: -100px !important;
}
.share-report-modal-dialog__rights-form-control-dropdown:before {
  left: unset !important;
  right: 16px !important;
}
.share-report-modal-dialog__share-users {
  margin-top: 42px;
}
.share-report-modal-dialog__share-users--open .share-report-modal-dialog__share-users-header-icon {
  transform: rotate(180deg);
}
.share-report-modal-dialog__share-users-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.share-report-modal-dialog__share-users-title {
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.share-report-modal-dialog__share-users-header-icon {
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%232E2F31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 14px;
  transition: transform 0.3s ease;
}
.share-report-modal-dialog__share-users-table-wrapper {
  margin-top: 11px;
}
.share-report-modal-dialog__share-users-table {
  border-bottom: 1px solid #E7EBED;
}
.share-report-modal-dialog__share-users-table td {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #E7EBED;
  vertical-align: middle !important;
}
.share-report-modal-dialog__share-users-table-avatar-cell {
  width: 54px;
  padding-right: 7px !important;
}
.share-report-modal-dialog__share-users-table-avatar {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 8px;
}
.share-report-modal-dialog__share-users-table-name-cell {
  padding-left: 7px !important;
  font-weight: 500;
  color: #2E2F31;
}
.share-report-modal-dialog__share-users-table-rights-cell {
  width: 113px;
  padding-right: 18px !important;
  text-align: right;
}
.share-report-modal-dialog__share-users-table-owner {
  color: #73808D;
}
.share-report-modal-dialog__share-users-table-rights-form-control {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border: none !important;
  box-shadow: none !important;
  height: unset !important;
  padding: 0;
}
.share-report-modal-dialog__share-users-table-rights-form-control .select2-selection__arrow {
  margin-right: 0 !important;
}
.share-report-modal-dialog__share-users-table-rights-form-control-dropdown {
  left: -50px !important;
}
.share-report-modal-dialog__share-users-table-rights-form-control-dropdown:before {
  left: unset !important;
  right: 46px !important;
}
.share-report-modal-dialog__share-users-table-actions-cell {
  width: 40px;
  padding-left: 18px !important;
}
.share-report-modal-dialog__share-users-table-remove-button {
  width: 20px !important;
  height: 20px !important;
  background: none !important;
  box-shadow: none !important;
}
.share-report-modal-dialog__share-users-table-remove-button:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.94975%2014.9497C4.55922%2014.5592%204.55922%2013.9261%204.94975%2013.5355L13.435%205.05025C13.8256%204.65973%2014.4587%204.65973%2014.8492%205.05025C15.2398%205.44078%2015.2398%206.07394%2014.8492%206.46447L6.36396%2014.9497C5.97344%2015.3403%205.34027%2015.3403%204.94975%2014.9497Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.8492%2014.9497C14.4587%2015.3403%2013.8256%2015.3403%2013.435%2014.9497L4.94975%206.46447C4.55922%206.07394%204.55922%205.44078%204.94975%205.05025C5.34027%204.65973%205.97344%204.65973%206.36396%205.05025L14.8492%2013.5355C15.2398%2013.9261%2015.2398%2014.5592%2014.8492%2014.9497Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.share-report-modal-dialog__save-button {
  margin-left: 13px;
}
.share-report-modal-dialog .modal-footer {
  position: relative;
}
.share-report-modal-dialog .modal-footer .save-message {
  margin: 0;
}
.edit-columns-modal-dialog {
  width: 460px !important;
}
.edit-columns-modal-dialog--initializing {
  visibility: hidden;
}
.edit-columns-modal-dialog__search-form {
  position: relative;
}
.edit-columns-modal-dialog__search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.edit-columns-modal-dialog__search-form-control {
  padding-left: 46px;
}
.edit-columns-modal-dialog__search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.edit-columns-modal-dialog__column-picker {
  height: 252px;
  margin-top: 24px;
}
.edit-columns-modal-dialog__column-picker-list-wrapper .scroll-element.scroll-y {
  right: 0;
}
.edit-columns-modal-dialog__column-picker-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
}
.edit-columns-modal-dialog__column-picker-column {
  width: 50%;
  min-height: 24px;
  padding-top: 5px;
  margin-top: 18px;
}
.delete-service-access-modal-dialog {
  width: 460px !important;
}
.delete-service-access-modal-dialog--initializing {
  visibility: hidden;
}
.service-access-details-modal-dialog--initializing {
  visibility: hidden;
}
.service-access-details-modal-dialog .service-access-details-modal-dialog__title {
  margin-bottom: 30px;
}
.service-access-details-modal-dialog .service-access-details-modal-dialog__body {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.service-access-details-modal-dialog .service-access-details-modal-dialog__active-checkbox {
  margin-top: 44px;
}
.service-access-details-modal-dialog__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.service-access-details-modal-dialog__title {
  padding-bottom: 0;
}
.service-access-details-modal-dialog__body {
  padding-bottom: 58px;
}
.service-access-details-modal-dialog__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.service-access-details-modal-dialog__actions .service-access-details-modal-dialog__action:not(:first-child) {
  margin-left: 13px;
}
.survey-list__new-folder-modal-dialog {
  width: 460px !important;
}
.survey-list__new-folder-modal-dialog-location-form-control-folder-icon {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 11px;
}
.survey-list__move-modal-dialog {
  width: 460px !important;
}
.survey-list__move-modal-dialog-search-string {
  position: relative;
}
.survey-list__move-modal-dialog-search-string-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.survey-list__move-modal-dialog-search-string-control {
  padding-left: 46px;
}
.survey-list__move-modal-dialog-search-string-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.survey-list__move-modal-dialog-folder-picker {
  height: 238px;
  margin-top: 24px;
}
.survey-list__move-modal-dialog-folder-picker-list {
  height: 100%;
  margin-left: -13px;
}
.survey-list__move-modal-dialog-folder-picker-folder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  margin-right: 12px;
  font-size: 14px;
  color: #3f65f1;
  padding: 0 27px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.survey-list__move-modal-dialog-folder-picker-folder:not(:first-child) {
  margin-top: 4px;
}
.survey-list__move-modal-dialog-folder-picker-folder:hover:not(.survey-list__move-modal-dialog-folder-picker-folder--current) {
  background: #F1F4FF;
}
.survey-list__move-modal-dialog-folder-picker-folder--selected {
  color: #2E2F31;
  background: #F1F4FF !important;
}
.survey-list__move-modal-dialog-folder-picker-folder--current {
  color: #73808D;
  cursor: text;
}
.survey-list__move-modal-dialog-folder-picker-folder:before {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-list__delete-folder-modal-dialog {
  width: 460px !important;
}
.survey-list__delete-survey-modal-dialog {
  width: 460px !important;
}
.survey-list__duplicate-survey-modal-dialog {
  width: 460px !important;
}
.survey-list__duplicate-survey-modal-dialog .modal-content {
  min-height: unset !important;
}
.survey-list__duplicate-survey-modal-dialog .modal-header {
  padding-bottom: 50px !important;
}
.survey-list__archive-survey-modal-dialog {
  width: 460px !important;
}
.survey-list__restore-survey-modal-dialog {
  width: 460px !important;
}
.survey-list__restore-survey-modal-dialog .modal-content {
  min-height: unset !important;
}
.survey-list__restore-survey-modal-dialog .modal-header {
  padding-bottom: 50px !important;
}
.survey-list__element-card-section {
  width: 100%;
  height: 180px;
  position: relative;
  border-radius: 9px;
  background: #2e2f31;
  transition: background 150ms ease-in;
}
.survey-list__element-card-section .folder-icon {
  position: absolute;
  color: #73808d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: color 250ms ease-in-out;
  pointer-events: none;
}
.survey-list__element-card-section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  cursor: pointer;
}
.survey-list__element-card-section-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  border-radius: inherit;
  transition: background-color 250ms ease-in-out;
}
.survey-list__element-card-section-content {
  transition: opacity 150ms ease-in;
}
.survey-list__element-card-statistics {
  position: absolute;
  width: 165px;
  left: 25px;
  right: 25px;
  top: 46px;
  margin-left: auto;
  margin-right: auto;
}
.survey-list__element-card-statistics-item {
  cursor: help;
}
.survey-list__element-card-statistics-item:not(:first-child) {
  margin-top: 10px;
}
.survey-list__element-card-statistics-item-value {
  height: 17px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  vertical-align: middle;
}
.survey-list__element-card-statistics-item-graph {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
}
.survey-list__element-card-statistics-item-graph-line {
  height: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.survey-list__element-card-statistics-item-send-graph .survey-list__element-card-statistics-item-graph-line {
  background-color: #2d99ff;
}
.survey-list__element-card-statistics-item-open-graph .survey-list__element-card-statistics-item-graph-line {
  background-color: #8400ff;
}
.survey-list__element-card-statistics-item-process-graph .survey-list__element-card-statistics-item-graph-line {
  background-color: #4346d3;
}
.survey-list__element-card-statistics-item-filled-graph .survey-list__element-card-statistics-item-graph-line {
  background-color: #16ceb9;
}
.survey-list__element-card-statistics-item-target-graph .survey-list__element-card-statistics-item-graph-line {
  background-color: #caad46;
}
.survey-list__element-card-created-at {
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
}
.survey-list__element-card-dropdown {
  position: absolute;
  right: 13px;
  bottom: 10px;
}
.survey-list__element-card-dropdown-menu {
  left: 50% !important;
  transform: translate(-50%, 37px) !important;
}
.dropdown .survey-list__element-card-dropdown-menu {
  top: -15px !important;
}
.survey-list__element-card-dropdown-menu:before {
  left: calc(50% - (22px / 2));
  right: unset;
}
.survey-list__element-card-dropdown-menu .dropdown-item {
  cursor: pointer;
}
.survey-list__element-card-label {
  display: block;
  margin-top: 10px;
  text-decoration: none !important;
}
.survey-list__element-card-name {
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
  transition: color 150ms ease-in;
  word-wrap: break-word;
}
.survey-list__survey-card {
  width: 25%;
  position: relative;
}
.survey-list__survey-card .survey-list__element-card-section--checked--checked:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: #3f65f1;
  opacity: 0.5;
  pointer-events: none;
  z-index: 3;
}
.survey-list__survey-card.survey-list__survey-card--archived .survey-list__survey-card-checked .f-check-label:before {
  border-color: white;
}
.not-archived-card-checked .survey-list__survey-card.survey-list__survey-card--archived .survey-list__survey-card-checked {
  display: none;
}
.survey-list__survey-card.survey-list__survey-card--archived .survey-list__survey-card-section-archived-content-actions {
  opacity: 0;
  transition: opacity 150ms ease-in;
}
.survey-list__survey-card.survey-list__survey-card--archived:hover .survey-list__survey-card-section-archived-content-actions {
  opacity: 1;
}
.archived-card-checked .survey-list__survey-card:not(.survey-list__survey-card--archived) .survey-list__survey-card-checked {
  display: none;
}
.survey-list__survey-card:not(.survey-list__survey-card--archived) .survey-list__survey-card-section-archived-content {
  display: none;
}
.survey-list__survey-card:not(.survey-list__survey-card--archived):hover .survey-list__element-card-section-background:before {
  background-color: rgba(73, 110, 190, 0.75);
}
.survey-list__survey-card:not(.survey-list__survey-card--archived):hover .survey-list__element-card-name,
.survey-list__survey-card:not(.survey-list__survey-card--archived):hover .survey-list__survey-card-folder-name {
  color: #3f65f1;
}
.survey-list__survey-card.checked .survey-list__element-card-section {
  background: #496ebe;
}
.survey-list__survey-card.checked .survey-list__element-card-section-content {
  opacity: 0.9;
}
.survey-list__survey-card-section-background {
  border-radius: 9px;
  background-position: center center;
}
.survey-list__survey-card-checked {
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 0;
  z-index: 4;
}
.survey-list__survey-card-checked .f-check-input:not(:checked) + .f-check-label:before {
  background: transparent !important;
}
.survey-list__survey-card-owner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 12px;
  bottom: 9px;
}
.survey-list__survey-card-owner-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff no-repeat center;
  object-fit: cover;
}
.survey-list__survey-card-owner-name {
  max-width: 130px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
}
.survey-list__survey-card-folder-name {
  font-size: 12px;
  color: #73808d;
  transition: color 150ms ease-in;
}
.survey-list__survey-card-section-archived-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  border-radius: 5px;
}
.survey-list__survey-card-section-archived-content-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.survey-list__survey-card-section-archived-content-actions > *:not(:first-child) {
  margin-top: 15px;
}
.survey-list__folder-card {
  width: 25%;
  position: relative;
}
.survey-list__folder-card:hover .survey-list__element-card-section-background:before {
  background-color: rgba(73, 110, 190, 0.75);
}
.survey-list__folder-card:hover .folder-icon {
  color: white;
}
.survey-list__folder-card:hover .survey-list__element-card-name {
  color: #3f65f1;
}
.survey-list__folder-card-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 12px;
  bottom: 14px;
}
.survey-list__folder-card-counter-icon {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.survey-list__folder-card-counter-value {
  margin-left: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .survey-list__survey-card,
  .survey-list__folder-card {
    width: 33.3333%;
  }
}
.survey-list__survey-table-folder-icon {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.survey-list__survey-table-survey-icon {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.survey-list__survey-table-element-row {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 7px;
  padding-right: 7px;
  width: calc(100% + 14px);
  border-radius: 4px;
}
.survey-list__survey-table-element-row:hover {
  background: #F1F4FF;
}
.survey-list__survey-table-element-row:hover__survey-list__survey-table-cell {
  background: #F1F4FF;
}
.survey-list__survey-table-survey-row--archived {
  color: rgba(0, 0, 0, 0.5) !important;
}
.survey-list__survey-table-survey-row--archived .survey-list__survey-table-element-row-label {
  color: rgba(0, 0, 0, 0.5) !important;
}
.survey-list__survey-table-survey-row--archived:hover {
  background: none;
}
.not-archived-card-checked .survey-list__survey-table-survey-row--archived .survey-list__survey-table-checked-cell {
  visibility: hidden;
}
.archived-card-checked .survey-list__survey-table-survey-row:not(.survey-list__survey-table-survey-row--archived) .survey-list__survey-table-checked-cell {
  visibility: hidden;
}
.survey-list__survey-table-element-row.checked {
  background: #F1F4FF;
}
.survey-list__survey-table-element-row-label {
  text-decoration: none !important;
  color: #2E2F31 !important;
  font-size: 14px;
}
.survey-list__survey-table-survey-row-folder-name {
  margin-top: 2px;
  font-size: 12px;
  color: #73808D;
}
.survey-list__survey-table-menu-button:before {
  width: 18px !important;
  height: 4px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%224%22%20viewBox%3D%220%200%2018%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%202C4%203.10457%203.10457%204%202%204C0.89543%204%200%203.10457%200%202C0%200.89543%200.89543%200%202%200C3.10457%200%204%200.89543%204%202Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%202C11%203.10457%2010.1046%204%209%204C7.89543%204%207%203.10457%207%202C7%200.89543%207.89543%200%209%200C10.1046%200%2011%200.89543%2011%202Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M18%202C18%203.10457%2017.1046%204%2016%204C14.8954%204%2014%203.10457%2014%202C14%200.89543%2014.8954%200%2016%200C17.1046%200%2018%200.89543%2018%202Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.survey-list__empty {
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  line-height: 1.3;
}
.survey-list__empty--watcher {
  min-height: 396px !important;
}
.survey-list__empty .text {
  max-width: 500px;
  margin-left: 50px;
}
@media screen and (max-width: 825px) {
  .survey-list__empty .text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.survey-list__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.survey-list__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.survey-list__empty .text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.survey-list__empty .text ul li:last-child {
  margin-bottom: 0;
}
.survey-list__empty .text p,
.survey-list__empty .text .item {
  margin-bottom: 14px;
}
.survey-list__empty .text p.first-item,
.survey-list__empty .text .item.first-item {
  margin-bottom: 28px;
}
.survey-list__view-toggle {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 22px;
  padding-right: 22px;
}
.survey-list__view-toggle .survey-list__view-toggle-button:not(:first-child) {
  margin-left: 22px;
}
.survey-list__view-toggle-button {
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
}
.survey-list__view-toggle-cards-button {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H7V7H1V1Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%201H17V7H11V1Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%2011H17V17H11V11Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2011H7V17H1V11Z%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-list__view-toggle-cards-button.survey-list__view-toggle-button--active,
.survey-list__view-toggle-cards-button:hover {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H7V7H1V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%201H17V7H11V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%2011H17V17H11V11Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2011H7V17H1V11Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-list__view-toggle-table-button {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%23cfd8dc%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-list__view-toggle-table-button.survey-list__view-toggle-button--active,
.survey-list__view-toggle-table-button:hover {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-list__card {
  margin-top: 20px;
  min-height: 600px;
}
.survey-list__card-first-row {
  display: -ms-flexbox;
  display: flex;
  height: 61px;
}
.survey-list__summary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-right: 1px solid #f2f5f6;
}
.survey-list__summary-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.survey-list__summary-item:not(:first-child) {
  border-left: 1px solid #f2f5f6;
}
.survey-list__summary-send-item .survey-list__summary-item-value {
  color: #3a5cdc;
}
.survey-list__summary-open-item .survey-list__summary-item-value {
  color: #8400ff;
}
.survey-list__summary-process-item .survey-list__summary-item-value {
  color: #2d99ff;
}
.survey-list__summary-filled-item .survey-list__summary-item-value {
  color: #16ceb9;
}
.survey-list__summary-target-item .survey-list__summary-item-value {
  color: #caad46;
}
.survey-list__summary-item-value {
  font-weight: bold;
  font-size: 19px;
}
.survey-list__summary-item-label {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #73808d;
}
.survey-list__search {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.survey-list__search--active {
  padding-left: 19px;
  padding-right: 19px;
  border: 1px solid #3f65f1;
  border-bottom: none;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  overflow: hidden;
}
.survey-list__search--active .survey-list__search-clear-button {
  right: 12px;
}
.survey-list__search--empty .survey-list__search-clear-button {
  display: none;
}
.survey-list__search--empty .survey-list__search-input {
  padding-right: 0;
}
.survey-list__search-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 17px;
}
.survey-list__search-input {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px;
  height: 100%;
  background-color: #fff;
  background-clip: padding-box;
  font-size: 16px;
  color: #2e2f31;
  font-weight: 400;
  border: none;
  transition: border-color 0.15s ease-in-out;
}
.survey-list__search-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.survey-list__search-menu {
  padding-bottom: 15px;
  border-top: none !important;
  border-color: #3a5cdc !important;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: 2px 6px 6px rgba(46, 47, 49, 0.15);
}
.survey-list__search-menu .survey-list__search-menu-item:not(:first-child) {
  margin-top: 2px;
}
.survey-list__search-menu .ui-menu-item-wrapper {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.survey-list__search-menu-item {
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 8px;
}
.survey-list__search-menu-item--focus {
  background: #f1f5f6;
}
.survey-list__search-menu-item-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px !important;
}
.survey-list__search-menu-item-folder-icon {
  width: 16px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-left: 2px !important;
}
.survey-list__search-menu-item-survey-icon {
  width: 18px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.survey-list__search-menu-item-name {
  font-size: 14px;
  color: #3f65f1;
}
.survey-list__search-menu-item-sub-name {
  font-size: 12px;
  color: #73808d;
}
.survey-list__search-menu-no-data-placeholder {
  padding: 5px 54.3px 5px 54.3px;
  font-size: 12px;
  color: #2e2f31;
  cursor: text !important;
}
@media screen and (max-width: 767px) {
  .survey-list__search-menu-no-data-placeholder {
    padding: 5px 15px;
  }
}
.survey-list__search-menu-loading-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  height: unset !important;
  padding-bottom: 10px;
  font-size: 14px !important;
  color: #3f65f1;
  border: none !important;
}
.survey-list__card-second-row {
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.survey-list__card-second-row_no-border {
  border-bottom-color: transparent;
}
.survey-list__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-list__filters .survey-list__filter:not(:first-child) {
  margin-left: 36px;
}
.survey-list__filters-checkbox .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.survey-list__author-filter-control-avatar {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
}
.survey-list__add-folder-button {
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 0 18px;
  -ms-flex-align: center;
      align-items: center;
  border: 0;
  border-radius: 4px;
  background-color: #3f65f1;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.survey-list__add-folder-button:hover {
  background-color: #3553c1;
  color: #fff;
}
.survey-list__add-folder-button:hover:after {
  background-color: #3553c1;
}
.survey-list__add-folder-button[disabled] {
  opacity: 0.5;
}
.survey-list__survey-status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.survey-list__survey-play-status {
  background-color: #4cd964;
}
.survey-list__survey-stop-status {
  background-color: #f96261;
}
.survey-list__favour {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23FFCC00%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.survey-list__favour--active {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23FFCC00%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-list__menu-button {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  transition: none;
}
.survey-list__menu-button:before {
  width: 18px;
  height: 4px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%224%22%20viewBox%3D%220%200%2018%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%202C4%203.10457%203.10457%204%202%204C0.89543%204%200%203.10457%200%202C0%200.89543%200.89543%200%202%200C3.10457%200%204%200.89543%204%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%202C11%203.10457%2010.1046%204%209%204C7.89543%204%207%203.10457%207%202C7%200.89543%207.89543%200%209%200C10.1046%200%2011%200.89543%2011%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M18%202C18%203.10457%2017.1046%204%2016%204C14.8954%204%2014%203.10457%2014%202C14%200.89543%2014.8954%200%2016%200C17.1046%200%2018%200.89543%2018%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.survey-list__survey-cards {
  margin-top: 15px;
}
.survey-list__survey-cards .survey-list__survey-cards-category {
  margin-bottom: 30px;
}
.survey-list__survey-cards .survey-list__survey-cards-category:not(:first-child) {
  margin-top: 30px;
}
.survey-list__survey-cards .survey-list__survey-cards-category:last-child {
  margin-bottom: 30px;
}
.survey-list__survey-cards-category--open .survey-list__survey-cards-category-arrow {
  transform: rotate(180deg);
}
.survey-list__survey-cards-category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-list__survey-cards-category-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.survey-list__survey-cards-category-counter {
  font-size: 19px;
  color: #2e2f31;
}
.survey-list__survey-cards-category-name {
  margin-left: 9px;
  font-weight: bold;
  font-size: 19px;
  color: #2e2f31;
  word-break: break-word;
}
.survey-list__survey-cards-category-arrow {
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 14px;
  transition: transform 0.3s ease;
}
.survey-list__survey-cards-category-content {
  margin-top: 26px;
}
.survey-list__survey-cards-category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -21px;
}
.survey-list__survey-cards-category-list > * {
  padding-left: 21px;
  margin-top: 20px;
}
.survey-list__survey-cards-category-show-more-button {
  width: 100%;
  margin-top: 18px;
  background: #eceff1;
  color: #73808d;
  border-radius: 6px;
}
.survey-list__survey-table {
  margin-top: 5px;
  font-size: 12px;
  color: #2e2f31;
  width: calc(100% - 15px);
  margin-left: 7px;
  min-width: 1290px;
}
.survey-list__survey-single-category-table {
  margin-top: 36px;
}
.survey-list__survey-table-head {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e7ebed;
}
.survey-list__survey-table-head-cell {
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  font-weight: bold;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-list__survey-table-category {
  margin-top: 22px;
}
.survey-list__survey-table-category--open .survey-list__survey-table-category-arrow {
  transform: rotate(180deg);
}
.survey-list__survey-table-category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7ebed;
}
.survey-list__survey-table-category-header .survey-list__survey-table-category-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.survey-list__survey-table-category-header .survey-list__survey-table-category-header-wrapper .show-more {
  position: sticky;
  right: 10px;
  text-align: right;
  pointer-events: none;
  z-index: 10;
}
.survey-list__survey-table-category-header .survey-list__survey-table-category-header-wrapper .show-more a {
  pointer-events: all;
}
.survey-list__survey-table-category-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  position: sticky;
  left: 8px;
  z-index: 10;
}
.survey-list__survey-table-category-counter {
  font-size: 19px;
  color: #2e2f31;
}
.survey-list__survey-table-category-name {
  margin-left: 9px;
  font-weight: bold;
  font-size: 19px;
  color: #2e2f31;
}
.survey-list__survey-table-category-arrow {
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%232e2f31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 14px;
  transition: transform 0.3s ease;
}
.survey-list__survey-table-row {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 60px;
  min-width: 100%;
  color: #2e2f31;
}
.survey-list__survey-table-head-cell {
  padding-top: 0;
}
.survey-list__survey-table-cell {
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #e7ebed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-list__survey-table-checked-head-cell,
.survey-list__survey-table-checked-cell {
  width: 35px;
  padding: 0px;
  padding-left: 6px;
}
.survey-list__survey-table-icon-head-cell,
.survey-list__survey-table-icon-cell {
  width: 35px;
  padding-right: 5px;
}
.survey-list__survey-table-icon-cell {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.survey-list__survey-table-name-head-cell,
.survey-list__survey-table-name-cell {
  min-width: 250px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.survey-list__survey-table-owner-name-head-cell,
.survey-list__survey-table-owner-name-cell {
  max-width: 180px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.survey-list__survey-table-created-at-head-cell,
.survey-list__survey-table-created-at-cell {
  width: 110px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-send-head-cell,
.survey-list__survey-table-send-cell {
  width: 95px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-open-head-cell,
.survey-list__survey-table-open-cell {
  width: 80px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-process-head-cell,
.survey-list__survey-table-process-cell {
  width: 95px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-filled-head-cell,
.survey-list__survey-table-filled-cell {
  width: 95px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-target-head-cell,
.survey-list__survey-table-target-cell {
  width: 140px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-status-head-cell,
.survey-list__survey-table-status-cell {
  width: 65px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-favour-head-cell,
.survey-list__survey-table-favour-cell {
  width: 40px;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-list__survey-table-actions-head-cell,
.survey-list__survey-table-actions-cell {
  width: 50px;
  -ms-flex-pack: center;
      justify-content: center;
}
.user--filial-employee .survey-list__survey-table-actions-head-cell,
.user--filial-employee .survey-list__survey-table-actions-cell {
  display: none;
}
.survey-list__breadcrumbs {
  margin-bottom: 20px;
}
.survey-list__card-footer {
  display: -ms-flexbox;
  display: flex;
  padding: 21px 22px;
  margin: 35px -20px -35px;
  background: #fbfbfb;
  mix-blend-mode: normal;
  border-radius: 0 0 7px 7px;
}
.survey-list__back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2e2f31;
}
.survey-list__back-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  margin-right: 10px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.survey-list__back-button:hover:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.user--filial-employee .survey-list__element-card-dropdown,
.user--filial-employee .survey-list__survey-card-checked,
.user--filial-employee .survey-list__element-card-favour,
.user--filial-employee .survey-list__survey-table-actions-head-cell,
.user--filial-employee .survey-list__survey-table-actions-cell,
.user--filial-employee .survey-list__survey-table-checked-cell,
.user--filial-employee .survey-list__survey-table-checked-head-cell,
.user--filial-employee .survey-list__survey-table-favour-head-cell,
.user--filial-employee .survey-list__survey-table-favour-cell {
  display: none !important;
}
.user--filial-employee .survey-list__element-card-created-at {
  left: 10px;
}
.user--filial-employee .survey-list__survey-card-status {
  left: 80px;
}
.user--filial-employee .survey-list__survey-card-type {
  left: 105px;
}
.survey-question__delete-modal-dialog {
  width: 460px !important;
}
.survey-question__delete-modal-dialog--initializing {
  visibility: hidden;
}
.survey-question__delete-modal-dialog {
  width: 460px !important;
}
.survey-question__delete-modal-dialog--initializing {
  visibility: hidden;
}
.modal-dialog-edit .modal-header {
  padding-top: 24px !important;
}
.modal-dialog-edit .modal-body {
  font-size: 14px;
  line-height: 1.3;
  color: #2e2f31;
}
.modal-dialog-edit b {
  font-weight: bold;
}
.survey-question__change-modal-dialog {
  width: 520px !important;
  max-width: 520px !important;
}
.survey-question__change-modal-dialog--initializing {
  visibility: hidden;
}
.modal-dialog-change .modal-body {
  font-size: 14px;
  line-height: 1.3;
  color: #2e2f31;
}
.modal-dialog-change b {
  font-weight: bold;
}
.modal .modal-dialog-change .modal-content .modal-actions > *:not(:first-child) {
  margin-left: 20px;
}
.survey-question__variants-control .survey-question__variants-control-add-button {
  width: 100%;
}
.survey-question__variants-control .survey-question__variants-control-add-button:not(:first-child),
.survey-question__variants-control .survey-question__variants-control-list-item:not(:first-child) {
  margin-top: 15px;
}
.survey-question__variants-control-list-item {
  display: -ms-flexbox;
  display: flex;
}
.survey-question__variants-control-list-item .form-group {
  width: 100%;
  margin-bottom: 0;
}
.survey-question__variants-control-list-item .survey-question__variants-control-list-item-remove-button {
  margin-top: 6px;
  margin-left: 15px;
}
.survey-question__variants-control-list-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.survey-question__variants-control-list-item-remove-button:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  margin-left: 1.5px;
  transform: rotate(45deg);
}
.survey-question__variants-control-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  border: none;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3F65F1;
  background-color: #F5F6FA;
}
.survey-question__variants-control-add-button .survey-question__variants-control-add-button-icon {
  position: absolute;
  left: 0;
}
.survey-question__variants-control-add-button[disabled] {
  opacity: 0.7;
}
.survey-question__variants-control-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.survey-question__variants-control-add-button-icon:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.title-quest {
  margin-bottom: 22px;
}
.title-quest .title-h-super {
  font-weight: 900;
  font-size: 22px;
  color: #73808D;
}
.title-quest .title-h {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.title-quest .title-h h1 {
  padding-bottom: 0;
}
.title-quest .title-form {
  display: none;
  padding-top: 1px;
}
.title-quest .title-input {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #2e2f31;
  padding: 0 0 0 0;
  border: none;
  background: none;
  /*transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);*/
  min-width: 20px;
  border-bottom: solid 1px #a6b1bc;
}
.title-quest .title-text-hide {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  min-width: 20px;
  display: none;
}
.title-quest .title-edit__edit:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.title-quest .title-edit__link {
  margin-left: 10px;
}
.title-quest .title-edit__link:before {
  content: '';
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
}
.title-quest .title-edit__cancel {
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2027.965%2027.965%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23a6b1bc%22%20d%3D%22M13.98,0C6.259,0,0,6.261,0,13.983c0,7.721,6.259,13.982,13.98,13.982c7.725,0,13.985-6.262,13.985-13.982%0A%09%09%09C27.965,6.261,21.705,0,13.98,0z%20M19.992,17.769l-2.227,2.224c0,0-3.523-3.78-3.786-3.78c-0.259,0-3.783,3.78-3.783,3.78%0A%09%09%09l-2.228-2.224c0,0,3.784-3.472,3.784-3.781c0-0.314-3.784-3.787-3.784-3.787l2.228-2.229c0,0,3.553,3.782,3.783,3.782%0A%09%09%09c0.232,0,3.786-3.782,3.786-3.782l2.227,2.229c0,0-3.785,3.523-3.785,3.787C16.207,14.239,19.992,17.769,19.992,17.769z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  margin: 0 0 0 7px;
  transition: all 0.3s ease;
}
.title-quest .title-edit__cancel:hover {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2027.965%2027.965%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%232e2f31%22%20d%3D%22M13.98,0C6.259,0,0,6.261,0,13.983c0,7.721,6.259,13.982,13.98,13.982c7.725,0,13.985-6.262,13.985-13.982%0A%09%09%09C27.965,6.261,21.705,0,13.98,0z%20M19.992,17.769l-2.227,2.224c0,0-3.523-3.78-3.786-3.78c-0.259,0-3.783,3.78-3.783,3.78%0A%09%09%09l-2.228-2.224c0,0,3.784-3.472,3.784-3.781c0-0.314-3.784-3.787-3.784-3.787l2.228-2.229c0,0,3.553,3.782,3.783,3.782%0A%09%09%09c0.232,0,3.786-3.782,3.786-3.782l2.227,2.229c0,0-3.785,3.523-3.785,3.787C16.207,14.239,19.992,17.769,19.992,17.769z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}
.title-quest .title-edit__ok {
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ABEFB7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M0%2012C0%205.373%205.373%200%2012%200s12%205.373%2012%2012-5.373%2012-12%2012S0%2018.627%200%2012z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2337A74A%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2012.059l3.49%203.441L15.923%209%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  margin: 0 0 0 7px;
  transition: all 0.3s ease;
}
.title-quest .title-edit__ok:hover {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2337A74A%22%20fill-rule%3D%22nonzero%22%20d%3D%22M0%2012C0%205.373%205.373%200%2012%200s12%205.373%2012%2012-5.373%2012-12%2012S0%2018.627%200%2012z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2012.059l3.49%203.441L15.923%209%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}
.title-quest.editing .title-h {
  display: none;
}
.title-quest.editing .title-form {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.survey-question__content .page-header {
  margin-bottom: 21px;
}
.quest .survey-question__variants-type-selector {
  margin-bottom: 25px;
  width: 100%;
}
.quest .form-group_small {
  margin-bottom: 15px;
}
.quest .survey-question__card-footer {
  padding: 20px;
  position: relative;
  border-radius: 0 0 9px 9px;
  background-color: #FBFBFB;
  margin: 63px -20px -20px;
}
.quest__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.quest__number-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
}
.quest__number-menu:not(.quest__number-menu--over) .quest__number-menu-item:not(.quest__number-menu-item--active):hover {
  background: #C6CFD3;
  color: #3F65F1 !important;
}
.quest__number-menu-item {
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background: #ECEFF1;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #3F65F1 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.quest__number-menu-item:not(:first-child) {
  margin-left: 17px;
}
.quest__number-menu-item.quest__number-menu-item--original:first-child + .quest__number-menu-item {
  margin-left: 0 !important;
}
.quest__number-menu-item--active {
  background: #3F65F1;
  color: #FFF !important;
}
.quest__number-menu-item--mirror {
  box-shadow: 0 8px 10px rgba(63, 101, 241, 0.3);
  opacity: 1 !important;
  cursor: grabbing !important;
  z-index: 100;
}
.quest__number-menu-item--dragging {
  text-indent: -9999px;
  background: transparent;
  border: 2px dotted #9BB0FB;
}
.quest__number-add-button {
  margin-left: 17px;
  background-color: #3f65f1;
  color: #fff;
}
.quest__number-add-button:hover {
  color: #fff;
}
.quest__number-add-button-icon {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.quest__number-menu-body--dragging {
  cursor: grabbing !important;
}
.quest__number-menu-body--dragging * {
  cursor: grabbing !important;
}
.quest__contact-point-menu {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.quest__contact-point-menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quest__contact-point-menu-list:not(.quest__contact-point-menu--over) .quest__contact-point-menu-item:not(.quest__contact-point-menu-item--active):hover {
  background-color: #C6CFD3;
  color: #3F65F1 !important;
}
.quest__contact-point-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 13px;
  border-radius: 60px;
  background-color: #D9E0FC;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #3F65F1 !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  margin-bottom: 5px;
  margin-right: 7px;
}
.quest__contact-point-menu-item.quest__contact-point-menu-item--original:last-child {
  margin-right: 0;
}
.quest__contact-point-menu-item--active {
  background-color: #3F65F1;
  color: #FFF !important;
}
.quest__contact-point-menu-item--system {
  padding-left: 6px;
}
.quest__contact-point-menu-item--system:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.74143%202.69012L5.34319%202.34157L4.27111%200.168136C4.24183%200.108628%204.19365%200.0604555%204.13415%200.0311741C3.98491%20-0.0425018%203.80355%200.0188948%203.72893%200.168136L2.65685%202.34157L0.258607%202.69012C0.192487%202.69956%200.132035%202.73073%200.0857515%202.77796C0.0297973%202.83547%20-0.0010361%202.91285%202.65856e-05%202.99308C0.00108927%203.07331%200.033961%203.14984%200.0914189%203.20585L1.82658%204.89756L1.41664%207.28636C1.40703%207.34193%201.41318%207.39908%201.43439%207.45133C1.4556%207.50358%201.49104%207.54884%201.53666%207.58198C1.58229%207.61512%201.6363%207.63482%201.69255%207.63883C1.7488%207.64284%201.80505%207.63101%201.85492%207.60468L4.00002%206.47687L6.14512%207.60468C6.20368%207.63585%206.27169%207.64624%206.33687%207.6349C6.50122%207.60657%206.61173%207.45071%206.5834%207.28636L6.17346%204.89756L7.90862%203.20585C7.95585%203.15957%207.98702%203.09911%207.99646%203.03299C8.02197%202.8677%207.90673%202.71468%207.74143%202.69012Z%22%20fill%3D%22%239BB0FB%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  margin-right: 4px;
}
.quest__contact-point-menu-item--mirror {
  box-shadow: 0 8px 10px rgba(63, 101, 241, 0.3);
  opacity: 1 !important;
  cursor: grabbing !important;
  z-index: 100;
}
.quest__contact-point-menu-item--dragging {
  padding: 3px 10px;
  color: transparent !important;
  background-color: transparent;
  border: 2px dotted #9BB0FB;
}
.quest__contact-point-menu-item--dragging:before {
  display: none;
}
.quest__contact-point-menu-body--dragging {
  cursor: grabbing !important;
}
.quest__contact-point-menu-body--dragging * {
  cursor: grabbing !important;
}
.quest__contact-point-menu-add-button {
  margin-left: 17px;
  background-color: #3f65f1;
  color: #fff;
}
.quest__contact-point-menu-add-button:hover {
  color: #fff;
}
.quest__contact-point-menu-add-button-icon {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.quest__save-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #ABEFB7;
  color: #37A74A;
}
.quest__menu-type {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cfd8dc;
  height: 65px;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.quest__menu-type li {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  border-right: 1px solid #cfd8dc;
}
.quest__menu-type li:last-child {
  border-right: 0;
}
.quest__menu-type a {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  color: #a6b1bc;
}
.quest__menu-type a:hover,
.quest__menu-type a:focus {
  text-decoration: none;
}
.quest__menu-type a:hover {
  color: #2e2f31;
}
.quest__menu-type a:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
  margin-right: 12px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.quest__menu-type a.quest__menu-type--text:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type a.quest__menu-type--text:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type a.quest__menu-type--img:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type a.quest__menu-type--img:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type a.quest__menu-type--video:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type a.quest__menu-type--video:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type .active a {
  color: #2e2f31;
}
.quest__menu-type .active a.quest__menu-type--text:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type .active a.quest__menu-type--img:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type .active a.quest__menu-type--video:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.quest__menu-type--readonly {
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-pack: start;
      justify-content: start;
}
.quest__menu-type--readonly li {
  -ms-flex: 0;
      flex: 0;
}
.quest__content {
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.quest__form .form-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: rgba(242, 242, 242, 0.28);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding: 20px;
  margin-top: 62px;
  position: relative;
  overflow: hidden;
}
.quest__form .form-btns .btn {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.quest__form .form-btns .btn:before {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 2px;
  left: 0;
  margin-right: 11px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.quest__form .form-btns .btn.btn-save:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%2373808D%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.99%2010.021v4.168h1.667V8.355H3.324v5.834H4.99V10.02z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.335%200h-3.33v3.367H8.347V0h-5.15c-.46%200-1.087.27-1.406.609L.57%201.906C.257%202.242%200%202.888%200%203.348v9.988C0%2014.255.744%2015%201.663%2015h11.675c.917%200%201.662-.744%201.662-1.662V1.662C15%20.744%2014.257%200%2013.335%200zm-.002%2013.333H1.667V3.348c0-.035.094-.273.12-.3L3.006%201.75c.003-.002.189-.083.192-.083H6.68v3.367h4.991V1.667h1.662v11.666z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}
.quest__form .form-btns .btn.btn-delete:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
  width: 14.4px;
  height: 17px;
  top: 0;
}
.quest__form-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
  margin-left: -21px;
  margin-bottom: 30px;
}
.quest__form-options > * {
  margin-top: 18px;
  margin-left: 21px;
}
.quest__form-options .input-group {
  width: 236px;
}
.quest__form-options .input-group-text {
  background-color: #f1f5f6;
  border-color: #cfd8dc;
  font-size: 18px;
  font-weight: bold;
  min-width: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  color: #a6b1bc;
}
.quest__form-options .btn-add-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  border: none;
  width: 236px;
  padding: 0 59px 0 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3f65f1;
  background-color: #e9f0ff;
}
.quest__form-options .btn-add-option .btn-add-option-icon {
  margin-right: 16px;
}
.quest__form-options .btn-add-option[disabled] {
  opacity: 0.7;
}
.quest__form-options .btn-add-option-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quest__form-options .btn-add-option-icon:before {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.16943%201C4.16943%200.447716%204.61715%200%205.16943%200C5.72172%200%206.16943%200.447715%206.16943%201V9C6.16943%209.55228%205.72172%2010%205.16943%2010C4.61715%2010%204.16943%209.55228%204.16943%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M1.16943%206C0.617149%206%200.169434%205.55228%200.169434%205C0.169434%204.44772%200.617149%204%201.16943%204H9.16943C9.72172%204%2010.1694%204.44772%2010.1694%205C10.1694%205.55228%209.72172%206%209.16943%206H1.16943Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.quest__form-stars {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 0 0;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  -ms-flex-align: center;
  align-items: center;
}
.quest__form-stars li {
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  margin-right: 10px;
}
.quest__form-stars li:last-child {
  margin-right: 0;
}
.quest__form-stars li.active {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23F8CD1C%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.quest__checkbox-list-form-control {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.quest__checkbox-list-form-control .form-check:not(:first-child) {
  margin-left: 23px;
}
.quest__rating-type-form-control {
  display: -ms-flexbox;
  display: flex;
}
.quest__rating-type-form-control .btn-group {
  max-width: 290px;
}
.quest__rating-type-form-control .quest__form-stars {
  width: unset;
  margin-top: 0;
  margin-left: 27px;
}
.quest__rating-type-form-control {
  display: -ms-flexbox;
  display: flex;
}
.quest__rating-type-form-control .btn-group {
  max-width: 290px;
}
.quest__rating-type-form-control .quest__form-stars {
  width: unset;
  margin-top: 0;
  margin-left: 27px;
}
.quest__min-sum-form-control {
  max-width: 290px;
}
.quest__comment-checkbox {
  margin-top: 32px;
}
.quest__like-all-checkbox {
  margin-top: 30px;
}
.quest .video-upload-actions {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
}
.quest .video-upload-actions .btn {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.quest .video-upload-actions .btn:not(:first-child) {
  margin-left: 8px;
}
.quest .video-upload-actions .btn:before {
  content: "";
  display: block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  margin-right: 11px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.quest .video-upload-actions .btn.btn-upload-link:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.5%201C18.985%201%2021%203.015%2021%205.5C21%207.985%2018.985%2010%2016.5%2010%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.5%2010H16%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.5%201H14%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10%205C10%202.791%2011.791%201%2014%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.5%2010C5.015%2010%203%207.985%203%205.5C3%203.015%205.015%201%207.5%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.5%201H8%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.5%2010H10%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14%206C14%208.209%2012.209%2010%2010%2010%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 21px;
  height: 19px;
}
.quest .video-upload-actions .btn.btn-upload-disk input {
  display: none;
}
.quest .video-upload-actions .btn.btn-upload-disk:before {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%20%20%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M14.125%209.75H3.625C2.17513%209.75%201%2010.9251%201%2012.375C1%2013.8249%202.17513%2015%203.625%2015H14.125C15.5749%2015%2016.75%2013.8249%2016.75%2012.375C16.75%2010.9251%2015.5749%209.75%2014.125%209.75Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M5.37511%201H3.49561%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M14.1251%201H12.2456%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8%2012.375H14.1827%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M3.4955%201C2.58113%201%201.82075%201.70438%201.75075%202.61613L1%2012.375%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.81738%2012.375H14.1829%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M16.7499%2012.375L15.9991%202.61613C15.9291%201.70438%2015.1688%201%2014.2544%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M8.875%201V6.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M7.125%204.5L8.875%206.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M10.625%204.5L8.875%206.25%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%20%20%3C/svg%3E%0A%09");
  width: 17px;
  height: 19px;
}
.quest .video-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
.quest .video-list > * {
  margin-bottom: 9px;
}
.quest .video-list:not(.video-list--multiple) .video__letter-input {
  display: none;
}
.quest .video-list__item {
  width: 94px;
  height: 94px;
  position: relative;
  margin-right: 9px;
  border-radius: 8px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center center;
}
.quest .video-list__item:after {
  content: " ";
  background-color: rgba(46, 47, 49, 0.43);
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
}
.quest .video-list__item:hover .video-list__delete-button {
  animation: fadeInFromNone 0.1s ease-in;
  animation-iteration-count: 1;
  opacity: 1;
}
.quest .video-list__item .video-list__letter {
  visibility: visible;
}
.quest .video-list__item-load {
  background-color: #ECEFF1;
}
.quest .video-list__item-load:after {
  content: "\f110";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  color: #3F65F1;
  font-size: 20px;
  top: 36px;
  left: 36px;
  animation: fa-spin 1s infinite steps(8);
}
.quest .video-list__delete-button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.66);
  border: none;
  z-index: 3;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  font-size: 11px;
  opacity: 0;
  background-color: #000;
  animation: fadeOutToNone 0.1s ease-out;
  animation-iteration-count: 1;
}
.quest .video-list__delete-button > i {
  cursor: pointer;
  color: #fff;
}
.quest .video-list .video__letter-input {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: none;
  width: 94px;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
}
.quest .file {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
.quest .file > * {
  margin-bottom: 9px;
}
.quest .file__img {
  width: 94px;
  height: 94px;
  position: relative;
  margin-right: 9px;
  border-radius: 8px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center center;
}
.quest .file__img:after {
  content: " ";
  background-color: rgba(46, 47, 49, 0.43);
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
}
.quest .file__img .file__input-text {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: none;
  width: 94px;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
}
.quest .file__img .file__delete {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.66);
  border: none;
  z-index: 2;
  border-radius: 50%;
  margin: auto;
}
.quest .file__img .file__delete > i {
  color: #fff;
}
.quest .file__upload {
  width: 94px;
  height: 94px;
  border: dashed 1px #cfd8dc;
  font-size: 11px;
  color: #73808d;
  border-radius: 8px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.quest .file__upload > input[type="file"] {
  display: none;
}
.quest .file__upload .btn-add-file {
  width: 32px;
  height: 32px;
  background-color: #cfd8dc;
  margin: 14px auto 9px;
}
.quest .file__upload .file__bigger-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
.quest .file__youtube {
  width: 94px;
  height: 94px;
  border: dashed 1px #cfd8dc;
  font-size: 12px;
  font-weight: 500;
  color: #73808d;
  border-radius: 8px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 9px;
}
.quest .file__youtube .fa-youtube {
  font-size: 30px;
  color: #cfd8dc;
  margin-top: 8px;
  margin-bottom: 6px;
}
.preview {
  background: url(../../../less/assets/img/fqz_quest_bg_opt.jpg) center -27px no-repeat;
  background-size: 1524px 1016px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  overflow: hidden;
}
.preview__tabs {
  height: 54px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: none;
  overflow: hidden;
}
.preview__tabs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 108px;
  filter: blur(10px);
  z-index: 1;
  background: url(../../../less/assets/img/fqz_quest_bg_opt.jpg) center top no-repeat;
  background-size: 1524px 1016px;
  top: -27px;
}
.preview__tabs-tab {
  color: rgba(255, 255, 255, 0.4);
  background: none !important;
  border: none !important;
  border-radius: 0;
  border-right: 1px solid rgba(207, 216, 220, 0.1) !important;
  width: 33.33%;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 19px 0;
}
.preview__tabs-tab.active,
.preview__tabs-tab:hover {
  color: #ffffff !important;
}
.preview__tabs-tab.active .btn-question,
.preview__tabs-tab:hover .btn-question {
  opacity: 1;
}
.preview__tabs-tab .btn-question {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.preview__tab-pane {
  height: 100%;
  overflow: auto;
}
.preview__tab-pane--mobile {
  height: 935px;
}
.preview__tab-pane--mobile .preview__content-device {
  background: url(../../../less/assets/img/iphone.png) 0 40px no-repeat;
  width: 370px;
  height: 790px;
  position: absolute;
  top: 48px;
  background-size: 370px 750px;
  margin: 0 auto;
}
.preview__tab-pane--mobile .preview__content-page {
  position: absolute;
  width: 323px;
  height: 552px;
  background: #fff;
  overflow-y: auto;
}
.preview__tab-pane--tablet .preview__content {
  width: 768px;
  height: 1024px;
}
.preview__tab-pane--tablet .preview__content-page {
  width: 768px;
  height: 1024px;
}
.preview__tab-pane--desktop .preview__content {
  width: 1366px;
}
.preview__tab-pane--desktop .preview__content-page {
  width: 1366px;
  height: 768px;
}
.preview__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.animate-opacity {
  transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.survey {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Roboto', sans-serif;
  /** <Background> **/
  /** </Background> **/
}
.survey .survey__header {
  min-height: 45px;
  position: relative;
}
.survey__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
}
.survey__background-covering {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
}
.survey__chars-counter {
  position: relative;
}
.survey__chars-counter .survey__chars-counter-value {
  position: absolute;
  font-size: 11px!important;
}
.survey__chars-counter--type_textarea .survey__chars-counter-value {
  bottom: 10px;
  right: 10px;
}
.survey__chars-counter--type_input .survey__chars-counter-value {
  bottom: 18px;
  right: 10px;
}
.survey__chars-counter .form-control:focus + .survey__chars-counter-value {
  color: #73808d;
}
.survey__chars-counter-value {
  font-size: 11px;
  color: #cfd8dc;
}
.survey__images-form-control {
  padding: 0;
  height: auto;
  border: none !important;
}
.survey__images-form-control.form-control {
  box-shadow: none !important;
}
.survey__images-form-control-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.survey__images-form-control-content .survey__images-form-control-item,
.survey__images-form-control-content .survey__images-form-control-add-button {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-left: 20px;
}
.survey__images-form-control-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
}
.survey__images-form-control-item .survey__images-form-control-item-delete-button {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 3;
}
.survey__images-form-control-item-delete-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.66);
  border: none;
  border-radius: 50%;
  background-color: #000;
}
.survey__images-form-control-item-delete-button:before {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.43934%2011.753C-0.146446%2011.1673%20-0.146446%2010.2175%200.43934%209.63173L9.63173%200.43934C10.2175%20-0.146447%2011.1673%20-0.146447%2011.753%200.43934C12.3388%201.02513%2012.3388%201.97487%2011.753%202.56066L2.56066%2011.753C1.97487%2012.3388%201.02513%2012.3388%200.43934%2011.753Z%22%20fill%3D%22white%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.753%2011.753C12.3388%2011.1673%2012.3388%2010.2175%2011.753%209.63173L2.56066%200.43934C1.97487%20-0.146447%201.02513%20-0.146447%200.43934%200.43934C-0.146447%201.02513%20-0.146447%201.97487%200.43934%202.56066L9.63173%2011.753C10.2175%2012.3388%2011.1673%2012.3388%2011.753%2011.753Z%22%20fill%3D%22white%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey__images-form-control-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #eceff1;
  border-radius: 8px;
  color: #73808d;
  cursor: pointer;
  font-family: Roboto, sans-serif !important;
  font-size: 10px!important;
  transition: background-color 0.2s ease;
}
.survey__images-form-control-add-button:hover {
  background: #c6cfd3;
}
.survey__images-form-control-add-button .survey__images-form-control-add-button-label {
  margin-top: 6px;
}
.survey__images-form-control.is-invalid .survey__images-form-control-add-button {
  border: 1px solid #ea1d27;
}
.survey__images-form-control-add-button-label {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #73808d;
}
.survey__container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey__unsubscribe-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 21px;
  padding-left: 21px;
}
.survey__unsubscribe-content .survey__unsubscribe-unsubscribe-button {
  margin-top: 28px;
}
.survey__unsubscribe-content .survey__unsubscribe-stay-button {
  margin-top: 24px;
}
.survey__unsubscribe-text {
  font-size: 15px;
  line-height: 120%;
  text-align: center;
}
.survey__unsubscribe-text-email {
  font-weight: bold;
}
.survey__unsubscribe-unsubscribe-button {
  font-family: Roboto, sans-serif !important;
  width: 150px;
  color: #fff !important;
}
.survey__unsubscribe-stay-button {
  font-size: 13px;
  text-decoration-line: underline;
}
@media (min-width: 661px) {
  .survey__images-form-control-item .survey__images-form-control-item-delete-button {
    top: -9px;
    right: -9px;
  }
  .survey__images-form-control-item-delete-button {
    width: 20px;
    height: 20px;
  }
  .survey__images-form-control-item-delete-button:before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.78621%205.9072H1.46371C0.945466%205.9072%200.523193%205.48493%200.523193%204.96669C0.523193%204.44845%200.945466%204.02617%201.46371%204.02617H3.78621V1.58851C3.78621%200.955104%204.28525%200.456055%204.91866%200.456055C5.55207%200.456055%206.05112%200.955104%206.05112%201.58851V4.02617H8.37362C8.89186%204.02617%209.31413%204.44845%209.31413%204.96669C9.31413%205.48493%208.89186%205.9072%208.37362%205.9072H6.05112V8.34486C6.05112%208.97827%205.55207%209.47732%204.91866%209.47732C4.28525%209.47732%203.78621%208.97827%203.78621%208.34486V5.9072Z%22%20fill%3D%22white%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
  }
  .survey__unsubscribe-text {
    font-size: 19px;
    line-height: 22px;
  }
}
.survey__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey .survey-header {
  height: 100%;
  padding: 0 20px;
  max-width: 810px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .survey .survey-header {
    max-width: 546px;
  }
}
@media screen and (max-width: 767px) {
  .survey .survey-header {
    max-width: 180px;
    padding: 0;
  }
}
.survey .survey-header_center {
  position: relative;
  left: calc(50% + 7.5px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .survey .survey-header_center {
    left: calc(50% + 7.5px);
  }
}
.survey .survey-header_center-test {
  left: calc(50% + 105px);
}
@media screen and (max-width: 767px) {
  .survey .survey-header_center-test {
    left: calc(50% + 13px);
  }
}
@media screen and (max-width: 767px) {
  .survey .survey-header_small-mobile .img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .survey .survey-header_small-mobile .img img {
    height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .survey .survey-header_small-mobile .logo-text {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .survey .survey-header_small-mobile.survey-header_small-mobile-magrins .img {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
.survey__header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.survey__header-logo .img {
  height: 100%;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.survey__header-logo .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  object-position: left;
}
.survey-questions {
  /** <Paginator> **/
  /** </Paginator> **/
}
.survey-questions__modern-paginator {
  box-sizing: content-box;
  max-width: 100%;
  margin-top: 17px;
  opacity: 0;
  width: 100%;
  padding: 0 6px;
  font-size: 14px!important;
}
.survey-questions__modern-paginator.showed {
  opacity: 1;
}
.survey-questions__modern-paginator--compact .survey-questions__modern-paginator-anchor {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: 0;
}
.survey-questions__modern-paginator--compact .survey-questions__modern-paginator-anchor.active-anchor {
  margin-right: 5px;
}
.survey-questions__modern-paginator--compact .survey-questions__modern-paginator-anchor-text {
  display: none;
}
.survey-questions__modern-paginator--compact .swiper-slide {
  width: 32px;
}
.survey-questions__modern-paginator--compact .swiper-slide.active-tab {
  width: auto;
}
.survey-questions__modern-paginator--compact .swiper-slide:not(:first-child) {
  margin-left: 3px;
}
.survey-questions__modern-paginator .nav-tabs {
  border: none;
}
.survey-questions__modern-paginator .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.survey-questions__modern-paginator .swiper-slide {
  width: auto;
}
.survey-questions__modern-paginator-anchor {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  transition: none;
  margin-right: 14px;
}
.survey-questions__modern-paginator-anchor.active-anchor {
  width: auto;
  background: none;
}
.survey-questions__modern-paginator-anchor.active-anchor .survey-questions__modern-paginator-anchor-num-wrapper {
  padding: 5px;
  border-width: 3px;
  border-style: solid;
}
.survey-questions__modern-paginator-anchor.active-anchor .survey-questions__modern-paginator-anchor-text {
  display: inline;
  opacity: 1;
}
.survey-questions__modern-paginator-anchor:hover,
.survey-questions__modern-paginator-anchor:focus,
.survey-questions__modern-paginator-anchor:active {
  text-decoration: none;
}
.survey-questions__modern-paginator-anchor-num-wrapper {
  padding: 8px;
  border-radius: 50%;
  margin-left: -3px;
  margin-right: -3px;
}
.survey-questions__modern-paginator-anchor-num {
  display: block;
  text-align: center;
  line-height: 22px;
  width: 22px;
  height: 22px;
  background-color: #cfd8dc;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
.survey-questions__modern-paginator-anchor-text {
  mix-blend-mode: normal;
  opacity: 0.6;
  font-weight: 500;
  margin-left: 3px;
  font-size: 15px;
}
.active-anchor .survey-questions__modern-paginator-anchor-text {
  margin-left: 11px;
}
@media (min-width: 768px) {
  .survey-questions__modern-paginator {
    margin-top: 32px;
  }
  .survey-questions__modern-paginator-anchor-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .survey-questions__modern-paginator-anchor-text {
    display: none;
  }
  .survey-questions__modern-paginator {
    padding-bottom: 10px;
  }
}
.no-animate .survey-questions__modern-paginator .swiper-wrapper {
  transform: translate3d(0, 0px, 0px);
}
.survey-start__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 52px;
}
.survey-start__title {
  text-align: center;
  line-height: 1.2;
}
.survey-start__title strong {
  font-weight: 700;
}
.survey-start__title em {
  font-style: italic;
}
.survey-start__text {
  margin-top: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
.survey-start__text strong {
  font-weight: 900;
}
.survey-start__text em {
  font-style: italic;
}
.survey-start__start-button {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  height: 40px;
  color: #FFF !important;
}
.survey-start__complaint-message {
  margin-top: 28px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.survey-start__additional-actions {
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.survey-start__content .share {
  margin-top: 50px;
}
.survey-start__complain-button {
  font-size: 13px;
  text-decoration-line: underline;
}
.survey-start__unsubscribe-button {
  font-size: 13px;
  text-decoration-line: underline;
}
.survey-start__unsubscribe-button:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 661px) {
  .survey-start__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .survey-start__start-button {
    margin-top: 40px;
  }
  .survey-start__complaint-message {
    margin-top: 34px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
  }
  .survey-start__additional-actions {
    margin-top: 54px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .survey-start__additional-actions a {
    text-decoration: underline;
  }
  .survey-start__unsubscribe-button {
    margin-top: 0px !important;
  }
  .survey-start__unsubscribe-button:not(:first-child) {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .survey-start__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 700px;
  }
  .survey-start__start-button {
    margin-top: 50px;
  }
  .survey-start__additional-actions {
    margin-top: 64px;
  }
}
@media (max-width: 769px) {
  .survey-start__end-button {
    margin-top: 30px;
  }
}
.survey-end__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 52px;
}
.survey-end__content .share {
  margin-top: 50px;
}
.survey-end__title {
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.survey-end__title strong {
  font-weight: 700;
}
.survey-end__title em {
  font-style: italic;
}
.survey-end__text {
  margin-top: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
.survey-end__text strong {
  font-weight: 900;
}
.survey-end__text em {
  font-style: italic;
}
.survey-end__promo-code {
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  margin-top: 28px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
}
.survey-end__promo-code-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.survey-end__promo-code-copy-button {
  margin-left: 13px;
  color: #FFF !important;
  font-family: Roboto, sans-serif !important;
}
.survey-end__complaint-message {
  margin-top: 28px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.survey-end__additional-actions {
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.survey-end__complain-button {
  font-size: 13px;
  text-decoration-line: underline;
}
.survey-end__unsubscribe-button {
  font-size: 13px;
  text-decoration-line: underline;
}
.survey-end__unsubscribe-button:not(:first-child) {
  margin-top: 16px;
}
.survey-end__points-button {
  margin-top: 25px;
  border-radius: 100px;
  height: 40px;
  line-height: 1;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.survey-end__points-button + .btn {
  margin-top: 18px;
}
@media (min-width: 661px) {
  .survey-end__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .survey-end__points-button {
    margin-top: 40px;
  }
  .survey-end__promo-code {
    margin-top: 38px;
  }
  .survey-end__complaint-message {
    margin-top: 34px;
    margin-bottom: -42px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
  }
  .survey-end__additional-actions {
    margin-top: 54px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .survey-end__unsubscribe-button {
    margin-top: unset !important;
  }
  .survey-end__unsubscribe-button:not(:first-child) {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .survey-end__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 700px;
  }
  .survey-end__promo-code {
    margin-top: 44px;
  }
  .survey-end__additional-actions {
    margin-top: 64px;
  }
  .survey-end__points-button {
    margin-top: 50px;
  }
  .survey-end__points-button + .btn {
    margin-left: 12px;
    margin-top: 0px;
  }
}
.survey__complaint-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 15px 10px;
  width: 100%;
}
.survey__complaint-content .survey__complaint-card {
  width: 100%;
  max-width: 648px;
}
.survey__complaint-content .survey__complaint-actions {
  margin-top: 20px;
}
.survey__complaint-card {
  padding: 30px 20px;
  border-radius: 9px;
  overflow: hidden;
}
.survey__complaint-card .survey__complaint-card-content {
  max-height: calc(100vh - 44px - 30px - 20px - 46px - 60px);
}
.survey__complaint-card-content.scroll-wrapper {
  margin-right: -12px;
}
.survey__complaint-card-content.scroll-content {
  margin-right: 12px !important;
}
.survey__complaint-card-content .scroll-element.scroll-y {
  right: 0;
}
.survey__complaint-card-content .survey__complaint-error {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-size: 13px;
  font-size: var(--poll-error-font-size);
}
.survey__complaint-card-content .survey__complaint-text-form-group {
  margin-top: 18px;
  margin-bottom: 22px;
}
.survey__complaint-card-content .survey__complaint-text-form-group .form-label {
  font-size: 14px;
  font-weight: 700;
}
.survey__complaint-card-content .survey__complaint-images-form-group {
  margin-bottom: 0;
}
.survey__complaint-title {
  font-weight: 700!important;
  font-size: 19px!important;
}
.survey__complaint-error {
  font-size: 13px;
  line-height: 13px;
  color: #ea1d27;
}
.survey__complaint-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}
.survey__complaint-actions .survey__complaint-actions-button {
  width: 140px;
}
.survey__complaint-actions .survey__complaint-actions-button:not(:first-child) {
  margin-left: 12px;
}
.survey__complaint-actions-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 140px;
  height: 46px;
  padding: 0;
  font-family: Roboto, sans-serif !important;
  background: none;
  border-width: 2px;
  border-style: solid !important;
  border-color: currentColor;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
}
.survey__complaint-actions-button.focus,
.survey__complaint-actions-button:focus {
  outline: 0;
  box-shadow: none;
}
.survey__complaint-end-content .survey__complaint-end-text {
  margin-top: 11px;
}
.survey__complaint-end-title {
  font-weight: 900;
  text-align: center;
}
.survey__complaint-end-text {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 661px) {
  .survey__complaint-content {
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .survey__complaint-content .survey__complaint-actions {
    margin-top: 40px;
  }
  .survey__complaint-images-form-control .survey__images-form-control-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -15px;
    margin-left: -15px;
  }
  .survey__complaint-images-form-control .survey__images-form-control-content .survey__images-form-control-item,
  .survey__complaint-images-form-control .survey__images-form-control-content .survey__images-form-control-add-button {
    width: 105px;
    height: 105px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .survey__complaint-card {
    padding: 38px 32px;
  }
  .survey__complaint-card .survey__complaint-card-content {
    max-height: calc(407px - 60px);
  }
  .survey__complaint-card-content .survey__complaint-error {
    display: block;
    margin-top: 20px;
  }
  .survey__complaint-card-content .survey__complaint-text-form-group {
    margin-top: 24px;
    margin-bottom: 26px;
  }
  .survey__complaint-card-content .survey__complaint-images-form-group {
    margin-bottom: 0;
  }
  .survey__complaint-end-content .survey__complaint-end-text {
    margin-top: 20px;
  }
  .survey__complaint-end-text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .survey__complaint-end-content .survey__complaint-end-text {
    margin-top: 25px;
  }
  .survey__complaint-end-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.survey__images-form-control-add-button_big,
.survey__images-form-control-content .survey__images-form-control-add-button.survey__images-form-control-add-button_big {
  width: 105px;
  height: 105px;
  padding: 0 10px;
}
.form-group_to_check.form-group {
  margin-bottom: 19px;
}
.survey-question__media-form-control-list-content_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey-question__media-form-control-list-content_flex .i-icon-photovideo {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__media-form-control-list-content_flex .survey-question__media-form-control-list-loading-placeholder {
  width: 105px;
  height: 105px;
  margin: 0 10px 0 0 !important;
}
.survey-question__media-form-control-list-content_flex .survey-questions__image.survey-question__media-form-control-list-item {
  width: 105px;
  height: 105px;
  margin: 0 10px 0 0 !important;
}
.survey-question__media-form-control-list-content_flex .survey-question__media-form-control-list-item:after {
  display: none !important;
}
.survey-questions {
  /** <Paginator> **/
  /** </Paginator> **/
  /** <Question> **/
  /** </Question> **/
  /** <Rating> **/
  /** </Rating> **/
  /** <Form> **/
  /** </Form> **/
  /** <Slider> **/
  /** </Slider> **/
}
.survey-questions__search-menu {
  padding-bottom: 15px;
  border: 1px solid #3F65F1 !important;
  border-top: none !important;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: 2px 6px 6px rgba(46, 47, 49, 0.15);
}
.survey-questions__search-menu .survey-list__search-menu-item:not(:first-child) {
  margin-top: 2px;
}
.survey-questions__search-menu .ui-menu-item-wrapper {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.survey-questions__search-menu-item {
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 8px;
}
.survey-questions__search-menu-item--focus {
  background: #F1F5F6;
}
.survey-questions__search-menu-item-icon {
  display: inline-block;
  margin-right: 11px !important;
}
.survey-questions__search-menu-item-folder-icon {
  width: 16px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-left: 2px !important;
}
.survey-questions__search-menu-item-survey-icon {
  width: 18px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.survey-questions__search-menu-item-name {
  font-size: 14px;
  color: #3F65F1;
}
.survey-questions__search-menu-item-sub-name {
  font-size: 12px;
  color: #73808D;
}
.survey-questions__search-menu-no-data-placeholder {
  padding: 5px 54.3px 20px 54.3px;
  font-size: 12px;
  color: #2E2F31;
  cursor: text !important;
}
.survey-questions__search-menu-loading-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  height: unset !important;
  padding: 15px 0 10px;
  font-size: 14px !important;
  color: #3f65f1;
  border: none !important;
}
.survey-questions__content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-questions__image {
  position: relative;
  width: 105px;
  height: 105px;
  margin-right: 10px;
}
.survey-questions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.survey-questions__image:hover .survey-question__media-form-control-list-item-remove-button {
  opacity: 1;
}
.survey-questions__wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 35px;
}
.survey-questions__wrapper .form-group:last-child {
  margin-bottom: 0;
}
.survey-questions__body {
  max-width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-questions__footer {
  margin-bottom: 18px;
}
.survey-questions__paginator {
  box-sizing: content-box;
  max-width: 100%;
  margin-top: 17px;
}
.survey-questions__paginator--compact .survey-questions__paginator-anchor {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: 0;
}
.survey-questions__paginator--compact .survey-questions__paginator-anchor.active-anchor {
  margin-right: 5px;
}
.survey-questions__paginator--compact .survey-questions__paginator-anchor-text {
  display: none;
}
.survey-questions__paginator--compact .swiper-slide {
  width: 32px;
}
.survey-questions__paginator--compact .swiper-slide.active-tab {
  width: auto;
}
.survey-questions__paginator--compact .swiper-slide:not(:first-child) {
  margin-left: 3px;
}
.survey-questions__paginator .nav-tabs {
  border: none;
}
.survey-questions__paginator .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 6px;
  padding-right: 6px;
}
.survey-questions__paginator .swiper-slide {
  width: auto;
}
.survey-questions__paginator-anchor {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  transition: none;
  margin-right: 14px;
}
.survey-questions__paginator-anchor.active-anchor {
  width: auto;
  background: none;
}
.survey-questions__paginator-anchor.active-anchor .survey-questions__paginator-anchor-num-wrapper {
  padding: 5px;
  border-width: 3px;
  border-style: solid;
}
.survey-questions__paginator-anchor.active-anchor .survey-questions__paginator-anchor-text {
  display: inline;
  opacity: 1;
}
.survey-questions__paginator-anchor:hover,
.survey-questions__paginator-anchor:focus,
.survey-questions__paginator-anchor:active {
  text-decoration: none;
}
.survey-questions__paginator-anchor-num-wrapper {
  padding: 8px;
  border-radius: 50%;
  margin-left: -3px;
  margin-right: -3px;
}
.survey-questions__paginator-anchor-num {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #cfd8dc;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
}
.survey-questions__paginator-anchor-text {
  mix-blend-mode: normal;
  opacity: 0.6;
  font-weight: 500;
  margin-left: 3px;
  font-size: 15px;
}
.active-anchor .survey-questions__paginator-anchor-text {
  margin-left: 11px;
}
.survey-questions__tab-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
}
.survey-questions__tab-pane {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
.survey-questions__tab-pane:not(.active) {
  display: none !important;
}
.survey-questions__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-bottom: 26px;
}
.survey-questions__question--type_dishes .survey-questions__question-object--type_single-multimedia .survey-questions__question-object-content {
  background: none;
}
.survey-questions__question--type_dishes .survey-questions__question-card {
  padding: 20px 20px 40px;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child {
  position: relative;
  padding-top: 0;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 37px;
  z-index: 1;
  background: linear-gradient(180deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
  width: 100%;
  height: unset !important;
  overflow: visible !important;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content > .scroll-content {
  box-sizing: border-box !important;
  width: 100% !important;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element {
  display: none;
}
.survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
  display: none;
}
.survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-like-all-button {
  margin-top: 0;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card > .survey-questions__question-card-column {
  width: 100%;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-text {
  margin-bottom: 24px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form {
  width: calc(100% - 70px);
  margin-left: 35px;
  margin-right: 35px;
}
[dir="ltr"] .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  text-align: left;
}
[dir="rtl"] .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  text-align: right;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  margin-left: 35px;
  margin-right: 35px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice--option {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 15px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__option {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: 25px;
  margin-right: 35px;
}
.survey-questions__question-object {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.survey-questions__question-object--type_text .survey-questions__question-object-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 11px;
  padding: 36px 44px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.survey-questions__question-object--type_single-multimedia .survey-questions__question-object-content {
  border-radius: 12px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: black;
  position: relative;
}
.survey-questions__question-object--type_multiple-multimedia {
  border-radius: 0;
}
.survey-questions__question-object--type_multiple-multimedia .survey-questions__question-object-content {
  max-height: 238px;
}
.survey-questions__question-object-content {
  width: 100%;
  height: 100%;
}
.survey-questions__question-object-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.survey-questions__question-message {
  max-width: 660px;
  text-align: center;
  margin: 12px 30px 0 30px;
}
.survey-questions__question-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
  width: 100%;
  border-radius: 8px;
  padding: 14px 14px 36px;
}
.survey-questions__question-card-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.survey-questions__question-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 16px;
  width: 100%;
  max-width: 660px;
  padding-left: 12px;
  padding-right: 12px;
}
.survey-questions__question-actions-btn {
  font-size: 16px !important;
  width: 100%;
  max-width: 155px;
  min-height: 48px;
  background: none;
  border-width: 2px!important;
  border-style: solid!important;
  border-color: currentColor;
  border-radius: 100px;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.survey-questions__question-actions-btn:not(:first-child) {
  margin-left: 24px;
}
.survey-questions__question-actions-btn.focus,
.survey-questions__question-actions-btn:focus {
  outline: 0;
  box-shadow: none;
}
.survey-questions__question-actions-btn--auth {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
  max-width: 97px;
  font-size: 15px !important;
  color: white !important;
  border: none !important;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .survey-questions__question-actions-btn--auth {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .survey-questions__question-actions-btn {
    min-height: 36px;
  }
  .survey-questions__question-actions-btn:not(:first-child) {
    margin-left: 10px;
  }
}
.survey-questions__question-like-all-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 165px;
  height: 40px;
  margin-top: 18px;
  font-weight: bold;
  font-size: 15px;
  color: #FFF !important;
  border-radius: 100px;
}
.survey-questions__question-like-all-button.focus,
.survey-questions__question-like-all-button:focus {
  outline: 0;
  box-shadow: none;
}
.survey-questions__question-dish-rating {
  width: calc(100% + 28px);
  margin: 21px -20px 16px;
}
.survey-questions__question-dish-rating .survey-questions__question-dish-rating-position {
  border-top: 1px solid #CFD8DC;
}
.survey-questions__question-dish-rating .survey-questions__question-dish-rating-position:last-child {
  border-bottom: 1px solid #CFD8DC;
}
.survey-questions__question-dish-rating-position {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 20px 18px;
}
.survey-questions__question-dish-rating-position-value {
  -ms-flex-pack: start;
      justify-content: start;
  width: 100%;
  margin-top: 21px !important;
}
.survey-questions__question-dish-rating-position-value .survey-questions__rating-star:not(:first-child) {
  margin-left: 18px;
}
.survey-questions__question-dish-rating-position-name {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.survey-questions__question-dish-rating-position-quantity {
  font-size: 14px;
  color: #2E2F31;
}
.survey-questions__question-dish-rating-position-weight {
  font-size: 14px;
  color: #73808D;
}
.survey-questions__question-dish-rating-position-category {
  font-size: 14px;
  color: #73808D;
}
.survey-questions__question-dish-comment-form-group {
  margin-bottom: 0;
}
.survey-questions__question-dish-comment-form-group .form-control {
  min-height: 75px;
}
.survey-questions__rating {
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
.survey-questions__rating .survey-questions__rating-star.active,
.survey-questions__rating:hover .survey-questions__rating-star,
.survey-questions__rating:hover .survey-questions__rating-star:hover {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23F8CD1C%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__rating .survey-questions__rating-star:hover ~ .survey-questions__rating-star {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
}
.survey-questions__rating-star {
  width: 30px;
  height: 28.8px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  cursor: pointer;
  padding: 0;
  box-sizing: content-box;
  border: none;
}
.survey-questions__rating-star:not(:first-child) {
  margin-left: 18px;
}
.survey-questions__choice {
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}
.survey-questions__choice--widescreen {
  display: none;
}
.survey-questions__choice-score {
  font-weight: bold;
}
.survey-questions__form {
  margin-top: 18px;
  margin-left: 25px;
  margin-right: 25px;
  -ms-flex-item-align: start;
      align-self: start;
}
.survey-questions__form .form-check {
  margin-top: 10px;
}
.survey-questions__form .form-check input:checked + .form-check-label {
  color: #000;
  font-weight: 500;
}
.survey-questions__form .form-check-label {
  font-size: 15px;
  line-height: 22px;
  color: #9ea4aa;
  font-weight: 300;
}
.survey-questions__form .form-check-label:before {
  width: 22px;
  height: 22px;
  top: 0;
}
.survey-questions__form .form-check-label:after {
  color: #231f20;
  top: 7px;
  left: 7px;
}
.survey-questions__form-text {
  color: #000;
  font-weight: normal;
  line-height: 1.38;
  margin-bottom: 24px;
}
.survey-questions__form-check-list {
  padding-right: 28px;
}
.survey-questions__form-check-list .form-check-label {
  font-weight: normal !important;
}
.survey-questions__form-check-list .form-check-label:before {
  border-radius: 3px;
}
.survey-questions__form-check-list .form-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22%23000%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.survey-questions__form-textarea {
  min-height: 77.2px;
  margin: 18px 0 0;
}
.survey-questions__slider {
  width: 100%;
  height: 100%;
  padding: 0 0 31px;
  font-size: 0;
}
.survey-questions__slider .swiper-slide {
  overflow: hidden;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: black;
}
.survey-questions__slider-img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.survey-questions__slider-video {
  height: 100%;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.survey-questions__slider-mask {
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 12px;
  z-index: 2;
}
.survey-questions__slider-controls {
  position: absolute;
  left: calc(50% - 38px);
  top: calc(50% - 50px);
  z-index: 3;
}
.survey-questions__slider-play-button {
  background-color: rgba(0, 0, 0, 0.34);
  background-position: 56% center;
  background-repeat: no-repeat;
  background-size: 26.5px 27.1px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22play%22%20class%3D%22svg-inline--fa%20fa-play%20fa-w-14%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20448%20512%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%3E%3C/path%3E%0A%09%3C/svg%3E%0A");
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.survey-questions__slider-time {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 5px 0 0;
}
.survey-questions__slider-letter {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 30px;
  width: auto;
  padding: 0 10px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 14px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.survey-questions__slider-paginator {
  position: absolute;
  top: 13px;
  right: 12px;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.survey-questions__slider-paginator *:not(:first-child) {
  margin-left: 7px;
}
.survey-questions__slider-paginator-button {
  background-color: rgba(0, 0, 0, 0.34);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  padding: 0;
  display: none;
}
.survey-questions__slider-paginator-button--prev {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M20.5%2015L11.5%2015%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2018.75%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2011.25%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__slider-paginator-button--next {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M9.60873%2015.1487L18.6085%2015.0833%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0831L14.8313%2011.3604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0832L14.8858%2018.8604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__slider-counter {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 13px;
  padding-left: 12.28px;
  padding-right: 12.28px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 15px;
  z-index: 5;
}
.survey-questions__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
  margin-left: -10px;
}
.survey-questions__option-check {
  margin-top: 10px;
  margin-left: 10px;
}
input[type="checkbox"] + .survey-questions__option-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  height: 48px;
  min-width: 48px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 23px;
  padding-left: 23px;
  color: #2e2f31;
  background-color: #fff;
}
input[type="checkbox"] + .survey-questions__option-label:before,
input[type="checkbox"] + .survey-questions__option-label:after {
  content: none;
}
input:checked + .survey-questions__option-label {
  padding-right: 25px;
  padding-left: 25px;
  border: none;
  color: #FFF !important;
}
.survey-questions__copyright {
  font-size: 12px;
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .survey-questions {
    /** <Question> **/
    /** </Question> **/
    /** <Rating> **/
    /** </Rating> **/
    /** <Form> **/
    /** </Form> **/
    /** <Slider> **/
    /** </Slider> **/
  }
  .survey-questions__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .survey-questions__wrapper {
    padding: 0;
  }
  .survey-questions__paginator {
    margin-top: 32px;
  }
  .survey-questions__paginator-anchor-text {
    font-size: 16px;
  }
  .survey-questions__question-card {
    margin-top: 36px;
    padding: 28px 23px 25px;
    width: 680px;
  }
  .survey-questions__question .survey-questions__question-card > .survey-questions__question-card-column:first-child {
    width: 338px;
  }
  .survey-questions__question .survey-questions__question-card > .survey-questions__question-card-column:last-child {
    width: 246px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card {
    width: 680px;
    padding-bottom: 20px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-object {
    max-height: 292px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
    overflow: visible !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element {
    display: none;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: calc(42.3% - 10px);
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child {
    width: calc(57.7% - 10px);
    margin-left: 20px;
    max-height: 371px;
    margin-top: 0;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
    display: block;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
    overflow: hidden !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content > .scroll-content {
    padding-right: 20px;
    overflow: auto !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element.scroll-y {
    display: block;
  }
  .survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-card-column {
    width: 100% !important;
  }
  .survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-like-all-button {
    margin-top: 0;
    margin-bottom: 21px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card {
    padding-right: 50px;
    padding-left: 50px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card-column {
    width: 100% !important;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-text {
    margin-bottom: 16px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-check-list {
    margin-top: 16px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form {
    width: calc(100%);
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__option {
    margin-left: -10px;
    margin-right: 0;
  }
  .survey-questions__question-rating-label {
    display: block;
  }
  .survey-questions__question-card-column {
    width: calc(50% - 25px);
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .survey-questions__question-card-column:not(:first-child) {
    margin-left: 50px;
  }
  .survey-questions__question-card-column:nth-child(2) {
    padding-top: 10px;
  }
  .survey-questions__question-actions {
    margin-top: 30px;
  }
  .survey-questions__question-object {
    position: relative;
    width: 100%;
    height: 338px;
    overflow: hidden;
  }
  .survey-questions__question-object--type_multiple-multimedia .survey-questions__question-object-content {
    max-height: unset;
  }
  .survey-questions__question-object-content-img {
    width: unset;
  }
  .survey-questions__question-dish-rating {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .survey-questions__question-dish-rating-position {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .survey-questions__question-dish-rating-position-value {
    width: 134px;
    margin-left: 15px;
    margin-top: 0 !important;
  }
  .survey-questions__question-dish-rating-position-value .survey-questions__rating-star:not(:first-child) {
    margin-left: 11px;
  }
  .survey-questions__question-like-all-button {
    margin-bottom: 35px;
  }
  .survey-questions__rating {
    margin-top: 9px;
  }
  .survey-questions__rating-star {
    width: 24px;
    height: 24px;
  }
  .survey-questions__rating-star:not(:first-child) {
    margin-left: 14px;
  }
  [dir="ltr"] .survey-questions__choice {
    text-align: left;
  }
  [dir="rtl"] .survey-questions__choice {
    text-align: right;
  }
  .survey-questions__choice {
    display: none;
    font-size: 15px;
    margin-top: 0;
  }
  .survey-questions__choice--widescreen {
    display: block;
  }
  .survey-questions__choice--option {
    display: block;
  }
  .survey-questions__form {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__form-text {
    font-size: 15px;
  }
  .survey-questions__form-check-list {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .survey-questions__slider {
    padding: 0;
  }
  .survey-questions__slider .swiper-pagination {
    display: none;
  }
  .survey-questions__slider-paginator-button {
    display: block;
  }
  .survey-questions__slider-img {
    min-height: unset;
  }
  .survey-questions__slider-video {
    min-height: unset;
  }
  .survey-questions__option {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .form-control_full {
    width: 100%;
    min-height: 100px;
  }
  .form-control_full.sm {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
    text-align: center;
  }
  .survey-questions__rating {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.survey-questions__question-card .ps-wrapper {
  width: 100%!important;
}
.survey-questions__question-card .ps {
  overflow: visible!important;
}
.survey__images-form-control-add-button_big,
.survey__images-form-control-content .survey__images-form-control-add-button.survey__images-form-control-add-button_big {
  width: 105px;
  height: 105px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.survey__images-form-control-add-button-label {
  max-width: 100%;
}
.form-group_to_check.form-group {
  margin-bottom: 9px;
}
.form-group_to_check.form-group .form-check {
  min-height: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.form-group_to_check.form-group .form-check input[type='checkbox'] + label:before {
  border-radius: 3px;
  width: 22px;
  height: 22px;
}
.form-group_to_check.form-group .form-check input[type='checkbox'] + label:after {
  left: 6px;
}
.form-group_to_check.form-group .form-check .form-radio + label:before,
.form-group_to_check.form-group .form-check .form-radio + label:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.form-group_to_check.form-group .form-check input[type='checkbox'] + label:before,
.form-group_to_check.form-group .form-check input[type='checkbox'] + label:after,
.form-group_to_check.form-group .form-check input[type='checkbox'] + label:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.i-check-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2213%22%20viewBox%3D%220%200%2018%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%206.02621L7.4798%2011.4307L16%202%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E") !important;
  background-size: auto;
  width: 18px;
  height: 13px;
  background-repeat: no-repeat;
}
.survey-question__media-form-control-list-content_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.survey-question__media-form-control-list-content_flex .i-icon-photovideo {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__media-form-control-list-content_flex .i-icon-photo {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px !important;
}
.survey-question__media-form-control-list-content_flex .i-icon-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__media-form-control-list-content_flex .survey-question__media-form-control-list-loading-placeholder {
  width: 105px;
  height: 105px;
  margin: 0 10px 0 0 !important;
  max-height: 105px;
  min-height: 105px;
}
.survey-question__media-form-control-list-content_flex .survey-questions__image.survey-question__media-form-control-list-item {
  width: 105px;
  height: 105px;
  margin: 0 10px 10px 0 !important;
  max-height: 105px;
  min-height: 105px;
}
.survey-question__media-form-control-list-content_flex .survey-question__media-form-control-list-item:after {
  display: none !important;
}
.survey-questions__tab-pane.tab-pane {
  animation: slide-to-out 0.35s linear;
}
.survey-questions__tab-pane.tab-pane.active {
  animation: slide-to-in 0.35s linear;
}
@keyframes slide-to-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-to-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.survey__container .survey-question__media-form-control-list-content {
  margin-top: 0;
  width: calc(100% + 20px);
  padding-left: 0;
  padding-bottom: 0;
}
.survey__container .survey-question__media-form-control-list {
  margin-top: 0 !important;
  margin-bottom: -11px;
  padding: 0 10px;
}
.survey__container .survey-question__media-form-control-actions.disabled {
  opacity: 0.5;
  cursor: default !important;
}
.survey__container .survey-question__media-form-control-actions.disabled .survey__images-form-control-add-button {
  background-color: #eceff1 !important;
  cursor: default;
}
.survey__container input[type='checkbox']:not(.f-check-input) + label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22%23000000%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  font-weight: 900;
  font-size: 8px;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 8px;
  transform: scale(0.8);
  transition: all 0.157s ease-in-out;
}
.survey__container input[type='checkbox']:not(.f-check-input):checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.survey-questions__wrapper .form-control:not(.is-invalid):focus {
  box-shadow: none !important;
  border-color: #3f65f1;
}
.survey-questions {
  /** <Question> **/
  /** </Question> **/
  /** <Rating> **/
  /** </Rating> **/
  /** <Form> **/
  /** </Form> **/
  /** <Slider> **/
  /** </Slider> **/
}
.survey-questions--initializing {
  visibility: hidden;
}
.survey-questions__variants {
  padding-top: 40px;
  font-size: 15px;
}
.survey-questions__variants input[type='checkbox'] + label:before {
  border-radius: 3px;
}
.survey-questions__variants p {
  margin-bottom: 18px;
}
.survey-questions__variants .form-group_to_check.form-group {
  margin-bottom: 9px;
}
.survey-questions__question .survey-new-types-media-variants-slider .swiper-slider-control.swiper-button-disabled {
  display: none !important;
}
.survey-questions__preview {
  width: 347px;
  height: auto;
  margin-top: -13px;
  margin-bottom: -13px;
  min-height: 242px;
  border-radius: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #cfd8dc;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  position: relative;
  overflow: hidden;
}
.survey-questions__preview_almost_transparent.survey-questions__preview {
  background-color: transparent !important;
  width: 100%;
}
.survey-questions__preview.survey-question-media-variants__preview {
  overflow: visible;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  min-height: 0;
}
.survey-questions__preview.survey-question-media-variants__preview .swiper-slide {
  background: transparent;
}
.survey-questions__preview.survey-question-media-variants__preview .survey-questions__slider {
  padding: 0;
}
.survey-questions__preview .survey-new-types-media-variants-slider {
  width: 100%;
  position: relative;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
}
.survey-questions__preview .survey-new-types-media-variants-slider label:before,
.survey-questions__preview .survey-new-types-media-variants-slider label:after {
  display: none !important;
}
.survey-questions__preview .survey-new-types-media-variants-slider label i {
  display: none;
}
.survey-questions__preview .survey-new-types-media-variants-slider .survey-questions__slider {
  height: auto !important;
  min-height: 0;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide {
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  height: auto !important;
  border-radius: 0;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide:only-child {
  margin-right: 0 !important;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide__media {
  width: 100%;
  height: 235px;
  overflow: hidden;
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-bottom: 15px;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide__media img {
  border-radius: 0;
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
  object-position: center;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide--empty {
  background: transparent !important;
  max-width: 100%;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slide--empty .swiper-slide__media {
  background: #eceff1;
  border-radius: 16px;
}
.survey-questions__preview .survey-new-types-media-variants-slider input:checked ~ label i,
.survey-questions__preview .survey-new-types-media-variants-slider .checked label i {
  display: block;
}
.survey-questions__preview .survey-new-types-media-variants-slider input:checked ~ label span,
.survey-questions__preview .survey-new-types-media-variants-slider .checked label span {
  display: none;
}
.survey-questions__preview .survey-new-types-media-variants-slider input:checked ~ .swiper-slide__check,
.survey-questions__preview .survey-new-types-media-variants-slider .checked .swiper-slide__check {
  background: transparent;
  padding: 0;
  width: 32px;
}
.survey-questions__preview .survey-new-types-media-variants-slider input:checked ~ .swiper-slide__checked-curtain,
.survey-questions__preview .survey-new-types-media-variants-slider .checked .swiper-slide__checked-curtain {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  border-radius: 12px;
  cursor: pointer;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slider-control {
  position: absolute;
  top: 0;
  bottom: calc(100% - 235px);
  margin: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slider-control--prev {
  left: -16px;
}
.survey-questions__preview .survey-new-types-media-variants-slider .swiper-slider-control--next {
  right: -16px;
}
.survey-questions__preview .survey-new-types-media-variants-slider .icon-play-button {
  border: none;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22rgba%280,%200,%200,%200.6%29%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.survey-questions__preview .survey-questions__slider {
  min-height: 245px;
  height: 245px;
}
.survey-questions__preview .survey-questions__slider .swiper-slide {
  height: 245px;
}
.survey-questions__preview .survey-questions__slider .swiper-slide--empty {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #eceff1;
}
.survey-questions__preview .survey-questions__slider .swiper-slide--empty i {
  width: 90px !important;
  height: 90px !important;
}
.survey-questions__preview .survey-questions__slider .swiper-slide--empty .i-icon-photovideo {
  width: 138px;
  height: 107px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22138%22%20height%3D%22107%22%20viewBox%3D%220%200%20138%20107%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M52.1797%2088.8824V91.5421C52.1797%2099.9865%2059.0099%20106.84%2067.4456%20106.84H122.278C130.714%20106.84%20137.544%2099.9865%20137.544%2091.5421V36.5757C137.544%2028.1312%20130.714%2021.2773%20122.278%2021.2773H89.5554V25.2773H122.278C128.495%2025.2773%20133.544%2030.3312%20133.544%2036.5757V80.3453L119.313%2069.2113L119.297%2069.1985C118.142%2068.3142%20116.665%2067.8737%20115.203%2067.8737C113.741%2067.8737%20112.263%2068.3142%20111.109%2069.1985L111.087%2069.2153L99.0638%2078.6862L89.5554%2069.5013V75.0628L97.5405%2082.7761C98.2598%2083.471%2099.3819%2083.5276%20100.168%2082.9087L113.549%2072.3675C113.921%2072.0865%20114.511%2071.8737%20115.203%2071.8737C115.896%2071.8737%20116.487%2072.0874%20116.858%2072.3692L116.865%2072.3743L133.544%2085.4242V91.5421C133.544%2097.7865%20128.495%20102.84%20122.278%20102.84H67.4456C61.2282%20102.84%2056.1797%2097.7865%2056.1797%2091.5421V88.8824H52.1797ZM105.032%2034.5757C98.3061%2034.5757%2092.8618%2040.0403%2092.8618%2046.771C92.8618%2053.5018%2098.3061%2058.9664%20105.032%2058.9664C111.758%2058.9664%20117.203%2053.5018%20117.203%2046.771C117.203%2040.0403%20111.758%2034.5757%20105.032%2034.5757ZM96.8618%2046.771C96.8618%2042.2403%20100.524%2038.5757%20105.032%2038.5757C109.54%2038.5757%20113.203%2042.2403%20113.203%2046.771C113.203%2051.3018%20109.54%2054.9664%20105.032%2054.9664C100.524%2054.9664%2096.8618%2051.3018%2096.8618%2046.771Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2012.6387C2%206.76309%206.75148%202%2012.6127%202H72.7514C78.6127%202%2083.3642%206.76309%2083.3642%2012.6387V72.9244C83.3642%2078.7999%2078.6127%2083.563%2072.7514%2083.563H12.6127C6.75148%2083.563%202%2078.7999%202%2072.9244V12.6387Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M56.2909%2047.4607C59.3712%2045.7519%2059.3712%2041.4799%2056.2909%2039.7712L37.2313%2029.1981C34.151%2027.4893%2030.3006%2029.6252%2030.3006%2033.0428V54.189C30.3006%2057.6066%2034.151%2059.7426%2037.2313%2058.0338L56.2909%2047.4607Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview .survey-questions__slider .swiper-slide--empty .i-icon-photo {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M94%2071L74.2545%2055.5884C73.3917%2054.9293%2072.2209%2054.5589%2071%2054.5589C69.7791%2054.5589%2068.6083%2054.9293%2067.7455%2055.5884L52.6%2067.4898L28.2545%2044.03C27.3917%2043.3709%2026.2209%2043.0005%2025%2043.0005C23.7791%2043.0005%2022.6083%2043.3709%2021.7455%2044.03L2%2063.9796M17%2094H79C87.2843%2094%2094%2087.2843%2094%2079V17C94%208.71573%2087.2843%202%2079%202H17C8.71573%202%202%208.71573%202%2017V79C2%2087.2843%208.71573%2094%2017%2094ZM59.5%2040C65.8513%2040%2071%2034.8513%2071%2028.5C71%2022.1487%2065.8513%2017%2059.5%2017C53.1487%2017%2048%2022.1487%2048%2028.5C48%2034.8513%2053.1487%2040%2059.5%2040Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview .survey-questions__slider .swiper-slide--empty .i-icon-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M2%2014C2%207.37259%207.37258%202%2014%202H82C88.6274%202%2094%207.37258%2094%2014V82C94%2088.6274%2088.6274%2094%2082%2094H14C7.37259%2094%202%2088.6274%202%2082V14Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3Cpath%20d%3D%22M63.3877%2053.2779C66.8707%2051.3505%2066.8707%2046.5319%2063.3878%2044.6044L41.8367%2032.6784C38.3537%2030.7509%2034%2033.1602%2034%2037.0151V60.8672C34%2064.7221%2038.3537%2067.1314%2041.8367%2065.204L63.3877%2053.2779Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview .survey-questions__slider .swiper-slide .swiper-slide__input {
  display: none;
}
input:checked + .survey-questions__preview .survey-questions__slider .swiper-slide__checked-curtain:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 255, 0, 0.5);
}
.survey-questions__preview .survey-questions__slider .swiper-slide__check {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  min-width: 32px;
  border-radius: 60px;
  border: 2px solid white;
  color: white;
  font-size: 13px;
  cursor: pointer;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
}
.survey-questions__preview .photo,
.survey-questions__preview .survey-question__media-form-control-list-item {
  width: 100%;
  height: 100%;
  min-height: 245px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.survey-questions__preview .photo:after,
.survey-questions__preview .survey-question__media-form-control-list-item:after {
  display: none !important;
}
.survey-questions__preview .photo img,
.survey-questions__preview .survey-question__media-form-control-list-item img {
  width: 100%;
  height: 100%;
  min-height: 245px;
}
.survey-questions__preview .video,
.survey-questions__preview .survey-question__media-form-control-list-item {
  width: 100%;
  height: 100%;
  min-height: 245px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  cursor: pointer;
}
.survey-questions__preview .video .video-wrapper,
.survey-questions__preview .survey-question__media-form-control-list-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.survey-questions__preview .video .video-wrapper img,
.survey-questions__preview .survey-question__media-form-control-list-item .video-wrapper img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 245px;
  position: absolute;
  object-fit: contain;
}
.survey-questions__preview .video .video-wrapper .icon,
.survey-questions__preview .survey-question__media-form-control-list-item .video-wrapper .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22rgba%280,%200,%200,%200.6%29%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.survey-questions__preview .video .video-wrapper:hover .icon,
.survey-questions__preview .survey-question__media-form-control-list-item .video-wrapper:hover .icon {
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22%23000000%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview .text {
  padding: 36px 44px;
}
.survey-questions__preview .survey-question__media-form-control-list-item {
  width: 100%;
  height: 100%;
  min-height: 245px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  cursor: pointer;
}
.survey-questions__preview .survey-question__media-form-control-list-item:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22rgba%280,%200,%200,%200.6%29%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.survey-questions__preview .survey-question__media-form-control-list-item:hover:after {
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22%23000000%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview .survey-question__media-form-control-list-item img {
  width: 100%;
  height: 100%;
  min-height: 245px;
}
.survey-questions__preview .text {
  padding: 36px 44px;
}
.survey-questions__preview .swiper-slide__description {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
  width: 100%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 10px;
}
.survey-questions__preview--empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #eceff1;
}
.survey-questions__preview--empty i {
  width: 90px !important;
  height: 90px !important;
}
.survey-questions__preview--empty .i-icon-photo {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M94%2071L74.2545%2055.5884C73.3917%2054.9293%2072.2209%2054.5589%2071%2054.5589C69.7791%2054.5589%2068.6083%2054.9293%2067.7455%2055.5884L52.6%2067.4898L28.2545%2044.03C27.3917%2043.3709%2026.2209%2043.0005%2025%2043.0005C23.7791%2043.0005%2022.6083%2043.3709%2021.7455%2044.03L2%2063.9796M17%2094H79C87.2843%2094%2094%2087.2843%2094%2079V17C94%208.71573%2087.2843%202%2079%202H17C8.71573%202%202%208.71573%202%2017V79C2%2087.2843%208.71573%2094%2017%2094ZM59.5%2040C65.8513%2040%2071%2034.8513%2071%2028.5C71%2022.1487%2065.8513%2017%2059.5%2017C53.1487%2017%2048%2022.1487%2048%2028.5C48%2034.8513%2053.1487%2040%2059.5%2040Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__preview--empty .i-icon-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M2%2014C2%207.37259%207.37258%202%2014%202H82C88.6274%202%2094%207.37258%2094%2014V82C94%2088.6274%2088.6274%2094%2082%2094H14C7.37259%2094%202%2088.6274%202%2082V14Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3Cpath%20d%3D%22M63.3877%2053.2779C66.8707%2051.3505%2066.8707%2046.5319%2063.3878%2044.6044L41.8367%2032.6784C38.3537%2030.7509%2034%2033.1602%2034%2037.0151V60.8672C34%2064.7221%2038.3537%2067.1314%2041.8367%2065.204L63.3877%2053.2779Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-questions__collapse-textarea {
  padding-top: 20px;
  padding-right: 0;
}
.survey-questions__collapse-textarea.wh-top {
  padding-top: 0 !important;
}
.survey-questions__collapse-textarea textarea.form-control {
  min-height: 100px;
  border-radius: 4px;
  box-shadow: none !important;
}
.survey-questions__wrapper_pre {
  margin-left: -28px;
  width: calc(100% + 56px);
}
.survey-questions__wrapper_pre .col-12.col-lg-7 ~ .col-12.col-lg-5 {
  padding-left: 17px;
}
.survey-questions__wrapper_pre .col-12.col-lg-7 ~ .col-12.col-lg-5 .survey-questions__collapse-textarea {
  padding-top: 23px;
}
.survey-questions__wrapper_pre.no-margin {
  width: 100%;
  margin-left: 0;
}
.survey-questions__wrapper_pre.no-margin ~ .survey-questions__variants {
  padding-top: 30px;
}
.survey-questions__wrapper_pre .rating__star {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.survey-questions__wrapper_pre .rating .rating__star:not(:first-child) {
  margin-left: 15px;
}
.survey-questions__search-menu {
  padding: 5px 0 15px 0;
  border: none !important;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(46, 47, 49, 0.3);
  border-radius: 9px;
  max-height: 240px;
  overflow: hidden;
}
.survey-questions__search-menu:before {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: '';
  display: block;
}
.survey-questions__search-menu:after {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: '';
  display: block;
}
.survey-questions__search-menu .js-body-scroller {
  max-height: 230px;
  overflow: auto;
}
.survey-questions__search-menu .js-body-scroller .js-body {
  padding-bottom: 10px;
  padding-top: 10px;
}
.survey-questions__search-menu .js-body-scroller .scroll-element.scroll-y {
  right: 10px !important;
  z-index: 101 !important;
}
.survey-questions__search-menu .survey-list__search-menu-item:not(:first-child) {
  margin-top: 2px;
}
.survey-questions__search-menu .ui-menu-item-wrapper {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.survey-questions__search-menu-item {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 24px;
  min-height: 34px;
  font-size: 14px;
  line-height: 1.34;
  transition: all 0.2s ease-in-out;
  color: #3f65f1;
}
.survey-questions__search-menu-item--focus {
  background-color: transparent;
}
.survey-questions__search-menu-item:hover {
  background-color: #f1f5f6;
}
.survey-questions__search-menu-item-icon {
  display: inline-block;
  margin-right: 11px !important;
}
.survey-questions__search-menu-item-folder-icon {
  width: 16px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.4444%203.2H8.41481C8.15556%203.2%207.91704%203.08%207.77185%202.87L6.67259%201.33C6.52741%201.12%206.28889%201%206.02963%201H2.55556C1.69481%201%201%201.67%201%202.5V11.5C1%2012.33%201.69481%2013%202.55556%2013H13.4444C14.3052%2013%2015%2012.33%2015%2011.5V4.7C15%203.88%2014.3052%203.2%2013.4444%203.2Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-left: 2px !important;
}
.survey-questions__search-menu-item-survey-icon {
  width: 18px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%202H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%208H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.00024%2013.9999H16.5039%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2013.5147L2.66016%2015L6%2012%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%204C4.10457%204%205%203.10457%205%202C5%200.89543%204.10457%200%203%200C1.89543%200%201%200.89543%201%202C1%203.10457%201.89543%204%203%204Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%2010C4.10457%2010%205%209.10457%205%208C5%206.89543%204.10457%206%203%206C1.89543%206%201%206.89543%201%208C1%209.10457%201.89543%2010%203%2010Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.survey-questions__search-menu-item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.survey-questions__search-menu-no-data-placeholder {
  padding: 5px 54.3px 20px 54.3px;
  font-size: 12px;
  color: #2e2f31;
  cursor: text !important;
}
.survey-questions__search-menu-loading-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  height: unset !important;
  padding: 15px 0 10px;
  font-size: 14px !important;
  color: #3f65f1;
  border: none !important;
}
.survey-questions__content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-questions__image {
  position: relative;
  width: 105px;
  height: 105px;
  min-height: 105px;
  max-height: 105px;
  margin-right: 10px;
}
.survey-questions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.survey-questions__image .survey-question__media-form-control-list-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-questions__image:hover .survey-question__media-form-control-list-item-remove-button {
  opacity: 1;
}
.survey-questions__wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 35px;
}
.survey-questions__wrapper .form-group:last-child {
  margin-bottom: 0;
}
.survey-questions__body {
  max-width: 100%;
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-questions__footer {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .survey-questions__footer {
    margin-bottom: 25px;
  }
}
.survey-questions__tab-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
}
.survey-questions__tab-pane {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
.survey-questions__tab-pane:not(.active) {
  display: none !important;
}
.survey-questions__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-bottom: 26px;
}
.survey-questions__question--type_dishes .survey-questions__question-object--type_single-multimedia .survey-questions__question-object-content {
  background: none;
}
.survey-questions__question--type_dishes .survey-questions__question-card {
  padding: 20px 20px 40px;
}
.survey-questions__question--type_dishes .survey-questions__question-card .ps-wrapper {
  width: 100%!important;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child {
  position: relative;
  padding-top: 0;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 37px;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
  width: 100%;
  height: unset !important;
  overflow: visible !important;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content > .scroll-content {
  box-sizing: border-box !important;
  width: 100% !important;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element {
  display: none;
}
.survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
  display: none;
}
.survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-like-all-button {
  margin-top: 0;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card > .survey-questions__question-card-column {
  width: 100%;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-text {
  margin-bottom: 24px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form {
  width: calc(100% - 70px);
  margin-left: 35px;
  margin-right: 35px;
}
[dir="ltr"] .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  text-align: left;
}
[dir="rtl"] .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  text-align: right;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
  margin-left: 35px;
  margin-right: 35px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice--option {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 15px;
}
.survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__option {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: 25px;
  margin-right: 35px;
}
.survey-questions__question .copy-var .copied {
  position: relative;
  z-index: 1;
  animation-name: copied;
  animation-duration: 2s;
  /* &::before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: var(--poll-main-color) !important;
          animation-name: copied;
          animation-duration: 2s;
          z-index: -1;
        } */
}
.survey-questions__question .copy-var svg {
  cursor: pointer;
  margin-left: 10px;
  height: unset;
  width: calc(1em + 1px);
}
.survey-questions__question-object {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.survey-questions__question-object--type_text .form-label:empty {
  display: none;
}
.survey-questions__question-object--type_text .survey-questions__question-object-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 11px;
  padding: 36px 44px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.survey-questions__question-object--type_single-multimedia .survey-questions__question-object-content {
  border-radius: 12px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: black;
  position: relative;
}
.survey-questions__question-object--type_multiple-multimedia {
  border-radius: 0;
}
.survey-questions__question-object--type_multiple-multimedia .survey-questions__question-object-content {
  max-height: 238px;
}
.survey-questions__question-object-content {
  width: 100%;
  height: 100%;
}
.survey-questions__question-object-content-img {
  width: auto !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  border-radius: 19px;
}
.survey-questions__question-message {
  max-width: 660px;
  text-align: center;
  margin: 12px 30px 0 30px;
}
.survey-questions__question-message.auth-card {
  font-weight: 900;
}
.survey-questions__custom-question-text * {
  text-align: center !important;
}
.survey-questions__question-required {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: -13px;
}
.survey-questions__question-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
  width: 100%;
  border-radius: 8px;
  padding: 14px 14px 36px;
}
.survey-questions__question-card-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.survey-questions__question-like-all-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 165px;
  width: auto;
  padding: 0 20px;
  white-space: nowrap;
  height: 40px;
  margin-top: 18px;
  font-weight: bold;
  font-size: 15px;
  color: #fff !important;
  border-radius: 100px;
}
.survey-questions__question-like-all-button.focus,
.survey-questions__question-like-all-button:focus {
  outline: 0;
  box-shadow: none;
}
.survey-questions__question-dish-rating {
  width: calc(100% + 28px);
  margin: 21px -20px 16px;
}
.survey-questions__question-dish-rating .survey-questions__question-dish-rating-position {
  border-top: 1px solid #cfd8dc;
}
.survey-questions__question-dish-rating .survey-questions__question-dish-rating-position:last-child {
  border-bottom: 1px solid #cfd8dc;
}
.survey-questions__question-dish-rating-position {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 20px 18px;
}
.survey-questions__question-dish-rating-position-value {
  -ms-flex-pack: start;
      justify-content: start;
  width: 100%;
  margin-top: 21px !important;
}
.survey-questions__question-dish-rating-position-value .survey-questions__rating-star:not(:first-child) {
  margin-left: 18px;
}
.survey-questions__question-dish-rating-position-name {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
}
.survey-questions__question-dish-rating-position-quantity {
  font-size: 14px;
  color: #2e2f31;
}
.survey-questions__question-dish-rating-position-weight {
  font-size: 14px;
  color: #73808d;
}
.survey-questions__question-dish-rating-position-category {
  font-size: 14px;
  color: #73808d;
}
.survey-questions__question-dish-comment-form-group {
  margin-bottom: 0;
}
.survey-questions__question-dish-comment-form-group .form-control {
  min-height: 75px;
}
.survey-questions__rating {
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
.survey-questions__rating .survey-questions__rating-star.active,
.survey-questions__rating:hover .survey-questions__rating-star,
.survey-questions__rating:hover .survey-questions__rating-star:hover {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23F8CD1C%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__rating .survey-questions__rating-star:hover ~ .survey-questions__rating-star {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
}
.survey-questions__rating-star {
  width: 30px;
  height: 28.8px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  cursor: pointer;
  padding: 0;
  box-sizing: content-box;
  border: none;
}
.survey-questions__rating-star:not(:first-child) {
  margin-left: 18px;
}
.survey-questions__choice {
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}
.survey-questions__choice--widescreen {
  display: none;
}
.survey-questions__choice-score {
  font-weight: bold;
}
.survey-questions__form {
  margin-top: 18px;
  margin-left: 25px;
  margin-right: 25px;
  -ms-flex-item-align: start;
      align-self: start;
}
.survey-questions__form .form-check {
  margin-top: 10px;
}
.survey-questions__form .form-check input:checked + .form-check-label {
  color: #000;
  font-weight: 500;
}
.survey-questions__form .form-check-label {
  font-size: 15px;
  line-height: 22px;
  color: #9ea4aa;
  font-weight: 300;
}
.survey-questions__form .form-check-label:before {
  width: 22px;
  height: 22px;
  top: 0;
}
.survey-questions__form .form-check-label:after {
  color: #231f20;
  top: 7px;
  left: 7px;
}
.survey-questions__form-text {
  color: #000;
  font-weight: normal;
  line-height: 1.38;
  margin-bottom: 24px;
}
.survey-questions__form-check-list {
  padding-right: 28px;
}
.survey-questions__form-check-list .form-check-label {
  font-weight: normal !important;
}
.survey-questions__form-check-list .form-check-label:before {
  border-radius: 3px;
}
.survey-questions__form-check-list .form-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22%23000%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.survey-questions__form-textarea {
  min-height: 77.2px;
  margin: 10px 0 3px;
}
.survey-questions__slider {
  width: 100%;
  height: 100%;
  padding: 0 0 31px;
  font-size: 0;
}
.survey-questions__slider .swiper-slide {
  overflow: hidden;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: white;
}
.survey-questions__slider-img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.survey-questions__slider-video {
  height: 100%;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.survey-questions__slider-mask {
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 12px;
  z-index: 2;
}
.survey-questions__slider-controls {
  position: absolute;
  left: calc(50% - 38px);
  top: calc(50% - 50px);
  z-index: 3;
}
.survey-questions__slider-play-button {
  background-color: rgba(0, 0, 0, 0.34);
  background-position: 56% center;
  background-repeat: no-repeat;
  background-size: 26.5px 27.1px;
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22play%22%20class%3D%22svg-inline--fa%20fa-play%20fa-w-14%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20448%20512%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%3E%3C/path%3E%0A%09%3C/svg%3E%0A");
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.survey-questions__slider-time {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 5px 0 0;
}
.survey-questions__slider-letter {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 30px;
  width: auto;
  padding: 0 10px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 14px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.survey-questions__slider-paginator {
  position: absolute;
  top: 13px;
  right: 12px;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.survey-questions__slider-paginator *:not(:first-child) {
  margin-left: 7px;
}
.survey-questions__slider-paginator-button {
  background-color: rgba(0, 0, 0, 0.34);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  padding: 0;
  display: none;
}
.survey-questions__slider-paginator-button--prev {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M20.5%2015L11.5%2015%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2018.75%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2011.25%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__slider-paginator-button--next {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M9.60873%2015.1487L18.6085%2015.0833%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0831L14.8313%2011.3604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0832L14.8858%2018.8604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.survey-questions__slider-counter {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 13px;
  padding-left: 12.28px;
  padding-right: 12.28px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 15px;
  z-index: 5;
}
.survey-questions__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
  margin-left: -10px;
}
.survey-questions__option-check {
  margin-top: 10px;
  margin-left: 10px;
}
input[type='checkbox'] + .survey-questions__option-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  height: 48px;
  min-width: 48px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 23px;
  padding-left: 23px;
  color: #2e2f31;
  background-color: #fff;
}
input[type='checkbox'] + .survey-questions__option-label:before,
input[type='checkbox'] + .survey-questions__option-label:after {
  content: none;
}
input:checked + .survey-questions__option-label {
  padding-right: 25px;
  padding-left: 25px;
  border: none;
  color: #fff !important;
}
.survey-questions__copyright {
  font-size: 12px!important;
  text-decoration-line: underline;
}
.survey-questions__priority-item {
  border-radius: 8px;
  margin: 2px 0;
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -ms-flex-align: center;
      align-items: center;
}
.survey-questions__priority-item-drag {
  margin-right: 20px;
}
.survey-questions__priority-item.sortable-item--dragging {
  background-color: transparent !important;
  border: 2px dotted white;
}
.survey-questions__priority-item.sortable-item--mirror {
  box-shadow: 0px 6px 15px #3f65f1;
  box-shadow: 0px 6px 15px #3f65f1;
  box-shadow: 0px 6px 15px var(--poll-main-color);
}
.col-lg-5 .survey-questions__collapse-textarea {
  padding-right: 26px;
}
.survey-questions__collapse-textarea_serv {
  padding-top: 15px;
}
.survey-questions__collapse-textarea_serv textarea.form-control {
  min-height: 75px;
  max-height: 75px;
}
.js-surv {
  max-height: 370px;
  margin: 0 -15px;
}
.js-surv__inner {
  padding: 0 15px;
}
.survey-questions__serv {
  border-bottom: 1px solid #cfd8dc;
  border-top: 1px solid #cfd8dc;
  padding: 12px 0 15px;
  margin-bottom: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.survey-questions__serv .form-error_star {
  position: absolute;
  bottom: 5px;
}
.survey-questions__serv .name {
  font-style: normal;
  font-weight: bold;
  line-height: 1.62;
  padding-right: 15px;
  margin-bottom: 4px;
}
.survey-questions__serv .serving {
  font-size: 14px;
  line-height: 1.2;
  color: #73808d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.survey-questions__serv .serving .count {
  color: #000000;
}
.survey-questions__serv .serving span {
  margin-right: 10px;
}
.survey-questions__serv .rating {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.central .survey-questions__preview {
  margin: -10px auto 20px;
}
.central .survey-questions__question-like-all-button {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .survey-questions__choice--mobilescreen {
    display: none !important;
  }
  .survey-questions__wrapper_pre .rate-link {
    padding-top: 7px;
    padding-bottom: 20px;
  }
  .survey-questions__wrapper_pre .rate-link .survey-questions__question-like-all-button {
    margin: 0 !important;
  }
  .survey-questions__all-width-column {
    padding-left: 42px;
    padding-right: 42px;
  }
  .survey-questions__all-width-column .form-error_star {
    margin-top: 19px;
  }
  .survey-questions__serv .name {
    line-height: 1.2;
  }
  .survey-questions__serv .rating__star {
    width: 18px;
    height: 18px;
  }
  .survey-questions__serv .rating__star:not(:first-child) {
    margin-left: 11px !important;
  }
  .survey-questions {
    /** <Question> **/
    /** </Rating> **/
    /** <Form> **/
    /** </Form> **/
    /** <Slider> **/
    /** </Slider> **/
  }
  .survey-questions__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .survey-questions__wrapper {
    padding: 19px 25px;
  }
  .survey-questions__wrapper.ps {
    padding-left: 40px;
    padding-right: 40px;
  }
  .survey-questions__question--type_8 .survey-questions__wrapper {
    padding: 0;
  }
  .survey-questions__wrapper textarea.form-control {
    height: 75px;
  }
  .survey-questions__wrapper .form-error {
    font-size: 12px;
    padding-top: 2px;
  }
  .survey-questions__wrapper .form-error_inner {
    padding-top: 8px;
    margin-top: 0;
  }
  .survey-questions__wrapper .form-error_star {
    padding-top: 17px;
    margin-top: 0;
  }
  .survey-questions__wrapper .form-error_star_all {
    text-align: center;
    display: block;
    width: 100%;
  }
  .survey-questions__wrapper .form-error_no_space {
    white-space: nowrap;
  }
  .survey-questions__question-card {
    margin-top: 27px;
    padding: 21px 25px 21px;
    width: 680px;
  }
  .survey-questions__question-card.auth-card {
    width: 680px;
    padding: 21px 75px 21px;
  }
  .survey-questions__question-card.question-card--type_21 {
    padding: 50px;
    padding-top: 40px;
  }
  .survey-questions__question-card.question-card--type_21 .survey-questions__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .survey-questions__question-card.question-card--type_21 .survey-questions__wrapper .swiper-slide__description {
    margin-bottom: 30px;
  }
  .survey-questions__question .survey-questions__question-card > .survey-questions__question-card-column:first-child {
    width: 338px;
  }
  .survey-questions__question .survey-questions__question-card > .survey-questions__question-card-column:last-child {
    width: 246px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card {
    width: 680px;
    padding-bottom: 20px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-object {
    max-height: 292px;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
    overflow: visible !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element {
    display: none;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: calc(42.3% - 10px);
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child {
    width: calc(57.7% - 10px);
    margin-left: 20px;
    max-height: 371px;
    margin-top: 0;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child:before {
    display: block;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content {
    overflow: hidden !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content > .scroll-content {
    padding-right: 20px;
    overflow: auto !important;
  }
  .survey-questions__question--type_dishes .survey-questions__question-card > .survey-questions__question-card-column:last-child .survey-questions__question-card-column-content .scroll-element.scroll-y {
    display: block;
  }
  .survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-card-column {
    width: 100% !important;
  }
  .survey-questions__question--type_dishes.survey-questions__question--multimedia-type_less .survey-questions__question-like-all-button {
    margin-top: 0;
    margin-bottom: 21px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card {
    padding-right: 50px;
    padding-left: 50px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__question-card-column {
    width: 100% !important;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-text {
    margin-bottom: 16px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form-check-list {
    margin-top: 16px;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__form {
    width: calc(100%);
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__option {
    margin-left: -10px;
    margin-right: 0;
  }
  .survey-questions__question-rating-label {
    display: block;
  }
  .survey-questions__question-card-column {
    width: calc(50% - 25px);
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .survey-questions__question-card-column:not(:first-child) {
    margin-left: 50px;
  }
  .survey-questions__question-card-column:nth-child(2) {
    padding-top: 10px;
  }
  .survey-questions__question-actions {
    margin-top: 30px;
  }
  .survey-questions__question-object {
    position: relative;
    width: 100%;
    height: 338px;
    overflow: hidden;
  }
  .survey-questions__question-object--type_multiple-multimedia .survey-questions__question-object-content {
    max-height: unset;
  }
  .survey-questions__question-dish-rating {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .survey-questions__question-dish-rating-position {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .survey-questions__question-dish-rating-position-value {
    width: 134px;
    margin-left: 15px;
    margin-top: 0 !important;
  }
  .survey-questions__question-dish-rating-position-value .survey-questions__rating-star:not(:first-child) {
    margin-left: 11px;
  }
  .survey-questions__question-like-all-button {
    margin-bottom: 35px;
  }
  .survey-questions__rating-star {
    width: 24px;
    height: 24px;
  }
  .survey-questions__rating-star:not(:first-child) {
    margin-left: 14px;
  }
  [dir="ltr"] .survey-questions__choice {
    text-align: left;
  }
  [dir="rtl"] .survey-questions__choice {
    text-align: right;
  }
  .survey-questions__choice {
    display: none;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .survey-questions__choice--widescreen {
    display: block;
  }
  .survey-questions__choice--option {
    display: block;
  }
  .survey-questions__form {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .survey-questions__form-text {
    font-size: 15px;
  }
  .survey-questions__form-check-list {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .survey-questions__slider {
    padding: 0;
  }
  .survey-questions__slider .swiper-pagination {
    display: none;
  }
  .survey-questions__slider-paginator-button {
    display: block;
  }
  .survey-questions__slider-img {
    min-height: unset;
  }
  .survey-questions__slider-video {
    min-height: unset;
  }
  .survey-questions__option {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .survey-questions__choice--mobilescreen {
    display: none;
  }
  .form-control_full {
    width: 100%;
    min-height: 100px;
  }
  .form-control_full.sm {
    min-height: 75px;
  }
  .form-control.text-center {
    padding: 0 !important;
  }
  .survey-question__media-form-control + .form-error_inner {
    padding-top: 18px;
  }
  .survey-questions__question .survey-new-types-media-variants-slider .swiper-button-disabled {
    display: none;
  }
  .survey-questions__question--type_9 .survey-questions__wrapper,
  .survey-questions__question--type_10 .survey-questions__wrapper {
    padding: 11px 35px 9px;
  }
  .survey-questions__question--type_9 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--prev,
  .survey-questions__question--type_10 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--prev {
    left: -15px;
  }
  .survey-questions__question--type_9 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--next,
  .survey-questions__question--type_10 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--next {
    right: -15px;
  }
  .survey-questions__question--type_9 .survey-questions__media-variants-comment,
  .survey-questions__question--type_10 .survey-questions__media-variants-comment {
    padding: 0 10px 3px;
  }
  .swiper-slide__description {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .survey .survey-questions__question-message,
  .survey-start__title,
  .survey-end__title {
    font-size: 21px;
  }
  .survey-questions__all-width-column .rate-link {
    padding-bottom: 26px;
    margin-top: -10px;
  }
  .survey-questions__all-width-column .form-error_star {
    margin-top: 19px;
  }
  .col-lg-6 .survey-questions__question-like-all-button {
    margin: 40px 0 20px !important;
  }
  .form-group_file_comment {
    padding-left: 15px;
    padding-bottom: 17px;
  }
  .form-group_file_comment textarea.form-control {
    height: 100px;
  }
  .survey-questions__wrapper_pre .col-12.col-lg-7 ~ .col-12.col-lg-5 {
    padding-left: 41px;
    padding-right: 41px;
  }
  .survey-questions__wrapper_pre .col-12.col-lg-7 ~ .col-lg-5 .survey-questions__collapse-textarea {
    padding-right: 0;
  }
  .survey-questions__wrapper_pre.no-margin ~ .survey-questions__variants,
  .survey-questions__variants {
    padding-top: 15px;
  }
  .survey__images-form-control-content .survey__images-form-control-item,
  .survey__images-form-control-content .survey__images-form-control-add-button {
    margin-top: 20px;
    margin-left: 17px;
  }
  .form-group_file_comment {
    margin-bottom: -10px;
  }
  .survey-questions__preview {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 5px);
  }
  .survey-questions__wrapper_pre .col-12.col-lg-7 ~ .col-12.col-lg-5 {
    padding-top: 33px;
  }
  .survey-questions__wrapper_pre .rating__star {
    width: 28px;
    height: 28px;
  }
  .survey-questions__choice--widescreen {
    display: none;
  }
  .survey-questions__choice--mobilescreen {
    display: block;
  }
  .rating {
    -ms-flex-pack: center;
        justify-content: center;
  }
  textarea.form-control {
    height: 90px;
  }
  .survey__container .survey-question__media-form-control-list {
    margin-bottom: -30px;
  }
  .form-error_star {
    display: block;
    text-align: center;
  }
  .col-4.offset-4 .form-group,
  .col-8 + .col-4 .form-group {
    width: 90px;
    margin-left: -4px;
  }
  .col-4.offset-4 .form-group .form-control.is-invalid,
  .col-8 + .col-4 .form-group .form-control.is-invalid {
    padding: 16px 18px;
  }
  .col-4.offset-4 .form-error,
  .col-8 + .col-4 .form-error {
    position: absolute;
    min-width: 110px;
    max-width: 120px;
  }
  .survey-questions__search-menu-item {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 24px;
    min-height: 34px;
    font-size: 14px;
    line-height: 1.34;
  }
  .survey-questions__search-menu-item--focus {
    background: #f1f5f6;
  }
  .survey-questions__question:not(.survey-questions__question--type_dishes).survey-questions__question--multimedia-type_less .survey-questions__choice {
    text-align: center;
  }
  .survey-questions__rating {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .survey-questions__question {
    width: 100%;
  }
  .survey-questions__wrapper {
    padding: 30px 36px 37px;
  }
  .survey-questions__question--type_8 .survey-questions__wrapper {
    padding: 0;
  }
  .survey-questions__question--type_21 .survey-questions__wrapper {
    padding-top: 15px;
  }
  .survey-questions__question-actions {
    margin-top: 20px;
  }
  .survey-questions__question-card {
    padding: 0;
  }
  .survey-question__media-form-control {
    margin-left: -36px;
    width: calc(100% + 36px * 2);
    padding: 0 0 0 20px;
    margin-top: -30px;
    margin-bottom: -20px;
  }
  .survey-question__media-form-control-list-content_flex .survey-questions__image.survey-question__media-form-control-list-item {
    margin: 10px 10px 0 0 !important;
  }
  .survey__container .survey-question__media-form-control-list-content {
    padding-top: 7px;
  }
  .survey__images-form-control-content {
    margin-top: -10px;
  }
  .form-group_file_comment {
    padding-top: 10px;
    margin-bottom: -10px !important;
    margin-left: -15px;
    padding-left: 0;
  }
  .survey-question__media-form-control + .form-error_inner {
    padding-top: 25px;
    margin-left: -15px;
    margin-bottom: -25px;
  }
  .survey-question__media-form-control-list-content_flex .survey-question__media-form-control-list-loading-placeholder {
    margin: 10px 10px 0 0 !important;
  }
  .survey-questions__serv {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 14px 42px 18px;
    display: block;
  }
  .survey-questions__serv:first-child {
    border-top: 1px solid #cfd8dc;
  }
  .survey-questions__serv .rating {
    padding-top: 17px;
  }
  .survey-questions__collapse-textarea_serv {
    padding-left: 27px;
    padding-right: 27px;
  }
  .central .survey-questions__question-like-all-button {
    margin: -8px 0 25px;
  }
  .survey-questions__question--type_2 .survey-questions__wrapper,
  .survey-questions__question--type_6 .survey-questions__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .survey-questions__question--type_9 .survey-questions__wrapper,
  .survey-questions__question--type_10 .survey-questions__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .survey-questions__question--type_9 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--prev,
  .survey-questions__question--type_10 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--prev {
    left: 15px;
  }
  .survey-questions__question--type_9 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--next,
  .survey-questions__question--type_10 .survey-questions__preview.survey-question-media-variants__preview .survey-new-types-media-variants-slider .swiper-slider-control--next {
    right: 15px;
  }
  .survey-questions__question--type_9 .survey-questions__media-variants-comment,
  .survey-questions__question--type_10 .survey-questions__media-variants-comment {
    padding: 0 20px 25px;
  }
  .swiper-slide__description {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .col-12.col-lg-8.offset-lg-2 .col-8:not(.offset-2) {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-12.col-lg-8.offset-lg-2 .col-8:not(.offset-2) .date-input-group .form-control {
    padding-right: 29px;
  }
  .col-12.col-lg-8.offset-lg-2 .col-8:not(.offset-2) .date-input-group__icon {
    right: 6px;
  }
  .col-12.col-lg-8.offset-lg-2 .col-4:not(.offset-4) {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .survey-questions__preview {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.col-lg-6 .survey-questions__preview {
  width: 100%;
  height: 245px;
}
.survey .survey-question__media-form-control-list-item {
  width: 100%;
  height: 245px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  cursor: pointer;
}
.swiper-slide-active.active-tab ~ .swiper-slide-active.active-tab {
  display: none !important;
}
.survey-questions__tab-pane.tab-pane.fade.show.in.active ~ .survey-questions__tab-pane.tab-pane.fade.show.in.active {
  display: none !important;
}
.no-animate .survey-questions__tab-pane.tab-pane {
  animation: none;
}
.no-animate .js-clone {
  position: absolute;
}
.no-animate .survey-questions__tab-pane.tab-pane.active {
  animation: none;
}
.no-animate .swiper-slide,
.no-animate .swiper-wrapper {
  transition: none !important;
}
.no-animate .smart-hide {
  opacity: 0;
}
.survey-questions__question.survey-questions__question--type_10 .survey-questions__question-card .survey-questions__wrapper .survey-question__assessment-type-selector-rating,
.survey-questions__question.survey-questions__question--type_9 .survey-questions__question-card .survey-questions__wrapper .survey-question__assessment-type-selector-rating {
  padding-bottom: 10px;
}
.survey-questions__question.survey-questions__question--type_10 .survey-questions__question-card .survey-questions__wrapper .survey-questions__media-variants-comment,
.survey-questions__question.survey-questions__question--type_9 .survey-questions__question-card .survey-questions__wrapper .survey-questions__media-variants-comment {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.survey-questions__question.survey-questions__question--type_10 .survey-questions__question-card .survey-questions__wrapper .form-error {
  padding-top: 10px;
  margin: 0;
}
.survey-questions__question.survey-questions__question--type_9 .survey-questions__question-card .survey-questions__wrapper .form-error {
  margin: 0;
}
.poll-question-gallery {
  width: 100%;
  margin-bottom: 15px;
}
.poll-question-gallery .swiper-slide {
  max-width: 100%;
}
.poll-question-gallery .swiper-slide__media {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0;
  position: relative;
}
.poll-question-gallery .swiper-slide__media img {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  transform: translate(-50%, -50%);
  object-fit: contain!important;
  object-position: center;
}
.poll-question-gallery .swiper-slide__media .i-icon-photovideo {
  width: 138px;
  height: 107px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22138%22%20height%3D%22107%22%20viewBox%3D%220%200%20138%20107%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M52.1797%2088.8824V91.5421C52.1797%2099.9865%2059.0099%20106.84%2067.4456%20106.84H122.278C130.714%20106.84%20137.544%2099.9865%20137.544%2091.5421V36.5757C137.544%2028.1312%20130.714%2021.2773%20122.278%2021.2773H89.5554V25.2773H122.278C128.495%2025.2773%20133.544%2030.3312%20133.544%2036.5757V80.3453L119.313%2069.2113L119.297%2069.1985C118.142%2068.3142%20116.665%2067.8737%20115.203%2067.8737C113.741%2067.8737%20112.263%2068.3142%20111.109%2069.1985L111.087%2069.2153L99.0638%2078.6862L89.5554%2069.5013V75.0628L97.5405%2082.7761C98.2598%2083.471%2099.3819%2083.5276%20100.168%2082.9087L113.549%2072.3675C113.921%2072.0865%20114.511%2071.8737%20115.203%2071.8737C115.896%2071.8737%20116.487%2072.0874%20116.858%2072.3692L116.865%2072.3743L133.544%2085.4242V91.5421C133.544%2097.7865%20128.495%20102.84%20122.278%20102.84H67.4456C61.2282%20102.84%2056.1797%2097.7865%2056.1797%2091.5421V88.8824H52.1797ZM105.032%2034.5757C98.3061%2034.5757%2092.8618%2040.0403%2092.8618%2046.771C92.8618%2053.5018%2098.3061%2058.9664%20105.032%2058.9664C111.758%2058.9664%20117.203%2053.5018%20117.203%2046.771C117.203%2040.0403%20111.758%2034.5757%20105.032%2034.5757ZM96.8618%2046.771C96.8618%2042.2403%20100.524%2038.5757%20105.032%2038.5757C109.54%2038.5757%20113.203%2042.2403%20113.203%2046.771C113.203%2051.3018%20109.54%2054.9664%20105.032%2054.9664C100.524%2054.9664%2096.8618%2051.3018%2096.8618%2046.771Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2012.6387C2%206.76309%206.75148%202%2012.6127%202H72.7514C78.6127%202%2083.3642%206.76309%2083.3642%2012.6387V72.9244C83.3642%2078.7999%2078.6127%2083.563%2072.7514%2083.563H12.6127C6.75148%2083.563%202%2078.7999%202%2072.9244V12.6387Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M56.2909%2047.4607C59.3712%2045.7519%2059.3712%2041.4799%2056.2909%2039.7712L37.2313%2029.1981C34.151%2027.4893%2030.3006%2029.6252%2030.3006%2033.0428V54.189C30.3006%2057.6066%2034.151%2059.7426%2037.2313%2058.0338L56.2909%2047.4607Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.poll-question-gallery .swiper-slide__media .i-icon-photo {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M94%2071L74.2545%2055.5884C73.3917%2054.9293%2072.2209%2054.5589%2071%2054.5589C69.7791%2054.5589%2068.6083%2054.9293%2067.7455%2055.5884L52.6%2067.4898L28.2545%2044.03C27.3917%2043.3709%2026.2209%2043.0005%2025%2043.0005C23.7791%2043.0005%2022.6083%2043.3709%2021.7455%2044.03L2%2063.9796M17%2094H79C87.2843%2094%2094%2087.2843%2094%2079V17C94%208.71573%2087.2843%202%2079%202H17C8.71573%202%202%208.71573%202%2017V79C2%2087.2843%208.71573%2094%2017%2094ZM59.5%2040C65.8513%2040%2071%2034.8513%2071%2028.5C71%2022.1487%2065.8513%2017%2059.5%2017C53.1487%2017%2048%2022.1487%2048%2028.5C48%2034.8513%2053.1487%2040%2059.5%2040Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.poll-question-gallery .swiper-slide__media .i-icon-video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M2%2014C2%207.37259%207.37258%202%2014%202H82C88.6274%202%2094%207.37258%2094%2014V82C94%2088.6274%2088.6274%2094%2082%2094H14C7.37259%2094%202%2088.6274%202%2082V14Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3Cpath%20d%3D%22M63.3877%2053.2779C66.8707%2051.3505%2066.8707%2046.5319%2063.3878%2044.6044L41.8367%2032.6784C38.3537%2030.7509%2034%2033.1602%2034%2037.0151V60.8672C34%2064.7221%2038.3537%2067.1314%2041.8367%2065.204L63.3877%2053.2779Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%224%22/%3E%0A%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.poll-question-gallery .swiper-slide--empty {
  background: transparent !important;
}
.poll-question-gallery .swiper-slide--empty .swiper-slide__media {
  background: #eceff1;
  border-radius: 16px;
}
.poll-question-gallery .swiper-slide--empty i {
  width: 90px !important;
  height: 90px !important;
}
.poll-question-gallery .swiper-slide__description {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
  width: 100%;
  text-align: left;
  padding: 0 15px;
  margin-top: 15px;
}
.poll-question-gallery .swiper-slide .icon-play-button {
  border: none;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2273%22%20height%3D%2251%22%20viewBox%3D%220%200%2073%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M70.904%207.966a9.151%209.151%200%2000-6.385-6.583C58.857%200%2036.21%200%2036.21%200S13.563%200%207.902%201.514a9.15%209.15%200%2000-6.386%206.583A95.458%2095.458%200%2000.002%2025.51a95.458%2095.458%200%20001.514%2017.545%209.15%209.15%200%20006.386%206.32c5.661%201.514%2028.308%201.514%2028.308%201.514s22.647%200%2028.309-1.514a9.151%209.151%200%20006.385-6.583%2095.45%2095.45%200%20001.514-17.282%2095.455%2095.455%200%2000-1.514-17.544z%22%20fill%3D%22rgba%280,%200,%200,%200.6%29%22/%3E%3Cpath%20d%3D%22M28.804%2036.274L47.73%2025.51%2028.804%2014.748v21.527z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.poll-question-gallery .swiper-slider-control {
  position: absolute;
  top: 0;
  bottom: calc(100% - 235px);
  margin: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
}
.poll-question-gallery .swiper-slider-control--prev {
  left: -16px;
}
.poll-question-gallery .swiper-slider-control--next {
  right: -16px;
}
.poll-question-gallery .swiper-slider-control.swiper-button-disabled {
  display: none;
}
@media (max-width: 768px) {
  .poll-question-gallery .swiper-slide__media {
    height: 240px;
    border-radius: 18px;
  }
  .poll-question-gallery .swiper-slider-control--prev {
    left: 10px;
  }
  .poll-question-gallery .swiper-slider-control--next {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .poll-question-gallery .swiper-slide__media {
    height: 63.5vw;
  }
}
.poll-question-comment {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .poll-question-comment {
    margin-top: 40px;
  }
}
.question-card--type_14 .poll-question-comment {
  margin-top: 30px;
}
.survey-questions__body .foquz-success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 260px;
  color: #2E2F31;
  z-index: 1000;
  box-shadow: 0px 5px 20px 0px rgba(115, 128, 141, 0.4);
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@keyframes copied {
  0% {
    background-color: rgba(from #3f65f1 r g b / 0);
    background-color: rgba(from #3f65f1 r g b / 0);
    background-color: rgba(from var(--poll-main-color) r g b / 0);
  }
  20% {
    background-color: rgb(from #3f65f1 r g b / 0.7);
    background-color: rgb(from #3f65f1 r g b / 0.7);
    background-color: rgb(from var(--poll-main-color) r g b / 0.7);
  }
  40% {
    background-color: rgb(from #3f65f1 r g b / 0.3);
    background-color: rgb(from #3f65f1 r g b / 0.3);
    background-color: rgb(from var(--poll-main-color) r g b / 0.3);
  }
  60% {
    background-color: rgb(from #3f65f1 r g b / 0.7);
    background-color: rgb(from #3f65f1 r g b / 0.7);
    background-color: rgb(from var(--poll-main-color) r g b / 0.7);
  }
  100% {
    background-color: rgb(from #3f65f1 r g b / 0);
    background-color: rgb(from #3f65f1 r g b / 0);
    background-color: rgb(from var(--poll-main-color) r g b / 0);
  }
}
.matrix-controller table th,
.matrix-controller table td {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
}
.matrix-controller table th.sticky,
.matrix-controller table td.sticky {
  background: white;
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 50px;
}
.matrix-controller table .f-table__outer-cell,
.matrix-controller table .f-table__outer-head-cell {
  background: white;
}
.matrix-controller table .f-table__row--error .sticky {
  background: inherit;
}
.matrix-controller table .f-table__row--error .f-table__outer-cell,
.matrix-controller table .f-table__row--error .f-table__outer-head-cell {
  background: inherit;
}
.matrix-controller__row {
  margin-bottom: 20px;
}
.matrix-controller__row-wrapper .ps__rail-x {
  display: none;
  visibility: hidden;
}
.matrix-controller__row--error .matrix-controller__item {
  background: #FFDDDD;
}
.matrix-controller__skip {
  color: #73808D;
  margin-bottom: 20px;
}
.matrix-controller__item {
  background: #E1E8EB;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  cursor: pointer;
  min-height: 36px;
  border-radius: 4px;
  padding: 5px 10px;
  min-width: 50px;
  max-width: 150px;
  margin-right: 2px;
  color: #2e2f31;
  transition: background 300ms ease-in-out;
}
.matrix-controller__item input {
  display: none;
}
.matrix-controller__item.active {
  color: white;
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
}
.matrix-controller--differencial {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.matrix-controller--differencial table td {
  border: none;
}
.matrix-controller--differencial table tr:last-child {
  border: none;
}
.matrix-controller--differencial table .matrix-controller__value {
  max-width: 52px;
  padding: 1px;
}
.matrix-controller--differencial table .matrix-controller__item {
  min-width: 0;
  max-width: auto;
  width: 48px;
}
.matrix-controller--differencial table .matrix-controller__label {
  width: 50%;
  padding: 1px 15px;
  line-height: 1;
}
.matrix-controller--differencial table .matrix-controller__start-label {
  padding-right: 20px;
}
.matrix-controller--differencial table .matrix-controller__start-label {
  padding-left: 20px;
}
.matrix-controller--differencial .matrix-controller__labels > div {
  max-width: 50%;
}
.matrix-controller--differencial .matrix-controller__labels > div:first-child {
  padding-right: 10px;
}
[dir="ltr"] .matrix-controller--differencial .matrix-controller__labels > div:last-child {
  text-align: right;
}
[dir="rtl"] .matrix-controller--differencial .matrix-controller__labels > div:last-child {
  text-align: left;
}
.matrix-controller--differencial .matrix-controller__labels > div:last-child {
  padding-left: 10px;
}
.matrix-controller--differencial .matrix-controller__label {
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .matrix-controller--differencial {
    max-width: none;
  }
}
:root {
  --poll-bg-image: url("/img/themes/background4.jpg");
  --poll-mobile-bg-image: url("/img/themes/background4.jpg");
  --poll-finish-bg-image: var(--poll-bg-image);
  --poll-bg-cover: block;
  --poll-start-screen-bg: var(--poll-finish-bg-image);
  --poll-end-screen-bg: var(--poll-finish-bg-image);
  --poll-bg-color: #cfd8dc;
  --poll-text-on-bg: white;
  --poll-main-color: #3f65f1;
  --poll-main-place-color: #ffffff;
  --poll-button-text: white;
  --poll-text-on-place: black;
  --poll-link-color: white;
  --poll-font-family: Arial, Helvetica, sans-serif;
  --poll-font-size: 14px;
  --f-poll-font-size: 14px;
  --poll-service-font-size: 14px;
  --poll-error-font-size: 13px;
  --poll-button-font-size: 16px;
  --poll-header-font-size: 30px;
  --f-poll-header-font-size: 30px;
  --poll-next-button-radius: 24px;
  --poll-next-button-background-color: rgba(63, 101, 241, 0);
  --poll-next-button-text-color: #ffffff;
  --poll-next-button-stroke-color: #3f65f1;
  --poll-back-button-radius: 24px;
  --poll-back-button-background-color: rgba(255, 255, 255, 0);
  --poll-back-button-text-color: #ffffff;
  --poll-back-button-stroke-color: #ffffff;
  --poll-start-button-radius: 24px;
  --poll-start-button-background-color: #3f65f1;
  --poll-start-button-text-color: #ffffff;
  --poll-start-button-stroke-color: #3f65f1;
  --poll-buttons-bg: rgba(0, 0, 0, 0.85);
  --fc-paginator-color: var(--poll-main-color);
}
.survey {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
  background-color: #cfd8dc;
  background-color: #cfd8dc;
  background-color: var(--poll-bg-color);
  background-image: url("/img/themes/background4.jpg");
  background-image: url("/img/themes/background4.jpg");
  background-image: var(--poll-finish-bg-image);
}
.survey * {
  font-size: inherit;
}
.survey button,
.survey .btn {
  font-family: inherit !important;
  font-size: 16px;
  font-size: 16px;
  font-size: var(--poll-button-font-size);
}
.survey input,
.survey textarea {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-service-font-size);
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.survey input:-ms-input-placeholder, .survey textarea:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}
.survey input::-ms-input-placeholder, .survey textarea::-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}
.survey input::placeholder,
.survey textarea::placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}
.survey__background-covering {
  display: block;
  display: block;
  display: var(--poll-bg-cover);
}
.survey[data-screen="start"] {
  background-image: url("/img/themes/background4.jpg");
  background-image: url("/img/themes/background4.jpg");
  background-image: var(--poll-start-screen-bg);
}
.survey[data-screen="end"] {
  background-image: url("/img/themes/background4.jpg");
  background-image: url("/img/themes/background4.jpg");
  background-image: var(--poll-end-screen-bg);
}
.survey.survey__initializing {
  background-image: none !important;
}
.survey__header {
  background-color: rgba(0,0,0,0.50196);
}
.survey__complaint-card {
  background-color: #fff;
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey__complaint-card textarea {
  color: #2e2f31;
}
.survey__complaint-card textarea:focus {
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.survey__complaint-actions-button,
.survey__complaint-actions-button:hover,
.survey__complaint-actions-button:focus {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey__complaint-actions-button.survey__complaint-actions-button--accent,
.survey__complaint-actions-button.survey__complaint-actions-button--accent:hover,
.survey__complaint-actions-button.survey__complaint-actions-button--accent:focus {
  border-color: #3f65f1 !important;
  border-color: #3f65f1 !important;
  border-color: var(--poll-main-color) !important;
}
.survey__complaint-end-title {
  font-size: 30px;
  font-size: 30px;
  font-size: var(--poll-header-font-size);
  line-height: 1.25;
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
  font-weight: 700;
}
.survey__complaint-end-text {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
}
.survey__unsubscribe-text {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey__unsubscribe-unsubscribe-button {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  color: white;
  color: white;
  color: var(--poll-button-text);
  font-size: 14px !important;
  font-size: 14px !important;
  font-size: var(--poll-service-font-size) !important;
}
.survey__unsubscribe-stay-button,
.survey__unsubscribe-stay-button:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey input[type="checkbox"] + label,
.survey input[type="radio"] + label {
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey input[type="checkbox"]:checked + .form-check-label,
.survey input[type="radio"]:checked + .form-check-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.survey input[type="checkbox"]:checked + .form-check-label:before,
.survey input[type="radio"]:checked + .form-check-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.survey input[type="checkbox"]:checked + .form-check-label:after,
.survey input[type="radio"]:checked + .form-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.survey .f-radio-label {
  font-size: inherit !important;
}
.survey .f-radio-input:checked + .f-radio-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.survey .f-radio-input:checked + .f-radio-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.survey .f-radio-input:checked + .f-radio-label:after {
  background-color: white;
  color: white;
}
.survey .f-check-label {
  font-size: inherit !important;
}
.survey .f-check-input:checked + .f-check-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.survey .f-check-input:checked + .f-check-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.survey .f-check-input:checked + .f-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.survey .form-label {
  color: inherit;
  font-size: inherit !important;
}
.survey .table {
  color: inherit;
  font-size: inherit;
}
.survey .form-error {
  font-size: 13px;
  font-size: 13px;
  font-size: var(--poll-error-font-size);
}
.survey-questions__preview {
  background-color: #cfd8dc;
  background-color: #cfd8dc;
  background-color: var(--poll-bg-color);
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__modern-paginator-anchor {
  font-size: 14px !important;
  font-size: 14px !important;
  font-size: var(--poll-service-font-size) !important;
}
.survey-questions__modern-paginator-anchor.active-anchor .survey-questions__modern-paginator-anchor-num-wrapper {
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.survey-questions__modern-paginator-anchor.active-anchor .survey-questions__modern-paginator-anchor-num {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  color: #fff;
}
.survey-questions__modern-paginator-anchor-text {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-card {
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--poll-main-place-color);
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__question-card input,
.survey-questions__question-card textarea {
  color: #000000;
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-service-font-size);
}
.survey-questions__question-card input:not(.is-invalid):focus,
.survey-questions__question-card textarea:not(.is-invalid):focus {
  border-color: #3f65f1 !important;
  border-color: #3f65f1 !important;
  border-color: var(--poll-main-color) !important;
}
.survey-questions__question-card input:-ms-input-placeholder, .survey-questions__question-card textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-service-font-size);
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.survey-questions__question-card input::-ms-input-placeholder, .survey-questions__question-card textarea::-ms-input-placeholder {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-service-font-size);
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.survey-questions__question-card input::placeholder,
.survey-questions__question-card textarea::placeholder {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-service-font-size);
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.survey-questions__question--type_8 .survey-questions__question-card {
  background: transparent !important;
}
.survey-questions__question-card .swiper-slide__description {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
}
.survey-questions__priority-item {
  background-color: #fff;
}
.survey-questions__search-menu {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.survey-questions__question-message {
  font-size: 30px;
  font-size: 30px;
  font-size: var(--poll-header-font-size);
  line-height: 1.15;
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-subdescription {
  font-size: 14px;
  font-size: 14px;
  font-size: var(--poll-font-size);
  line-height: 1.15;
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-required {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-like-all-button {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  color: white;
  color: white;
  color: var(--poll-button-text);
  font-size: 14px !important;
  font-size: 14px !important;
  font-size: var(--poll-service-font-size) !important;
}
.survey-questions__choice {
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__form-text {
  font-size: 15px;
}
.survey-questions__question-actions-btn,
.survey-questions__question-actions-btn:hover,
.survey-questions__question-actions-btn:focus,
.survey-questions__question-actions-btn:active {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-actions-btn.survey-questions__question-actions-btn--next {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-next-button-text-color) !important;
  border-color: #3f65f1 !important;
  border-color: #3f65f1 !important;
  border-color: var(--poll-next-button-stroke-color) !important;
  background: rgba(63, 101, 241, 0) !important;
  background: rgba(63, 101, 241, 0) !important;
  background: var(--poll-next-button-background-color) !important;
  border-radius: 24px !important;
  border-radius: 24px !important;
  border-radius: var(--poll-next-button-radius) !important;
}
.survey-questions__question-actions-btn.survey-questions__question-actions-btn--prev {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-back-button-text-color) !important;
  border-color: #ffffff !important;
  border-color: #ffffff !important;
  border-color: var(--poll-back-button-stroke-color) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: var(--poll-back-button-background-color) !important;
  border-radius: 24px !important;
  border-radius: 24px !important;
  border-radius: var(--poll-back-button-radius) !important;
}
.survey-questions__slider .swiper-pagination-bullet-active {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
}
input:checked + .survey-questions__option-label {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-questions__question-object--type_text .survey-questions__question-object-content {
  background-color: #cfd8dc;
  background-color: #cfd8dc;
  background-color: var(--poll-bg-color);
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__copyright,
.survey-questions__copyright:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-questions__serv .serving {
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__serv .serving .count {
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__question-dish-rating-position-name {
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-questions__question--type_16 {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.comment-card {
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--poll-main-place-color);
  color: black;
  color: black;
  color: var(--poll-text-on-place);
}
.survey-start__title,
.survey-start__title > * {
  font-size: 30px;
  font-size: 30px;
  font-size: var(--poll-header-font-size);
  line-height: 1.25;
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-start__title a {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-start__text {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-start__text a {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-start__start-button {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-start-button-text-color) !important;
  border: 2px solid #3f65f1 !important;
  border: 2px solid #3f65f1 !important;
  border: 2px solid var(--poll-start-button-stroke-color) !important;
  background: #3f65f1 !important;
  background: #3f65f1 !important;
  background: var(--poll-start-button-background-color) !important;
  border-radius: 24px !important;
  border-radius: 24px !important;
  border-radius: var(--poll-start-button-radius) !important;
}
.survey-start__start-button:hover,
.survey-start__start-button:focus,
.survey-start__start-button:active {
  color: white;
}
.survey-start__complaint-message {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-start__complain-button,
.survey-start__complain-button:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-start__unsubscribe-button,
.survey-start__unsubscribe-button:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-report__back button {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-back-button-text-color) !important;
  border: 2px solid #ffffff !important;
  border: 2px solid #ffffff !important;
  border: 2px solid var(--poll-back-button-stroke-color) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: var(--poll-back-button-background-color) !important;
  border-radius: 24px !important;
  border-radius: 24px !important;
  border-radius: var(--poll-back-button-radius) !important;
}
.survey-report__back button svg {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-back-button-text-color) !important;
}
.survey-end__title,
.survey-end__title > * {
  font-size: 30px;
  font-size: 30px;
  font-size: var(--poll-header-font-size);
  line-height: 1.25;
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-end__title a {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-end__text {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-end__text a {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-end__points-button {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-back-button-text-color) !important;
  border: 2px solid #ffffff !important;
  border: 2px solid #ffffff !important;
  border: 2px solid var(--poll-back-button-stroke-color) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: var(--poll-back-button-background-color) !important;
  border-radius: 24px !important;
  border-radius: 24px !important;
  border-radius: var(--poll-back-button-radius) !important;
}
.survey-end__points-button,
.survey-end__points-button:hover,
.survey-end__points-button:focus,
.survey-end__points-button:active {
  color: #ffffff !important;
  color: #ffffff !important;
  color: var(--poll-back-button-text-color) !important;
  border: 2px solid #ffffff !important;
  border: 2px solid #ffffff !important;
  border: 2px solid var(--poll-back-button-stroke-color) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  background: var(--poll-back-button-background-color) !important;
}
.survey-end__promo-code-copy-button {
  background-color: #3f65f1;
  background-color: #3f65f1;
  background-color: var(--poll-main-color);
  color: white;
  color: white;
  color: var(--poll-button-text);
}
.survey-end__promo-code-value {
  color: white;
  color: white;
  color: var(--poll-text-on-bg);
}
.survey-end__complaint-message {
  color: #fff;
}
.survey-end__complain-button,
.survey-end__complain-button:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.survey-end__unsubscribe-button,
.survey-end__unsubscribe-button:hover {
  color: white;
  color: white;
  color: var(--poll-link-color);
}
.period-picker .drp-calendar {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.period-picker .drp-calendar tbody td:not(.off).start-date,
.period-picker .drp-calendar tbody td:not(.off).end-date {
  background-color: #3f65f1 !important;
  background-color: #3f65f1 !important;
  background-color: var(--poll-main-color) !important;
}
.foquz-combo-dropdown {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--poll-font-family);
}
.foquz-combo-dropdown input[type="checkbox"] + label,
.foquz-combo-dropdown input[type="radio"] + label {
  color: #73808d;
}
.foquz-combo-dropdown input[type="checkbox"]:checked + .form-check-label,
.foquz-combo-dropdown input[type="radio"]:checked + .form-check-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.foquz-combo-dropdown input[type="checkbox"]:checked + .form-check-label:before,
.foquz-combo-dropdown input[type="radio"]:checked + .form-check-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.foquz-combo-dropdown input[type="checkbox"]:checked + .form-check-label:after,
.foquz-combo-dropdown input[type="radio"]:checked + .form-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.foquz-combo-dropdown .f-radio-label {
  font-size: inherit !important;
}
.foquz-combo-dropdown .f-radio-input:checked + .f-radio-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.foquz-combo-dropdown .f-radio-input:checked + .f-radio-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.foquz-combo-dropdown .f-radio-input:checked + .f-radio-label:after {
  background-color: white;
  color: white;
}
.foquz-combo-dropdown .f-check-label {
  font-size: inherit !important;
}
.foquz-combo-dropdown .f-check-input:checked + .f-check-label {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.foquz-combo-dropdown .f-check-input:checked + .f-check-label:before {
  background: #3f65f1;
  background: #3f65f1;
  background: var(--poll-main-color);
  border-color: #3f65f1;
  border-color: #3f65f1;
  border-color: var(--poll-main-color);
}
.foquz-combo-dropdown .f-check-input:checked + .f-check-label:after {
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M8.49373%200.758435C8.83831%200.413855%209.39698%200.413855%209.74156%200.758435C10.0861%201.10302%2010.0861%201.66169%209.74156%202.00627L4.44745%207.30039C4.10287%207.64497%203.54419%207.64497%203.19961%207.30039L0.258435%204.35921C-0.0861451%204.01463%20-0.0861451%203.45596%200.258435%203.11138C0.603015%202.7668%201.16169%202.7668%201.50627%203.11138L3.82353%205.42864L8.49373%200.758435Z%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.foquz-combo-dropdown .foquz-combo__select {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
}
.foquz-combo-dropdown .foquz-combo__empty {
  color: black !important;
  color: black !important;
  color: var(--poll-text-on-place) !important;
  opacity: 0.6;
}
.foquz-combo-dropdown .foquz-combo__search .form-control {
  font-family: Arial, Helvetica, sans-serif !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-family: var(--poll-font-family) !important;
}
.foquz-combo-dropdown .foquz-combo__search .form-control:focus {
  border-color: #3f65f1 !important;
  border-color: #3f65f1 !important;
  border-color: var(--poll-main-color) !important;
}
.survey .form-control.is-invalid,
.survey .is-invalid .form-control {
  background: white !important;
}
.matrix-controller .matrix-lg .os-padding {
  background: white;
}
.matrix-controller .matrix-sm .native-scrollbar.native-scrollbar--indicator.native-scrollbar--has-x:before {
  background: linear-gradient(to right, #ffffff, transparent);
  background: linear-gradient(to right, #ffffff, transparent);
  background: linear-gradient(to right, var(--poll-main-place-color), transparent);
}
.matrix-controller .matrix-sm .native-scrollbar.native-scrollbar--indicator.native-scrollbar--has-x:after {
  background: linear-gradient(to left, #ffffff, transparent);
  background: linear-gradient(to left, #ffffff, transparent);
  background: linear-gradient(to left, var(--poll-main-place-color), transparent);
}
@media screen and (max-width: 767px) {
  :root {
    --poll-font-size: 14px !important;
    --poll-header-font-size: 19px !important;
    --poll-finish-bg-image: var(--poll-mobile-bg-image);
  }
  .survey-questions__question-subdescription {
    font-size: 14px;
  }
}
.survey--tablet .survey-questions__question-card {
  width: 100% !important;
  padding-left: 85px;
  padding-right: 85px;
}
.survey--tablet .survey-questions__question-required {
  font-size: 16px !important;
  margin-top: 0;
}
.survey--tablet .survey-questions__question-message {
  font-size: 32px !important;
}
.survey--tablet .survey-questions__question-subdescription {
  font-size: 19px;
}
.survey--tablet .survey-questions__question-card input,
.survey--tablet .survey-questions__question-card textarea {
  font-size: 22px !important;
}
.survey--tablet .survey-questions__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.survey--tablet .survey-questions__wrapper .form-error {
  font-size: 19px !important;
  margin-top: 35px;
}
.survey--tablet .survey-questions__wrapper .poll-question-comment .form-label {
  font-size: 22px !important;
}
.survey--tablet .survey-questions__wrapper .poll-question-gallery .swiper-slide__description {
  font-size: 19px !important;
}
.no-back-button .survey-questions__question-actions-btn--prev {
  display: none;
}
.no-back-button .survey-questions__question-actions-btn:not(:first-child) {
  margin-left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .survey-questions__question-card textarea,
  .survey-questions__question-card input,
  .survey-questions__question-card select:focus,
  .survey-questions__question-card textarea:focus,
  .survey-questions__question-card input:focus {
    font-size: 16px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .survey-questions__preview--text {
    display: table-cell;
    vertical-align: middle;
  }
  .matrix-controller__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.design__menu-type {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cfd8dc;
  height: 65px;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.design__menu-type li {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  border-right: 1px solid #cfd8dc;
  opacity: 0.4;
}
.design__menu-type li:last-child {
  border-right: 0;
}
.design__menu-type a {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  color: #2e2f31;
}
.design__menu-type a:hover,
.design__menu-type a:focus {
  text-decoration: none;
}
.design__menu-type a:hover {
  color: #2e2f31;
}
.design__menu-type .active {
  opacity: 1;
}
.design__menu-type .active a {
  color: #2e2f31;
}
.design__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.design__form .form-group {
  margin-bottom: 30px;
}
.design__form .form-btns {
  background-color: rgba(242, 242, 242, 0.28);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding: 20px;
  margin-top: 15px;
}
.design__form .form-btns .btn {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.design__form .form-btns .btn:before {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 2px;
  left: 0;
  margin-right: 13px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.design__form .form-btns .btn.btn-save:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%2373808D%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.99%2010.021v4.168h1.667V8.355H3.324v5.834H4.99V10.02z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.335%200h-3.33v3.367H8.347V0h-5.15c-.46%200-1.087.27-1.406.609L.57%201.906C.257%202.242%200%202.888%200%203.348v9.988C0%2014.255.744%2015%201.663%2015h11.675c.917%200%201.662-.744%201.662-1.662V1.662C15%20.744%2014.257%200%2013.335%200zm-.002%2013.333H1.667V3.348c0-.035.094-.273.12-.3L3.006%201.75c.003-.002.189-.083.192-.083H6.68v3.367h4.991V1.667h1.662v11.666z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}
.design__form .form-btns .btn.btn-delete:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
  width: 14.4px;
  height: 17px;
  top: 0;
}
.design__file {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.design__file-img {
  width: 100px;
  height: 48px;
  position: relative;
  margin-right: 10px;
  border-radius: 3.4px;
  border: solid 1px #cfd8dc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.design__file-upload {
  -ms-flex: 1;
      flex: 1;
  height: 48px;
  border: 1px solid #cfd8dc;
  font-size: 14px;
  color: #2e2f31;
  border-radius: 4px;
  cursor: pointer;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.design__file-upload > input[type="file"] {
  display: none;
}
.design__file-upload .btn-del-file {
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.66);
  margin: auto 14px auto auto;
  color: #fff;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.design__file-name {
  font-size: 14px;
  line-height: 1;
  color: #2e2f31;
  margin: auto auto auto 19px;
}
.design__color {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design__color .form-control {
  -ms-flex: 1;
      flex: 1;
}
.design__color .invalid-feedback {
  margin-left: 110px;
}
.design__color-view {
  width: 100px;
  height: 48px;
  position: relative;
  margin-right: 10px;
  border-radius: 3.4px;
  border: solid 1px #cfd8dc;
  background-color: #fff;
}
.theme {
  border-radius: 8px;
  height: 130px;
  width: calc(50% - 12px);
  position: relative;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  margin-bottom: 22px;
}
.theme:nth-child(2n + 1) {
  margin-right: 24px;
}
.theme.active {
  box-shadow: none;
}
.theme.active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #3f65f1;
  border-radius: 13px;
  box-shadow: 0 2px 4px 0 #cfd8dc;
}
.theme.disabled {
  box-shadow: none;
}
.theme.disabled:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.theme__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.theme__content {
  position: absolute;
  bottom: 12px;
  left: 17px;
  color: #ffffff;
}
.theme__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
}
.theme__descr {
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.62;
}
.save-design .modal-title {
  margin-bottom: 30px;
}
.save-design .form-group {
  margin-bottom: 0;
}
.save-design .maxchars {
  position: relative;
}
.save-design .maxchars .maxchars__cur {
  color: #cfd8dc;
  font-size: 11px;
  position: absolute;
}
.save-design .maxchars .maxchars__input + .maxchars__cur {
  bottom: 18px;
  right: 18px;
}
.save-design .maxchars .maxchars__input.is-invalid + .maxchars__cur {
  bottom: 33px;
  right: 38px;
}
.save-design .maxchars .maxchars__textarea + .maxchars__cur {
  bottom: 10px;
  right: 10px;
}
.save-design .maxchars .maxchars__textarea.is-invalid + .maxchars__cur {
  bottom: 25px;
}
.youtube .modal-dialog {
  width: 468px;
}
.youtube .modal-body {
  padding: 15px 20px 0 20px !important;
}
.youtube .modal-footer {
  padding: 22px 20px !important;
}
.youtube .modal-btns {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.youtube .modal-btns .btn {
  width: unset !important;
  min-width: 128px;
}
.youtube .modal-title {
  margin-bottom: 68px;
}
.youtube .form-group {
  margin-bottom: 0;
}
.youtube .message {
  margin-top: 16px;
}
.youtube .form-label {
  font-weight: normal;
}
.youtube .message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 23px 27px 18px 27px;
  background: rgba(233, 235, 241, 0.45);
  border-radius: 4px;
}
.youtube .message__image {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  opacity: 0.27;
  filter: grayscale(1);
}
.youtube .message__text {
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #73808D;
}
.youtube .maxchars {
  position: relative;
}
.youtube .maxchars .maxchars__cur {
  color: #cfd8dc;
  font-size: 11px;
  position: absolute;
}
.youtube .maxchars .maxchars__input + .maxchars__cur {
  bottom: 18px;
  right: 18px;
}
.youtube .maxchars .maxchars__input.is-invalid + .maxchars__cur {
  bottom: 33px;
  right: 38px;
}
.youtube .maxchars .maxchars__textarea + .maxchars__cur {
  bottom: 10px;
  right: 10px;
}
.youtube .maxchars .maxchars__textarea.is-invalid + .maxchars__cur {
  bottom: 25px;
}
.launched-survey-alert-modal .modal-dialog {
  width: 460px;
}
.launched-survey-alert-modal b {
  font-weight: bold;
}
.save-contact-point-modal .modal-dialog {
  width: 510px;
  max-width: unset;
}
.save-contact-point-modal .modal-actions > *:not(:first-child) {
  margin-left: 15px !important;
}
.reviews-page .initializing {
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .reviews-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.reviews-page .reviews-loader {
  width: 100%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .reviews-page .reviews-page__view .reviews-page__view {
    position: relative;
  }
  .reviews-page .reviews-page__view .reviews-page__view .reviews-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    padding-left: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .reviews-page .page-header .breadcrumbs .breadcrumbs__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page .mobile-hide {
    display: none;
  }
}
.upward-button {
  z-index: 100;
}
.reviews-page-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .reviews-page-actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .reviews-page-actions .fc-dropdown-btn {
    width: 100%;
    margin-left: 0!important;
  }
  .reviews-page-actions .fc-dropdown-btn__button {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .reviews-page-actions .fc-dropdown-btn__button .fc-btn-b {
    width: 100%;
  }
}
.folder-option {
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.folder-option__icon {
  display: inline-block;
  margin-right: 11px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.folder-option__parent {
  color: #73808d;
}
.select2-selection .folder-option {
  padding: 0;
}
.user-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.user-option__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.user-option__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reviews-page-filters {
  padding-bottom: 0;
}
.reviews-page-filters__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.reviews-page-filters .reviews-filter {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-right: 0;
}
.reviews-page-filters__actions {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}
.reviews-page-filters__toggler .f-btn {
  width: 100%;
  margin-left: 0 !important;
  height: auto;
  padding-bottom: 16px;
}
.reviews-page-filters__toggler .f-btn[data-open] {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .reviews-page-filters {
    border-bottom: none;
    padding-top: 0px;
  }
  .reviews-page-filters__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .reviews-page-filters .reviews-filter {
    margin-bottom: 15px;
    width: 100%;
  }
  .reviews-page-filters .reviews-filter .input-checkbox {
    margin-top: 5px;
  }
  .reviews-page-filters__actions {
    margin-top: 10px;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .reviews-page-filters__actions .f-btn {
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .reviews-page [data-filters] {
    display: block!important;
  }
}
.reviews-page [data-filters] + [data-filters-toggler] [data-open] {
  display: none;
}
.reviews-page [data-filters][data-closed] + [data-filters-toggler] [data-open] {
  display: block;
}
.reviews-page [data-filters][data-closed] + [data-filters-toggler] [data-close] {
  display: none;
}
.reviews-page-points {
  padding-top: 12px;
  padding-bottom: 0;
}
.reviews-page-points__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.reviews-page-points__separator {
  width: 0;
  height: 65px;
  border-left: 1px solid #eceff1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.reviews-page-points .reviews-rating-filter {
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.reviews-page-points__add {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-bottom: 12px;
  text-align: right;
}
.reviews-page-points__add .f-btn {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .reviews-page-points__add {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-points .reviews-rating-filter {
    width: 50%;
  }
  .reviews-page-points__add {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 20px;
    max-width: none;
  }
  .reviews-page-points__separator {
    height: 0;
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #eceff1;
    margin-bottom: 20px;
  }
  .reviews-page-points .reviews-rating-filter {
    margin-bottom: 20px;
  }
  .reviews-page-points .rating-slider {
    max-width: 100%;
  }
  .reviews-page-points .rating-slider__wrapper {
    max-width: 100%;
  }
}
.reviews-page-info {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-left: 20px;
  padding-left: var(--foquz-side-offset);
  padding-right: 20px;
  padding-right: 20px;
  padding-right: var(--foquz-side-offset);
}
@media screen and (max-width: 1199px) {
  .reviews-page-info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.reviews-page-settings {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.reviews-page-settings .svg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-page-settings__columns {
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.reviews-page-settings__view {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid #eceff1;
}
.reviews-page-settings__view button:first-child {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .reviews-page-settings {
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * var(--foquz-side-offset));
  }
  .reviews-page-settings__view {
    display: none;
  }
  .reviews-page-settings__columns {
    padding-right: 15px;
  }
}
.reviews-page-meta__toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 16px;
}
@media screen and (max-width: 1199px) {
  .s-app .reviews-page {
    margin-left: 0;
    margin-right: 0;
  }
}
.processing-status--0 {
  color: #16ceb9;
}
.processing-status--1 {
  color: #2d99ff;
}
.processing-status--2 {
  color: #f96261;
}
.processing-status--3 {
  color: #8400ff;
}
.processing-status--4 {
  color: #caad46;
}
.reviews-page-meta {
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * 20px);
  margin-left: calc(-1 * var(--foquz-side-offset));
}
.reviews-page-meta .foquz-stats-item .label {
  max-width: 150px;
}
@media screen and (max-width: 1199px) {
  .reviews-page-meta {
    border-bottom: 1px solid #eceff1;
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * var(--foquz-side-offset));
  }
  .reviews-page-meta .foquz-stats-item .label {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-meta {
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .reviews-page-meta {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}
.reviews-page .reviews-page-meta + .reviews-page-settings [data-open] {
  display: none;
}
.reviews-page .reviews-page-meta[data-closed] + .reviews-page-settings [data-open] {
  display: block;
}
.reviews-page .reviews-page-meta[data-closed] + .reviews-page-settings [data-close] {
  display: none;
}
@media screen and (min-width: 768px) {
  .reviews-page .reviews-page-settings__columns.processing-disabled {
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * var(--foquz-side-offset));
  }
}
.reviews-page .reviews-search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-right: 1px solid #eceff1;
}
.reviews-page .reviews-search__wrapper {
  border: 1px solid transparent;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  padding: 0 20px;
  padding: 0 var(--foquz-side-offset);
}
.reviews-page .reviews-search--active .reviews-search__wrapper {
  border-color: #3f65f1;
  box-shadow: 0 0 5px rgba(63, 101, 241, 0.5);
}
.reviews-page .reviews-search__icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-page .reviews-search__input {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px;
  background-color: #fff;
  font: inherit;
  font-size: 16px;
  color: #2e2f31;
  border: none;
}
.reviews-page .reviews-search--empty .reviews-search__input {
  padding-right: 0;
}
.reviews-page .reviews-search__clear {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
@media screen and (max-width: 1199px) {
  .reviews-page .reviews-search__wrapper {
    padding-left: 0;
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
@media screen and (max-width: 767px) {
  .reviews-page .reviews-search {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 0;
        flex-grow: 0;
    width: calc(100% - 85px);
    border-right: 1px solid #eceff1;
  }
  .reviews-page .reviews-search__wrapper {
    padding-right: 10px;
  }
  .reviews-page .reviews-search__input {
    font-size: 14px;
  }
  .reviews-page .reviews-search__icon {
    margin-right: 8px;
  }
}
.reviews-page--view-intersecting:not(.reviews-page--active-poll-fixed) .reviews-list__header th {
  border-bottom: none;
}
.reviews-page--view-intersecting:not(.reviews-page--active-poll-fixed) .reviews-list__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px;
  background: linear-gradient(180deg, rgba(115, 128, 141, 0.15) 0%, rgba(115, 128, 141, 0) 100%);
}
.reviews-page .reviews-list {
  position: relative;
  color: #2e2f31;
  padding-left: 12px;
  padding-right: 12px;
}
.reviews-page .reviews-list .outer-cell {
  padding: 0;
  width: 8px !important;
  min-width: 8px !important;
  border: none !important;
}
.reviews-page .reviews-list .outer-cell:first-child {
  border-radius: 4px 0 0 4px;
}
.reviews-page .reviews-list .outer-cell:last-child {
  border-radius: 0 4px 4px 0;
}
.reviews-page .reviews-list__empty {
  text-align: center;
  padding: 30px;
  color: #73808d;
}
.reviews-page .reviews-list__header {
  position: sticky;
  top: 0;
  background: white;
  margin-left: -12px;
  padding-left: 12px;
  margin-right: -12px;
  padding-right: 12px;
  z-index: 100;
}
.reviews-page .reviews-list__header .scroll-x,
.reviews-page .reviews-list__header .ps__rail-x {
  display: none;
}
.reviews-page .reviews-list .reviews-table {
  color: inherit;
}
.reviews-page .reviews-list .reviews-table td {
  vertical-align: middle;
}
.reviews-page .reviews-list .reviews-table--header {
  margin-bottom: 0;
}
.reviews-page .reviews-list__table {
  font-size: 12px;
  font-weight: 500;
  margin-top: 24px;
  color: inherit;
  margin-left: -8px;
  padding-left: 8px;
}
.reviews-page .reviews-list__row {
  transition: background-color 250ms ease-out;
  position: relative;
}
.reviews-page .reviews-list__row .reviews-list__row-custom-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reviews-page .reviews-list__row--error {
  background: #ffecec;
}
.reviews-page .reviews-list__row--highlighted {
  background: #f1f4ff;
}
.reviews-page .reviews-list__row--highlighted .reviews-list__cell--points .points:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f1f4ff 100%);
}
.reviews-page .reviews-list__row:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.reviews-page .reviews-list__cell-content {
  height: 100%;
}
.reviews-page .reviews-list__cell-content .review-check {
  position: relative;
}
.reviews-page .reviews-list__order,
.reviews-page .reviews-list__filter {
  margin-left: 5px;
}
.reviews-page .reviews-list__order {
  transition: transform 250ms ease-in-out;
}
.reviews-page .reviews-list__order--desc {
  transform: rotate(-180deg);
}
.reviews-page .reviews-list td.reviews-list__cell--check .reviews-list__cell-content {
  padding-top: 6px;
}
.reviews-page .reviews-list__cell {
  padding: 20px 12px;
}
.reviews-page .reviews-list__cell--check {
  padding-left: 0;
  padding-right: 0;
}
.reviews-page .reviews-list__cell--check .reviews-list__cell-content {
  width: 25px;
  height: 25px;
}
.reviews-page .reviews-list__cell--processing {
  padding-left: 0;
  padding-right: 0;
}
.reviews-page .reviews-list__cell--processing .reviews-list__cell-content {
  padding-left: 18px;
  padding-right: 6px;
  width: 40px;
}
.reviews-page .reviews-list__cell--type .reviews-list__cell-content {
  width: 25px;
}
.reviews-page .reviews-list__cell--mode .reviews-list__cell-content {
  width: 40px;
}
.reviews-page .reviews-list__cell--channel .reviews-list__cell-content {
  width: 90px;
}
.reviews-page .reviews-list__cell--id .reviews-list__cell-content {
  width: 75px;
}
.reviews-page .reviews-list__cell--name .reviews-list__cell-content {
  width: 115px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--feedbackTheme .reviews-list__cell-content {
  width: 250px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--requestTheme .reviews-list__cell-content {
  width: 250px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--requestPriority .reviews-list__cell-content {
  width: 130px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--passedAt .reviews-list__cell-content {
  width: 65px;
}
.reviews-page .reviews-list__cell--answerTags .reviews-list__cell-content {
  width: 200px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--clientField .reviews-list__cell-content {
  width: 170px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--points .reviews-list__cell-content {
  width: 135px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .reviews-page .reviews-list__cell--points .reviews-list__cell-content {
    width: 100px;
  }
}
.reviews-page .reviews-list__cell--points .points {
  margin-top: -18px;
  position: relative;
}
.reviews-page .reviews-list__cell--points .points:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.reviews-page .reviews-list__cell--points .points .rating-point {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .reviews-page .reviews-list__cell--points .points .rating-point:nth-child(n + 5) {
    display: none;
  }
}
.reviews-page .reviews-list__cell--comments .reviews-list__cell-content {
  width: 200px;
}
.reviews-page .reviews-list__cell--pointsCollect .reviews-list__cell-content {
  width: 120px;
}
.reviews-page .reviews-list__cell--problems {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  max-width: 20px;
}
.reviews-page .reviews-list__cell--problems .reviews-list__cell-content {
  width: 20px;
  padding-left: 4px;
}
.reviews-page .reviews-list__cell--processingStatus .reviews-list__cell-content {
  width: 110px;
}
.reviews-page .reviews-list__cell--processingTime .reviews-list__cell-content {
  width: 110px;
}
.reviews-page .reviews-list__cell--clientName .reviews-list__cell-content {
  width: 85px;
}
.reviews-page .reviews-list__cell--clientPhone .reviews-list__cell-content {
  width: 105px;
}
.reviews-page .reviews-list__cell--device .reviews-list__cell-content {
  width: 80px;
}
.reviews-page .reviews-list__cell--lang .reviews-list__cell-content {
  width: 150px;
}
.reviews-page .reviews-list__cell--mailing .reviews-list__cell-content {
  width: 120px;
}
.reviews-page .reviews-list__cell--filial .reviews-list__cell-content {
  width: 85px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--executor .reviews-list__cell-content {
  width: 110px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--moderator .reviews-list__cell-content {
  width: 110px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--sourceType .reviews-list__cell-content {
  width: 130px;
}
.reviews-page .reviews-list__cell--orderSum .reviews-list__cell-content {
  width: 120px;
}
.reviews-page .reviews-list__cell--orderTime .reviews-list__cell-content {
  width: 95px;
}
.reviews-page .reviews-list__cell--orderType .reviews-list__cell-content {
  width: 100px;
}
.reviews-page .reviews-list__cell--orderAddress .reviews-list__cell-content {
  width: 160px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--orderNumber .reviews-list__cell-content {
  width: 105px;
  word-break: break-word;
}
.reviews-page .reviews-list__cell--complaint .reviews-list__cell-content {
  width: 110px;
}
.reviews-page .reviews-list__cell--clientEmail .reviews-list__cell-content {
  width: 130px;
  word-break: break-word;
}
.reviews-page .reviews-list__row--error .reviews-list__cell--points .points:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffecec 100%);
}
.reviews-page .reviews-list__head-cell {
  vertical-align: top;
  border-top: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.reviews-page .reviews-list__head-cell-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.reviews-page .reviews-list__head-cell-name .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-page .reviews-list .review__comments-count {
  margin-left: 2px;
}
.reviews-page .reviews-list .review-complaint {
  max-width: 110px;
}
.reviews-page .reviews-list .review-complaint__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews-page .reviews-list__search {
  width: 100%;
  margin-top: 4px;
  border: none;
  font-weight: 500;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .reviews-page .reviews-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-page .reviews-list .foquz-success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 260px;
  color: #2E2F31;
  z-index: 1000;
  box-shadow: 0px 5px 20px 0px rgba(115, 128, 141, 0.4);
}
.reviews-page .reviews-list .foquz-success-message--error .foquz-success-message {
  background: #FFDDDD;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .reviews-page .reviews-list .foquz-success-message--error .foquz-success-message {
    max-width: 100%;
  }
}
.reviews-mobile-table {
  position: relative;
  margin-bottom: 27px;
}
.reviews-mobile-table .reviews-view-right {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 2px;
}
.reviews-mobile-table .ps__rail-x {
  z-index: 21;
}
.reviews-mobile-table td {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .reviews-mobile-table .ps__rail-x {
    opacity: 0;
  }
}
.fixed-table th,
.fixed-table td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .group-actions {
    width: 100%;
  }
  .group-actions__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -100%;
  }
  .group-actions__container .group-actions__counter {
    width: 100%;
    margin-bottom: 24px;
  }
  .group-actions__container .group-actions__select-all {
    margin-left: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .group-actions__container select {
    width: 100%;
  }
  .group-actions__container .group-actions__dismiss {
    margin-left: 0;
    width: calc(50% - 5px);
  }
  .group-actions__container .group-actions__apply {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .group-actions__container .select2 {
    margin-left: 0;
    width: 100% !important;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .reviews-page .reviews-list__table .ps__rail-x {
    opacity: 0;
  }
  .reviews-page .scroll-container__scroll-gutter--left {
    left: -15px;
  }
  .reviews-page .scroll-container__scroll-gutter--right {
    right: -15px;
  }
}
.review-card {
  font-weight: 500;
  font-size: 12px;
}
.review-card__header {
  padding: 8px 15px;
  border-bottom: 1px solid #eceff1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.review-card__header .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-card__poll-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 10px;
  word-break: break-word;
}
.review-card__content {
  padding: 8px 15px 0;
}
.review-card__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.review-card__executor {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.review-card__complaint {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-card__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
.review-card__time {
  margin-right: 5px;
}
.review-card__answers {
  margin-right: 5px;
}
.reviews-page--grouped .review-card__header {
  display: none;
}
.reviews-page--grouped .review-card__content {
  padding-top: 15px;
}
.kanban-header {
  position: sticky;
  top: -1px;
  z-index: 100;
  pointer-events: all;
  height: auto;
}
.kanban-header .ps__rail-x {
  opacity: 0;
}
.kanban-header.isSticky + .kanban-sticky {
  z-index: 60;
}
.kanban-header.isSticky + .kanban-sticky .kanban-sticky__bg,
.kanban-header.isSticky + .kanban-sticky .kanban-sticky__shadow {
  display: block;
}
.kanban-column {
  min-width: 250px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .reviews-kanban .scroll-container__scroll-gutter--left {
    left: 0;
  }
  .reviews-kanban .scroll-container__scroll-gutter--right {
    right: 0;
  }
  .reviews-kanban .kanban-wrapper .kanban-sticky {
    margin-left: 0;
    margin-right: 0;
  }
}
.reviews-page .reviews-kanban {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .reviews-page .reviews-kanban {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews-page .reviews-kanban .kanban-offset {
    width: 20px;
    width: 20px;
    width: var(--foquz-side-offset);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .reviews-page .reviews-kanban .ps__rail-x {
    opacity: 0;
  }
  .reviews-page .reviews-kanban .kanban-sticky {
    margin-left: 0;
    margin-right: 0;
  }
  .reviews-page .reviews-kanban .scroll-container__scroll-gutter--left {
    left: 5px;
  }
  .reviews-page .reviews-kanban .scroll-container__scroll-gutter--right {
    right: 5px;
  }
}
.s-app .reviews-page .kanban-column {
  width: 25%;
}
.s-app .reviews-page .kanban-column--new {
  display: none;
}
.reviews-poll-group__header {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0px;
  z-index: 2;
  background: white;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}
.reviews-poll-group__type {
  margin-right: 20px;
}
.reviews-poll-group__content {
  border-top: 1px solid #eceff1;
}
.reviews-poll-group__loading {
  padding: 20px;
  text-align: center;
}
.reviews-poll-group .reviews-table tr:first-child td {
  border-top: none;
}
.reviews-poll-group__arrow {
  margin-left: 10px;
  transition: transform 200ms;
}
.reviews-poll-group--active .reviews-poll-group__arrow {
  transform: rotate(-180deg);
}
.reviews-list .reviews-poll-group__header {
  top: 60px;
}
.reviews-page--active-poll-fixed .reviews-poll-group--active .reviews-poll-group__header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px;
  background: linear-gradient(180deg, rgba(115, 128, 141, 0.15) 0%, rgba(115, 128, 141, 0) 100%);
}
@media screen and (max-width: 767px) {
  .reviews-poll-group__header {
    margin-left: 0;
    margin-right: 0;
    z-index: 15;
    position: static;
  }
}
.reviews-page.reviews-page--empty .content {
  padding-top: 0;
}
.reviews-page.reviews-page--empty .reviews-controls {
  border-top: 0;
}
.reviews-page.reviews-page--empty .reviews-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 190px 40px;
}
.reviews-page.reviews-page--empty .reviews-empty__icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
.reviews-page.reviews-page--empty .reviews-empty__icon:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #EFF2FA;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.reviews-page.reviews-page--empty .reviews-empty__icon svg {
  position: relative;
  margin: auto;
}
.reviews-page.reviews-page--empty .reviews-empty__text {
  max-width: 500px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .reviews-page.reviews-page--empty .reviews-empty {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0px;
  }
  .reviews-page.reviews-page--empty .reviews-empty__icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page.reviews-page--empty .reviews-page-meta {
    border-bottom: 0;
  }
  .reviews-page.reviews-page--empty .reviews-page-info {
    border-bottom: 0;
  }
}
.settings__content--initializing {
  visibility: hidden;
}
.settings__content .f-card {
  min-height: 600px;
}
.settings__content .tab-group .nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.settings__content .tab-group .nav-item {
  text-align: center;
}
.settings__actions {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.settings__actions__save-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: -22px;
  right: -22px;
  top: -21px;
  bottom: -21px;
  background: #ABEFB7;
  color: #37A74A;
  border-radius: 0 0 7px 7px;
}
.settings__save-button {
  margin-left: 13px;
}
.settings__email-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10%2019C5.029%2019%201%2014.971%201%2010C1%205.029%205.029%201%2010%201C14.971%201%2019%205.029%2019%2010V11.5C19%2012.881%2017.881%2014%2016.5%2014C15.119%2014%2014%2012.881%2014%2011.5V10M14%2010C14%207.791%2012.209%206%2010%206C7.791%206%206%207.791%206%2010C6%2012.209%207.791%2014%2010%2014C12.209%2014%2014%2012.209%2014%2010Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.settings__sms-icon {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99951%2011.2535C10.6899%2011.2535%2011.2495%2010.6939%2011.2495%2010.0035C11.2495%209.31319%2010.6899%208.75355%209.99951%208.75355C9.30916%208.75355%208.74951%209.31319%208.74951%2010.0035C8.74951%2010.6939%209.30916%2011.2535%209.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5.99951%2011.2535C6.68987%2011.2535%207.24951%2010.6939%207.24951%2010.0035C7.24951%209.31319%206.68987%208.75355%205.99951%208.75355C5.30916%208.75355%204.74951%209.31319%204.74951%2010.0035C4.74951%2010.6939%205.30916%2011.2535%205.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.9995%2011.2535C14.6899%2011.2535%2015.2495%2010.6939%2015.2495%2010.0035C15.2495%209.31319%2014.6899%208.75355%2013.9995%208.75355C13.3092%208.75355%2012.7495%209.31319%2012.7495%2010.0035C12.7495%2010.6939%2013.3092%2011.2535%2013.9995%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99955%2018.9995C4.94455%2018.9995%200.862546%2014.8315%201.00355%209.74455C1.13355%205.04855%205.04855%201.13355%209.74455%201.00355C14.8315%200.862546%2018.9995%204.94455%2018.9995%209.99955C18.9995%2011.3565%2018.6985%2012.6435%2018.1615%2013.7985L19.3195%2019.3415L13.7865%2018.1665C12.6345%2018.7015%2011.3515%2018.9995%209.99955%2018.9995Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.settings__telegram-icon {
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.79501%2011.906L7.73001%2013.915C7.37201%2014.263%206.77301%2014.109%206.62801%2013.631L5.25201%209.10099%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M12.104%205.92699C12.104%205.92699%209.51501%208.26299%208.18701%209.46199C7.79001%209.81999%207.82301%2010.45%208.25301%2010.767L13.631%2014.74C14.16%2015.131%2014.916%2014.844%2015.053%2014.2L17.694%201.75299C17.822%201.15099%2017.231%200.647989%2016.657%200.868989L1.14201%206.85299C0.685014%207.02899%200.707014%207.68199%201.17401%207.82799L5.25101%209.09999%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.settings__viber-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.204%203.762C14.558%202.115%2012.369%201.207%2010.037%201.206C5.22999%201.206%201.31899%205.115%201.31799%209.92C1.31599%2011.449%201.71699%2012.952%202.48099%2014.277L1.24399%2018.793L5.86599%2017.581C7.14499%2018.277%208.57699%2018.642%2010.033%2018.642H10.037C14.842%2018.642%2018.753%2014.732%2018.755%209.927C18.756%207.599%2017.85%205.41%2016.204%203.762Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.175%2013.309C14.704%2012.78%2014.568%2011.889%2013.904%2011.543L13.177%2011.164C12.748%2010.94%2012.223%2011.021%2011.881%2011.363C11.519%2011.725%2010.952%2011.799%2010.516%2011.531C10.11%2011.281%209.725%2010.981%209.373%2010.628C9.021%2010.276%208.721%209.891%208.47%209.485C8.201%209.049%208.276%208.482%208.638%208.12C8.98%207.778%209.061%207.253%208.837%206.824L8.458%206.097C8.112%205.433%207.221%205.297%206.692%205.826C5.372%207.146%205.104%209.22%206.115%2010.79C6.506%2011.397%206.967%2011.972%207.499%2012.504C8.031%2013.036%208.606%2013.497%209.213%2013.888C10.781%2014.897%2012.855%2014.629%2014.175%2013.309Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.settings__repeat-icon {
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M15.249%205.615C17.665%208.721%2017.452%2013.209%2014.598%2016.063C12.249%2018.412%208.79401%2018.971%205.91201%2017.751M12.088%203.179C9.20701%201.959%205.75101%202.519%203.40201%204.867C0.548006%207.721%200.335006%2012.209%202.75101%2015.315M12.239%203.027L10.731%204.536L12.499%202.768L10.731%201M7.26901%2019.93L5.50101%2018.162L7.26901%2016.394M6.00001%2010.465L8.25001%2012.715L12%208.965%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.settings__variables {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(10px + -5px);
  margin-left: -5px;
}
.settings__variable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 5px;
  background: #ECEFF1;
  border-radius: 60px;
  font-size: 13px;
  color: #2E2F31;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.settings__variable:hover {
  background: #C6CFD3;
}
.settings__next-button {
  padding-left: 22px;
  padding-right: 45px;
}
.settings__next-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  top: 10px;
  right: 15px;
  left: auto;
  content: '';
}
.settings__common-duration-form-group,
.settings__common-end-poll-form-group {
  min-width: 260px;
}
.settings__common-select.is-invalid .select2 .select2-selection.form-control {
  border-color: #F96261;
  box-shadow: 0 0 5px rgba(249, 98, 97, 0.5) !important;
}
.settings__common-select.is-valid .select2 .select2-selection.form-control {
  border-color: #37A74A;
}
.settings__common-end-poll-form-group .settings__common-select {
  width: 100%;
}
.settings__common-target-form-group,
.settings__common-offset {
  min-width: 200px;
}
.settings__common-trigger-form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.settings__common-trigger-form-group-input-group {
  min-width: 200px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.settings__conn-channels-body--dragging {
  cursor: grabbing !important;
}
.settings__conn-channels-body--dragging * {
  cursor: grabbing !important;
}
.settings__conn-channels-message {
  margin-left: 12px;
  font-size: 12px;
  color: #73808D;
}
.settings__conn-channels-table {
  margin-top: 19px;
}
.settings__conn-channels-table .flex-table__cell {
  -ms-flex-align: center;
      align-items: center;
}
.settings__conn-channels-table-body:not(.settings__conn-channels-table-body--over) .settings__conn-channels-table-row {
  border-radius: 4px;
}
.settings__conn-channels-table-body:not(.settings__conn-channels-table-body--over) .settings__conn-channels-table-row:hover {
  border-top-color: #FFF;
}
.settings__conn-channels-table-body:not(.settings__conn-channels-table-body--over) .settings__conn-channels-table-row:hover:before {
  background: #F1F4FF;
}
.settings__conn-channels-table-body:not(.settings__conn-channels-table-body--over) .settings__conn-channels-table-row:hover + .settings__conn-channels-table-row {
  border-top-color: #FFF;
}
.settings__conn-channels-table-row {
  height: 62px !important;
  position: relative;
  cursor: pointer;
  transition: border-top-color 0.2s ease;
}
.settings__conn-channels-table-row:not(:first-child) {
  border-top: 1px solid #E7EBED;
}
.settings__conn-channels-table-row .flex-table__cell {
  position: relative;
  z-index: 1;
}
.settings__conn-channels-table-row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  right: -8px;
  transition: background 0.2s ease;
  z-index: 0;
  pointer-events: none;
  border-radius: 4px;
}
.settings__conn-channels-table-row--inactive {
  color: #CFD8DC;
}
.settings__conn-channels-table-row--inactive .svg-icon {
  opacity: 0.5;
}
.settings__conn-channels-table-row--no-template:before {
  background-color: #F1F5F6;
}
.settings__conn-channels-table-row--no-template .svg-icon {
  opacity: 0.5;
}
.settings__conn-channels-table-row--mirror {
  background: #F1F4FF;
  box-shadow: 0 15px 20px rgba(63, 101, 241, 0.3);
  border-radius: 4px;
  z-index: 100;
}
.settings__conn-channels-table-row--mirror .settings__conn-channels-table-cell {
  opacity: 0.4;
}
.settings__conn-channels-table-row--dragging {
  position: relative;
  height: 5px !important;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  background: #9BB0FB;
  border-radius: 5px;
  border: none;
  z-index: 10;
}
.settings__conn-channels-table-row--dragging * {
  display: none !important;
}
.settings__conn-channels-table-name-head-cell,
.settings__conn-channels-table-name-cell {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.settings__conn-channels-table-name-cell {
  font-weight: bold;
}
.settings__conn-channels-table-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.settings__conn-channels-table-name-icon {
  margin-right: 16px;
}
.settings__conn-channels-table-delay-head-cell,
.settings__conn-channels-table-delay-cell {
  width: 110px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.settings__conn-channels-table-delay-cell {
  font-weight: bold;
}
.settings__conn-channels-table-repeat-head-cell,
.settings__conn-channels-table-repeat-cell {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.settings__conn-channels-table-repeat-cell {
  font-weight: bold;
}
.settings__conn-channels-table-repeat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.settings__conn-channels-table-repeat--zero {
  color: #A6B1BC;
}
.settings__conn-channels-table-repeat--zero .settings__repeat-icon {
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M15.249%205.615C17.665%208.721%2017.452%2013.209%2014.598%2016.063C12.249%2018.412%208.79401%2018.971%205.91201%2017.751M12.088%203.179C9.20701%201.959%205.75101%202.519%203.40201%204.867C0.548006%207.721%200.335006%2012.209%202.75101%2015.315M12.239%203.027L10.731%204.536L12.499%202.768L10.731%201M7.26901%2019.93L5.50101%2018.162L7.26901%2016.394M6.00001%2010.465L8.25001%2012.715L12%208.965%22%20stroke%3D%22%23cfd8dc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.settings__conn-channels-table-text-head-cell,
.settings__conn-channels-table-text-cell {
  width: 100%;
}
.settings__conn-channels-table-text-cell {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.settings__conn-channels-table-active-head-cell,
.settings__conn-channels-table-active-cell {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.settings__conn-channels-table-checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.settings__conn-channels-table-checkbox label {
  padding: 0 !important;
}
.settings__conn-channels-table-checkbox label:before {
  top: 0 !important;
}
.settings__conn-channels-table-checkbox label:after {
  top: 8px !important;
}
.settings__conn-channels-channel-title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 22px;
  color: #2E2F31;
}
.settings__conn-channels-channel-row {
  display: -ms-flexbox;
  display: flex;
}
.settings__conn-channels-channel-row .settings__conn-channels-channel-basic-message-form-group {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.settings__conn-channels-channel-basic-message-form-group .form-control {
  height: 150px;
  min-height: 150px;
  font-size: 14px;
  line-height: 19px;
  color: #2E2F31;
}
.settings__conn-channels-channel-image-picker {
  margin-top: 29px;
  margin-left: 18px;
}
.settings__conn-channels-channel-repeats-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7ebed;
}
.settings__conn-channels-channel-repeats-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
}
.settings__conn-channels-channel-repeats-count {
  font-weight: 400;
  color: #73808d;
}
.settings__conn-channels-channel-repeats-sub-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
}
.settings__conn-channels-channel-repeat {
  padding-top: 23px;
  position: relative;
}
.settings__conn-channels-channel-repeat:not(:last-child) {
  border-bottom: 1px solid #e7ebed;
}
.settings__conn-channels-channel-repeat-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.settings__conn-channels-channel-repeat-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.settings__conn-channels-channel-back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2E2F31;
}
.settings__conn-channels-channel-back-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  margin-right: 10px;
}
.delay-group .form-control {
  padding: 0 15px;
  text-align: center;
}
.delay-group__days .form-control {
  width: 90px;
}
.delay-group__time .form-control {
  width: 90px;
}
.settings__contact-points-points-form-control--with-unselected-search .settings__contact-points-points-form-control-container {
  min-height: 145px;
}
.settings__contact-points-points-form-control--with-unselected-search .settings__contact-points-points-form-control-container-wrapper-container {
  position: relative;
  max-height: calc(100% - 79.2px);
  height: 100%;
}
.settings__contact-points-points-form-control--with-unselected-search .settings__contact-points-points-form-control-unselected-container {
  min-height: unset;
}
.settings__contact-points-points-form-control--with-unselected-search .settings__contact-points-points-form-control-unselected-container-control {
  height: calc(100% + 29px);
  margin-top: -29px;
}
.settings__contact-points-points-form-control--with-unselected-search .settings__contact-points-points-form-control-container-wrapper.scroll-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.settings__contact-points-points-form-control-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px 5px 5px;
  min-height: 80px;
}
.settings__contact-points-points-form-control-container-wrapper.scroll-content {
  padding-right: 16px;
}
.settings__contact-points-points-form-control-unselected-container-control-header {
  display: -ms-flexbox;
  display: flex;
}
.settings__contact-points-points-form-control-unselected-container-control-header .settings__contact-points-points-form-control-unselected-container-control-search-form-group {
  width: 100%;
  margin-bottom: 14px;
}
.settings__contact-points-points-form-control-unselected-container-control-header .settings__contact-points-points-form-control-add-button {
  margin-top: 31px;
  margin-left: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.settings__contact-points-points-form-control-unselected-container-control-search-form-group .form-control {
  height: 36px;
}
.settings__contact-points-points-form-control-unselected-container {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
}
.settings__contact-points-points-form-control-unselected-container .settings__contact-points-points-form-control-point {
  transition: background-color 0.2s ease;
}
.settings__contact-points-points-form-control-unselected-container:not(.settings__contact-points-points-form-control-container--over) .settings__contact-points-points-form-control-point:hover {
  background: #C6CFD3;
}
.settings__contact-points-points-form-control-selected-container {
  border: 1px solid #CFD8DC;
  box-sizing: border-box;
  border-radius: 4px;
}
.settings__contact-points-points-form-control-selected-container .settings__contact-points-points-form-control-point {
  background: #3F65F1;
  color: #FFF;
}
.settings__contact-points-points-form-control-selected-container .settings__contact-points-points-form-control-point--system:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.74143%202.69012L5.34319%202.34157L4.27111%200.168136C4.24183%200.108628%204.19365%200.0604555%204.13415%200.0311741C3.98491%20-0.0425018%203.80355%200.0188948%203.72893%200.168136L2.65685%202.34157L0.258607%202.69012C0.192487%202.69956%200.132035%202.73073%200.0857515%202.77796C0.0297973%202.83547%20-0.0010361%202.91285%202.65856e-05%202.99308C0.00108927%203.07331%200.033961%203.14984%200.0914189%203.20585L1.82658%204.89756L1.41664%207.28636C1.40703%207.34193%201.41318%207.39908%201.43439%207.45133C1.4556%207.50358%201.49104%207.54884%201.53666%207.58198C1.58229%207.61512%201.6363%207.63482%201.69255%207.63883C1.7488%207.64284%201.80505%207.63101%201.85492%207.60468L4.00002%206.47687L6.14512%207.60468C6.20368%207.63585%206.27169%207.64624%206.33687%207.6349C6.50122%207.60657%206.61173%207.45071%206.5834%207.28636L6.17346%204.89756L7.90862%203.20585C7.95585%203.15957%207.98702%203.09911%207.99646%203.03299C8.02197%202.8677%207.90673%202.71468%207.74143%202.69012Z%22%20fill%3D%22%239BB0FB%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.settings__contact-points-points-form-control-selected-container .settings__contact-points-points-form-control-point-button:before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.settings__contact-points-points-form-control-point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  padding-right: 6px;
  padding-left: 17px;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  background: #ECEFF1;
  border-radius: 60px;
  font-size: 14px;
  color: #2E2F31;
  cursor: grab;
}
.settings__contact-points-points-form-control-point--system {
  position: relative;
  padding-left: 20px;
}
.settings__contact-points-points-form-control-point--system:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.74143%202.69012L5.34319%202.34157L4.27111%200.168136C4.24183%200.108628%204.19365%200.0604555%204.13415%200.0311741C3.98491%20-0.0425018%203.80355%200.0188948%203.72893%200.168136L2.65685%202.34157L0.258607%202.69012C0.192487%202.69956%200.132035%202.73073%200.0857515%202.77796C0.0297973%202.83547%20-0.0010361%202.91285%202.65856e-05%202.99308C0.00108927%203.07331%200.033961%203.14984%200.0914189%203.20585L1.82658%204.89756L1.41664%207.28636C1.40703%207.34193%201.41318%207.39908%201.43439%207.45133C1.4556%207.50358%201.49104%207.54884%201.53666%207.58198C1.58229%207.61512%201.6363%207.63482%201.69255%207.63883C1.7488%207.64284%201.80505%207.63101%201.85492%207.60468L4.00002%206.47687L6.14512%207.60468C6.20368%207.63585%206.27169%207.64624%206.33687%207.6349C6.50122%207.60657%206.61173%207.45071%206.5834%207.28636L6.17346%204.89756L7.90862%203.20585C7.95585%203.15957%207.98702%203.09911%207.99646%203.03299C8.02197%202.8677%207.90673%202.71468%207.74143%202.69012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 8px;
}
.settings__contact-points-points-form-control-point.gu-hide {
  display: none !important;
}
.settings__contact-points-points-form-control-point.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  background: #3F65F1;
  color: #FFF;
  box-shadow: 0 15px 20px rgba(63, 101, 241, 0.3);
  cursor: grabbing;
}
.settings__contact-points-points-form-control-point.gu-transit {
  border: 2px dotted #9BB0FB;
  background: #FFF !important;
  color: #FFF;
}
.settings__contact-points-points-form-control-point.gu-transit:before {
  visibility: hidden;
}
.settings__contact-points-points-form-control-point.gu-transit .settings__contact-points-points-form-control-point-button {
  visibility: hidden;
}
.settings__contact-points-points-form-control-point-button {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
  background: #FFF !important;
  transition: none;
}
.settings__contact-points-points-form-control-point-button:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.settings__contact-points-points-form-control-add-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 5px;
  margin-left: 5px;
  background-color: #3f65f1;
  color: #fff;
}
.settings__contact-points-points-form-control-add-button:hover {
  color: #fff;
}
.settings__contact-points-points-form-control-add-button:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.settings__contact-points-points-form-control-modal .modal-dialog {
  width: 460px;
  min-height: 421px;
}
.settings__contact-points-row {
  display: -ms-flexbox;
  display: flex;
}
.settings__contact-points-row > * {
  width: 100%;
}
.settings__contact-points-row > *:not(:first-child) {
  margin-left: 13px;
}
.settings__contact-points-conditions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.settings__contact-points-conditions .settings__additional-add-button {
  margin-top: 21px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.settings__contact-points-conditions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7ebed;
}
.settings__contact-points-conditions-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
}
.settings__contact-points-conditions-count {
  font-weight: 400;
  color: #73808d;
}
.settings__contact-points-conditions-sub-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
}
.settings__contact-points-condition {
  padding-top: 23px;
  position: relative;
}
.settings__contact-points-condition:not(:last-child) {
  border-bottom: 1px solid #e7ebed;
}
.settings__contact-points-condition-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.settings__contact-points-condition-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.settings__inter-screens-disable-curtain {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.settings__inter-screens-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.settings__inter-screens-content {
  transition: opacity 200ms ease-in-out;
}
.settings__inter-screens-content--disabled {
  opacity: 0.3;
}
.settings__inter-screens-preview {
  margin-top: 20px;
  margin-bottom: 26px;
  background: #2E2F31;
  border-radius: 6px;
  overflow: hidden;
}
.settings__inter-screens-preview-enable-toggle {
  margin-right: 10px;
}
.settings__inter-screens-preview-name {
  font-size: 16px;
  font-weight: bold;
  color: #2e2f31;
}
.settings__inter-screens-preview-checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.settings__inter-screens-page {
  position: relative;
  min-height: 291px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.settings__inter-screens-page-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.settings__inter-screens-page-covering {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  z-index: 2;
}
.settings__inter-screens-page-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 52px;
  z-index: 3;
}
.settings__inter-screens-page-title {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #FFFFFF;
  line-height: 24px;
}
.settings__inter-screens-page-text {
  margin-top: 20px;
  max-width: 360px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  line-height: 19px;
}
.settings__inter-screens-page-title strong,
.settings__inter-screens-page-text strong {
  font-weight: 900;
}
.settings__inter-screens-page-title em,
.settings__inter-screens-page-text em {
  font-style: italic;
}
.settings__inter-screens-page-title a,
.settings__inter-screens-page-text a {
  text-decoration: underline;
  cursor: pointer;
  color: #FFF;
}
.settings__inter-screens-page-start-button {
  margin-top: 23px;
}
.settings__inter-screens-page-promo-code {
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  margin-top: 20px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
}
.settings__inter-screens-page-promo-code-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.settings__inter-screens-page-promo-code-copy-button {
  margin-left: 13px;
}
.settings__inter-screens-page-additional-actions {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.settings__inter-screens-page-complain-button {
  font-size: 14px;
  text-decoration-line: underline;
  color: #EA1D27 !important;
}
.settings__inter-screens-page-unsubscribe-button {
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF !important;
}
.settings__inter-screens-page-unsubscribe-button:not(:first-child) {
  margin-left: 20px;
}
.settings__inter-screens-row {
  display: -ms-flexbox;
  display: flex;
}
.settings__inter-screens-row .form-error_inner {
  position: absolute;
  top: 100%;
}
.settings__inter-screens-title-form-group {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.settings__inter-screens-background-picker {
  margin-top: 29px;
  margin-left: 18px;
}
.settings__inter-screens-unsubscribe-checkbox .form-check-label {
  color: #FF3B30;
}
.settings__inter-screens-preview-header-view-buttons {
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.settings__inter-screens-preview-header-view-buttons .settings__inter-screens-view-button:not(:first-child) {
  margin-left: 9px;
}
.settings__inter-screens-view-button {
  border-radius: 0;
  padding: 0;
}
.settings__inter-screens-view-button:focus {
  box-shadow: none;
}
.settings__inter-screens-view-button--desktop {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--desktop:hover:not(:disabled) {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--tablet {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--tablet:hover:not(:disabled) {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--mobile {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--mobile:hover:not(:disabled) {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--active.settings__inter-screens-view-button--desktop {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--active.settings__inter-screens-view-button--tablet {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-button--active.settings__inter-screens-view-button--mobile {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-modal {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 !important;
}
.settings__inter-screens-view-modal.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
.settings__inter-screens-view-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.9;
  z-index: -1;
}
.settings__inter-screens-view-modal-header {
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 18px 0 30px;
  z-index: 1;
  background: #FFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.settings__inter-screens-view-modal-title {
  font-weight: 900;
  font-size: 24px;
  color: #2E2F31;
}
.settings__inter-screens-view-modal-close-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 33px;
  height: 33px;
  margin-left: 37px;
  padding: 0 !important;
  border: 1px solid #73808D !important;
  border-radius: 50%;
  box-shadow: none !important;
}
.settings__inter-screens-view-modal-close-button:after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31543L1.31519%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31519%201.31543%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.settings__inter-screens-view-modal-sub-title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 13px;
  color: #2E2F31;
}
.settings__inter-screens-view-modal-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: safe center;
      justify-content: safe center;
  overflow: auto;
  padding: 37px 0;
}
.settings__inter-screens-view-modal-content--desktop .settings__inter-screens-view-modal-page {
  min-width: 1280px;
  min-height: 768px;
  width: 1280px;
  height: 768px;
}
@media (max-width: 1280px) {
  .settings__inter-screens-view-modal-content--desktop {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.settings__inter-screens-view-modal-content--tablet .settings__inter-screens-view-modal-page {
  min-width: 768px;
  min-height: 1024px;
  width: 768px;
  height: 1024px;
}
@media (max-width: 768px) {
  .settings__inter-screens-view-modal-content--tablet {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.settings__inter-screens-view-modal-content--mobile .settings__inter-screens-view-modal-page {
  min-width: 360px;
  min-height: 570px;
  width: 360px;
  height: 570px;
}
@media (max-width: 360px) {
  .settings__inter-screens-view-modal-content--mobile {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.settings__inter-screens-view-modal-page {
  display: block;
}
.settings__inter-screens-view-modal-open-in-new-tab-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.settings__inter-screens-view-modal-open-in-new-tab-button:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%207.66667V11.6667C11%2012.0203%2010.8595%2012.3594%2010.6095%2012.6095C10.3594%2012.8595%2010.0203%2013%209.66667%2013H2.33333C1.97971%2013%201.64057%2012.8595%201.39052%2012.6095C1.14048%2012.3594%201%2012.0203%201%2011.6667V4.33333C1%203.97971%201.14048%203.64057%201.39052%203.39052C1.64057%203.14048%201.97971%203%202.33333%203H6.33333%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V5%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6%208L13%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  margin-right: 10px;
}
.settings__inter-screens-view-modal-view-buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: end;
      align-items: flex-end;
  left: calc((100% - 92px) / 2);
}
.settings__inter-screens-view-modal-view-buttons .settings__inter-screens-view-button:not(:first-child) {
  margin-left: 20px;
}
.settings__inter-screens-end-promo-code-form-group .form-control {
  text-transform: uppercase;
}
.statistics__answer-with-rating-comments-modal-dialog {
  width: 460px !important;
}
.statistics__answer-with-rating-comments-modal-dialog--initializing {
  visibility: hidden;
}
.statistics__answer-with-rating-comments-modal-dialog-table-wrapper {
  max-height: 300px;
}
.statistics__answer-with-rating-comments-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.statistics__answer-with-rating-comments-modal-dialog-table {
  width: calc(100% - 19px);
  border-top: 1px solid #E7EBED;
  border-bottom: 1px solid #E7EBED;
  margin-right: 19px;
  font-weight: 500;
  font-size: 12px;
  color: #2E2F31;
}
.statistics__answer-with-rating-comments-modal-dialog-table td {
  padding: 7px 8px;
  vertical-align: middle;
  line-height: 15px;
}
.statistics__answer-with-rating-comments-modal-dialog-table-row {
  height: 44px;
  border-bottom: 1px solid #E7EBED;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator-cell {
  padding: 0 !important;
  width: 25px;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator {
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 13px;
  color: #FFFFFF;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator--value_1 {
  background: #F96261 !important;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator--value_2 {
  background: #F97F46 !important;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator--value_3 {
  background: #F4A224 !important;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator--value_4 {
  background: #AAB540 !important;
}
.statistics__answer-with-rating-comments-modal-dialog-table-indicator--value_5 {
  background: #3ECE67 !important;
}
.statistics__edit-columns-modal-dialog {
  width: 460px !important;
}
.statistics__edit-columns-modal-dialog--initializing {
  visibility: hidden;
}
.statistics__edit-columns-modal-dialog-search-form {
  position: relative;
}
.statistics__edit-columns-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.statistics__edit-columns-modal-dialog-search-form-control {
  padding-left: 46px;
}
.statistics__edit-columns-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.statistics__edit-columns-modal-dialog-column-picker {
  margin-top: 24px;
}
.statistics__edit-columns-modal-dialog-column-picker-list-wrapper {
  max-height: 252px;
}
.statistics__edit-columns-modal-dialog-column-picker-list-wrapper .scroll-element.scroll-y {
  right: 0;
}
.statistics__edit-columns-modal-dialog-column-picker-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
}
.statistics__edit-columns-modal-dialog-column-picker-column {
  width: 50%;
  min-height: 24px;
  padding-top: 5px;
  margin-top: 18px;
}
.statistics__change-status-modal-dialog {
  width: 460px !important;
}
.statistics__change-status-modal-dialog--initializing {
  visibility: hidden;
}
.statistics__details-modal-dialog-notifications-control {
  padding: 0;
  height: unset;
  overflow: hidden;
}
.statistics__details-modal-dialog-notifications-control-templates {
  position: relative;
  border-bottom: 1px solid #CFD8DC;
}
.statistics__details-modal-dialog-notifications-control-templates--has-forward-scroll:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33px;
  background: linear-gradient(270deg, #FFFFFF 70.23%, rgba(255, 255, 255, 0) 100%);
}
.statistics__details-modal-dialog-notifications-control-templates:not(.statistics__details-modal-dialog-notifications-control-templates--has-forward-scroll) .statistics__details-modal-dialog-notifications-control-templates-forward-button {
  display: none;
}
.statistics__details-modal-dialog-notifications-control-templates--has-backward-scroll:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33px;
  background: linear-gradient(90deg, #FFFFFF 70.23%, rgba(255, 255, 255, 0) 100%);
}
.statistics__details-modal-dialog-notifications-control-templates:not(.statistics__details-modal-dialog-notifications-control-templates--has-backward-scroll) .statistics__details-modal-dialog-notifications-control-templates-backward-button {
  display: none;
}
.statistics__details-modal-dialog-notifications-control-templates .statistics__details-modal-dialog-notifications-control-templates-button {
  z-index: 1;
}
.statistics__details-modal-dialog-notifications-control-templates .statistics__details-modal-dialog-notifications-control-templates-forward-button {
  position: absolute;
  top: calc((100% - 24px) / 2);
  right: 2px;
}
.statistics__details-modal-dialog-notifications-control-templates .statistics__details-modal-dialog-notifications-control-templates-backward-button {
  position: absolute;
  top: calc((100% - 24px) / 2);
  left: 2px;
}
.statistics__details-modal-dialog-notifications-control-templates-wrapper {
  overflow: hidden;
}
.statistics__details-modal-dialog-notifications-control-templates-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.statistics__details-modal-dialog-notifications-control-templates-container .statistics__details-modal-dialog-notifications-control-template:not(:first-child) {
  border-left: 1px solid #CFD8DC;
}
.statistics__details-modal-dialog-notifications-control-template {
  padding: 8.17px 18px;
  font-weight: bold;
  font-size: 14px;
  color: #73808D;
  cursor: pointer;
  white-space: nowrap;
}
.statistics__details-modal-dialog-notifications-control-template--selected {
  color: #2E2F31;
}
.statistics__details-modal-dialog-notifications-control-textarea {
  display: block;
  width: 100%;
  padding: 8px 18px;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #CFD8DC;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-notifications-control-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6.86px 18px;
}
.statistics__details-modal-dialog-notifications-control-chars-counter {
  font-size: 11px;
  color: #73808D;
}
.statistics__details-modal-dialog-notifications-control-templates-forward-button {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  box-shadow: none !important;
}
.statistics__details-modal-dialog-notifications-control-templates-forward-button:after {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(-90deg);
}
.statistics__details-modal-dialog-notifications-control-templates-backward-button {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  box-shadow: none !important;
}
.statistics__details-modal-dialog-notifications-control-templates-backward-button:after {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(90deg);
}
.statistics__details-modal-dialog-slider {
  width: 100%;
  height: 100%;
}
.statistics__details-modal-dialog-slider-index {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.statistics__details-modal-dialog-slider-paginator {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 11px;
  right: 13.3px;
  z-index: 5;
}
.statistics__details-modal-dialog-slider-paginator *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-slider-paginator-button {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  border: none;
}
.statistics__details-modal-dialog-slider-paginator-button--prev {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M20.5%2015L11.5%2015%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2018.75%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M11.5%2015L15.25%2011.25%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.statistics__details-modal-dialog-slider-paginator-button--next {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%3Cpath%20d%3D%22M9.60873%2015.1487L18.6085%2015.0833%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0831L14.8313%2011.3604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3Cpath%20d%3D%22M18.6085%2015.0832L14.8858%2018.8604%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%3C/svg%3E%0A");
}
.statistics__details-modal-dialog-slider-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7.25px 12.28px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 15px;
  z-index: 5;
}
.statistics__details-modal {
  overflow: hidden!important;
}
.statistics__details-modal-dialog--initializing {
  visibility: hidden;
}
.statistics__details-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
  border-top: 4px solid;
}
.statistics__details-modal-dialog--status_new .statistics__details-modal-dialog-content {
  border-top-color: #16CEB9;
}
.statistics__details-modal-dialog--status_process .statistics__details-modal-dialog-content {
  border-top-color: #2D99FF;
}
.statistics__details-modal-dialog--status_delayed .statistics__details-modal-dialog-content {
  border-top-color: #F96261;
}
.statistics__details-modal-dialog--status_completed .statistics__details-modal-dialog-content {
  border-top-color: #8400FF;
}
.statistics__details-modal-dialog-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: none;
}
.statistics__details-modal-dialog-nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 50%;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 16px 13px 28px;
  font-weight: bold;
  font-size: 15px;
  color: #2E2F31;
  border: none;
  border-radius: 0;
}
.statistics__details-modal-dialog-nav .nav-item:not(.active) {
  background: #DFE3E5;
  color: #73808D;
}
.statistics__details-modal-dialog-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  z-index: 1;
  background: linear-gradient(180deg, #FFFFFF 18.23%, rgba(255, 255, 255, 0) 100%);
}
.statistics__details-modal-dialog-id {
  font-weight: normal;
  font-size: 15px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-complaint-indicator {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 13px;
}
.statistics__details-modal-dialog-rating-indicator {
  margin-left: 9px;
}
.statistics__details-modal-dialog-rating-indicator--value_1 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4714C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Cline%20x1%3D%225.21268%22%20y1%3D%227.27239%22%20x2%3D%229.09325%22%20y2%3D%228.24254%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%22-1%22%20x2%3D%225%22%20y2%3D%22-1%22%20transform%3D%22matrix%28-0.970142%200.242536%200.242536%200.970142%2018%208%29%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-rating-indicator--value_2 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F97F46%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2015.5672C14.1836%2015.0995%2013.6352%2014.7272%2013.0304%2014.4715C12.4256%2014.2157%2011.7764%2014.0816%2011.1198%2014.0768C10.4633%2014.0719%209.81213%2014.1964%209.20367%2014.4432C8.59521%2014.69%208.04131%2015.0543%207.57361%2015.5151%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-rating-indicator--value_3 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23F4A224%22/%3E%0A%09%09%09%3Crect%20x%3D%227%22%20y%3D%2214%22%20width%3D%228%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-rating-indicator--value_4 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%23AAB540%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%227.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%09%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22white%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-rating-indicator--value_5 {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M22%2011C22%2017.0751%2017.0751%2022%2011%2022C4.92487%2022%200%2017.0751%200%2011C0%204.92487%204.92487%200%2011%200C17.0751%200%2022%204.92487%2022%2011Z%22%20fill%3D%22%233ECE67%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.07325%208.55376C8.84282%208.31991%208.56859%208.13374%208.26621%208.00587C7.96383%207.878%207.63923%207.81094%207.31093%207.80852C6.98263%207.8061%206.65708%207.86836%206.35284%207.99176C6.04861%208.11516%205.77166%208.29727%205.53781%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.4723%208.55376C16.2419%208.31991%2015.9676%208.13374%2015.6653%208.00587C15.3629%207.878%2015.0383%207.81094%2014.71%207.80852C14.3817%207.8061%2014.0561%207.86836%2013.7519%207.99176C13.4477%208.11516%2013.1707%208.29727%2012.9369%208.5277%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.6445%2014.4328C14.1836%2014.9005%2013.6352%2015.2728%2013.0304%2015.5285C12.4256%2015.7843%2011.7764%2015.9184%2011.1198%2015.9232C10.4633%2015.9281%209.81214%2015.8036%209.20368%2015.5568C8.59521%2015.31%208.04132%2014.9457%207.57361%2014.4849%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-tab-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.statistics__details-modal-dialog-tab-pane {
  padding: 20px 30px;
}
.statistics__details-modal-dialog-survey-tab-pane {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}
.statistics__details-modal-dialog-survey-tab-pane:not(.active) {
  display: none !important;
}
.statistics__details-modal-dialog-info {
  display: -ms-flexbox;
  display: flex;
  height: 95px;
}
.statistics__details-modal-dialog-info .statistics__details-modal-dialog-info-block {
  height: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.statistics__details-modal-dialog-info .statistics__details-modal-dialog-info-block:not(:first-child) {
  margin-left: 10px;
}
.statistics__details-modal-dialog-info-block {
  background: #ECEFF1;
  border-radius: 8px;
}
.statistics__details-modal-dialog-client-info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}
.statistics__details-modal-dialog-client-info-block .statistics__details-modal-dialog-client-info-block-order-count {
  margin-left: 14px;
}
.statistics__details-modal-dialog-client-info-block .statistics__details-modal-dialog-client-info-block-phone {
  margin-top: 8px;
}
.statistics__details-modal-dialog-client-info-block-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__details-modal-dialog-client-info-block-name {
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-client-info-block-order-count {
  display: inline-block;
  padding: 3px 4.63px;
  background: #3F65F1;
  border-radius: 10px;
  font-weight: 900;
  font-size: 11px;
  color: #FFFFFF;
  cursor: help;
}
.statistics__details-modal-dialog-client-info-block-phone {
  font-weight: 400;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-call-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.statistics__details-modal-dialog-call-block-button {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  box-shadow: none !important;
  background: #37A74A;
  border-radius: 50%;
}
.statistics__details-modal-dialog-call-block-button:before {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.11404%2014.7773C10.5475%2018.2107%2017.2468%2021.9643%2019.2705%2019.9406L19.9399%2019.2712C20.2379%2018.9732%2020.612%2018.0927%2020.8599%2017.447C21.0225%2017.0235%2020.8611%2016.5568%2020.4791%2016.3377L16.3839%2013.9889C16.1215%2013.8384%2015.7961%2013.832%2015.5166%2013.9719L13.466%2014.9984C13.0898%2015.1868%2012.6519%2015.1679%2012.3106%2014.9456C11.6022%2014.4839%2010.222%2013.4812%209.31603%2012.5753L8.85824%2012.1175C7.95226%2011.2115%206.94962%209.8313%206.48787%209.12293C6.26584%208.78187%206.24689%208.34394%206.43514%207.96753L7.46164%205.91695C7.60155%205.63741%207.5951%205.31196%207.44457%205.04955L5.09579%200.954407C4.87666%200.57245%204.41002%200.410994%203.9865%200.573567C3.34076%200.821481%202.46033%201.19559%202.16229%201.49364L1.49288%202.16304C-0.530813%204.18674%203.22277%2010.886%206.65624%2014.3195L7.11404%2014.7773Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.statistics__details-modal-dialog-notifications-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 16px;
  padding-right: 29px;
}
.statistics__details-modal-dialog-notifications-block-header {
  font-weight: bold;
  font-size: 12px;
  color: #73808D;
}
.statistics__details-modal-dialog-notifications-block-list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}
.statistics__details-modal-dialog-notifications-block-list .statistics__details-modal-dialog-notifications-block-item:not(:first-child) {
  margin-left: 29px;
}
.statistics__details-modal-dialog-notifications-block-item {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
}
.statistics__details-modal-dialog-notifications-block-item:before {
  content: '';
}
.statistics__details-modal-dialog-notifications-block-item--disabled {
  background: #f6f7f8;
}
.statistics__details-modal-dialog-notifications-block-item--disabled:before {
  opacity: 0.4;
}
.statistics__details-modal-dialog-notifications-block-item .statistics__details-modal-dialog-notifications-block-item-repeat-count {
  position: absolute;
  top: -3px;
  right: -13px;
}
.statistics__details-modal-dialog-notifications-block-email-item:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10%2019C5.029%2019%201%2014.971%201%2010C1%205.029%205.029%201%2010%201C14.971%201%2019%205.029%2019%2010V11.5C19%2012.881%2017.881%2014%2016.5%2014C15.119%2014%2014%2012.881%2014%2011.5V10M14%2010C14%207.791%2012.209%206%2010%206C7.791%206%206%207.791%206%2010C6%2012.209%207.791%2014%2010%2014C12.209%2014%2014%2012.209%2014%2010Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-notifications-block-sms-item:before {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99951%2011.2535C10.6899%2011.2535%2011.2495%2010.6939%2011.2495%2010.0035C11.2495%209.31319%2010.6899%208.75355%209.99951%208.75355C9.30916%208.75355%208.74951%209.31319%208.74951%2010.0035C8.74951%2010.6939%209.30916%2011.2535%209.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5.99951%2011.2535C6.68987%2011.2535%207.24951%2010.6939%207.24951%2010.0035C7.24951%209.31319%206.68987%208.75355%205.99951%208.75355C5.30916%208.75355%204.74951%209.31319%204.74951%2010.0035C4.74951%2010.6939%205.30916%2011.2535%205.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.9995%2011.2535C14.6899%2011.2535%2015.2495%2010.6939%2015.2495%2010.0035C15.2495%209.31319%2014.6899%208.75355%2013.9995%208.75355C13.3092%208.75355%2012.7495%209.31319%2012.7495%2010.0035C12.7495%2010.6939%2013.3092%2011.2535%2013.9995%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99955%2018.9995C4.94455%2018.9995%200.862546%2014.8315%201.00355%209.74455C1.13355%205.04855%205.04855%201.13355%209.74455%201.00355C14.8315%200.862546%2018.9995%204.94455%2018.9995%209.99955C18.9995%2011.3565%2018.6985%2012.6435%2018.1615%2013.7985L19.3195%2019.3415L13.7865%2018.1665C12.6345%2018.7015%2011.3515%2018.9995%209.99955%2018.9995Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-notifications-block-viber-item:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.204%203.762C14.558%202.115%2012.369%201.207%2010.037%201.206C5.22999%201.206%201.31899%205.115%201.31799%209.92C1.31599%2011.449%201.71699%2012.952%202.48099%2014.277L1.24399%2018.793L5.86599%2017.581C7.14499%2018.277%208.57699%2018.642%2010.033%2018.642H10.037C14.842%2018.642%2018.753%2014.732%2018.755%209.927C18.756%207.599%2017.85%205.41%2016.204%203.762Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.175%2013.309C14.704%2012.78%2014.568%2011.889%2013.904%2011.543L13.177%2011.164C12.748%2010.94%2012.223%2011.021%2011.881%2011.363C11.519%2011.725%2010.952%2011.799%2010.516%2011.531C10.11%2011.281%209.725%2010.981%209.373%2010.628C9.021%2010.276%208.721%209.891%208.47%209.485C8.201%209.049%208.276%208.482%208.638%208.12C8.98%207.778%209.061%207.253%208.837%206.824L8.458%206.097C8.112%205.433%207.221%205.297%206.692%205.826C5.372%207.146%205.104%209.22%206.115%2010.79C6.506%2011.397%206.967%2011.972%207.499%2012.504C8.031%2013.036%208.606%2013.497%209.213%2013.888C10.781%2014.897%2012.855%2014.629%2014.175%2013.309Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-notifications-block-telegram-item:before {
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.79501%2011.906L7.73001%2013.915C7.37201%2014.263%206.77301%2014.109%206.62801%2013.631L5.25201%209.10099%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M12.104%205.92699C12.104%205.92699%209.51501%208.26299%208.18701%209.46199C7.79001%209.81999%207.82301%2010.45%208.25301%2010.767L13.631%2014.74C14.16%2015.131%2014.916%2014.844%2015.053%2014.2L17.694%201.75299C17.822%201.15099%2017.231%200.647989%2016.657%200.868989L1.14201%206.85299C0.685014%207.02899%200.707014%207.68199%201.17401%207.82799L5.25101%209.09999%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-notifications-block-item-repeat-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3px 6.32px;
  background: #3F65F1;
  border-radius: 10px;
  font-weight: 900;
  font-size: 11px;
  color: #FFFFFF;
}
.statistics__details-modal-dialog-notifications-block-item--disabled .statistics__details-modal-dialog-notifications-block-item-repeat-count {
  background: #A6B1BC;
}
.statistics__details-modal-dialog-dates-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}
.statistics__details-modal-dialog-dates-block .statistics__details-modal-dialog-dates-block-date:not(:first-child) {
  margin-top: 14px;
}
.statistics__details-modal-dialog-dates-block-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #73808D;
  cursor: help;
}
.statistics__details-modal-dialog-dates-block-created-at-date .statistics__details-modal-dialog-dates-block-date-icon {
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229%22%20x2%3D%2214%22%20y2%3D%229%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229%22%20x2%3D%222%22%20y2%3D%229%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225%22%20x2%3D%2214%22%20y2%3D%225%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225%22%20x2%3D%222%22%20y2%3D%225%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2214%22%20y2%3D%221%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.statistics__details-modal-dialog-dates-block-passed-at-date .statistics__details-modal-dialog-dates-block-date-icon {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.statistics__details-modal-dialog-dates-block-last-status-changed-at-date .statistics__details-modal-dialog-dates-block-date-icon {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.1079%209.78139C10.6049%2010.575%209.88635%2011.2092%209.03633%2011.6097C8.18631%2012.0102%207.23987%2012.1606%206.30756%2012.0434C5.37525%2011.9261%204.49555%2011.5459%203.77122%2010.9474C3.04688%2010.3488%202.50781%209.55646%202.21697%208.66295M1.00842%2010.9897L1.00842%207.98966M4%207.98966H1M2.3712%204.13256C2.85408%203.32646%203.55635%202.6744%204.39599%202.25254C5.23562%201.83067%206.17796%201.65641%207.11294%201.75012C8.04791%201.84383%208.93693%202.20163%209.67614%202.78173C10.4154%203.36183%2010.9743%204.14029%2011.2876%205.02618M12.0269%202.00923V5.00923M8.86353%205.00923H11.8635%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.statistics__details-modal-dialog-questions {
  margin-top: 30px;
}
.statistics__details-modal-dialog-questions .statistics__details-modal-dialog-questions-nav {
  margin-top: 19px;
}
.statistics__details-modal-dialog-questions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__details-modal-dialog-questions-title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-questions-answers-count {
  font-weight: normal;
}
.statistics__details-modal-dialog-questions-paginator {
  display: -ms-flexbox;
  display: flex;
}
.statistics__details-modal-dialog-questions-paginator .statistics__details-modal-dialog-questions-paginator-page:not(:first-child) {
  margin-left: 12px;
}
.statistics__details-modal-dialog-questions-paginator-page {
  width: 12px;
  height: 12px;
  background: #CFD8DC;
  cursor: pointer;
  border-radius: 50%;
}
.statistics__details-modal-dialog-questions-paginator-page--active {
  background: #3F65F1;
}
.statistics__details-modal-dialog-questions-nav {
  height: 110px;
}
.statistics__details-modal-dialog-questions-nav-item-container {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.statistics__details-modal-dialog-questions-nav-item-container .statistics__details-modal-dialog-questions-nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.statistics__details-modal-dialog-questions-nav-item-container .statistics__details-modal-dialog-questions-nav-item:not(:first-child) {
  margin-left: 8px;
}
.statistics__details-modal-dialog-questions-nav-item {
  width: 110px;
  height: 110px;
  position: relative;
  border: 1px solid #CFD8DC;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.statistics__details-modal-dialog-questions-nav-item--disabled {
  opacity: 0.4;
  cursor: default;
}
.statistics__details-modal-dialog-questions-nav-item--active {
  z-index: 2;
}
.statistics__details-modal-dialog-questions-nav-item--active:after {
  width: 120px;
  height: 125px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%22120%22%20height%3D%22125%22%20viewBox%3D%220%200%20120%20125%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cg%20filter%3D%22url%28%23filter0_d%29%22%3E%0A%09%09%09%09%3Cmask%20id%3D%22path-1-inside-1%22%20fill%3D%22%23FFF%22%3E%0A%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%205C8.58172%205%205%208.58172%205%2013V107C5%20111.418%208.58172%20115%2013%20115H53.4591C54.3383%20115.612%2054.9323%20116.428%2055.511%20117.223C56.5463%20118.645%2057.5326%20120%2060.0154%20120C62.5112%20120%2063.524%20118.631%2064.5818%20117.2C65.1644%20116.412%2065.7607%20115.606%2066.626%20115H107C111.418%20115%20115%20111.418%20115%20107V13C115%208.58172%20111.418%205%20107%205H13Z%22/%3E%0A%09%09%09%09%3C/mask%3E%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%205C8.58172%205%205%208.58172%205%2013V107C5%20111.418%208.58172%20115%2013%20115H53.4591C54.3383%20115.612%2054.9323%20116.428%2055.511%20117.223C56.5463%20118.645%2057.5326%20120%2060.0154%20120C62.5112%20120%2063.524%20118.631%2064.5818%20117.2C65.1644%20116.412%2065.7607%20115.606%2066.626%20115H107C111.418%20115%20115%20111.418%20115%20107V13C115%208.58172%20111.418%205%20107%205H13Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M53.4591%20115L54.0304%20114.179L53.7729%20114H53.4591V115ZM55.511%20117.223L56.3195%20116.634L56.3195%20116.634L55.511%20117.223ZM64.5818%20117.2L65.3858%20117.795L65.3858%20117.795L64.5818%20117.2ZM66.626%20115V114H66.3106L66.0522%20114.181L66.626%20115ZM6%2013C6%209.13401%209.13401%206%2013%206V4C8.02944%204%204%208.02944%204%2013H6ZM6%20107V13H4V107H6ZM13%20114C9.13401%20114%206%20110.866%206%20107H4C4%20111.971%208.02944%20116%2013%20116V114ZM53.4591%20114H13V116H53.4591V114ZM56.3195%20116.634C55.7534%20115.857%2055.0684%20114.902%2054.0304%20114.179L52.8878%20115.821C53.6082%20116.322%2054.1111%20116.999%2054.7025%20117.811L56.3195%20116.634ZM60.0154%20119C58.9804%20119%2058.3265%20118.726%2057.8217%20118.346C57.2748%20117.934%2056.8532%20117.368%2056.3195%20116.634L54.7025%20117.811C55.2041%20118.5%2055.7933%20119.322%2056.6191%20119.944C57.487%20120.597%2058.5676%20121%2060.0154%20121V119ZM63.7778%20116.606C63.2329%20117.342%2062.7988%20117.917%2062.2392%20118.335C61.7212%20118.723%2061.0557%20119%2060.0154%20119V121C61.4708%20121%2062.5597%20120.593%2063.4364%20119.938C64.2717%20119.313%2064.8728%20118.489%2065.3858%20117.795L63.7778%20116.606ZM66.0522%20114.181C65.0333%20114.895%2064.3475%20115.835%2063.7778%20116.606L65.3858%20117.795C65.9814%20116.99%2066.4881%20116.318%2067.1998%20115.819L66.0522%20114.181ZM107%20114H66.626V116H107V114ZM114%20107C114%20110.866%20110.866%20114%20107%20114V116C111.971%20116%20116%20111.971%20116%20107H114ZM114%2013V107H116V13H114ZM107%206C110.866%206%20114%209.13401%20114%2013H116C116%208.02944%20111.971%204%20107%204V6ZM13%206H107V4H13V6Z%22%20fill%3D%22%233F65F1%22%20mask%3D%22url%28%23path-1-inside-1%29%22/%3E%0A%09%09%09%3C/g%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Cfilter%20id%3D%22filter0_d%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22120%22%20height%3D%22125%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%09%09%09%09%09%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%0A%09%09%09%09%09%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22/%3E%0A%09%09%09%09%09%3CfeOffset/%3E%0A%09%09%09%09%09%3CfeGaussianBlur%20stdDeviation%3D%222.5%22/%3E%0A%09%09%09%09%09%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.247059%200%200%200%200%200.396078%200%200%200%200%200.945098%200%200%200%200.5%200%22/%3E%0A%09%09%09%09%09%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22/%3E%0A%09%09%09%09%09%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22/%3E%0A%09%09%09%09%3C/filter%3E%0A%09%09%09%3C/defs%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '' !important;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: -1;
}
.statistics__details-modal-dialog-questions-nav-item .statistics__details-modal-dialog-questions-nav-item-index {
  position: absolute;
  top: 10px;
  left: 10px;
}
.statistics__details-modal-dialog-questions-nav-item .statistics__details-modal-dialog-questions-nav-item-name {
  width: 90px;
  position: absolute;
  top: 71px;
  left: 10px;
}
.statistics__details-modal-dialog-questions-nav-item .statistics__details-modal-dialog-questions-nav-item-employee-name {
  width: 90px;
  position: absolute;
  top: 86px;
  left: 10px;
}
.statistics__details-modal-dialog-questions-nav-item .statistics__details-modal-dialog-questions-nav-item-comment-indicator {
  position: absolute;
  top: 11px;
  right: 10px;
}
.statistics__details-modal-dialog-questions-nav-item .statistics__details-modal-dialog-questions-nav-item-type {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 31px;
}
.statistics__details-modal-dialog-questions-nav-item-index {
  font-weight: 500;
  font-size: 12px;
  color: #2E2F31;
  cursor: help;
}
.statistics__details-modal-dialog-questions-nav-item-name {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #2E2F31;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: help;
}
.statistics__details-modal-dialog-questions-nav-item-employee-name {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #73808D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: help;
}
.statistics__details-modal-dialog-questions-nav-item-comment-indicator {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-questions-nav-item-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.statistics__details-modal-dialog-questions-nav-item-type *:not(:first-child) {
  margin-left: 5px;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_text {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_vars {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%203h12M9%2010h12M9%2017h12%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_quiz {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_priority {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_text-input {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_address {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_upload {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_date {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_image {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-media-type-indicator--value_video {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__details-modal-dialog-questions-nav-item-rating {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border-radius: 50%;
  font-weight: 900;
  font-size: 13px;
  color: #FFFFFF;
}
.statistics__details-modal-dialog-questions-nav-item-rating--value_1 {
  background: #F96261 !important;
}
.statistics__details-modal-dialog-questions-nav-item-rating--value_2 {
  background: #F97F46 !important;
}
.statistics__details-modal-dialog-questions-nav-item-rating--value_3 {
  background: #F4A224 !important;
}
.statistics__details-modal-dialog-questions-nav-item-rating--value_4 {
  background: #AAB540 !important;
}
.statistics__details-modal-dialog-questions-nav-item-rating--value_5 {
  background: #3ECE67 !important;
}
.statistics__details-modal-dialog-questions-view {
  margin-top: 29px;
}
.statistics__details-modal-dialog-dish-rating-question {
  display: -ms-flexbox;
  display: flex;
}
.statistics__details-modal-dialog-dish-rating-question .statistics__details-modal-dialog-dish-rating-question-table-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.statistics__details-modal-dialog-dish-rating-question .statistics__details-modal-dialog-dish-rating-question-comment {
  margin-left: 17px;
  max-width: 310px;
}
.statistics__details-modal-dialog-dish-rating-question-table-container {
  position: relative;
}
.statistics__details-modal-dialog-dish-rating-question-table-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background: linear-gradient(0, #FFFFFF 18.23%, rgba(255, 255, 255, 0) 100%);
}
.statistics__details-modal-dialog-dish-rating-question-table-container .statistics__details-modal-dialog-dish-rating-question-table-wrapper {
  max-height: 200px;
  width: 100% !important;
}
.statistics__details-modal-dialog-dish-rating-question-table-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.statistics__details-modal-dialog-dish-rating-question-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.statistics__details-modal-dialog-dish-rating-question-table {
  width: 100%;
  margin-right: 18px;
  margin-bottom: 30px;
  border-top: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-dish-rating-question-table td {
  height: 33px;
  padding: 5px 17px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-dish-rating-question-table-name-cell {
  font-weight: bold;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-rating {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__details-modal-dialog-rating .statistics__details-modal-dialog-rating-element:not(:first-child) {
  margin-left: 11px;
}
.statistics__details-modal-dialog-rating-element {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20475.075%20475.075%22%20style%3D%22enable-background%3Anew%200%200%20475.075%20475.075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704%0A%09%09c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706%0A%09%09l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136%0A%09%09c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379%0A%09%09c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744%0A%09%09l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z%20M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7%0A%09%09l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z%22%0A%09%09data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23F8CD1C%22/%3E%0A%09%3C/g%3E%20%3C/svg%3E%0A");
  width: 17.94px;
  height: 17.77px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.statistics__details-modal-dialog-rating-element--active {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2055.867%2055.867%22%20style%3D%22enable-background%3Anew%200%200%2055.867%2055.867%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23F8CD1C%22%20d%3D%22M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558%0A%09%09s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024%0A%09%09l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506%0A%09%09c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017%0A%09%09l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z%22/%3E%0A%09%3C/svg%3E%0A");
}
.statistics__details-modal-dialog-dish-rating-question-table-quantity-cell {
  text-align: right;
}
.statistics__details-modal-dialog-dish-rating-question-table-rating-cell {
  width: 134px;
  padding-left: 13px;
}
.statistics__details-modal-dialog-dish-rating-question-comment {
  padding: 23px 16px;
  background: #ECEFF1;
  border-radius: 8px;
}
.statistics__details-modal-dialog-dish-rating-question-comment-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-dish-rating-question-comment-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question--media-type_text .statistics__details-modal-dialog-basic-question-clarifying-question-variants {
  margin-left: 15px;
  margin-right: 15px;
}
.statistics__details-modal-dialog-basic-question--media-type_text .statistics__details-modal-dialog-basic-question-variants {
  margin-left: 15px;
  margin-right: 15px;
}
.statistics__details-modal-dialog-basic-question--media-type_image .statistics__details-modal-dialog-basic-question-clarifying-question-variants,
.statistics__details-modal-dialog-basic-question--media-type_video .statistics__details-modal-dialog-basic-question-clarifying-question-variants {
  margin-right: 15px;
}
.statistics__details-modal-dialog-basic-question--media-type_image .statistics__details-modal-dialog-basic-question-variants,
.statistics__details-modal-dialog-basic-question--media-type_video .statistics__details-modal-dialog-basic-question-variants {
  margin-right: 15px;
}
.statistics__details-modal-dialog-basic-question .statistics__details-modal-dialog-basic-question-text {
  margin-top: 10px;
}
.statistics__details-modal-dialog-basic-question .statistics__details-modal-dialog-basic-question-body {
  margin-top: 18px;
}
.statistics__details-modal-dialog-basic-question .statistics__details-modal-dialog-basic-question-clarifying-question {
  margin-top: 27px;
}
.statistics__details-modal-dialog-basic-question-name {
  display: block;
  font-weight: 500;
  font-size: 19px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question-text {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #73808D;
}
.statistics__details-modal-dialog-basic-question-body {
  display: -ms-flexbox;
  display: flex;
}
.statistics__details-modal-dialog-basic-question-body .statistics__details-modal-dialog-basic-question-body-media-section {
  margin-right: 32px;
}
.statistics__details-modal-dialog-basic-question-body .statistics__details-modal-dialog-basic-question-body-answer-section {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.statistics__details-modal-dialog-basic-question-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__details-modal-dialog-basic-question-rating .statistics__details-modal-dialog-basic-question-rating-label {
  margin-left: 18px;
}
.statistics__details-modal-dialog-basic-question-rating-label {
  font-weight: 900;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question-clarifying-question .statistics__details-modal-dialog-basic-question-clarifying-question-variants {
  margin-top: 16px;
}
.statistics__details-modal-dialog-service-text {
  font-size: 12px;
  color: #73808D;
  font-weight: normal;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-text {
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variants .statistics__details-modal-dialog-basic-question-clarifying-question-variant:not(.statistics__details-modal-dialog-basic-question-clarifying-question-variant--selected) {
  border-top: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variants .statistics__details-modal-dialog-basic-question-clarifying-question-variant:not(.statistics__details-modal-dialog-basic-question-clarifying-question-variant--selected):last-child {
  border-bottom: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variants .statistics__details-modal-dialog-basic-question-clarifying-question-variant--selected + .statistics__details-modal-dialog-basic-question-clarifying-question-variant {
  border-top: none;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variant {
  padding: 10px 1px;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variant--selected {
  margin-left: -15px;
  margin-right: -15px;
  padding: 11px calc(1px + 15px);
  background: #D9E0FC;
  border-radius: 8px;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variant--selected + .statistics__details-modal-dialog-basic-question-variant--selected {
  margin-top: 1px;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-variant .statistics__details-modal-dialog-basic-question-clarifying-question-custom-answer {
  margin-top: 12px;
}
.statistics__details-modal-dialog-basic-question-clarifying-question-custom-answer {
  display: block;
  font-size: 14px;
}
.statistics__details-modal-dialog-basic-question-variants .statistics__details-modal-dialog-basic-question-variant:not(.statistics__details-modal-dialog-basic-question-variant--selected) {
  border-top: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-basic-question-variants .statistics__details-modal-dialog-basic-question-variant:not(.statistics__details-modal-dialog-basic-question-variant--selected):last-child {
  border-bottom: 1px solid #E7EBED;
}
.statistics__details-modal-dialog-basic-question-variants .statistics__details-modal-dialog-basic-question-variant--selected + .statistics__details-modal-dialog-basic-question-variant {
  border-top: none;
}
.statistics__details-modal-dialog-basic-question-variant {
  padding: 10px 1px;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-basic-question-variant--selected {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: calc(1px + 15px);
  padding-right: calc(1px + 15px);
  background: #D9E0FC;
  border-radius: 8px;
}
.statistics__details-modal-dialog-basic-question-variant--selected + .statistics__details-modal-dialog-basic-question-variant--selected {
  margin-top: 1px;
}
.statistics__details-modal-dialog-basic-question-media-wrapper {
  width: 293.33px;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.statistics__details-modal-dialog-basic-question-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.statistics__details-modal-dialog-basic-question-video {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.statistics__details-modal-dialog-basic-question-video-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.statistics__details-modal-dialog-basic-question-video-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
.statistics__details-modal-dialog-basic-question-video-play-button {
  width: 72px;
  height: 50px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2272%22%20height%3D%2250%22%20viewBox%3D%220%200%2072%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M67.5435%203.72999C69.6729%205.88727%2070.3688%2010.7864%2070.3688%2010.7864C70.3688%2010.7864%2071.0786%2016.5344%2071.0786%2022.2895V27.6827C71.0786%2033.4308%2070.3688%2039.1858%2070.3688%2039.1858C70.3688%2039.1858%2069.6729%2044.0849%2067.5435%2046.2422C65.1105%2048.7942%2062.4121%2049.058%2060.8837%2049.2074C60.7159%2049.2238%2060.5622%2049.2389%2060.4245%2049.2554C50.4732%2049.9791%2035.5393%2050%2035.5393%2050C35.5393%2050%2017.0564%2049.826%2011.3709%2049.2832C11.0993%2049.2318%2010.7694%2049.1918%2010.3956%2049.1466C8.59558%2048.9287%205.77669%2048.5874%203.53514%2046.2422C1.40571%2044.0849%200.709812%2039.1858%200.709812%2039.1858C0.709812%2039.1858%200%2033.4377%200%2027.6827V22.2895C0%2016.5344%200.709812%2010.7864%200.709812%2010.7864C0.709812%2010.7864%201.40571%205.88727%203.53514%203.72999C5.96678%201.17928%208.66933%200.914409%2010.1942%200.764964C10.3625%200.748466%2010.5165%200.733375%2010.6541%200.716771C20.6054%200%2035.5254%200%2035.5254%200H35.5532C35.5532%200%2050.4732%200%2060.4245%200.716771C60.5622%200.733375%2060.7161%200.748466%2060.8845%200.764964C62.4093%200.914409%2065.1119%201.17928%2067.5435%203.72999ZM30.7597%2016.4092L44.2391%2023.3821C45.5474%2024.064%2045.5474%2025.929%2044.2391%2026.618L30.7597%2033.5978C29.5488%2034.2171%2028.1083%2033.3403%2028.1083%2031.9833V18.0237C28.1083%2016.6597%2029.5488%2015.7829%2030.7597%2016.4092Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc((100% - 50px) / 2);
  left: calc((100% - 72px) / 2);
  opacity: 0.7;
}
.statistics__details-modal-dialog-basic-question-slider {
  width: 100%;
  height: 100%;
}
.statistics__details-modal-dialog-complaint {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 22px 30px 24px;
  background: #FFDDDD;
}
.statistics__details-modal-dialog-complaint .statistics__details-modal-dialog-complaint-text {
  margin-top: 10px;
}
.statistics__details-modal-dialog-complaint .statistics__details-modal-dialog-complaint-photos {
  margin-top: calc(10px + -5px);
}
.statistics__details-modal-dialog-complaint-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-complaint-text {
  display: block;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-complaint-photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.statistics__details-modal-dialog-complaint-photos .statistics__details-modal-dialog-complaint-photo {
  margin-top: 5px;
  margin-left: 5px;
}
.statistics__details-modal-dialog-complaint-photo {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}
.statistics__details-modal-dialog-processing {
  margin-top: 30px;
}
.statistics__details-modal-dialog-processing-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-processing-controls {
  margin-top: 20px;
}
.statistics__details-modal-dialog-processing-view {
  margin-top: 20px;
}
.statistics__details-modal-dialog-status-form-control-value--new {
  color: #16CEB9 !important;
}
.statistics__details-modal-dialog-status-form-control-value--process {
  color: #2D99FF !important;
}
.statistics__details-modal-dialog-status-form-control-value--delayed {
  color: #F96261 !important;
}
.statistics__details-modal-dialog-status-form-control-value--completed {
  color: #8400FF !important;
}
.statistics__details-modal-dialog-footer {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px -20px -30px;
  border-top: none;
  background: #FBFBFB;
  padding: 21.5px 30px;
}
.statistics__details-modal-dialog-footer *:not(:first-child) {
  margin-left: 13px;
}
.statistics__details-modal-dialog-view-form-group {
  margin-bottom: 26px;
}
.statistics__details-modal-dialog-view-form-label {
  font-size: 16px;
  color: #73808D;
}
.statistics__details-modal-dialog-view-form-control {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-status-view-form-control {
  color: #9151C1;
}
.statistics__details-modal-dialog-history-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  overflow: hidden;
}
.statistics__details-modal-dialog-history-nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 14.4px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
  border: none;
  border-radius: 0;
}
.statistics__details-modal-dialog-history-nav .nav-item:not(:first-child) {
  border-left: 1px solid #CFD8DC;
}
.statistics__details-modal-dialog-history-nav .nav-item:not(.active) {
  background: #F1F5F6;
  color: #73808D;
}
.statistics__details-modal-dialog-history-nav-item .statistics__details-modal-dialog-history-nav-item-count {
  margin-left: 11px;
}
.statistics__details-modal-dialog-history-nav-item-count {
  font-size: 16px;
  font-weight: normal;
  color: #73808D;
}
.statistics__details-modal-dialog-history-orders-table {
  margin-top: 24px;
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.statistics__details-modal-dialog-history-orders-table-row--open {
  background: #ECEFF1;
}
.statistics__details-modal-dialog-history-orders-table-row--open:not(:first-child) > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-row--open + .statistics__details-modal-dialog-history-orders-table-content-row + .statistics__details-modal-dialog-history-orders-table-row > td {
  padding-top: calc(0.75rem + 1px);
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-row--open + .statistics__details-modal-dialog-history-orders-table-content-row {
  border-bottom: 2px solid #E7EBED;
}
.statistics__details-modal-dialog-history-orders-table-id-cell {
  cursor: pointer;
}
.statistics__details-modal-dialog-history-orders-table-id {
  color: #3F65F1 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.statistics__details-modal-dialog-history-orders-table-price-cell {
  white-space: nowrap;
}
.statistics__details-modal-dialog-history-orders-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-orders-table-arrow-cell {
  width: 34px;
  padding-left: 14px !important;
  padding-right: 6px !important;
}
.statistics__details-modal-dialog-history-orders-table-arrow {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.statistics__details-modal-dialog-history-orders-table-row--open .statistics__details-modal-dialog-history-orders-table-arrow {
  transform: rotate(180deg);
}
.statistics__details-modal-dialog-history-orders-table-sending-indicator-cell {
  width: 41px;
  padding-right: 9px !important;
}
.statistics__details-modal-dialog-history-orders-table-feedback-indicator-cell {
  width: 39px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-orders-table-sending-indicator {
  width: 20px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%2211%22%20y1%3D%229.00017%22%20x2%3D%2219%22%20y2%3D%229.00017%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.0001%2012.0002L19%209.00016L16%206.00017%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-orders-table-feedback-indicator {
  width: 18px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%229.00002%22%20x2%3D%227%22%20y2%3D%229.00002%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%229.00002%22%20x2%3D%222%22%20y2%3D%229.00002%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%225.00002%22%20x2%3D%2212%22%20y2%3D%225.00002%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10%208.96408L12.0257%2011.0002L17%206.00017%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%225.00002%22%20x2%3D%222%22%20y2%3D%225.00002%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%221%22%20x2%3D%2212%22%20y2%3D%221%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%222%22%20y2%3D%221%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-orders-table-content-row > td {
  padding: 0;
  border-top: none;
}
.statistics__details-modal-dialog-history-orders-table-content {
  padding-top: 13px;
  padding-bottom: 16.5px;
}
.statistics__details-modal-dialog-history-orders-table-content-table > thead > tr > th {
  padding: 8px 16px;
  font-size: 16px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-history-orders-table-content-table > tbody > tr > td {
  padding: 8px 16px;
}
.statistics__details-modal-dialog-history-orders-table-content-table > tbody > tr:first-child > td {
  border-top-width: 2px;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-quantity-cell {
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-head-cell {
  white-space: nowrap;
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-head-cell .statistics__details-modal-dialog-history-orders-table-order-list-table-price-ruble-sign {
  font-size: 14px;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-cell {
  white-space: nowrap;
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-order-list-table-price-cell .statistics__details-modal-dialog-history-orders-table-order-list-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-orders-table-history-table-time-cell {
  text-align: right;
}
.statistics__details-modal-dialog-history-orders-table-info-block {
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
.statistics__details-modal-dialog-history-orders-table-info-block .statistics__details-modal-dialog-history-orders-table-info-block-item:not(:first-child) {
  margin-left: 64px;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item .statistics__details-modal-dialog-history-orders-table-info-block-item-value-row {
  margin-top: 4px;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item-label {
  font-weight: bold;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-history-orders-table-info-block-item-value-row {
  display: block;
  font-size: 14px;
  color: #2E2F31;
}
.statistics__details-modal-dialog-history-orders-table-date > *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-history-reviews-table {
  margin-top: 24px;
}
.statistics__details-modal-dialog-history-reviews-table-name {
  color: #3F65F1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-reviews-table-id {
  color: #3F65F1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-reviews-table-price-cell {
  white-space: nowrap;
}
.statistics__details-modal-dialog-history-reviews-table-price-ruble-sign {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-reviews-table-complaint-indicator-cell {
  width: 43px;
  padding-right: 9px !important;
}
.statistics__details-modal-dialog-history-reviews-table-compensation-indicator-cell {
  width: 44px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-reviews-table-complaint-indicator {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-reviews-table-compensation-indicator {
  width: 19px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2222%22%20viewBox%3D%220%200%2019%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17.2331%206.08016L14.4564%206.08015C14.7849%205.56325%2014.9781%204.94972%2014.9781%204.29271C14.9781%202.45455%2013.483%200.959381%2011.6448%200.959381C10.6448%200.959381%209.88893%201.46512%209.01685%202.1656C8.40574%201.46512%207.35969%200.959381%206.35969%200.959381C4.52152%200.959381%203.02636%202.45455%203.02636%204.29271C3.02636%204.94972%203.21718%205.56325%203.5481%206.08015L0.772947%206.08016C0.345411%206.08016%200%206.42557%200%206.8531L8.86917e-05%2011.7653C8.86917e-05%2011.8716%200.0870452%2011.9586%200.193325%2011.9586H0.954346L0.954169%2020.2677C0.954169%2020.6952%201.29958%2021.0406%201.72712%2021.0406H16.2125C16.64%2021.0406%2016.9854%2020.6952%2016.9854%2020.2677L16.9856%2011.9586H17.8129C17.9192%2011.9586%2018.0061%2011.8716%2018.0061%2011.7653L18.006%206.8531C18.006%206.42557%2017.6606%206.08016%2017.2331%206.08016ZM9.95399%204.29271C9.95399%203.36035%2010.7124%202.60189%2011.6448%202.60189C12.5772%202.60189%2013.3356%203.36035%2013.3356%204.29271C13.3356%205.22508%2012.5772%205.98354%2011.6448%205.98354H9.95399V4.29271ZM6.35969%202.60189C7.29206%202.60189%208.05051%203.36035%208.05051%204.29271V5.98354H6.35969C5.42732%205.98354%204.66887%205.22508%204.66887%204.29271C4.66887%203.36035%205.42732%202.60189%206.35969%202.60189ZM1.93228%2010.0839V8.07186H8.01649V10.0839H1.93228ZM3.01702%2011.9586H8.01649L8.01632%2019.1344H3.01685L3.01702%2011.9586ZM14.9856%2019.1344H9.95399L9.95417%2011.9586H14.9858L14.9856%2019.1344ZM16.0736%2010.0839H9.95399V8.07186H16.0736V10.0839Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-reviews-table-rating-cell .statistics__answer-list {
  width: 200px;
}
.statistics__details-modal-dialog-history-reviews-table-row {
  cursor: pointer;
}
.statistics__details-modal-dialog-history-compensations-table {
  margin-top: 24px;
}
.statistics__details-modal-dialog-history-compensations-table-name {
  color: #3F65F1 !important;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-usage-indicator-cell {
  width: 48px;
  padding-left: 9px !important;
  padding-right: 16px !important;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-usage-indicator {
  width: 23px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.4564%206.08015L17.2331%206.08016C17.6606%206.08016%2018.006%206.42557%2018.006%206.8531L18.0061%2011.7653C18.0061%2011.8716%2017.9192%2011.9586%2017.8129%2011.9586H16.9856L16.9856%2013.0971C16.6669%2013.0334%2016.3374%2013%2016%2013C15.6525%2013%2015.3133%2013.0355%2014.9857%2013.1029L14.9858%2011.9586H9.95417L9.95399%2019.1344H11.1292C11.2926%2019.8384%2011.6046%2020.4855%2012.0305%2021.0406H1.72712C1.29958%2021.0406%200.954169%2020.6952%200.954169%2020.2677L0.954346%2011.9586H0.193325C0.0870452%2011.9586%208.86917e-05%2011.8716%208.86917e-05%2011.7653L0%206.8531C0%206.42557%200.345411%206.08016%200.772947%206.08016L3.5481%206.08015C3.21718%205.56325%203.02636%204.94972%203.02636%204.29271C3.02636%202.45455%204.52152%200.959381%206.35969%200.959381C7.35969%200.959381%208.40574%201.46512%209.01685%202.1656C9.88893%201.46512%2010.6448%200.959381%2011.6448%200.959381C13.483%200.959381%2014.9781%202.45455%2014.9781%204.29271C14.9781%204.94972%2014.7849%205.56325%2014.4564%206.08015ZM11.6448%202.60189C10.7124%202.60189%209.95399%203.36035%209.95399%204.29271V5.98354H11.6448C12.5772%205.98354%2013.3356%205.22508%2013.3356%204.29271C13.3356%203.36035%2012.5772%202.60189%2011.6448%202.60189ZM8.05051%204.29271C8.05051%203.36035%207.29206%202.60189%206.35969%202.60189C5.42732%202.60189%204.66887%203.36035%204.66887%204.29271C4.66887%205.22508%205.42732%205.98354%206.35969%205.98354H8.05051V4.29271ZM1.93228%208.07186V10.0839H8.01649V8.07186H1.93228ZM8.01649%2011.9586H3.01702L3.01685%2019.1344H8.01632L8.01649%2011.9586ZM9.95399%2010.0839H16.0736V8.07186H9.95399V10.0839Z%22%20fill%3D%22%2337A74A%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.1258%2016.2343L16.0196%2019.143L21.3311%2013.8309%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.statistics__details-modal-dialog-history-compensations-table-compensation-name-cell,
.statistics__details-modal-dialog-history-compensations-table-compensation-reason-cell,
.statistics__details-modal-dialog-history-compensations-table-notification-script-cell {
  font-size: 12px;
}
.statistics__details-modal-dialog-history-compensations-table-date > *:not(:first-child) {
  margin-left: 7px;
}
.statistics__details-modal-dialog-basic-question--input-text {
  border-radius: 8px;
  background-color: #eceff1;
  font-size: 16px;
  line-height: 1.2;
  color: #2e2f31;
  padding: 11px 19px;
}
.statistics__details-modal-dialog-basic-question--input-text_body {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1.3;
}
.statistics__details-modal-dialog-basic-question--input-text_body .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1;
}
.statistics__details-modal-dialog-basic-question--input-text_quiz {
  margin-bottom: 1px;
  padding: 15px 20px 12px;
}
.statistics__details-modal-dialog-basic-question--input-text_quiz .label {
  font-size: 12px;
  color: #73808d;
  line-height: 1.08;
  margin-bottom: 4px;
}
.statistics__details-modal-dialog-basic-question-files-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  padding-bottom: 9px;
  padding-top: 3px;
}
.statistics__details-modal-dialog-basic-question-file {
  width: 105px;
  height: 105px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.statistics__details-modal-dialog-basic-question-file img,
.statistics__details-modal-dialog-basic-question-file video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.statistics__details-modal-dialog-basic-question-file .pseudo {
  position: absolute;
  z-index: 999;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.statistics__details-modal-dialog-basic-question-video:before {
  width: 72px;
  height: 50px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2272%22%20height%3D%2250%22%20viewBox%3D%220%200%2072%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M67.5435%203.72999C69.6729%205.88727%2070.3688%2010.7864%2070.3688%2010.7864C70.3688%2010.7864%2071.0786%2016.5344%2071.0786%2022.2895V27.6827C71.0786%2033.4308%2070.3688%2039.1858%2070.3688%2039.1858C70.3688%2039.1858%2069.6729%2044.0849%2067.5435%2046.2422C65.1105%2048.7942%2062.4121%2049.058%2060.8837%2049.2074C60.7159%2049.2238%2060.5622%2049.2389%2060.4245%2049.2554C50.4732%2049.9791%2035.5393%2050%2035.5393%2050C35.5393%2050%2017.0564%2049.826%2011.3709%2049.2832C11.0993%2049.2318%2010.7694%2049.1918%2010.3956%2049.1466C8.59558%2048.9287%205.77669%2048.5874%203.53514%2046.2422C1.40571%2044.0849%200.709812%2039.1858%200.709812%2039.1858C0.709812%2039.1858%200%2033.4377%200%2027.6827V22.2895C0%2016.5344%200.709812%2010.7864%200.709812%2010.7864C0.709812%2010.7864%201.40571%205.88727%203.53514%203.72999C5.96678%201.17928%208.66933%200.914409%2010.1942%200.764964C10.3625%200.748466%2010.5165%200.733375%2010.6541%200.716771C20.6054%200%2035.5254%200%2035.5254%200H35.5532C35.5532%200%2050.4732%200%2060.4245%200.716771C60.5622%200.733375%2060.7161%200.748466%2060.8845%200.764964C62.4093%200.914409%2065.1119%201.17928%2067.5435%203.72999ZM30.7597%2016.4092L44.2391%2023.3821C45.5474%2024.064%2045.5474%2025.929%2044.2391%2026.618L30.7597%2033.5978C29.5488%2034.2171%2028.1083%2033.3403%2028.1083%2031.9833V18.0237C28.1083%2016.6597%2029.5488%2015.7829%2030.7597%2016.4092Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc((100% - 50px) / 2);
  left: calc((100% - 72px) / 2);
  opacity: 0.7;
}
.statistics__details-modal-dialog-priority-variant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  margin: 1px 0;
  font-size: 16px;
  color: #2E2F31;
  background: #ECEFF1;
  border-radius: 8px;
  padding: 15px;
}
.statistics__details-modal-dialog-priority-variant-index {
  font-weight: bold;
  margin-right: 10px;
}
.statistics__answer-list-container {
  position: relative;
  cursor: pointer;
}
.statistics__answer-list-wrapper {
  overflow-x: hidden;
}
.statistics__answer-list-wrapper:before {
  content: '';
  display: inline-block;
  width: 13.12px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, #FFFFFF 0, rgba(255, 255, 255, 0) 100%);
}
.statistics__answer-list-wrapper:after {
  content: '';
  display: inline-block;
  width: 13.12px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0, rgba(255, 255, 255, 0) 100%);
}
.statistics__answer-list-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.statistics__answer-list-content .statistics__answer-list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.statistics__answer-list-content .statistics__answer-list-item:not(:first-child) {
  margin-left: -6px;
}
.statistics__answer-list-item {
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-top: 4px;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.statistics__answer-list-item--rating_1 {
  background: #F96261 !important;
}
.statistics__answer-list-item--rating_2 {
  background: #F97F46 !important;
}
.statistics__answer-list-item--rating_3 {
  background: #F4A224 !important;
}
.statistics__answer-list-item--rating_4 {
  background: #AAB540 !important;
}
.statistics__answer-list-item--rating_5 {
  background: #3ECE67 !important;
}
.statistics__answer-list-item-rating {
  font-weight: 900;
  font-size: 13px;
  color: #FFFFFF;
}
.statistics__answer-list-item-comment-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  right: 0;
}
.question-statistics__diff-statistics .chart-title {
  position: absolute;
  top: 13px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-point,
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-label {
  cursor: pointer;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-grid-line {
  opacity: 0;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-tick {
  transform: translateY(-18px);
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-tick:first-child {
  transform: translateY(-19px);
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-root {
  border-bottom: 1px solid #f2f2f2;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-heatmap-chart .highcharts-plot-border {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-scatter-chart .highcharts-grid-line {
  opacity: 0;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-scatter-chart .highcharts-minor-grid-line:nth-child(even) {
  opacity: 0;
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-scatter-chart .highcharts-tick {
  transform: translateY(-18px);
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-scatter-chart .highcharts-tick:first-child {
  transform: translateY(-19px);
}
.question-statistics__diff-statistics .question-statistics__diff-statistics-scatter-chart .highcharts-root {
  border-bottom: 1px solid #f2f2f2;
}
.statistics__content--initializing {
  visibility: hidden;
}
.statistics__content .statistics__menu {
  margin-top: 20px;
}
.statistics__content .statistics__card {
  margin-top: 21px;
}
.statistics__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 485px;
}
.statistics__empty .text {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0;
  text-align: center;
  transform: translate(2px, -17px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.statistics__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.statistics__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.statistics__empty .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.statistics__empty .text ul li:last-child {
  margin-bottom: 0;
}
.statistics__empty .text p,
.statistics__empty .text .item {
  margin-bottom: 14px;
}
.statistics__empty .text p.first-item,
.statistics__empty .text .item.first-item {
  margin-bottom: 28px;
}
.statistics__empty .text p:last-child,
.statistics__empty .text .item:last-child {
  margin-bottom: 0;
}
.statistics__empty .text .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #2e2f31;
  margin-bottom: 13px;
}
.statistics__empty_large .text {
  font-size: 16px;
  transform: translate(2px, -32px);
}
.statistics__empty_large .title {
  transform: translateX(2px);
}
.statistics__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.statistics__header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.statistics__header-copy-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.statistics__header-copy-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  content: '';
}
.statistics__card-filter-checkbox {
  margin-top: 14px;
}
.statistics__card-filter-checkbox .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.statistics__card-filters-apply-button {
  width: 130px;
  height: 38px;
}
.statistics__card-filters-reset-button {
  height: 38px;
}
.statistics__contact-point-rating-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -39px;
}
.statistics__contact-point-rating-filters .statistics__contact-point-rating-filter {
  margin-top: 20px;
  margin-left: 39px;
}
.statistics__contact-point-rating-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  transition: width 0.5s ease-in;
}
.statistics__contact-point-rating-filter .statistics__contact-point-rating-filter-wrapper {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  transition: width 0.5s ease-in;
  width: 161px;
}
.statistics__contact-point-rating-filter--closed .statistics__contact-point-rating-filter-wrapper {
  width: 65px;
}
.statistics__contact-point-rating-filter--closed .statistics__rating-slider {
  width: calc(100% - 35px) !important;
  margin-top: 16px;
  margin-right: 19px;
  margin-bottom: 16px;
}
.statistics__contact-point-rating-filter--closed .statistics__rating-slider .ui-slider-handle:first-child {
  left: 0 !important;
  transition: left 0.5s ease-in;
}
.statistics__contact-point-rating-filter--closed .statistics__rating-slider .ui-slider-handle:nth-last-child(2) {
  width: 38px !important;
  height: 38px !important;
  top: -16px !important;
  margin-left: -18px !important;
  left: 100% !important;
  border: 3px solid #fff !important;
  transition: left 0.5s ease-in;
}
.statistics__contact-point-rating-filter--closed .statistics__contact-point-rating-filter-curtain {
  height: 38px !important;
}
.statistics__contact-point-rating-filter--closed .statistics__contact-point-rating-filter-name {
  margin-top: 17px !important;
}
.statistics__contact-point-rating-filter .statistics__rating-slider {
  width: calc(100% - 32px);
  margin-top: calc(13px + 3px);
  transition: width 0.5s ease-in;
}
.statistics__contact-point-rating-filter .statistics__contact-point-rating-filter-curtain {
  position: absolute;
  height: 32px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.statistics__contact-point-rating-filter .statistics__contact-point-rating-filter-name {
  margin-top: 20px;
}
.statistics__score-rating-filter:not(:first-child) {
  margin-left: 24px;
}
.statistics__contact-point-rating-filter-name {
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #2e2f31;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statistics__rating-slider {
  margin-top: 13px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 13px;
  background: linear-gradient(90deg, #f96261 1.49%, #f5a123 50.37%, #33d16b 100.93%);
}
.statistics__rating-slider .ui-slider-range {
  background: none;
}
.statistics__rating-slider-handle {
  display: -ms-flexbox;
  display: flex;
  width: 32px !important;
  height: 32px !important;
  top: -13px !important;
  margin-left: -16px !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 13px !important;
}
.statistics__rating-slider-handle--value_1 {
  background: #f96261 !important;
}
.statistics__rating-slider-handle--value_2 {
  background: #f97f46 !important;
}
.statistics__rating-slider-handle--value_3 {
  background: #f4a224 !important;
}
.statistics__rating-slider-handle--value_4 {
  background: #aab540 !important;
}
.statistics__rating-slider-handle--value_5 {
  background: #3ece67 !important;
}
.statistics__card-control-row {
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  margin-left: -20px;
  margin-right: -20px;
}
.statistics__card-control-row-summary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.statistics__card-control-row-summary-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.statistics__card-control-row-summary-item:not(:first-child) {
  border-left: 1px solid #f2f5f6;
}
.statistics__card-control-row-summary-new-item .statistics__card-control-row-summary-item-value {
  color: #16ceb9;
}
.statistics__card-control-row-summary-process-item .statistics__card-control-row-summary-item-value {
  color: #2d99ff;
}
.statistics__card-control-row-summary-delayed-item .statistics__card-control-row-summary-item-value {
  color: #f96261;
}
.statistics__card-control-row-summary-completed-item .statistics__card-control-row-summary-item-value {
  color: #8400ff;
}
.statistics__card-control-row-summary-item-value {
  font-weight: bold;
  font-size: 19px;
}
.statistics__card-control-row-summary-item-label {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #73808d;
}
.statistics__card-control-row-search {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border: 1px solid #eceff1;
  transition: border-color, box-shadow 0.15s ease-in-out;
}
.statistics__card-control-row-search--active {
  border: 1px solid #3f65f1;
  box-shadow: 0 0 5px rgba(63, 101, 241, 0.5);
}
.statistics__card-control-row-search-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 17px;
}
.statistics__card-control-row-search-input {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #2e2f31;
  font-weight: 400;
  border: none;
}
.statistics__card-control-row-search-input:-ms-input-placeholder {
  color: #73808d;
}
.statistics__card-control-row-search-input::-ms-input-placeholder {
  color: #73808d;
}
.statistics__card-control-row-search-input::placeholder {
  color: #73808d;
}
.statistics__card-control-row-search-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.statistics__card-control-row-edit-columns-section {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 58px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.statistics__card-control-row-button {
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
}
.statistics__card-control-row-edit-columns-button {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.31945%200.992188C7.23383%200.992188%206.34703%201.88571%206.34703%202.98792V3.5737C5.66105%203.85497%205.02297%204.23102%204.44861%204.68582L3.94741%204.39271C3.00616%203.84226%201.7983%204.16877%201.25363%205.12435L0.264329%206.86002C-0.278483%207.81235%200.0424162%209.03724%200.985228%209.5886L1.4863%209.88163C1.43653%2010.2446%201.41081%2010.6153%201.41081%2010.9922C1.41081%2011.369%201.43653%2011.7398%201.4863%2012.1027L0.985228%2012.3958C0.0442342%2012.9461%20-0.280341%2014.1688%200.264329%2015.1244L1.25363%2016.86C1.79644%2017.8123%203.00435%2018.1432%203.94741%2017.5917L4.44861%2017.2986C5.02297%2017.7534%205.66105%2018.1294%206.34703%2018.4107V18.9965C6.34703%2020.0965%207.23011%2020.9922%208.31945%2020.9922H10.2981C11.3837%2020.9922%2012.2705%2020.0987%2012.2705%2018.9965V18.4107C12.9565%2018.1294%2013.5945%2017.7534%2014.1689%2017.2986L14.6701%2017.5917C15.6113%2018.1421%2016.8192%2017.8156%2017.3639%2016.86L18.3532%2015.1244C18.896%2014.172%2018.5751%2012.9471%2017.6323%2012.3958L17.1312%2012.1027C17.181%2011.7398%2017.2067%2011.369%2017.2067%2010.9922C17.2067%2010.6153%2017.181%2010.2446%2017.1312%209.88163L17.6323%209.5886C18.5733%209.0383%2018.8979%207.81561%2018.3532%206.86002L17.3639%205.12435C16.8211%204.17203%2015.6132%203.8412%2014.6701%204.39271L14.1689%204.68582C13.5945%204.23102%2012.9565%203.85497%2012.2705%203.5737V2.98792C12.2705%201.88783%2011.3874%200.992188%2010.2981%200.992188H8.31945ZM8.05255%202.64723V4.66L6.88365%205.18763C6.34678%205.40584%205.84285%205.69893%205.38605%206.0575L4.47698%206.72827L2.73809%205.72018L1.50392%207.88441L3.2397%208.89069L3.04726%2010.1207C3.00762%2010.4073%202.98757%2010.6981%202.98757%2010.9922C2.98757%2011.2862%203.00762%2011.5771%203.04726%2011.8636L3.14112%2013.0807L1.40534%2014.087L2.6333%2016.1776L4.3722%2015.1695L5.38605%2015.9268C5.84285%2016.2854%206.34678%2016.5785%206.88365%2016.7967L8.02662%2017.3243V19.3371H10.5666V17.3243L11.5575%2016.7967C12.0944%2016.5785%2012.5983%2016.2854%2013.0551%2015.9268L14.0372%2015.1695L15.7761%2016.1776L16.9373%2014.087L15.2015%2013.0807L15.3939%2011.8636C15.4335%2011.5771%2015.4536%2011.2862%2015.4536%2010.9922C15.4536%2010.6981%2015.4335%2010.4073%2015.3939%2010.1207L15.2707%208.89069L17.0065%207.88441L15.7031%205.72018L13.9642%206.72827L13.0551%206.0575C12.5983%205.69893%2012.0944%205.40584%2011.5575%205.18763L10.5536%204.65998V2.6472L8.05255%202.64723ZM15.7454%206.16784L15.7478%206.16643L15.7462%206.16741C15.7458%206.16773%2015.7455%206.16789%2015.7454%206.16784ZM1.77639%207.91381L1.77365%207.91222L1.77533%207.91314L1.77639%207.91381ZM2.78569%2015.9807C2.78503%2015.9795%202.78489%2015.979%202.78465%2015.9789L2.78569%2015.9807Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.50781%2010.9922C5.50781%2013.0672%207.18995%2014.7493%209.26498%2014.7493C11.34%2014.7493%2013.0222%2013.0672%2013.0222%2010.9922C13.0222%208.91713%2011.34%207.23499%209.26498%207.23499C7.18995%207.23499%205.50781%208.91713%205.50781%2010.9922ZM11.3207%2010.9921C11.3207%2012.1275%2010.4003%2013.0479%209.26491%2013.0479C8.12953%2013.0479%207.20913%2012.1275%207.20913%2010.9921C7.20913%209.85674%208.12953%208.93634%209.26491%208.93634C10.4003%208.93634%2011.3207%209.85674%2011.3207%2010.9921Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__card-control-row-edit-columns-button:hover {
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.31945%200.992188C7.23383%200.992188%206.34703%201.88571%206.34703%202.98792V3.5737C5.66105%203.85497%205.02297%204.23102%204.44861%204.68582L3.94741%204.39271C3.00616%203.84226%201.7983%204.16877%201.25363%205.12435L0.264329%206.86002C-0.278483%207.81235%200.0424162%209.03724%200.985228%209.5886L1.4863%209.88163C1.43653%2010.2446%201.41081%2010.6153%201.41081%2010.9922C1.41081%2011.369%201.43653%2011.7398%201.4863%2012.1027L0.985228%2012.3958C0.0442342%2012.9461%20-0.280341%2014.1688%200.264329%2015.1244L1.25363%2016.86C1.79644%2017.8123%203.00435%2018.1432%203.94741%2017.5917L4.44861%2017.2986C5.02297%2017.7534%205.66105%2018.1294%206.34703%2018.4107V18.9965C6.34703%2020.0965%207.23011%2020.9922%208.31945%2020.9922H10.2981C11.3837%2020.9922%2012.2705%2020.0987%2012.2705%2018.9965V18.4107C12.9565%2018.1294%2013.5945%2017.7534%2014.1689%2017.2986L14.6701%2017.5917C15.6113%2018.1421%2016.8192%2017.8156%2017.3639%2016.86L18.3532%2015.1244C18.896%2014.172%2018.5751%2012.9471%2017.6323%2012.3958L17.1312%2012.1027C17.181%2011.7398%2017.2067%2011.369%2017.2067%2010.9922C17.2067%2010.6153%2017.181%2010.2446%2017.1312%209.88163L17.6323%209.5886C18.5733%209.0383%2018.8979%207.81561%2018.3532%206.86002L17.3639%205.12435C16.8211%204.17203%2015.6132%203.8412%2014.6701%204.39271L14.1689%204.68582C13.5945%204.23102%2012.9565%203.85497%2012.2705%203.5737V2.98792C12.2705%201.88783%2011.3874%200.992188%2010.2981%200.992188H8.31945ZM8.05255%202.64723V4.66L6.88365%205.18763C6.34678%205.40584%205.84285%205.69893%205.38605%206.0575L4.47698%206.72827L2.73809%205.72018L1.50392%207.88441L3.2397%208.89069L3.04726%2010.1207C3.00762%2010.4073%202.98757%2010.6981%202.98757%2010.9922C2.98757%2011.2862%203.00762%2011.5771%203.04726%2011.8636L3.14112%2013.0807L1.40534%2014.087L2.6333%2016.1776L4.3722%2015.1695L5.38605%2015.9268C5.84285%2016.2854%206.34678%2016.5785%206.88365%2016.7967L8.02662%2017.3243V19.3371H10.5666V17.3243L11.5575%2016.7967C12.0944%2016.5785%2012.5983%2016.2854%2013.0551%2015.9268L14.0372%2015.1695L15.7761%2016.1776L16.9373%2014.087L15.2015%2013.0807L15.3939%2011.8636C15.4335%2011.5771%2015.4536%2011.2862%2015.4536%2010.9922C15.4536%2010.6981%2015.4335%2010.4073%2015.3939%2010.1207L15.2707%208.89069L17.0065%207.88441L15.7031%205.72018L13.9642%206.72827L13.0551%206.0575C12.5983%205.69893%2012.0944%205.40584%2011.5575%205.18763L10.5536%204.65998V2.6472L8.05255%202.64723ZM15.7454%206.16784L15.7478%206.16643L15.7462%206.16741C15.7458%206.16773%2015.7455%206.16789%2015.7454%206.16784ZM1.77639%207.91381L1.77365%207.91222L1.77533%207.91314L1.77639%207.91381ZM2.78569%2015.9807C2.78503%2015.9795%202.78489%2015.979%202.78465%2015.9789L2.78569%2015.9807Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.50781%2010.9922C5.50781%2013.0672%207.18995%2014.7493%209.26498%2014.7493C11.34%2014.7493%2013.0222%2013.0672%2013.0222%2010.9922C13.0222%208.91713%2011.34%207.23499%209.26498%207.23499C7.18995%207.23499%205.50781%208.91713%205.50781%2010.9922ZM11.3207%2010.9921C11.3207%2012.1275%2010.4003%2013.0479%209.26491%2013.0479C8.12953%2013.0479%207.20913%2012.1275%207.20913%2010.9921C7.20913%209.85674%208.12953%208.93634%209.26491%208.93634C10.4003%208.93634%2011.3207%209.85674%2011.3207%2010.9921Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__card-control-row-view-toggle-section {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 22px;
  padding-right: 22px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-left: 1px solid #eceff1;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.statistics__card-control-row-view-toggle-section .statistics__card-control-row-button:not(:first-child) {
  margin-left: 22px;
}
.statistics__card-control-row-column-kanban-button {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__card-control-row-column-kanban-button.statistics__card-control-row-button--active,
.statistics__card-control-row-column-kanban-button:hover {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1%201H5V17H1V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V17H9V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M17%201H21V17H17V1Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__card-control-row-column-list-button {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__card-control-row-column-list-button.statistics__card-control-row-button--active,
.statistics__card-control-row-column-list-button:hover {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%201C4%200.447715%204.44772%200%205%200H17C17.5523%200%2018%200.447715%2018%201C18%201.55228%2017.5523%202%2017%202H5C4.44772%202%204%201.55228%204%201Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%228%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Crect%20y%3D%2216%22%20width%3D%222%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%209C4%208.44772%204.44772%208%205%208H17C17.5523%208%2018%208.44772%2018%209C18%209.55228%2017.5523%2010%2017%2010H5C4.44772%2010%204%209.55228%204%209Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2017C4%2016.4477%204.44772%2016%205%2016H17C17.5523%2016%2018%2016.4477%2018%2017C18%2017.5523%2017.5523%2018%2017%2018H5C4.44772%2018%204%2017.5523%204%2017Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__table-section {
  position: relative;
}
.statistics__table-container {
  position: relative;
}
.statistics__table-container .statistics__table-container-scroll-button-gutter {
  position: absolute;
  top: 80.8px;
  bottom: 16px;
}
.statistics__table-container .statistics__table-container-left-scroll-button-gutter {
  left: calc(-20px - 34px / 2);
}
.statistics__table-container .statistics__table-container-right-scroll-button-gutter {
  right: calc(-20px - 34px / 2);
}
.statistics__table-container-scroll-button-gutter {
  width: 34px;
}
.statistics__table-container-scroll-button-gutter .statistics__table-container-scroll-button {
  position: sticky;
  top: 50%;
  z-index: 20;
}
.statistics__table-container-scroll-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border: none;
  border-radius: 50%;
  transition: transform 200ms ease-in;
}
.statistics__table-container-scroll-button:before {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.statistics__table-container-left-scroll-button:before {
  transform: rotate(90deg);
}
.statistics__table-container-right-scroll-button:before {
  transform: rotate(-90deg);
}
.statistics__table-wrapper.scroll-content {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.statistics__table-wrapper .scroll-y {
  display: none !important;
}
.statistics__table {
  margin-top: 24px;
  font-weight: 500;
  font-size: 12px;
  color: #2e2f31;
}
.statistics__table th,
.statistics__table td {
  vertical-align: top !important;
}
.statistics__table td {
  position: relative;
}
.statistics__table th {
  padding-bottom: 5px;
}
.statistics__table-head-cell-filter {
  width: 100%;
  margin-top: 4px;
  border: none;
  font-weight: 500;
  color: #2e2f31;
}
.statistics__table-head-cell-name {
  white-space: nowrap;
}
.statistics__table-row {
  cursor: pointer;
  position: relative;
}
.statistics__table-row--selected {
  background: #f1f4ff;
}
.statistics__table-status--value_new {
  color: #16ceb9;
}
.statistics__table-status--value_process {
  color: #2d99ff;
}
.statistics__table-status--value_delayed {
  color: #f96261;
}
.statistics__table-status--value_completed {
  color: #8400ff;
}
.statistics__table-answers-with-rating-rating-row {
  display: -ms-flexbox;
  display: flex;
}
.statistics__table-answer-with-rating-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.statistics__table-answer-with-rating-rating:not(:first-child) {
  margin-left: -5px;
}
.statistics__table-answer-with-rating-rating--with-comment:before {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.4994%200H1.49991C0.672617%200%200%200.672617%200%201.49991V7.50009C0%208.32738%200.672617%209%201.49991%209H4V11.5C4%2011.7297%204.26249%2011.8633%204.44763%2011.7273L8%209H10.4994C11.3267%209%2011.9993%208.32738%2011.9993%207.50009V1.49991C11.9993%200.672617%2011.3267%200%2010.4994%200Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__table-answer-with-rating-rating--value_1 .statistics__table-answer-with-rating-rating-indicator {
  background: #f96261 !important;
}
.statistics__table-answer-with-rating-rating--value_2 .statistics__table-answer-with-rating-rating-indicator {
  background: #f97f46 !important;
}
.statistics__table-answer-with-rating-rating--value_3 .statistics__table-answer-with-rating-rating-indicator {
  background: #f4a224 !important;
}
.statistics__table-answer-with-rating-rating--value_4 .statistics__table-answer-with-rating-rating-indicator {
  background: #aab540 !important;
}
.statistics__table-answer-with-rating-rating--value_5 .statistics__table-answer-with-rating-rating-indicator {
  background: #3ece67 !important;
}
.statistics__table-answer-with-rating-rating-indicator {
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  font-weight: 900;
  font-size: 13px;
  border: 2px solid #fff;
  color: #ffffff;
}
.statistics__table-answer-with-rating-rating-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statistics__table-answer-with-rating-comment {
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -ms-flex-align: center;
      align-items: center;
  max-width: 80px;
}
.statistics__table-answer-with-rating-comment:not(:first-child) {
  margin-top: -5px;
}
.statistics__table-answers-with-rating-comment-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__table-answer-with-rating-comment-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.statistics__table-complaint-text {
  display: block;
  max-width: 150px;
  word-wrap: break-word;
}
.statistics__table-complaint-photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  color: #3f65f1;
  cursor: pointer;
}
.statistics__table-complaint-photos:not(:first-child) {
  margin-top: 7px;
}
.statistics__table-complaint-photos-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.statistics__table-checkbox {
  margin-top: 5px;
}
.statistics__table-selection-head-cell .statistics__table-checkbox {
  margin-bottom: 20px;
}
.statistics__table-selection-head-cell,
.statistics__table-selection-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.statistics__table-price-cell {
  white-space: nowrap;
}
.statistics__table-phone-cell {
  white-space: nowrap;
}
.statistics__table-answers-with-rating-rating-cell:after,
.statistics__table-answers-with-rating-comment-cell:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  box-shadow: -20px -6px 6px 0 white inset;
  transition: box-shadow 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.statistics__table-row--selected .statistics__table-answers-with-rating-rating-cell:after,
.statistics__table-row--selected .statistics__table-answers-with-rating-comment-cell:after {
  box-shadow: -20px -6px 6px #f1f4ff inset;
}
.statistics__table-sorting-icon {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.960938%200.25C0.445312%200.25%200.1875%200.859375%200.5625%201.21094L3.35156%204C3.5625%204.23438%203.91406%204.23438%204.14844%204L6.9375%201.21094C7.28906%200.859375%207.03125%200.25%206.53906%200.25H0.960938Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.statistics__table-sorting-icon--order_asc {
  transform: rotate(180deg);
}
.statistics__table-filtering-icon {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10.5117%200.25H1.46875C1.03906%200.25%200.824219%200.757812%201.13672%201.05078L4.75%204.66406V8.6875C4.75%208.84375%204.80859%209%204.94531%209.07812L6.50781%2010.1719C6.82031%2010.3867%207.25%2010.1719%207.25%209.78125V4.66406L10.8438%201.05078C11.1562%200.757812%2010.9414%200.25%2010.5117%200.25Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.statistics__table-head-cell-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__table-complaint-fancybox-description-text {
  margin-top: 7px;
}
.statistics__table-group-actions-wrapper {
  position: absolute;
  height: 100%;
}
.statistics__table-group-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border-radius: 9px;
}
.statistics__table-group-actions-counter {
  font-size: 16px;
}
.statistics__table-group-actions-counter-value {
  font-weight: bold;
}
.statistics__table-group-actions-select-all-button {
  margin-left: 28px;
  padding: 12px 25px;
  background: #dadfe3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #2e2f31;
}
.statistics__table-group-actions-selector.select2 {
  margin-left: 28px;
}
.statistics__table-group-actions-dismiss-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  padding: 0;
  background: #ffdddd;
  border-radius: 4px;
}
.statistics__table-group-actions-dismiss-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(45deg);
  width: 21px;
  height: 21px;
}
.statistics__table-group-actions-apply-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  padding: 0;
  background: #abefb7;
  border-radius: 4px;
}
.statistics__table-group-actions-apply-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: '';
  width: 19.6px;
  height: 14px;
}
.statistics__card-executor-filter-control-avatar {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
}
.statistics__kanban-board {
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
}
.statistics__kanban-board .statistics__kanban-board-column {
  width: 25%;
}
.statistics__kanban-board .statistics__kanban-board-column:not(:first-child) {
  margin-left: 4px;
}
.statistics__kanban-board-column {
  background: #f5f6fa;
  border-radius: 9px;
}
.statistics__kanban-board-column--disabled {
  opacity: 0.35;
}
.statistics__kanban-board-column .statistics__kanban-board-card:not(:first-child) {
  margin-top: 5px;
}
.statistics__kanban-board-column-header {
  padding: 9px 9px 8px 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.statistics__kanban-board-column--status_new .statistics__kanban-board-column-header {
  background: #16ceb9;
}
.statistics__kanban-board-column--status_process .statistics__kanban-board-column-header {
  background: #2d99ff;
}
.statistics__kanban-board-column--status_delayed .statistics__kanban-board-column-header {
  background: #f96261;
}
.statistics__kanban-board-column--status_completed .statistics__kanban-board-column-header {
  background: #8400ff;
}
.statistics__kanban-board-column-content {
  height: 100%;
  padding: 11px 8px;
}
.statistics__kanban-board-card {
  padding: 12px 15px 14px 15px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(46, 47, 49, 0.15);
  border-radius: 9px;
  cursor: pointer;
}
.statistics__kanban-board-card.gu-hide {
  display: none !important;
}
.statistics__kanban-board-card.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  height: unset !important;
  z-index: 9999 !important;
  box-shadow: 0 15px 20px rgba(63, 101, 241, 0.3);
  cursor: grabbing;
}
.statistics__kanban-board-card.gu-transit {
  height: 10px;
  padding: 0;
  background: #9bb0fb;
  border-radius: 9px;
}
.statistics__kanban-board-card.gu-transit * {
  display: none;
}
.statistics__kanban-board-card .statistics__answer-list {
  margin-top: 19px;
}
.statistics__kanban-board-card-header {
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__kanban-board-card-executor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.statistics__kanban-board-card-executor .statistics__kanban-board-card-executor-name {
  margin-left: 10.5px;
}
.statistics__kanban-board-card-executor-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.statistics__kanban-board-card-executor-name {
  font-weight: 500;
  font-size: 12px;
  color: #2e2f31;
}
.statistics__kanban-board-card-executor-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #73808d;
}
.statistics__kanban-board-card-complaint-icon {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%200C4.92339%200%200%204.92339%200%2011C0%2017.0766%204.92339%2022%2011%2022C17.0766%2022%2022%2017.0766%2022%2011C22%204.92339%2017.0766%200%2011%200ZM11%2019.871C6.10766%2019.871%202.12903%2015.8923%202.12903%2011C2.12903%206.10766%206.10766%202.12903%2011%202.12903C15.8923%202.12903%2019.871%206.10766%2019.871%2011C19.871%2015.8923%2015.8923%2019.871%2011%2019.871ZM11%2013.4839C9.50968%2013.4839%208.10806%2014.1403%207.15%2015.2847C6.77298%2015.7371%206.83508%2016.4069%207.2875%2016.7839C7.73992%2017.1609%208.40968%2017.1032%208.78669%2016.6508C9.88669%2015.3335%2012.1133%2015.3335%2013.2133%2016.6508C13.5726%2017.081%2014.2423%2017.1786%2014.7125%2016.7839C15.1649%2016.4069%2015.2226%2015.7371%2014.85%2015.2847C13.8919%2014.1403%2012.4903%2013.4839%2011%2013.4839ZM8.87097%2010.2903C9.32782%2010.2903%209.75363%209.99314%209.89113%209.53185C10.0597%208.96855%209.74032%208.37419%209.17702%208.20564L5.62863%207.14113C5.06089%206.96814%204.47097%207.29194%204.30242%207.85524C4.13387%208.41855%204.45323%209.0129%205.01653%209.18145L6.26734%209.55847C6.12984%209.77581%206.03226%2010.0198%206.03226%2010.2948C6.03226%2011.0798%206.66653%2011.7141%207.45161%2011.7141C8.23669%2011.7141%208.87097%2011.0754%208.87097%2010.2903ZM17.6976%207.85524C17.529%207.29194%2016.9391%206.97258%2016.3714%207.14113L12.823%208.20564C12.2597%208.37419%2011.9403%208.96855%2012.1089%209.53185C12.2464%209.99314%2012.6722%2010.2903%2013.129%2010.2903C13.129%2011.0754%2013.7633%2011.7097%2014.5484%2011.7097C15.3335%2011.7097%2015.9677%2011.0754%2015.9677%2010.2903C15.9677%2010.0153%2015.8702%209.77137%2015.7327%209.55403L16.9835%209.17702C17.5468%209.0129%2017.8661%208.41855%2017.6976%207.85524Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.statistics__kanban-board-card-footer {
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.statistics__kanban-board-card-passed-at {
  font-weight: bold;
  font-size: 12px;
  color: #3f65f1 !important;
  text-decoration: none !important;
}
.statistics__kanban-board-card-questions {
  font-weight: bold;
  font-size: 12px;
  color: #73808d;
}
.statistics__kanban-board-card-id {
  font-weight: bold;
  font-size: 12px;
  color: #2e2f31;
}
.statistics__details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.statistics__details-modal .statistics__details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: 100%;
  max-width: 1000px;
}
.statistics__details-modal .statistics__details-modal-dialog-wrapper.statistics__details-modal-dialog-wrapper--last {
  margin-left: 175.31px;
  width: calc(100% - 175.31px);
}
.statistics__details-modal .statistics__details-modal-dialog-wrapper:not(.statistics__details-modal-dialog-wrapper--last) {
  right: 28px;
}
.statistics__details-modal .statistics__details-modal-dialog-wrapper.statistics__details-modal-dialog-wrapper--single {
  margin-left: 45px;
  width: calc(100% - 45px);
}
.statistics__details-modal-dialog-wrapper .statistics__details-modal-dialog {
  height: 100%;
  width: 100%;
}
.statistics__details-modal-dialog-wrapper .statistics__details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.statistics__details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.statistics__details-modal-dialog-wrapper-actions .statistics__details-modal-dialog-wrapper-close-all-button {
  margin-right: 10.32px;
}
.statistics__details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808d !important;
}
.statistics__details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.statistics__details-modal-dialog-wrapper-close-all-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 4px 14.54px;
  border-radius: 50px;
  box-shadow: none !important;
  border: 2px solid #73808d !important;
  font-weight: 500;
  font-size: 14px;
  color: #73808d !important;
}
.statistics__score-rating-filter + .statistics__contact-point-rating-filter:not(.statistics__score-rating-filter) {
  position: relative;
}
.statistics__score-rating-filter + .statistics__contact-point-rating-filter:not(.statistics__score-rating-filter):before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #eceff1;
}
.print-mode .app__content {
  padding-bottom: 0 !important;
}
.print-mode .question-statistics__card {
  border-radius: 0;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.print-mode .question-statistics__card .question-statistics__variant-statistics-mode-toggle {
  display: none;
}
.print-mode .question-statistics__card .question-statistics__question-additional-button,
.print-mode .question-statistics__card .highcharts-exporting-group {
  display: none;
}
.print-mode .question-statistics__card .question-statistics__question {
  padding: 32px 0px 32px 30px;
  page-break-inside: avoid;
}
.print-mode .question-statistics__card .question-statistics__variant-statistics {
  margin-top: 0;
}
.print-mode .question-statistics__card .question-statistics__question-chart,
.print-mode .question-statistics__card .question-statistics__question-assessment-variants-variant-statistics {
  margin-top: 16px;
}
.print-mode .question-statistics__card .dish-info .worst-icon {
  display: inline-block;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.print-mode .question-statistics__card .dish-info .best-icon {
  display: inline-block;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.print-mode .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-row:nth-child(n
        + 10) {
  display: none;
}
.print-mode .question-statistics__card .ps {
  overflow: visible !important;
  max-height: none;
}
.print-mode .question-statistics__card .ps__rail-x,
.print-mode .question-statistics__card .ps__rail-y {
  display: none !important;
}
.print-mode .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-container:after {
  background: transparent;
}
@media print {
  .app__content {
    padding-bottom: 0 !important;
  }
  .question-statistics__card {
    border-radius: 0;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .question-statistics__card .question-statistics__variant-statistics-mode-toggle {
    display: none;
  }
  .question-statistics__card .question-statistics__question-additional-button,
  .question-statistics__card .highcharts-exporting-group {
    display: none;
  }
  .question-statistics__card .question-statistics__question {
    padding: 32px 0px 32px 30px;
    page-break-inside: avoid;
  }
  .question-statistics__card .question-statistics__variant-statistics {
    margin-top: 0;
  }
  .question-statistics__card .question-statistics__question-chart,
  .question-statistics__card .question-statistics__question-assessment-variants-variant-statistics {
    margin-top: 16px;
  }
  .question-statistics__card .dish-info .worst-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .dish-info .best-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-row:nth-child(n
        + 10) {
    display: none;
  }
  .question-statistics__card .ps {
    overflow: visible !important;
    max-height: none;
  }
  .question-statistics__card .ps__rail-x,
  .question-statistics__card .ps__rail-y {
    display: none !important;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-container:after {
    background: transparent;
  }
}
.report__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .report__header {
    padding-left: 20px;
    padding-left: 20px;
    padding-left: var(--foquz-side-offset);
    padding-right: 20px;
    padding-right: 20px;
    padding-right: var(--foquz-side-offset);
  }
}
.report__header-title {
  padding-bottom: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  word-break: break-word;
  font-weight: 900;
  color: #2e2f31;
}
.report__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.report__header-share-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-share-button:before {
  width: 19px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%206.00024H5.9C5.9%206.00024%201%206.00024%201%2011.0002C1%2014.9002%204%2019.0002%204%2019.0002C4%2019.0002%202.3%2012.0002%205.8%2012.0002H11V15.0002L17%209.00024L11%203.00024V6.00024Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.report__header-share-button.editor-mode:before {
  width: 22px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2210%22%20viewBox%3D%220%200%2022%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%201C19.2089%201%2021%202.79106%2021%205C21%207.20894%2019.2089%209%2017%209%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%205H15%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%201H17%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%209H17%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%209C2.79106%209%201%207.20894%201%205C1%202.79106%202.79106%201%205%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%201L5%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%209H5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.report__header-name-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}
.report__header-name-form-control {
  padding: 0;
  font-size: 22px;
  font-weight: 900;
  color: #2e2f31;
  border: none;
  background: none;
  border-bottom: solid 1px #a6b1bc;
}
.report__header-name-form-hidden-control {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 900;
  white-space: pre;
}
.report__header-name-form-cancel-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-name-form-cancel-button:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.94975%2014.9497C4.55922%2014.5592%204.55922%2013.9261%204.94975%2013.5355L13.435%205.05025C13.8256%204.65973%2014.4587%204.65973%2014.8492%205.05025C15.2398%205.44078%2015.2398%206.07394%2014.8492%206.46447L6.36396%2014.9497C5.97344%2015.3403%205.34027%2015.3403%204.94975%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.8492%2014.9497C14.4587%2015.3403%2013.8256%2015.3403%2013.435%2014.9497L4.94975%206.46447C4.55922%206.07394%204.55922%205.44078%204.94975%205.05025C5.34027%204.65973%205.97344%204.65973%206.36396%205.05025L14.8492%2013.5355C15.2398%2013.9261%2015.2398%2014.5592%2014.8492%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.report__header-name-form-save-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-name-form-save-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: "";
}
.report__header-version-picker {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-version-picker-toggle {
  display: -ms-flexbox;
  display: flex;
  padding: 9px 16px 9px 14px;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50px;
}
.report__header-version-picker-label {
  font-size: 14px;
  color: #2e2f31;
}
.report__header-version-picker-arrow {
  margin-left: 15px;
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.report__header-version-picker-dropdown-menu {
  width: 205px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.report__header-version-picker-dropdown-menu:before {
  right: 87px !important;
}
.report__header-version-picker-dropdown-menu .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 30px 6px 17px;
  height: unset;
  color: #2e2f31 !important;
}
.report__header-version-picker-dropdown-menu .dropdown-item:hover {
  background: #e9ecee;
}
.report__header-version-picker-dropdown-menu .dropdown-item.active {
  color: #73808d !important;
}
.report__header-version-picker-dropdown-menu-item-wrapper {
  max-height: 134px;
  overflow-y: auto;
}
.report__header-version-picker-dropdown-menu-item-wrapper .scroll-element.scroll-y {
  right: 12px;
}
.report__header-version-picker-dropdown-menu-item-author-avatar {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #ffffff no-repeat center;
  object-fit: cover;
}
.report__header-version-picker-dropdown-menu-item-data {
  margin-left: 10px;
  overflow: hidden;
}
.report__header-version-picker-dropdown-menu-item-date {
  font-weight: bold;
  font-size: 14px;
}
.report__header-version-picker-dropdown-menu-item-author-name {
  margin-top: 3px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report__header-owner-name {
  margin-left: 10px;
  font-size: 13px;
  line-height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-owner-name-label {
  color: #73808d;
}
.report__header-owner-name-value {
  font-weight: 500;
  color: #2e2f31;
}
.report__header-delete-button {
  margin-left: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__header-delete-button:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.94975%2014.9497C4.55922%2014.5592%204.55922%2013.9261%204.94975%2013.5355L13.435%205.05025C13.8256%204.65973%2014.4587%204.65973%2014.8492%205.05025C15.2398%205.44078%2015.2398%206.07394%2014.8492%206.46447L6.36396%2014.9497C5.97344%2015.3403%205.34027%2015.3403%204.94975%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.8492%2014.9497C14.4587%2015.3403%2013.8256%2015.3403%2013.435%2014.9497L4.94975%206.46447C4.55922%206.07394%204.55922%205.44078%204.94975%205.05025C5.34027%204.65973%205.97344%204.65973%206.36396%205.05025L14.8492%2013.5355C15.2398%2013.9261%2015.2398%2014.5592%2014.8492%2014.9497Z%22%20fill%3D%22%23f96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.report__filters-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.report__filters-row:not(:first-child) {
  margin-top: 30px;
}
.report__filter:not(:first-child) {
  margin-left: 30px;
}
.report__filters-apply-button {
  margin-top: 29px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.report__apply-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #abefb7;
  border-radius: 4px;
}
.report__apply-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337a74a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: "";
  width: 19.6px;
  height: 14px;
}
.report__statistics-list {
  margin-top: 48px;
}
.report__statistics-list .row:not(:first-child) {
  margin-top: 32px;
}
.report__statistics-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.report__statistics-title {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  color: #2e2f31;
}
.report__statistics-title-highlight {
  font-weight: 400;
}
.report__statistics-button {
  background: none !important;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  color: #3f65f1 !important;
  cursor: pointer;
}
.report__statistics-content {
  margin-top: 19px;
}
.report__statistics-multiple-data-container .row:not(:first-child) {
  margin-top: 20px;
}
.report__statistics-data-title {
  margin-bottom: 11px;
  padding-left: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.report__statistics-data {
  height: 320px;
  width: 100%;
  overflow: visible !important;
}
.report__statistics-data .highcharts-container {
  overflow: visible !important;
}
.report__statistics-data svg {
  overflow: visible;
}
.report__statistics-placeholder {
  display: -ms-flexbox;
  display: flex;
  height: 319px;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #cfd8dc;
  border-radius: 9px;
}
.report__statistics-placeholder-icon {
  width: 49px;
  height: 36px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2249%22%20height%3D%2236%22%20viewBox%3D%220%200%2049%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M37.01%2010.749L37.5732%2010.9509L38.0173%2010.5501L45%204.24929V30H6V21.0411L12.3239%2014.572L20.4409%2017.4428L21.0748%2017.6669L21.5216%2017.1646L29.5922%208.09007L37.01%2010.749Z%22%20stroke%3D%22%23CFD8DC%22%20stroke-width%3D%222%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0%200H2V36H0V0Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%2034H49V36H1V34Z%22%20fill%3D%22%23CFD8DC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.report__statistics-placeholder-text {
  margin-top: 18px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #a6b1bc;
}
.report__back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2e2f31;
}
.report__back-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  margin-right: 10px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.report__back-button:hover:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%232e2f31%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.report__save-modal .modal-dialog {
  width: 460px;
}
.report__save-button {
  margin-left: 13px;
}
.consolidated-report__period-filter {
  width: 261px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.consolidated-report__period-filter .form-group {
  margin-bottom: 0;
}
.consolidated-report__period-dropdown:after {
  left: 218px !important;
}
.consolidated-report__surveys-filter {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.consolidated-report__surveys-filter .form-group {
  margin-bottom: 0;
}
.consolidated-report__branch-filter {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.consolidated-report__branch-filter .form-group {
  margin-bottom: 0;
}
.consolidated-report__financing {
  margin-top: 46px;
}
.consolidated-report__financing-title {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.consolidated-report__financing-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.consolidated-report__financing-form .form-group {
  margin-bottom: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-right: 15px;
}
.consolidated-report__financing-form .report__apply-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 29px;
}
.consolidated-report__financing-form-control {
  text-align: center;
  max-width: 100px;
}
.consolidated-report__financing-results {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 5px;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.consolidated-report__financing-results-item {
  border-right: 1px solid #eceff1;
  padding: 15px;
}
.consolidated-report__financing-results-value {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.consolidated-report__financing-results-label {
  color: #73808d;
  font-size: 12px;
  font-weight: bold;
}
.branch-contact-points-report__period-filter {
  width: 261px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.branch-contact-points-report__period-filter .form-group {
  margin-bottom: 0;
}
.branch-contact-points-report__period-dropdown:after {
  left: 218px !important;
}
.branch-contact-points-report__contact-point-filter {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.branch-contact-points-report__contact-point-filter .form-group {
  margin-bottom: 0;
}
.branch-contact-points-report__accuracy-filter {
  width: 261px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.branch-contact-points-report__accuracy-filter .form-group {
  margin-bottom: 0;
}
.contact-points-report__period-filter {
  width: 261px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points-report__period-filter .form-group {
  margin-bottom: 0;
}
.contact-points-report__period-dropdown:after {
  left: 218px !important;
}
.contact-points-report__survey-filter {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.contact-points-report__survey-filter .form-group {
  margin-bottom: 0;
}
.contact-points-report__branch-filter {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.contact-points-report__branch-filter .form-group {
  margin-bottom: 0;
}
.contact-points-report__accuracy-filter {
  width: 261px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points-report__accuracy-filter .form-group {
  margin-bottom: 0;
}
.contact-points-report__main-statistics-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 40px;
}
.contact-points-report__main-statistics-form-form-group {
  margin-bottom: 0;
}
.contact-points-report__main-statistics-form-form-group:not(:first-child) {
  margin-left: 30px;
}
.contact-points-report__main-statistics-form-compare-form-group {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.contact-points-report__main-statistics-form-apply-button {
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points-report__compare-input-group {
  display: block;
  padding: 6px 13px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
}
.contact-points-report__compare-period-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact-points-report__compare-period-input-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points-report__compare-period-input-condition-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: calc(7px + -5px);
}
.contact-points-report__compare-period-input-condition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  padding-right: 6px;
  padding-left: 17px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 60px;
  font-size: 14px;
  color: #2E2F31;
}
.contact-points-report__compare-period-input-condition-button {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
  background: #FFF !important;
}
.contact-points-report__compare-period-input-condition-button:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.contact-points-report__compare-period-input-add-button {
  margin-top: 5px;
  margin-left: 5px;
  background-color: #3f65f1;
  color: #fff;
}
.contact-points-report__compare-period-input-add-button:hover {
  color: #fff;
}
.contact-points-report__compare-period-input-add-button:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.contact-points-report__compare-branch-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 6px;
}
.contact-points-report__compare-branch-input-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points-report__compare-branch-input-condition-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: calc(7px + -5px);
}
.contact-points-report__compare-branch-input-condition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  padding-right: 6px;
  padding-left: 17px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 60px;
  font-size: 14px;
  color: #2E2F31;
}
.contact-points-report__compare-branch-input-condition-button {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
  background: #FFF !important;
}
.contact-points-report__compare-branch-input-condition-button:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03174%201.03271L1.03174%207.03271M7.06128%207.06223L1.06128%201.06223%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.contact-points-report__compare-branch-input-add-button {
  margin-top: 5px;
  margin-left: 5px;
  background-color: #3f65f1;
  color: #fff;
}
.contact-points-report__compare-branch-input-add-button:hover {
  color: #fff;
}
.contact-points-report__compare-branch-input-add-button:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.contact-points-report__compare-branch-input-add-dropdown-menu {
  left: 50% !important;
  transform: translate(-50%, 37px) !important;
}
.contact-points-report__compare-branch-input-add-dropdown-menu:before {
  left: calc(50% - (22px / 2));
  right: unset;
}
.contact-points-report__compare-branch-input-add-dropdown-menu .dropdown-item {
  cursor: pointer;
}
.contact-points-report__statistics-data-tooltip-header {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.contact-points-report__statistics-data-tooltip-row {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #2E2F31;
}
.contact-points-report__statistics-data-tooltip-row:not(:first-child) {
  margin-top: 3px;
}
.contact-points-report__statistics-data-tooltip-value {
  font-weight: bold;
}
.contact-points-report__statistics-a-data {
  height: 224px;
}
.contact-points-report__statistics-b-data {
  height: 188px;
}
.report-list__card {
  margin-top: 20px;
  padding: 14px 20px;
  min-height: 600px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 9px;
}
.report-list__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 131px;
  padding-bottom: 180px;
}
.report-list__empty .text {
  font-size: 15px;
  line-height: 1.3;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  padding-right: 55px;
  margin-left: 50px;
}
.report-list__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.report-list__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.report-list__empty .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.report-list__empty .text ul li:last-child {
  margin-bottom: 0;
}
.report-list__empty .text p,
.report-list__empty .text .item {
  margin-bottom: 14px;
}
.report-list__empty .text p.first-item,
.report-list__empty .text .item.first-item {
  margin-bottom: 28px;
}
.report-list__card-header {
  margin-top: -14px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 14px 20px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECEFF1;
}
.report-list__card-header_empty {
  border-bottom: none;
}
.report-list__table {
  margin-top: 30px;
  margin-left: -7px;
  margin-right: -7px;
}
.report-list__table td {
  height: 60px;
}
.report-list__table-owner-head-cell {
  max-width: 250px;
}
.report-list__table-name-cell {
  font-weight: bold;
  padding: 0!important;
}
.report-list__table-name {
  display: block;
  padding: 12px;
  color: #212529 !important;
  text-decoration: none !important;
}
.report-list__table-last-edited-at-head-cell {
  max-width: 250px;
}
.report-list__table-actions-head-cell {
  width: 147px;
}
.report-list__table-actions-cell {
  width: 147px;
}
.report-list__table-button {
  border-radius: 0;
}
.report-list__table-button:not(:first-child) {
  margin-left: 30px;
}
.report-list__table-copy-link-button {
  width: 22px !important;
  height: 10px !important;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2210%22%20viewBox%3D%220%200%2022%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%201C19.2089%201%2021%202.79106%2021%205C21%207.20894%2019.2089%209%2017%209%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%205H15%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%201H17%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%209H17%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%209C2.79106%209%201%207.20894%201%205C1%202.79106%202.79106%201%205%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%201L5%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%209H5%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.report-list__table-share-button {
  width: 19px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%206.00024H5.9C5.9%206.00024%201%206.00024%201%2011.0002C1%2014.9002%204%2019.0002%204%2019.0002C4%2019.0002%202.3%2012.0002%205.8%2012.0002H11V15.0002L17%209.00024L11%203.00024V6.00024Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 17px !important;
  height: 17px !important;
}
.report-list__table-delete-button {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  width: 18px !important;
  height: 18px !important;
  width: 17px !important;
  height: 17px !important;
}
.clients__clients-loading-complete-modal-dialog {
  width: 460px !important;
}
.clients__clients-loading-complete-modal-dialog--initializing {
  visibility: hidden;
}
.clients__clients-loading-complete-modal-dialog p {
  margin-bottom: 10px;
}
.clients__clients-loading-complete-modal-dialog b {
  font-weight: bold;
}
.clients__edit-columns-modal-dialog {
  width: 460px !important;
}
.clients__edit-columns-modal-dialog .clients__edit-columns-modal-dialog-edit-form {
  margin: 30px -30px -30px;
}
.clients__edit-columns-modal-dialog--initializing {
  visibility: hidden;
}
.clients__edit-columns-modal-dialog-search-form {
  position: relative;
}
.clients__edit-columns-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.clients__edit-columns-modal-dialog-search-form-control {
  padding-left: 46px;
}
.clients__edit-columns-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.clients__edit-columns-modal-dialog-column-picker {
  margin-top: 24px;
}
.clients__edit-columns-modal-dialog-column-picker-default-list-wrapper .scroll-content {
  padding-top: 4px;
  padding-bottom: 4px;
}
.clients__edit-columns-modal-dialog-column-picker-default-list-wrapper .scroll-element.scroll-y {
  right: 0;
}
.clients__edit-columns-modal-dialog-column-picker-default-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
}
.clients__edit-columns-modal-dialog-column-picker-default-list-item {
  width: 50%;
  min-height: 24px;
  padding-top: 5px;
  margin-top: 18px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-section {
  margin-top: 30px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-section .clients__edit-columns-modal-dialog-column-picker-additional-section-add-button {
  margin-top: 16px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-section-header {
  font-weight: 900;
  font-size: 15px;
  line-height: 13px;
  color: #2E2F31;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list {
  margin-top: 20px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list .clients__edit-columns-modal-dialog-column-picker-additional-list-item:not(:first-child) {
  margin-top: 14px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list-item .clients__edit-columns-modal-dialog-column-picker-additional-list-item-edit-button {
  margin-left: 14px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list-item .clients__edit-columns-modal-dialog-column-picker-additional-list-item-delete-button {
  margin-left: 4px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list-item-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clients__edit-columns-modal-dialog-column-picker-additional-list-item-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.clients__edit-columns-modal-dialog-column-picker-additional-section-add-button {
  color: #37A74A;
}
.clients__edit-columns-modal-dialog-edit-form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px;
  padding-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-style: solid;
  border-top-color: #CFD8DC;
}
.clients__edit-columns-modal-dialog-edit-form .clients__edit-columns-modal-dialog-edit-form-name-form-group {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.clients__edit-columns-modal-dialog-edit-form .clients__edit-columns-modal-dialog-edit-form-submit-button {
  margin-top: 30px;
  margin-left: 30px;
}
.clients__edit-columns-modal-dialog-edit-form .clients__edit-columns-modal-dialog-edit-form-cancel-button {
  position: absolute;
  top: 18px;
  right: 28px;
}
.clients__edit-columns-modal-dialog-edit-form-submit-button {
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  background: #ABEFB7;
  border-radius: 4px;
}
.clients__edit-columns-modal-dialog-edit-form-submit-button:before {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
  content: '';
  width: 19.6px;
  height: 14px;
}
.clients__delete-modal-dialog {
  width: 460px !important;
}
.clients__delete-modal-dialog--initializing {
  visibility: hidden;
}
.clients__delete-column-modal-dialog {
  width: 460px !important;
}
.clients__delete-column-modal-dialog--initializing {
  visibility: hidden;
}
.clients__create-modal-dialog {
  width: 700px !important;
  max-width: 700px;
}
.clients__create-modal-dialog--initializing {
  visibility: hidden;
}
.clients__create-modal-dialog .modal-body .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.clients__create-modal-dialog .modal-body .col {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.clients__create-modal-dialog-contacts-row .col:first-child {
  padding-right: 0 !important;
}
.clients__create-modal-dialog-contacts-row .col:last-child {
  padding-left: 0 !important;
}
.clients__create-modal-dialog-contacts-row-divider {
  width: 40px;
  margin-top: 45px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.clients__create-modal-dialog-additional-section {
  margin-top: 30px;
}
.clients__create-modal-dialog-additional-section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
  cursor: pointer;
}
.clients__create-modal-dialog-additional-section-header .clients__create-modal-dialog-additional-section-header-icon {
  margin-left: 13px;
}
.clients__create-modal-dialog-additional-section-header-icon {
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.clients__create-modal-dialog-additional-list {
  margin-top: 20px;
}
.clients__create-modal-dialog-additional-list .clients__create-modal-dialog-additional-list-item:not(:first-child) {
  margin-top: 25px;
}
.clients__create-modal-dialog-additional-list-item .clients__create-modal-dialog-additional-list-item-form-group {
  margin-bottom: 0;
}
.clients__edit-modal-dialog {
  width: 700px !important;
  max-width: 700px;
}
.clients__edit-modal-dialog--initializing {
  visibility: hidden;
}
.clients__edit-modal-dialog .modal-body .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.clients__edit-modal-dialog .modal-body .col {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.clients__edit-modal-dialog-contacts-row .col:first-child {
  padding-right: 0 !important;
}
.clients__edit-modal-dialog-contacts-row .col:last-child {
  padding-left: 0 !important;
}
.clients__edit-modal-dialog-contacts-row-divider {
  width: 40px;
  margin-top: 45px;
  text-align: center;
}
.clients__edit-modal-dialog-additional-section {
  margin-top: 30px;
}
.clients__edit-modal-dialog-additional-section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
  cursor: pointer;
}
.clients__edit-modal-dialog-additional-section-header .clients__edit-modal-dialog-additional-section-header-icon {
  margin-left: 13px;
}
.clients__edit-modal-dialog-additional-section-header-icon {
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201L7%207L13%201%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.clients__edit-modal-dialog-additional-list {
  margin-top: 20px;
}
.clients__edit-modal-dialog-additional-list .clients__edit-modal-dialog-additional-list-item:not(:first-child) {
  margin-top: 25px;
}
.clients__edit-modal-dialog-additional-list-item .clients__edit-modal-dialog-additional-list-item-form-group {
  margin-bottom: 0;
}
.clients__counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.clients__counter-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #ECEFF1;
  border-radius: 50%;
}
.clients__counter-button:before {
  content: '';
}
.clients__counter-decrement-button:before {
  width: 10px;
  height: 2px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2010%202%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9,1H1%22%20fill%3D%22none%22%20stroke%3D%22%232E2F31%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clients__counter-increment-button:before {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.97215%200.999756V8.99976M9%205.02758H1%22%20stroke%3D%22%232E2F31%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clients__counter-input {
  min-width: 24px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin-right: 9px;
  margin-left: 9px;
  font-weight: 500;
  font-size: 14px;
  color: #2E2F31;
  box-shadow: none;
  text-align: center;
}
.clients__content--initializing {
  visibility: hidden;
}
.clients__content .tab-group .tab-pane {
  padding-top: 0px;
  min-height: 728px;
}
.clients__content .tab-content__watcher .tab-pane {
  min-height: 396px !important;
}
@media screen and (max-width: 825px) {
  .clients__content .tab-content__watcher .tab-pane {
    min-height: 100% !important;
  }
}
.clients__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 575px;
}
.clients__empty--watcher {
  min-height: 396px !important;
}
@media screen and (max-width: 825px) {
  .clients__empty--watcher {
    min-height: 100% !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.clients__empty svg {
  transform: translate(-4px, -1px);
}
.clients__empty .text {
  font-size: 15px;
  line-height: 1.3;
  transform: translateX(-4px);
  width: 100%;
  max-width: 500px;
  padding-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 825px) {
  .clients__empty .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.clients__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.clients__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.clients__empty .text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.clients__empty .text ul li:last-child {
  margin-bottom: 0;
}
.clients__empty .text p,
.clients__empty .text .item {
  margin-bottom: 14px;
}
.clients__empty .text p.first-item,
.clients__empty .text .item.first-item {
  margin-bottom: 28px;
}
.clients__card {
  background: #ffffff;
  box-shadow: 0 2px 4px #cfd8dc;
  border-radius: 9px;
}
.clients__card .clients__card-actions {
  margin-left: -20px;
  margin-right: -20px;
}
.clients__card .clients__card-filters {
  margin-left: -20px;
  margin-right: -20px;
}
.clients__card-actions {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #eceff1;
}
.clients__card-actions_empty {
  border-bottom: none;
}
.clients__card-actions .clients__new-contact-button {
  margin-left: 15px;
}
.clients__card-actions .clients__load-from-csv-progress-bar {
  width: 186.78px;
  height: 38px;
  margin-left: 15px;
}
.clients__card-filters {
  padding: 18px 20px;
  border-bottom: 1px solid #eceff1;
}
.clients__card-filters-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-left: -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clients__card-filters-content .clients__card-filter,
.clients__card-filters-content .clients__card-filters-actions {
  margin-top: 19px;
  margin-left: 24px;
}
.clients__card-filters-content .clients__card-mailing-condition-filter {
  width: 100%;
}
.clients__card-filters-content .clients__card-filters-actions {
  margin-left: auto;
}
.clients__card-filters-content .clients__card-filters-add-mailing-condition-button {
  display: block;
  margin-top: 10px;
}
.clients__card-filters-content .clients__card-filters-actions-spacer {
  min-width: 24px;
}
.clients__card-filters-content .clients__card-filter-range {
  margin-top: 15px;
}
.clients__card-filter-checkbox {
  margin-top: 13px;
}
.clients__card-filter-checkbox .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.clients__card-filter-range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.clients__card-filter-range .clients__card-filter-range-divider {
  margin-right: 5px;
  margin-left: 5px;
}
.clients__card-filters-add-mailing-condition-button {
  font-family: Roboto, sans-serif;
  color: #37a74a !important;
}
.clients__card-mailing-condition-filter {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-color: #eceff1;
  border-bottom-style: solid;
}
.clients__card-mailing-condition-filter .clients__card-filter {
  margin-top: 0;
  margin-left: 20px;
}
.clients__card-mailing-condition-filter .clients__card-filter:first-child {
  margin-left: 0;
}
.clients__card-mailing-condition-filter .clients__card-mailing-condition-filter-add-button {
  margin-left: 20px;
}
.clients__card-mailing-condition-filter .clients__card-mailing-condition-filter-remove-button {
  margin-left: 20px;
}
.clients__card-mailing-condition-filter .clients__card-mailing-condition-filter-error {
  padding-top: 6px;
}
.clients__card-mailing-condition-filter--first {
  border-top-width: 1px;
  border-top-color: #eceff1;
  border-top-style: solid;
}
.clients__card-mailing-condition-filter:not(.clients__card-mailing-condition-filter--first) {
  margin-top: 0;
}
.clients__card-mailing-condition-filter-add-button {
  font-family: Roboto, sans-serif;
  color: #37a74a !important;
}
.clients__card-mailing-condition-filter-remove-button {
  font-family: Roboto, sans-serif;
  color: #f96261 !important;
}
.clients__card-mailing-condition-filter-error {
  font-size: 13px;
  color: #ea1d27;
}
.clients__card-filter-checkbox-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
}
.clients__card-filter-checkbox-list .clients__card-filter-checkbox {
  margin-left: 18px;
}
.clients__card-filters-actions .clients__card-filters-apply-button {
  margin-left: 20px;
}
.clients__dishes-and-categories-form-control-category-value {
  color: #37a74a;
}
.clients__dishes-and-categories-form-control-dropdown {
  min-width: 300px !important;
}
.clients__dishes-and-categories-form-control-dropdown .clients__dishes-and-categories-form-control-dropdown-dish-option-content {
  margin-left: 14px;
}
.clients__dishes-and-categories-form-control-dropdown-category-option-content {
  color: #37a74a;
}
.select2-results__option[aria-selected="true"] .clients__dishes-and-categories-form-control-dropdown-category-option-content {
  color: #abefb7;
}
.clients__dishes-and-categories-form-control-dropdown-dish-option-content {
  color: #2e2f31;
}
.select2-results__option[aria-disabled="true"] .clients__dishes-and-categories-form-control-dropdown-dish-option-content {
  color: #73808d;
}
.clients__table-section {
  position: relative;
}
.clients__table-container {
  position: relative;
}
.clients__table-container .clients__table-container-scroll-button-gutter {
  position: absolute;
  top: 80.8px;
  bottom: 16px;
}
.clients__table-container .clients__table-container-left-scroll-button-gutter {
  left: calc(-20px - 34px / 2);
}
.clients__table-container .clients__table-container-right-scroll-button-gutter {
  right: calc(-20px - 34px / 2);
}
@media screen and (max-width: 1199px) {
  .clients__table-container .clients__table-container-left-scroll-button-gutter {
    left: -10px;
  }
  .clients__table-container .clients__table-container-right-scroll-button-gutter {
    right: -10px;
  }
}
.clients__table-container-scroll-button-gutter {
  width: 34px;
}
.clients__table-container-scroll-button-gutter .clients__table-container-scroll-button {
  position: sticky;
  top: 50%;
  z-index: 1000;
}
.clients__table-container-scroll-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(46, 47, 49, 0.3);
  border: none;
  border-radius: 50%;
  transition: transform 200ms ease-in;
}
.clients__table-container-scroll-button:before {
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.999996%201.96875L7%207.96875L13%201.96875%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%20%20%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.clients__table-container-left-scroll-button:before {
  transform: rotate(90deg);
}
.clients__table-container-right-scroll-button:before {
  transform: rotate(-90deg);
}
.clients__table-wrapper.scroll-content {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.clients__table-wrapper .scroll-y {
  display: none !important;
}
.clients__table {
  font-weight: 500;
  font-size: 12px;
  color: #2e2f31;
}
.clients__table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.clients__table-mailing-head-cell {
  width: 59px;
}
.clients__table-actions-head-cell {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 24px;
  text-align: center;
}
.clients__table-actions-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.clients__table-row {
  position: relative;
}
.clients__table-phone-cell {
  white-space: nowrap;
}
.clients__table-group-actions .clients__table-group-actions-tags {
  margin-left: 15px;
  margin-right: 10px;
}
.clients__table-mailing-button svg * {
  transition: stroke 200ms ease-in-out;
}
.clients__table-mailing-button--mode_subscribe svg * {
  stroke: #cfd8dc;
}
.clients__table-mailing-button--mode_unsubscribe svg * {
  stroke: #37a74a;
}
.clients .condition-filters {
  width: 100%;
  padding-left: 24px;
  margin-top: 20px;
}
.clients .condition-filters--empty {
  margin-top: 0;
  width: 0;
}
.clients .clients__table-container.scroll-buttons-visible.can-scroll-to-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 70px;
  background: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0.5), transparent);
  z-index: 2;
}
.clients .clients__table-container.scroll-buttons-visible.can-scroll-to-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 70px;
  background: linear-gradient(to left, #fff 15%, rgba(255, 255, 255, 0.5), transparent);
  z-index: 2;
}
.clients-min-height {
  min-height: 30px;
}
.clients-tags .btn-tag-apply {
  box-shadow: none;
  padding: 0;
}
.clients-tags .btn-tag-apply .icon {
  display: block;
}
.clients-tags .button-add {
  padding: 0 25px;
}
@media screen and (max-width: 1199px) {
  .clients-tags__content {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.clients-tags-table {
  margin-top: 20px;
}
.clients-tags-table__actions {
  white-space: nowrap;
}
.clients-tags-table .icon-sorting {
  position: relative;
  top: -2px;
}
.clients-tags-table thead > tr > th {
  border-bottom-width: 2px;
}
body.sticky-tags-title .clients-tags-table thead > tr > th {
  border: none;
}
.clients-tags-table th {
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
}
body.sticky-tags-title .clients-tags-table th th {
  border: none !important;
}
body.sticky-tags-title .clients-tags-table th:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  height: 22px;
  background: linear-gradient(180deg, rgba(115, 128, 141, 0.15) 0%, rgba(115, 128, 141, 0) 100%);
}
body.sticky-tags-title .clients-tags-table th.foq-table__outer-element-head-cell:first-child:before {
  left: -20px;
}
body.sticky-tags-title .clients-tags-table th.foq-table__outer-element-head-cell:last-child:before {
  right: -20px;
}
.clients-tags-table__cell--name .foq-table__head-cell-title {
  min-width: 220px;
}
.clients-tags-table__conditions {
  font-size: 12px;
  font-weight: 500;
  color: #2e2f31;
}
@media screen and (max-width: 1199px) {
  .clients-tags-table {
    width: 100%;
    table-layout: fixed;
  }
  .clients-tags-table .foq-table__head-cell-name {
    white-space: normal;
  }
}
@media screen and (max-width: 1200px) {
  body.sidebar-open .clients-tags-table__cell--name .foq-table__head-cell-title {
    min-width: 0;
  }
}
@media screen and (max-width: 1000px) {
  .clients-tags-table__cell--name .foq-table__head-cell-title {
    min-width: 120px;
  }
}
.clients-pools__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.clients-pools__actions {
  border-bottom: 1px solid #eceff1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.clients-pools__actions .button-add {
  margin-left: auto;
}
.clients-pools__stats {
  border-bottom: 1px solid #eceff1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.clients-pools__stats-item {
  border-right: 1px solid #eceff1;
  padding: 20px;
}
.clients-pools__stats-value {
  font-size: 19px;
  font-weight: bold;
}
.clients-pools__stats-value--total {
  color: #2d99ff;
}
.clients-pools__stats-value--sended {
  color: #8400ff;
}
.clients-pools__stats-value--used {
  color: #3a5cdc;
}
.clients-pools__stats-value--answers {
  color: #24bbb6;
}
.clients-pools__stats-value--available {
  color: #caad46;
}
.clients-pools__stats-label {
  font-size: 12px;
  font-weight: 500;
  color: #73808d;
}
.clients-pools__problems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
}
.clients-pools__problem {
  position: relative;
  margin-right: 40px;
}
.clients-pools__problem:last-child {
  margin-right: 0;
}
.clients-pools__problem i {
  font-size: 24px;
  color: #f96261;
}
.clients-pools__problem .badge {
  position: absolute;
  top: -5px;
  left: 100%;
  margin-left: -7px;
}
.clients-pools__content {
  margin-left: -7px;
  margin-right: -7px;
}
.clients-pools .btn-tag-apply {
  box-shadow: none;
  padding: 0;
}
.clients-pools .btn-tag-apply .icon {
  display: block;
}
.clients-pools .button-add {
  padding: 0 25px;
}
.clients-pools-table {
  margin-top: 20px;
}
.clients-pools-table tr.with-problem td {
  background: #FFECEC;
}
.clients-pools-table__actions {
  white-space: nowrap;
}
.clients-pools-table__polls {
  font-size: 12px;
}
.clients-pools-table .icon-sorting {
  position: relative;
  top: -2px;
}
.clients-pools-table .pool-problem i {
  font-size: 24px;
  color: #f96261;
}
.clients-pools-table thead > tr > th {
  border-bottom-width: 2px;
}
body.sticky-pools-title .clients-pools-table thead > tr > th {
  border: none;
}
.clients-pools-table th {
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
}
body.sticky-pools-title .clients-pools-table th th {
  border: none !important;
}
body.sticky-pools-title .clients-pools-table th:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  height: 22px;
  background: linear-gradient(180deg, rgba(115, 128, 141, 0.15) 0%, rgba(115, 128, 141, 0) 100%);
}
body.sticky-pools-title .clients-pools-table th.foq-table__outer-element-head-cell:first-child:before {
  left: -14px;
}
body.sticky-pools-title .clients-pools-table th.foq-table__outer-element-head-cell:last-child:before {
  right: -14px;
}
.clients-pools-table .pool-codes {
  font-size: 11px;
  text-align: right;
  margin-left: auto;
}
.clients-pools-table .pool-codes tr,
.clients-pools-table .pool-codes td {
  border: 0;
}
.clients-pools-table .pool-codes__line {
  padding: 0;
  vertical-align: middle;
}
.clients-pools-table .pool-codes__line:before {
  content: '';
  display: block;
  width: 100px;
}
.clients-pools-table .pool-codes__line span {
  display: block;
  height: 4px;
  border-radius: 0px 100px 100px 0px;
}
.clients-pools-table .pool-codes__row--total .pool-codes__line span {
  background-color: #2d99ff;
}
.clients-pools-table .pool-codes__row--sended .pool-codes__line span {
  background-color: #8400ff;
}
.clients-pools-table .pool-codes__row--used .pool-codes__line span {
  background-color: #3a5cdc;
}
.clients-pools-table .pool-codes__row--answers .pool-codes__line span {
  background-color: #24bbb6;
}
.clients-pools-table .pool-codes__row--available .pool-codes__line span {
  background-color: #caad46;
}
.clients-pools-table .pool-codes__count {
  font-weight: bold;
  padding: 0;
}
.clients-pools-table .pool-codes__percent {
  font-weight: normal;
  padding: 0 5px;
}
.pool-modal__count-group {
  margin-top: 10px;
  padding-left: 34px;
}
.pool-modal__count-group .form-control {
  margin-right: 10px;
  width: 100px;
  text-align: right;
}
.pool-modal .load-file-progress-bar {
  width: 186.78px;
  height: 38px;
  margin-left: 15px;
}
.pool-modal .pool-charts__total {
  font-size: 19px;
}
.pool-modal__codes-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eceff1;
}
.pool-modal .dropdown--add-codes .dropdown-menu[x-placement="top-start"] {
  top: -10px !important;
}
.pool-modal .dropdown--add-codes .dropdown-menu[x-placement="top-start"]:before {
  top: auto;
  bottom: -5px;
  transform: rotate(180deg);
}
.new-pool__checkboxes {
  padding-top: 45px;
}
.modal .add-codes-modal-dialog {
  width: 465px;
}
.mailings__delete-modal-dialog {
  width: 460px !important;
}
.mailings__delete-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__launch-modal-dialog {
  width: 460px !important;
}
.mailings__launch-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__stop-modal-dialog {
  width: 460px !important;
}
.mailings__stop-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__resume-modal-dialog {
  width: 460px !important;
}
.mailings__resume-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__details-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__details-modal-dialog--status_new .mailings__details-modal-dialog-header {
  border-top-color: #16CEB9;
}
.mailings__details-modal-dialog--status_launched .mailings__details-modal-dialog-header {
  border-top-color: #2D99FF;
}
.mailings__details-modal-dialog--status_stopped .mailings__details-modal-dialog-header {
  border-top-color: #73808D;
}
.mailings__details-modal-dialog table {
  font-size: 12px;
}
.mailings__details-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.mailings__details-modal-dialog-content:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 30px;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.mailings__details-modal-dialog-content .mailings__details-modal-dialog-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__details-modal-dialog-content .mailings__details-modal-dialog-info-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #ECEFF1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mailings__details-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 14.5px 30px;
  border-top: 4px solid;
}
.mailings__details-modal-dialog-header-breadcrumbs {
  overflow: hidden;
}
.mailings__details-modal-dialog-header-breadcrumbs .breadcrumbs__item {
  overflow: hidden;
}
.mailings__details-modal-dialog-header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__details-modal-dialog-header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__details-modal-dialog-launch-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.mailings__details-modal-dialog-launch-button:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%2316CEB9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03125%206L12.0312%209L7.03125%2012L7.03125%206Z%22%20stroke%3D%22%2316CEB9%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__details-modal-dialog-delete-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 28px;
}
.mailings__details-modal-dialog-stop-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__details-modal-dialog-stop-button:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__details-modal-dialog-resume-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__details-modal-dialog-resume-button:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.7341%2012.015C12.8862%2013.226%2011.6767%2014.1374%2010.279%2014.6186C8.88126%2015.0999%207.36706%2015.1263%205.9534%2014.6941C4.53974%2014.2619%203.29919%2013.3933%202.40955%2012.2127C1.51992%2011.0321%201.02687%209.6002%201.00107%208.12217C0.975267%206.64414%201.41804%205.19588%202.26594%203.98496C3.11383%202.77405%204.32331%201.86264%205.72102%201.38137C7.11874%200.900097%208.63294%200.873667%2010.0466%201.30587C11.4603%201.73807%2012.7008%202.60671%2013.5904%203.78729%22%20stroke%3D%22%23FCC072%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M15%202V5H12%22%20stroke%3D%22%23FCC072%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__details-modal-dialog-add-clients-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 38px;
}
.mailings__details-modal-dialog-info-row {
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
.mailings__details-modal-dialog-info-row > *:not(:first-child) {
  margin-left: 20px;
}
.mailings__details-modal-dialog-info-row > *:not(:last-child) {
  border-right: 1px solid #ECEFF1;
}
.mailings__details-modal-dialog-info-row .mailings__details-modal-dialog-main-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.mailings__details-modal-dialog-main-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mailings__details-modal-dialog-main-info .mailings__details-modal-dialog-main-info-element:not(:first-child) {
  margin-left: 25px;
}
.mailings__details-modal-dialog-main-info-element .mailings__details-modal-dialog-main-info-element-label {
  margin-top: 4px;
}
.mailings__details-modal-dialog-main-info-element-value {
  display: block;
  color: #2E2F31;
}
.mailings__details-modal-dialog-main-info-element-label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #73808D;
}
.mailings__details-modal-dialog-main-info-status-element-value {
  font-weight: bold;
}
.mailings__details-modal-dialog-main-info-status-element-value--new {
  color: #16CEB9;
}
.mailings__details-modal-dialog-main-info-status-element-value--launched {
  color: #2D99FF;
}
.mailings__details-modal-dialog-main-info-status-element-value--stopped {
  color: #73808D;
}
.mailings__details-modal-dialog-notifications-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 13px;
}
.mailings__details-modal-dialog-notifications-block .mailings__details-modal-dialog-notifications-block-item:not(:first-child) {
  margin-left: 20px;
}
.mailings__details-modal-dialog-notifications-block-item {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.mailings__details-modal-dialog-notifications-block-item--disabled .icon {
  opacity: 0.4;
}
.mailings__details-modal-dialog-notifications-block-item .mailings__details-modal-dialog-notifications-block-item-repeat-count {
  position: absolute;
  top: -3px;
  right: -13px;
}
.mailings__details-modal-dialog-notifications-block-item-repeat-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3px 6.32px;
  background: #3F65F1;
  border-radius: 10px;
  font-weight: 900;
  font-size: 11px;
  color: #FFFFFF;
}
.mailings__details-modal-dialog-notifications-block-item--disabled .mailings__details-modal-dialog-notifications-block-item-repeat-count {
  background: #A6B1BC;
}
.mailings__details-modal-dialog-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mailings__details-modal-dialog-body .mailings__details-modal-dialog-clients-placeholder {
  margin-top: 22px;
  -ms-flex-item-align: center;
      align-self: center;
}
.mailings__details-modal-dialog-body .mailings__details-modal-dialog-filters {
  width: 100%;
}
.mailings__details-modal-dialog-body .mailings__details-modal-dialog-table-section {
  width: 100%;
}
.mailings__details-modal-dialog-clients-placeholder {
  font-size: 14px;
  color: #73808D;
}
.mailings__details-modal-dialog-filters {
  padding: 18px 30px;
  border-top: 1px solid #ECEFF1;
}
.mailings__details-modal-dialog-filters-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-left: -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mailings__details-modal-dialog-filters-content .mailings__details-modal-dialog-filter,
.mailings__details-modal-dialog-filters-content .mailings__details-modal-dialog-filters-actions {
  margin-top: 19px;
  margin-left: 24px;
}
.mailings__details-modal-dialog-filters-content .mailings__details-modal-dialog-filters-actions {
  margin-left: auto;
}
.mailings__details-modal-dialog-filters-content .mailings__details-modal-dialog-filters-actions-spacer {
  min-width: 24px;
}
.mailings__details-modal-dialog-filter {
  overflow: hidden;
}
.mailings__details-modal-dialog-filters-actions .mailings__details-modal-dialog-filters-apply-button {
  margin-left: 20px;
}
.mailings__details-modal-dialog-answered-only-filter .form-group {
  margin-top: 12px;
  margin-bottom: 0;
}
.mailings__details-modal-dialog-table-section {
  padding-left: 23px;
  padding-right: 23px;
}
.mailings__details-modal-dialog-table {
  color: #2E2F31;
}
.mailings__details-modal-dialog-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mailings__details-modal-dialog-table-actions-head-cell {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 24px;
  text-align: center;
}
.mailings__details-modal-dialog-table-actions-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mailings__details-modal-dialog-table-row {
  position: relative;
}
.mailings__details-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.mailings__details-modal-dialog-table-group-actions .clients__table-group-actions-tags {
  margin-left: 15px;
  margin-right: 10px;
}
.mailings__details-modal-dialog-table-connection-channel {
  cursor: pointer;
  white-space: nowrap;
}
.mailings__details-modal-dialog-tag-list-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
  margin-top: -6px;
}
.mailings__details-modal-dialog-tag-list-content .mailings__details-modal-dialog-tag-list-item {
  margin-top: 5px;
  margin-left: 9px;
}
.mailings__details-modal-dialog-summary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -20px;
}
.mailings__details-modal-dialog-table-status {
  font-size: 12px;
  font-weight: 500;
}
.mailings__details-modal-dialog-connection-channel {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}
.mailings__details-modal-dialog-connection-channel:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
}
.mailings__details-modal-dialog-connection-channel--email:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M10%2019C5.029%2019%201%2014.971%201%2010C1%205.029%205.029%201%2010%201C14.971%201%2019%205.029%2019%2010V11.5C19%2012.881%2017.881%2014%2016.5%2014C15.119%2014%2014%2012.881%2014%2011.5V10M14%2010C14%207.791%2012.209%206%2010%206C7.791%206%206%207.791%206%2010C6%2012.209%207.791%2014%2010%2014C12.209%2014%2014%2012.209%2014%2010Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__details-modal-dialog-connection-channel--sms:before {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99951%2011.2535C10.6899%2011.2535%2011.2495%2010.6939%2011.2495%2010.0035C11.2495%209.31319%2010.6899%208.75355%209.99951%208.75355C9.30916%208.75355%208.74951%209.31319%208.74951%2010.0035C8.74951%2010.6939%209.30916%2011.2535%209.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M5.99951%2011.2535C6.68987%2011.2535%207.24951%2010.6939%207.24951%2010.0035C7.24951%209.31319%206.68987%208.75355%205.99951%208.75355C5.30916%208.75355%204.74951%209.31319%204.74951%2010.0035C4.74951%2010.6939%205.30916%2011.2535%205.99951%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M13.9995%2011.2535C14.6899%2011.2535%2015.2495%2010.6939%2015.2495%2010.0035C15.2495%209.31319%2014.6899%208.75355%2013.9995%208.75355C13.3092%208.75355%2012.7495%209.31319%2012.7495%2010.0035C12.7495%2010.6939%2013.3092%2011.2535%2013.9995%2011.2535Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.99955%2018.9995C4.94455%2018.9995%200.862546%2014.8315%201.00355%209.74455C1.13355%205.04855%205.04855%201.13355%209.74455%201.00355C14.8315%200.862546%2018.9995%204.94455%2018.9995%209.99955C18.9995%2011.3565%2018.6985%2012.6435%2018.1615%2013.7985L19.3195%2019.3415L13.7865%2018.1665C12.6345%2018.7015%2011.3515%2018.9995%209.99955%2018.9995Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__details-modal-dialog-connection-channel--viber:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16.204%203.762C14.558%202.115%2012.369%201.207%2010.037%201.206C5.22999%201.206%201.31899%205.115%201.31799%209.92C1.31599%2011.449%201.71699%2012.952%202.48099%2014.277L1.24399%2018.793L5.86599%2017.581C7.14499%2018.277%208.57699%2018.642%2010.033%2018.642H10.037C14.842%2018.642%2018.753%2014.732%2018.755%209.927C18.756%207.599%2017.85%205.41%2016.204%203.762Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M14.175%2013.309C14.704%2012.78%2014.568%2011.889%2013.904%2011.543L13.177%2011.164C12.748%2010.94%2012.223%2011.021%2011.881%2011.363C11.519%2011.725%2010.952%2011.799%2010.516%2011.531C10.11%2011.281%209.725%2010.981%209.373%2010.628C9.021%2010.276%208.721%209.891%208.47%209.485C8.201%209.049%208.276%208.482%208.638%208.12C8.98%207.778%209.061%207.253%208.837%206.824L8.458%206.097C8.112%205.433%207.221%205.297%206.692%205.826C5.372%207.146%205.104%209.22%206.115%2010.79C6.506%2011.397%206.967%2011.972%207.499%2012.504C8.031%2013.036%208.606%2013.497%209.213%2013.888C10.781%2014.897%2012.855%2014.629%2014.175%2013.309Z%22%20stroke%3D%22%239151C1%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__details-modal-dialog-connection-channel--telegram:before {
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.79501%2011.906L7.73001%2013.915C7.37201%2014.263%206.77301%2014.109%206.62801%2013.631L5.25201%209.10099%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M12.104%205.92699C12.104%205.92699%209.51501%208.26299%208.18701%209.46199C7.79001%209.81999%207.82301%2010.45%208.25301%2010.767L13.631%2014.74C14.16%2015.131%2014.916%2014.844%2015.053%2014.2L17.694%201.75299C17.822%201.15099%2017.231%200.647989%2016.657%200.868989L1.14201%206.85299C0.685014%207.02899%200.707014%207.68199%201.17401%207.82799L5.25101%209.09999%22%20stroke%3D%22%231588C9%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu {
  width: 465px;
  transform: translate3d(calc(-50% + 15px + 40px / 2), 28px, 0px) !important;
  padding: 12px 20px 22px !important;
  font-size: 14px;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu.dropdown-menu {
  top: 0 !important;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu:before {
  right: calc(50% - 22px / 2) !important;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu.dropdown-menu-left {
  transform: translate3d(-20px, 30px, 0px) !important;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu.dropdown-menu-left:before {
  left: 22px!important;
}
.mailings__details-modal-dialog-table-sending-list-table-wrapper {
  max-height: 240px;
}
.mailings__details-modal-dialog-table-sending-list-table-wrapper.scroll-wrapper {
  margin-right: -10px;
  padding-right: 10px !important;
}
.mailings__details-modal-dialog-table-sending-list-table {
  margin-bottom: 0;
}
.mailings__details-modal-dialog-table-sending-list-table > tbody > tr > td {
  padding-top: 7px;
  padding-bottom: 7px;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu-table-repeats-head-cell {
  text-align: center;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu-table-repeats-cell {
  text-align: center;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu-table-response-head-cell {
  text-align: center;
}
.mailings__details-modal-dialog-table-sending-list-dropdown-menu-table-response-cell {
  text-align: center;
}
.mailings__details-modal-dialog-repeats {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.mailings__details-modal-dialog-repeats:before {
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M15.249%205.615C17.665%208.721%2017.452%2013.209%2014.598%2016.063C12.249%2018.412%208.79401%2018.971%205.91201%2017.751M12.088%203.179C9.20701%201.959%205.75101%202.519%203.40201%204.867C0.548006%207.721%200.335006%2012.209%202.75101%2015.315M12.239%203.027L10.731%204.536L12.499%202.768L10.731%201M7.26901%2019.93L5.50101%2018.162L7.26901%2016.394M6.00001%2010.465L8.25001%2012.715L12%208.965%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-right: 12px;
}
.mailings__channel-settings-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 24px;
}
.mailings__channel-settings-link .fc-btn span {
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  max-width: 67px;
  white-space: normal;
}
.channel-settings-link__individual-sign svg {
  display: inline;
  vertical-align: middle;
  color: #8EA6FF;
}
.channel-settings-link__individual-sign span {
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  color: #73808D;
}
.mailings__select-clients-modal-dialog {
  width: 700px !important;
  max-width: unset;
}
.mailings__select-clients-modal-dialog--initializing {
  visibility: hidden;
}
.mailings__select-clients-modal-dialog-birthday-row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mailings__select-clients-modal-dialog-birthday-row > .col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mailings__select-clients-modal-dialog-birthday-row-date-col {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}
.mailings__select-clients-modal-dialog-birthday-row-age-col {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}
.mailings__select-clients-modal-dialog-birthday-row-additional-controls-group-wrapper {
  position: relative;
}
.mailings__select-clients-modal-dialog-birthday-row-additional-controls-group {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mailings__select-clients-modal-dialog-submit-button-wrapper {
  position: relative;
}
.mailings__select-clients-modal-dialog-submit-button--adding {
  visibility: hidden;
  transition: none !important;
}
.mailings__select-clients-modal-dialog-submit-button-progress-bar {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mailings__select-clients-modal-dialog-body {
  transition: opacity 200ms ease-in-out;
}
.mailings__select-clients-modal-dialog-body--disabled {
  opacity: 0.3;
}
.mailings__select-clients-modal-dialog-body-curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.mailings__content--initializing {
  visibility: hidden;
}
.mailings__content .mailings__menu {
  margin-top: 20px;
}
.mailings__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 445px;
}
.mailings__empty .text {
  font-size: 15px;
  line-height: 1.3;
  padding-right: 0;
  text-align: center;
  transform: translate(-12px, -36px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 60px;
}
.mailings__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.mailings__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.mailings__empty .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.mailings__empty .text ul li:last-child {
  margin-bottom: 0;
}
.mailings__empty .text p,
.mailings__empty .text .item {
  margin-bottom: 14px;
}
.mailings__empty .text p.first-item,
.mailings__empty .text .item.first-item {
  margin-bottom: 28px;
}
.mailings__empty .text p:last-child,
.mailings__empty .text .item:last-child {
  margin-bottom: 0;
}
.mailings__empty .text .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #2E2F31;
  margin-bottom: 13px;
}
.mailings__empty_large .text {
  font-size: 16px;
  transform: translate(2px, -32px);
}
.mailings__empty_large .title {
  transform: translateX(2px);
}
.mailings__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__header-copy-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailings__header-copy-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  content: '';
}
.mailings__card {
  padding: 0px 20px;
}
.mailings__card .mailings__card-actions {
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
.mailings__card .mailings__card-filters {
  margin-left: -20px;
  margin-right: -20px;
}
.mailings__card-actions {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #ECEFF1;
}
.mailings__card-actions_empty {
  border-bottom: none;
}
.mailings__card-actions .mailings__new-contact-button {
  margin-left: 15px;
}
.mailings__card-actions .mailings__load-from-csv-progress-bar {
  width: 186.78px;
  height: 38px;
  margin-left: 15px;
}
.mailings__card-filters {
  padding: 18px 20px;
  border-bottom: 1px solid #ECEFF1;
}
.mailings__card-filters-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-left: -47px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mailings__card-filters-content .mailings__card-filter,
.mailings__card-filters-content .mailings__card-filters-actions {
  margin-top: 19px;
  margin-left: 47px;
}
.mailings__card-filters-content .mailings__card-filters-actions {
  margin-left: auto;
}
.mailings__card-filters-content .mailings__card-filters-actions-spacer {
  min-width: 47px;
}
.mailings__card-filters-actions .mailings__card-filters-apply-button {
  margin-left: 20px;
}
.mailings__name-filter {
  min-width: 80px;
}
.mailings__card-author-filter-control-avatar {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
}
.mailings__table {
  width: 100%;
  color: #2E2F31;
}
.mailings__table > tbody > tr > td {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mailings__table-actions-head-cell {
  padding-top: 5px !important;
  width: 144px;
  padding-right: 18px !important;
}
.mailings__table-actions-cell .mailings__table-action-button {
  transition: none !important;
}
.mailings__table-actions-cell .mailings__table-action-button:not(:first-child) {
  margin-left: 13px;
}
.mailings__table-statistics-cell {
  width: 1px;
}
.mailings__table-statistics-cell .mailings__table-statistics-table {
  margin-left: auto;
}
.mailings__table-row {
  position: relative;
}
.mailings__table-row--has-details {
  cursor: pointer;
}
.mailings__table-status {
  font-weight: bold;
  font-size: 12px;
}
.mailings__table-status--value_new {
  color: #16CEB9;
}
.mailings__table-status--value_launched {
  color: #2D99FF;
}
.mailings__table-status--value_stopped {
  color: #73808D;
}
.mailings__table-statistics-table td {
  padding: 0;
  border-top: none;
}
.mailings__table-statistics-table .mailings__table-statistics-table-value-cell {
  width: 1px;
}
.mailings__table-statistics-table-value-cell {
  padding-right: 6px !important;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
.mailings__table-statistics-table-indicator-cell {
  padding-left: 6px !important;
  width: 94px;
  vertical-align: middle !important;
}
.mailings__table-statistics-table-indicator {
  height: 4px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.mailings__table-launch-button:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%2316CEB9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.03125%206L12.0312%209L7.03125%2012L7.03125%206Z%22%20stroke%3D%22%2316CEB9%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__table-stop-button:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M17%209C17%2010.0506%2016.7931%2011.0909%2016.391%2012.0615C15.989%2013.0321%2015.3997%2013.914%2014.6569%2014.6569C13.914%2015.3997%2013.0321%2015.989%2012.0615%2016.391C11.0909%2016.7931%2010.0506%2017%209%2017C7.94942%2017%206.90914%2016.7931%205.93853%2016.391C4.96793%2015.989%204.08601%2015.3997%203.34315%2014.6569C2.60028%2013.914%202.011%2013.0321%201.60896%2012.0615C1.20693%2011.0909%201%2010.0506%201%209C1%207.94942%201.20693%206.90914%201.60896%205.93853C2.011%204.96793%202.60028%204.08601%203.34315%203.34315C4.08602%202.60028%204.96793%202.011%205.93853%201.60896C6.90914%201.20693%207.94943%201%209%201C10.0506%201%2011.0909%201.20693%2012.0615%201.60896C13.0321%202.011%2013.914%202.60028%2014.6569%203.34315C15.3997%204.08602%2015.989%204.96793%2016.391%205.93853C16.7931%206.90914%2017%207.94943%2017%209L17%209Z%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20stroke%3D%22%23F96261%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__table-resume-button:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M13.7341%2012.015C12.8862%2013.226%2011.6767%2014.1374%2010.279%2014.6186C8.88126%2015.0999%207.36706%2015.1263%205.9534%2014.6941C4.53974%2014.2619%203.29919%2013.3933%202.40955%2012.2127C1.51992%2011.0321%201.02687%209.6002%201.00107%208.12217C0.975267%206.64414%201.41804%205.19588%202.26594%203.98496C3.11383%202.77405%204.32331%201.86264%205.72102%201.38137C7.11874%200.900097%208.63294%200.873667%2010.0466%201.30587C11.4603%201.73807%2012.7008%202.60671%2013.5904%203.78729%22%20stroke%3D%22%23FCC072%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M15%202V5H12%22%20stroke%3D%22%23FCC072%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mailings__table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.mailings__details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.mailings__details-modal .mailings__details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: calc(100vw - 200px);
}
@media screen and (min-width: 1500px) {
  .mailings__details-modal .mailings__details-modal-dialog-wrapper {
    max-width: 1300px;
  }
}
.mailings__details-modal-dialog-wrapper .mailings__details-modal-dialog {
  height: 100%;
  width: 100%;
}
.mailings__details-modal-dialog-wrapper .mailings__details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -16px), 11px);
  z-index: 2;
}
.mailings__details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.mailings__details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.mailings__details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.mailings__content .foquz-success-message,
.mailing-mailings .foquz-success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 260px;
  color: #2E2F31;
  z-index: 1000;
  box-shadow: 0px 5px 20px 0px rgba(115, 128, 141, 0.4);
}
.mailings__content .foquz-success-message--error .foquz-success-message,
.mailing-mailings .foquz-success-message--error .foquz-success-message {
  background: #FFDDDD;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .mailings__content .foquz-success-message--error .foquz-success-message,
  .mailing-mailings .foquz-success-message--error .foquz-success-message {
    max-width: 100%;
  }
}
.question-statistics__comments-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__comments-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__comments-modal-dialog-content .question-statistics__comments-modal-dialog-header {
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__comments-modal-dialog-content .question-statistics__comments-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__comments-modal-dialog-content .question-statistics__comments-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__comments-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__comments-modal-dialog-header .question-statistics__comments-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__comments-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.question-statistics__comments-modal-dialog-search-form {
  position: relative;
}
.question-statistics__comments-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__comments-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__comments-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__comments-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__comments-modal-dialog-body .question-statistics__comments-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__comments-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__comments-modal-dialog-table-container .question-statistics__comments-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__comments-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__comments-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__comments-modal-dialog-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__comments-modal-dialog-table th {
  padding-bottom: 25px;
}
.question-statistics__comments-modal-dialog-table td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__comments-modal-dialog-table-order-id-head-cell {
  white-space: nowrap;
}
.question-statistics__comments-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__comments-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__comments-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__comments-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1;
  text-decoration: none !important;
}
.question-statistics__comments-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__clients-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__clients-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__clients-modal-dialog-content .question-statistics__clients-modal-dialog-header {
  min-height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__clients-modal-dialog-content .question-statistics__clients-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__clients-modal-dialog-content .question-statistics__clients-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__clients-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__clients-modal-dialog-header .question-statistics__clients-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__clients-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
  padding-top: 35px;
}
.question-statistics__clients-modal-dialog-search-form {
  position: relative;
}
.question-statistics__clients-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__clients-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__clients-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__clients-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__clients-modal-dialog-body .question-statistics__clients-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__clients-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__clients-modal-dialog-table-container .question-statistics__clients-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__clients-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__clients-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__clients-modal-dialog-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__clients-modal-dialog-table th {
  padding-bottom: 25px;
}
.question-statistics__clients-modal-dialog-table td {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  vertical-align: middle;
}
.question-statistics__clients-modal-dialog-table-row td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.question-statistics__clients-modal-dialog-inner-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
  border-top: none;
}
.question-statistics__clients-modal-dialog-table-order-id-head-cell {
  white-space: nowrap;
}
.question-statistics__clients-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__clients-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__clients-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__clients-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1;
  text-decoration: none !important;
}
.question-statistics__clients-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__text-answers-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__text-answers-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__text-answers-modal-dialog-content .question-statistics__text-answers-modal-dialog-header {
  min-height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__text-answers-modal-dialog-content .question-statistics__text-answers-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__text-answers-modal-dialog-content .question-statistics__text-answers-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__text-answers-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__text-answers-modal-dialog-header .question-statistics__text-answers-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__text-answers-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
  padding-top: 35px;
}
.question-statistics__text-answers-modal-dialog-search-form {
  position: relative;
}
.question-statistics__text-answers-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__text-answers-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__text-answers-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__text-answers-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__text-answers-modal-dialog-body .question-statistics__text-answers-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__text-answers-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__text-answers-modal-dialog-table-container .question-statistics__text-answers-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__text-answers-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__text-answers-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__text-answers-modal-dialog-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__text-answers-modal-dialog-table th {
  padding-bottom: 25px;
}
.question-statistics__text-answers-modal-dialog-table td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__text-answers-modal-dialog-table-order-head-cell {
  white-space: nowrap;
}
.question-statistics__text-answers-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__text-answers-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__text-answers-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__text-answers-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1;
  text-decoration: none !important;
}
.question-statistics__text-answers-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__priority-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__priority-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__priority-modal-dialog-content .question-statistics__priority-modal-dialog-header {
  min-height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__priority-modal-dialog-content .question-statistics__priority-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__priority-modal-dialog-content .question-statistics__priority-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__priority-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__priority-modal-dialog-header .question-statistics__priority-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__priority-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
  padding-top: 35px;
}
.question-statistics__priority-modal-dialog-search-form {
  position: relative;
}
.question-statistics__priority-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__priority-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__priority-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__priority-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__priority-modal-dialog-body .question-statistics__priority-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__priority-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__priority-modal-dialog-table-container .question-statistics__priority-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__priority-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__priority-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__priority-modal-dialog-table {
  width: calc(100% - 20px);
  margin-bottom: 30px;
  margin-right: 20px;
}
.question-statistics__priority-modal-dialog-table th {
  padding-bottom: 25px;
}
.question-statistics__priority-modal-dialog-table td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__priority-modal-dialog-table-order-head-cell {
  white-space: nowrap;
}
.question-statistics__priority-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__priority-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__priority-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__priority-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1;
  text-decoration: none !important;
}
.question-statistics__priority-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__priority-modal-dialog-table-row-data td {
  border-bottom: none;
}
.question-statistics__priority-modal-dialog-table-row-answer td {
  border-top: 0;
  padding: 0 0 10px;
}
.question-statistics__priority-modal-dialog-variant {
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  margin: 1px 0;
  font-size: 14px;
  padding: 10px 15px;
}
.question-statistics__priority-modal-dialog-variant-index {
  font-weight: bold;
  margin-right: 10px;
}
.question-statistics__gallery-modal .question-statistics__gallery-table-media-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.question-statistics__gallery-modal .question-statistics__gallery-table-media-item--inactive img {
  opacity: 0.4;
}
.question-statistics__gallery-modal .question-statistics__gallery-table-media-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.question-statistics__gallery-modal .question-statistics__gallery-table-media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.question-statistics__gallery-modal .question-statistics__gallery-table-media-rating {
  font-size: 14px;
  font-weight: bold;
  width: 30px;
}
.question-statistics__addresses-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__addresses-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__addresses-modal-dialog-content .question-statistics__addresses-modal-dialog-header {
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__addresses-modal-dialog-content .question-statistics__addresses-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__addresses-modal-dialog-content .question-statistics__addresses-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__addresses-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__addresses-modal-dialog-header .question-statistics__addresses-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__addresses-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.question-statistics__addresses-modal-dialog-search-form {
  position: relative;
}
.question-statistics__addresses-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__addresses-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__addresses-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__addresses-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__addresses-modal-dialog-body .question-statistics__addresses-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__addresses-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__addresses-modal-dialog-table-container .question-statistics__addresses-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__addresses-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__addresses-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__addresses-modal-dialog-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__addresses-modal-dialog-table th {
  padding-bottom: 25px;
}
.question-statistics__addresses-modal-dialog-table td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  border-bottom: none;
  font-size: 12px;
  vertical-align: middle;
}
.question-statistics__addresses-modal-dialog-table-order-id-head-cell {
  white-space: nowrap;
}
.question-statistics__addresses-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__addresses-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__addresses-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__addresses-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.question-statistics__addresses-modal-dialog-table-map-cell {
  border: none !important;
  padding: 0 !important;
}
.question-statistics__addresses-modal-dialog-table-map-cell-content {
  height: 400px;
}
.question-statistics__addresses-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__files-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__files-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__files-modal-dialog-content .question-statistics__files-modal-dialog-header {
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__files-modal-dialog-content .question-statistics__files-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__files-modal-dialog-content .question-statistics__files-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__files-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__files-modal-dialog-header .question-statistics__files-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__files-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.question-statistics__files-modal-dialog-search-form {
  position: relative;
}
.question-statistics__files-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__files-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__files-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__files-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__files-modal-dialog-body .question-statistics__files-modal-dialog-list-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__files-modal-dialog-list-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__files-modal-dialog-list-container .question-statistics__files-modal-dialog-list-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__files-modal-dialog-list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__files-modal-dialog-list-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__files-modal-dialog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: -30px 19px 30px -18px;
}
.question-statistics__files-modal-dialog-list .question-statistics__files-modal-dialog-list-item {
  margin-left: 18px;
  margin-top: 30px;
  width: 105px;
}
.question-statistics__files-modal-dialog-list-item .question-statistics__files-modal-dialog-list-item-first-info {
  margin-top: 8px;
}
.question-statistics__files-modal-dialog-list-item .question-statistics__files-modal-dialog-list-item-second-info {
  margin-top: 2px;
}
.question-statistics__files-modal-dialog-list-item-preview {
  width: 105px;
  height: 105px;
  position: relative;
  border-radius: 8px;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
.question-statistics__files-modal-dialog-list-item-preview .question-statistics__files-modal-dialog-list-item-preview-count {
  position: absolute;
  top: 7px;
  left: 8px;
}
.question-statistics__files-modal-dialog-list-item-preview .question-statistics__files-modal-dialog-list-item-preview-comment-indicator {
  position: absolute;
  top: 9px;
  right: 8px;
}
.question-statistics__files-modal-dialog-list-item-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
}
.question-statistics__files-modal-dialog-list-item-preview-image.no-opacity {
  opacity: 1;
}
.question-statistics__files-modal-dialog-list-item-preview-image_audio {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #DADFE3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.question-statistics__files-modal-dialog-list-item-preview-count {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}
.question-statistics__files-modal-dialog-list-item-preview-count.audio {
  color: #73808D;
}
.question-statistics__files-modal-dialog-list-item-preview-comment-indicator {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__files-modal-dialog-list-item-preview-comment-indicator.audio {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__files-modal-dialog-list-item-info {
  font-weight: 500;
  font-size: 12px;
  color: #3F65F1;
}
[dir="ltr"] .question-statistics__files-modal-dialog-list-item-fancybox {
  text-align: left;
}
[dir="rtl"] .question-statistics__files-modal-dialog-list-item-fancybox {
  text-align: right;
}
.question-statistics__files-modal-dialog-list-item-fancybox {
  display: inline-block;
}
.question-statistics__files-modal-dialog-list-item-fancybox .question-statistics__files-modal-dialog-list-item-fancybox-comment {
  margin-top: 14px;
}
.question-statistics__files-modal-dialog-list-item-fancybox-info-block {
  font-size: 12px;
}
.question-statistics__files-modal-dialog-list-item-fancybox-info-block .question-statistics__files-modal-dialog-list-item-fancybox-info:not(:first-child) {
  margin-left: 8px;
}
.question-statistics__files-modal-dialog-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__profiles-modal-dialog--initializing {
  visibility: hidden;
}
.question-statistics__profiles-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.question-statistics__profiles-modal-dialog-content .question-statistics__profiles-modal-dialog-header {
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__profiles-modal-dialog-content .question-statistics__profiles-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 24px;
}
.question-statistics__profiles-modal-dialog-content .question-statistics__profiles-modal-dialog-loader {
  margin-top: 0;
  margin-bottom: 20px;
}
.question-statistics__profiles-modal-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.question-statistics__profiles-modal-dialog-header .question-statistics__profiles-modal-dialog-search-form {
  width: 100%;
  max-width: 400px;
}
.question-statistics__profiles-modal-dialog-title {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.question-statistics__profiles-modal-dialog-search-form {
  position: relative;
}
.question-statistics__profiles-modal-dialog-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__profiles-modal-dialog-search-form-control {
  padding-left: 46px;
}
.question-statistics__profiles-modal-dialog-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__profiles-modal-dialog-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: hidden;
}
.question-statistics__profiles-modal-dialog-body .question-statistics__profiles-modal-dialog-table-container {
  max-height: 100%;
  margin-right: -19px;
}
.question-statistics__profiles-modal-dialog-table-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.question-statistics__profiles-modal-dialog-table-container .question-statistics__profiles-modal-dialog-table-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100% !important;
}
.question-statistics__profiles-modal-dialog-table-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__profiles-modal-dialog-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__profiles-modal-dialog-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__profiles-modal-dialog-table > thead > tr > th {
  padding-bottom: 25px;
}
.question-statistics__profiles-modal-dialog-table > tbody > tr > td {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__profiles-modal-dialog-table .question-statistics__profiles-modal-dialog-table-name-cell {
  width: 350px;
}
.question-statistics__profiles-modal-dialog-table-order-id-head-cell {
  white-space: nowrap;
}
.question-statistics__profiles-modal-dialog-table-order-id-cell {
  width: 1px;
}
.question-statistics__profiles-modal-dialog-table-phone-cell {
  white-space: nowrap;
}
.question-statistics__profiles-modal-dialog-table-email-cell {
  white-space: nowrap;
}
.question-statistics__profiles-modal-dialog-table-link {
  font-size: 12px;
  text-align: center;
  color: #3F65F1 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.question-statistics__profiles-modal-dialog-table-profile-cell {
  border: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.question-statistics__profiles-modal-dialog-table-highlight {
  background: rgba(63,101,241,0.2);
}
.question-statistics__profiles-modal-dialog-table-profile-cell-table th {
  width: 350px;
  padding: 4px 12px;
  border: none !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 120%;
  color: #73808D;
}
.question-statistics__profiles-modal-dialog-table-profile-cell-table td {
  padding: 4px 12px;
  border: none !important;
  font-size: 14px;
  line-height: 120%;
  color: #2E2F31;
}
.question-statistics__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__rating-star {
  width: 28px;
  height: 27px;
}
.question-statistics__rating-statistics-table {
  margin-bottom: 0;
}
.question-statistics__rating-statistics-table > tbody > tr > td {
  padding-top: 7px;
  padding-bottom: 7px;
}
.question-statistics__rating-statistics-table-rating .question-statistics__rating-statistics-table-rating-star {
  width: 17.94px;
  height: 17.77px;
}
.question-statistics__rating-statistics-table-rating .question-statistics__rating-statistics-table-rating-star:not(:first-child) {
  margin-left: 10px;
}
[dir="ltr"] .question-statistics__rating-statistics-table-percentage-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__rating-statistics-table-percentage-cell {
  text-align: left;
}
.question-statistics__rating-statistics-table-percentage-cell {
  padding-right: 3px !important;
}
.question-statistics__variant-statistics {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__variant-statistics .question-statistics__variant-statistics-legend {
  margin-top: 8px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 40px;
  max-height: 506px;
  height: max-content;
}
.question-statistics__variant-statistics .question-statistics__variant-statistics-legend .variants-statistics-legend {
  height: auto;
}
.question-statistics__variant-statistics-chart-wrapper .question-statistics__variant-statistics-chart {
  margin-top: 27px;
}
.question-statistics__variant-statistics-mode-toggle .question-statistics__variant-statistics-mode-button:not(:first-child) {
  margin-left: 3px;
}
.question-statistics__variant-statistics-mode-button {
  cursor: pointer;
}
.question-statistics__variant-statistics-column-mode-button:before {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-column-mode-button.question-statistics__variant-statistics-mode-button--active:before {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-pie-mode-button:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-pie-mode-button.question-statistics__variant-statistics-mode-button--active:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-bar-mode-button:before {
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2015.0649V13.0649H0V15.0649H6Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M9%2011.0649V9.06494H0V11.0649H9Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M12%207.06494V5.06494H0V7.06494H12Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%203.06494V1.06494H0V3.06494H16Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-bar-mode-button.question-statistics__variant-statistics-mode-button--active:before {
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2015.0649V13.0649H0V15.0649H6Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M9%2011.0649V9.06494H0V11.0649H9Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M12%207.06494V5.06494H0V7.06494H12Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%203.06494V1.06494H0V3.06494H16Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-table-mode-button:before {
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2015.0649V13.0649H0V15.0649H4Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2011.0649V9.06494H0V11.0649H4Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.06494V5.06494H0V7.06494H4Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%203.06494V1.06494H0V3.06494H16Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%2015.0649V13.0649H12V15.0649H16Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%2011.0649V9.06494H12V11.0649H16Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%207.06494V5.06494H12V7.06494H16Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2015.0649V13.0649H6V15.0649H10Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2011.0649V9.06494H6V11.0649H10Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207.06494V5.06494H6V7.06494H10Z%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-table-mode-button.question-statistics__variant-statistics-mode-button--active:before {
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2015.0649V13.0649H0V15.0649H4Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2011.0649V9.06494H0V11.0649H4Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.06494V5.06494H0V7.06494H4Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%203.06494V1.06494H0V3.06494H16Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%2015.0649V13.0649H12V15.0649H16Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%2011.0649V9.06494H12V11.0649H16Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M16%207.06494V5.06494H12V7.06494H16Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2015.0649V13.0649H6V15.0649H10Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2011.0649V9.06494H6V11.0649H10Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207.06494V5.06494H6V7.06494H10Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__variant-statistics-chart-wrapper {
  width: 355px;
  position: relative;
}
.question-statistics__variant-statistics-chart-wrapper.filials-statistics-chart-wrapper {
  width: 50%;
}
.question-statistics__variant-statistics-chart-wrapper.priority-chart-wrapper {
  width: 100%;
}
.question-statistics__variant-statistics-chart-wrapper.priority-chart-wrapper .highcharts-container {
  max-width: none !important;
  max-width: initial !important;
}
.question-statistics__variant-statistics-chart-wrapper.priority-chart-wrapper-column-chart {
  max-width: 100%;
  overflow: hidden !important;
}
.question-statistics__filials-chart-wrapper {
  max-height: 506px;
  margin-top: 10px;
  height: 100%;
}
.question-statistics__variant-statistics-column-chart {
  height: 180px;
}
.question-statistics__variant-statistics-column-chart.filials-bar-chart {
  margin-top: 0px;
  height: auto;
}
.question-statistics__variant-statistics-column-chart.filials-bar-chart .highcharts-contextbutton {
  display: none;
}
.question-statistics__variant-statistics-pie-chart {
  height: 240px;
}
.question-statistics__variant-statistics-legend-table th {
  white-space: nowrap;
}
.question-statistics__variant-statistics-legend-table-row {
  cursor: pointer;
}
.question-statistics__variant-statistics-legend-table-row--disabled .question-statistics__variant-statistics-legend-table-color-indicator {
  background-color: #CCC !important;
}
.question-statistics__variant-statistics-legend-table-text-cell {
  font-weight: 500;
  font-size: 14px;
  color: #2E2F31;
}
.question-statistics__variant-statistics-legend-table-text-cell span {
  max-width: 480px;
}
@media screen and (max-width: 1360px) {
  .question-statistics__variant-statistics-legend-table-text-cell span {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .question-statistics__variant-statistics-legend-table-text-cell span {
    max-width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .question-statistics__variant-statistics-legend-table-text-cell span {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .question-statistics__variant-statistics-legend-table-text-cell span {
    max-width: 120px;
  }
}
.question-statistics__variant-statistics-legend-table-text-cell-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__variant-statistics-legend-table-text-cell-content .question-statistics__variant-statistics-legend-table-color-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
[dir="ltr"] .question-statistics__variant-statistics-legend-table-vote-count-head-cell,[dir="ltr"] 
.question-statistics__variant-statistics-legend-table-vote-count-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__variant-statistics-legend-table-vote-count-head-cell,[dir="rtl"] 
.question-statistics__variant-statistics-legend-table-vote-count-cell {
  text-align: left;
}
[dir="ltr"] .question-statistics__variant-statistics-legend-table-percentage-head-cell,[dir="ltr"] 
.question-statistics__variant-statistics-legend-table-percentage-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__variant-statistics-legend-table-percentage-head-cell,[dir="rtl"] 
.question-statistics__variant-statistics-legend-table-percentage-cell {
  text-align: left;
}
.question-statistics__variant-statistics-legend-table-color-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.question-statistics__priority-statistics {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__priority-statistics .question-statistics__priority-statistics-legend {
  margin-top: 8px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 40px;
}
.question-statistics__priority-statistics-chart-wrapper .question-statistics__priority-statistics-chart {
  margin-top: 27px;
}
.question-statistics__priority-statistics-mode-toggle .question-statistics__priority-statistics-mode-button:not(:first-child) {
  margin-left: 3px;
}
.question-statistics__priority-statistics-mode-button {
  cursor: pointer;
}
.question-statistics__priority-statistics-column-mode-button:before {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__priority-statistics-column-mode-button.question-statistics__priority-statistics-mode-button--active:before {
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Crect%20y%3D%2210%22%20width%3D%222%22%20height%3D%226%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2212%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%228%22%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%09%3Crect%20x%3D%2212%22%20width%3D%222%22%20height%3D%2216%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__priority-statistics-pie-mode-button:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__priority-statistics-pie-mode-button.question-statistics__priority-statistics-mode-button--active:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00014%200.0618897C3.26026%200.528247%200.322056%203.57606%200.0249023%207.36596H2.03325C2.31516%204.68179%204.36684%202.52474%207.00014%202.08295V0.0618897ZM9.00014%202.08295V0.0618896C12.9465%200.553988%2016.0001%203.92038%2016.0001%208C16.0001%2010.1949%2015.1162%2012.1834%2013.6848%2013.6289L12.4153%2012.0628C13.3993%2010.9941%2014.0001%209.56722%2014.0001%208C14.0001%205.027%2011.8379%202.55903%209.00014%202.08295ZM10.835%2013.2894C9.9908%2013.7428%209.02551%2014%208.00015%2014C5.15633%2014%202.77461%2012.0215%202.15632%209.36596H0.116301C0.764467%2013.1335%204.04755%2016%208.00015%2016C9.50352%2016%2010.91%2015.5853%2012.1116%2014.8641L10.835%2013.2894Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__priority-statistics-chart-wrapper {
  width: 355px;
  position: relative;
}
.question-statistics__priority-statistics-column-chart {
  height: 180px;
}
.question-statistics__priority-statistics-pie-chart {
  height: 240px;
}
.question-statistics__priority-statistics-legend-table th {
  white-space: nowrap;
}
.question-statistics__priority-statistics-legend-table-row {
  cursor: pointer;
}
.question-statistics__priority-statistics-legend-table-row--disabled .question-statistics__priority-statistics-legend-table-color-indicator {
  background-color: #CCC !important;
}
.question-statistics__priority-statistics-legend-table-text-cell {
  font-weight: 500;
  font-size: 14px;
  color: #2E2F31;
}
.question-statistics__priority-statistics-legend-table-text-cell-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__priority-statistics-legend-table-text-cell-content .question-statistics__priority-statistics-legend-table-color-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
[dir="ltr"] .question-statistics__priority-statistics-legend-table-vote-count-head-cell,[dir="ltr"] 
.question-statistics__priority-statistics-legend-table-vote-count-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__priority-statistics-legend-table-vote-count-head-cell,[dir="rtl"] 
.question-statistics__priority-statistics-legend-table-vote-count-cell {
  text-align: left;
}
[dir="ltr"] .question-statistics__priority-statistics-legend-table-percentage-head-cell,[dir="ltr"] 
.question-statistics__priority-statistics-legend-table-percentage-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__priority-statistics-legend-table-percentage-head-cell,[dir="rtl"] 
.question-statistics__priority-statistics-legend-table-percentage-cell {
  text-align: left;
}
.question-statistics__priority-statistics-legend-table-color-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.question-statistics__service-text {
  font-weight: normal;
  font-size: 12px;
  color: #73808d;
}
.table.gallery-rating.nps-variants {
  max-width: 945px;
}
.question-statistics__gallery-statistics table {
  margin-top: 20px;
  font-size: 14px;
  max-width: 722px;
}
.question-statistics__gallery-statistics table.star-variants {
  max-width: 945px;
}
.question-statistics__gallery-statistics table.star-variants .star-variants-average {
  color: #2E2F31;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 15.4px */
  background: #F2F5F6;
}
.question-statistics__gallery-statistics table.star-variants .star-variants-average td {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.question-statistics__gallery-statistics table th {
  font-size: 12px;
  font-weight: bold;
  border-top: none;
}
.question-statistics__gallery-statistics table td {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.question-statistics__gallery-statistics table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.question-statistics__gallery-statistics .question-statistics__rating .question-statistics__rating-star {
  width: 17.94px;
  height: 17.77px;
}
.question-statistics__gallery-statistics .question-statistics__rating .question-statistics__rating-star:not(:first-child) {
  margin-left: 10px;
}
.question-statistics__gallery-statistics .question-statistics__question-average-rating-value {
  font-size: 14px;
}
.question-statistics__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 427px;
}
.question-statistics__empty .text {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0;
  text-align: center;
  transform: translate(0, -20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.question-statistics__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.question-statistics__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.question-statistics__empty .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.question-statistics__empty .text ul li:last-child {
  margin-bottom: 0;
}
.question-statistics__empty .text p,
.question-statistics__empty .text .item {
  margin-bottom: 14px;
}
.question-statistics__empty .text p.first-item,
.question-statistics__empty .text .item.first-item {
  margin-bottom: 28px;
}
.question-statistics__empty .text p:last-child,
.question-statistics__empty .text .item:last-child {
  margin-bottom: 0;
}
.question-statistics__empty .text .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #2E2F31;
  margin-bottom: 13px;
}
.question-statistics__empty_large .text {
  font-size: 16px;
  transform: translate(2px, -32px);
}
.question-statistics__empty_large .title {
  transform: translateX(2px);
}
.question-statistics__summary {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: -32px;
  margin-left: -20px;
  border-bottom: 1px solid #ECEFF1;
  margin-bottom: 32px;
}
.question-statistics__summary-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 13px 22px 10px;
  border-right: 1px solid #ECEFF1;
}
.question-statistics__time {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__time-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 24px;
  white-space: nowrap;
}
.question-statistics__time-icon {
  margin-right: 15px;
}
.question-statistics__filters {
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.question-statistics__filters .i-clear {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  width: 12px !important;
  height: 12px !important;
  -ms-flex-order: 1;
      order: 1;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 53px;
  transform: rotate(45deg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.question-statistics__filters .position-relative {
  margin-right: 27px;
}
.question-statistics__filters .form-error {
  position: absolute;
  margin: 0;
  top: calc(100% + 5px);
  left: 0;
  padding-left: 0 !important;
  background-image: none !important;
  min-width: 290px;
}
.question-statistics__filters .form-control {
  width: 275px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16%202V6%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8%202V6%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%209H21%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M19%204H5C3.895%204%203%204.895%203%206V19C3%2020.105%203.895%2021%205%2021H19C20.105%2021%2021%2020.105%2021%2019V6C21%204.895%2020.105%204%2019%204Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.99601%2012C6.44402%2012%205.99603%2012.448%206.00003%2013C6.00003%2013.552%206.44802%2014%207.00001%2014C7.55201%2014%208%2013.552%208%2013C8%2012.448%207.55201%2012%206.99601%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.996%2012C11.444%2012%2010.996%2012.448%2011%2013C11%2013.552%2011.448%2014%2012%2014C12.552%2014%2013%2013.552%2013%2013C13%2012.448%2012.552%2012%2011.996%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.996%2012C16.444%2012%2015.996%2012.448%2016%2013C16%2013.552%2016.448%2014%2017%2014C17.552%2014%2018%2013.552%2018%2013C18%2012.448%2017.552%2012%2016.996%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.99601%2016C6.44402%2016%205.99603%2016.448%206.00003%2017C6.00003%2017.552%206.44802%2018%207.00001%2018C7.55201%2018%208%2017.552%208%2017C8%2016.448%207.55201%2016%206.99601%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.996%2016C11.444%2016%2010.996%2016.448%2011%2017C11%2017.552%2011.448%2018%2012%2018C12.552%2018%2013%2017.552%2013%2017C13%2016.448%2012.552%2016%2011.996%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 24px 24px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  z-index: 3;
  padding-right: 71px;
}
.question-statistics__filters .form-control.is-invalid {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M16%202V6%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M8%202V6%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M3%209H21%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M19%204H5C3.895%204%203%204.895%203%206V19C3%2020.105%203.895%2021%205%2021H19C20.105%2021%2021%2020.105%2021%2019V6C21%204.895%2020.105%204%2019%204Z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.99601%2012C6.44402%2012%205.99603%2012.448%206.00003%2013C6.00003%2013.552%206.44802%2014%207.00001%2014C7.55201%2014%208%2013.552%208%2013C8%2012.448%207.55201%2012%206.99601%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.996%2012C11.444%2012%2010.996%2012.448%2011%2013C11%2013.552%2011.448%2014%2012%2014C12.552%2014%2013%2013.552%2013%2013C13%2012.448%2012.552%2012%2011.996%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M16.996%2012C16.444%2012%2015.996%2012.448%2016%2013C16%2013.552%2016.448%2014%2017%2014C17.552%2014%2018%2013.552%2018%2013C18%2012.448%2017.552%2012%2016.996%2012Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.99601%2016C6.44402%2016%205.99603%2016.448%206.00003%2017C6.00003%2017.552%206.44802%2018%207.00001%2018C7.55201%2018%208%2017.552%208%2017C8%2016.448%207.55201%2016%206.99601%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.996%2016C11.444%2016%2010.996%2016.448%2011%2017C11%2017.552%2011.448%2018%2012%2018C12.552%2018%2013%2017.552%2013%2017C13%2016.448%2012.552%2016%2011.996%2016Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: calc(100% - 16px) 50% !important;
}
.question-statistics__summary-send-item .question-statistics__summary-item-value {
  color: #3A5CDC;
}
.question-statistics__summary-open-item .question-statistics__summary-item-value {
  color: #8400ff;
}
.question-statistics__summary-process-item .question-statistics__summary-item-value {
  color: #2d99ff;
}
.question-statistics__summary-filled-item .question-statistics__summary-item-value {
  color: #16ceb9;
}
.question-statistics__summary-target-item .question-statistics__summary-item-value {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.095%206.086a7%207%200%20105.819%205.819%201%201%200%20011.975-.313%209%209%200%2011-7.481-7.481%201%201%200%2011-.313%201.975z%22%20fill%3D%22%23CAAD46%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%2010a3%203%200%20100%206%203%203%200%20000-6zm-5%203a5%205%200%201110%200%205%205%200%2001-10%200z%22%20fill%3D%22%23CAAD46%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.707%204.293a1%201%200%20010%201.414l-8%208a1%201%200%2001-1.414-1.414l8-8a1%201%200%20011.414%200z%22%20fill%3D%22%23CAAD46%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17%200a1%201%200%20011%201v3h3a1%201%200%20110%202h-5V1a1%201%200%20011-1z%22%20fill%3D%22%23CAAD46%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%203a1%201%200%20011%201v3h3a1%201%200%20110%202h-5V4a1%201%200%20011-1z%22%20fill%3D%22%23CAAD46%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.707%205.707l-3%203-1.414-1.414%203-3%201.414%201.414zM17.707%201.707l-3%203-1.414-1.414%203-3%201.414%201.414z%22%20fill%3D%22%23CAAD46%22/%3E%3C/svg%3E") !important;
  background-size: auto;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  transform: translateY(-4px);
}
.question-statistics__summary-item-value {
  font-weight: bold;
  font-size: 19px;
}
.question-statistics__summary-item-label {
  margin-top: 1px;
  font-weight: 500;
  font-size: 12px;
  color: #73808D;
}
.question-statistics__content {
  min-width: 870px;
}
.question-statistics__content--initializing {
  visibility: hidden;
}
.question-statistics__content .question-statistics__menu {
  margin-top: 20px;
}
.question-statistics__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__header-copy-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-statistics__header-copy-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  content: '';
}
.question-statistics__loader {
  min-height: calc(50vh - (48px + 32px + 61px + 32px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.question-statistics__loader .pages-loader {
  margin-top: 0;
}
.question-statistics__questions .question-statistics__question:not(:last-child) {
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__question {
  padding: 32px 20px 32px 50px;
  position: relative;
}
.question-statistics__question .question-statistics__question-header {
  margin-left: -28px;
}
.question-statistics__question .question-statistics__question-number {
  display: inline-block;
  width: 28px;
}
.question-statistics__question .question-statistics__question-short-name {
  display: inline-block;
}
.question-statistics__question .question-statistics__question-name {
  margin-top: 13px;
}
.question-statistics__question .question-statistics__question-text {
  margin-top: 6px;
}
.question-statistics__question .question-statistics__question-average-rating-wrapper {
  margin-top: 20px;
}
.question-statistics__question .question-statistics__question-clarifying-question {
  margin-top: 28px;
}
.question-statistics__question .question-statistics__question-clarifying-question-for-all-rates {
  font-size: 12px;
  font-weight: normal;
  color: #73808D;
}
.question-statistics__question .question-statistics__question-variant-statistics {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .points-block + .question-statistics__question .question-statistics__question-variant-statistics {
    margin-top: 8px;
  }
}
.question-statistics__question .question-statistics__question-assessment-variants-variant-statistics {
  margin-top: 15px;
}
.question-statistics__question .question-statistics__question-media-wrapper {
  margin-top: 20px;
}
.question-statistics__question .question-statistics__question-dish-ratings-statistics-header {
  margin-top: 24px;
}
.question-statistics__question .question-statistics__question-additional-button {
  margin-top: 20px;
}
.question-statistics__question .question-statistics__question-additional-button.question-statistics__question-additional-button--matrix-3d {
  border-top: 1px solid #E7EBED;
  margin-top: 0;
  padding-top: 25px;
}
.question-statistics__question .question-statistics__question-chart {
  margin-top: 30px;
  height: 300px;
}
.question-statistics__question-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-statistics__question--disabled .question-statistics__question-body {
  opacity: 0.6;
}
.question-statistics__question-number {
  font-weight: 900;
  color: #73808D;
}
.question-statistics__question--disabled .question-statistics__question-number {
  opacity: 0.6;
}
.question-statistics__question-short-name {
  font-weight: bold;
  color: #73808D;
}
.question-statistics__question--disabled .question-statistics__question-short-name {
  opacity: 0.6;
}
.question-statistics__question-deletion-indicator {
  color: #F96261;
  font-weight: bold;
  font-size: 14px;
  line-height: 13px;
}
.question-statistics__question-name {
  font-weight: 500;
  font-size: 19px;
  color: #2E2F31;
}
.question-statistics__question-text {
  font-size: 16px;
  color: #73808D;
}
.question-statistics__question-average-rating-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.question-statistics__question-average-rating-wrapper .question-statistics__question-average-rating-value {
  margin-left: 18px;
}
.question-statistics__question-average-rating .question-statistics__question-average-rating-star {
  width: 27.26px;
  height: 27px;
}
.question-statistics__question-average-rating .question-statistics__question-average-rating-star:not(:first-child) {
  margin-left: 16px;
}
.question-statistics__question-average-rating-value {
  font-weight: 900;
  font-size: 19px;
  color: #3F65F1;
}
.question-statistics__question-average-rating-statistics-dropdown-menu {
  transform: translate3d(calc(-50% + 15px + 246px / 2), 28px, 0px) !important;
  padding: 30px 30px 28px !important;
}
.question-statistics__question-clarifying-question {
  font-weight: bold;
  font-size: 16px;
  color: #2E2F31;
}
.question-statistics__question-statistics-legend-table-custom-row .question-statistics__variant-statistics-legend-table-text-cell {
  color: #3F65F1;
}
.question-statistics__question-media-wrapper {
  width: 293.33px;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.question-statistics__question-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.question-statistics__question-video {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.question-statistics__question-video img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.question-statistics__question-video-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question-statistics__question-video-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
.question-statistics__question-video-play-button {
  width: 72px;
  height: 50px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2272%22%20height%3D%2250%22%20viewBox%3D%220%200%2072%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M67.5435%203.72999C69.6729%205.88727%2070.3688%2010.7864%2070.3688%2010.7864C70.3688%2010.7864%2071.0786%2016.5344%2071.0786%2022.2895V27.6827C71.0786%2033.4308%2070.3688%2039.1858%2070.3688%2039.1858C70.3688%2039.1858%2069.6729%2044.0849%2067.5435%2046.2422C65.1105%2048.7942%2062.4121%2049.058%2060.8837%2049.2074C60.7159%2049.2238%2060.5622%2049.2389%2060.4245%2049.2554C50.4732%2049.9791%2035.5393%2050%2035.5393%2050C35.5393%2050%2017.0564%2049.826%2011.3709%2049.2832C11.0993%2049.2318%2010.7694%2049.1918%2010.3956%2049.1466C8.59558%2048.9287%205.77669%2048.5874%203.53514%2046.2422C1.40571%2044.0849%200.709812%2039.1858%200.709812%2039.1858C0.709812%2039.1858%200%2033.4377%200%2027.6827V22.2895C0%2016.5344%200.709812%2010.7864%200.709812%2010.7864C0.709812%2010.7864%201.40571%205.88727%203.53514%203.72999C5.96678%201.17928%208.66933%200.914409%2010.1942%200.764964C10.3625%200.748466%2010.5165%200.733375%2010.6541%200.716771C20.6054%200%2035.5254%200%2035.5254%200H35.5532C35.5532%200%2050.4732%200%2060.4245%200.716771C60.5622%200.733375%2060.7161%200.748466%2060.8845%200.764964C62.4093%200.914409%2065.1119%201.17928%2067.5435%203.72999ZM30.7597%2016.4092L44.2391%2023.3821C45.5474%2024.064%2045.5474%2025.929%2044.2391%2026.618L30.7597%2033.5978C29.5488%2034.2171%2028.1083%2033.3403%2028.1083%2031.9833V18.0237C28.1083%2016.6597%2029.5488%2015.7829%2030.7597%2016.4092Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc((100% - 50px) / 2);
  left: calc((100% - 72px) / 2);
  opacity: 0.7;
}
.question-statistics__question-slider {
  width: 100%;
  height: 100%;
}
.question-statistics__question-dish-ratings-statistics .question-statistics__question-dish-ratings-statistics-table-container {
  width: 100%;
  max-width: 738px;
  margin-top: 8px;
}
.question-statistics__question-dish-ratings-statistics-header {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__question-dish-ratings-statistics-header .question-statistics__question-dish-ratings-statistics-search-form {
  width: 100%;
  max-width: 325px;
  margin-left: 40px;
}
.question-statistics__question-dish-ratings-statistics-filter .hat-radio-group {
  height: 48px;
}
.question-statistics__question-dish-ratings-statistics-filter .question-statistics__question-dish-ratings-statistics-filter-icon {
  margin-right: 10px;
}
.question-statistics__question-dish-ratings-statistics-filter-best-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .question-statistics__question-dish-ratings-statistics-filter-best-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337A74A%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-dish-ratings-statistics-filter-worst-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .question-statistics__question-dish-ratings-statistics-filter-worst-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-dish-ratings-statistics-search-form {
  position: relative;
}
.question-statistics__question-dish-ratings-statistics-search-form-icon {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M12.4938%2012.0767L16.1046%2015.6875M13.0837%207.04184C13.0837%2010.3787%2010.3787%2013.0837%207.04184%2013.0837C3.70502%2013.0837%201%2010.3787%201%207.04184C1%203.70502%203.70502%201%207.04184%201C10.3787%201%2013.0837%203.70502%2013.0837%207.04184Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  margin-right: 11px;
}
.question-statistics__question-dish-ratings-statistics-search-form-control {
  padding-left: 46px;
}
.question-statistics__question-dish-ratings-statistics-search-form-clear-button {
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.899414%207.89948C0.899414%207.34719%201.34713%206.89948%201.89941%206.89948L13.8994%206.89948C14.4517%206.89948%2014.8994%207.34719%2014.8994%207.89948C14.8994%208.45176%2014.4517%208.89948%2013.8994%208.89948H1.89941C1.34713%208.89948%200.899414%208.45176%200.899414%207.89948Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.89941%2014.8995C7.34713%2014.8995%206.89941%2014.4518%206.89941%2013.8995L6.89941%201.89948C6.89941%201.34719%207.34713%200.899475%207.89941%200.899475C8.4517%200.899475%208.89941%201.34719%208.89941%201.89948V13.8995C8.89941%2014.4518%208.4517%2014.8995%207.89941%2014.8995Z%22%20fill%3D%22%232E2F31%22/%3E%0A%09%09%3C/svg%3E%0A%09") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 13px;
  top: calc(50% - (17px / 2));
  padding: 0;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
.question-statistics__question-dish-ratings-statistics-table-container {
  position: relative;
}
.question-statistics__question-dish-ratings-statistics-table-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background: linear-gradient(0, #FFFFFF 18.23%, rgba(255, 255, 255, 0) 100%);
}
.question-statistics__question-dish-ratings-statistics-table-container .question-statistics__question-dish-ratings-statistics-table-wrapper {
  max-height: 340px;
  width: 100% !important;
}
.question-statistics__question-dish-ratings-statistics-table-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__question-dish-ratings-statistics-table-wrapper .scroll-element.scroll-y {
  right: 0;
}
.question-statistics__question-dish-ratings-statistics-table {
  width: 100%;
  margin-right: 19px;
  margin-bottom: 30px;
}
.question-statistics__question-dish-ratings-statistics-table td {
  height: 33px;
  padding: 5px 17px;
  vertical-align: middle;
  border-bottom: 1px solid #E7EBED;
}
.question-statistics__question-dish-ratings-statistics-table-row {
  cursor: pointer;
}
.question-statistics__question-dish-ratings-statistics-table-name-cell {
  font-weight: bold;
  font-size: 14px;
  color: #2E2F31;
}
.question-statistics__question-dish-ratings-statistics-table-quantity-cell {
  text-align: right;
}
.question-statistics__question-dish-ratings-statistics-table-rating-cell {
  width: 134px;
  padding-left: 13px;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-wrapper .question-statistics__question-dish-ratings-statistics-table-average-rating-value {
  margin-left: 18px;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating .question-statistics__question-dish-ratings-statistics-table-average-rating-star {
  width: 17.94px;
  height: 17.77px;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating .question-statistics__question-dish-ratings-statistics-table-average-rating-star:not(:first-child) {
  margin-left: 10px;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-value {
  font-weight: 900;
  font-size: 14px;
  line-height: 13px;
  color: #3F65F1;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-statistics-dropdown-menu {
  transform: translate3d(calc(-50% + 15px + 246px / 2), 28px, 0px) !important;
  padding: 30px 30px 28px !important;
}
[dir="ltr"] .question-statistics__question-dish-ratings-statistics-table-vote-count-cell {
  text-align: right;
}
[dir="rtl"] .question-statistics__question-dish-ratings-statistics-table-vote-count-cell {
  text-align: left;
}
.question-statistics__question-dish-ratings-statistics-table-vote-count-cell {
  padding-right: 8px !important;
  color: #73808D;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-cell {
  width: 168.2px;
  padding-left: 8px !important;
}
.question-statistics__question-dish-ratings-statistics-table-average-rating-cell-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.question-statistics__question-dish-ratings-statistics-average {
  margin-top: 20px;
}
.question-statistics__question-additional-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #3F65F1 !important;
}
.question-statistics__question-additional-button:before {
  content: '';
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
.question-statistics__question-dish-ratings-statistics-comments-button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-all-answers-button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-all-addresses-button:before {
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%206C11%209.4375%206%2014.125%206%2014.125C6%2014.125%201%209.4375%201%206C1%202.5625%203.23858%201%206%201C8.76142%201%2011%202.5625%2011%206Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-all-files-button:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2038%207.56315L7.96132%2013.8056C7.19658%2014.5703%206.15936%2015%205.07785%2015C3.99633%2015%202.95912%2014.5703%202.19437%2013.8056C1.42963%2013.0408%201%2012.0036%201%2010.9221C1%209.8406%201.42963%208.80338%202.19437%208.03863L8.4368%201.7962C9.29688%201.01556%2010.7%201.07494%2011.5%201.87494C12.3%202.67494%2012.2812%204.20311%2011.5%204.99995L5.25078%2011.2424%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__question-all-profiles-button:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.4994%201H2.49991C1.67262%201%201%201.67262%201%202.49991V8.50009C1%209.32738%201.67262%2010%202.49991%2010H5V12.5C5%2012.7297%205.26248%2012.8633%205.44763%2012.7273L9%2010H11.4994C12.3267%2010%2012.9993%209.32738%2012.9993%208.50009V2.49991C12.9993%201.67262%2012.3267%201%2011.4994%201Z%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.question-statistics__clients-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__clients-modal .question-statistics__clients-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__clients-modal-dialog-wrapper .question-statistics__clients-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__clients-modal-dialog-wrapper .question-statistics__clients-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__clients-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__clients-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__clients-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__comments-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__comments-modal .question-statistics__comments-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__comments-modal-dialog-wrapper .question-statistics__comments-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__comments-modal-dialog-wrapper .question-statistics__comments-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__comments-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__comments-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__comments-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__text-answers-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__text-answers-modal .question-statistics__text-answers-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__text-answers-modal-dialog-wrapper .question-statistics__text-answers-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__text-answers-modal-dialog-wrapper .question-statistics__text-answers-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__text-answers-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__text-answers-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__text-answers-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__priority-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__priority-modal .question-statistics__priority-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__priority-modal-dialog-wrapper .question-statistics__priority-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__priority-modal-dialog-wrapper .question-statistics__priority-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__priority-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__priority-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__priority-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__addresses-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__addresses-modal .question-statistics__addresses-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__addresses-modal-dialog-wrapper .question-statistics__addresses-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__addresses-modal-dialog-wrapper .question-statistics__addresses-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__addresses-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__addresses-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__addresses-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__files-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__files-modal .question-statistics__files-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__files-modal-dialog-wrapper .question-statistics__files-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__files-modal-dialog-wrapper .question-statistics__files-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__files-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__files-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__files-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__profiles-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.question-statistics__profiles-modal .question-statistics__profiles-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 45px);
  margin-left: 45px;
  max-width: 1192px;
}
.question-statistics__profiles-modal-dialog-wrapper .question-statistics__profiles-modal-dialog {
  height: 100%;
  width: 100%;
}
.question-statistics__profiles-modal-dialog-wrapper .question-statistics__profiles-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.question-statistics__profiles-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.question-statistics__profiles-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.question-statistics__profiles-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.question-statistics__rating-statisitcs-popover {
  padding: 30px;
  max-width: unset;
  border-radius: 9px;
}
.question-statistics__rating-statisitcs-popover .popover-body {
  padding: 0;
}
.question-statistics__rating-statisitcs-popover:before {
  width: 22px;
  height: 6px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  position: absolute;
  top: -5.5px;
  left: calc(50% - 22px / 2);
}
.question-statistics__rating-statisitcs-popover.bs-popover-top:before {
  top: unset;
  bottom: -5.5px;
  transform: rotate(180deg);
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.question-statistics__no-data-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .question-statistics__no-data-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.question-statistics__no-data-container :first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .question-statistics__no-data-container :first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .question-statistics__filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-points__delete-modal-dialog {
  width: 460px !important;
}
.contact-points__delete-modal-dialog--initializing {
  visibility: hidden;
}
.contact-points__add-video-by-link-modal-dialog {
  width: 460px !important;
}
.contact-points__add-video-by-link-modal-dialog .contact-points__add-video-by-link-modal-dialog-link-form-group {
  margin-bottom: 0;
}
.contact-points__add-video-by-link-modal-dialog .contact-points__add-video-by-link-modal-dialog-message {
  margin-top: 16px;
}
.contact-points__add-video-by-link-modal-dialog--initializing {
  visibility: hidden;
}
.contact-points__add-video-by-link-modal-dialog-link-form-group .form-label {
  font-weight: normal;
}
.contact-points__add-video-by-link-modal-dialog-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 23px 27px 18px 27px;
  background: rgba(233, 235, 241, 0.45);
  border-radius: 4px;
}
.contact-points__add-video-by-link-modal-dialog-message-image {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  opacity: 0.27;
  filter: grayscale(1);
}
.contact-points__add-video-by-link-modal-dialog-message-text {
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #73808D;
}
.contact-points__details-modal-dialog .select2 .select2-selection--multiple.select2-selection .select2-search {
  min-width: 130px;
}
.contact-points__details-modal-dialog .select2 .select2-selection--multiple.select2-selection .select2-search input {
  min-width: 100%;
}
.contact-points__details-modal-dialog .contact-points__details-modal-dialog-footer {
  margin-top: 20px;
}
.contact-points__details-modal-dialog .contact-points__details-modal-dialog-min-sum-form-group {
  width: 290px;
}
.contact-points__details-modal-dialog--initializing {
  visibility: hidden;
}
.contact-points__details-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100% !important;
  overflow-y: auto;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.contact-points__details-modal-dialog-content {
  min-width: 900px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-media-type-selector {
  margin-bottom: 25px;
  width: 100%;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-clarifying-type-selector {
  margin-bottom: 26px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-clarifying-type-selector-col:not(:first-child) {
  margin-left: 30px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-variants-type-selector {
  margin-bottom: 25px;
  width: 100%;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-custom-variant-checkbox {
  margin-top: 27.6px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-custom-clarifying-question-answer-checkbox {
  margin-top: 27.6px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-comment-length-form-group {
  margin-top: 24px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-custom-variant-length-form-group {
  margin-top: 24px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-custom-clarifying-question-answer-length-form-group {
  margin-top: 24px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-card-footer {
  margin: 63px -20px -20px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-question-loader {
  margin-top: 12px;
}
.contact-points__details-modal-dialog-body .contact-points__details-modal-dialog-conditions {
  margin-top: 16px;
}
.contact-points__details-modal-dialog-scroll-content {
  padding: 20px;
}
.contact-points__details-modal-dialog-type-form-control-value {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact-points__details-modal-dialog-type-form-control-value:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
}
.contact-points__details-modal-dialog-type-form-control-value--rating:before {
  margin-left: -1px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.contact-points__details-modal-dialog-type-form-control-value--variants:before {
  margin-left: -3px;
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-type-form-control-value--text:before {
  margin-left: -3px;
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.contact-points__details-modal-dialog-type-form-control-value--date:before {
  margin-left: -3px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-type-form-control-value--address:before {
  margin-left: -1px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.contact-points__details-modal-dialog-type-form-control-value--upload:before {
  margin-left: -1px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-type-form-control-value--quiz:before {
  margin-left: -1px;
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-type-form-control-value--priority:before {
  margin-left: -1px;
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-type-form-control-value--media-variants:before {
  margin-left: -1px;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.contact-points__details-modal-dialog-first-row {
  display: -ms-flexbox;
  display: flex;
}
.contact-points__details-modal-dialog-first-row .contact-points__details-modal-dialog-type-form-group {
  width: 290px;
}
.contact-points__details-modal-dialog-first-row .contact-points__details-modal-dialog-required-form-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 27px;
  margin-left: 40px;
}
.contact-points__details-modal-dialog-media-type-selector .hat-radio-group {
  height: 48px;
}
.contact-points__details-modal-dialog-media-type-selector .hat-radio-group__radio-label {
  -ms-flex-pack: center;
      justify-content: center;
}
.contact-points__details-modal-dialog-media-type-selector .contact-points__details-modal-dialog-media-type-selector-value-icon {
  margin-right: 10px;
}
.contact-points__details-modal-dialog-media-type-selector-value-text-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-media-type-selector-value-text-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-media-type-selector-value-image-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px !important;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-media-type-selector-value-image-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-media-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-media-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-media-form-control .contact-points__details-modal-dialog-media-form-control-list {
  margin-top: 13px;
}
.contact-points__details-modal-dialog-media-form-control-actions .contact-points__details-modal-dialog-media-form-control-actions-item:not(:first-child) {
  margin-left: 8px;
}
.contact-points__details-modal-dialog-media-form-control-list .contact-points__details-modal-dialog-media-form-control-list-item,
.contact-points__details-modal-dialog-media-form-control-list .contact-points__details-modal-dialog-media-form-control-list-loading-placeholder {
  margin-top: 10px;
  margin-left: 10px;
}
.contact-points__details-modal-dialog-media-form-control-list-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.contact-points__details-modal-dialog-media-form-control-list-item {
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
}
.contact-points__details-modal-dialog-media-form-control-list-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}
.contact-points__details-modal-dialog-media-form-control-list-item .contact-points__details-modal-dialog-media-form-control-list-item-preview-image {
  width: 100%;
  height: 100%;
}
.contact-points__details-modal-dialog-media-form-control-list-item .contact-points__details-modal-dialog-media-form-control-list-item-label {
  position: absolute;
  top: 25.68px;
  left: 2px;
  width: 90px;
}
.contact-points__details-modal-dialog-media-form-control-list-item-preview-image {
  border-radius: 8px;
  object-fit: cover;
}
.contact-points__details-modal-dialog-media-form-control-list-item-remove-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  font-size: 11px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  animation: fadeOutToNone 0.1s ease-out;
}
.contact-points__details-modal-dialog-media-form-control-list-item-remove-button > i {
  cursor: pointer;
  color: #fff;
}
.contact-points__details-modal-dialog-media-form-control-list-item:hover .contact-points__details-modal-dialog-media-form-control-list-item-remove-button {
  opacity: 1;
}
.contact-points__details-modal-dialog-media-form-control-list-item-label {
  border: none;
  width: 94px;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.contact-points__details-modal-dialog-media-form-control-list-loading-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
  background-color: #ECEFF1;
}
.contact-points__details-modal-dialog-media-form-control-list-loading-placeholder:after {
  content: "\f110";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  color: #3F65F1;
  font-size: 20px;
  animation: fa-spin 1s infinite steps(8);
}
.contact-points__details-modal-dialog-assessment-type-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-points__details-modal-dialog-assessment-type-selector .contact-points__details-modal-dialog-assessment-type-selector-form-group {
  width: 290px;
  margin-right: 15px;
}
.contact-points__details-modal-dialog-assessment-type-selector .contact-points__details-modal-dialog-assessment-type-selector-rating {
  margin-left: 10px;
}
.contact-points__details-modal-dialog-clarifying-type-selector {
  margin-top: 3.6px;
  display: -ms-flexbox;
  display: flex;
}
.contact-points__details-modal-dialog-clarifying-type-selector .contact-points__details-modal-dialog-clarifying-type-selector-checkbox:not(:first-child) {
  margin-left: 30px;
}
.contact-points__details-modal-dialog-variants-type-selector .hat-radio-group {
  height: 48px;
}
.contact-points__details-modal-dialog-variants-type-selector .hat-radio-group__radio-label {
  -ms-flex-pack: center;
      justify-content: center;
}
.contact-points__details-modal-dialog-variants-type-selector .contact-points__details-modal-dialog-variants-type-selector-value-icon {
  margin-right: 10px;
}
.contact-points__details-modal-dialog-variants-type-selector-value-single-icon {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.77878%2015.8244C8.20376%2015.9396%207.60894%2016.0001%206.99999%2016.0001C6.7414%2016.0001%206.48536%2015.9892%206.2323%2015.9678C7.49475%2017.7995%209.60716%2019.0001%2012%2019.0001C15.866%2019.0001%2019%2015.8661%2019%2012.0001C19%209.60728%2017.7994%207.49487%2015.9677%206.23242C15.9891%206.48548%2016%206.74153%2016%207.00011C16%207.60906%2015.9395%208.20388%2015.8242%208.7789C16.5579%209.64898%2017%2010.7729%2017%2012.0001C17%2014.7615%2014.7614%2017.0001%2012%2017.0001C10.7728%2017.0001%209.64886%2016.558%208.77878%2015.8244Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-single-icon {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.77878%2015.8244C8.20376%2015.9396%207.60894%2016.0001%206.99999%2016.0001C6.7414%2016.0001%206.48536%2015.9892%206.2323%2015.9678C7.49475%2017.7995%209.60716%2019.0001%2012%2019.0001C15.866%2019.0001%2019%2015.8661%2019%2012.0001C19%209.60728%2017.7994%207.49487%2015.9677%206.23242C15.9891%206.48548%2016%206.74153%2016%207.00011C16%207.60906%2015.9395%208.20388%2015.8242%208.7789C16.5579%209.64898%2017%2010.7729%2017%2012.0001C17%2014.7615%2014.7614%2017.0001%2012%2017.0001C10.7728%2017.0001%209.64886%2016.558%208.77878%2015.8244Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-multiple-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2016V17C8%2017.5523%208.44772%2018%209%2018H17C17.5523%2018%2018%2017.5523%2018%2017V9C18%208.44772%2017.5523%208%2017%208H16V6H17C18.6569%206%2020%207.34315%2020%209V17C20%2018.6569%2018.6569%2020%2017%2020H9C7.34315%2020%206%2018.6569%206%2017V16H8Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.25L6.25%209.5L10%205%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-multiple-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2016V17C8%2017.5523%208.44772%2018%209%2018H17C17.5523%2018%2018%2017.5523%2018%2017V9C18%208.44772%2017.5523%208%2017%208H16V6H17C18.6569%206%2020%207.34315%2020%209V17C20%2018.6569%2018.6569%2020%2017%2020H9C7.34315%2020%206%2018.6569%206%2017V16H8Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.25L6.25%209.5L10%205%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-date-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%201v4M6%201v4m11-2H3a2%202%200%2000-2%202v12a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-date-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%201v4M6%201v4m11-2H3a2%202%200%2000-2%202v12a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-time-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%204.5V10h4m5%200a9%209%200%2011-18%200%209%209%200%200118%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-time-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%204.5V10h4m5%200a9%209%200%2011-18%200%209%209%200%200118%200z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-datetime-icon {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-datetime-icon {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%233F65F1%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-photo-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-photo-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%233F65F1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-photovideo-icon {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-photovideo-icon {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%233F65F1%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%233F65F1%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-oneline-icon {
  width: 26px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2210%22%20viewBox%3D%220%200%2026%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h14M3%209h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v4a2%202%200%20002%202z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-oneline-icon {
  width: 26px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2210%22%20viewBox%3D%220%200%2026%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h14M3%209h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v4a2%202%200%20002%202z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-variants-type-selector-value-multiline-icon {
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2213%22%20viewBox%3D%220%200%2026%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h18M4%208h12M3%2012h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v7a2%202%200%20002%202z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .contact-points__details-modal-dialog-variants-type-selector-value-multiline-icon {
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2213%22%20viewBox%3D%220%200%2026%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h18M4%208h12M3%2012h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v7a2%202%200%20002%202z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-length-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 22px;
}
.contact-points__details-modal-dialog-length-control .contact-points__details-modal-dialog-length-control-slider {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.contact-points__details-modal-dialog-length-control .contact-points__details-modal-dialog-length-control-min-boundary {
  margin-right: 12px;
}
.contact-points__details-modal-dialog-length-control .contact-points__details-modal-dialog-length-control-max-boundary {
  margin-left: 12px;
}
.contact-points__details-modal-dialog-length-control-slider .contact-points__details-modal-dialog-length-control-slider-handle {
  top: calc(6px / 2 - 24px / 2);
}
.contact-points__details-modal-dialog-length-control-slider-handle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px !important;
  height: 24px !important;
}
.contact-points__details-modal-dialog-length-control-slider-handle .contact-points__details-modal-dialog-length-control-slider-handle-indicator {
  margin-top: -50px;
}
.contact-points__details-modal-dialog-length-control-slider-handle-indicator {
  font-weight: bold;
  font-size: 14px;
  color: #3F65F1;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown--below {
  padding-top: 4px;
}
.contact-points__details-modal-dialog-select2 .select2-results__options {
  max-height: 400px !important;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option {
  font-size: 16px;
  padding-left: 17px;
  height: 40px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--rating:before {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px !important;
  margin-right: 19px !important;
  margin-left: 0;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--variants:before {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 20px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--text:before {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--quiz:before {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--priority:before {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%233F65F1%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--media-variants:before {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%233F65F1%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%233F65F1%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--date:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%233F65F1%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-right: 19px;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--address:before {
  margin-left: 3px;
  margin-right: 21px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option .contact-points__details-modal-dialog-type-form-control-value--upload:before {
  margin-left: 1px;
  margin-right: 20px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%233F65F1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--rating:before {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--variants:before {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--text:before {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--quiz:before {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--priority:before {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--media-variants:before {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--date:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--address:before {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option[aria-selected="true"] .contact-points__details-modal-dialog-type-form-control-value--upload:before {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__details-modal-dialog-select2 .select2-dropdown .select2-results__option:not(:first-child) {
  margin-top: 1px;
}
.contact-points__details-modal-dialog-mask {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 40px;
  font-size: 16px;
  color: #73808d;
  position: relative;
}
.contact-points__details-modal-dialog-mask div {
  position: absolute;
  min-width: 100%;
  white-space: nowrap;
}
.contact-points__details-modal-dialog-strong {
  font-weight: bold;
  margin-right: 0.2em;
}
.contact-points__details-modal-dialog-conditions {
  margin-top: 16px;
}
.contact-points__details-modal-dialog-conditions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact-points__details-modal-dialog-conditions-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
}
.contact-points__details-modal-dialog-conditions-count {
  font-weight: 400;
  color: #73808d;
}
.contact-points__details-modal-dialog-conditions-sub-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
}
.contact-points__details-modal-dialog-conditions-item {
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  position: relative;
  border-top: 1px solid #e7ebed;
}
.contact-points__details-modal-dialog-conditions-item .contact-points__details-modal-dialog-conditions-item-form-group {
  width: 255px;
}
.contact-points__details-modal-dialog-conditions-item .contact-points__details-modal-dialog-conditions-item-form-group:not(:first-child) {
  margin-left: 13px;
}
.contact-points__details-modal-dialog-conditions-item:nth-child(2) {
  margin-top: 19px;
}
.contact-points__details-modal-dialog-conditions-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.contact-points__details-modal-dialog-conditions-item-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.contact-points__details-modal-dialog-dish-information-form-group .contact-points__details-modal-dialog-dish-information-form-control {
  margin-top: 10px;
}
.contact-points__details-modal-dialog-dish-information-form-control {
  display: -ms-flexbox;
  display: flex;
}
.contact-points__details-modal-dialog-dish-information-form-control .contact-points__details-modal-dialog-dish-information-form-control-checkbox:not(:first-child) {
  margin-left: 23px;
}
.contact-points__details-modal-dialog-disclaimer {
  font-size: 12px;
  color: #F96261;
}
.contact-points__details-modal-dialog-actions .contact-points__details-modal-dialog-action:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 1219px) {
  .contact-points__details-modal-dialog-media-form-control-list-item-remove-button {
    opacity: 1;
  }
}
.contact-points__details-modal-dialog-variants-control .contact-points__details-modal-dialog-variants-control-add-button {
  width: 100%;
}
.contact-points__details-modal-dialog-variants-control .contact-points__details-modal-dialog-variants-control-add-button:not(:first-child),
.contact-points__details-modal-dialog-variants-control .contact-points__details-modal-dialog-variants-control-list-item:not(:first-child) {
  margin-top: 15px;
}
.contact-points__details-modal-dialog-variants-control-list-item {
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0!important;
}
.contact-points__details-modal-dialog-variants-control-list-item-drag {
  margin-right: 15px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact-points__details-modal-dialog-variants-control-list-item .form-group {
  width: 100%;
  margin-bottom: 0;
}
.contact-points__details-modal-dialog-variants-control-list-item .contact-points__details-modal-dialog-variants-control-list-item-remove-button {
  margin-top: 6px;
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-points__details-modal-dialog-variants-control-list-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.contact-points__details-modal-dialog-variants-control-list-item-remove-button:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  margin-left: 1.5px;
  transform: rotate(45deg);
}
.contact-points__details-modal-dialog-variants-control-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  border: none;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3F65F1;
  background-color: #F5F6FA;
}
.contact-points__details-modal-dialog-variants-control-add-button .contact-points__details-modal-dialog-variants-control-add-button-icon {
  position: absolute;
  left: 0;
}
.contact-points__details-modal-dialog-variants-control-add-button[disabled] {
  opacity: 0.7;
}
.contact-points__details-modal-dialog-variants-control-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.contact-points__details-modal-dialog-variants-control-add-button-icon:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.contact-points__details-modal-dialog-quiz-control-list-content {
  margin-bottom: 25px;
}
.contact-points__details-modal-dialog-quiz-control-list-item {
  padding: 20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #E7EBED;
  position: relative;
}
.contact-points__details-modal-dialog-quiz-control-list-item .contact-points__details-modal-dialog-variants-control-list-item-remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.contact-points__details-modal-dialog-quiz-control-list-item:first-child {
  padding-top: 25px;
  border-top: 1px solid #E7EBED;
}
.contact-points__details-modal-dialog-quiz-control-list-item.sortable-item--mirror,
.contact-points__details-modal-dialog-quiz-control-list-item.sortable-item--dragging {
  padding: 20px;
}
.contact-points__details-modal-dialog-quiz-control-list-item.sortable-item--mirror .contact-points__details-modal-dialog-quiz-title,
.contact-points__details-modal-dialog-quiz-control-list-item.sortable-item--dragging .contact-points__details-modal-dialog-quiz-title {
  margin: 0;
}
.contact-points__details-modal-dialog-quiz-control-add-button {
  width: 100%;
}
.contact-points__details-modal-dialog-variants-control-add-button {
  width: 100%;
}
.contact-points__details-modal-dialog-quiz-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: #2E2F31;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 65px;
  margin-bottom: 18px;
}
.contact-points__details-modal-dialog-quiz-title .contact-points__details-modal-dialog-quiz-drag {
  margin-right: 15px;
}
.contact-points__details-modal-dialog-quiz-title-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.contact-points__details-modal-dialog-quiz-title .form-group {
  margin-bottom: 0;
  margin-top: 2px;
}
.contact-points__details-modal-dialog-quiz-title .form-label {
  color: #73808d;
}
.contact-points__details-modal-dialog-quiz-title .form-label_checked {
  color: #2E2F31;
}
.contact-points__content--initializing {
  visibility: hidden;
}
.contact-points__card {
  padding: 32px 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 9px;
}
.contact-points__card .contact-points__card-header {
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
.contact-points__card .contact-points__card-filters {
  margin-left: -20px;
  margin-right: -20px;
}
.contact-points__card-header {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ECEFF1;
}
.contact-points__card-description {
  font-size: 12px;
  line-height: 120%;
  color: #73808D;
  padding-right: 20px;
}
.contact-points__card-filters {
  padding: 18px 20px;
  border-bottom: 1px solid #ECEFF1;
}
.contact-points__card-filters-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-left: -47px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-points__card-filters-content .contact-points__card-filter,
.contact-points__card-filters-content .contact-points__card-filters-actions {
  margin-top: 19px;
  margin-left: 47px;
}
.contact-points__card-filters-content .contact-points__card-filters-actions {
  margin-left: auto;
}
.contact-points__card-filters-content .contact-points__card-filters-actions-spacer {
  min-width: 47px;
}
.contact-points__card-filter-checkbox {
  margin-top: 14px;
}
.contact-points__card-filter-checkbox .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.contact-points__card-filters-actions .contact-points__card-filters-apply-button {
  margin-left: 20px;
}
.contact-points__table {
  width: 100%;
  color: #2E2F31;
}
.contact-points__table > tbody > tr > td {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
[dir="ltr"] .contact-points__table-actions-head-cell {
  text-align: right;
}
[dir="rtl"] .contact-points__table-actions-head-cell {
  text-align: left;
}
.contact-points__table-actions-head-cell {
  padding-top: 5px !important;
  width: 98px;
}
[dir="ltr"] .contact-points__table-actions-cell {
  text-align: right;
}
[dir="rtl"] .contact-points__table-actions-cell {
  text-align: left;
}
.contact-points__table-actions-cell .contact-points__table-action-button {
  transition: none !important;
}
.contact-points__table-actions-cell .contact-points__table-action-button:not(:first-child) {
  margin-left: 13px;
}
.contact-points__table-row {
  position: relative;
}
.contact-points__table-row--has-details {
  cursor: pointer;
}
.contact-points__table-survey-cell {
  line-height: 14px;
}
.contact-points__table-alias-cell {
  min-width: 185px;
}
.contact-points__table-alias {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 12px;
  font-weight: bold;
  color: #2E2F31;
}
.contact-points__table-alias--system {
  padding-left: 0;
}
.contact-points__table-alias--system:before {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M7.74143%202.69012L5.34319%202.34157L4.27111%200.168136C4.24183%200.108628%204.19365%200.0604555%204.13415%200.0311741C3.98491%20-0.0425018%203.80355%200.0188948%203.72893%200.168136L2.65685%202.34157L0.258607%202.69012C0.192487%202.69956%200.132035%202.73073%200.0857515%202.77796C0.0297973%202.83547%20-0.0010361%202.91285%202.65856e-05%202.99308C0.00108927%203.07331%200.033961%203.14984%200.0914189%203.20585L1.82658%204.89756L1.41664%207.28636C1.40703%207.34193%201.41318%207.39908%201.43439%207.45133C1.4556%207.50358%201.49104%207.54884%201.53666%207.58198C1.58229%207.61512%201.6363%207.63482%201.69255%207.63883C1.7488%207.64284%201.80505%207.63101%201.85492%207.60468L4.00002%206.47687L6.14512%207.60468C6.20368%207.63585%206.27169%207.64624%206.33687%207.6349C6.50122%207.60657%206.61173%207.45071%206.5834%207.28636L6.17346%204.89756L7.90862%203.20585C7.95585%203.15957%207.98702%203.09911%207.99646%203.03299C8.02197%202.8677%207.90673%202.71468%207.74143%202.69012Z%22%20fill%3D%22%239BB0FB%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-right: 4px;
}
.contact-points__table-survey {
  font-weight: bold;
  font-size: 12px;
}
.contact-points__table-condition-cell {
  max-width: 400px;
}
.contact-points__table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-points__table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.contact-points__details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.contact-points__details-modal .contact-points__details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 135px);
  margin-left: 45px;
  max-width: 1305px;
}
.contact-points__details-modal-dialog-wrapper .contact-points__details-modal-dialog {
  height: 100%;
  width: 100%;
}
.contact-points__details-modal-dialog-wrapper .contact-points__details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.contact-points__details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.contact-points__details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.contact-points__details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.companies__delete-modal-dialog {
  width: 460px !important;
}
.companies__delete-modal-dialog--initializing {
  visibility: hidden;
}
.companies__content--initializing {
  visibility: hidden;
}
.companies__card {
  padding: 32px 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 9px;
}
.companies__card .companies__card-header {
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
.companies__card-header {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #ECEFF1;
}
.companies__table {
  width: 100%;
  color: #2E2F31;
}
.companies__table > tbody > tr > td {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.companies__table-created-at-head-cell {
  width: 121px;
}
[dir="ltr"] .companies__table-actions-head-cell {
  text-align: right;
}
[dir="rtl"] .companies__table-actions-head-cell {
  text-align: left;
}
.companies__table-actions-head-cell {
  padding-top: 5px !important;
  width: 98px;
}
[dir="ltr"] .companies__table-actions-cell {
  text-align: right;
}
[dir="rtl"] .companies__table-actions-cell {
  text-align: left;
}
.companies__table-actions-cell .companies__table-action-button {
  transition: none !important;
}
.companies__table-actions-cell .companies__table-action-button:not(:first-child) {
  margin-left: 13px;
}
.companies__table-row {
  position: relative;
}
.companies__table-row--has-details {
  cursor: pointer;
}
.companies__table-domain {
  color: #3F65F1 !important;
  text-decoration: none !important;
}
.companies__table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.companies__table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.companies__table-auto-pool-icon:before {
  position: absolute;
  left: -33px;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%226%22%20width%3D%2216%22%20height%3D%2210%22%20rx%3D%223%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%225.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2213%22%20x2%3D%2211%22%20y2%3D%2213%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%226%22%20x2%3D%229%22%20y2%3D%222%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%229%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%2373808D%22/%3E%0A%20%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.company__content--initializing {
  visibility: hidden;
}
.company__content .company__card {
  margin-top: 30px;
}
.company__content .company__card .tab-group__tab-pane-body {
  min-height: 500px;
}
.company__content .company__section:not(:first-child) {
  border-top-width: 1px;
  margin-top: 30px;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #CFD8DC;
}
.company__section .form-group {
  margin-bottom: 0;
}
.company__section .company__section-name {
  display: block;
  margin-bottom: 18px;
}
.company__section-name {
  font-weight: bold;
  font-size: 19px;
  color: #2E2F31;
}
.company__service-accesses-tab-pane {
  padding-top: 20px;
}
.company__service-accesses-tab-pane .company__service-accesses-tab-pane-header {
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
.company__service-accesses-tab-pane-header {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #ECEFF1;
}
.company__service-accesses-tab-pane-table {
  width: 100%;
  color: #2E2F31;
}
.company__service-accesses-tab-pane-table > tbody > tr > td {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.company__service-accesses-tab-pane-table .company__service-accesses-tab-pane-table-connected-at-head-cell {
  width: 121px;
}
.company__service-accesses-tab-pane-table .company__service-accesses-tab-pane-table-active-cell {
  width: 91px;
}
.company__service-accesses-tab-pane-table .company__service-accesses-tab-pane-table-actions-head-cell {
  width: 98px;
}
.company__service-accesses-tab-pane-table-row--inactive {
  color: #CFD8DC;
}
.company__service-accesses-tab-pane-table-service-cell {
  font-weight: bold;
}
.company__service-accesses-tab-pane-table-active-head-cell {
  text-align: center;
}
.company__service-accesses-tab-pane-table-active-cell {
  text-align: center;
}
.company__service-accesses-tab-pane-table-active-checkbox {
  display: inline;
  padding-left: 10px;
}
[dir="ltr"] .company__service-accesses-tab-pane-table-actions-head-cell {
  text-align: right;
}
[dir="rtl"] .company__service-accesses-tab-pane-table-actions-head-cell {
  text-align: left;
}
.company__service-accesses-tab-pane-table-actions-head-cell {
  padding-top: 5px !important;
}
[dir="ltr"] .company__service-accesses-tab-pane-table-actions-cell {
  text-align: right;
}
[dir="rtl"] .company__service-accesses-tab-pane-table-actions-cell {
  text-align: left;
}
.company__service-accesses-tab-pane-table-actions-cell .company__service-accesses-tab-pane-table-action-button {
  transition: none !important;
}
.company__service-accesses-tab-pane-table-actions-cell .company__service-accesses-tab-pane-table-action-button:not(:first-child) {
  margin-left: 13px;
}
.company__service-accesses-tab-pane-table-row {
  position: relative;
}
.company__service-accesses-tab-pane-table-row--has-details {
  cursor: pointer;
}
.company__service-accesses-tab-pane-table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.company__service-accesses-tab-pane-table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.company__actions {
  display: -ms-flexbox;
  display: flex;
}
.company__actions .company__save-button {
  margin-left: 13px;
}
.company__back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2E2F31;
}
.company__back-button:before {
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2219%22%20height%3D%2214%22%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0.992036%207.04369C0.992036%206.49141%201.43975%206.04369%201.99204%206.04369H17.992C18.5443%206.04369%2018.992%206.49141%2018.992%207.04369C18.992%207.59598%2018.5443%208.04369%2017.992%208.04369H1.99204C1.43975%208.04369%200.992036%207.59598%200.992036%207.04369Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659L5.981%200.679734C6.37152%200.28921%207.00469%200.28921%207.39521%200.679734C7.78574%201.07026%207.78574%201.70342%207.39521%202.09395L1.73836%207.7508C1.34783%208.14133%200.714667%208.14133%200.324143%207.7508Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.3952%2013.4077C7.00468%2013.7982%206.37151%2013.7982%205.98099%2013.4077L0.324143%207.7508C-0.0663811%207.36028%20-0.0663811%206.72711%200.324143%206.33659C0.714667%205.94606%201.34782%205.94606%201.73835%206.33659L7.3952%2011.9934C7.78573%2012.384%207.78573%2013.0171%207.3952%2013.4077Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  margin-right: 10px;
}
.company__service-access-details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.company__service-access-details-modal .company__service-access-details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 284px);
  margin-left: 45px;
  max-width: 1156px;
}
.company__service-access-details-modal-dialog-wrapper .company__service-access-details-modal-dialog {
  height: 100%;
  width: 100%;
}
.company__service-access-details-modal-dialog-wrapper .company__service-access-details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.company__service-access-details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.company__service-access-details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.company__service-access-details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.users__delete-modal-dialog {
  width: 460px !important;
}
.users__delete-modal-dialog--initializing {
  visibility: hidden;
}
.user__details-modal {
  background: rgba(255,255,255,0.6);
}
.users__details-modal-img-preview {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 105px;
  height: 105px;
}
.users__details-modal-img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.users__details-modal-dialog-media-form-control {
  width: 105px;
  max-width: 105px;
  min-width: 105px;
  margin-right: 17px;
}
.users__details-modal-dialog-media-form-control-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 25px 15px;
  font-size: 10px;
  width: 105px;
  height: 105px;
  background-color: #cfd8dc;
  color: #73808d;
}
.users__details-modal-dialog-media-form-control-action:hover {
  background-color: #cfd8dc;
}
.users__details-modal-dialog-media-form-control-action svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
.users__details-modal-dialog-media-form-control-action:before {
  display: block;
  position: static;
  width: 16px;
  height: 14px;
  margin-bottom: 6px;
}
.users__details-modal-dialog--initializing {
  visibility: hidden;
}
.users__details-modal-dialog .users__details-modal-dialog-header {
  margin-bottom: 24px;
}
.users__details-modal-dialog .users__details-modal-dialog-dish-rating-settings-selector {
  margin-top: 28px;
}
.users__details-modal-dialog .users__details-modal-dialog-conditions {
  margin-top: 27px;
}
.users__details-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.users__details-modal-dialog-content .users__details-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.users__details-modal-dialog-header {
  border-bottom: none;
  margin-bottom: 34px;
  line-height: 1;
  font-weight: 900;
  font-size: 22px;
  color: #2E2F31;
}
.users__details-modal-dialog-body {
  padding-bottom: 58px;
}
.users__details-modal-dialog-media-type-selector {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-media-type-selector .users__details-modal-dialog-media-type-selector-option:not(:first-child) {
  margin-left: 54px;
}
.users__details-modal-dialog-media-type-selector-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #A6B1BC;
  cursor: pointer;
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.users__details-modal-dialog-media-type-selector-option:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.users__details-modal-dialog-media-type-selector-option:hover {
  color: #2E2F31;
}
.users__details-modal-dialog-media-type-selector-option--selected {
  color: #2E2F31;
}
.users__details-modal-dialog-media-type-selector-text-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-text-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-text-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.users__details-modal-dialog-disclaimer {
  font-size: 12px;
  color: #F96261;
}
.users__details-modal-dialog-actions .users__details-modal-dialog-action:not(:first-child) {
  margin-left: 13px;
}
.users__details-modal-dialog-type-selector-form-group {
  margin-bottom: 0;
}
.users__details-modal-dialog-type-selector .users__details-modal-dialog-type-selector-variants {
  margin-top: 20px;
}
.users__details-modal-dialog-type-selector .users__details-modal-dialog-type-selector-clarifying-question-selector {
  margin-top: 20px;
}
.users__details-modal-dialog-type-selector-header {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-type-selector-header .users__details-modal-dialog-type-selector-form-group {
  width: 290px;
}
.users__details-modal-dialog-type-selector-header .users__details-modal-dialog-type-selector-rating {
  margin-top: 26px;
  margin-left: 27px;
}
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-item {
  width: 236px;
}
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-add-button,
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-item {
  margin-top: 20px;
  margin-left: 20px;
}
.users__details-modal-dialog-type-selector-variants-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.users__details-modal-dialog-type-selector-variants-item .input-group-text {
  min-width: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f1f5f6;
  border-color: #cfd8dc;
  font-size: 18px;
  font-weight: bold;
  color: #a6b1bc;
}
.users__details-modal-dialog-type-selector-variants-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  border: none;
  padding: 0 64px 0 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3f65f1;
  background-color: #e9f0ff;
}
.users__details-modal-dialog-type-selector-variants-add-button .users__details-modal-dialog-type-selector-variants-add-button-icon {
  margin-right: 16px;
}
.users__details-modal-dialog-type-selector-variants-add-button[disabled] {
  opacity: 0.7;
}
.users__details-modal-dialog-type-selector-variants-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.users__details-modal-dialog-type-selector-variants-add-button-icon:before {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.16943%201C4.16943%200.447716%204.61715%200%205.16943%200C5.72172%200%206.16943%200.447715%206.16943%201V9C6.16943%209.55228%205.72172%2010%205.16943%2010C4.61715%2010%204.16943%209.55228%204.16943%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M1.16943%206C0.617149%206%200.169434%205.55228%200.169434%205C0.169434%204.44772%200.617149%204%201.16943%204H9.16943C9.72172%204%2010.1694%204.44772%2010.1694%205C10.1694%205.55228%209.72172%206%209.16943%206H1.16943Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-form-group {
  margin-bottom: 0;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-answers {
  margin-top: 29px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-custom-answer-availability-checkbox {
  margin-top: 27.6px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item {
  width: 236px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button,
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item {
  margin-top: 20px;
  margin-left: 20px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item .input-group-text {
  min-width: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f1f5f6;
  border-color: #cfd8dc;
  font-size: 18px;
  font-weight: bold;
  color: #a6b1bc;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  border: none;
  padding: 0 64px 0 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3f65f1;
  background-color: #e9f0ff;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon {
  margin-right: 16px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button[disabled] {
  opacity: 0.7;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon:before {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.16943%201C4.16943%200.447716%204.61715%200%205.16943%200C5.72172%200%206.16943%200.447715%206.16943%201V9C6.16943%209.55228%205.72172%2010%205.16943%2010C4.61715%2010%204.16943%209.55228%204.16943%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M1.16943%206C0.617149%206%200.169434%205.55228%200.169434%205C0.169434%204.44772%200.617149%204%201.16943%204H9.16943C9.72172%204%2010.1694%204.44772%2010.1694%205C10.1694%205.55228%209.72172%206%209.16943%206H1.16943Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.users__details-modal-dialog-conditions {
  border-top: 1px solid #CFD8DC;
  padding-top: 26px;
}
.users__details-modal-dialog-conditions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.users__details-modal-dialog-conditions-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
}
.users__details-modal-dialog-conditions-count {
  font-weight: 400;
  color: #73808d;
}
.users__details-modal-dialog-conditions-sub-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
}
.users__details-modal-dialog-conditions-item {
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  position: relative;
  border-top: 1px solid #e7ebed;
}
.users__details-modal-dialog-conditions-item .users__details-modal-dialog-conditions-item-form-group {
  width: 255px;
}
.users__details-modal-dialog-conditions-item .users__details-modal-dialog-conditions-item-form-group:not(:first-child) {
  margin-left: 13px;
}
.users__details-modal-dialog-conditions-item:nth-child(2) {
  margin-top: 19px;
}
.users__details-modal-dialog-conditions-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.users__details-modal-dialog-conditions-item-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.users__details-modal-dialog-media-form-control .users__details-modal-dialog-media-form-control-list {
  margin-top: 0;
}
.users__details-modal-dialog-media-form-control-actions .users__details-modal-dialog-media-form-control-actions-item:not(:first-child) {
  margin-left: 8px;
}
.users__details-modal-dialog-media-form-control-list .users__details-modal-dialog-media-form-control-list-item {
  margin-top: 10px;
  margin-left: 10px;
}
.users__details-modal-dialog-media-form-control-list-content {
  display: block;
}
.users__details-modal-dialog-media-form-control-list-item {
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
}
.users__details-modal-dialog-media-form-control-list-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}
.users__details-modal-dialog-media-form-control-list-item .users__details-modal-dialog-media-form-control-list-item-preview-image {
  width: 100%;
  height: 100%;
}
.users__details-modal-dialog-media-form-control-list-item .users__details-modal-dialog-media-form-control-list-item-label {
  position: absolute;
  top: 25.68px;
  left: 2px;
  width: 90px;
}
.users__details-modal-dialog-media-form-control-list-item-preview-image {
  border-radius: 8px;
  object-fit: cover;
}
.users__details-modal-dialog-media-form-control-list-item-remove-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  font-size: 11px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  animation: fadeOutToNone 0.1s ease-out;
}
.users__details-modal-dialog-media-form-control-list-item-remove-button > i {
  cursor: pointer;
  color: #fff;
}
.users__details-modal-img-preview:hover .users__details-modal-dialog-media-form-control-list-item-remove-button {
  opacity: 1;
}
.users__details-modal-dialog-media-form-control-list-item-label {
  border: none;
  width: 94px;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.users__details-modal-dialog-dish-information-form-group .users__details-modal-dialog-dish-information-form-control {
  margin-top: 10px;
}
.users__details-modal-dialog .form-group__show-password + label {
  top: 14px;
}
.users__details-modal-dialog-dish-information-form-control {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-dish-information-form-control .users__details-modal-dialog-dish-information-form-control-checkbox:not(:first-child) {
  margin-left: 23px;
}
.users__details-modal-dialog-dish-rating-settings-selector {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-dish-rating-settings-selector .users__details-modal-dialog-dish-rating-settings-selector-min-dish-price-form-group {
  width: 290px;
}
.users__details-modal-dialog-dish-rating-settings-selector .users__details-modal-dialog-dish-rating-settings-selector-checkbox {
  margin-top: 45px;
  margin-left: 31px;
}
@media (max-width: 1219px) {
  .contact-points__details-modal-dialog-media-form-control-list-item-remove-button {
    opacity: 1;
  }
}
.company-settings .scripts-tab .settings__conn-channels-channel-title {
  margin-top: 10px;
}
.company-settings .scripts-tab .settings__conn-channels-table {
  margin-top: 0;
}
.company-settings .scripts-tab .tab-group__tab-pane-footer {
  margin-bottom: -20px;
}
.company-settings .scripts-tab__list {
  margin-left: -7px;
  margin-right: -7px;
}
.company-settings .scripts-tab__actions {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff1;
}
.company-settings .scripts-tab__message {
  margin-right: 40px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.company-settings .scripts-tab--inactive .scripts-tab__message,
.company-settings .scripts-tab--empty .scripts-tab__message {
  opacity: 0;
  visibility: hidden;
}
.company-settings .scripts-tab--inactive .scripts-tab__actions,
.company-settings .scripts-tab--empty .scripts-tab__actions {
  border-bottom: 0;
}
.company-settings .scripts-tab__warning {
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px 40px 80px;
}
.company-settings .scripts-tab__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-settings .scripts-tab__filters .form-group {
  margin-right: 30px;
}
.company-settings .scripts-tab__filter {
  max-width: 100%;
}
.company-settings .scripts-tab__filter .form-control {
  max-width: 100%;
}
.company-settings .scripts-tab__filters-actions {
  margin-left: auto;
}
.company-settings .scripts-tab__channel-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.company-settings .scripts-tab__channel-filter {
  outline: none;
  box-shadow: none;
  margin: 0 3px;
  height: 30px;
  border-radius: 60px;
  background-color: #D9E0FC;
  color: #3F65F1;
  font-size: 14px;
  padding: 0px 15px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.company-settings .scripts-tab__channel-filter--active {
  color: white;
  background-color: #3F65F1;
}
.company-settings .scripts-tab__reset-filters {
  margin-right: 24px;
}
.company-settings .scripts-tab .scripts-table {
  width: 100%;
}
.company-settings .scripts-tab .scripts-table__channel {
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.company-settings .scripts-tab .scripts-table__channel:last-child {
  margin-right: 0;
}
.company-settings .scripts-tab .scripts-table__channel-icon {
  margin-right: 10px;
}
.company-settings .scripts-tab .script-form {
  min-height: 460px;
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.company-settings .scripts-tab .script-form__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.company-settings__header .company-settings__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company-settings__nav {
  margin-top: 20px;
}
.company-settings__card {
  margin-top: 30px;
  min-height: 490px;
}
.company-settings__some-collapse {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -36px;
}
.company-settings__empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 445px;
}
.company-settings__empty .text {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0;
  text-align: center;
  transform: translate(0, -29px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.company-settings__empty .text ul {
  color: #2e2f31;
  margin-bottom: 25px;
}
.company-settings__empty .text ul li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.company-settings__empty .text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 7px;
  background-color: #cfd8dc;
  border-radius: 50%;
}
.company-settings__empty .text ul li:last-child {
  margin-bottom: 0;
}
.company-settings__empty .text p,
.company-settings__empty .text .item {
  margin-bottom: 14px;
}
.company-settings__empty .text p.first-item,
.company-settings__empty .text .item.first-item {
  margin-bottom: 28px;
}
.company-settings__empty .text p:last-child,
.company-settings__empty .text .item:last-child {
  margin-bottom: 0;
}
.company-settings__empty .text .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #2E2F31;
  margin-bottom: 13px;
}
.company-settings__empty_large .text {
  font-size: 16px;
  transform: translate(2px, -32px);
}
.company-settings__empty_large .title {
  transform: translateX(2px);
}
.company-settings__share-link-input-group-button {
  width: 19px !important;
  height: 21px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M10%200a3%203%200%2000-3%203v2h2V3a1%201%200%20011-1h6a1%201%200%20011%201v8a1%201%200%2001-1%201h-2v2h2a3%203%200%20003-3V3a3%203%200%2000-3-3h-6z%22%20fill%3D%22%2373808D%22/%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 3;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.company-settings__share-link-input-group {
  margin-bottom: 15px;
}
.company-settings__share-link-input-group:last-child {
  margin-bottom: 0;
}
.company-settings__in-collapse {
  background-color: #eceff1;
}
.company-settings__in-collapse .company-settings__point-body {
  padding-top: 0;
}
.company-settings__in-collapse > * {
  padding: 25px 20px 5px;
}
.company-settings__in-collapse .disabled {
  display: none !important;
}
.company-settings__tab-pane--empty .f-card__header {
  border-bottom-color: transparent;
}
.company-settings__service-accesses-tab-pane-header {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #ECEFF1;
}
.company-settings__service-accesses-tab-pane-header_empty {
  border-bottom: none;
}
.company-settings__service-accesses-tab-pane-table {
  width: 100%;
  color: #2E2F31;
}
.company-settings__service-accesses-tab-pane-table > tbody > tr > td {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.company-settings__service-accesses-tab-pane-table .company-settings__service-accesses-tab-pane-table-connected-at-head-cell {
  width: 121px;
}
.company-settings__service-accesses-tab-pane-table .company-settings__service-accesses-tab-pane-table-active-cell {
  width: 91px;
}
.company-settings__service-accesses-tab-pane-table .company-settings__service-accesses-tab-pane-table-actions-head-cell {
  width: 98px;
}
.company-settings__service-accesses-tab-pane-table-row--inactive {
  color: #CFD8DC;
}
.company-settings__service-accesses-tab-pane-table-service-cell {
  font-weight: bold;
}
.company-settings__service-accesses-tab-pane-table-active-head-cell {
  text-align: center;
}
.company-settings__service-accesses-tab-pane-table-active-cell {
  text-align: center;
}
.company-settings__service-accesses-tab-pane-table-active-checkbox {
  display: inline;
  padding-left: 10px;
}
[dir="ltr"] .company-settings__service-accesses-tab-pane-table-actions-head-cell {
  text-align: right;
}
[dir="rtl"] .company-settings__service-accesses-tab-pane-table-actions-head-cell {
  text-align: left;
}
.company-settings__service-accesses-tab-pane-table-actions-head-cell {
  padding-top: 5px !important;
}
[dir="ltr"] .company-settings__service-accesses-tab-pane-table-actions-cell {
  text-align: right;
}
[dir="rtl"] .company-settings__service-accesses-tab-pane-table-actions-cell {
  text-align: left;
}
.company-settings__service-accesses-tab-pane-table-actions-cell .company-settings__service-accesses-tab-pane-table-action-button {
  transition: none !important;
}
.company-settings__service-accesses-tab-pane-table-actions-cell .company-settings__service-accesses-tab-pane-table-action-button:not(:first-child) {
  margin-left: 13px;
}
.company-settings__service-accesses-tab-pane-table-row {
  position: relative;
}
.company-settings__service-accesses-tab-pane-table-row--has-details {
  cursor: pointer;
}
.company-settings__service-accesses-tab-pane-table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.company-settings__service-accesses-tab-pane-table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.company-settings__service-access-details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.company-settings__service-access-details-modal .company-settings__service-access-details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 284px);
  margin-left: 45px;
  max-width: 1156px;
}
.company-settings__service-access-details-modal-dialog-wrapper .company-settings__service-access-details-modal-dialog {
  height: 100%;
  width: 100%;
}
.company-settings__service-access-details-modal-dialog-wrapper .company-settings__service-access-details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.company-settings__service-access-details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.company-settings__service-access-details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.company-settings__service-access-details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.company-settings__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
}
.company-settings__heading .text {
  font-size: 14px;
  color: #73808d;
  line-height: 1.2;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.company-settings__heading .text + .btn {
  margin-left: 30px;
  min-width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company-settings__point {
  padding-bottom: 17px;
  border-bottom: 1px solid #E7EBED;
  margin-bottom: 17px;
}
.company-settings__point .form-group_custom {
  margin-top: -5px;
}
.company-settings__point .form-group .p {
  margin-bottom: 10px;
  font-size: 16px;
}
.company-settings__point .form-group_in-collapse {
  margin-bottom: 20px;
}
.company-settings__point .form-group_in-collapse textarea.form-control {
  min-height: 100px;
  height: auto;
  overflow: hidden;
}
.company-settings__point .form-group_in-collapse .form-control {
  padding-right: 40px;
}
.company-settings__point-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.company-settings__point-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.company-settings__point-name {
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: #2E2F31;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.company-settings__point-name .toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  cursor: pointer;
}
.company-settings__point-name .toggle:after {
  margin-left: 13px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
  transition: all 0.15s ease-in-out;
}
.company-settings__point-name .toggle[aria-expanded=false]:after {
  transform: rotate(-180deg);
  margin-top: -2px;
}
.company-settings__point-body {
  padding-top: 12px;
  max-width: 522px;
}
.company-settings__point-body.collapse {
  margin-bottom: -6px;
}
.company-settings__point-body_long {
  max-width: 800px;
}
.company-settings__point:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.mailing-frequency__switch {
  margin-right: 15px;
}
.mailing-frequency__switch .form-label {
  font-size: 19px;
  font-weight: 700;
  line-height: 13px;
}
.mailing-frequency__explainer {
  max-width: 640px;
}
.mailing-frequency__form {
  display: -ms-flexbox;
  display: flex;
}
.mailing-frequency__form-control {
  margin-right: 15px;
}
.mailing-frequency__form-control .number-control {
  width: 200px;
}
.mailing-frequency__switch-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.mailing-frequency__switch-wrapper .mailing-frequency__switch,
.mailing-frequency__switch-wrapper .fc-expander {
  margin-bottom: 0;
}
.mailing-frequency__switch-wrapper .fc-expander {
  height: 14px;
}
.users__delete-modal-dialog {
  width: 460px !important;
}
.users__delete-modal-dialog--initializing {
  visibility: hidden;
}
.user__details-modal {
  background: rgba(255,255,255,0.6);
}
.users__details-modal-img-preview {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 105px;
  height: 105px;
}
.users__details-modal-img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.users__details-modal-dialog-media-form-control {
  width: 105px;
  max-width: 105px;
  min-width: 105px;
  margin-right: 17px;
}
.users__details-modal-dialog-media-form-control-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 25px 15px;
  font-size: 10px;
  width: 105px;
  height: 105px;
  background-color: #cfd8dc;
  color: #73808d;
}
.users__details-modal-dialog-media-form-control-action svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
.users__details-modal-dialog-media-form-control-action:before {
  display: block;
  position: static;
  width: 16px;
  height: 14px;
  margin-bottom: 6px;
}
.users__details-modal-dialog__form {
  width: calc(100% - 135px);
}
.users__details-modal-dialog--initializing {
  visibility: hidden;
}
.users__details-modal-dialog .users__details-modal-dialog-header {
  margin-bottom: 24px;
}
.users__details-modal-dialog .users__details-modal-dialog-dish-rating-settings-selector {
  margin-top: 28px;
}
.users__details-modal-dialog .users__details-modal-dialog-conditions {
  margin-top: 27px;
}
.users__details-modal-dialog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.users__details-modal-dialog-content .users__details-modal-dialog-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.users__details-modal-dialog-header {
  border-bottom: none;
  margin-bottom: 34px;
  line-height: 1;
  font-weight: 900;
  font-size: 22px;
  color: #2E2F31;
}
.users__details-modal-dialog-body {
  padding-bottom: 58px;
}
.users__details-modal-dialog-media-type-selector {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-media-type-selector .users__details-modal-dialog-media-type-selector-option:not(:first-child) {
  margin-left: 54px;
}
.users__details-modal-dialog-media-type-selector-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #A6B1BC;
  cursor: pointer;
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.users__details-modal-dialog-media-type-selector-option:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.users__details-modal-dialog-media-type-selector-option:hover {
  color: #2E2F31;
}
.users__details-modal-dialog-media-type-selector-option--selected {
  color: #2E2F31;
}
.users__details-modal-dialog-media-type-selector-text-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-text-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-text-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zm1.5-5.5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%200%200%200%202zm0-5h13a1%201%200%200%200%200-2h-13a1%201%200%201%200%200%202z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-image-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2024h16a4%204%200%200%200%204-4V4a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v16a4%204%200%200%200%204%204zm16-2H4a2%202%200%200%201-2-2v-2.585l5-5%205.293%205.293a1%201%200%200%200%201.415%200L17%2014.415l5%205V20a2%202%200%200%201-2%202zM4%202h16a2%202%200%200%201%202%202v12.585l-4.293-4.293a1%201%200%200%200-1.415%200L13%2015.585l-5.293-5.293a1%201%200%200%200-1.414%200L2%2014.585V4a2%202%200%200%201%202-2zm9.5%209a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207zm0-5a1.5%201.5%200%201%201%200%203%201.5%201.5%200%200%201%200-3z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23A6B1BC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option:hover:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%232E2F31%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-media-type-selector-video-option.users__details-modal-dialog-media-type-selector-option--selected:before {
  background-image: url("data:image/svg+xml,%0A%09%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%233F65F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2022h16a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202zm0%202a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h16a4%204%200%200%201%204%204v16a4%204%200%200%201-4%204H4zM9%209l5.764%202.882L9%2014.764V9zm.894%207.553l5.764-2.882a2%202%200%200%200%200-3.578L9.894%207.211A2%202%200%200%200%207%209v5.764a2%202%200%200%200%202.894%201.789z%22/%3E%0A%3C/svg%3E%0A");
}
.users__details-modal-dialog-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.users__details-modal-dialog-disclaimer {
  font-size: 12px;
  color: #F96261;
}
.users__details-modal-dialog-actions .users__details-modal-dialog-action:not(:first-child) {
  margin-left: 13px;
}
.users__details-modal-dialog-type-selector-form-group {
  margin-bottom: 0;
}
.users__details-modal-dialog-type-selector .users__details-modal-dialog-type-selector-variants {
  margin-top: 20px;
}
.users__details-modal-dialog-type-selector .users__details-modal-dialog-type-selector-clarifying-question-selector {
  margin-top: 20px;
}
.users__details-modal-dialog-type-selector-header {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-type-selector-header .users__details-modal-dialog-type-selector-form-group {
  width: 290px;
}
.users__details-modal-dialog-type-selector-header .users__details-modal-dialog-type-selector-rating {
  margin-top: 26px;
  margin-left: 27px;
}
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-item {
  width: 236px;
}
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-add-button,
.users__details-modal-dialog-type-selector-variants .users__details-modal-dialog-type-selector-variants-item {
  margin-top: 20px;
  margin-left: 20px;
}
.users__details-modal-dialog-type-selector-variants-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.users__details-modal-dialog-type-selector-variants-item .input-group-text {
  min-width: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f1f5f6;
  border-color: #cfd8dc;
  font-size: 18px;
  font-weight: bold;
  color: #a6b1bc;
}
.users__details-modal-dialog-type-selector-variants-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  border: none;
  padding: 0 64px 0 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3f65f1;
  background-color: #e9f0ff;
}
.users__details-modal-dialog-type-selector-variants-add-button .users__details-modal-dialog-type-selector-variants-add-button-icon {
  margin-right: 16px;
}
.users__details-modal-dialog-type-selector-variants-add-button[disabled] {
  opacity: 0.7;
}
.users__details-modal-dialog-type-selector-variants-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.users__details-modal-dialog-type-selector-variants-add-button-icon:before {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.16943%201C4.16943%200.447716%204.61715%200%205.16943%200C5.72172%200%206.16943%200.447715%206.16943%201V9C6.16943%209.55228%205.72172%2010%205.16943%2010C4.61715%2010%204.16943%209.55228%204.16943%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M1.16943%206C0.617149%206%200.169434%205.55228%200.169434%205C0.169434%204.44772%200.617149%204%201.16943%204H9.16943C9.72172%204%2010.1694%204.44772%2010.1694%205C10.1694%205.55228%209.72172%206%209.16943%206H1.16943Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-form-group {
  margin-bottom: 0;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-answers {
  margin-top: 29px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector .users__details-modal-dialog-type-selector-clarifying-question-selector-custom-answer-availability-checkbox {
  margin-top: 27.6px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item {
  width: 236px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button,
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item {
  margin-top: 20px;
  margin-left: 20px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-item .input-group-text {
  min-width: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f1f5f6;
  border-color: #cfd8dc;
  font-size: 18px;
  font-weight: bold;
  color: #a6b1bc;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  border: none;
  padding: 0 64px 0 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3f65f1;
  background-color: #e9f0ff;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button .users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon {
  margin-right: 16px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button[disabled] {
  opacity: 0.7;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.users__details-modal-dialog-type-selector-clarifying-question-selector-answers-add-button-icon:before {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4.16943%201C4.16943%200.447716%204.61715%200%205.16943%200C5.72172%200%206.16943%200.447715%206.16943%201V9C6.16943%209.55228%205.72172%2010%205.16943%2010C4.61715%2010%204.16943%209.55228%204.16943%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%09%3Cpath%20d%3D%22M1.16943%206C0.617149%206%200.169434%205.55228%200.169434%205C0.169434%204.44772%200.617149%204%201.16943%204H9.16943C9.72172%204%2010.1694%204.44772%2010.1694%205C10.1694%205.55228%209.72172%206%209.16943%206H1.16943Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.users__details-modal-dialog-conditions {
  border-top: 1px solid #CFD8DC;
  padding-top: 26px;
}
.users__details-modal-dialog-conditions-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.users__details-modal-dialog-conditions-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 13px;
  color: #2E2F31;
}
.users__details-modal-dialog-conditions-count {
  font-weight: 400;
  color: #73808d;
}
.users__details-modal-dialog-conditions-sub-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
}
.users__details-modal-dialog-conditions-item {
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  position: relative;
  border-top: 1px solid #e7ebed;
}
.users__details-modal-dialog-conditions-item .users__details-modal-dialog-conditions-item-form-group {
  width: 255px;
}
.users__details-modal-dialog-conditions-item .users__details-modal-dialog-conditions-item-form-group:not(:first-child) {
  margin-left: 13px;
}
.users__details-modal-dialog-conditions-item:nth-child(2) {
  margin-top: 19px;
}
.users__details-modal-dialog-conditions-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.users__details-modal-dialog-conditions-item-remove-button:before {
  content: '';
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  transform: rotate(45deg);
}
.users__details-modal-dialog-media-form-control .users__details-modal-dialog-media-form-control-list {
  margin-top: 0;
}
.users__details-modal-dialog-media-form-control-actions .users__details-modal-dialog-media-form-control-actions-item:not(:first-child) {
  margin-left: 8px;
}
.users__details-modal-dialog-media-form-control-list .users__details-modal-dialog-media-form-control-list-item {
  margin-top: 10px;
  margin-left: 10px;
}
.users__details-modal-dialog-media-form-control-list-content {
  display: block;
}
.users__details-modal-dialog-media-form-control-list-item {
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
}
.users__details-modal-dialog-media-form-control-list-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}
.users__details-modal-dialog-media-form-control-list-item .users__details-modal-dialog-media-form-control-list-item-preview-image {
  width: 100%;
  height: 100%;
}
.users__details-modal-dialog-media-form-control-list-item .users__details-modal-dialog-media-form-control-list-item-label {
  position: absolute;
  top: 25.68px;
  left: 2px;
  width: 90px;
}
.users__details-modal-dialog-media-form-control-list-item-preview-image {
  border-radius: 8px;
  object-fit: cover;
}
.users__details-modal-dialog-media-form-control-list-item-remove-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  font-size: 11px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  animation: fadeOutToNone 0.1s ease-out;
}
.users__details-modal-dialog-media-form-control-list-item-remove-button > i {
  cursor: pointer;
  color: #fff;
}
.users__details-modal-img-preview:hover .users__details-modal-dialog-media-form-control-list-item-remove-button {
  opacity: 1;
}
.users__details-modal-dialog-media-form-control-list-item-label {
  border: none;
  width: 94px;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.users__details-modal-dialog-dish-information-form-group .users__details-modal-dialog-dish-information-form-control {
  margin-top: 10px;
}
.users__details-modal-dialog-dish-information-form-control {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-dish-information-form-control .users__details-modal-dialog-dish-information-form-control-checkbox:not(:first-child) {
  margin-left: 23px;
}
.users__details-modal-dialog-dish-rating-settings-selector {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-dish-rating-settings-selector .users__details-modal-dialog-dish-rating-settings-selector-min-dish-price-form-group {
  width: 290px;
}
.users__details-modal-dialog-dish-rating-settings-selector .users__details-modal-dialog-dish-rating-settings-selector-checkbox {
  margin-top: 45px;
  margin-left: 31px;
}
@media (max-width: 1219px) {
  .contact-points__details-modal-dialog-media-form-control-list-item-remove-button {
    opacity: 1;
  }
}
.users__section {
  padding-top: 10px;
}
.users__content--initializing {
  visibility: hidden;
}
.users__user-avatar {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
  margin-right: 11px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.users__user-avatar_blank {
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22a%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%228%22%20fill%3D%22%23fff%22/%3E%3C/mask%3E%3Cg%20mask%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23CFD8DC%22%20d%3D%22M-8-8h49v52H-8z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15%2017a5%205%200%20100-10%205%205%200%20000%2010zm0-2a3%203%200%20100-6%203%203%200%20000%206zM15%2042c6.627%200%2012-5.373%2012-12s-5.373-12-12-12S3%2023.373%203%2030s5.373%2012%2012%2012zm0-2c5.523%200%2010-4.477%2010-10s-4.477-10-10-10S5%2024.477%205%2030s4.477%2010%2010%2010z%22%20fill%3D%22%23fff%22/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.users__user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.users__user-avatar:last-child {
  margin-right: 0;
}
.users__user-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #2e2f31;
}
.users__active-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M1.00001%205L5.00001%209L13%201%22%20stroke%3D%22%2337A74A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-repeat: no-repeat;
}
.users__card {
  padding: 32px 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 9px;
}
.users__card .users__card-header {
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
.users__card .users__card-filters {
  margin-left: -20px;
  margin-right: -20px;
}
.users__card-header {
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 1px solid #ECEFF1;
}
.users__card-header .button-add {
  padding: 0 18px;
}
.users__card-description {
  font-size: 12px;
  line-height: 120%;
  color: #73808D;
}
.users__card-filters {
  padding: 0 20px 18px;
  border-bottom: 1px solid #ECEFF1;
}
.users__card-filter {
  padding-top: 18px;
}
.users__card-filters-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.users__card-filters-actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: auto;
  padding-top: 18px;
}
.users__card-filter-checkbox {
  margin-top: 14px;
}
.users__card-filter-checkbox .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.users__card-filters-actions .users__card-filters-apply-button {
  margin-left: 20px;
}
.users__card-filter {
  margin-right: 31px;
}
.users__card-filter_name {
  margin-right: 27px;
}
.users__table {
  font-weight: 500;
  font-size: 12px;
  color: #2E2F31;
}
.users__table td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}
.users__table-actions-head-cell {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 24px;
  text-align: center;
}
.users__table-actions-cell {
  padding-left: 0 !important;
  white-space: nowrap;
  padding-right: 5px !important;
}
.users__table-actions-cell .btn {
  margin-left: 9px;
}
.users__table-actions-cell .btn:first-child {
  margin-left: 0;
}
.users__table-row {
  position: relative;
}
.users__table-phone-cell {
  white-space: nowrap;
}
.users__table-group-actions .users__table-group-actions-tags {
  margin-left: 15px;
  margin-right: 10px;
}
.users__table-active-cell {
  text-align: center;
}
.users__table-active-cell .foq-table__head-cell-title {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.users__table-addedAt-cell {
  max-width: 98px;
  width: 98px;
}
.users__table-complaint-fancybox-description-text {
  margin-top: 7px;
}
.users__company-name,
td.users__company-name {
  font-size: 12px;
  font-weight: 500;
}
.users__company-name a,
td.users__company-name a {
  text-decoration: none;
}
.users__company-name a:hover span,
td.users__company-name a:hover span {
  text-decoration: underline;
}
.users__company-name a:after,
td.users__company-name a:after {
  content: ', ';
  color: #2E2F31;
  text-decoration: none !important;
}
.users__company-name a:last-child:after,
td.users__company-name a:last-child:after {
  display: none;
}
.users__table-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.users__table-delete-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808D%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
}
.users__details-modal {
  padding-right: 0 !important;
  background: rgba(255,255,255,0.6);
}
.users__details-modal-dialog-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 135px);
  margin-left: 45px;
  max-width: 1174px;
}
.users__details-modal-dialog-wrapper .users__details-modal-dialog {
  height: 100%;
  width: 100%;
}
.users__details-modal-dialog-wrapper .users__details-modal-dialog-wrapper-actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.users__details-modal-dialog-wrapper-actions {
  display: -ms-flexbox;
  display: flex;
}
.users__details-modal-dialog-wrapper-close-button {
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  border: 2px solid #73808D !important;
}
.users__details-modal-dialog-wrapper-close-button:before {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31542L1.31512%2011.6848%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31512%201.31542%22%20stroke%3D%22%2373808D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.survey-question__add-video-by-link-modal-dialog {
  width: 460px !important;
}
.survey-question__add-video-by-link-modal-dialog .survey-question__add-video-by-link-modal-dialog-link-form-group {
  margin-bottom: 0;
}
.survey-question__add-video-by-link-modal-dialog .survey-question__add-video-by-link-modal-dialog-message {
  margin-top: 16px;
}
.survey-question__add-video-by-link-modal-dialog--initializing {
  visibility: hidden;
}
.survey-question__add-video-by-link-modal-dialog-link-form-group .form-label {
  font-weight: normal;
}
.survey-question__add-video-by-link-modal-dialog-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 23px 27px 18px 27px;
  background: rgba(233, 235, 241, 0.45);
  border-radius: 4px;
}
.survey-question__add-video-by-link-modal-dialog-message-image {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  opacity: 0.27;
  filter: grayscale(1);
}
.survey-question__add-video-by-link-modal-dialog-message-text {
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #73808D;
}
.survey-question__delete-modal-dialog {
  width: 460px !important;
}
.survey-question__delete-modal-dialog--initializing {
  visibility: hidden;
}
.survey-question__unsaved-changes-modal-dialog {
  width: 460px !important;
}
.survey-question__unsaved-changes-modal-dialog--initializing {
  visibility: hidden;
}
.survey-question__variants-control .survey-question__variants-control-add-button {
  width: 100%;
}
.survey-question__variants-control .survey-question__variants-control-add-button:not(:first-child) {
  margin-top: 15px;
}
.survey-question__variants-control-list-item {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0!important;
  display: -ms-flexbox;
  display: flex;
}
.survey-question__variants-control-list-item-drag {
  margin-right: 15px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-question__variants-control-list-item .form-group {
  width: 100%;
  margin-bottom: 0;
}
.survey-question__variants-control-list-item .survey-question__variants-control-list-item-remove-button {
  margin-top: 6px;
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__variants-control-list-item-remove-button {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.survey-question__variants-control-list-item-remove-button:before {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M0%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1C0.447716%208%200%207.55228%200%207Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7%2014C6.44772%2014%206%2013.5523%206%2013V1C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  content: '';
  margin-left: 1.5px;
  transform: rotate(45deg);
}
.survey-question__variants-control-add-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  border: none;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #3F65F1;
  background-color: #F5F6FA;
}
.survey-question__variants-control-add-button .survey-question__variants-control-add-button-icon {
  position: absolute;
  left: 0;
}
.survey-question__variants-control-add-button[disabled] {
  opacity: 0.7;
}
.survey-question__variants-control-add-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #3f65f1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.survey-question__variants-control-add-button-icon:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.survey-question__quiz-control-list-content {
  margin-bottom: 25px;
}
.survey-question__quiz-control-list-item {
  padding: 20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #E7EBED;
  position: relative;
}
.survey-question__quiz-control-list-item .survey-question__variants-control-list-item-remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.survey-question__quiz-control-list-item:first-child {
  padding-top: 25px;
  border-top: 1px solid #E7EBED;
}
.survey-question__quiz-control-list-item.sortable-item--mirror,
.survey-question__quiz-control-list-item.sortable-item--dragging {
  padding: 20px;
}
.survey-question__quiz-control-list-item.sortable-item--mirror .survey-question__quiz-title,
.survey-question__quiz-control-list-item.sortable-item--dragging .survey-question__quiz-title {
  margin: 0;
}
.survey-question__quiz-control-add-button {
  width: 100%;
}
.survey-question__variants-control-add-button {
  width: 100%;
}
.survey-question__quiz-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: #2E2F31;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 65px;
  margin-bottom: 18px;
}
.survey-question__quiz-title .survey-question__quiz-control-list-item-drag {
  margin-right: 15px;
}
.survey-question__quiz-title-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-question__quiz-title .form-group {
  margin-bottom: 0;
  margin-top: 2px;
}
.survey-question__quiz-title .form-label {
  color: #73808d;
}
.survey-question__quiz-title .form-label_checked {
  color: #2E2F31;
}
.survey-question__number-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-question__number-menu-item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-question__number-menu-item-container:not(.survey-question__number-menu-item-container--over) .survey-question__number-menu-item:not(.survey-question__number-menu-item--active):hover {
  background: #3F65F1;
  color: #FFF !important;
}
.survey-question__number-menu-item {
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2px;
  margin-top: 2px;
  border-radius: 50%;
  background: #D9E0FC;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #3F65F1 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.survey-question__number-menu-item:not(:last-child) {
  margin-right: 17px;
}
.survey-question__number-menu-item--active {
  background: #3F65F1;
  color: #FFF !important;
}
.survey-question__number-menu-item--mirror {
  background: #3F65F1;
  color: #FFF !important;
  box-shadow: 0 8px 10px rgba(63, 101, 241, 0.3);
  opacity: 1 !important;
  cursor: grabbing !important;
  z-index: 100;
}
.survey-question__number-menu-item--dragging,
.survey-question__number-menu-item.quest__contact-point-menu-item--dragging {
  text-indent: -9999px;
  background: transparent;
  border: 2px dotted #9BB0FB;
}
.survey-question__number-menu-add-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
  background-color: #3F65F1;
  color: #FFF;
}
.survey-question__number-menu-add-button:hover {
  color: #FFF;
}
.survey-question__number-menu-add-button-icon {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%201C4%200.447716%204.44772%200%205%200C5.55228%200%206%200.447715%206%201V9C6%209.55228%205.55228%2010%205%2010C4.44772%2010%204%209.55228%204%209V1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M1%206C0.447716%206%200%205.55228%200%205C0%204.44772%200.447715%204%201%204H9C9.55228%204%2010%204.44772%2010%205C10%205.55228%209.55228%206%209%206H1Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.survey-question__number-menu-body--dragging {
  cursor: grabbing !important;
}
.survey-question__number-menu-body--dragging * {
  cursor: grabbing !important;
}
.survey-question .select2 .select2-selection--multiple.select2-selection .select2-search {
  min-width: 130px;
}
.survey-question .select2 .select2-selection--multiple.select2-selection .select2-search input {
  min-width: 100%;
}
.survey-question__content .logic-badge {
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  cursor: pointer;
  color: #73808d;
}
.survey-question__content .logic-badge__icon {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  pointer-events: all;
}
.survey-question__content .logic-badge__icon:not(.disabled):hover {
  color: #515a63;
}
.survey-question__content .logic-badge .svg-icon {
  z-index: 1;
}
.survey-question__content .logic-badge.disabled .svg-icon {
  opacity: 0.5;
}
.survey-question__content .logic-badge__cover {
  display: block;
  cursor: pointer;
  z-index: 10;
}
.survey-question__content .logic-badge__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  position: absolute;
  left: -10px;
  right: 0;
  top: 100%;
  margin-top: 8px;
  background: white;
  z-index: 5;
  box-shadow: 0px 5px 15px rgba(46, 47, 49, 0.3);
  border-radius: 9px;
  padding: 24px;
  font-size: 12px;
}
.survey-question__content .logic-badge__content td,
.survey-question__content .logic-badge__content th {
  font-size: inherit;
}
.survey-question__content .logic-badge__content td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.survey-question__content .logic-badge__content:before {
  content: '';
  width: 22px;
  height: 6px;
  background-image: url(data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2222%22%20height%3D%226%22%20viewBox%3D%220%200%2022%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M20.7535%205.49998C21.7644%205.49999%2021.9366%205.49999%2020.7753%205.5C20.768%205.5%2020.7607%205.49999%2020.7535%205.49998C17.3188%205.49995%204.20265%205.49992%200.806732%205.49995C0.796259%205.49998%200.785763%205.5%200.775246%205.5C-0.345165%205.49998%20-0.177311%205.49996%200.806732%205.49995C6.89597%205.48125%205.65919%201.90735e-06%2010.7753%201.90735e-06C15.8941%201.90735e-06%2014.5283%205.48723%2020.7535%205.49998Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09);
  position: absolute;
  top: -5px;
  right: 10px;
}
.survey-question__content .logic-badge:hover .logic-badge__content {
  visibility: visible;
  opacity: 1;
}
.survey-question__content .view-logic-badge .logic-badge__content:before {
  left: 50px;
}
.survey-question__content--initializing {
  visibility: hidden;
}
.survey-question__content .survey-question__menu {
  margin-top: 21px;
  margin-bottom: 0;
}
.survey-question__content .survey-question__number-menu {
  margin-top: 20px;
}
.survey-question__content .survey-question__body {
  margin-top: 15px;
}
.survey-question__content .menu-quests {
  margin-bottom: 20px;
}
.survey-question__header-edit-button {
  margin-left: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__header-edit-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.241%200.0537096C10.4702%200.0839625%2010.7124%200.212443%2010.8977%200.397764L14.3861%203.91455C14.7895%204.28951%2014.8629%204.84613%2014.5503%205.15876L5.99572%2013.7133C5.89276%2013.8163%205.7047%2013.8461%205.48026%2013.8817H5.48025L5.40819%2013.8932L1.49939%2014.5032C1.43823%2014.5273%201.34%2014.5144%201.27452%2014.5057C1.04532%2014.4755%200.803161%2014.347%200.61784%2014.1617C0.35839%2013.9022%200.212622%2013.5291%200.271952%2013.2474L0.901806%209.24468C0.912939%209.08529%200.985235%208.9018%201.09892%208.78812L9.65351%200.233534C9.79561%200.0914311%2010.0118%200.0234567%2010.241%200.0537096ZM11.5889%205.31383L12.2978%204.60487L10.1765%202.48355L9.46756%203.19251L11.5889%205.31383ZM8.04321%204.64466L10.1617%206.76313L5.93204%2010.9928L3.81356%208.87431L8.04321%204.64466ZM4.55639%2012.4347L2.39731%2010.2756L2.02405%2012.808L4.55639%2012.4347Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.survey-question__header-copy-button {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__header-copy-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9.1665%209.49996H10.8332C12.214%209.49996%2013.3332%208.38079%2013.3332%206.99996V3.66663C13.3332%202.28579%2012.214%201.16663%2010.8332%201.16663H4.1665C2.78567%201.16663%201.6665%202.28579%201.6665%203.66663V6.99996C1.6665%208.38079%202.78567%209.49996%204.1665%209.49996%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M10.8332%204.5H9.1665C7.78567%204.5%206.6665%205.61917%206.6665%207V10.3333C6.6665%2011.7142%207.78567%2012.8333%209.1665%2012.8333H15.8332C17.214%2012.8333%2018.3332%2011.7142%2018.3332%2010.3333V7C18.3332%205.61917%2017.214%204.5%2015.8332%204.5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 20px;
  height: 14px;
  content: '';
}
.survey-question__body .survey-question__card {
  min-height: 100px;
}
.survey-question__card {
  padding: 28px 20px 20px 20px;
  background: #fff;
  box-shadow: 0 2px 4px #cfd8dc;
  border-radius: 9px;
}
.survey-question__card .survey-question__media-type-selector {
  margin-bottom: 25px;
  width: 100%;
}
.survey-question__card .survey-question__clarifying-type-selector {
  margin-bottom: 26px;
}
.survey-question__card .survey-question__variants-type-selector {
  margin-bottom: 25px;
  width: 100%;
}
.survey-question__card .survey-question__custom-variant-checkbox {
  margin-top: 27.6px;
}
.survey-question__card .survey-question__custom-clarifying-question-answer-checkbox {
  margin-top: 27.6px;
}
.survey-question__card .survey-question__comment-length-form-group {
  margin-top: 24px;
}
.survey-question__card .survey-question__custom-variant-length-form-group {
  margin-top: 24px;
}
.survey-question__card .survey-question__custom-clarifying-question-answer-length-form-group {
  margin-top: 24px;
}
.survey-question__card .survey-question__card-footer {
  margin: 63px -20px -20px;
}
.survey-question__card .survey-question__question-loader {
  margin-top: 12px;
}
.survey-question__preview {
  background: url(../../../less/assets/img/themes/background5.png) center top;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 #cfd8dc;
  overflow: hidden;
}
.survey-question__preview-tabs {
  height: 50px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: none;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.survey-question__preview-tabs:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 108px;
  filter: blur(10px);
  z-index: 1;
  background: url(../../../less/assets/img/themes/background5.png) center top;
}
.survey-question__preview-tabs-tab {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #3a5cdc;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(207, 216, 220, 0.1) !important;
  -ms-flex-positive: 1;
      flex-grow: 1;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 50px;
}
.survey-question__preview-tabs-tab--expand {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 50px;
  height: 50px;
}
.survey-question__preview-tabs-tab--expand:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%201H1M1%201V4M1%201L5%205M10%201H13M13%201V4M13%201L9%205M4%2013H1M1%2013V10M1%2013L5%209M10%2013H13M13%2013V10M13%2013L9%209%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__preview-tabs-tab.active,
.survey-question__preview-tabs-tab:hover {
  color: #2e2f31 !important;
}
.survey-question__preview-tabs-tab.active .btn-question,
.survey-question__preview-tabs-tab:hover .btn-question {
  opacity: 1;
}
.survey-question__preview-tab-pane {
  height: 100%;
  overflow: auto;
}
.survey-question__preview-tab-pane--mobile {
  height: 806px;
}
.survey-question__preview-tab-pane--mobile .survey-question__preview-content-wrapper {
  background: url(../../../less/assets/img/iphone.png) 0 0 no-repeat;
  width: 375.2px;
  height: 760px;
  position: absolute;
  background-size: contain;
  margin: 0 auto;
}
.survey-question__preview-tab-pane--mobile .survey-question__preview-content-page {
  position: absolute;
  width: 327px;
  height: 558px;
  top: 105px;
  left: 25px;
  background: #fff;
  overflow-y: auto;
}
.survey-question__preview-tab-pane--tablet .survey-question__preview-content {
  width: 768px;
  height: 1024px;
}
.survey-question__preview-tab-pane--tablet .survey-question__preview-content-page {
  width: 768px;
  height: 1024px;
}
.survey-question__preview-tab-pane--desktop .survey-question__preview-content {
  width: 1366px;
}
.survey-question__preview-tab-pane--desktop .survey-question__preview-content-page {
  width: 1366px;
  height: 768px;
}
.survey-question__preview-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.survey-question__type-form-control-value {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.survey-question__type-form-control-value:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
}
.survey-question__type-form-control-value--rating:before {
  margin-left: -1px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.survey-question__type-form-control-value--variants:before {
  margin-left: -3px;
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__type-form-control-value--text:before {
  margin-left: -3px;
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.survey-question__type-form-control-value--date:before {
  margin-left: -3px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__type-form-control-value--address:before {
  margin-left: -1px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.survey-question__type-form-control-value--upload:before {
  margin-left: -1px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__type-form-control-value--quiz:before {
  margin-left: -1px;
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__type-form-control-value--priority:before {
  margin-left: -1px;
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__type-form-control-value--media-variants:before {
  margin-left: -1px;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 11px;
}
.survey-question__first-row {
  display: -ms-flexbox;
  display: flex;
}
.survey-question__first-row .survey-question__type-form-group {
  width: 315px;
}
.survey-question__first-row .survey-question__required-form-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 27px;
  margin-left: 40px;
}
.survey-question__media-type-selector .hat-radio-group {
  height: 48px;
}
.survey-question__media-type-selector .hat-radio-group__radio-label {
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-question__media-type-selector .survey-question__media-type-selector-value-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__media-type-selector-value-text-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__media-type-selector-value-text-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%2024C1.79086%2024%200%2022.2091%200%2020V4C0%201.79086%201.79086%200%204%200H20C22.2091%200%2024%201.79086%2024%204V20C24%2022.2091%2022.2091%2024%2020%2024H4ZM4%2022H20C21.1046%2022%2022%2021.1046%2022%2020V4C22%202.89543%2021.1046%202%2020%202H4C2.89543%202%202%202.89543%202%204V20C2%2021.1046%202.89543%2022%204%2022ZM5%2017C5%2017.5523%205.41787%2018%205.93333%2018H18.0667C18.5821%2018%2019%2017.5523%2019%2017C19%2016.4477%2018.5821%2016%2018.0667%2016H5.93333C5.41787%2016%205%2016.4477%205%2017ZM5.93333%2013C5.41787%2013%205%2012.5523%205%2012C5%2011.4477%205.41787%2011%205.93333%2011H18.0667C18.5821%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5821%2013%2018.0667%2013H5.93333ZM5%207C5%207.55228%205.41787%208%205.93333%208H18.0667C18.5821%208%2019%207.55228%2019%207C19%206.44772%2018.5821%206%2018.0667%206H5.93333C5.41787%206%205%206.44772%205%207Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__media-type-selector-value-image-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px !important;
  height: 24px !important;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__media-type-selector-value-image-icon {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2012C11.1046%2012%2012%2011.1046%2012%2010V2C12%200.89543%2011.1046%200%2010%200H2C0.89543%200%200%200.89543%200%202V10C0%2011.1046%200.89543%2012%202%2012H10ZM2%2010.9688C1.44772%2010.9688%201%2010.5046%201%209.93197V8.59194L3.5%206L6.14625%208.74357C6.24003%208.84091%206.3673%208.89561%206.5%208.89561C6.6327%208.89561%206.75997%208.84091%206.85375%208.74357L8.5%207.03678L11%209.62872V9.93197C11%2010.5046%2010.5523%2010.9688%2010%2010.9688H2ZM10%201H2C1.44772%201%201%201.44511%201%201.99417V7.25583L3.14625%205.12209C3.24003%205.02874%203.3673%204.9763%203.5%204.9763C3.6327%204.9763%203.75997%205.02874%203.85375%205.12209L6.5%207.75291L8.14625%206.11626C8.24003%206.02292%208.3673%205.97047%208.5%205.97047C8.6327%205.97047%208.75997%206.02292%208.85375%206.11626L11%208.25V1.99417C11%201.44511%2010.5523%201%2010%201ZM7.5%205C8.32843%205%209%204.32843%209%203.5C9%202.67157%208.32843%202%207.5%202C6.67157%202%206%202.67157%206%203.5C6%204.32843%206.67157%205%207.5%205ZM8%203.5C8%203.22386%207.77614%203%207.5%203C7.22386%203%207%203.22386%207%203.5C7%203.77614%207.22386%204%207.5%204C7.77614%204%208%203.77614%208%203.5Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__media-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__media-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__media-form-control .survey-question__media-form-control-list {
  margin-top: 13px;
}
.survey-question__media-form-control-actions .survey-question__media-form-control-actions-item:not(:first-child) {
  margin-left: 8px;
}
.survey-question__media-form-control-list .survey-question__media-form-control-list-item,
.survey-question__media-form-control-list .survey-question__media-form-control-list-loading-placeholder {
  margin-top: 10px;
  margin-left: 10px;
}
.survey-question__media-form-control-list-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.survey-question__media-form-control-list-item {
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
}
.survey-question__media-form-control-list-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}
.survey-question__media-form-control-list-item .survey-question__media-form-control-list-item-preview-image {
  max-width: 100%;
  height: 100%;
}
.survey-question__media-form-control-list-item .survey-question__media-form-control-list-item-label {
  position: absolute;
  top: 25.68px;
  left: 2px;
  width: 90px;
}
.survey-question__media-form-control-list-item-preview-image {
  border-radius: 8px;
  object-fit: cover;
}
.survey-question__media-form-control-list-item-remove-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border: none;
  z-index: 3;
  font-size: 11px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  animation: fadeOutToNone 0.1s ease-out;
}
.survey-question__media-form-control-list-item-remove-button > i {
  cursor: pointer;
  color: #fff;
}
.survey-question__media-form-control-list-item:hover .survey-question__media-form-control-list-item-remove-button {
  opacity: 1;
}
.survey-question__media-form-control-list-item-label {
  border: none;
  width: 94px;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.survey-question__media-form-control-list-loading-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 94px;
  height: 94px;
  position: relative;
  border-radius: 8px;
  background-color: #eceff1;
}
.survey-question__media-form-control-list-loading-placeholder:after {
  content: '\f110';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  color: #3f65f1;
  font-size: 20px;
  animation: fa-spin 1s infinite steps(8);
}
.survey-question__assessment-type-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey-question__assessment-type-selector .survey-question__assessment-type-selector-form-group {
  width: 290px;
  margin-right: 17px;
}
.survey-question__assessment-type-selector .survey-question__assessment-type-selector-rating {
  margin-left: 10px;
}
.survey-question__clarifying-type-selector {
  margin-top: 3.6px;
  display: -ms-flexbox;
  display: flex;
}
.survey-question__clarifying-type-selector .survey-question__clarifying-type-selector-checkbox {
  display: block;
}
.survey-question__clarifying-type-selector .survey-question__clarifying-type-selector-checkbox:not(:first-child) {
  margin-top: 20px;
}
.survey-question__clarifying-type-selector .survey-question__clarifying-type-selector-col:not(:first-child) {
  margin-left: 30px;
}
.survey-question__variants-type-selector .hat-radio-group {
  height: 48px;
}
.survey-question__variants-type-selector .hat-radio-group__radio-label {
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-question__variants-type-selector .survey-question__variants-type-selector-value-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.survey-question__variants-type-selector-value-single-icon {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.77878%2015.8244C8.20376%2015.9396%207.60894%2016.0001%206.99999%2016.0001C6.7414%2016.0001%206.48536%2015.9892%206.2323%2015.9678C7.49475%2017.7995%209.60716%2019.0001%2012%2019.0001C15.866%2019.0001%2019%2015.8661%2019%2012.0001C19%209.60728%2017.7994%207.49487%2015.9677%206.23242C15.9891%206.48548%2016%206.74153%2016%207.00011C16%207.60906%2015.9395%208.20388%2015.8242%208.7789C16.5579%209.64898%2017%2010.7729%2017%2012.0001C17%2014.7615%2014.7614%2017.0001%2012%2017.0001C10.7728%2017.0001%209.64886%2016.558%208.77878%2015.8244Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-single-icon {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.77878%2015.8244C8.20376%2015.9396%207.60894%2016.0001%206.99999%2016.0001C6.7414%2016.0001%206.48536%2015.9892%206.2323%2015.9678C7.49475%2017.7995%209.60716%2019.0001%2012%2019.0001C15.866%2019.0001%2019%2015.8661%2019%2012.0001C19%209.60728%2017.7994%207.49487%2015.9677%206.23242C15.9891%206.48548%2016%206.74153%2016%207.00011C16%207.60906%2015.9395%208.20388%2015.8242%208.7789C16.5579%209.64898%2017%2010.7729%2017%2012.0001C17%2014.7615%2014.7614%2017.0001%2012%2017.0001C10.7728%2017.0001%209.64886%2016.558%208.77878%2015.8244Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-multiple-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2016V17C8%2017.5523%208.44772%2018%209%2018H17C17.5523%2018%2018%2017.5523%2018%2017V9C18%208.44772%2017.5523%208%2017%208H16V6H17C18.6569%206%2020%207.34315%2020%209V17C20%2018.6569%2018.6569%2020%2017%2020H9C7.34315%2020%206%2018.6569%206%2017V16H8Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.25L6.25%209.5L10%205%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-multiple-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2016V17C8%2017.5523%208.44772%2018%209%2018H17C17.5523%2018%2018%2017.5523%2018%2017V9C18%208.44772%2017.5523%208%2017%208H16V6H17C18.6569%206%2020%207.34315%2020%209V17C20%2018.6569%2018.6569%2020%2017%2020H9C7.34315%2020%206%2018.6569%206%2017V16H8Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207.25L6.25%209.5L10%205%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-date-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%201v4M6%201v4m11-2H3a2%202%200%2000-2%202v12a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-date-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%201v4M6%201v4m11-2H3a2%202%200%2000-2%202v12a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-time-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%204.5V10h4m5%200a9%209%200%2011-18%200%209%209%200%200118%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-time-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%204.5V10h4m5%200a9%209%200%2011-18%200%209%209%200%200118%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-datetime-icon {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-datetime-icon {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-photovideo-icon {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-photovideo-icon {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%233f65f1%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-photo-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-photo-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM22%2020C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V17.415L7%2012.415L12.2925%2017.7075C12.4801%2017.8953%2012.7346%2018.0008%2013%2018.0008C13.2654%2018.0008%2013.5199%2017.8953%2013.7075%2017.7075L17%2014.415L22%2019.415V20ZM20%202H4C2.89543%202%202%202.89543%202%204V14.585L6.2925%2010.2925C6.48007%2010.1047%206.73459%209.99921%207%209.99921C7.26541%209.99921%207.51993%2010.1047%207.7075%2010.2925L13%2015.585L16.2925%2012.2925C16.4801%2012.1047%2016.7346%2011.9992%2017%2011.9992C17.2654%2011.9992%2017.5199%2012.1047%2017.7075%2012.2925L22%2016.585V4C22%202.89543%2021.1046%202%2020%202ZM13.5%2011C15.433%2011%2017%209.433%2017%207.5C17%205.567%2015.433%204%2013.5%204C11.567%204%2010%205.567%2010%207.5C10%209.433%2011.567%2011%2013.5%2011ZM15%207.5C15%206.67157%2014.3284%206%2013.5%206C12.6716%206%2012%206.67157%2012%207.5C12%208.32843%2012.6716%209%2013.5%209C14.3284%209%2015%208.32843%2015%207.5Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-video-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2020C0%2022.2091%201.79086%2024%204%2024H20C22.2091%2024%2024%2022.2091%2024%2020V4C24%201.79086%2022.2091%200%2020%200H4C1.79086%200%200%201.79086%200%204V20ZM20%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022ZM10%209V14.7639L15.7639%2011.882L10%209ZM8.21115%2015.6584C8.70512%2016.6463%209.90647%2017.0468%2010.8944%2016.5528L16.6584%2013.6708C17.0454%2013.4773%2017.3593%2013.1634%2017.5528%2012.7764C18.0468%2011.7884%2017.6463%2010.5871%2016.6584%2010.0931L10.8944%207.21115C10.6167%207.07229%2010.3105%207%2010%207C8.89543%207%208%207.89543%208%209V14.7639C8%2015.0744%208.07229%2015.3806%208.21115%2015.6584Z%22%20fill%3D%22%233f65f1%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-oneline-icon {
  width: 26px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2210%22%20viewBox%3D%220%200%2026%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h14M3%209h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v4a2%202%200%20002%202z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-oneline-icon {
  width: 26px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2210%22%20viewBox%3D%220%200%2026%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h14M3%209h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v4a2%202%200%20002%202z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__variants-type-selector-value-multiline-icon {
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2213%22%20viewBox%3D%220%200%2026%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h18M4%208h12M3%2012h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v7a2%202%200%20002%202z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hat-radio-group__radio-input:checked + .hat-radio-group__radio-label .survey-question__variants-type-selector-value-multiline-icon {
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2213%22%20viewBox%3D%220%200%2026%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%205h18M4%208h12M3%2012h20a2%202%200%20002-2V3a2%202%200%2000-2-2H3a2%202%200%2000-2%202v7a2%202%200%20002%202z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__length-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 22px;
}
.survey-question__length-control .survey-question__length-control-slider {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.survey-question__length-control .survey-question__length-control-min-boundary {
  margin-right: 22px;
}
.survey-question__length-control .survey-question__length-control-max-boundary {
  margin-left: 22px;
}
.survey-question__length-control-slider .survey-question__length-control-slider-handle {
  top: calc(6px / 2 - 24px / 2);
}
.survey-question__length-control-slider-handle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px !important;
  height: 24px !important;
}
.survey-question__length-control-slider-handle .survey-question__length-control-slider-handle-indicator {
  margin-top: -50px;
}
.survey-question__length-control-slider-handle-indicator {
  font-weight: bold;
  font-size: 14px;
  color: #3f65f1;
}
.survey-question__card-footer {
  padding: 20px;
  position: relative;
  border-radius: 0 0 9px 9px;
  background-color: #fbfbfb;
}
.survey-question__card-action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.survey-question__card-action-list .survey-question__card-action-list-item:not(:first-child) {
  margin-left: 10px;
}
.survey-question__delete-button:before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%201C6%200.447716%206.44772%200%207%200C7.55228%200%208%200.447715%208%201V13C8%2013.5523%207.55228%2014%207%2014C6.44772%2014%206%2013.5523%206%2013V1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%208C0.447716%208%200%207.55228%200%207C0%206.44772%200.447715%206%201%206H13C13.5523%206%2014%206.44772%2014%207C14%207.55228%2013.5523%208%2013%208H1Z%22%20fill%3D%22%23F96261%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 11px;
  transform: rotate(45deg);
}
.survey-question__cancel-button:before {
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.1624%2015.8687L15.8655%204.41553H16.4749C16.8063%204.41553%2017.4593%204.2124%2017.4593%203.39209C17.4593%202.57178%2016.8063%202.3999%2016.4749%202.3999H1.47488C1.14351%202.3999%200.513943%202.5249%200.513943%203.39209C0.513943%204.25928%201.14351%204.41553%201.47488%204.41553H2.09988L2.78112%2015.8687C2.83382%2016.7367%203.5331%2017.413%204.378%2017.413L8.9655%2017.413H13.553C14.3979%2017.413%2015.1097%2016.7367%2015.1624%2015.8687ZM4.12695%204.3999H13.8655L13.2249%2014.5874C13.1984%2014.9672%2012.7889%2015.4155%2012.3077%2015.4155H8.99623H5.68475C5.20358%2015.4155%204.78264%2014.9672%204.75613%2014.5874L4.12695%204.3999Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M7.22488%200.399902H10.7249C11.6914%200.399902%2012.4749%201.16475%2012.4749%202.10824V2.9624H5.47488V2.10824C5.47488%201.16475%206.25838%200.399902%207.22488%200.399902Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9.88818%206.33934C9.91932%205.81178%2010.3562%205.3999%2010.8847%205.3999C11.4592%205.3999%2011.9151%205.88353%2011.8812%206.45699L11.4678%2013.4605C11.4367%2013.988%2010.9998%2014.3999%2010.4713%2014.3999C9.89685%2014.3999%209.44093%2013.9163%209.47478%2013.3428L9.88818%206.33934Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6.08609%206.4586C6.05121%205.88458%206.50733%205.3999%207.08241%205.3999C7.61016%205.3999%208.04672%205.81074%208.07873%206.33752L8.5043%2013.3412C8.53918%2013.9152%208.08305%2014.3999%207.50798%2014.3999C6.98022%2014.3999%206.54367%2013.9891%206.51166%2013.4623L6.08609%206.4586Z%22%20fill%3D%22%2373808d%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  width: 18px;
  height: 18px;
  width: 17px;
  height: 17px;
  top: 9px;
}
.survey-question__save-button:before {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.96887%209.98438V14.1888H11.0001V8.03125H4.01575V14.1888H6.00012V9.98438H8.96887Z%22%20fill%3D%22%2337a74a%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.3351%200C14.2568%200%2015.0001%200.744583%2015.0001%201.6625V13.3375C15.0001%2014.2562%2014.2555%2015%2013.3376%2015H1.66262C0.743872%2015%200.00012207%2014.2546%200.00012207%2013.3358V3.34833C0.00012207%202.88833%200.256372%202.24208%200.571789%201.90583L1.79096%200.60875C2.11054%200.269167%202.73679%200%203.19721%200H8.00012V3H9.03137V0H13.3351ZM1.9845%2013.0156H13.0157V2.01562H11.0001V5.01562H6.03137V2.01602H3.43195C3.42959%202.01602%203.25348%202.09184%203.25073%202.09459L2.09796%203.31755C2.07393%203.34309%201.9845%203.56741%201.9845%203.6012V13.0156Z%22%20fill%3D%22%2337a74a%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 10px;
}
.survey-question__save-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #abefb7;
  color: #37a74a;
}
.survey-question__client-field-selector {
  margin-top: 36px;
}
.survey-question__client-field-selector-link {
  margin-bottom: 26px;
}
.survey-question__client-field-selector-link-field {
  width: 290px;
  margin-bottom: 26px;
}
.survey-question__client-field-selector-rewrite {
  margin-bottom: 26px;
}
.survey-question__select2 .select2-dropdown--below {
  padding-top: 4px;
}
.survey-question__select2 .select2-results__options {
  max-height: 400px !important;
}
.survey-question__select2 .select2-dropdown .select2-results__option {
  font-size: 16px;
  padding-left: 17px;
  height: 40px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--rating:before {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px !important;
  margin-right: 19px !important;
  margin-left: 0;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--variants:before {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 20px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--text:before {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--quiz:before {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--priority:before {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--media-variants:before {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%233f65f1%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 21px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--date:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%233f65f1%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-right: 19px;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--address:before {
  margin-left: 3px;
  margin-right: 21px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option .survey-question__type-form-control-value--upload:before {
  margin-left: 1px;
  margin-right: 20px;
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--rating:before {
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22766%200.189692C10.0866%20-0.258001%2011.1082%200.116823%2011.5164%200.957608L11.517%200.958957L13.7221%205.51831L18.5752%206.28695C18.9409%206.34592%2019.2723%206.52441%2019.5235%206.78715C20.105%207.39627%2020.1547%208.33517%2019.6701%209H16.9014L17.7064%208.17426L12.3768%207.33017L10.0001%202.41592L7.62332%207.33017L2.29376%208.17426L6.12637%2012.1057L5.25914%2017.5697L9%2015.5626V17.8322L5.65755%2019.6256C5.32761%2019.8049%204.94636%2019.8691%204.57354%2019.8041L4.57243%2019.804C3.62842%2019.6384%203.0468%2018.7352%203.19183%2017.836L3.19218%2017.8339L3.99379%2012.7833L0.487375%209.18642C0.23556%208.92734%200.0726681%208.59552%200.0194537%208.23959C-0.115957%207.33838%200.476298%206.44034%201.42447%206.28702L1.42767%206.28651L6.27798%205.51831L8.48308%200.958957L8.4839%200.957251C8.64225%200.631429%208.90045%200.360658%209.22677%200.190156L9.22766%200.189692Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2017L17%2019L19%2015%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--variants:before {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%223%22%20x2%3D%2221%22%20y2%3D%223%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%2221%22%20y2%3D%2210%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%229%22%20y1%3D%2217%22%20x2%3D%2221%22%20y2%3D%2217%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%223%22%20cy%3D%2217%22%20r%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--text:before {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201h18M1%206h18M1%2011h18M1%2016h10%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--quiz:before {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%202a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V2zM1%209a1%201%200%20011-1h12a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1V9zM1%2016a1%201%200%20011-1h16a1%201%200%20011%201v1a1%201%200%2001-1%201H2a1%201%200%2001-1-1v-1z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--priority:before {
  width: 23px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2023%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2%2017C2%2017.5523%202.44772%2018%203%2018C3.55228%2018%204%2017.5523%204%2017H2ZM4%201C4%200.447715%203.55228%200%203%205.96046e-08C2.44771%205.96046e-08%202%200.447715%202%201L4%201ZM5.70711%2016.7071C6.09763%2016.3166%206.09763%2015.6834%205.70711%2015.2929C5.31658%2014.9024%204.68342%2014.9024%204.29289%2015.2929L5.70711%2016.7071ZM3%2018L2.29289%2018.7071L3%2019.4142L3.70711%2018.7071L3%2018ZM1.70711%2015.2929C1.31658%2014.9024%200.683418%2014.9024%200.292893%2015.2929C-0.0976311%2015.6834%20-0.0976311%2016.3166%200.292893%2016.7071L1.70711%2015.2929ZM11%202H21V0H11V2ZM21%202V3H23V2H21ZM21%203H11V5H21V3ZM11%203V2H9V3H11ZM11%203H9C9%204.10457%209.89543%205%2011%205V3ZM21%203V5C22.1046%205%2023%204.10457%2023%203H21ZM21%202H23C23%200.895431%2022.1046%200%2021%200V2ZM11%200C9.89543%200%209%200.89543%209%202H11V2V0ZM11%209H21V7H11V9ZM21%209V10H23V9H21ZM21%2010H11V12H21V10ZM11%2010V9H9V10H11ZM11%2010H9C9%2011.1046%209.89543%2012%2011%2012V10ZM21%2010V12C22.1046%2012%2023%2011.1046%2023%2010H21ZM21%209H23C23%207.89543%2022.1046%207%2021%207V9ZM11%207C9.89543%207%209%207.89543%209%209H11V7ZM11%2016H21V14H11V16ZM21%2016V17H23V16H21ZM21%2017H11V19H21V17ZM11%2017V16H9V17H11ZM11%2017H9C9%2018.1046%209.89543%2019%2011%2019V17ZM21%2017V19C22.1046%2019%2023%2018.1046%2023%2017H21ZM21%2016H23C23%2014.8954%2022.1046%2014%2021%2014V16ZM11%2014C9.89543%2014%209%2014.8954%209%2016H11V14ZM4%2017L4%201L2%201L2%2017H4ZM4.29289%2015.2929L2.29289%2017.2929L3.70711%2018.7071L5.70711%2016.7071L4.29289%2015.2929ZM0.292893%2016.7071L2.29289%2018.7071L3.70711%2017.2929L1.70711%2015.2929L0.292893%2016.7071Z%22%20fill%3D%22%23A6B1BC%22/%3E%0A%20%20%20%20%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--mediavariants:before {
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2010l4.846-4L8%207.778%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22/%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M3%202h10a1%201%200%20011%201v4h2V3a3%203%200%2000-3-3H3a3%203%200%2000-3%203v10a3%203%200%20003%203h3v-2H3a1%201%200%2001-1-1V3a1%201%200%20011-1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%225.5%22%20r%3D%221.5%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M14.586%2018.547a.82.82%200%20001.1.366l2.36-1.18a.82.82%200%20000-1.466l-2.36-1.18a.82.82%200%2000-1.186.732v2.361c0%20.128.03.253.086.367z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--date:before {
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%201a1%201%200%2000-2%200v1H3a3%203%200%2000-3%203v9a3%203%200%20003%203h3.055a9.097%209.097%200%20010-2H3a1%201%200%2001-1-1V5a1%201%200%20011-1h1v1a1%201%200%20002%200V4h6v1a1%201%200%20102%200V4h1a1%201%200%20011%201v2.055a8.946%208.946%200%20012%20.457V5a3%203%200%2000-3-3h-1V1a1%201%200%2010-2%200v1H6V1z%22%20fill%3D%22%23A6B1BC%22/%3E%3Cpath%20d%3D%22M15%2013v3h2m4%200a6%206%200%2011-12%200%206%206%200%200112%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--address:before {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%209c0%205.5-8%2013-8%2013S1%2014.5%201%209s3.582-8%208-8%208%202.5%208%208z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M13%209a4%204%200%2011-8%200%204%204%200%20018%200z%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option[aria-selected='true'] .survey-question__type-form-control-value--upload:before {
  width: 18px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%2013v3.333c0%20.708-.234%201.386-.65%201.886-.418.5-.983.781-1.572.781H3.222c-.59%200-1.154-.281-1.571-.781-.417-.5-.651-1.178-.651-1.886V13m14-7l-5-5-5%205m5-4v11%22%20stroke%3D%22%23A6B1BC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey-question__select2 .select2-dropdown .select2-results__option:not(:first-child) {
  margin-top: 1px;
}
.survey-question__mask {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #73808d;
  margin-bottom: 26px;
  height: 48px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.survey-question__mask .mask {
  min-width: 100%;
  white-space: nowrap;
}
.survey-question__strong {
  font-weight: bold;
  margin-right: 0.2em;
}
.mask-name-field {
  padding: 20px 0;
  border-top: 1px solid #e7ebed;
}
.mask-name-field:last-child {
  border-bottom: 1px solid #e7ebed;
}
@media (max-width: 1219px) {
  .survey-question__media-form-control-list-item-remove-button {
    opacity: 1;
  }
}
.survey-question__preview-content-page {
  transition: opacity 0.25s ease-in-out;
}
.survey-questions__wrapper_pre .survey-question__media-form-control-list-item:after {
  display: none;
}
.survey-questions__slider-letter:empty {
  display: none;
}
.survey-question__open-preview:before {
  width: 40px;
  height: 40px;
}
.survey-question__view-modal {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 !important;
}
.survey-question__view-modal.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
.survey-question__view-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  z-index: -1;
}
.survey-question__view-modal-header {
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 18px 0 30px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 20px rgba(115, 128, 141, 0.4);
}
.survey-question__view-modal-title {
  font-weight: 900;
  font-size: 24px;
  color: #2e2f31;
}
.survey-question__view-modal-close-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 33px;
  height: 33px;
  margin-left: 37px;
  padding: 0 !important;
  border: 1px solid #73808d !important;
  border-radius: 50%;
  box-shadow: none !important;
}
.survey-question__view-modal-close-button:after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%201.31543L1.31519%2011.6848%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11.6845%2011.6848L1.31519%201.31543%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
}
.survey-question__view-modal-sub-title {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.1;
  color: #2e2f31;
}
.survey-question__view-modal-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: safe center;
      justify-content: safe center;
  overflow: auto;
  padding: 37px 0;
}
.survey-question__view-modal-content--desktop .survey-question__view-modal-page {
  min-width: 1280px;
  min-height: 768px;
  width: 1280px;
  height: 768px;
}
@media (max-width: 1280px) {
  .survey-question__view-modal-content--desktop {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.survey-question__view-modal-content--tablet .survey-question__view-modal-page,
.survey-question__view-modal-content--trade .survey-question__view-modal-page {
  min-width: 768px;
  min-height: 1024px;
  width: 768px;
  height: 1024px;
}
@media (max-width: 768px) {
  .survey-question__view-modal-content--tablet,
  .survey-question__view-modal-content--trade {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.survey-question__view-modal-content--mobile .survey-question__view-modal-page {
  min-width: 360px;
  min-height: 570px;
  width: 360px;
  height: 570px;
}
@media (max-width: 360px) {
  .survey-question__view-modal-content--mobile {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.survey-question__view-modal-page {
  display: block;
}
.survey-question__view-modal-open-in-new-tab-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.survey-question__view-modal-open-in-new-tab-button:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M11%207.66667V11.6667C11%2012.0203%2010.8595%2012.3594%2010.6095%2012.6095C10.3594%2012.8595%2010.0203%2013%209.66667%2013H2.33333C1.97971%2013%201.64057%2012.8595%201.39052%2012.6095C1.14048%2012.3594%201%2012.0203%201%2011.6667V4.33333C1%203.97971%201.14048%203.64057%201.39052%203.39052C1.64057%203.14048%201.97971%203%202.33333%203H6.33333%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M9%201H13V5%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M6%208L13%201%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  margin-right: 10px;
}
.survey-question__view-modal-view-buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: end;
      align-items: flex-end;
  left: calc((100% - 92px) / 2);
}
.survey-question__view-modal-view-button {
  padding: 0;
}
.survey-question__view-modal-view-button:not(:first-child) {
  margin-left: 20px;
}
.survey-question__view-modal-view-button:focus {
  box-shadow: none;
}
.survey-question__view-modal-view-button--desktop {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--desktop:hover:not(:disabled) {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--desktop.survey-question__view-modal-view-button--active {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2222%22%20height%3D%2218%22%20viewBox%3D%220%200%2022%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%2016H3C2.448%2016%202%2015.52%202%2014.9286V2.07143C2%201.48%202.448%201%203%201H19C19.552%201%2020%201.48%2020%202.07143V14.9286C20%2015.52%2019.552%2016%2019%2016Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.9973%203C10.4453%203.00267%2010%203.45066%2010%204.00266C10%204.55466%2010.448%205.00265%2011%204.99999C11.552%204.99999%2012%204.55199%2012%203.99999C12%203.448%2011.552%203%2010.9973%203Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2017H2C1.448%2017%201%2016.52%201%2015.9286V15.0714C1%2014.48%201.448%2014%202%2014H20C20.552%2014%2021%2014.48%2021%2015.0714V15.9286C21%2016.52%2020.552%2017%2020%2017Z%22%20fill%3D%22white%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--tablet {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--tablet:hover:not(:disabled) {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--tablet.survey-question__view-modal-view-button--active {
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.8571%2019L2.14285%2019C1.512%2019%200.999997%2018.552%200.999997%2018L1%202C1%201.448%201.512%201%202.14286%201L15.8571%201C16.488%201%2017%201.448%2017%202L17%2018C17%2018.552%2016.488%2019%2015.8571%2019Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.99733%2014C8.44533%2014.0027%208%2014.4507%208%2015.0027C8%2015.5547%208.448%2016.0027%209%2016C9.552%2016%2010%2015.552%2010%2015C10%2014.448%209.552%2014%208.99733%2014Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--mobile {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%2373808d%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%2373808d%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--mobile:hover:not(:disabled) {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%23007bff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%23007bff%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.survey-question__view-modal-view-button--mobile.survey-question__view-modal-view-button--active {
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2019H2C1.448%2019%201%2018.552%201%2018V2C1%201.448%201.448%201%202%201H12C12.552%201%2013%201.448%2013%202V18C13%2018.552%2012.552%2019%2012%2019Z%22%20stroke%3D%22%233f65f1%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.99733%2014C6.44533%2014.0027%206%2014.4507%206%2015.0027C6%2015.5547%206.448%2016.0027%207%2016C7.552%2016%208%2015.552%208%2015C8%2014.448%207.552%2014%206.99733%2014Z%22%20fill%3D%22%233f65f1%22/%3E%0A%20%20%20%20%3C/svg%3E%0A%09");
}
.user--filial-employee .survey-question__body .f-card__footer {
  display: none;
}
.strong {
  font-weight: bold;
}
.hidden-input {
  max-height: 46px;
}
.no-rgba-colorpicker {
  width: 279px;
}
.no-rgba-colorpicker .colorpicker-default__a-input-container,
.no-rgba-colorpicker .colorpicker-default__opacity-container,
.no-rgba-colorpicker .colorpicker-default__history {
  display: none;
}
.poll-design__delete-modal-dialog.modal-dialog {
  width: 460px;
}
.poll-design__delete-modal-dialog.modal-dialog .form-group {
  margin-bottom: 0 !important;
}
.poll-design .beta-icon {
  width: 7px;
  margin-bottom: 8px;
  height: 14px;
  margin-left: 5px;
}
.poll-design__preview {
  border-radius: 9px;
  background-image: url("../../../less/assets/img/poll-design__preview-bg.jpg");
}
.poll-design__preview .preview__tabs:after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(27.1828px);
          backdrop-filter: blur(27.1828px);
  background-image: none;
}
.poll-design__preview .preview__tabs-tab {
  padding: 18px 0;
}
.poll-design__content {
  padding: 25px 20px;
}
.poll-design__content .users__details-modal-dialog-media-form-control-list-item-remove-button {
  line-height: 1;
}
.poll-design__pseudo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.poll-design__themes .ps__rail-x {
  bottom: 20px;
}
.poll-design__themes-theme {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  margin-right: 10px;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  color: #2e2f31;
  padding-bottom: 25px;
}
.poll-design__themes-theme:hover {
  color: #3f65f1;
}
.poll-design__themes-preview {
  width: 180px;
  height: 110px;
  position: relative;
  border-radius: 9px;
  background-color: #ccc;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
}
.poll-design__themes-preview:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.poll-design__themes-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  height: calc((14px * 1.1) * 2);
  max-height: calc((14px * 1.1) * 2);
  margin-bottom: calc(14px * 1.1);
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
.poll-design__themes-font {
  position: absolute;
  top: 6px;
  left: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #ffffff;
  font-size: 20px;
}
.poll-design__themes-font strong {
  font-size: 45px;
  margin-right: 7px;
  font-weight: bold;
}
.poll-design__themes-control {
  position: absolute;
  bottom: 4px;
  right: 6px;
  z-index: 11;
}
.poll-design__menu-button {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: none !important;
  transition: none;
}
.poll-design__menu-button:before {
  width: 18px;
  height: 4px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%224%22%20viewBox%3D%220%200%2018%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M4%202C4%203.10457%203.10457%204%202%204C0.89543%204%200%203.10457%200%202C0%200.89543%200.89543%200%202%200C3.10457%200%204%200.89543%204%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M11%202C11%203.10457%2010.1046%204%209%204C7.89543%204%207%203.10457%207%202C7%200.89543%207.89543%200%209%200C10.1046%200%2011%200.89543%2011%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%09%3Cpath%20d%3D%22M18%202C18%203.10457%2017.1046%204%2016%204C14.8954%204%2014%203.10457%2014%202C14%200.89543%2014.8954%200%2016%200C17.1046%200%2018%200.89543%2018%202Z%22%20fill%3D%22%23FFF%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.poll-design--initializing {
  visibility: hidden;
}
.poll-design__upload {
  margin-right: 30px;
}
.poll-design__upload-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #eceff1;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 105px;
  height: 105px;
  padding: 20px 16px 20px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}
.poll-design__upload-btn:before {
  position: static;
  margin-bottom: 10px;
}
.poll-design__upload-btn_small {
  width: 140px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  border-radius: 9px;
}
.poll-design__upload-btn_small:before {
  margin-bottom: 0;
  margin-right: 10px;
}
.poll-design__color-preview {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #cfd8dc;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.poll-design .checkerboard {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
  background: red;
}
.poll-design .f-2 {
  left: 22px;
}
.poll-design .f-3 {
  left: 11px;
  top: 11px;
}
.poll-design .f-4 {
  left: 33px;
  top: 11px;
}
.poll-design .f-5 {
  top: 22px;
}
.poll-design .f-6 {
  left: 22px;
  top: 22px;
}
.poll-design .f-7 {
  left: 11px;
  top: 34px;
}
.poll-design .f-8 {
  left: 33px;
  top: 34px;
}
.poll-design__uploaded .img {
  height: 100%;
  width: 100%;
}
.poll-design__uploaded .actions {
  position: absolute;
  transform: translate(calc(-100% + -12px), 11px);
  z-index: 2;
}
.poll-design__note {
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #73808d;
  padding-top: 10px;
}
.poll-design__section-name {
  font-weight: bold;
  font-size: 16px;
  color: #2e2f31;
  margin-bottom: 25px;
  margin-top: -10px;
}
.poll-design__section-name_to_text {
  margin-bottom: 15px;
}
.poll-design .form-group.form-group_bordered {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7ebed;
  padding: 0 0px 5px;
  width: 100%;
}
.poll-design .dropdown .survey-list__element-card-dropdown-menu {
  top: -45px !important;
  margin-left: -23px;
  box-shadow: 0 5px 15px rgba(115, 128, 141, 0.4);
}
.poll-design .modal .modal-dialog {
  width: 460px;
}
.poll-design .tab-group__tab-pane-footer {
  margin-top: 0;
  margin-bottom: -25px;
}
.poll-design .users__details-modal-dialog-media-form-control-list {
  margin-right: 30px;
}
.poll-design .users__details-modal-img-preview_logo {
  width: 141px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("/img/poll-design__logo-bg.png");
  padding: 12px 8px;
  border-radius: 8px;
  position: relative;
}
.poll-design .users__details-modal-img-preview_logo img {
  max-width: calc(100% - 16px);
  max-height: calc(100% - 24px);
  width: auto;
  height: auto;
  display: block;
  top: 12px;
  bottom: 12px;
  left: 8px;
  right: 8px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  margin: auto;
  position: absolute;
}
.quest__save-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  width: auto;
  height: auto;
  left: -22px;
  right: -22px;
  top: -21px;
  bottom: -21px;
  background: #abefb7;
  color: #37a74a;
}
.preview__content-page {
  transition: opacity 0.25s ease-in-out;
}
.tooltip {
  max-width: 250px;
}
.fa-times:before {
  line-height: 1;
}
.auto-poll-info {
  padding-bottom: 58px;
}
@media (max-width: 800px) {
  .auto-poll-info {
    padding: 0 20px 58px 20px;
  }
}
.auto-poll-info-ellipse {
  margin: 40px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #EFF2FA;
}
.auto-poll-info-ellipse svg {
  margin-top: 8px;
}
.auto-poll-info-definition {
  margin: 30px auto 0 auto;
  max-width: 700px;
}
@media (max-width: 800px) {
  .auto-poll-info-definition {
    max-width: 100%;
  }
}
.auto-poll-info-definition-title {
  font-weight: 700;
  font-family: Roboto;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
}
.auto-poll-info-definition-description {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
}
.auto-poll-info-definition-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
.auto-poll-info-definition-text-bold {
  font-weight: 700;
}
.auto-poll-info-definition-scheme {
  display: block;
  margin: 26px auto 0 auto;
}
.auto-poll-info-contacts {
  max-width: 700px;
  margin: 26px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 800px) {
  .auto-poll-info-contacts {
    max-width: 100%;
  }
}
.auto-poll-info-contacts-item {
  margin-right: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.auto-poll-info-contacts-item:last-child {
  margin-right: 0;
}
.auto-poll-info-contacts-item-desc {
  margin-top: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
}
.auto-poll-info-contacts-item-link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #3F65F1;
}
.auto-poll-info-submit {
  width: 162px;
  margin: 37px auto 0 auto;
}
.auto-poll-info-pe-none {
  pointer-events: none !important;
}
.b-error {
  padding-top: 11px;
}
.b-error_full {
  padding-left: 56px;
  padding-top: 0;
  margin-top: -25px;
}
.b-error__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 29px 0;
}
.b-error__header .logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 94px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%3Csvg%20width%3D%2294%22%20height%3D%2221%22%20viewBox%3D%220%200%2094%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.4078%204.00251C11.3437%204.26867%2011.1055%204.45623%2010.8318%204.45623H4.44205V8.3984H10.3772L9.42721%2012.2056H4.44205V19.6309H0V0.514063H11.4962C11.8796%200.514063%2012.1621%200.872683%2012.0722%201.24543L11.4078%204.00251ZM33.3119%209.99042C33.3119%2016.0387%2029.0012%2020.1429%2023.1661%2020.1429C17.3573%2020.1429%2013.0466%2016.0387%2013.0466%209.99042C13.0466%203.86116%2017.3573%200%2023.1661%200C29.0012%200%2033.3119%203.86116%2033.3119%209.99042ZM28.5019%209.99065C28.5019%206.6425%2026.3203%204.1584%2023.1662%204.1584C20.0121%204.1584%2017.8568%206.6425%2017.8568%209.99065C17.8568%2013.4468%2020.0384%2015.9309%2023.1662%2015.9309C26.2941%2015.9309%2028.5019%2013.4468%2028.5019%209.99065ZM57.2473%2019.0373C57.2473%2019.3645%2056.982%2019.6298%2056.6547%2019.6298H45.9187C40.0047%2019.6298%2035.9832%2016.0927%2035.9832%209.82842C35.9832%204.02317%2040.3201%200%2046.0764%200C51.859%200%2056.0907%203.99617%2056.0907%209.74742C56.0907%2012.6635%2054.6714%2014.9046%2053.3309%2015.9577V16.0387L56.6425%2015.9702C56.9744%2015.9633%2057.2473%2016.2306%2057.2473%2016.5626V19.0373ZM51.3335%209.88318C51.3335%206.56204%2049.1782%204.18594%2046.0766%204.18594C43.0802%204.18594%2040.8198%206.56204%2040.8198%209.88318C40.8198%2013.3123%2042.9751%2015.6884%2046.0504%2015.6884C49.0993%2015.6884%2051.3335%2013.3123%2051.3335%209.88318ZM75.9255%2012.4216C75.9255%2017.0118%2072.7714%2020.1439%2067.9088%2020.1439C63.0199%2020.1439%2059.9709%2017.0118%2059.9709%2012.4216V1.1066C59.9709%200.779352%2060.2362%200.514063%2060.5634%200.514063H63.8467C64.1739%200.514063%2064.4392%200.779352%2064.4392%201.1066V12.0436C64.4392%2014.0956%2065.4118%2015.9857%2067.9351%2015.9857C70.4846%2015.9857%2071.4309%2014.0956%2071.4309%2012.0436V1.1066C71.4309%200.779352%2071.6962%200.514063%2072.0234%200.514063H75.3329C75.6602%200.514063%2075.9255%200.779352%2075.9255%201.1066V12.4216ZM93.9998%2019.0383C93.9998%2019.3656%2093.7345%2019.6309%2093.4073%2019.6309H79.9257C79.5984%2019.6309%2079.3332%2019.3656%2079.3332%2019.0383V15.8406C79.3332%2015.7073%2079.3781%2015.5778%2079.4608%2015.4732L87.4321%205.38922C87.7392%205.00071%2087.4625%204.42923%2086.9673%204.42923H80.136C79.8087%204.42923%2079.5434%204.16394%2079.5434%203.83669V1.1066C79.5434%200.779351%2079.8087%200.514063%2080.136%200.514063H93.2233C93.5505%200.514063%2093.8158%200.779352%2093.8158%201.1066V4.0066C93.8158%204.1404%2093.7705%204.27025%2093.6873%204.37504L85.5107%2014.6737C85.2024%2015.062%2085.4789%2015.6347%2085.9748%2015.6347H93.4073C93.7345%2015.6347%2093.9998%2015.9%2093.9998%2016.2272V19.0383Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3C/svg%3E%0A%20%20%20%20");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/img/logo-ru.svg");
}
.b-error__title {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  color: #2E2F31;
  margin-bottom: 25px;
}
.b-error__title_inner {
  margin-bottom: 7px;
}
.b-error__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.b-error__body {
  background-color: #ffffff;
  box-shadow: 0 2px 4px #CFD8DC;
  border-radius: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 95px 50px 50px;
  min-height: 532px;
}
.b-error__body:hover .b-error__icon {
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
}
.b-error__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background-color: #EFF2FA;
  margin-bottom: 50px;
  transition: all 0.45s ease-in-out;
}
.b-error__icon_403 {
  padding-top: 18px;
}
.b-error__icon_404 svg {
  transform: translate(13px, -7px);
}
.b-error__icon_500 svg {
  width: 251px;
  min-width: 251px;
  max-width: 251px;
  height: 249px;
  transform: translate(7px, 7px);
}
.b-error__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2E2F31;
}
.strong {
  font-weight: bold;
}
.mailing-conditions--initializing {
  visibility: hidden;
}
.mailing-conditions__card {
  padding: 0px 22px 0px 22px;
}
.mailing-conditions__card .tab-group__tab-pane-footer {
  padding: 21px 22px;
  margin: 0 -22px -20px;
  border-radius: 0 0 9px 9px;
}
.mailing-conditions__body {
  min-height: 280px;
}
.mailing-conditions__note {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  color: #73808D;
  margin-bottom: 29px;
}
.mailing-conditions__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
}
.mailing-conditions__heading_bottom {
  margin-bottom: 54px;
  margin-top: 16px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.mailing-conditions__heading .btn-with-icon {
  transform: translateY(-2px);
}
.mailing-conditions__heading .text {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.1;
  color: #2E2F31;
}
.mailing-conditions__heading .text span {
  font-weight: normal;
}
.login-page {
  min-height: 100vh;
  width: 100%;
  min-width: 0 !important;
  overflow: hidden;
}
.login-page .app__content {
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.login-page__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 5px 15px;
}
.login-page__title {
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  color: #2e2f31;
}
.login-page__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.login-page__content .tab-group {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .login-page__header {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-page__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .login-page__header {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-page__logo {
    width: 235px;
  }
  .login-page__content {
    padding-left: 260px;
    padding-right: 65px;
  }
  .login-page__content .tab-group {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
}
.login {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.login__body {
  margin-left: auto;
  margin-right: auto;
  width: 522px;
  max-width: 100%;
}
.login__body_long {
  width: 100%;
}
.login__some-form {
  max-width: 522px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3;
  color: #2e2f31;
}
.login__some-form .button-add {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 4px;
}
.login__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: -4px;
}
.login__controls .button-add {
  padding-left: 35px;
  padding-right: 35px;
}
.login .tab-group .tab-pane {
  padding-top: 35px;
  padding-bottom: 50px;
}
.login .form-group {
  margin-bottom: 24px;
}
.login .form-group_login {
  width: 292px;
  max-width: 292px;
}
.login__header {
  padding: 0 20px 21px;
  width: calc(100% + 40px);
  margin-left: -20px;
  border-bottom: 1px solid #eceff1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: -12px;
}
.login__header .title {
  padding-left: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #2e2f31;
  display: none;
}
.login__header .item {
  margin-right: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.login__header .item_active .round {
  background-color: #3f65f1;
  color: #ffffff;
}
.login__header .item_active .title {
  display: block;
}
.login__header .round {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #d9e0fc;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #3f65f1;
}
.login .p {
  margin-bottom: 21px;
}
.login .form-check-label {
  font-size: 14px;
}
.login .button-add {
  text-decoration: none !important;
}
.login .button-add:not([href]):not([tabindex]) {
  color: #ffffff;
  text-decoration: none;
}
.login .button-add[disabled] {
  cursor: default;
}
.login .form-control_code {
  width: 120px;
  max-width: 120px;
  margin-right: 25px;
}
.login .i-ajax-btn_code {
  margin-right: 47px;
}
.login__timer {
  font-size: 19px;
  transform: translateY(3px);
}
.login__subtitle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.login .form-note {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #73808d;
  padding-top: 7px;
}
.login label .form-note {
  padding-top: 0;
}
.login .d-flex .chars-counter {
  width: 425px;
  max-width: 425px;
  min-width: 425px;
  margin-right: 11px;
}
.login .d-flex .description {
  font-size: 16px;
  line-height: 1.2;
  color: #2e2f31;
}
.login__success,
.login .p.login__success {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .login .tab-group .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login .login__controls {
    display: block;
  }
  .login .login__controls .form-check,
  .login .login__controls .recovery-link {
    margin-bottom: 12px;
  }
  .login .login__controls .recovery-link {
    display: block;
    margin-right: 0!important;
  }
  .login .login-button {
    width: 100%;
    margin-top: 10px;
  }
  .login .tab-content {
    min-height: 0;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .login__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.password-recovery:not(.password-recovery--submitted) .captcha .form-control {
  border-color: #cfd8dc !important;
  box-shadow: none !important;
  background: none !important;
}
.password-recovery:not(.password-recovery--submitted) .captcha .form-error {
  display: none;
}
.mailing-page.mailing-settings .mailing-settings-form__description textarea {
  min-height: 150px;
}
.mailing-page.mailing-settings .mailing-channel {
  cursor: pointer;
}
.mailing-page.mailing-settings .mailing-channel td {
  vertical-align: middle;
}
.mailing-page.mailing-settings .mailing-channel__name {
  font-weight: bold;
  white-space: nowrap;
}
.mailing-page.mailing-settings .mailing-channel__delay {
  font-weight: bold;
}
.mailing-page.mailing-settings .mailing-channel__message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mailing-page.mailing-settings .mailing-channel--inactive .mailing-channel__name,
.mailing-page.mailing-settings .mailing-channel--inactive .mailing-channel__delay,
.mailing-page.mailing-settings .mailing-channel--inactive .mailing-channel__message,
.mailing-page.mailing-settings .mailing-channel--inactive .mailing-channel__repeats {
  color: #cfd8dc;
}
.mailing-page.mailing-settings .mailing-channel--inactive .mailing-channel__icon {
  opacity: 0.5;
}
.mailing-page.mailing-settings .mailing-channel--no-template {
  background: #F1F5F6;
}
.mailings-list .mailing-row td {
  font-size: 12px;
}
.mailings-list .mailing-row a {
  color: #2e2f31;
  text-decoration: none;
}
.mailings-list .mailing-row a:hover {
  color: #3a5cdc;
  text-decoration: none;
}
.mailings-list .mailing-row--archived {
  color: rgba(0, 0, 0, 0.5);
}
.not-archived-card-checked .mailings-list .mailing-row--archived .mailing-row__checked {
  visibility: hidden;
}
.mailings-list .mailing-row:not(.mailing-row--archived) {
  cursor: pointer;
}
.mailings-list .mailing-row:not(.mailing-row--archived):hover {
  background-color: #F1F4FF;
}
.archived-card-checked .mailings-list .mailing-row:not(.mailing-row--archived) .mailing-row__checked {
  visibility: hidden;
}
.mailings-list .mailing-row.mailing-row--checked {
  background-color: #F1F4FF;
}
.mailing-exclusions__scroll {
  margin-right: -10px;
}
.mailing-exclusion {
  position: relative;
  border-top: 1px solid rgba(207, 216, 220, 0.5);
  padding: 24px 80px 24px 0;
}
.mailing-exclusion select {
  width: 100%;
}
.mailing-exclusion__message {
  position: absolute;
  margin-top: -16px;
  color: #73808d;
  font-size: 12px;
}
.mailing-exclusion__wrapper {
  display: -ms-flexbox;
  display: flex;
}
.mailing-exclusion .btn-remove {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 36px;
  height: 36px;
}
.mailing-exclusion__mailing {
  width: 100%;
}
.mailing-exclusion.mailing-prohibition .mailing-exclusion__mailing {
  width: calc(100% - 145px);
  margin-right: 15px;
}
.mailing-exclusion__days {
  width: 130px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mailing-sender__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.mailing-answers-export .progress-bar {
  width: 129px;
}
.only-print {
  display: none !important;
}
.print-mode .app__content {
  padding-bottom: 0 !important;
}
.print-mode .question-statistics__card {
  border-radius: 0;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.print-mode .question-statistics__card .question-statistics__variant-statistics-mode-toggle {
  display: none;
}
.print-mode .question-statistics__card .question-statistics__question-additional-button,
.print-mode .question-statistics__card .highcharts-exporting-group {
  display: none;
}
.print-mode .question-statistics__card .question-statistics__question {
  padding: 32px 0px 32px 30px;
  page-break-inside: avoid;
}
.print-mode .question-statistics__card .question-statistics__variant-statistics {
  margin-top: 0;
}
.print-mode .question-statistics__card .question-statistics__question-chart,
.print-mode .question-statistics__card .question-statistics__question-assessment-variants-variant-statistics {
  margin-top: 16px;
}
.print-mode .question-statistics__card .dish-info .worst-icon {
  display: inline-block;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.print-mode .question-statistics__card .dish-info .best-icon {
  display: inline-block;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.print-mode .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-row:nth-child(n
        + 10) {
  display: none;
}
.print-mode .question-statistics__card .ps {
  overflow: visible !important;
  max-height: none;
}
.print-mode .question-statistics__card .ps__rail-x,
.print-mode .question-statistics__card .ps__rail-y {
  display: none !important;
}
.print-mode .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-container:after {
  background: transparent;
}
.print-mode * {
  box-shadow: none;
}
.print-mode body {
  background-color: white;
}
.print-mode .no-print {
  display: none !important;
}
.print-mode .only-print {
  display: block !important;
}
.print-mode .app__content {
  width: 100%;
  padding: 40px;
  display: block;
}
.print-mode .app__footer {
  padding-left: 40px;
  padding-right: 40px;
}
.print-mode .page-header {
  margin-bottom: 24px;
}
.print-mode .page-header .breadcrumbs__item .btn {
  display: none;
}
.print-mode .os-scrollbar {
  opacity: 0;
}
.print-mode .upward-button {
  display: none;
}
@media print {
  .app__content {
    padding-bottom: 0 !important;
  }
  .question-statistics__card {
    border-radius: 0;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .question-statistics__card .question-statistics__variant-statistics-mode-toggle {
    display: none;
  }
  .question-statistics__card .question-statistics__question-additional-button,
  .question-statistics__card .highcharts-exporting-group {
    display: none;
  }
  .question-statistics__card .question-statistics__question {
    padding: 32px 0px 32px 30px;
    page-break-inside: avoid;
  }
  .question-statistics__card .question-statistics__variant-statistics {
    margin-top: 0;
  }
  .question-statistics__card .question-statistics__question-chart,
  .question-statistics__card .question-statistics__question-assessment-variants-variant-statistics {
    margin-top: 16px;
  }
  .question-statistics__card .dish-info .worst-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .dish-info .best-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-row:nth-child(n
        + 10) {
    display: none;
  }
  .question-statistics__card .ps {
    overflow: visible !important;
    max-height: none;
  }
  .question-statistics__card .ps__rail-x,
  .question-statistics__card .ps__rail-y {
    display: none !important;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-container:after {
    background: transparent;
  }
  * {
    box-shadow: none;
  }
  body {
    background-color: white;
  }
  .no-print {
    display: none !important;
  }
  .only-print {
    display: block !important;
  }
  .app__content {
    width: 100%;
    padding: 40px;
    display: block;
  }
  .app__footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-header {
    margin-bottom: 24px;
  }
  .page-header .breadcrumbs__item .btn {
    display: none;
  }
  .os-scrollbar {
    opacity: 0;
  }
  .upward-button {
    display: none;
  }
  .app__content {
    padding-bottom: 0 !important;
  }
  .question-statistics__card {
    border-radius: 0;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .question-statistics__card .question-statistics__variant-statistics-mode-toggle {
    display: none;
  }
  .question-statistics__card .question-statistics__question-additional-button,
  .question-statistics__card .highcharts-exporting-group {
    display: none;
  }
  .question-statistics__card .question-statistics__question {
    padding: 32px 0px 32px 30px;
    page-break-inside: avoid;
  }
  .question-statistics__card .question-statistics__variant-statistics {
    margin-top: 0;
  }
  .question-statistics__card .question-statistics__question-chart,
  .question-statistics__card .question-statistics__question-assessment-variants-variant-statistics {
    margin-top: 16px;
  }
  .question-statistics__card .dish-info .worst-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM9%2011.0323C7.78064%2011.0323%206.63387%2011.5694%205.85%2012.5056C5.54153%2012.8758%205.59234%2013.4238%205.9625%2013.7323C6.33266%2014.0407%206.88065%2013.9935%207.18911%2013.6234C8.08911%2012.5456%209.91089%2012.5456%2010.8109%2013.6234C11.1048%2013.9754%2011.6528%2014.0552%2012.0375%2013.7323C12.4077%2013.4238%2012.4548%2012.8758%2012.15%2012.5056C11.3661%2011.5694%2010.2194%2011.0323%209%2011.0323ZM7.25806%208.41935C7.63185%208.41935%207.98024%208.17621%208.09274%207.79879C8.23065%207.3379%207.96935%206.85161%207.50847%206.71371L4.60524%205.84274C4.14073%205.70121%203.65806%205.96613%203.52016%206.42702C3.38226%206.8879%203.64355%207.37419%204.10444%207.5121L5.12782%207.82056C5.01532%207.99839%204.93548%208.19798%204.93548%208.42298C4.93548%209.06532%205.45444%209.58427%206.09677%209.58427C6.73911%209.58427%207.25806%209.06169%207.25806%208.41935ZM14.4798%206.42702C14.3419%205.96613%2013.8593%205.70484%2013.3948%205.84274L10.4915%206.71371C10.0306%206.85161%209.76935%207.3379%209.90726%207.79879C10.0198%208.17621%2010.3681%208.41935%2010.7419%208.41935C10.7419%209.06169%2011.2609%209.58064%2011.9032%209.58064C12.5456%209.58064%2013.0645%209.06169%2013.0645%208.41935C13.0645%208.19436%2012.9847%207.99476%2012.8722%207.81694L13.8956%207.50847C14.3565%207.37419%2014.6177%206.8879%2014.4798%206.42702Z%22%20fill%3D%22%23F96261%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .dish-info .best-icon {
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%09%09%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%09%09%3Cpath%20d%3D%22M9%200C4.02823%200%200%204.02823%200%209C0%2013.9718%204.02823%2018%209%2018C13.9718%2018%2018%2013.9718%2018%209C18%204.02823%2013.9718%200%209%200ZM9%2016.2581C4.99718%2016.2581%201.74194%2013.0028%201.74194%209C1.74194%204.99718%204.99718%201.74194%209%201.74194C13.0028%201.74194%2016.2581%204.99718%2016.2581%209C16.2581%2013.0028%2013.0028%2016.2581%209%2016.2581ZM6.09677%208.41935C6.73911%208.41935%207.25806%207.9004%207.25806%207.25806C7.25806%206.61573%206.73911%206.09677%206.09677%206.09677C5.45444%206.09677%204.93548%206.61573%204.93548%207.25806C4.93548%207.9004%205.45444%208.41935%206.09677%208.41935ZM11.9032%208.41935C12.5456%208.41935%2013.0645%207.9004%2013.0645%207.25806C13.0645%206.61573%2012.5456%206.09677%2011.9032%206.09677C11.2609%206.09677%2010.7419%206.61573%2010.7419%207.25806C10.7419%207.9004%2011.2609%208.41935%2011.9032%208.41935ZM12.0484%2011.054C11.2935%2011.9613%2010.1794%2012.4839%209%2012.4839C7.82056%2012.4839%206.70645%2011.9649%205.95161%2011.054C5.64315%2010.6839%205.09153%2010.6367%204.725%2010.9415C4.35484%2011.25%204.30766%2011.798%204.6125%2012.1681C5.70121%2013.4746%207.30161%2014.2222%209%2014.2222C10.6984%2014.2222%2012.2988%2013.4746%2013.3875%2012.1681C13.696%2011.798%2013.6452%2011.25%2013.275%2010.9415C12.9085%2010.6367%2012.3569%2010.6839%2012.0484%2011.054Z%22%20fill%3D%22%2337a74a%22/%3E%0A%09%09%3C/svg%3E%0A%09");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-row:nth-child(n
        + 10) {
    display: none;
  }
  .question-statistics__card .ps {
    overflow: visible !important;
    max-height: none;
  }
  .question-statistics__card .ps__rail-x,
  .question-statistics__card .ps__rail-y {
    display: none !important;
  }
  .question-statistics__card .question-statistics__question-dish-ratings-statistics-table-container:after {
    background: transparent;
  }
  * {
    box-shadow: none;
  }
  body {
    background-color: white;
  }
  .no-print {
    display: none !important;
  }
  .only-print {
    display: block !important;
  }
  .app__content {
    width: 100%;
    padding: 40px;
    display: block;
  }
  .app__footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-header {
    margin-bottom: 24px;
  }
  .page-header .breadcrumbs__item .btn {
    display: none;
  }
  .os-scrollbar {
    opacity: 0;
  }
  .upward-button {
    display: none;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 80%;
}
.survey-questions__slider-letter {
  text-transform: uppercase;
}
.survey__images-form-control-add-button-loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #ECEFF1;
  border-radius: 8px;
  color: #73808D;
  cursor: pointer;
  width: 105px;
  height: 105px;
  margin-top: 15px;
  margin-left: 15px;
  transition: background-color 0.2s ease;
}
.survey__images-form-control-add-button-loader:hover {
  background: #C6CFD3;
}
.survey__images-form-control-add-button-loader:after {
  content: "\f110";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  color: #3F65F1;
  font-size: 20px;
  top: 36px;
  left: 36px;
  animation: fa-spin 1s infinite steps(8);
}
.sidebar__logo-link {
  background-image: url("/img/logo-ru.svg");
}
.sidebar__logo-link:hover {
  background-image: url("/img/logo-ru.svg");
}


/*# sourceMappingURL=layout-base.css.map*/