/*
 * Developed by
 * @author Vasyl Kovalov <raid3r81@gmail.com>
 * Updated: 05.09.2024
 */

@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0359FF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #D92D20;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #2F8733;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2F8733;
  --secondary: #6c757d;
  --success: #2F8733;
  --info: #0359FF;
  --warning: #ffc107;
  --danger: #D92D20;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1C2229;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2F8733;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1b4e1e;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: 1.75rem;
}

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

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1C2229;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1C2229;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1410px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  color: #1C2229;
  font-size: 13px;
}
.table th,
.table td {
  padding: 10px 12px;
  vertical-align: middle;
}
.table th {
  padding: 20px 12px;
  font-weight: 500;
}
.table td {
  min-height: 82px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--grays-200, #DADDE1);
  background-color: #FFF;
}
.table thead th {
  min-height: 60px;
  vertical-align: middle;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
  background: var(--grays-25, #F9FAFB);
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #1C2229;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5ddc6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #93c195;
}

.table-hover .table-primary:hover {
  background-color: #b5d4b6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b5d4b6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c5ddc6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #93c195;
}

.table-hover .table-success:hover {
  background-color: #b5d4b6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b5d4b6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d1ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ca9ff;
}

.table-hover .table-info:hover {
  background-color: #9fc0ff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9fc0ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4c4c1;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eb928b;
}

.table-hover .table-danger:hover {
  background-color: #f0afab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f0afab;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #111722;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D0D3D8;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6acb6f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: rgba(17, 23, 34, 0.4);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(17, 23, 34, 0.4);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(17, 23, 34, 0.4);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(17, 23, 34, 0.4);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(17, 23, 34, 0.4);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #1C2229;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: 42px;
  padding: 8px 12px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-top: 24px;
  margin-bottom: 0;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2F8733;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(47, 135, 51, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #2F8733;
  padding-right: calc(1.3em + 1rem) !important;
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.25rem) center;
  background-size: calc(0.65em + 0.5rem) calc(0.65em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2F8733;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.3em + 1rem);
  background-position: top calc(0.325em + 0.25rem) right calc(0.325em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2F8733;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232F8733' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.65em + 0.5rem) calc(0.65em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2F8733;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2F8733;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2F8733;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2F8733;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3cad41;
  background-color: #3cad41;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2F8733;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2F8733;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2F8733;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D92D20;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 45, 32, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D92D20;
  padding-right: calc(1.3em + 1rem) !important;
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.25rem) center;
  background-size: calc(0.65em + 0.5rem) calc(0.65em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D92D20;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.3em + 1rem);
  background-position: top calc(0.325em + 0.25rem) right calc(0.325em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D92D20;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D92D20' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D92D20' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.65em + 0.5rem) calc(0.65em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #D92D20;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D92D20;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D92D20;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #D92D20;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e45348;
  background-color: #e45348;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D92D20;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D92D20;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D92D20;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #1C2229;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #1C2229;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-primary:hover {
  color: #fff;
  background-color: #256b28;
  border-color: #226125;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #256b28;
  border-color: #226125;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-success:hover {
  color: #fff;
  background-color: #256b28;
  border-color: #226125;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #256b28;
  border-color: #226125;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-info {
  color: #fff;
  background-color: #0359FF;
  border-color: #0359FF;
}
.btn-info:hover {
  color: #fff;
  background-color: #004bdc;
  border-color: #0047cf;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #004bdc;
  border-color: #0047cf;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0359FF;
  border-color: #0359FF;
}
.btn-warning {
  color: #1C2229;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #1C2229;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1C2229;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1C2229;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #D92D20;
  border-color: #D92D20;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b8261b;
  border-color: #ad2419;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b8261b;
  border-color: #ad2419;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #D92D20;
  border-color: #D92D20;
}
.btn-light {
  color: #1C2229;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #1C2229;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #1C2229;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.disabled, .btn-light:disabled {
  color: #1C2229;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-primary {
  color: #2F8733;
  border-color: #2F8733;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2F8733;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #2F8733;
  border-color: #2F8733;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2F8733;
  background-color: transparent;
}

.btn-outline-info {
  color: #0359FF;
  border-color: #0359FF;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0359FF;
  border-color: #0359FF;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0359FF;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #1C2229;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #D92D20;
  border-color: #D92D20;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D92D20;
  border-color: #D92D20;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D92D20;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #1C2229;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2F8733;
  text-decoration: none;
}
.btn-link:hover {
  color: #1b4e1e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 22px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem;
  font-weight: 400;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  color: #2B323E;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EDEEF0;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  border-left: 4px solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid transparent;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #2B323E;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 0.5px solid #EDEEF0;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #12151a;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #1C2229;
  text-decoration: none;
  background-color: #EAF3EB;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1C2229;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #D0D3D8;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.4em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2F8733;
  background-color: #2F8733;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6acb6f;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #90d893;
  border-color: #90d893;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.4;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 1px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #D0D3D8 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 1px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.70312 7.20825L1.10938 4.6145C0.953125 4.45825 0.953125 4.19263 1.10938 4.03638L1.67188 3.47388C1.82812 3.31763 2.07812 3.31763 2.23438 3.47388L4 5.22388L7.75 1.47388C7.90625 1.31763 8.15625 1.31763 8.3125 1.47388L8.875 2.03638C9.03125 2.19263 9.03125 2.45825 8.875 2.6145L4.28125 7.20825C4.125 7.3645 3.85938 7.3645 3.70312 7.20825Z" fill="white"/></svg>');
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2F8733;
  background-color: #2F8733;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 135, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(47, 135, 51, 0.5);
}

.custom-radio {
  margin-bottom: 6px;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 135, 51, 0.5);
}
.custom-radio + .custom-control-label {
  padding-left: 4px;
}

.custom-switch {
  min-height: 20px;
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 36px;
  height: 20px;
  background: #DADDE1;
  pointer-events: all;
  border: none;
  border-radius: 10px;
  top: 0;
}
.custom-switch .custom-control-label::after {
  top: 2px;
  left: -34px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: #16B364;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 135, 51, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.3em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #D0D3D8;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #6acb6f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.4em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3em + 1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.3em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6acb6f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.3em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  border: 1px solid #D0D3D8;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.3em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.3;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2F8733;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #90d893;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2F8733;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #90d893;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2F8733;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #90d893;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2F8733;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.453125rem;
  padding-bottom: 0.453125rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1rem 0 0;
  margin-bottom: 0;
  list-style: none;
  white-space: nowrap;
}

.breadcrumb-item {
  font-size: 16px;
  line-height: 130%;
}
.breadcrumb-item a {
  color: #6C7685;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 12px;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  font-weight: 500;
  font-size: 18px;
  line-height: 124%;
  color: #1C2229;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2F8733;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1b4e1e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2F8733;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #226125;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #2F8733;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #226125;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(47, 135, 51, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #0359FF;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0047cf;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 89, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(3, 89, 255, 0.5);
}

.badge-warning {
  color: #1C2229;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #1C2229;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #D92D20;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ad2419;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 45, 32, 0.5);
}

.badge-light {
  color: #1C2229;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #1C2229;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #18461b;
  background-color: #d5e7d6;
  border-color: #c5ddc6;
}
.alert-primary hr {
  border-top-color: #b5d4b6;
}
.alert-primary .alert-link {
  color: #0b200c;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #18461b;
  background-color: #d5e7d6;
  border-color: #c5ddc6;
}
.alert-success hr {
  border-top-color: #b5d4b6;
}
.alert-success .alert-link {
  color: #0b200c;
}

.alert-info {
  color: #022e85;
  background-color: #cddeff;
  border-color: #b8d1ff;
}
.alert-info hr {
  border-top-color: #9fc0ff;
}
.alert-info .alert-link {
  color: #011d53;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #711711;
  background-color: #f7d5d2;
  border-color: #f4c4c1;
}
.alert-danger hr {
  border-top-color: #f0afab;
}
.alert-danger .alert-link {
  color: #450e0a;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2F8733;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #1C2229;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2F8733;
  border-color: #2F8733;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #18461b;
  background-color: #c5ddc6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #18461b;
  background-color: #b5d4b6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #18461b;
  border-color: #18461b;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #18461b;
  background-color: #c5ddc6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #18461b;
  background-color: #b5d4b6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #18461b;
  border-color: #18461b;
}

.list-group-item-info {
  color: #022e85;
  background-color: #b8d1ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #022e85;
  background-color: #9fc0ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #022e85;
  border-color: #022e85;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #711711;
  background-color: #f4c4c1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #711711;
  background-color: #f0afab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #711711;
  border-color: #711711;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  stroke: #2B323E;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 12px 16px 20px;
  border-bottom: 1px solid #E0E6ED;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.modal-header .close {
  margin-left: 16px;
  padding: 0;
  stroke: #9198A4;
  opacity: 1;
}

.modal-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #1C2229;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.002em;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #E0E6ED;
  padding: 16px;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 480px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 720px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1C2229;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2F8733 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #226125 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #2F8733 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #226125 !important;
}

.bg-info {
  background-color: #0359FF !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0047cf !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #D92D20 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad2419 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2F8733 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #2F8733 !important;
}

.border-info {
  border-color: #0359FF !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #D92D20 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 500 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2F8733 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1b4e1e !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #2F8733 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1b4e1e !important;
}

.text-info {
  color: #0359FF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #003eb6 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #D92D20 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #961f16 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #1C2229 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
:root {
  --ff-amatic: "Amatic SC";
  --ff-arial: "Arial";
  --ff-caveat: "Caveat";
  --ff-comfortaa: "Comfortaa";
  --ff-comic-sans-ms: "Comic Sans MS";
  --ff-courier-new: "Courier New";
  --ff-georgia: "Georgia";
  --ff-eb-garamond: "EB Garamond";
  --ff-impact: "Impact";
  --ff-lexend: "Lexend";
  --ff-lobster: "Lobster";
  --ff-lora: "Lora";
  --ff-merriweather: "Merriweather";
  --ff-nunito: "Nunito";
  --ff-oswald: "Oswald";
  --ff-pacifico: "Pacifico";
  --ff-playfair-display: "Playfair Display";
  --ff-roboto-mono: "Roboto Mono";
  --ff-roboto-serif: "Roboto Serif";
  --ff-roboto: "Roboto";
  --ff-spectral: "Spectral";
  --ff-times-new-roman: "Times New Roman";
  --ff-trebuchet-ms: "Trebuchet MS";
  --ff-verdana: "Verdana";
}

.grid {
  display: grid;
}

.l-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  padding-left: 64px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-page.fixed-nav {
  padding-left: 280px;
}
.l-page.fixed-nav .b-main {
  width: calc(100% - 280px);
  overflow-x: auto;
}
@media (max-width: 1023.98px) {
  .l-page {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-left: 0;
    overflow: visible;
  }
}

.modal-md {
  max-width: 620px;
}

.btn-white {
  border-color: #D5E7D6;
  background-color: transparent;
  color: #fff;
}

.btn-primary {
  stroke: #fff;
}
.btn-primary:hover {
  background-color: #266C29;
  border-color: #266C29;
}
.btn-primary:focus {
  background-color: #599F5C;
  border-color: #599F5C;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
}
.btn-primary:active {
  background-color: #133614;
  border-color: #133614;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  stroke: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #9198A4;
  background-color: #EDEEF0;
  border-color: #EDEEF0;
  stroke: #9198A4;
  opacity: 1;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #D6D6D6;
  color: #475467;
  stroke: #475467;
}
.btn-outline-secondary:hover {
  background-color: #F5F7FA;
  border-color: #475467;
  color: #475467;
  stroke: #475467;
}
.btn-outline-secondary:focus {
  background-color: #EDEEF0;
  border-color: #475467;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(71, 84, 103, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(71, 84, 103, 0.25);
}
.btn-outline-secondary:active {
  background-color: #133614;
  border-color: #133614;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: #EDEEF0;
  border-color: #D6D6D6;
  opacity: 1;
}

.btn-link-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #475467;
  stroke: #475467;
}
.btn-link-secondary:hover {
  background-color: #EDEEF0;
  border-color: #EDEEF0;
}
.btn-link-secondary:focus {
  background-color: #EDEEF0;
  border-color: #EDEEF0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(71, 84, 103, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(71, 84, 103, 0.25);
}
.btn-link-secondary:active {
  background-color: #133614;
  border-color: #133614;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link-secondary.disabled, .btn-link-secondary:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: #EDEEF0;
  border-color: #EDEEF0;
  opacity: 1;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #2F8733;
  color: #2F8733;
  stroke: #2F8733;
}
.btn-outline-primary:hover {
  background-color: #EAF3EB;
  border-color: #2F8733;
  color: #2F8733;
  stroke: #2F8733;
}
.btn-outline-primary:focus {
  background-color: #EAF3EB;
  border-color: #2F8733;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
}
.btn-outline-primary:active {
  background-color: #133614;
  border-color: #133614;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
}

.btn-info {
  stroke: #fff;
}
.btn-info .ic-fill {
  fill: #fff;
}

.btn-link {
  font-weight: 500;
  color: #2F8733;
  stroke: #2F8733;
}
.btn-link:hover {
  background-color: #EAF3EB;
  border-color: #EAF3EB;
  color: #2F8733;
  stroke: #2F8733;
  text-decoration: none;
}
.btn-link:focus {
  background-color: #EAF3EB;
  border-color: #EAF3EB;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(67, 217, 64, 0.25);
  text-decoration: none;
}
.btn-link:active {
  background-color: #133614;
  border-color: #133614;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
}

.btn-danger {
  background-color: #D92D20;
  border-color: #D92D20;
}
.btn-danger:hover {
  background-color: #AE241A;
  border-color: #AE241A;
}
.btn-danger:focus {
  background-color: #E88179;
  border-color: #E88179;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(239, 21, 21, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(239, 21, 21, 0.25);
}
.btn-danger:active {
  background-color: #57120D;
  border-color: #57120D;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: #EDEEF0;
  border-color: #EDEEF0;
  opacity: 1;
}

.btn-danger-light {
  background-color: #fdf4f3;
  border-color: #fdf4f3;
  color: #D92D20;
  stroke: #D92D20;
}
.btn-danger-light:hover {
  background-color: #f6e5e2;
  border-color: #f6e5e2;
  color: #AE241A;
  stroke: #AE241A;
}
.btn-danger-light:focus {
  background-color: #F6E5E2;
  border-color: #F6E5E2;
  color: #AE241A;
  stroke: #AE241A;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(239, 21, 21, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 2px rgba(239, 21, 21, 0.25);
}
.btn-danger-light:active {
  background-color: #57120D;
  border-color: #57120D;
  color: #fff;
  stroke: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger-light.disabled, .btn-danger-light:disabled {
  color: #9198A4;
  stroke: #9198A4;
  background-color: #EDEEF0;
  border-color: #EDEEF0;
  opacity: 1;
}

.btn-outline-danger {
  fill: #D92D20;
  stroke: #D92D20;
}
.btn-outline-danger .ic {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline-danger:hover {
  fill: #fff;
  stroke: #fff;
}

.btn-dark {
  background: var(--grays-800, #2B323E);
}

.btn-w-ic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-w-ic .ic {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  stroke: inherit;
}
.btn-w-ic .ic:first-child {
  margin-right: 8px;
}
.btn-w-ic .ic:last-child {
  margin-left: 8px;
}

.btn-w-left-ic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.btn-w-left-ic .ic {
  stroke: inherit;
  margin-right: 8px;
}

.btn-w-right-ic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
.btn-w-right-ic .ic {
  stroke: inherit;
  margin-left: 8px;
}

.btn-passw {
  position: absolute;
  top: 6px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-passw .ic-view {
  display: none;
}
.btn-passw .ic {
  stroke: #686A6E;
}
.btn-passw.st-view .ic:not(.ic-view) {
  display: none;
}
.btn-passw.st-view .ic-view {
  display: block;
}

.btn-xl {
  font-size: 16px;
  padding: 15px 24px;
  line-height: 1;
}

.btn-round {
  border-radius: 50px;
}

.input-group-append .btn {
  height: 36px;
}

.ui-dropdown-more {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.ui-dropdown-more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ui-dropdown-more__btn .ic {
  fill: #394352;
}
.ui-dropdown-more__btn:after {
  content: none;
}
.ui-dropdown-more__btn:hover {
  background-color: #EAF3EB;
}

.form-group_passw {
  position: relative;
}
.form-group_passw .form-control {
  padding-right: 38px;
}

.label-bold {
  font-weight: 500;
}

@media (min-width: 576px) {
  .w-md-auto {
    width: auto !important;
  }
}

.bootstrap-select .inner {
  scrollbar-color: #D0D5DD transparent;
  scrollbar-width: thin;
}
.bootstrap-select .inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.bootstrap-select .inner::-webkit-scrollbar:vertical {
  width: 4px;
}
.bootstrap-select .inner::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 2px;
}

.ui-date-picker-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F7FA;
  border: 1px solid #EDEEF0;
  border-radius: 4px;
}

.ui-date-picker-wrap_mod-a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: var(--White, #FFF);
}

.ui-date-picker {
  max-width: 236px;
  border: none;
  padding-left: 36px;
}
.ui-date-picker:disabled, .ui-date-picker[readonly] {
  background-color: transparent;
}
.ui-date-picker__ic {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 100%;
  padding: 5px 8px;
}

.ui-select-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ui-select:not(.ui-select_arr-default):after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 0 2px 0 12px;
  border: 1.25px solid #6C7685;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ui-select:hover {
  background-color: #F3F7F3;
}
.ui-select_w-bg {
  background-color: #F5F7FA;
  border-color: #EDEEF0;
}
.ui-select_inner {
  border-color: transparent;
}
.ui-select_w-border {
  border-color: #D0D3D8;
}
.ui-select_sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ui-select_lg {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.ui-select.form-control-sm {
  padding: 4px 16px 4px 8px;
}
.ui-select.form-control-sm:not(.ui-select_arr-default):after {
  position: relative;
  top: -2px;
}
.ui-select .badge {
  height: auto;
  padding: 3px 6px;
  font-size: 13px;
  line-height: 1;
}

.ui-select-page {
  padding: 9px 12px;
  border: 1px solid #DADDE1;
  background-color: #fff;
  border-radius: 7px;
  color: #1C2229;
  font-weight: 600;
  font-size: 16px;
}

.ui-select-badge {
  padding: 0 !important;
}
.ui-select-badge:after {
  content: "" !important;
  display: inline-block !important;
}
.ui-select-badge .ui-badge {
  padding-right: 20px;
}

.ui-select-surveyControl {
  margin-right: 10px;
}
.ui-select-surveyControl .form-control:not(.ui-select) {
  padding-right: 120px;
}
.ui-select-surveyControl .bootstrap-select {
  width: auto !important;
}
@media (max-width: 575.98px) {
  .ui-select-surveyControl {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.ui-select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-select-group__item {
  margin-right: 8px;
}

.bootstrap-select.dropup .ui-select:not(.ui-select_arr-default)::after {
  top: 1px;
  margin: 0 2px 0 12px;
  border: 1.25px solid #6C7685;
  border-top: none;
  border-right: none;
  -webkit-transform: scale(1, -1) rotate(-45deg);
          transform: scale(1, -1) rotate(-45deg);
}
.bootstrap-select .ic {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-checkbox_right {
  padding-left: 0;
  padding-right: 24px;
}
.custom-checkbox_right .custom-control-input {
  left: auto;
  right: 0;
}
.custom-checkbox_right .custom-control-label {
  width: 100%;
}
.custom-checkbox_right .custom-control-label::after, .custom-checkbox_right .custom-control-label::before {
  left: auto;
  right: -1.5rem;
}

.breadcrumb-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #FFF;
}
@media (max-width: 1023.98px) {
  .breadcrumb-wrap_one-elem .breadcrumb {
    direction: ltr;
  }
  .breadcrumb-wrap_one-elem .breadcrumb-item {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumb-wrap.crop {
    position: relative;
  }
  .breadcrumb-wrap.crop:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1579_70542)'%3E%3Cpath d='M16.8004 12.0002C16.8004 12.9842 17.6164 13.8002 18.6004 13.8002C19.5844 13.8002 20.4004 12.9842 20.4004 12.0002C20.4004 11.0162 19.5964 10.2002 18.6004 10.2002C17.6044 10.2002 16.8004 11.0162 16.8004 12.0002ZM10.2004 12.0002C10.2004 12.9842 11.0164 13.8002 12.0004 13.8002C12.9844 13.8002 13.8004 12.9842 13.8004 12.0002C13.8004 11.0162 12.9844 10.2002 12.0004 10.2002C11.0164 10.2002 10.2004 11.0162 10.2004 12.0002ZM3.60039 12.0002C3.60039 12.9842 4.40439 13.8002 5.40039 13.8002C6.38439 13.8002 7.20039 12.9842 7.20039 12.0002C7.20039 11.0162 6.38439 10.2002 5.40039 10.2002C4.40439 10.2002 3.60039 11.0162 3.60039 12.0002Z' fill='%236C7685'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1579_70542'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .breadcrumb-wrap[data-nav-structure=true]:not(.breadcrumb-wrap_one-elem) .breadcrumb {
    direction: rtl;
    padding-right: 30px;
  }
  .breadcrumb-wrap[data-nav-structure=true]:not(.breadcrumb-wrap_one-elem) .breadcrumb-item {
    white-space: nowrap;
    display: inline;
  }
  .breadcrumb-wrap[data-nav-structure=true]:not(.breadcrumb-wrap_one-elem) .breadcrumb-item:before {
    float: none;
    display: inline;
  }
  .breadcrumb-wrap[data-nav-structure=true] .breadcrumb {
    position: relative;
    width: 100%;
    margin-right: 16px;
    white-space: nowrap;
    display: block;
    overflow-x: hidden;
  }
  .breadcrumb-wrap[data-nav-structure=true] .breadcrumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.643 10.5H7.35729C7.14852 10.5 7.05231 10.759 7.21066 10.8948L11.8535 14.8743C11.9378 14.9466 12.0624 14.9466 12.1468 14.8743L16.7896 10.8948C16.948 10.759 16.8517 10.5 16.643 10.5Z' fill='%236C7685'/%3E%3C/svg%3E%0A");
  }
}

.form-group-wrap {
  position: relative;
}

.feedback {
  display: none;
}
.feedback__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.feedback__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 125%;
  color: #D92D20;
}
.feedback__badge {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 15px;
}
.feedback .progress {
  height: 5px;
  margin-top: 12px;
  background: #EDEEF0;
  border: 0.5px solid #EDEEF0;
  border-radius: 10px;
}
.feedback .progress-bar {
  border-radius: 5px;
}
.feedback.has-error, .feedback.has-success {
  display: block;
}

.form-group.has-error .feedback, .form-group.has-success .feedback {
  display: block;
}

.form-group.is-invalid .feedback, .form-group.is-valid .feedback, .form-group.is-warning .feedback {
  display: block;
}

.form-control-date[readonly] {
  background-color: transparent;
}

.form-group.is-invalid .form-control {
  border-color: #D92D20;
}
.form-group.is-invalid .custom-control-label {
  color: #D92D20;
}
.form-group.is-invalid .custom-control-label:before {
  border-color: #D92D20;
}
.form-group.is-invalid .feedback__badge {
  color: #D92D20;
  background: #FBEAE9;
}
.form-group.is-valid .form-control {
  border-color: #2F8733;
}
.form-group.is-valid .custom-control-label {
  color: #2F8733;
}
.form-group.is-valid .custom-control-label:before {
  border-color: #2F8733;
}
.form-group.is-valid .feedback__badge {
  color: #128F50;
  background-color: #E8F7F0;
}
.form-group.is-valid .progress-bar {
  width: 100%;
  background-color: #16B364;
}
.form-group.is-warning .feedback__badge {
  color: #C67307;
  background-color: #FEF4E6;
}
.form-group.is-warning .progress-bar {
  width: 50%;
  background-color: #F9A63A;
}

.custom-control-label.st-disabled {
  opacity: 0.4;
}

.ui-input-clear {
  width: 100%;
  padding-left: 12px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 140%;
  color: #1C2229;
}
.ui-input-clear:focus, .ui-input-clear:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-label {
  position: relative;
  display: block;
  padding: 2px 20px 2px 6px;
  background: #F5F7FA;
  border-radius: 2px;
  font-size: 14px;
  line-height: 140%;
  color: #1C2229;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-label .close {
  position: absolute;
  top: -6px;
  right: 6px;
  bottom: 0;
}
.ui-label .close .ic {
  width: 12px;
  height: 12px;
}

.ui-labels-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D0D3D8;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-labels-block__inner {
  padding: 5px 0 5px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
}
.ui-labels-block .ui-label {
  width: 100%;
  margin-bottom: 3px;
}
.ui-labels-block .dropdown {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 145px !important;
}
.ui-labels-block .bootstrap-select {
  position: relative;
}

.ui-nav .nav-link {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px 14px 20px;
  font-weight: 500;
  line-height: 140%;
  color: #1C2229;
}
.ui-nav .nav-link .ic {
  margin-right: 8px;
}
.ui-nav .nav-link.active, .ui-nav .nav-link:hover {
  -webkit-box-shadow: inset 0 -2px 0 #2F8733;
          box-shadow: inset 0 -2px 0 #2F8733;
}

.label-note {
  color: #E83137;
}

.ic-smile {
  fill: #B5BBC2;
}

.ic-smile-1 {
  fill: #D24103;
}

.ic-smile-2 {
  fill: #DB5D01;
}

.ic-smile-3 {
  fill: #E47901;
}

.ic-smile-4 {
  fill: #ED9600;
}

.ic-smile-5 {
  fill: #F6B200;
}

.ic-smile-6 {
  fill: #FFCE00;
}

.ic-smile-7 {
  fill: #DFCF08;
}

.ic-smile-8 {
  fill: #BFD111;
}

.ic-smile-9 {
  fill: #9ED219;
}

.ic-smile-10 {
  fill: #7ED321;
}

.ui-editing {
  height: auto;
  border: none;
  resize: none;
}
.ui-editing:hover {
  background: #F5F7FA;
  border-radius: 4px;
}
.ui-editing::-webkit-input-placeholder {
  color: #9198A4;
}
.ui-editing::-moz-placeholder {
  color: #9198A4;
}
.ui-editing:-ms-input-placeholder {
  color: #9198A4;
}
.ui-editing::-ms-input-placeholder {
  color: #9198A4;
}
.ui-editing::placeholder {
  color: #9198A4;
}
.ui-editing_w-note:after {
  content: "*";
  color: #E83137;
}

.ui-scroll {
  overflow-y: auto;
  scrollbar-color: #D0D5DD transparent;
  scrollbar-width: thin;
}
.ui-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ui-scroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.ui-scroll::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 2px;
}

.ui-scroll-goriz {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #D0D5DD transparent;
  scrollbar-width: thin;
  white-space: nowrap;
}
.ui-scroll-goriz::-webkit-scrollbar {
  height: 4px;
}
.ui-scroll-goriz::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 2px;
}

.ic-dislike {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.ui-field-color {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}
.ui-field-color:focus {
  background-color: transparent;
}

.ui-field-color-wrap {
  position: relative;
}
.ui-field-color-wrap:after {
  position: absolute;
  top: 14px;
  right: 15px;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 0 2px 0 12px;
  border: 1.25px solid #6C7685;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .ui-modal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100vh;
  }
  .ui-modal .modal-content {
    border-radius: 0;
    border: none;
  }
  .ui-modal .modal-body {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
}

.ui-photo-editor .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}
.ui-photo-editor .toolbar__button {
  border: none;
  width: 40px;
  height: 38px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-photo-editor .btn-group {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}

.ui-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 430px;
  padding: 56px 8px;
  border: 1px dashed #B5BBC2;
  border-radius: 8px;
}
.ui-upload__info {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.ui-upload__btn {
  padding: 6px 16px;
  background: #F3F7F3;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2F8733;
}
.ui-upload_sm {
  height: 124px;
}
.ui-upload_mod-a .ui-upload__info {
  margin-top: 0;
}
.ui-upload_mod-a .ui-upload__btn {
  margin-bottom: 0;
  color: var(--grays-800, #2B323E);
}

.border-gray {
  border-color: #DADDE1;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.bra-1 {
  border-radius: 4px;
}

.bra-2 {
  border-radius: 8px;
}

.bra-3 {
  border-radius: 16px;
}

.breadcrumb {
  padding-right: 24px;
}

.custom-switch-right {
  padding-left: 0;
  padding-right: 2.25rem;
}
.custom-switch-right .custom-control-label::after {
  left: auto;
  right: -34px;
}
.custom-switch-right .custom-control-label::before {
  left: auto;
  right: -2.25rem;
}
.custom-switch-right .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}

.ui-label-test {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 3px 12px;
  border-radius: 30px;
  background: #EDEEF0;
  color: #475467;
  font-size: 11px;
  line-height: 125%;
}
.ui-label-test.check {
  padding-left: 8px;
}
.ui-label-test.check:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  vertical-align: -12%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_4259_50175)"><path d="M6 11C8.75 11 11 8.75 11 6C11 3.25 8.75 1 6 1C3.25 1 1 3.25 1 6C1 8.75 3.25 11 6 11Z" stroke="%23475467" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.875 6L5.29 7.415L8.125 4.58502" stroke="%23475467" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4259_50175"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
}

.ui-card {
  display: block;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: #FFF;
}
.ui-card__img {
  margin-bottom: 16px;
}
.ui-card__title {
  margin-bottom: 4px;
  color: var(--grays-900, #1C2229);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.ui-card__text {
  color: var(--grays-600, #475467);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.ui-card:hover {
  text-decoration: none;
}

.ui-card-2 {
  padding: 16px;
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-card-2__img {
  margin-bottom: 12px;
}
.ui-card-2__title {
  margin-bottom: 4px;
  color: var(--grays-900, #1C2229);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.ui-card-2__text {
  color: var(--grays-600, #475467);
  line-height: 125%;
}
.ui-card-2[href]:hover, .ui-card-2[href].active {
  border-color: var(--main-green-600, #2F8733);
}

.mt-n20 {
  margin-top: 20px !important;
}

.st-events-none {
  pointer-events: none;
}

#svg circle {
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
  stroke: #DADDE1;
  stroke-width: 20px;
}

#svg #bar {
  stroke: #2F8733;
}

.ui-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  position: relative;
}

.ui-spinner:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  content: attr(data-pct) "%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  line-height: 160px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.ui-spinner_r-116 {
  -webkit-transform: scale(0.58);
          transform: scale(0.58);
}

.spinner-border {
  border-width: 5px;
}

.spinner-border-lg {
  width: 116px;
  height: 116px;
  border-width: 20px;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
  height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  color: var(--light-1, #FFF);
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
}

.badge-danger {
  background: var(--red-300, #D82518);
}

.ui-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--grays-1000, #0E1115);
  font-size: 12px;
  font-weight: normal;
  line-height: 125%;
}

.ui-badge-warning {
  background: #FCE989;
}

.ui-badge-danger {
  background: #FFAC80;
}

.ui-badge-success {
  background: #C2F0AD;
}

.ui-badge-info {
  background: #FEA6A6;
}

.ui-badge-blue {
  background: #BBD9FD;
}

.ui-badge-violet {
  background: #CDC9FA;
}

.ui-badge-mod-a {
  background-color: #D20303;
  color: #fff;
}

.ui-badge-mod-b {
  background-color: #FC4E45;
  color: #fff;
}

.ui-badge-mod-c {
  background-color: #FD7777;
  color: #0E1115;
}

.ui-badge-mod-d {
  background-color: #FEA4A4;
  color: #0E1115;
}

.ui-badge-mod-e {
  background-color: #FECDCD;
  color: #0E1115;
}

.ui-badge-mod-f {
  background-color: #FCE989;
  color: #0E1115;
}

.ui-badge-mod-g {
  background-color: #B6EEAA;
  color: #0E1115;
}

.ui-badge-mod-h {
  background-color: #7ED321;
  color: #0E1115;
}

.ui-badge-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 6px;
  color: #FFF;
}
.ui-badge-type_csat {
  background: #F25F0D;
}
.ui-badge-type_nps {
  background: #F2370D;
}
.ui-badge-type_ces {
  background: #F2110D;
}
.ui-badge-type_enps {
  background: #E87902;
}
.ui-badge-type_pmf {
  background: #C98A00;
}
.ui-badge-type_surveys {
  background: #01B1A7;
}
.ui-badge-type_rating {
  background: #4D53DD;
}
.ui-badge-type_widget {
  background: #C257DC;
}
.ui-badge-type_payment {
  background: #57A332;
}
.ui-badge-type_feedback {
  background: #0573C7;
}
.ui-badge-type_online {
  background: #DC578F;
}
.ui-badge-type_online-text {
  background: #9780F1;
}

.st-card-csat {
  border-color: #F25F0D;
  background: rgba(242, 95, 13, 0.05);
}

.st-card-nps {
  border-color: #F2370D;
  background: rgba(242, 55, 13, 0.05);
}

.st-card-ces {
  border-color: #F2110D;
  background: rgba(242, 17, 13, 0.05);
}

.st-card-enps {
  border-color: #E87902;
  background: rgba(232, 121, 2, 0.05);
}

.st-card-pmf {
  border-color: #C98A00;
  background: rgba(201, 138, 0, 0.05);
}

.st-card-surveys {
  border-color: #01B1A7;
  background: rgba(1, 177, 167, 0.05);
}

.st-card-rating {
  border-color: #4D53DD;
  background: rgba(77, 83, 221, 0.05);
}

.st-card-widget {
  border-color: #C257DC;
  background: rgba(194, 87, 220, 0.05);
}

.st-card-payment {
  border-color: #57A332;
  background: rgba(87, 163, 50, 0.05);
}

.st-card-feedback {
  border-color: #0573C7;
  background: rgba(5, 115, 199, 0.05);
}

.st-card-online {
  border-color: #DC578F;
  background: rgba(220, 87, 143, 0.05);
}

.ui-color_csat {
  fill: #F25F0D;
  stroke: #F25F0D;
}
.ui-color_nps {
  fill: #F2370D;
  stroke: #F2370D;
}
.ui-color_ces {
  fill: #F2110D;
  stroke: #F2110D;
}
.ui-color_enps {
  fill: #E87902;
  stroke: #E87902;
}
.ui-color_pmf {
  fill: #C98A00;
  stroke: #C98A00;
}
.ui-color_surveys {
  fill: #01B1A7;
  stroke: #01B1A7;
}
.ui-color_rating {
  fill: #4D53DD;
  stroke: #4D53DD;
}
.ui-color_widget {
  fill: #C257DC;
  stroke: #C257DC;
}
.ui-color_payment {
  fill: #57A332;
  stroke: #57A332;
}
.ui-color_feedback {
  fill: #0573C7;
  stroke: #0573C7;
}
.ui-color_online {
  fill: #DC578F;
  stroke: #DC578F;
}
.ui-color_online-text {
  fill: #9780F1;
  stroke: #9780F1;
}

.st-sort-up,
.st-sort-down,
.st-sort-invactive {
  position: relative;
  cursor: pointer;
}
.st-sort-up span:after,
.st-sort-down span:after,
.st-sort-invactive span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  vertical-align: bottom;
}

.st-sort-up span:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.20464 4.89064C9.30911 4.78615 9.43314 4.70325 9.56965 4.6467C9.70616 4.59014 9.85247 4.56104 10.0002 4.56104C10.148 4.56104 10.2943 4.59014 10.4308 4.6467C10.5673 4.70325 10.6914 4.78615 10.7958 4.89064L13.1772 7.27294C13.2965 7.4009 13.3614 7.57014 13.3583 7.74502C13.3552 7.91989 13.2844 8.08673 13.1607 8.2104C13.037 8.33408 12.8702 8.40492 12.6953 8.408C12.5204 8.41109 12.3512 8.34618 12.2232 8.22694L10.0002 6.00394L7.77724 8.22694C7.71544 8.29326 7.64092 8.34645 7.55812 8.38335C7.47532 8.42024 7.38594 8.44008 7.29531 8.44168C7.20467 8.44328 7.11465 8.4266 7.0306 8.39266C6.94655 8.35871 6.8702 8.30818 6.8061 8.24408C6.742 8.17998 6.69147 8.10363 6.65753 8.01958C6.62358 7.93553 6.6069 7.84551 6.6085 7.75487C6.6101 7.66424 6.62994 7.57486 6.66683 7.49206C6.70373 7.40926 6.75692 7.33474 6.82324 7.27294L9.20464 4.89064Z" fill="%231C2229"/><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M9.20416 15.1093C9.30863 15.2138 9.43267 15.2967 9.56918 15.3532C9.70569 15.4098 9.852 15.4389 9.99976 15.4389C10.1475 15.4389 10.2938 15.4098 10.4304 15.3532C10.5669 15.2967 10.6909 15.2138 10.7954 15.1093L13.1768 12.727C13.296 12.599 13.3609 12.4298 13.3578 12.2549C13.3547 12.08 13.2839 11.9132 13.1602 11.7895C13.0366 11.6658 12.8697 11.595 12.6948 11.5919C12.52 11.5888 12.3507 11.6537 12.2228 11.773L9.99976 13.996L7.77676 11.773C7.64881 11.6537 7.47956 11.5888 7.30469 11.5919C7.12982 11.595 6.96298 11.6658 6.8393 11.7895C6.71563 11.9132 6.64479 12.08 6.64171 12.2549C6.63862 12.4298 6.70353 12.599 6.82276 12.727L9.20416 15.1093Z" fill="%231C2229"/></svg>') no-repeat 50% 50%;
}

.st-sort-down span:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M9.20464 4.89064C9.30911 4.78615 9.43314 4.70325 9.56965 4.6467C9.70616 4.59014 9.85247 4.56104 10.0002 4.56104C10.148 4.56104 10.2943 4.59014 10.4308 4.6467C10.5673 4.70325 10.6914 4.78615 10.7958 4.89064L13.1772 7.27294C13.2965 7.4009 13.3614 7.57014 13.3583 7.74502C13.3552 7.91989 13.2844 8.08673 13.1607 8.2104C13.037 8.33408 12.8702 8.40492 12.6953 8.408C12.5204 8.41109 12.3512 8.34618 12.2232 8.22694L10.0002 6.00394L7.77724 8.22694C7.71544 8.29326 7.64092 8.34645 7.55812 8.38335C7.47532 8.42024 7.38594 8.44008 7.29531 8.44168C7.20467 8.44328 7.11465 8.4266 7.0306 8.39266C6.94655 8.35871 6.8702 8.30818 6.8061 8.24408C6.742 8.17998 6.69147 8.10363 6.65753 8.01958C6.62358 7.93553 6.6069 7.84551 6.6085 7.75487C6.6101 7.66424 6.62994 7.57486 6.66683 7.49206C6.70373 7.40926 6.75692 7.33474 6.82324 7.27294L9.20464 4.89064Z" fill="%231C2229"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.20416 15.1093C9.30863 15.2138 9.43267 15.2967 9.56918 15.3532C9.70569 15.4098 9.852 15.4389 9.99976 15.4389C10.1475 15.4389 10.2938 15.4098 10.4304 15.3532C10.5669 15.2967 10.6909 15.2138 10.7954 15.1093L13.1768 12.727C13.296 12.599 13.3609 12.4298 13.3578 12.2549C13.3547 12.08 13.2839 11.9132 13.1602 11.7895C13.0366 11.6658 12.8697 11.595 12.6948 11.5919C12.52 11.5888 12.3507 11.6537 12.2228 11.773L9.99976 13.996L7.77676 11.773C7.64881 11.6537 7.47956 11.5888 7.30469 11.5919C7.12982 11.595 6.96298 11.6658 6.8393 11.7895C6.71563 11.9132 6.64479 12.08 6.64171 12.2549C6.63862 12.4298 6.70353 12.599 6.82276 12.727L9.20416 15.1093Z" fill="%231C2229"/></svg>') no-repeat 50% 50%;
}

.st-sort-invactive span:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M9.20464 4.89064C9.30911 4.78615 9.43314 4.70325 9.56965 4.6467C9.70616 4.59014 9.85247 4.56104 10.0002 4.56104C10.148 4.56104 10.2943 4.59014 10.4308 4.6467C10.5673 4.70325 10.6914 4.78615 10.7958 4.89064L13.1772 7.27294C13.2965 7.4009 13.3614 7.57014 13.3583 7.74502C13.3552 7.91989 13.2844 8.08673 13.1607 8.2104C13.037 8.33408 12.8702 8.40492 12.6953 8.408C12.5204 8.41109 12.3512 8.34618 12.2232 8.22694L10.0002 6.00394L7.77724 8.22694C7.71544 8.29326 7.64092 8.34645 7.55812 8.38335C7.47532 8.42024 7.38594 8.44008 7.29531 8.44168C7.20467 8.44328 7.11465 8.4266 7.0306 8.39266C6.94655 8.35871 6.8702 8.30818 6.8061 8.24408C6.742 8.17998 6.69147 8.10363 6.65753 8.01958C6.62358 7.93553 6.6069 7.84551 6.6085 7.75487C6.6101 7.66424 6.62994 7.57486 6.66683 7.49206C6.70373 7.40926 6.75692 7.33474 6.82324 7.27294L9.20464 4.89064Z" fill="%231C2229"/><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M9.20416 15.1093C9.30863 15.2138 9.43267 15.2967 9.56918 15.3532C9.70569 15.4098 9.852 15.4389 9.99976 15.4389C10.1475 15.4389 10.2938 15.4098 10.4304 15.3532C10.5669 15.2967 10.6909 15.2138 10.7954 15.1093L13.1768 12.727C13.296 12.599 13.3609 12.4298 13.3578 12.2549C13.3547 12.08 13.2839 11.9132 13.1602 11.7895C13.0366 11.6658 12.8697 11.595 12.6948 11.5919C12.52 11.5888 12.3507 11.6537 12.2228 11.773L9.99976 13.996L7.77676 11.773C7.64881 11.6537 7.47956 11.5888 7.30469 11.5919C7.12982 11.595 6.96298 11.6658 6.8393 11.7895C6.71563 11.9132 6.64479 12.08 6.64171 12.2549C6.63862 12.4298 6.70353 12.599 6.82276 12.727L9.20416 15.1093Z" fill="%231C2229"/></svg>') no-repeat 50% 50%;
}

.table th {
  line-height: 1.2;
}

.table-smile {
  width: 20px;
  height: 20px;
}

.table-descrip {
  min-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ui-table-wrap {
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid var(--grays-100, #EDEEF0);
  overflow: hidden;
}

.ui-table-sort a:not(.btn) {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-table-sort a:not(.btn):hover {
  border-radius: 4px;
  background: var(--main-green-50, #F3F7F3);
  text-decoration: none;
}
.ui-table-sort .dropdown:hover {
  border-radius: 4px;
  background: var(--main-green-50, #F3F7F3);
  text-decoration: none;
}
.ui-table-sort .dropdown-toggle {
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--main-green-600, #2F8733);
}
.ui-table-sort .dropdown-toggle:after {
  content: none;
}
.ui-table-sort .dropdown-item .ic {
  display: inline-block;
  margin-right: 10px;
}
.ui-table-sort thead th {
  vertical-align: bottom;
}
.ui-table-sort thead th:not(:last-child) {
  border-right: 1px solid var(--grays-100, #EDEEF0);
}
.ui-table-sort thead th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ui-table-sort thead th .dropdown {
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.ui-table-sort thead th .dropdown-item .ic {
  width: 18px;
  margin-right: 10px;
  stroke: #6C7685;
}
.ui-table-sort th {
  position: relative;
  padding: 8px 12px;
}
.ui-table-sort td {
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.ui-table-sort td:not(:last-child) {
  border-right: 1px solid var(--grays-100, #EDEEF0);
}
.ui-table-sort__th-border {
  border-right: 1px solid var(--grays-100, #EDEEF0);
}
.ui-table-sort .ui-table-sort__th-drop {
  padding-right: 38px;
}
.ui-table-sort .ui-table-sort__th-pd-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ui-table-sort__name {
  min-width: 160px;
}
.ui-table-sort__btn {
  padding: 8px;
  font-size: 13px;
  font-weight: 400;
}
.ui-table-sort__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-table-sort__btn-show {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.ui-table-sort__btn-show:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M3 5L3 2.11342C3 1.682 3.50973 1.45309 3.83218 1.73972L7.07958 4.6263C7.30334 4.82519 7.30334 5.17481 7.07958 5.3737L3.83218 8.26028C3.50973 8.54691 3 8.318 3 7.88658L3 5Z" fill="%232F8733"/></svg>');
}
.ui-table-sort__btn-show:hover {
  border-color: var(--main-green-600, #2F8733);
  background: #FFF;
}
.ui-table-sort__btn-copy {
  stroke: #475467;
}
.ui-table-sort__btn-copy:hover {
  stroke: var(--primary);
}
.ui-table-sort__btn-edit {
  stroke: #2F8733;
}
.ui-table-sort__btn-edit:hover {
  stroke: #475467;
}
.ui-table-sort__btn-del {
  stroke: #D92D20;
}
.ui-table-sort__btn-del:hover {
  stroke: var(--primary);
}
.ui-table-sort__btn-arch {
  stroke: #2B323E;
}
.ui-table-sort__btn-arch:hover {
  stroke: var(--primary);
}
.ui-table-sort th.ui-table-sort__th-colspan span {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.ui-table-sort th.ui-table-sort__th-colspan span .dropdown {
  right: -24px;
  bottom: -4px;
}
.ui-table-sort .st-hide-cell {
  display: none;
}

.ui-table-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 20px;
  color: var(--grays-900, #1C2229);
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}
.ui-table-nav__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -10px;
  padding-right: 20px;
}
.ui-table-nav__wrap .btn {
  min-width: 128px;
}
.ui-table-nav__numbers {
  margin-left: 40px;
  margin-right: 40px;
  color: var(--grays-600, #475467);
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}
.ui-table-nav__select {
  margin-left: 8px;
}
.ui-table-nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-table-nav__btn {
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #475467;
  border: none;
  background-color: transparent;
}
.ui-table-nav__btn:disabled {
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .ui-table-nav__text, .ui-table-nav__select {
    display: none;
  }
  .ui-table-nav__numbers {
    margin-left: 0;
  }
  .ui-table-nav__wrap {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .ui-table-nav__wrap .btn {
    width: 100%;
    margin-bottom: 8px;
  }
}

.text-danger {
  color: var(--danger-700, #AE241A);
}

/*!
 * jQCloud 2.0.3
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.jqcloud {
  font-size: 10px;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
.jqcloud .st-positive {
  color: var(--smiley-green, #7ED321);
}
.jqcloud .st-negative {
  color: var(--smiley-red, #D24103);
}
.jqcloud .st-neutral {
  color: #5AD38B;
}

.jqcloud-word {
  cursor: pointer;
}

.jqcloud-word.w1 {
  font-size: 100%;
}

.jqcloud-word.w2 {
  font-size: 150%;
}

.jqcloud-word.w3 {
  font-size: 200%;
}

.jqcloud-word.w4 {
  font-size: 250%;
}

.jqcloud-word.w5 {
  font-size: 300%;
}

.jqcloud-word.w6 {
  font-size: 350%;
}

.jqcloud-word.w7 {
  font-size: 400%;
}

.jqcloud-word.w8 {
  font-size: 450%;
}

.jqcloud-word.w9 {
  font-size: 500%;
}

.jqcloud-word.w10 {
  font-size: 550%;
}

.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.jqcloud-word a:hover {
  color: #00ccff;
}

.ui-radio-abs__item.st-disabled {
  opacity: 0.4;
}
.ui-radio-abs__item:not(:last-child) {
  margin-bottom: 8px;
}
.ui-radio-abs__item:nth-child(1) .ui-radio-abs__label:before {
  content: "A";
}
.ui-radio-abs__item:nth-child(2) .ui-radio-abs__label:before {
  content: "B";
}
.ui-radio-abs__item:nth-child(3) .ui-radio-abs__label:before {
  content: "C";
}
.ui-radio-abs__item:nth-child(4) .ui-radio-abs__label:before {
  content: "D";
}
.ui-radio-abs__item:nth-child(5) .ui-radio-abs__label:before {
  content: "E";
}
.ui-radio-abs__input {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.ui-radio-abs__input:checked + .ui-radio-abs__label {
  color: var(--main-green-600, #2F8733);
  border-color: var(--main-green-600, #2F8733);
}
.ui-radio-abs__input:checked + .ui-radio-abs__label:before {
  background-color: var(--main-green-600, #2F8733);
}
.ui-radio-abs__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 12px 7px 8px;
  border-radius: 5px;
  border: 1px solid var(--grays-200, #DADDE1);
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-radio-abs__label.st-disabled {
  opacity: 0.4;
}
.ui-radio-abs__label:before {
  content: "0";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  padding: 1px 4px;
  border-radius: 4px;
  background: var(--grays-500, #6C7685);
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.ui-radio-abs__label:hover {
  color: var(--main-green-600, #2F8733);
  border-color: var(--main-green-600, #2F8733);
}
.ui-radio-abs__label:hover:before {
  background-color: var(--main-green-600, #2F8733);
}

.custom-checkbox_info {
  margin-bottom: 0;
}
.custom-checkbox_info .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid var(--Blue, #0D7CF2);
  background: var(--Blue, #0D7CF2);
}

.tooltip.tooltip-light {
  opacity: 1;
}
.tooltip.tooltip-light .tooltip-inner {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
  -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
          box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
  color: var(--grays-900, #1C2229);
  font-size: 14px;
  line-height: 140%;
  opacity: 1;
}
.tooltip.tooltip-light .arrow::before {
  bottom: -1px;
  z-index: 1;
  border-bottom-color: #FFF;
}

.ui-st-positive {
  color: var(--smiley-green, #7ED321);
}

.ui-st-neutral {
  color: var(--smiley-yellow, #FFCE00);
}

.ui-st-negative {
  color: var(--smiley-red, #D24103);
}

.ui-bg-positive {
  background-color: var(--smiley-green, #7ED321);
}

.ui-bg-neutral {
  background-color: var(--smiley-yellow, #FFCE00);
}

.ui-bg-negative {
  background-color: var(--smiley-red, #D24103);
}

.ui-bg-gray {
  background-color: #DADDE1;
}

.ui-st-arr:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.ui-st-arr.ui-st-down:before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.ui-st-arr.ui-st-positive:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.875 8.125L8.125 1.875M8.125 1.875L3.4375 1.875M8.125 1.875V6.5625" stroke="%237ED321" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ui-st-arr.ui-st-neutral:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.875 8.125L8.125 1.875M8.125 1.875L3.4375 1.875M8.125 1.875V6.5625" stroke="%23FFCE00" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ui-st-arr.ui-st-negative:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.875 8.125L8.125 1.875M8.125 1.875L3.4375 1.875M8.125 1.875V6.5625" stroke="%23EA4435" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.ui-link-dark {
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: var(--grays-900, #1C2229);
}
.ui-link-dark:hover {
  text-decoration: none;
}

.ui-link-underline {
  text-decoration: underline;
}

.dropdown-menu_mod-a {
  font-size: 14px;
}
.dropdown-menu_mod-a .dropdown-header {
  padding: 5px 12px 4px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.dropdown-menu_mod-a .dropdown-list {
  padding-top: 4px;
  padding-bottom: 5px;
}
.dropdown-menu_mod-a .dropdown-title {
  padding: 12px 0;
  color: var(--grays-500, #6C7685);
  font-size: 11px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.dropdown-menu_mod-a .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: none;
  background-color: transparent;
}
.dropdown-menu_mod-a .dropdown-item .ic {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  stroke: #6C7685;
}
.dropdown-menu_mod-a .dropdown-item:hover {
  background: var(--main-green-50, #F3F7F3);
}
.dropdown-menu_mod-a .dropdown-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.dropdown-menu_mod-a .dropdown-switch .custom-switch {
  margin-left: 12px;
}
.dropdown-menu_mod-a .dropdown-switch-title {
  width: calc(100% - 48px);
  color: var(--grays-900, #1C2229);
  font-size: 14px;
  line-height: 140%;
}
.dropdown-menu_mod-a .dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu_mod-a .dropdown-col {
  width: calc(50% - 5px);
}
.dropdown-menu_mod-a .b-control-icons__title {
  font-weight: 400;
}
.dropdown-menu_mod-a .dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
}

.ui-scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: var(--grays-1000, #0E1115);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.ui-scroll-up.show {
  opacity: 1;
  z-index: 100;
}
.ui-scroll-up:hover {
  opacity: 0.7;
}

.ui-radio-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-radio-blocks_mod-a .ui-radio-blocks-label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
  line-height: 1.25;
  background: #fff no-repeat calc(100% - 4px) 4px;
}
.ui-radio-blocks_mod-a .ui-radio-blocks-ic {
  width: 100%;
  margin-bottom: 8px;
}
.ui-radio-blocks_mod-a .ui-radio-blocks-input:checked + .ui-radio-blocks-label {
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.9974 18.3333C14.5807 18.3333 18.3307 14.5833 18.3307 9.99996C18.3307 5.41663 14.5807 1.66663 9.9974 1.66663C5.41406 1.66663 1.66406 5.41663 1.66406 9.99996C1.66406 14.5833 5.41406 18.3333 9.9974 18.3333Z" fill="%232F8733" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.46094 10L8.81927 12.3584L13.5443 7.64172" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat calc(100% - 4px) 4px;
}
.ui-radio-blocks_mod-b .ui-radio-blocks-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 68px;
  height: 68px;
  background-color: #DADDE1;
}
.ui-radio-blocks_mod-b .ui-radio-blocks-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.99996 0.666666C4.40829 0.666666 0.666626 4.40833 0.666626 9C0.666626 13.5917 4.40829 17.3333 8.99996 17.3333C13.5916 17.3333 17.3333 13.5917 17.3333 9C17.3333 4.40833 13.5916 0.666666 8.99996 0.666666ZM12.9833 7.08333L8.25829 11.8083C8.14163 11.925 7.98329 11.9917 7.81663 11.9917C7.64996 11.9917 7.49163 11.925 7.37496 11.8083L5.01663 9.45C4.77496 9.20833 4.77496 8.80833 5.01663 8.56667C5.25829 8.325 5.65829 8.325 5.89996 8.56667L7.81663 10.4833L12.1 6.2C12.3416 5.95833 12.7416 5.95833 12.9833 6.2C13.225 6.44167 13.225 6.83333 12.9833 7.08333Z" fill="%232F8733"/></svg>') no-repeat calc(100% - 5px) calc(100% - 5px);
  z-index: 1;
}
.ui-radio-blocks_mod-b .ui-radio-blocks-input:checked + .ui-radio-blocks-label {
  border-width: 2px;
  background: #DADDE1;
}
.ui-radio-blocks_mod-b .ui-radio-blocks-input:checked + .ui-radio-blocks-label:after {
  content: "";
}
.ui-radio-blocks_no-bg .ui-radio-blocks-input:checked + .ui-radio-blocks-label {
  background: #fff;
}
.ui-radio-blocks_lg .ui-radio-blocks-label {
  padding: 15px 36px 15px 12px;
  font-size: 15px;
}
.ui-radio-blocks_lg .ui-radio-blocks-label .ic {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.ui-radio-blocks_check .ui-radio-blocks-input:checked + .ui-radio-blocks-label {
  background: #fff url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="3.5" fill="%232F8733"/><rect x="0.5" y="0.5" width="15" height="15" rx="3.5" stroke="%232F8733"/><path d="M6.70312 11.208L4.10938 8.61426C3.95312 8.45801 3.95312 8.19238 4.10938 8.03613L4.67188 7.47363C4.82812 7.31738 5.07812 7.31738 5.23438 7.47363L7 9.22363L10.75 5.47363C10.9062 5.31738 11.1562 5.31738 11.3125 5.47363L11.875 6.03613C12.0312 6.19238 12.0312 6.45801 11.875 6.61426L7.28125 11.208C7.125 11.3643 6.85938 11.3643 6.70312 11.208Z" fill="white"/></svg>') no-repeat calc(100% - 10px) 50%;
}
.ui-radio-blocks_check .ui-radio-blocks-label .ic {
  width: 28px;
  height: 28px;
}

.ui-radio-blocks-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 8px 36px 8px 8px;
  border-radius: 6px;
  border: 1px solid var(--Stroke, #D0D3D8);
  background: var(--White, #FFF) no-repeat calc(100% - 8px) 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
  fill: #B5BBC2;
  overflow: hidden;
  stroke: #B5BBC2;
}
.ui-radio-blocks-label .ic {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
}
.ui-radio-blocks-label:hover {
  border-color: var(--main-green-600, #2F8733);
  color: var(--main-green-600, #2F8733);
  fill: #2F8733;
  stroke: #2F8733;
}
.ui-radio-blocks-label.active {
  border-color: var(--main-green-600, #2F8733);
  color: var(--main-green-600, #2F8733);
  fill: #2F8733;
  stroke: #2F8733;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.9974 18.3333C14.5807 18.3333 18.3307 14.5833 18.3307 9.99996C18.3307 5.41663 14.5807 1.66663 9.9974 1.66663C5.41406 1.66663 1.66406 5.41663 1.66406 9.99996C1.66406 14.5833 5.41406 18.3333 9.9974 18.3333Z" fill="%232F8733" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.46094 10L8.81927 12.3584L13.5443 7.64172" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat calc(100% - 8px) 50%;
}

.ui-radio-blocks-input {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  orphans: 0;
}
.ui-radio-blocks-input:checked + .ui-radio-blocks-label {
  border-color: var(--main-green-600, #2F8733);
  color: var(--main-green-600, #2F8733);
  fill: #2F8733;
  stroke: #2F8733;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.9974 18.3333C14.5807 18.3333 18.3307 14.5833 18.3307 9.99996C18.3307 5.41663 14.5807 1.66663 9.9974 1.66663C5.41406 1.66663 1.66406 5.41663 1.66406 9.99996C1.66406 14.5833 5.41406 18.3333 9.9974 18.3333Z" fill="%232F8733" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.46094 10L8.81927 12.3584L13.5443 7.64172" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat calc(100% - 8px) 50%;
}

.ui-radio-blocks-2.active .ui-radio-blocks-2__label {
  border-color: #2F8733;
}
.ui-radio-blocks-2__input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.ui-radio-blocks-2__input:checked + .ui-radio-blocks-2__label {
  border-color: #2F8733;
}
.ui-radio-blocks-2__label {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  background: #F3F7F3;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #F3F7F3;
  cursor: pointer;
}
.ui-radio-blocks-2__label .ic {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.ui-code-frame {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: var(--grays-50, #F5F7FA);
}
.ui-code-frame__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 4px;
}
.ui-code-frame__title {
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.168px;
  text-transform: uppercase;
}
.ui-code-frame__body {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: transparent;
}
.ui-code-frame__footer {
  padding: 12px;
  border-top: 1px solid var(--grays-200, #DADDE1);
}
.ui-code-frame__footer a {
  color: var(--grays-800, #2B323E);
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.ui-code-frame__footer a:hover {
  color: var(--bs-primary);
}
.ui-code-frame__copy {
  width: 36px;
  height: 36px;
  padding: 0;
  stroke: #475467;
}

.ui-messenger {
  position: absolute;
}
.ui-messenger__body {
  display: none;
  position: relative;
  max-width: 100%;
  width: 654px;
  padding: 4px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
  text-align: center;
}
.ui-messenger__inner {
  max-height: calc(100vh - 220px);
  padding: 24px 24px 8px;
}
.ui-messenger__close {
  position: absolute;
  left: -8px;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 40px;
  border: none;
  background: var(--grays-800, #2B323E) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M2.25 2.25L9.75 9.75" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M9.75 2.25L2.25 9.75" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat 50%;
}
.ui-messenger__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 17px 28px;
  background: #216AD8;
  border: none;
  color: var(--White, #FFF);
  font-size: 16px;
  line-height: 140%;
  white-space: nowrap;
}
.ui-messenger__btn:after {
  display: none;
}
.ui-messenger__btn-append {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #216AD8;
}
.ui-messenger .b-frame__area-wrap {
  max-width: 100%;
}
.ui-messenger .b-frame-icons {
  padding-top: 4px;
  padding-bottom: 24px;
}
.ui-messenger .b-frame-dev {
  margin-top: 46px;
}
.ui-messenger[data-position=left-top] {
  top: 36px;
  left: 24px;
}
.ui-messenger[data-position=left-top] .ui-messenger__btn-append {
  bottom: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.ui-messenger[data-position=left-center] {
  left: 0;
  top: 50%;
}
.ui-messenger[data-position=left-center] .ui-messenger__body {
  margin-left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-messenger[data-position=left-center] .ui-messenger__btn-append {
  display: none;
}
.ui-messenger[data-position=left-center] .ui-messenger__btn {
  padding: 8px 16px;
  -webkit-transform: rotate(90deg) translate(-50%, -100%);
          transform: rotate(90deg) translate(-50%, -100%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-radius: 6px 6px 0px 0px;
}
.ui-messenger[data-position=left-bottom] {
  left: 24px;
  right: auto;
  bottom: 36px;
}
.ui-messenger[data-position=left-bottom] .ui-messenger__btn-append {
  top: 100%;
  left: 0;
  margin-top: -0.5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.ui-messenger[data-position=right-top] {
  top: 36px;
  right: 24px;
}
.ui-messenger[data-position=right-top] .ui-messenger__btn-append {
  bottom: 100%;
  right: 0;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.ui-messenger[data-position=right-center] {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-messenger[data-position=right-center] .ui-messenger__btn-append {
  display: none;
}
.ui-messenger[data-position=right-center] .ui-messenger__btn {
  padding: 8px 16px;
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
          transform: rotate(-90deg) translate(50%, -50%);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 6px 6px 0px 0px;
}
.ui-messenger[data-position=right-bottom] {
  bottom: 36px;
  right: 24px;
}
.ui-messenger[data-position=right-bottom] .ui-messenger__btn-append {
  top: 100%;
  right: 0;
  margin-top: -0.5px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.ui-messenger[data-size=micro] .b-frame__area-wrap {
  margin-bottom: 16px;
}
.ui-messenger[data-size=large].st-show {
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.ui-messenger[data-size=large].st-show[data-position=left-top], .ui-messenger[data-size=large].st-show[data-position=left-bottom] {
  left: 0;
}
.ui-messenger[data-size=large].st-show[data-position=right-top], .ui-messenger[data-size=large].st-show[data-position=right-bottom] {
  right: 0;
}
.ui-messenger[data-size=large] .ui-messenger__body {
  width: 773px;
  margin-left: 0;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}
.ui-messenger[data-size=large] .ui-messenger__close {
  left: 12px;
  top: 12px;
}
.ui-messenger[data-size=large] .ui-messenger__inner {
  max-height: 100%;
  height: calc(100vh - 174px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-messenger[data-size=large] .ui-messenger__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ui-messenger[data-size=large] .ui-messenger .b-frame-icons {
  padding-bottom: 48px;
}
.ui-messenger[data-size=large] .b-frame-icons {
  padding-bottom: 48px;
}
.ui-messenger[data-messenger-form=rounded] .bs-messenger__trigger {
  border-radius: 8px;
}
.ui-messenger[data-messenger-form=circle] .bs-messenger__trigger {
  border-radius: 8px;
}
.ui-messenger[data-messenger-form=circle].st-show .bs-messenger__trigger {
  border-radius: 50%;
}
.ui-messenger[data-messenger-type=typeQuest] .bs-messenger__trigger .ic {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17 18.4301H13L8.54999 21.39C7.88999 21.83 7 21.3601 7 20.5601V18.4301C4 18.4301 2 16.4301 2 13.4301V7.42999C2 4.42999 4 2.42999 7 2.42999H17C20 2.42999 22 4.42999 22 7.42999V13.4301C22 16.4301 20 18.4301 17 18.4301Z" stroke="%23ffffff" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.9998 11.3601V11.1501C11.9998 10.4701 12.4198 10.1101 12.8398 9.82013C13.2498 9.54013 13.6597 9.18014 13.6597 8.52014C13.6597 7.60014 12.9198 6.86011 11.9998 6.86011C11.0798 6.86011 10.3398 7.60014 10.3398 8.52014" stroke="%23ffffff" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.9951 13.75H12.0041" stroke="%23ffffff" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ui-messenger[data-messenger-type=typeTalk] .bs-messenger__trigger .ic {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.4699 16.83L18.8599 19.99C18.9599 20.82 18.0699 21.4 17.3599 20.97L13.1699 18.48C12.7099 18.48 12.2599 18.45 11.8199 18.39C12.5599 17.52 12.9999 16.42 12.9999 15.23C12.9999 12.39 10.5399 10.09 7.49984 10.09C6.33984 10.09 5.26984 10.42 4.37984 11C4.34984 10.75 4.33984 10.5 4.33984 10.24C4.33984 5.68999 8.28984 2 13.1699 2C18.0499 2 21.9999 5.68999 21.9999 10.24C21.9999 12.94 20.6099 15.33 18.4699 16.83Z" stroke="%23ffffff" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 15.23C13 16.42 12.56 17.5201 11.82 18.3901C10.83 19.5901 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.3301C2.86 18.4001 2 16.91 2 15.23C2 13.47 2.94 11.9201 4.38 11.0001C5.27 10.4201 6.34 10.0901 7.5 10.0901C10.54 10.0901 13 12.39 13 15.23Z" stroke="%23ffffff" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ui-messenger[data-messenger-type=typeSmile] .bs-messenger__trigger .ic {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.25972 11.5C3.25972 6.25282 7.45535 2 12.6299 2C17.8044 2 22 6.25282 22 11.5C22 16.7472 17.8044 21 12.6299 21C11.0013 21 9.46818 20.5783 8.13265 19.8362C7.48014 19.4737 6.76011 19.3828 6.16782 19.6408L4.6421 20.3053C3.63912 20.7421 2.64255 19.6757 3.12564 18.6826L3.9678 16.9514C4.23279 16.4067 4.20878 15.7292 3.94846 15.0811C3.50421 13.9752 3.25972 12.7658 3.25972 11.5Z" stroke="%23ffffff" stroke-width="1.25"/><path d="M10.7174 9.15995C9.98132 9.68582 9.00908 9.68582 8.27295 9.13073" stroke="%23ffffff" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.2726 9.15995C16.5365 9.68582 15.5643 9.68582 14.8281 9.13073" stroke="%23ffffff" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.421 13.125C16.2563 14.7747 14.6783 16.0686 12.7559 16.0686C10.8336 16.0686 9.25557 14.7747 9.09082 13.125" stroke="%23ffffff" stroke-width="1.25" stroke-linecap="round"/></svg>');
}
@media (max-width: 1349px) {
  .ui-messenger__body {
    max-width: calc(100% - 42px);
    width: auto;
  }
  .ui-messenger[data-position=right-top] .ui-messenger__body, .ui-messenger[data-position=right-center] .ui-messenger__body, .ui-messenger[data-position=right-bottom] .ui-messenger__body {
    margin-left: auto;
  }
  .ui-messenger[data-size=large] .ui-messenger__body {
    width: auto;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 1023.98px) {
  .ui-messenger__inner {
    max-height: calc(100vh - 330px);
  }
  .ui-messenger[data-size=large] .ui-messenger__inner {
    height: calc(100vh - 288px);
  }
  .ui-messenger .b-frame-icons {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .ui-messenger[data-size=large] .ui-messenger__inner {
    display: block;
  }
  .ui-messenger[data-position=left-bottom] {
    bottom: 24px;
    left: 12px;
  }
  .ui-messenger[data-position=left-top] {
    top: 24px;
    left: 12px;
  }
  .ui-messenger[data-position=right-bottom] {
    bottom: 24px;
    right: 12px;
  }
  .ui-messenger[data-position=right-top] {
    top: 24px;
    right: 12px;
  }
  .ui-messenger.st-show[data-position=right-bottom] {
    right: 0;
    bottom: 20px;
  }
  .ui-messenger.st-show[data-position=right-top] {
    right: 0;
  }
  .ui-messenger.st-show[data-position=left-bottom] {
    bottom: 20px;
  }
}

.ui-push-group {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
}

.ui-push-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 388px;
  margin-bottom: 2px;
  padding: 7px 8px 7px 44px;
  border-radius: 8px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_7407_352617)"><path d="M10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20Z" fill="%2345C283"/><path d="M6.45898 10L8.81732 12.3584L13.5423 7.64172" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_7407_352617"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat 16px 12px;
  color: var(--grays-900, #1C2229);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
          box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(calc(100% + 24px));
          transform: translateX(calc(100% + 24px));
}
.ui-push-message__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-push-message .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 24px;
}
.ui-push-message .close .ic {
  width: 16px;
  height: 16px;
}
.ui-push-message.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ui-push-message.st-error {
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_8581_140631)"><path d="M10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20Z" fill="%23E1574D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.94194 6.05806C6.69786 5.81398 6.30214 5.81398 6.05806 6.05806C5.81398 6.30214 5.81398 6.69786 6.05806 6.94194L9.11526 9.99914L6.05806 13.0563C5.81398 13.3004 5.81398 13.6961 6.05806 13.9402C6.30214 14.1843 6.69786 14.1843 6.94194 13.9402L9.99914 10.883L13.0563 13.9402C13.3004 14.1843 13.6961 14.1843 13.9402 13.9402C14.1843 13.6961 14.1843 13.3004 13.9402 13.0563L10.883 9.99914L13.9402 6.94194C14.1843 6.69786 14.1843 6.30214 13.9402 6.05806C13.6961 5.81398 13.3004 5.81398 13.0563 6.05806L9.99914 9.11526L6.94194 6.05806Z" fill="white"/></g><defs><clipPath id="clip0_8581_140631"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat 16px 12px;
}
@media (max-width: 1023.98px) {
  .ui-push-message {
    max-width: 90vw;
  }
}

.row_gutter-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row_gutter-8 [class^=col] {
  padding-left: 4px;
  padding-right: 4px;
}
.row_gutter-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row_gutter-12 [class^=col] {
  padding-left: 6px;
  padding-right: 6px;
}
.row_gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row_gutter-16 [class^=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.row_gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row_gutter-40 [class^=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.w-340 {
  width: 340px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .w-340 {
    width: 100%;
  }
}

.ui-collapse-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 6px 8px 4px;
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
}
.ui-collapse-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M16.644 10.5001H7.35827C7.1495 10.5001 7.05329 10.7591 7.21164 10.8949L11.8545 14.8744C11.9388 14.9467 12.0634 14.9467 12.1478 14.8744L16.7906 10.8949C16.949 10.7591 16.8527 10.5001 16.644 10.5001Z" fill="%23394352"/></svg>') 50% no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ui-collapse-btn[aria-expanded=false]:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ui-collapse-btn:hover {
  text-decoration: none;
  color: var(--primary);
}

.ui-collapse-btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  color: #2B323E;
  font-size: 13px;
}
.ui-collapse-btn-2:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.11914 7.9375L8.49998 11.3183L11.8808 7.9375" stroke="%236C7685" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% no-repeat;
}
.ui-collapse-btn-2[aria-expanded=false]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ui-collapse-btn-2:hover {
  text-decoration: none;
  color: var(--primary);
}

.fill-primary {
  fill: var(--main-green-700, #266C29);
}

.stroke-primary {
  stroke: var(--main-green-700, #266C29);
}

.ui-btn-null {
  padding: 0;
  border: none;
  background-color: transparent;
}
.ui-btn-null .ic {
  stroke: inherit;
}

.ui-search {
  position: relative;
  width: 100%;
  stroke: #9198A4;
}
.ui-search__input {
  width: 100%;
  padding-left: 36px;
}
.ui-search__btn {
  position: absolute;
  left: 8px;
  top: 7px;
  bottom: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: #FFF;
}

.ui-spinner-2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  height: 100px;
}
.ui-spinner-2__inner {
  width: 50%;
  height: 100%;
}
.ui-spinner-2__inner span {
  position: absolute;
  left: 50%;
  display: block;
  width: 100px;
  height: 50px;
  border: 10px solid red;
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.ui-frame {
  border-radius: 6px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
}
.ui-frame:not(:last-child) {
  margin-bottom: 12px;
}

.ui-frame-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.ui-frame-header__title {
  color: var(--Dark, #111722);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.ui-frame-header__info {
  color: var(--grays-600, #475467);
  font-size: 14px;
  line-height: 140%;
}

.ui-frame-body {
  padding: 24px;
}
@media (max-width: 767.98px) {
  .ui-frame-body .btn {
    width: 100%;
  }
  .ui-frame-body .btn + .btn {
    margin-top: 8px;
  }
}

.ui-frame-footer {
  padding: 24px;
  border-top: 1px solid var(--grays-100, #EDEEF0);
}

.ui-countdown__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 6px;
  background: var(--main-green-50, #F3F7F3);
  color: var(--Dark, #111722);
  font-size: 14px;
  line-height: 125%;
  text-align: center;
}
.ui-countdown__number:not(:last-child) {
  margin-right: 16px;
}
.ui-countdown__time {
  display: block;
  font-weight: 500;
}
.ui-countdown__text {
  display: block;
}

.select-phone-code .btn {
  padding: 15px 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #F5F7FA;
  font-size: 0;
}
.select-phone-code .btn:after {
  margin-left: 12px;
}
.select-phone-code .btn .ic {
  width: auto;
  height: auto;
  margin-right: 0;
}
.select-phone-code_sm .btn {
  padding: 11px 8px;
}
.select-phone-code_sm .dropdown-toggle .ic {
  margin-right: 0;
}

.ui-header {
  width: 100%;
  padding: 16px 24px;
  background-color: #FFF;
  border-bottom: 0.5px solid var(--grays-100, #EDEEF0);
}
.ui-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 42px;
}
.ui-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grays-900, #1C2229);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.ui-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 12px;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-header__btn .badge {
  position: absolute;
  top: -6px;
  right: -6px;
}
.ui-header__btn .ic {
  width: 22px;
  height: 22px;
}
.ui-header__btn.type-notific {
  stroke: #2B323E;
  fill: none;
}
.ui-header__btn.type-notific:hover {
  stroke: #2F8733;
}
.ui-header__btn:hover {
  background: var(--Main-green-100, #EAF3EB);
}
.ui-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}
.ui-header__inner .btn {
  white-space: nowrap;
}
.ui-header__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .ui-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ui-header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ui-header__inner {
    display: block;
  }
  .ui-header__text {
    margin-bottom: 16px;
  }
  .ui-header__btns {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.ui-body {
  width: 100%;
}
.ui-body__inner {
  min-height: 100%;
  padding: 20px 24px;
  background: var(--grays-50, #F5F7FA);
}
.ui-body__header-mob {
  display: none;
}
.ui-body__text {
  margin-right: 16px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 140%;
}
.ui-body_mt-minus {
  margin-top: -1px;
}
@media (max-width: 1023.98px) {
  .ui-body__header-mob {
    display: block;
    padding: 16px 24px;
    background-color: #FFF;
    border-bottom: 0.5px solid var(--grays-100, #EDEEF0);
  }
  .ui-body__header-mob .btn {
    white-space: nowrap;
  }
  .ui-body__text {
    margin-bottom: 8px;
  }
}

.btn-group.nav .btn-outline-primary:not(.active) {
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--grays-50, #F5F7FA);
  color: var(--grays-500, #6C7685);
}
.btn-group.nav .btn-outline-primary:focus {
  background-color: #FFF;
}

.ic-stroke {
  fill: none !important;
}

.ic-fill {
  stroke: none !important;
}

.ui-email-rows__item {
  font-size: 15px;
  line-height: 1.44;
}
.ui-email-rows__item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.ui-email-rows__name {
  padding: 2px 4px;
  font-weight: 500;
}
.ui-email-rows__info {
  padding: 2px 4px;
}

.ui-upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  border-radius: 8px;
  border: 1px solid var(--grays-200, #DADDE1);
  overflow: hidden;
}
.ui-upload-file__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid var(--grays-200, #DADDE1);
  background: var(--grays-50, #F5F7FA);
  stroke: #394352;
}
.ui-upload-file__main {
  padding: 8px 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ui-upload-file__name {
  margin-bottom: 6px;
  color: var(--grays-900, #1C2229);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-upload-file__label {
  margin-right: 12px;
  padding: 2px 8px;
  color: var(--grays-800, #2B323E);
  font-size: 13px;
  line-height: 140%;
  border-radius: 30px;
  background: var(--grays-100, #EDEEF0);
}
.ui-upload-file__label.mod-a {
  background: var(--grays-500, #6C7685);
  color: var(--White, #FFF);
}
@media (max-width: 767.98px) {
  .ui-upload-file {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .ui-upload-file__img {
    display: none;
  }
  .ui-upload-file__main {
    padding: 12px 0 24px;
  }
  .ui-upload-file .btn {
    width: 100%;
  }
}

.ui-notific__title {
  padding: 12px 20px;
  color: var(--Grays-900, #1C2229);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid var(--Grays-100, #EDEEF0);
}
.ui-notific__body {
  max-height: 80vh;
  padding: 8px;
}
.ui-notific__item {
  position: relative;
  padding: 12px;
  border-radius: 4px;
}
.ui-notific__item:not(:last-child) {
  border-bottom: 1px solid var(--Grays-50, #F5F7FA);
}
.ui-notific__item.st-new:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  display: block;
  width: 3px;
  border-radius: 4px;
  background: var(--Main, #2F8733);
}
.ui-notific__link {
  display: -webkit-box;
  overflow: hidden;
  color: var(--Grays-900, #1C2229);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
}
.ui-notific__link:hover {
  text-decoration: none;
}
.ui-notific .dropdown-menu {
  width: 430px;
  border-radius: 8px;
  border: 1px solid var(--Grays-100, #EDEEF0);
  background: var(--White, #FFF);
  -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
          box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
}
.ui-notific .dropdown-toggle::after {
  content: none;
}
.ui-notific .ui-badge {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .ui-notific .dropdown-menu {
    width: auto;
    min-width: 320px;
  }
}

.h7 {
  font-size: 14px !important;
}

.h8 {
  font-size: 13px !important;
}

.h9 {
  font-size: 12px !important;
}

.ui-ic-edit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.text-gray-500 {
  color: var(--Grays-500, #6C7685);
}

.text-gray-700 {
  color: #394352;
}

.bg-gray-100 {
  background-color: #F9FAFB;
}

.ui-quick-answers {
  border-radius: 8px;
  border: 1px solid var(--Grays-200, #DADDE1);
  -webkit-box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.ui-quick-answers__main {
  padding: 16px;
  border-bottom: 1px solid var(--Grays-100, #EDEEF0);
  background: var(--Dark-50, #FAFAFA);
}
.ui-quick-answers__textarea {
  position: relative;
}
.ui-quick-answers__result {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: var(--Grays-500, #6C7685);
  font-size: 11px;
  line-height: 125%;
}
.ui-quick-answers__item {
  width: 390px;
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  line-height: 140%;
}
.ui-quick-answers__item:not(:last-child) {
  border-bottom: 1px solid var(--Grays-100, #EDEEF0);
}
.ui-quick-answers__text {
  margin-right: 16px;
}
.ui-quick-answers__list {
  max-height: calc(100vh - 310px);
}
@media (max-width: 767.98px) {
  .ui-quick-answers__item {
    width: 100%;
  }
  .ui-quick-answers__list {
    max-height: calc(100vh - 430px);
  }
}

.minh-auto {
  min-height: auto !important;
}

.ui-enum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: #F5F7FA;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
}
.ui-enum__btn {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-enum__input {
  width: 22px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  background-color: transparent;
  color: #1C2229;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.ui-enum-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
}
.ui-enum-2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 7px;
  border: 1px solid #B5BBC2;
  cursor: pointer;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-enum-2__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  border: none;
  background-color: transparent;
  color: #1C2229;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.b-qr-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #EDEEF0;
  text-align: center;
}
.b-qr-label__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}
.b-qr-label__logo img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-qr-label__img {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  padding: 4px;
}
.b-qr-label__text {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 16px;
}
.b-qr-label__logo-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
  font-size: 9px;
  color: #000;
}
.b-qr-label__logo-dev img {
  width: 15px;
  height: 14px;
  margin-right: 4px;
}
.b-qr-label.st-200 {
  width: 200px;
  height: 200px;
}

.img-scale {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html, body {
  height: 100%;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 50px;
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  min-width: 100%;
  border: 1px solid #EDEEF0;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li:not(:last-child) a {
  border-bottom: 0.5px solid #EDEEF0;
}
.bootstrap-select .dropdown-menu li a {
  padding: 10px 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 14px;
  top: 9px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.4286L9.36364 15L17 7' stroke='%232F8733' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/plugins/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  border-top: 1px solid #2F8733;
  border-bottom: 1px solid #2F8733;
  background: #EAF3EB;
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: #2F8733;
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  font-size: 16px;
  -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: var(--grays-500, #6C7685);
  font-size: 16px;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: -webkit-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
          transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
          transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
          transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
          transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
          transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker-global-container {
  z-index: 1060;
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
          transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: -7px;
  border-radius: 50%;
  border: 1px solid var(--grays-200, #DADDE1);
  background: var(--White, #FFF);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: var(--grays-100, #EDEEF0);
  border-radius: 2px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: var(--main-green-600, #2F8733);
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.b-basket-card {
  padding: 16px 16px 20px;
  border-bottom: 1px solid #DADDE1;
  color: #1C2229;
  font-size: 13px;
}
.b-basket-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-basket-card__media {
  position: relative;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100px;
  margin-left: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.b-basket-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-basket-card__title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #1C2229;
}
.b-basket-card__info {
  color: #2B323E;
}
.b-basket-card__footer {
  margin-top: 8px;
}
.b-basket-card__weight {
  color: #394352;
}
.b-basket-card__price {
  font-size: 28px;
  font-weight: 700;
  color: #2F8733;
}
.b-basket-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-basket-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #EDEEF0;
  border-radius: 7px;
  border: none;
}

.b-basket-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid #EDEEF0;
  background-color: #F5F7FA;
  font-weight: bold;
  font-size: 28px;
}

.b-card {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 6px;
  background: var(--white, #FFF);
}
.b-card__title {
  margin-bottom: 2px;
  color: var(--grays-500, #6C7685);
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.b-card__text {
  margin-bottom: 12px;
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.b-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.b-card__number {
  margin-right: 10px;
  color: var(--grays-1000, #0E1115);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.b-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.b-card-2-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-card-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 320px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--white, #FFF);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-card-2:hover {
  text-decoration: none;
  border-color: var(--main-green-600, #2F8733);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(22, 126, 33, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(22, 126, 33, 0.25);
}
.b-card-2__title {
  min-height: 31px;
  margin-right: 12px;
  color: var(--grays-600, #475467);
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.13px;
  text-transform: uppercase;
}
.b-card-2__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-card-2__group + .b-card-2__group {
  margin-top: 8px;
}
.b-card-2__group .ic {
  width: 36px;
  height: 36px;
}
.b-card-2__group .ic:not(.ic-smile) {
  fill: #9198A4;
}
.b-card-2__number {
  margin-right: 12px;
  color: var(--grays-1000, #0E1115);
  font-size: 28px;
  font-weight: 700;
  line-height: 128%;
}
.b-card-2__number-note {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #475467;
}
.b-card-2__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .b-card-2_lg {
    width: 432px;
  }
}
@media (max-width: 480px) {
  .b-card-2 {
    width: 100%;
    margin-right: 0;
  }
}

.b-card-3-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-card-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 440px;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 12px 16px;
  border-radius: 7px;
  border: 1px solid var(--grays-100, #EDEEF0);
  color: var(--grays-800, #2B323E);
  font-size: 14px;
  line-height: 140%;
}
.b-card-3__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-card-3__title {
  font-weight: 500;
}
.b-card-3__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.b-card-3__btn-group .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 6px);
}
.b-card-3_no-bdr {
  border: none;
}
@media (max-width: 1023.98px) {
  .b-card-3 {
    max-width: calc(50% - 4px);
  }
}
@media (max-width: 767.98px) {
  .b-card-3 {
    max-width: 100%;
    margin-right: 0;
  }
}

.b-card-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid var(--Grays-200, #DADDE1);
}
.b-card-4__group:last-child {
  padding-left: 8px;
}
.b-card-4__info {
  padding: 0 4px;
  color: var(--Grays-500, #6C7685);
  font-size: 11px;
}
.b-card-4__title {
  padding: 2px 4px;
  color: var(--Grays-900, #1C2229);
}
.b-card-4__btn {
  padding: 8px;
  border: none;
  background-color: transparent;
}
.b-card-4__btn .ic {
  width: 20px;
  height: 20px;
  stroke: #9198A4;
}

.b-card-5 {
  color: #1C2229;
  border-width: 1px;
  border-style: solid;
}
.b-card-5__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F7FE;
  border-radius: 4px;
}
.b-card-5__area .btn {
  font-size: 9px;
}
.b-card-5 .h7 {
  line-height: 1.25;
}
.b-card-5 .h8 {
  line-height: 1.4;
}
.b-card-5:hover {
  text-decoration: none;
  border-color: #2F8733;
}
.b-card-5[aria-expanded=true],
.b-card-5 .active {
  border-color: #2F8733;
}

.b-channels-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.002em;
  color: #2B323E;
}

.b-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
  margin-top: 36px;
}
.b-channels__item {
  width: 320px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.b-channels__item.st-connected .btn {
  color: #2F8733;
}
.b-channels__item.st-connected .btn:before {
  content: "";
  width: 19px;
  height: 18px;
  margin-right: 8px;
  background: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 9C17 13.125 13.625 16.5 9.5 16.5C5.375 16.5 2 13.125 2 9C2 4.875 5.375 1.5 9.5 1.5C13.625 1.5 17 4.875 17 9ZM13.1302 7.31992C13.3745 7.07606 13.3749 6.68033 13.131 6.43604C12.8871 6.19174 12.4914 6.19139 12.2471 6.43525L8.43656 10.2391L6.75561 8.55812C6.51154 8.31404 6.11581 8.31404 5.87173 8.55812C5.62765 8.80219 5.62765 9.19792 5.87173 9.442L7.99423 11.5645C8.23815 11.8084 8.63358 11.8086 8.87772 11.5649L13.1302 7.31992Z" fill="%2316B364"/></svg>');
}
.b-channels__item.st-connected .btn:hover .ic {
  display: none;
}
.b-channels__item.st-disabled .ui-card__title, .b-channels__item.st-disabled .ui-card__text {
  color: #6C7685;
}
.b-channels__item.st-disabled .ui-card__img .st-show {
  display: none;
}
.b-channels__item.st-disabled .ui-card__img .st-hide {
  display: block;
}
.b-channels .ui-card__img .st-hide {
  display: none;
}
.b-channels .btn .ic {
  display: none;
}
.b-channels .btn:hover .ic {
  display: inline-block;
}

.b-chart {
  margin-bottom: 24px;
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: var(--White, #FFF);
  line-height: 140%;
  font-size: 14px;
  overflow: hidden;
}
.b-chart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.b-chart__header-title {
  color: var(--Dark, #111722);
  font-size: 16px;
  font-weight: 500;
}
.b-chart__header-info {
  color: var(--grays-600, #475467);
  font-size: 13px;
}
.b-chart__header-btns {
  white-space: nowrap;
}
.b-chart__header-btn {
  margin-left: 16px;
  stroke: #9198A4;
}
.b-chart__header-btn.type-notific {
  fill: #fff;
}
.b-chart__header-btn .ic {
  width: 20px;
  height: 20px;
}
.b-chart__header-btn.active, .b-chart__header-btn:hover {
  stroke: #2F8733;
}
.b-chart__header-btn.active.type-notific, .b-chart__header-btn:hover.type-notific {
  fill: #2F8733;
}
.b-chart__main {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-chart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 20px;
  color: var(--grays-900, #1C2229);
}
.b-chart__info-item {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--grays-100, #EDEEF0);
}
.b-chart__info-number {
  margin-left: 12px;
  color: var(--main-green-600, #2F8733);
  text-align: center;
  font-weight: 500;
}
.b-chart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 12px 12px 16px;
  background: var(--grays-25, #F9FAFB);
  color: var(--grays-700, #394352);
  font-weight: 500;
}
.b-chart__footer-logo {
  margin-right: 16px;
}
.b-chart__footer-btn {
  margin-left: 24px;
}
.b-chart__descrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grays-1000, #0E1115);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-chart__descrip-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grays-1000, #0E1115);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-chart__descrip-item:not(:last-child) {
  margin-bottom: 24px;
}
.b-chart__descrip-spinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-chart__descrip-spinner .ui-spinner:after {
  display: none;
}
.b-chart__descrip-sp-group {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.b-chart__descrip-total {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.b-chart__descrip-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 431px;
  margin-left: 120px;
  padding: 15px 40px 15px 0;
  border-radius: 10px;
  background: var(--grays-50, #F5F7FA);
  color: var(--grays-1000, #0E1115);
}
.b-chart__descrip-info {
  font-size: 14px;
}
.b-chart__settings {
  padding: 20px;
  background: var(--Grays-50, #F5F7FA);
}
.b-chart__settings .ui-select {
  background-color: #FFF;
}
@media (max-width: 1023.98px) {
  .b-chart__descrip {
    display: block;
  }
  .b-chart__descrip-main {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .b-chart__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .b-chart__header-btns {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .b-chart__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b-chart__footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .b-chart__footer-btn {
    margin-left: 0;
  }
  .b-chart__descrip-counter {
    max-width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    text-align: center;
  }
  .b-chart__descrip-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.b-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  padding: 50px 20px;
}
.b-confirm__inner {
  width: 580px;
  text-align: center;
}
.b-confirm__img {
  margin-bottom: 36px;
}
.b-confirm__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #111722;
}
.b-confirm__info {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 140%;
  color: #111722;
}
.b-confirm__form-resend {
  margin-top: 36px;
}
@media (max-width: 1439.98px) {
  .b-confirm {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .b-confirm {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-confirm__inner {
    width: 100%;
    max-width: 450px;
  }
  .b-confirm__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.b-control {
  background-color: #F5F5F5;
}
.b-control_qr .b-control-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FAFAFA;
}
@media (max-width: 767.98px) {
  .b-control_qr .b-control-header {
    padding-right: 12px;
  }
  .b-control_qr .b-control-header__btn-w-ic {
    font-size: 0;
  }
  .b-control_qr .b-control-header__btn-w-ic .ic {
    margin-right: 0;
  }
}
.b-control_qr .b-control-main {
  height: calc(100vh - 121px);
}
@media (max-width: 1439.98px) {
  .b-control_qr .b-control-main {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 1023.98px) {
  .b-control_qr .b-control-main {
    height: calc(100vh - 244px);
    width: auto;
  }
}
.b-control_qr .b-control-sidebar__main {
  height: 100%;
}
.b-control_qr .b-control-options__title {
  font-size: 16px;
}
.b-control_qr .b-control-options__title + .form-group {
  margin-top: 16px;
}
.b-control_qr .b-control-options__item {
  margin-bottom: 0;
  padding: 16px 12px 20px;
  border-radius: 0;
  border-width: 0 0 1px;
}
.b-control_qr .b-control-options__item:last-child {
  border-bottom: none;
}

.b-control-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 24px;
  border-bottom: 1px solid #EDEEF0;
}
.b-control-header__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 154px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2B323E;
  border-right: 1px solid #EDEEF0;
}
.b-control-header__switch:hover {
  text-decoration: none;
}
.b-control-header__switch-btn {
  position: relative;
  margin: 0 12px;
  width: 36px;
  height: 20px;
  background: #DADDE1;
  border-radius: 999px;
}
.b-control-header__switch-btn.active {
  background: #2F8733;
}
.b-control-header__switch-btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: calc(50% - 8px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 999px;
}
.b-control-header__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-control-header__btns .btn {
  margin-left: 12px;
}
.b-control-header__btn {
  min-width: 110px;
}
.b-control-header__views {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  margin-right: 20px;
}
.b-control-header__views .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  fill: #475467;
  border-radius: 3px;
}
.b-control-header__views .btn.active {
  background: #F3F7F3;
  fill: #2F8733;
}
.b-control-header__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.002em;
  color: #1C2229;
}
.b-control-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}
.b-control-header__link .ic {
  stroke: #6C7685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-control-header__link:hover .ic {
  stroke: var(--main-green-600, #2F8733);
}
.b-control-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
@media (max-width: 1023.98px) {
  .b-control-header__views {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .b-control-header__link {
    margin-right: 4px;
  }
  .b-control-header__group {
    margin-left: 8px;
  }
}

.b-control-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 109px);
}
.b-control-main_grid {
  display: grid;
  grid-template-columns: 420px 1fr;
}
@media (max-width: 1023.98px) {
  .b-control-main {
    position: relative;
    display: block;
    height: calc(100vh - 232px);
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
  }
  .b-control-main_grid {
    display: grid;
    grid-template-columns: 100% 100%;
    overflow-x: hidden;
  }
  .b-control-main_grid.st-view .b-control-row__sidebar {
    -webkit-transform: translateX(calc(100% + 32px));
            transform: translateX(calc(100% + 32px));
  }
  .b-control-main_grid.st-view .b-control-row__frame {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    -webkit-transform: translateX(calc(-100% - 32px));
            transform: translateX(calc(-100% - 32px));
  }
  .b-control-main_grid .b-control-row__frame {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.b-control-row__sidebar {
  margin: 0 0 20px 16px;
  border-radius: 10px;
  border: 1px solid var(--Grays-200, #DADDE1);
  background: var(--White, #FFF);
  border-bottom: 1px solid #DADDE1;
}
.b-control-row__sidebar:first-child + .b-control-row__frame {
  padding-top: 20px;
}
.b-control-row__title {
  max-width: 100vw;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 16px 16px 20px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.b-control-row__frame {
  margin-bottom: 20px;
  padding: 0 20px 0 24px;
}
.b-control-row__frame .b-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.b-control-row__frame .b-frame__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-control-row__frame .b-frame__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-control-row__frame .b-frame__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023.98px) {
  .b-control-row__sidebar {
    margin-right: 16px;
  }
}

.b-control-sidebar {
  width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 100%;
  background-color: #FFF;
}
.b-control-sidebar.b-control-row__sidebar {
  margin-top: 20px;
  min-height: auto;
}
.b-control-sidebar__add-face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Main-green-600, #2F8733);
  background: var(--Main-green-100, #EAF3EB) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V11.25H19.5C19.9142 11.25 20.25 11.5858 20.25 12C20.25 12.4142 19.9142 12.75 19.5 12.75H12.75V19.5C12.75 19.9142 12.4142 20.25 12 20.25C11.5858 20.25 11.25 19.9142 11.25 19.5V12.75H4.5C4.08579 12.75 3.75 12.4142 3.75 12C3.75 11.5858 4.08579 11.25 4.5 11.25H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z" fill="%232F8733"/></svg>') 50% 50% no-repeat;
}
.b-control-sidebar__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-control-sidebar__date .ui-date-picker-wrap {
  background-color: #FFF;
  width: calc(50% - 4px);
}
.b-control-sidebar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 12px 12px 16px;
  background: #FAFAFA;
  border-bottom: 1px solid #F5F7FA;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #2B323E;
}
.b-control-sidebar__title:first-child {
  border-radius: 10px 10px 0 0;
}
.b-control-sidebar__title .h8 {
  line-height: 1.4;
}
.b-control-sidebar .b-control-sidebar__title.b-control-sidebar__title_mod-a {
  margin-top: 20px;
  padding-right: 24px;
}
.b-control-sidebar__main + .b-control-sidebar__title-wrap {
  padding-top: 36px;
}
.b-control-sidebar__templates {
  padding: 16px 12px;
}
.b-control-sidebar__modal-select {
  padding: 16px;
  border-bottom: 1px solid #EDEEF0;
}
.b-control-sidebar__modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}
.b-control-sidebar__modal-btn .ic {
  margin-left: 8px;
}
@media (max-width: 1023.98px) {
  .b-control-sidebar {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
  .b-control-sidebar.b-control-row__sidebar {
    margin-top: 0;
  }
  .b-control-sidebar.st-less {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    height: auto;
    z-index: -1;
  }
  .b-control-sidebar.active {
    z-index: 1;
    opacity: 1;
  }
}

.b-control-frame {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 100%;
}
.b-control-frame__width-620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.b-control-frame.ui-scroll {
  margin-top: 0;
  overflow-x: hidden;
}
.b-control-frame.mob-preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 383px;
  margin-left: auto;
  margin-right: auto;
}
.b-control-frame.mob-preview .b-frame__input-wrap {
  width: 100%;
}
.b-control-frame.mob-preview .b-frame__input {
  width: 100%;
}
.b-control-frame.mob-preview .b-frame__area-wrap {
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-right: 14px;
}
.b-control-frame.mob-preview .b-frame__lg-title {
  font-size: 18px;
}
.b-control-frame.mob-preview .b-frame__content-wrap {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1439.98px) {
  .b-control-frame {
    width: calc(100% - 436px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023.98px) {
  .b-control-frame {
    width: 100%;
    margin: 0;
    padding: 0 12px;
    opacity: 0;
    overflow: hidden;
  }
  .b-control-frame.st-less {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .b-control-frame.active {
    z-index: 1;
    opacity: 1;
  }
}

.b-control-options__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.b-control-options__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.b-control-options__note {
  color: var(--grays-500, #6C7685);
  font-size: 12px;
  line-height: 125%;
}
.b-control-options__table {
  width: 100%;
}
.b-control-options__table thead {
  color: var(--grays-500, #6C7685);
  font-size: 12px;
  line-height: 125%;
}
.b-control-options__table thead th {
  padding-bottom: 4px;
  vertical-align: bottom;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.b-control-options__table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.b-control-options__table td:last-child,
.b-control-options__table th:last-child {
  text-align: center;
}
.b-control-options__table .custom-checkbox {
  padding-left: 30px;
}
.b-control-options__table .b-control-options__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 220px;
}
.b-control-options__item {
  margin-bottom: 8px;
  background: #FFFFFF;
  border: 1px solid #DADDE1;
  border-radius: 6px;
}
.b-control-options__item_mod-a {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 16px;
}
.b-control-options__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
.b-control-options__header .custom-checkbox {
  margin-right: -6px;
}
.b-control-options__header-group {
  text-align: center;
}
.b-control-options__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 500;
  line-height: 125%;
  color: #1C2229;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.b-control-options__title .ic {
  width: 20px;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  margin-right: 10px;
}
.b-control-options__title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.b-control-options__title-15 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 144%;
}
.b-control-options__body {
  padding: 16px;
  border-top: 1px solid #EDEEF0;
}
.b-control-options__body .form-group {
  margin-top: 20px;
}
.b-control-options__body .form-group:first-child {
  margin-top: 0;
}
.b-control-options__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #EDEEF0;
  padding: 16px 16px 24px;
  font-weight: 500;
  line-height: 125%;
  color: #1C2229;
}
.b-control-options__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.b-control-options__switch .b-control-options__title {
  padding-left: 12px;
  line-height: 1;
}
.b-control-options__subblock {
  margin-bottom: 12px;
}
.b-control-options__subblock .b-control-options__body {
  border-bottom: 1px solid #EDEEF0;
}
@media (max-width: 1023.98px) {
  .b-control-options__table .b-control-options__title {
    width: auto;
  }
}

.b-control-icons__inner {
  padding: 16px;
  border-top: 1px solid #EDEEF0;
}
.b-control-icons__inner .form-group + .form-group {
  margin-top: 20px;
}
.b-control-icons__nav {
  max-width: 240px;
}
.b-control-icons__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #DADDE1;
  border-radius: 6px;
}
.b-control-icons__nav .nav-link .ic {
  fill: #B5BBC2;
}
.b-control-icons__nav .nav-link.active, .b-control-icons__nav .nav-link:hover {
  border: 1px solid #2F8733;
}
.b-control-icons__nav .nav-link.active[data-icons-type=smileys] .ic, .b-control-icons__nav .nav-link:hover[data-icons-type=smileys] .ic {
  fill: #2F8733;
}
.b-control-icons__nav .nav-link.active[data-icons-type=like] .ic, .b-control-icons__nav .nav-link:hover[data-icons-type=like] .ic {
  fill: #16B364;
}
.b-control-icons__nav .nav-link.active[data-icons-type=star] .ic, .b-control-icons__nav .nav-link:hover[data-icons-type=star] .ic {
  fill: #FDCA47;
}
.b-control-icons__nav .nav-link.active[data-icons-type=heart] .ic, .b-control-icons__nav .nav-link:hover[data-icons-type=heart] .ic {
  fill: #DF2540;
}
.b-control-icons__nav .nav-link.active[data-icons-type=counter] .ic, .b-control-icons__nav .nav-link:hover[data-icons-type=counter] .ic {
  fill: #5EAC32;
}
.b-control-icons__title {
  margin-bottom: 4px;
  padding: 8px 0;
  font-weight: 500;
  line-height: 125%;
  color: #1C2229;
}
.b-control-icons__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-control-icons__btns .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #DADDE1;
  border-radius: 6px;
}
.b-control-icons__btns .nav-link.active {
  border: 1px solid #2F8733;
}
.b-control-icons__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}
.b-control-icons__switch-title {
  line-height: 140%;
  color: #111722;
}

.b-control-options-mvp__section {
  margin-top: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.b-control-options-mvp__section:first-child {
  margin-top: 0;
}
.b-control-options-mvp__section + .b-control-options-mvp__section {
  border-top: 1px solid #EDEEF0;
}
.b-control-options-mvp__section .form-group {
  margin-top: 12px;
}
.b-control-options-mvp__section .custom-checkbox + .custom-checkbox {
  margin-top: 8px;
}
.b-control-options-mvp__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #1C2229;
}
.b-control-options-mvp__title2 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #1C2229;
}

.b-control_mvp .b-control-sidebar__title {
  padding: 16px 28px 14px 28px;
}
.b-control_mvp .b-control-sidebar__modal-select {
  margin-top: 6px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}
.b-control_mvp .b-control-sidebar__templates {
  padding: 0 24px;
}
.b-control_mvp .b-control-sidebar textarea.form-control {
  resize: none;
}
.b-control_mvp .b-control-icons__inner {
  padding: 8px 0;
}
.b-control_mvp .b-control-options__item {
  margin-bottom: 0;
  margin-top: 32px;
  padding-top: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.b-control_mvp .b-control-options__item:first-child {
  margin-top: 0;
  padding-top: 32px;
  border-bottom: 1px solid #DADDE1;
}
.b-control_mvp .b-control-options__item:last-child {
  border-bottom: none;
}
.b-control_mvp .b-control-options__header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
}
.b-control_mvp .b-control-options__check-group {
  margin-top: 22px;
  margin-bottom: 6px;
}
.b-control_mvp .b-control-options__body {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.b-control_mvp .b-control-options__body .custom-checkbox {
  margin-bottom: 12px;
}
.b-control_mvp .b-control-options__title-group {
  padding-top: 16px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1C2229;
}
.b-control_mvp .b-control-options__header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EDEEF0;
  font-size: 12px;
  line-height: 125%;
  color: #6C7685;
}
.b-control-footer {
  display: none;
  padding-top: 15px;
  background-color: #FFF;
  z-index: 1;
}
.b-control-footer__inner {
  border-top: 1px solid #EDEEF0;
  padding: 12px 16px;
}
.b-control-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #6C7685;
  overflow: hidden;
}
.b-control-footer__btns .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.b-control-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #6C7685;
}
.b-control-footer__btn .ic {
  margin-right: 10px;
  fill: #6C7685;
}
.b-control-footer__btn.active {
  color: #fff;
  background-color: #6C7685;
}
.b-control-footer__btn.active .ic {
  fill: #ffffff;
}
@media (max-width: 1023.98px) {
  .b-control-footer {
    position: sticky;
    bottom: 0;
    display: block;
  }
}

.b-control-sidebar-logo {
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #EDEEF0;
}
.b-control-sidebar-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 94px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-control-sidebar-logo__img img {
  max-width: 100%;
  min-height: 100%;
}
.b-control-sidebar-logo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 16px;
}
.b-control-sidebar-logo__btns .btn {
  width: calc(50% - 4px);
}

.b-control-upload .ui-upload {
  height: 124px;
}
.b-control-upload .ui-upload__ic {
  display: none;
}

.b-control-question-group {
  padding-top: 24px;
  padding-bottom: 24px;
}
.b-control-question-group.st-group .b-control-question + .b-control-question {
  margin-top: 28px;
}
.b-control-question-group.st-group .b-control-question__add {
  margin-top: 12px;
  stroke: #6C7685;
}

.b-control-question {
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 8px;
  border: 1px solid #EDEEF0;
  overflow: hidden;
}
.b-control-question + .b-control-question {
  margin-top: 68px;
}
.b-control-question__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 6px;
  border-bottom: 1px solid #EDEEF0;
  background: #F9FAFB;
}
.b-control-question__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #2B323E;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.b-control-question__body {
  padding: 16px;
}
.b-control-question__move {
  margin-right: 8px;
  border: none;
  background-color: transparent;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
.b-control-question__move:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.b-control-question__del {
  border: none;
  background-color: transparent;
}
.b-control-question__del .ic {
  stroke: #9198A4;
}
.b-control-question__add {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 58px;
  color: #6C7685;
  font-size: 13px;
  line-height: 140%;
  border: none;
  background: #FFF;
  overflow: hidden;
}
.b-control-question__add span {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 3px 5px;
}
.b-control-question__add:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 12px;
  border-top: 1px dashed #6C7685;
}
.b-control-question__add .ic {
  margin-right: 6px;
}

.b-control-switch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.b-control-switch__group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.b-control-switch__group .form-control {
  padding-right: 48px;
}
.b-control-switch__move {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0;
  border-left: 1px solid var(--Stroke, #D0D3D8);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: var(--grays-50, #F5F7FA);
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
.b-control-switch__move:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.b-control-switch__del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid var(--grays-200, #DADDE1);
  background-color: #FFF;
}
.b-control-switch__del .ic {
  stroke: #9198A4;
}
.b-control-switch__btns {
  margin-top: 12px;
}

@media (max-width: 1023.98px) {
  .b-control-mob__item-normal {
    display: none;
    height: auto !important;
  }
  .b-control-mob__item-normal.active {
    display: block;
  }
}

.b-email-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 32px;
  background: #F5F5F5;
}
.b-email-template__inner {
  width: 634px;
  background: #FFFFFF;
  border: 1px solid #EDEEF0;
  border-radius: 8px;
  padding: 20px 32px;
}
.b-email-template__header {
  padding: 12px 0px;
  text-align: left;
}
.b-email-template__title {
  padding-top: 32px;
  padding-bottom: 28px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.b-email-template__content {
  font-size: 16px;
  line-height: 1.5;
  color: #475467;
}
.b-email-template__content p {
  margin-bottom: 12px;
  text-indent: 22px;
}
.b-email-template__content a:not(.btn) {
  font-weight: 500;
  text-decoration: underline;
}
.b-email-template__btn {
  margin-top: 15px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
}
.b-email-template__block {
  margin-top: 16px;
  padding: 16px 32px;
  font-size: 15px;
}
.b-email-template__block p {
  margin-bottom: 3px;
  text-indent: 0;
}
.b-email-template__block ul {
  padding-left: 25px;
}
.b-email-template__info {
  margin-top: 28px;
  margin-bottom: 15px;
  padding: 32px 16px 32px 16px;
  color: #475467;
  background-color: #F9FAFB;
  border-radius: 8px;
  text-align: center;
}
.b-email-template__info p {
  margin-bottom: 0;
  font-size: 15px;
  text-indent: 0;
}
.b-email-template__info strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #1C2229;
  font-size: 16px;
  line-height: 22px;
}
.b-email-template__footer {
  position: relative;
  margin-top: 40px;
  padding: 0 30px 24px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
}
.b-email-template__footer:after {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  width: calc(100% - 147px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-email-template__copyright {
  margin-top: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.b-final-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 36px;
}
.b-final-2__img {
  margin-bottom: 12px;
  text-align: center;
}
.b-final-2__title {
  margin-bottom: 40px;
  color: var(--grays-900, #1C2229);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 124%;
}
.b-final-2__text {
  margin-bottom: 16px;
  color: var(--grays-800, #2B323E);
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04px;
}
.b-final-2__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-final-2 .ui-card {
  width: 392px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1023.98px) {
  .b-final-2__title {
    font-size: 24px;
  }
  .b-final-2 .ui-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.b-final__wrap {
  padding: 36px 24px 20px;
  height: calc(100vh - 60px);
}
.b-final__label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 3px 12px;
  border-radius: 30px;
  background: #EDEEF0;
  color: #475467;
  font-size: 11px;
}
.b-final__title {
  margin-bottom: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.002em;
  color: #2B323E;
}
.b-final__info {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #2B323E;
}
.b-final__group {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
}
.b-final__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.b-final__item {
  width: 25%;
  padding-right: 16px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-final__item.st-inactive {
  pointer-events: none;
}
.b-final__item.st-inactive .b-final__name,
.b-final__item.st-inactive .b-final__info, .b-final__item.st-beta .b-final__name,
.b-final__item.st-beta .b-final__info {
  color: #6C7685;
}
.b-final__link {
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #6C7685;
}
.b-final__link:hover {
  color: var(--main-green-600, #2F8733);
}
.b-final__inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #DADDE1;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-final__inner:hover {
  text-decoration: none;
  border-color: var(--main-green-600, #2F8733);
}
.b-final__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1C2229;
}
.b-final__text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 125%;
  color: #475467;
}
@media (max-width: 1023.98px) {
  .b-final__wrap {
    height: calc(100vh - 100px);
  }
  .b-final__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .b-final__item {
    width: 100%;
  }
}

.ui-forms-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}
@media (max-width: 767.98px) {
  .ui-forms-wrap {
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ui-forms {
  width: 440px;
  padding: 20px;
}
.ui-forms__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #1C2229;
}
.ui-forms__subtitle {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 140%;
  color: #475467;
}
.ui-forms__footer {
  margin-top: 48px;
  background-color: #FFF;
}
@media (max-width: 767.98px) {
  .ui-forms {
    height: 100%;
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }
  .ui-forms__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .ui-forms__subtitle {
    margin-bottom: 36px;
  }
  .ui-forms__footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

.ui-forms-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 0 12px 12px;
  background: #F5F7FA;
  border-radius: 6px;
}
.ui-forms-user__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 36px);
  padding-left: 12px;
}
.ui-forms-user__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}
.ui-forms-user__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 150px);
}
.ui-forms-user__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #1C2229;
}
.ui-forms-user__email {
  line-height: 125%;
  color: #475467;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-forms-user__select .dropdown {
  width: auto !important;
}
.ui-forms-user__select .ui-select {
  background-color: transparent;
}

.b-frame {
  background: #FFFFFF;
  border: 1px solid #DADDE1;
  border-radius: 10px;
}
.b-frame.mob-preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 383px;
  margin-left: auto;
  margin-right: auto;
}
.b-frame.mob-preview .b-frame__input-wrap,
.b-frame.mob-preview .b-frame__area-wrap,
.b-frame.mob-preview .b-frame__input,
.b-frame.mob-preview .b-frame__content-wrap {
  width: 100%;
}
.b-frame.mob-preview .b-frame__content-inner {
  padding-left: 0;
  padding-right: 0;
}
.b-frame.mob-preview .b-frame__content {
  padding-left: 14px;
  padding-right: 14px;
}
.b-frame.mob-preview.b-frame_widget-support {
  background: url(../img/content/b-website/bg-mob.svg);
  background-size: cover;
}
.b-frame.mob-preview .b-page-card_w420 {
  width: 100%;
}
.b-frame + .b-frame {
  margin-top: 75px;
}
.b-frame__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 20px;
  border-bottom: 1px solid #EDEEF0;
}
.b-frame__header:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
  -webkit-box-shadow: 22px 0 0 #D9D9D9, 44px 0 0 #D9D9D9;
          box-shadow: 22px 0 0 #D9D9D9, 44px 0 0 #D9D9D9;
}
.b-frame__header_not-dots:before {
  content: none;
}
.b-frame .b-frame__header .ui-language {
  width: auto;
}
.b-frame__body {
  padding: 0 24px;
}
.b-frame__img-site {
  width: 100%;
  height: auto;
}
.b-frame__item {
  margin-bottom: 32px;
  border: 1px solid #EDEEF0;
  border-radius: 8px;
}
.b-frame__item:last-child {
  margin-bottom: 24px;
}
.b-frame__option-item {
  margin-bottom: 10px;
}
.b-frame__option-item.st-disabled {
  opacity: 0.4;
}
.b-frame__option-item.st-default .b-frame__option-input {
  opacity: 0.3;
}
.b-frame__option-select {
  position: relative;
  display: inline-grid;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  line-height: 140%;
}
.b-frame__option-select:not(.ui-radio-abs__label) {
  padding-left: 36px;
}
.b-frame__option-select::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
  width: auto;
  min-width: 1em;
  grid-area: 1/2;
}
.b-frame__option-select .ic {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 18px;
  height: 18px;
  stroke: #6C7685;
}
.b-frame__option-select_multi .ic {
  stroke: var(--grays-900, #1C2229);
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(1) .b-frame__option-select_multi {
  border: 1px solid #D5BFBE;
  background: #FCEDEC;
  color: #762926;
  border-radius: 5px;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(1) .b-frame__option-select_multi .ic {
  stroke: #762926;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(2) .b-frame__option-select_multi {
  border: 1px solid #D5C5B8;
  background: #FDF1E7;
  color: #773D13;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(2) .b-frame__option-select_multi .ic {
  stroke: #773D13;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(3) .b-frame__option-select_multi {
  border: 1px solid #DAD7C5;
  background: #FCF1AD;
  color: #7E7232;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(3) .b-frame__option-select_multi .ic {
  stroke: #7E7232;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(4) .b-frame__option-select_multi {
  border: 1px solid #C1D0BE;
  background: #ECF9EC;
  color: #2E6325;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(4) .b-frame__option-select_multi .ic {
  stroke: #2E6325;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(5) .b-frame__option-select_multi {
  border: 1px solid #BAC5D8;
  background: #E8F2FE;
  color: #163C7C;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(5) .b-frame__option-select_multi .ic {
  stroke: #163C7C;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(6) .b-frame__option-select_multi {
  border: 1px solid #C7BDD8;
  background: #F2EDFE;
  color: #41257B;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(6) .b-frame__option-select_multi .ic {
  stroke: #41257B;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(7) .b-frame__option-select_multi {
  border: 1px solid #DFCDDF;
  background: #FAE9FB;
  color: #711B6F;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(7) .b-frame__option-select_multi .ic {
  stroke: #711B6F;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(8) .b-frame__option-select_multi {
  border: 1px solid #DDDDDC;
  background: #F1F1F1;
  color: #373530;
}
.b-frame__option-multi .b-frame__option-item:not(.st-disabled):nth-child(8) .b-frame__option-select_multi .ic {
  stroke: #373530;
}
.b-frame__option-input {
  border: none;
  padding: 0;
  width: auto;
  min-width: 1em;
  grid-area: 1/2;
  color: inherit;
  background-color: transparent;
  font-size: 16px;
}
.b-frame__option-input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-frame__input {
  width: 330px;
}
.b-frame__input-group {
  position: relative;
}
.b-frame__input-group .ic {
  position: absolute;
  left: 8px;
  top: 9px;
  stroke: #9198A4;
}
.b-frame__input-group .b-frame__input {
  padding-left: 36px;
}
.b-frame__signature {
  max-width: 420px;
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px dashed var(--grays-300, #B5BBC2);
  background: var(--White, #FFF);
  text-align: center;
}
.b-frame__signature-main {
  position: relative;
  height: 57px;
  margin-bottom: 13px;
}
.b-frame__signature-main:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: var(--grays-100, #EDEEF0);
}
.b-frame__signature-text {
  padding: 2px 4px;
  color: var(--grays-400, #9198A4);
  font-size: 12px;
  line-height: 125%;
  border: none;
  background-color: #FFF;
  text-align: center;
}
.b-frame__header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  font-size: 15px;
  line-height: 140%;
  color: #1C2229;
  border-bottom: 1px solid #EDEEF0;
}
.b-frame__header-item .dropdown-menu_mod-a {
  width: 300px;
  max-height: calc(100vh - 150px);
}
.b-frame__header-select .ic {
  margin-right: -6px;
  margin-left: -8px;
  stroke: #475467;
}
.b-frame__header-note {
  color: #D92D20;
}
.b-frame__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 140%;
}
.b-frame__content-inner {
  width: 100%;
  padding: 58px 14px 8px;
}
.b-frame__content-wrap {
  width: 586px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.b-frame__content-wrap .label-note {
  position: absolute;
  top: 0;
  right: 0;
}
.b-frame__title {
  width: 100%;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.b-frame__title_lg {
  font-size: 22px;
  font-weight: 500;
}
.b-frame__title-wrap {
  position: relative;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.b-frame__title-wrap_lg {
  min-height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-frame__lg-title {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.b-frame__subtitle {
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: inherit;
  background-color: inherit;
  text-align: center;
}
.b-frame__desrip-wrap {
  position: relative;
  min-height: 73px;
}
.b-frame__desrip {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 16px;
  text-align: center;
}
.b-frame__desrip_sm {
  font-size: 14px;
}
.b-frame__input-wrap {
  width: 420px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.b-frame__input-wrap .form-control {
  height: 44px;
}
.b-frame__area-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 420px;
  margin: 28px 0;
  border: 1px solid #D0D3D8;
  border-radius: 4px;
}
.b-frame .b-frame__area {
  width: 100%;
  height: 115px;
  padding: 12px 8px;
  resize: none;
  font-size: 15px;
}
.b-frame .b-frame__area_w-btn {
  padding-bottom: 32px;
}
.b-frame__area-ics {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-frame__area-ics .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-frame__area-ics .dropdown-item .ic {
  width: 20px;
  height: 20px;
}
.b-frame__area-ic {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin: 2px;
  padding: 0;
  border: none;
  background-color: transparent;
  fill: #B5BBC2;
}
.b-frame__area-ic.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-frame__area-ic.st-recorded {
  fill: #0359FF;
}
.b-frame__title-note {
  color: #E83137;
}
.b-frame__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  padding-bottom: 16px;
}
.b-frame__footer .btn {
  padding: 10px 20px;
  background: #0359FF;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}
.b-frame__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2px);
  padding: 16px;
  color: var(--grays-800, #2B323E);
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  background: var(--dark-50, #FAFAFA);
  border-radius: 0 0 10px 10px;
}
.b-frame__copyright a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--grays-800, #2B323E);
}
.b-frame__copyright .ic {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-frame__logo {
  width: 96px;
  margin-top: 12px;
}
.b-frame__qr-img {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}
.b-frame__qr-img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.b-frame__logo-dev {
  display: block;
  width: 100%;
  margin-top: 36px;
  padding-bottom: 20px;
  text-align: center;
}
.b-frame__logo-dev img {
  width: 156px;
  height: auto;
}
.b-frame__empty-1 {
  min-height: 88px;
}
.b-frame__empty-2 {
  min-height: 267px;
}
.b-frame__empty-3 {
  min-height: 200px;
}
.b-frame__empty-4 {
  min-height: 232px;
}
.b-frame_qr {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.b-frame_qr .b-frame__header:before {
  content: none;
}
.b-frame_qr .b-frame__content {
  display: block;
}
.b-frame_qr .b-frame__title-wrap {
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}
.b-frame_qr .b-frame-logo {
  padding-top: 94px;
  margin-bottom: 25px;
}
.b-frame_qr .b-frame-icons {
  margin-top: 14px;
  margin-bottom: 64px;
}
.b-frame.st-landscape {
  width: 747px;
  max-width: 100%;
}
.b-frame.st-landscape .b-frame__body-wrap {
  padding-left: 8px;
}
.b-frame.st-landscape .b-frame__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 113px;
  padding-bottom: 20px;
}
.b-frame.st-landscape .b-frame__qr-top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 47%;
  padding-bottom: 24px;
}
.b-frame.st-landscape .b-frame__qr-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46%;
}
.b-frame.st-landscape .b-frame__title {
  margin-bottom: 3px;
}
.b-frame.st-landscape .b-frame__logo-dev {
  padding-bottom: 15px;
  margin-top: 42px;
}
.b-frame.st-landscape .b-frame-logo {
  padding-top: 7px;
}
.b-frame.st-landscape .b-frame-icons {
  margin-bottom: 0;
}
.b-frame_website {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-frame_website .bs-messenger {
  position: absolute;
}
.b-frame_website .bs-messenger__body {
  max-height: calc(100vh - 410px);
}
.b-frame_website .bs-messenger[data-position=left-top] {
  top: 36px;
  left: 24px;
  right: auto;
  bottom: auto;
}
.b-frame_website .bs-messenger[data-position=left-top] .bs-messenger__dropdown {
  left: 0;
  right: auto;
  bottom: auto;
  top: 68px;
}
.b-frame_website .bs-messenger[data-position=left-center] {
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-frame_website .bs-messenger[data-position=left-center] .bs-messenger__dropdown {
  left: 64px;
  right: auto;
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-frame_website .bs-messenger[data-position=left-bottom] {
  left: 24px;
  bottom: 36px;
}
.b-frame_website .bs-messenger[data-position=left-bottom] .bs-messenger__dropdown {
  left: 0;
  right: auto;
}
.b-frame_website .bs-messenger[data-position=right-top] {
  top: 36px;
  right: 24px;
  bottom: auto;
}
.b-frame_website .bs-messenger[data-position=right-top] .bs-messenger__dropdown {
  bottom: auto;
  top: 68px;
}
.b-frame_website .bs-messenger[data-position=right-center] {
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-frame_website .bs-messenger[data-position=right-center] .bs-messenger__dropdown {
  right: 64px;
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-frame_website .bs-messenger[data-position=right-bottom] {
  bottom: 36px;
  right: 24px;
}
@media (max-width: 1439.98px) {
  .b-frame.st-landscape {
    width: auto;
  }
  .b-frame__input-wrap, .b-frame__area-wrap {
    width: 400px;
  }
  .b-frame__content-wrap {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .b-frame__title-wrap {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .b-frame_widget-support {
    background: url(../img/content/b-website/bg.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 1439px) {
  .b-frame_qr.st-landscape .b-frame__body {
    overflow-x: auto;
  }
  .b-frame_qr.st-landscape .b-frame__body-wrap {
    min-width: 730px;
  }
}
@media screen and (max-width: 1199px) {
  .b-frame__input-wrap, .b-frame__area-wrap {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .b-frame_widget-support {
    background: url(../img/content/b-website/bg-mob.svg);
    background-size: cover;
  }
  .b-frame__lg-title {
    font-size: 22px;
  }
  .b-frame_website {
    height: calc(100vh - 282px);
  }
  .b-frame_website .bs-messenger__body {
    max-height: calc(100vh - 530px);
  }
}
@media (max-width: 767.98px) {
  .b-frame__area-wrap {
    width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: 14px;
  }
  .b-frame__input, .b-frame__input-wrap {
    width: 100%;
  }
  .b-frame__lg-title {
    font-size: 18px;
  }
  .b-frame_website {
    max-height: calc(100vh - 280px);
  }
  .b-frame__content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .b-frame_qr {
    width: 100%;
  }
  .b-frame_qr.st-landscape .b-frame__body {
    overflow-x: auto;
  }
  .b-frame_qr.st-landscape .b-frame__body-wrap {
    width: 730px;
  }
}
@media screen and (max-width: 390px) {
  .b-frame_website .bs-messenger__dropdown {
    width: 260px;
  }
}

.b-frame-icons {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-frame-icons__labels {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  min-width: 220px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 125%;
  color: #6C7685;
}
.b-frame-icons__label:first-child {
  margin-right: 6px;
  text-align: left;
}
.b-frame-icons__label:last-child {
  margin-left: 6px;
  text-align: right;
}
.b-frame-icons__btn {
  padding: 12px 0 10px;
  border-radius: 8px;
  border: none;
  background-color: #FFF;
}
.b-frame-icons__btn:after {
  border-top-color: #B5BBC2;
}
.b-frame-icons__list, .b-frame-icons__list-modal {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  counter-reset: item;
}
.b-frame-icons__list.st-type-star, .b-frame-icons__list-modal.st-type-star {
  fill: #FDCA47;
}
.b-frame-icons__list.st-type-heart, .b-frame-icons__list-modal.st-type-heart {
  fill: #DF2540;
}
.b-frame-icons__list.st-type-like .b-frame-icons__item:first-child, .b-frame-icons__list-modal.st-type-like .b-frame-icons__item:first-child {
  fill: #AE241A;
  border-color: #AE241A;
}
.b-frame-icons__list.st-type-like .b-frame-icons__item:first-child .ic, .b-frame-icons__list-modal.st-type-like .b-frame-icons__item:first-child .ic {
  margin-top: 5px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.b-frame-icons__list[data-selected-icons=default] .b-frame-icons__item .ic, .b-frame-icons__list-modal[data-selected-icons=default] .b-frame-icons__item .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons=default] .b-frame-icons__item_like, .b-frame-icons__list-modal[data-selected-icons=default] .b-frame-icons__item_like {
  border-color: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item:nth-child(n+2) .ic, .b-frame-icons__list-modal[data-selected-icons="1"] .b-frame-icons__item:nth-child(n+2) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item_like:first-child, .b-frame-icons__list-modal[data-selected-icons="1"] .b-frame-icons__item_like:first-child {
  fill: #AE241A;
  border-color: #AE241A;
}
.b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item_like:last-child, .b-frame-icons__list-modal[data-selected-icons="1"] .b-frame-icons__item_like:last-child {
  border-color: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item:nth-child(n+3) .ic, .b-frame-icons__list-modal[data-selected-icons="2"] .b-frame-icons__item:nth-child(n+3) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item_like:first-child, .b-frame-icons__list-modal[data-selected-icons="2"] .b-frame-icons__item_like:first-child {
  fill: #B5BBC2;
  border-color: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item_like:last-child, .b-frame-icons__list-modal[data-selected-icons="2"] .b-frame-icons__item_like:last-child {
  fill: #128F50;
  border-color: #128F50;
}
.b-frame-icons__list[data-selected-icons="3"] .b-frame-icons__item:nth-child(n+4) .ic, .b-frame-icons__list-modal[data-selected-icons="3"] .b-frame-icons__item:nth-child(n+4) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="4"] .b-frame-icons__item:nth-child(n+5) .ic, .b-frame-icons__list-modal[data-selected-icons="4"] .b-frame-icons__item:nth-child(n+5) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="5"] .b-frame-icons__item:nth-child(n+6) .ic, .b-frame-icons__list-modal[data-selected-icons="5"] .b-frame-icons__item:nth-child(n+6) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="6"] .b-frame-icons__item:nth-child(n+7) .ic, .b-frame-icons__list-modal[data-selected-icons="6"] .b-frame-icons__item:nth-child(n+7) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="7"] .b-frame-icons__item:nth-child(n+8) .ic, .b-frame-icons__list-modal[data-selected-icons="7"] .b-frame-icons__item:nth-child(n+8) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="8"] .b-frame-icons__item:nth-child(n+9) .ic, .b-frame-icons__list-modal[data-selected-icons="8"] .b-frame-icons__item:nth-child(n+9) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__list[data-selected-icons="9"] .b-frame-icons__item:nth-child(n+10) .ic, .b-frame-icons__list-modal[data-selected-icons="9"] .b-frame-icons__item:nth-child(n+10) .ic {
  fill: #B5BBC2;
}
.b-frame-icons__item {
  padding-left: 6px;
  padding-right: 6px;
  counter-increment: item;
}
.b-frame-icons__item input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.b-frame-icons__item img,
.b-frame-icons__item .ic {
  max-width: 100%;
  height: auto;
}
.b-frame-icons__item_like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #AE241A;
  border-radius: 4px;
}
.b-frame-icons__item_like:last-child {
  border-color: #128F50;
}
.b-frame-icons__item_like label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.b-frame-icons__item_count {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  fill: #D2483F;
}
.b-frame-icons__item_count.st-neutral {
  fill: #F4953E;
}
.b-frame-icons__item_count.st-positive {
  fill: #16B364;
}
.b-frame-icons__item_count label {
  position: relative;
}
.b-frame-icons__item_count span {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b-frame-icons__collapse {
  width: 280px;
  padding: 16px 16px 0;
  background: #FFFFFF;
  border: 1px solid #EDEEF0;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  z-index: 1;
  text-align: left;
}
.b-frame-icons__collapse .b-control-icons__inner {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 1023.98px) {
  .b-frame-icons {
    margin-bottom: 50px;
  }
}

.b-frame-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  padding-top: 12px;
  padding-bottom: 16px;
}
.b-frame-logo__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  background: #F3F7F3;
  border: 1px dashed #82B785;
  border-radius: 50%;
  font-size: 11px;
  line-height: 125%;
  color: #2F8733;
}
.b-frame-logo__name {
  margin-left: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
}
.b-frame-logo__img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.b-frame-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-frame-feedback.mob-preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 383px;
  margin-left: auto;
  margin-right: auto;
}
.b-frame-feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 12px;
  padding: 33px 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DADDE1;
  border-radius: 10px;
}
.b-frame-feedback__item:last-child {
  margin-bottom: 0;
}
.b-frame-feedback__item .ic {
  width: 60px;
  height: 60px;
}
.b-frame-feedback__title {
  width: 100%;
  margin-top: 18px;
  font-size: 22px;
  line-height: 140%;
  color: #1C2229;
  text-align: center;
}
.b-frame-feedback__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
.b-frame-feedback__img {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.qr-clone {
  border: none;
}
.qr-clone .b-frame__header {
  display: none;
}

.b-frame-question {
  padding-top: 20px;
  padding-bottom: 24px;
}
.b-frame-question__title {
  width: 100%;
  font-size: 18px;
  line-height: 140%;
}
.b-frame-question__descrip {
  width: 100%;
  min-height: 98px;
  font-size: 16px;
}
.b-frame-question__add {
  padding-top: 12px;
  padding-bottom: 12px;
}
.b-frame-question__add .ic {
  stroke: #6C7685;
}
.b-frame-question .b-frame__title-wrap {
  margin-bottom: 20px;
}

.b-frame-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
}
.b-frame-dev__logo {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
.b-frame-dev__info {
  margin-top: 8px;
  color: #475467;
}

.b-frame-group .b-frame {
  margin-top: 20px;
}
.b-frame-group .b-frame:not(:last-child) {
  padding-top: 24px;
}
.b-frame-group .b-frame:first-child {
  margin-top: 0;
}
.b-frame-group.st-group {
  border-radius: 10px;
  background-color: #FFF;
}
.b-frame-group.st-group .b-frame {
  margin-top: 0;
}
.b-frame-group.st-group .b-frame:not(:last-child) {
  padding-bottom: 6px;
}
.b-frame-group.st-group .b-frame:not(:last-child) {
  padding-top: 24px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-frame-group.st-group .b-frame:not(:first-child) {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-frame-group.st-group .b-frame:last-child {
  padding-top: 0;
}
.b-frame-group.st-group .b-frame__item {
  margin-bottom: 0;
}
.b-frame-group.st-group .b-frame-question__add {
  padding-top: 6px;
  margin-bottom: 24px;
}

.b-frame-sms {
  width: 370px;
  min-height: 344px;
  margin: 36px auto 0;
  padding: 60px 28px 48px;
  background: url("../img/content/survey-sms/phone.svg");
}
.b-frame-sms__img {
  display: block;
  margin-left: auto;
  margin-bottom: 8px;
}
.b-frame-sms__desrip {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: var(--grays-50, #F5F7FA);
  color: var(--grays-800, #2B323E);
  line-height: 140%;
}

.b-frame-displays {
  width: 479px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 32px 60px;
  border-radius: 21px 21px 0 0;
  border-width: 16px 16px 0;
  border-style: solid;
  border-color: var(--Grays-100, #EDEEF0);
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-frame-displays {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1023.98px) {
  .b-frame-displays .b-frame-icons {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .b-frame-displays {
    max-width: 100%;
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    padding: 50px 14px 56px;
    border-width: 12px 12px 0;
  }
  .b-frame-displays__btn {
    width: 100%;
  }
}

.b-frame-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 164px);
}
.b-frame-soc__wrap {
  max-width: 480px;
  margin: 24px auto;
  border: 1px solid var(--Grays-200, #DADDE1);
}
.b-frame-soc__header {
  padding: 20px 12px;
  border-bottom: 1px solid var(--Grays-200, #DADDE1);
}
.b-frame-soc__header .ic {
  fill: #606770;
}
.b-frame-soc__name {
  color: #395996;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.b-frame-soc__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #606770;
  font-size: 12px;
  line-height: 125%;
}
.b-frame-soc__status span:after {
  content: "";
  width: 1.596px;
  height: 1.596px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #616770;
  border-radius: 50%;
  display: inline-block;
}
.b-frame-soc__text {
  color: #1D2129;
  font-size: 13px;
  line-height: 140%;
}
.b-frame-soc__text p {
  margin-bottom: 4px;
}
.b-frame-soc__text a {
  color: #395996;
  font-size: 13px;
}
.b-frame-soc__body {
  text-align: center;
}
.b-frame-soc__body .b-frame__title {
  font-size: 12px;
  font-weight: 500;
}
.b-frame-soc__body .b-frame-logo__name {
  font-size: 14px;
}
.b-frame-soc__body .b-frame-logo__img {
  width: 43px;
  height: 43px;
}
.b-frame-soc__footer-gr {
  padding: 8px 12px;
  border-top: 1px solid var(--Grays-200, #DADDE1);
  border-bottom: 1px solid var(--Grays-200, #DADDE1);
  background: #F2F3F5;
}
.b-frame-soc__site {
  color: #606770;
  font-size: 12px;
  line-height: 160%;
}
.b-frame-soc__btn {
  padding: 4px 10px;
  border-radius: 1.995px;
  border: 0.798px solid #BEC3C9;
  background: #EFF1F3;
  color: #4B4F56;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 127.7%;
}
.b-frame-soc__group {
  padding: 8px 12px;
  color: #606770;
  font-size: 13px;
  line-height: 135.687%;
}
.b-frame-soc__like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-frame-soc__like .ic:first-child {
  position: relative;
  margin-right: -5px;
  z-index: 1;
}
.b-frame-soc__group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  font-weight: 500;
  fill: #606770;
  border-top: 1px solid #DADDE1;
}
.b-frame-soc__item:not(:last-child) {
  margin-right: 24px;
}
.b-frame-soc__item .ic {
  margin-right: 6px;
}
.b-frame-soc__photo-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-frame-soc__photo-2:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M0.50468 0.81543C0.280241 0.81543 0.130615 0.940118 0.0558024 1.13962C-0.0439482 1.33912 0.00592711 1.51368 0.155553 1.66331L3.37251 4.88027C3.47226 4.98002 3.57201 5.02989 3.72164 5.02989C3.84633 5.02989 3.97101 4.98002 4.07077 4.88027L7.28772 1.66331C7.43735 1.51368 7.46229 1.33912 7.38747 1.13962C7.28772 0.940118 7.1381 0.81543 6.9386 0.81543H0.50468Z" fill="%23606770"/></svg>');
}
.b-frame-soc__footer-title {
  margin-bottom: 4px;
  color: #191919;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}
.b-frame-soc__footer-text {
  color: #707070;
  font-size: 10px;
  line-height: 125%;
}
.b-frame-soc_linkedin .b-frame-soc__name {
  font-size: 12px;
  color: #191919;
}
.b-frame-soc_linkedin .b-frame-soc__status {
  color: #707070;
  font-size: 10px;
}
.b-frame-soc_linkedin .b-frame-soc__footer-gr {
  margin-bottom: 12px;
  border-bottom: none;
  background: #EEF3F8;
}
.b-frame-soc_linkedin .b-frame-soc__text {
  font-size: 12px;
  color: #191919;
}
@media (max-width: 1023.98px) {
  .b-frame-soc {
    min-height: 0;
  }
  .b-frame-soc .b-frame-icons {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .b-frame-soc__wrap {
    margin-left: 12px;
    margin-right: 12px;
  }
  .b-frame-soc__item:not(:last-child) {
    margin-right: 16px;
  }
}

.b-frame-twitter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 16px;
}
.b-frame-twitter__body {
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 11px;
  border: 1px solid var(--Grays-100, #EDEEF0);
}
.b-frame-twitter__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  margin-right: 8px;
}
.b-frame-twitter__name {
  color: #10141A;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.b-frame-twitter__ic {
  margin-left: 4px;
  margin-right: 6px;
}
.b-frame-twitter__status {
  color: #526875;
  font-size: 12px;
  line-height: 125%;
}
.b-frame-twitter__text {
  margin-top: 4px;
  color: #191919;
  font-size: 12px;
  line-height: 160%;
}
.b-frame-twitter__text a {
  color: #395996;
}
.b-frame-twitter__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #526875;
  font-size: 10px;
  line-height: 125%;
}

.b-frame-inst {
  width: 276px;
  height: 544px;
  margin: 24px auto;
  background: url("../img/content/b-facebook/inst.svg");
}
.b-frame-inst__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 42px;
  padding-top: 12px;
  font-size: 10px;
  line-height: 125%;
}
.b-frame-inst__name {
  margin-right: 4px;
  color: #000;
}
.b-frame-inst__status {
  color: rgba(105, 105, 105, 0.7);
}
.b-frame-inst__link {
  padding: 12px 10px;
  color: var(--Blue, #0D7CF2);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.b-frame-inst__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  height: 480px;
}
.b-frame-inst .b-frame-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-frame.st-pdf {
  border: none;
}
.b-frame.st-pdf .b-frame__header {
  display: none;
}
.b-frame.st-pdf .b-frame__title-wrap {
  max-width: 100% !important;
}
.b-frame.st-pdf .b-frame__subtitle {
  display: block;
}
.b-frame.st-pdf .b-frame__subtitle,
.b-frame.st-pdf .b-frame__title-wrap {
  line-height: 1.4;
  color: inherit;
}
.b-frame.st-a3 {
  width: 25cm;
  height: 38cm;
  margin: 2cm;
  padding-top: 300px;
  padding-bottom: 200px;
  padding-left: 6cm;
  padding-right: 6cm;
}
.b-frame.st-a3 .b-frame__body {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.b-frame.st-a3.st-landscape {
  width: 38cm;
  height: 25cm;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 8cm;
  padding-right: 8cm;
}
.b-frame.st-a4 {
  width: 17cm;
  height: 25cm;
  margin: 2cm;
  padding-top: 100px;
}
.b-frame.st-a4.st-landscape {
  height: 17cm;
  width: 25cm;
}
.b-frame.st-a5 {
  width: 12.4cm;
  height: 19cm;
  margin: 1cm;
}
.b-frame.st-a5.st-landscape {
  width: 19cm;
  height: 12.4cm;
}
.b-frame.st-a6 {
  width: 8.5cm;
  height: 12.6cm;
  margin: 1cm;
}
.b-frame.st-a6 .b-frame__qr-img img {
  width: 120px;
  height: 120px;
}
.b-frame.st-a6 .b-frame__title {
  font-size: 14px;
}
.b-frame.st-a6 .b-frame-logo__name {
  font-size: 14px;
}
.b-frame.st-a6 .b-frame-logo__img {
  width: 45px;
  height: 45px;
}
.b-frame.st-a6 .b-frame-icons__item img {
  width: 30px;
  height: 30px;
}
.b-frame.st-a6 .b-frame_qr .b-frame-icons {
  margin-bottom: 0;
}
.b-frame.st-a6 .b-frame-logo {
  padding-top: 30px;
}
.b-frame.st-a6 .b-frame__title-wrap {
  width: 5.5cm;
}
.b-frame.st-a6 .b-frame__logo-dev img {
  width: 100px;
}
.b-frame.st-a6 .b-frame__subtitle,
.b-frame.st-a6 .b-frame__title-wrap {
  font-size: 10px;
}
.b-frame.st-a6 .b-frame-icons {
  margin-bottom: 30px;
}
.b-frame.st-a6.st-landscape {
  width: 12.6cm;
  height: 8.5cm;
}
.b-frame.st-a6.st-landscape .b-frame-logo__name {
  font-size: 12px;
}
.b-frame.st-a6.st-landscape .b-frame__content {
  padding-top: 30px;
  padding-bottom: 0;
}
.b-frame.st-a6.st-landscape .b-frame__logo-dev {
  margin-top: 10px;
}

.b-login {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-login__logo {
  position: absolute;
  top: 32px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-login__logo-title {
  margin-right: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1C2229;
}
.b-login__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  width: 720px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 32px;
  background: #EDEEF0 url(../img/content/b-login/item-1.png) no-repeat;
  background-size: cover;
}
.b-login__info {
  max-width: 563px;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.396789px;
  color: #475467;
}
.b-login__language {
  position: absolute;
  top: 32px;
  right: 32px;
}
.b-login__language.ui-language {
  width: auto;
}
.b-login__advant {
  width: 440px;
  padding: 24px 28px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.03), 0px 6px 16px -4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.03), 0px 6px 16px -4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.b-login__advant-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1C2229;
}
.b-login__advant-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 140%;
  color: #1C2229;
}
.b-login__advant-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 36px;
  line-height: 140%;
}
.b-login__advant-list li:after {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9993 22C17.4993 22 21.9993 17.5 21.9993 12C21.9993 6.5 17.4993 2 11.9993 2C6.49927 2 1.99927 6.5 1.99927 12C1.99927 17.5 6.49927 22 11.9993 22Z" fill="%2345C283" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.75073 12.0001L10.5807 14.8301L16.2507 9.17017" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 1439.98px) {
  .b-login__second {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .b-login {
    padding-top: 136px;
    padding-bottom: 30px;
  }
  .b-login__second {
    display: none;
  }
  .b-login__logo {
    top: 24px;
    left: 24px;
  }
  .b-login__language {
    top: 34px;
    right: 12px;
  }
}

.b-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
  padding: 30px 0 30px 193px;
}
.b-login-form__inner {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.b-login-form__title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #111722;
}
.b-login-form__info {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}
.b-login-form__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6C7685;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 17px;
  line-height: 1.25;
}
.b-login-form__separator:after, .b-login-form__separator:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #EDEEF0;
}
.b-login-form__separator:after {
  margin-left: 12px;
}
.b-login-form__separator:before {
  margin-right: 12px;
}
.b-login-form__link {
  font-size: 13px;
}
.b-login-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
  margin-bottom: 40px;
}
.b-login-form__btn {
  margin-top: 40px;
  margin-bottom: 6px;
}
.b-login-form__note a {
  text-decoration: underline;
}
@media (max-width: 1439.98px) {
  .b-login-form {
    width: 50%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1023.98px) {
  .b-login-form {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-login-form__inner {
    width: 100%;
    max-width: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.b-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 64px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-main__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-main__sort .ui-select-group__item {
  margin-bottom: 8px;
}
.b-main__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1C2229;
}
.b-main__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px 24px;
  height: calc(100vh - 68px);
}
.b-main__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-main > .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .b-main {
    width: 100%;
  }
  .b-main__content {
    height: calc(100vh - 175px);
  }
  .b-main__inner {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .b-main__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.b-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
  height: 100%;
  background-color: #FAFAFA;
  border-right: 1px solid #EDEEF0;
}
.b-main-nav__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-main-nav__header {
  height: 60px;
  padding: 18px 16px;
}
.b-main-nav__main {
  padding: 8px;
}
.b-main-nav__footer {
  padding: 16px 12px;
  border-top: 1px solid #EDEEF0;
}
.b-main-nav__list {
  padding-left: 0;
  list-style-type: none;
}
.b-main-nav__list.show {
  display: block;
}
.b-main-nav__list .b-main-nav__list {
  display: none;
  margin-left: 10px;
}
.b-main-nav__list .b-main-nav__list.show {
  display: block;
}
.b-main-nav__item {
  position: relative;
}
.b-main-nav__item.active > .b-main-nav__link {
  background: #EDEEF0;
  color: #2F8733;
}
.b-main-nav__item.active > .b-main-nav__link:after {
  border-color: transparent #2F8733 transparent transparent;
}
.b-main-nav__item .ui-dropdown-more {
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-main-nav__trigger {
  position: absolute;
  top: 2px;
  left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  border: none;
  background-color: transparent;
  border-radius: 6px;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.b-main-nav__trigger .ic {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.b-main-nav__trigger.open .ic {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.b-main-nav__trigger:hover {
  background-color: #EAF3EB;
}
.b-main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  padding: 7.5px 12px 7.5px 42px;
  font-size: 15px;
  line-height: 140%;
  color: #394352;
  border-radius: 6px;
  cursor: default;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.b-main-nav__link:hover {
  text-decoration: none;
  background-color: #F3F7F3;
}
.b-main-nav__link:hover .b-main-nav__number {
  opacity: 0;
}
.b-main-nav__link:hover .ui-dropdown-more {
  opacity: 1;
}
.b-main-nav a.b-main-nav__link {
  cursor: pointer;
}
.b-main-nav a.b-main-nav__link .b-main-nav__number {
  opacity: 1;
}
.b-main-nav__number {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .b-main-nav {
    display: none;
  }
  .b-main-nav__item .ui-dropdown-more {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
  }
  .b-main-nav__name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .b-main-nav__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .b-main-nav__link:hover .b-main-nav__number {
    opacity: 1;
  }
  .b-main-nav__number {
    width: 32px;
    margin-right: 6px;
    text-align: center;
  }
}

.b-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - 64px);
  height: 60px;
  padding: 12px 24px;
  border-bottom: 1px solid #EDEEF0;
  background-color: #FFF;
}
.b-main-header_template {
  height: 68px;
}
.b-main-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.b-main-header__nav {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-main-header__ic {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.25px solid #475467;
}
.b-main-header__ic .ic {
  stroke: #475467;
}
.b-main-header__survey {
  background-color: #FFF;
}
.b-main-header__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  line-height: 1;
  color: #1C2229;
}
.b-main-header__item:not(:last-child) {
  margin-right: 28px;
}
.b-main-header__item:hover {
  text-decoration: none;
}
.b-main-header__item.st-active {
  color: #2F8733;
  cursor: default;
  pointer-events: none;
}
.b-main-header__item.st-active .b-main-header__ic {
  border-color: #2F8733;
}
.b-main-header__item.st-active .b-main-header__ic .ic {
  stroke: #2F8733;
}
.b-main-header__item.st-prev {
  color: #1C2229;
}
.b-main-header__item.st-prev .b-main-header__ic {
  background-color: #16B364;
  border-color: #16B364;
}
.b-main-header__item.st-prev .b-main-header__ic .ic {
  stroke: #fff;
}
.b-main-header__item.st-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.b-main-header__item.st-disabled .b-main-header__ic {
  border-color: #475467;
}
.b-main-header__item.st-disabled .b-main-header__ic .ic {
  stroke: #475467;
}
.b-main-header_qr {
  background-color: #FAFAFA;
}
.b-main-header_qr .breadcrumb-wrap {
  background-color: transparent;
}
.b-main-header_template .breadcrumb-wrap {
  width: 346px;
}
.b-main-header_template .breadcrumb-wrap .breadcrumb {
  white-space: normal;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-main-header_template .breadcrumb-wrap {
    width: 270px;
  }
}
@media (max-width: 1439.98px) {
  .b-main-header_template .breadcrumb-wrap {
    min-width: 0;
  }
}
@media (max-width: 1199.98px) {
  .b-main-header__ic {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .b-main-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 18px 24px 13px;
  }
  .b-main-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEEF0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .b-main-header__item:not(:last-child) {
    margin-right: 0;
    padding-right: 20px;
  }
  .b-main-header .btn-wrap {
    background-color: #FFF;
  }
  .b-main-header .breadcrumb-wrap {
    background-color: #FFF;
  }
  .b-main-header__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-main-header_template__nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .b-main-header_template__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-main-header_template .breadcrumb-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-main-header_template .breadcrumb {
    padding-right: 0;
  }
  .b-main-header_design .b-main-header__btn {
    display: none;
  }
  .b-main-header_design .b-main-header__nav {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .b-main-header_design .breadcrumb-wrap {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .b-main-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .b-main-header__nav {
    display: block;
    padding-left: 0;
  }
  .b-main-header_template .breadcrumb-wrap {
    width: calc(100% - 130px);
  }
}

.b-main-sublocation {
  padding-top: 22px;
}
.b-main-sublocation__title {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #2B323E;
}
.b-main-sublocation__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-main-sublocation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 6px 6px 6px 16px;
  border: 1px solid #6C7685;
  border-radius: 6px;
  background-color: #FFF;
  cursor: default;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-main-sublocation__item .ui-dropdown-more {
  margin-left: 16px;
}
.b-main-sublocation__item:hover {
  background: #F3F7F3;
  border-color: #2F8733;
}
.b-main-sublocation__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
  color: #1C2229;
}

.b-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 768px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 140px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
.b-menu__title-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 76px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
.b-menu__body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -24px;
  padding: 16px 16px 90px;
  background-color: #FFF;
  border-radius: 24px 24px 0 0;
}
.b-menu__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: #FFF;
  z-index: 100;
}

.b-menu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  padding: 23px 16px;
  text-align: center;
  border: 1px solid #EDEEF0;
  border-radius: 12px;
  background-color: rgb(249, 250, 251);
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #1C2229;
}
.b-menu-list__link:hover {
  text-decoration: none;
}

.b-menu-card {
  border: 1px solid #DADDE1;
  border-radius: 12px;
  color: #1C2229;
  font-size: 13px;
}
.b-menu-card:not(:last-child) {
  margin-bottom: 16px;
}
.b-menu-card__media {
  position: relative;
  min-height: 16px;
  margin-bottom: 12px;
}
.b-menu-card__media img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px 11px 0 0;
}
.b-menu-card__labels {
  position: absolute;
  top: 8px;
  left: 8px;
}
.b-menu-card__label {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px 2px 6px;
  background-color: #fff;
  border-radius: 40px;
}
.b-menu-card__label .ic {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.b-menu-card__main {
  padding: 0 12px 12px;
  border-radius: 0 0 11px 11px;
  background-color: #FFF;
}
.b-menu-card__title {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1C2229;
}
.b-menu-card__tags {
  color: #475467;
}
.b-menu-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 14px;
}
.b-menu-card__tag .ic {
  margin-right: 4px;
  stroke: #475467;
}
.b-menu-card__info {
  font-size: 14px;
  color: #2B323E;
}
.b-menu-card__desrip {
  margin-top: 16px;
}
.b-menu-card__desrip-title {
  margin-bottom: 4px;
}
.b-menu-card__desrip-list {
  overflow-x: auto;
  white-space: nowrap;
}
.b-menu-card__desrip-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  padding: 4px 16px 4px 4px;
  background-color: #EDEEF0;
  border-radius: 40px;
}
.b-menu-card__desrip-item .ic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.b-menu-card__footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #EDEEF0;
}
.b-menu-card__weight {
  color: #394352;
}
.b-menu-card__price {
  font-size: 28px;
  font-weight: 700;
  color: #2F8733;
}
.b-menu-card__table {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #EDEEF0;
}
.b-menu-card__table-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #EDEEF0;
}
.b-menu-card__table-main {
  width: 100%;
  font-size: 14px;
}
.b-menu-card__table-main td {
  padding: 4px 2px;
}
.b-menu-card__table-main td:first-child {
  width: 1000px;
}
.b-menu-card__table-main td:not(:last-child) {
  padding-right: 24px;
}

.b-modal-call .modal-body {
  border-radius: 16px 16px 0 0;
}
.b-modal-call__title {
  margin-bottom: 24px;
  margin-top: 40px;
  font-size: 28px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
}
.b-modal-call__fig {
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #2F8733;
  z-index: 1;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
.b-modal-call__fig .ic {
  fill: #fff;
}
.b-modal-call__fig .ui-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.38) rotate(-90deg);
          transform: translate(-50%, -50%) scale(0.38) rotate(-90deg);
}
.b-modal-call__fig .ui-spinner:after {
  content: none;
}
.b-modal-call__fig .ui-spinner #svg #bar {
  stroke: #fff;
}
.b-modal-call__fig .ui-spinner #svg circle {
  stroke-width: 8px;
  stroke: none;
}
.b-modal-call__fig.st-success {
  background-color: #7ED321;
}
.b-modal-call__fig.st-neutral {
  background-color: #FFCE00;
}
.b-modal-call__fig.st-danger {
  background-color: #D24103;
}

.b-modal-chat .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.b-modal-chat .modal-content {
  max-width: 1017px;
  -webkit-box-shadow: 0 8px 24px rgba(23, 26, 31, 0.08);
          box-shadow: 0 8px 24px rgba(23, 26, 31, 0.08);
  overflow: hidden;
}
.b-modal-chat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background-color: #599F5C;
  color: #fff;
}
.b-modal-chat__header .close {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.b-modal-chat__header .close .ic {
  stroke: #fff;
}
.b-modal-chat__header .btn {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: normal;
}
.b-modal-chat__header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.b-modal-chat__header-status {
  font-size: 12px;
  color: #EAF3EB;
}
.b-modal-chat__header-btn {
  margin-right: 12px;
  padding: 5px 8px;
  border: 1px solid #82B785;
  border-radius: 4px;
  background-color: transparent;
  stroke: #fff;
}
.b-modal-chat__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 90px);
}
.b-modal-chat__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 376px);
  max-height: calc(100vh - 90px);
}
.b-modal-chat__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 376px;
  padding: 16px;
  background-color: #F3F7F3;
}
.b-modal-chat__sidebar-item {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DADDE1;
}
.b-modal-chat__sidebar-label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  color: #6C7685;
}
.b-modal-chat__sidebar-input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-weight: 500;
  color: #2B323E;
}
.b-modal-chat__sidebar-input.st-lg {
  font-size: 18px;
  font-weight: 700;
}
.b-modal-chat__descip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
}
.b-modal-chat__descip dt {
  width: 50%;
  margin-bottom: 6px;
  padding-right: 10px;
  font-weight: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #6C7685;
}
.b-modal-chat__descip dd {
  width: 50%;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #1C2229;
}
.b-modal-chat__descip .ic {
  margin-right: 10px;
  fill: #9198A4;
}
.b-modal-chat__descip .ic-orange {
  fill: #E87902;
  stroke: #E87902;
}
.b-modal-chat__descip .ic-blue {
  fill: #0573C7;
  stroke: #0573C7;
}
.b-modal-chat__descip .ui-btn-null .ic {
  stroke: #9198A4;
}
.b-modal-chat__list {
  padding-top: 12px;
}
.b-modal-chat__list-item {
  position: relative;
  padding-bottom: 14px;
  padding-left: 18px;
}
.b-modal-chat__list-item:before, .b-modal-chat__list-item:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #82B785;
}
.b-modal-chat__list-item:before {
  top: calc(50% - 10px);
  width: 1px;
  left: 3px;
  bottom: 0;
}
.b-modal-chat__list-item:after {
  left: 0;
  top: calc(50% - 10px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.b-modal-chat__list-item:first-child .b-modal-chat__list-line {
  display: none;
}
.b-modal-chat__list-item:last-child:before {
  display: none;
}
.b-modal-chat__list-line:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  left: 3px;
  bottom: calc(50% + 10px);
  background-color: #82B785;
}
.b-modal-chat__list-title {
  display: block;
  color: #1C2229;
  font-size: 13px;
  font-weight: 500;
}
.b-modal-chat__list-info {
  display: block;
  font-size: 12px;
  color: #9198A4;
}
@media (max-width: 767.98px) {
  .b-modal-chat__body {
    display: block;
    overflow-y: auto;
  }
  .b-modal-chat__main, .b-modal-chat__sidebar {
    width: 100%;
    max-height: 100%;
  }
  .b-modal-chat__sidebar {
    border-top: 2px solid #fff;
  }
}
@media (max-width: 550px) {
  .b-modal-chat__header {
    display: block;
  }
  .b-modal-chat__header-status {
    margin-bottom: 10px;
  }
  .b-modal-chat__body {
    max-height: calc(100vh - 130px);
  }
}

.b-modal-chat-messenger {
  height: 100%;
}
.b-modal-chat-messenger__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.b-modal-chat-messenger__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 12px 24px;
}
.b-modal-chat-messenger__date {
  padding: 8px 16px;
  border-bottom: 1px solid #F5F7FA;
  font-size: 18px;
  font-weight: 500;
  color: #394352;
}
.b-modal-chat-messenger__item:not(:first-child) {
  margin-top: 16px;
}
.b-modal-chat-messenger__item.st-left .b-modal-chat-messenger__info {
  max-width: 320px;
  border-bottom-left-radius: 0;
  background: #599F5C;
  color: #FFF;
}
.b-modal-chat-messenger__item.st-left .b-modal-chat-messenger__time {
  color: #D5E7D6;
}
.b-modal-chat-messenger__item.st-left + .st-left {
  margin-top: 4px;
}
.b-modal-chat-messenger__item.st-right {
  text-align: right;
}
.b-modal-chat-messenger__item.st-right .b-modal-chat-messenger__info {
  max-width: 355px;
  border-bottom-right-radius: 0;
  background: #EDEEF0;
  color: #1C2229;
}
.b-modal-chat-messenger__item.st-right .b-modal-chat-messenger__author {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-modal-chat-messenger__item.st-right .b-modal-chat-messenger__author-photo {
  margin-left: 10px;
  margin-right: 0;
}
.b-modal-chat-messenger__item.st-right + .st-right {
  margin-top: 4px;
}
.b-modal-chat-messenger__time {
  display: block;
  margin-bottom: 4px;
  color: var(--grays-600, #475467);
  font-size: 12px;
  line-height: 125%;
}
.b-modal-chat-messenger__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 125%;
}
.b-modal-chat-messenger__author-photo {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.b-modal-chat-messenger__info {
  display: inline-block;
  max-width: 90%;
  padding: 12px;
  color: var(--grays-800, #2B323E);
  font-size: 15px;
  line-height: 144%;
  border-radius: 12px;
  text-align: left;
}
.b-modal-chat-messenger__footer {
  height: 80px;
  padding: 8px;
  border-top: 1px solid #EAECF0;
  background: #F5F7FA;
}
.b-modal-chat-messenger__footer .ui-btn-null .ic {
  stroke: #9198A4;
  fill: #9198A4;
}
.b-modal-chat-messenger__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-modal-chat-messenger__input {
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  border: none;
  background-color: transparent;
}
.b-modal-chat-messenger__input::-webkit-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.b-modal-chat-messenger__input::-moz-placeholder {
  color: var(--grays-400, #9198A4);
}
.b-modal-chat-messenger__input:-ms-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.b-modal-chat-messenger__input::-ms-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.b-modal-chat-messenger__input::placeholder {
  color: var(--grays-400, #9198A4);
}
.b-modal-chat-messenger__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  border: none;
  background-color: transparent;
}
.b-modal-chat-messenger__text {
  padding: 4px;
  text-align: center;
  color: var(--grays-400, #9198A4);
  font-size: 14px;
  line-height: 125%;
}
.b-modal-chat-messenger__editing {
  width: 24px;
  height: 24px;
}
.b-modal-chat-messenger__btn-item:not(:last-child) {
  margin-bottom: 6px;
}
.b-modal-chat-messenger__btn {
  display: inline-block;
  padding: 6px 12px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 125%;
  border-radius: 4px;
  border: 1px solid var(--grays-200, #DADDE1);
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-modal-chat-messenger__btn:hover {
  background-color: #F5F7FA;
  border-color: #475467;
  color: #475467;
}

.b-modal-download__label {
  margin-bottom: 12px;
  font-weight: 500;
}
.b-modal-download .modal-dialog {
  max-width: 620px;
}
.b-modal-download .form-group {
  margin-top: 0;
  margin-bottom: 25px;
}
.b-modal-download .modal-footer .btn {
  padding-left: 16px;
  padding-right: 16px;
}

.b-modal-email__header {
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--grays-50, #F5F7FA);
  font-size: 15px;
}
.b-modal-email__header-item:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--grays-100, #EDEEF0);
}
.b-modal-email__header-title {
  margin-right: 4px;
  font-weight: 500;
}
.b-modal-email__item {
  margin-top: 24px;
}
.b-modal-email__label {
  margin-bottom: 6px;
}
.b-modal-email__link {
  display: block;
  padding: 16px 16px 18px 16px;
  text-decoration: none;
  color: var(--grays-900, #1C2229);
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: #FFF;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-modal-email__link:not(:last-child) {
  margin-bottom: 12px;
}
.b-modal-email__link:hover {
  border-color: var(--main-green-600, #2F8733);
  color: var(--main-green-700, #266C29);
  text-decoration: none;
}
.b-modal-email__name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
.b-modal-email__text {
  color: var(--grays-600, #475467);
  font-size: 14px;
}
.b-modal-email .modal-dialog {
  max-width: 620px;
}

.b-modal-filter__clear {
  padding: 4px;
  border: none;
  background-color: transparent;
  color: var(--main-green-600, #2F8733);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-right: 12px;
}
.b-modal-filter__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  padding: 0 2px;
  border-radius: 4px;
  background: var(--main-green-600, #2F8733);
  color: var(--base-white, #FFF);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.b-modal-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 4px 16px 8px;
  color: var(--grays-600, #475467);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border: none;
  border-bottom: 0.5px solid var(--grays-200, #DADDE1);
  background-color: transparent;
  text-align: left;
}
.b-modal-filter__item:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.76711 11.8159C5.53743 11.577 5.54488 11.1972 5.78374 10.9675L8.93395 8L5.78374 5.0325C5.54488 4.80282 5.53743 4.423 5.76711 4.18413C5.99679 3.94527 6.37661 3.93782 6.61547 4.1675L10.2155 7.5675C10.3331 7.68062 10.3996 7.83679 10.3996 8C10.3996 8.16321 10.3331 8.31938 10.2155 8.4325L6.61548 11.8325C6.37661 12.0622 5.99679 12.0547 5.76711 11.8159Z" fill="%239198A4"/></svg>');
}
.b-modal-filter__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 17px);
}
.b-modal-filter__options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 17px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--grays-800, #2B323E);
  text-align: right;
}
.b-modal-filter__check {
  padding: 16px 4px 16px 8px;
  border-bottom: 0.5px solid var(--grays-200, #DADDE1);
}
.b-modal-filter .modal-body {
  padding: 8px 12px;
}
.b-modal-filter .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.b-modal-get-code__title {
  margin-bottom: 6px;
  color: var(--grays-900, #1C2229);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.b-modal-get-code__text {
  margin-bottom: 16px;
  color: var(--grays-600, #475467);
}
.b-modal-get-code .modal-dialog {
  max-width: 620px;
}
@media (max-width: 767.98px) {
  .b-modal-get-code .modal-dialog {
    max-width: 100%;
  }
}

.b-modal-csv .ui-upload {
  height: 124px;
}

.b-modal-mass__textarea.form-control {
  height: calc(100vh - 400px);
}

.b-modal-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 16px 13px 20px;
}
.b-modal-menu__header .close {
  opacity: 1;
  stroke: #EDEEF0;
}
.b-modal-menu .b-sidebar-nav {
  display: block;
}
.b-modal-menu .modal-dialog {
  margin: 0;
  width: 320px;
  height: 100%;
}
.b-modal-menu .modal-content {
  height: 100vh;
  border-radius: 0;
  background: #262626;
}
.b-modal-menu .modal-body {
  height: calc(100% - 60px);
  padding: 12px 8px;
  overflow-y: auto;
}
.b-modal-menu.fade .modal-dialog {
  -webkit-transform: translate(-320px, 0);
          transform: translate(-320px, 0);
}
.b-modal-menu.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.b-modal-order__table {
  width: 100%;
}
.b-modal-order__table td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #EDEEF0;
}
.b-modal-order__table td:first-child {
  padding-right: 16px;
  color: #475467;
}
.b-modal-order__table td:last-child {
  text-align: right;
  font-weight: 500;
}
.b-modal-order .modal-footer .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-modal-order .modal-header {
  border-bottom: none;
}
.b-modal-order .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .b-modal-order .modal-dialog {
    max-width: 360px;
    height: calc(100vh - 40px);
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .b-modal-order .modal-body {
    padding-top: 8px;
    overflow-y: auto;
  }
}

.b-modal-page-menu .close {
  position: fixed;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
}
.b-modal-page-menu .modal-content {
  background-color: transparent;
}
.b-modal-page-menu .modal-body {
  max-height: 100vh;
}

.b-modal-report__title {
  margin-bottom: 4px;
  color: var(--grays-900, #1C2229);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
.b-modal-report__text {
  margin-bottom: 24px;
  text-align: center;
  color: var(--grays-900, #1C2229);
  font-size: 13px;
  line-height: 140%;
}
.b-modal-report__card {
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid var(--grays-100, #EDEEF0);
}
.b-modal-report__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
  color: var(--grays-900, #1C2229);
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}
.b-modal-report__header .ic {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.b-modal-report__body {
  padding: 12px;
}
.b-modal-report__note {
  color: var(--grays-600, #475467);
  font-size: 13px;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .b-modal-report__add {
    width: 100%;
    margin-top: 8px;
  }
}

.b-modal-soc-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}
.b-modal-soc-links__item {
  margin-bottom: 16px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.b-modal-soc-links__item:not(:last-child) {
  margin-right: 16px;
}
.b-modal-soc-links__title {
  display: block;
  margin-top: 8px;
  color: var(--grays-800, #2B323E);
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 767.98px) {
  .b-modal-soc-links__list {
    margin-bottom: 12px;
  }
  .b-modal-soc-links__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
  .b-modal-soc-links__item:not(:last-child) {
    margin-right: 0;
  }
  .b-modal-soc-links__item br {
    display: none;
  }
  .b-modal-soc-links__title {
    margin-top: 0;
    font-size: 16px;
  }
  .b-modal-soc-links__ic {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}

.b-modal-structure .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.b-modal-structure .modal-content {
  border-radius: 0;
  border: none;
}
.b-modal-structure__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-modal-structure__header .close .ic {
  width: 24px;
  height: 24px;
}
.b-modal-structure__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1C2229;
}
.b-modal-structure__body {
  padding: 8px 8px 15px;
}
.b-modal-structure__footer {
  padding: 16px 12px;
  border-top: 1px solid #D6D6D6;
}

@media (max-width: 1023.98px) {
  .b-modal-table__download {
    width: 100%;
  }
}

.b-modal-templates__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 288px;
  max-height: calc(100vh - 220px);
  padding: 28px 16px;
  border-right: 1px solid #EDEEF0;
  overflow-y: auto;
}
.b-modal-templates__main {
  max-height: calc(100vh - 220px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 288px);
  padding: 20px 24px 0;
  overflow-y: auto;
}
.b-modal-templates__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1C2229;
}
.b-modal-templates__text {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 140%;
  color: #6C7685;
}
.b-modal-templates__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
}
.b-modal-templates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 12px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-right: 12px;
  margin-bottom: 14px;
  padding: 0;
  border: 1px solid #DADDE1;
  border-radius: 6px;
  background-color: #FFF;
  text-align: left;
  overflow: hidden;
}
.b-modal-templates__img {
  width: 100%;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-modal-templates__inner {
  padding: 12px;
}
.b-modal-templates__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 122%;
  color: #2B323E;
}
.b-modal-templates__descrip {
  margin-top: 2px;
  font-size: 11px;
  line-height: 125%;
  color: #6C7685;
}
.b-modal-templates__nav .nav-item {
  width: 100%;
  margin-bottom: 2px;
}
.b-modal-templates__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 6px 6px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  line-height: 144%;
  color: #394352;
  border-radius: 5px;
}
.b-modal-templates__nav .nav-link.active {
  background: #F3F7F3;
  color: #2F8733;
}
.b-modal-templates__nav .nav-link.active .b-modal-templates__nav-number {
  color: #2F8733;
}
.b-modal-templates__nav-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 21px;
  padding: 4px;
  background: #EAF3EB;
  border-radius: 3px;
  font-size: 10px;
  line-height: 125%;
}
.b-modal-templates .modal-dialog {
  max-width: 1090px;
  margin-top: 80px;
}
.b-modal-templates__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .b-modal-templates__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767.98px) {
  .b-modal-templates__body {
    display: block;
  }
  .b-modal-templates__item {
    width: 100%;
  }
  .b-modal-templates__title {
    margin-bottom: 4px;
  }
  .b-modal-templates__main {
    width: 100%;
    max-height: calc(100vh - 175px);
    padding: 10px 14px;
  }
  .b-modal-templates__sidebar {
    width: 100%;
    white-space: nowrap;
    padding: 10px;
  }
  .b-modal-templates__sidebar::-webkit-scrollbar {
    height: 2px;
  }
  .b-modal-templates__nav-number {
    display: none;
  }
  .b-modal-templates__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .b-modal-templates__nav .nav-item {
    width: auto;
    margin-right: 8px;
  }
  .b-modal-templates .modal-dialog {
    margin: 54px 0 0;
  }
  .b-modal-templates .modal-content {
    border-radius: 0;
  }
}

.b-modal-tour__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 40px;
}
.b-modal-tour__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
}
.b-modal-tour__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 160px);
  padding-left: 40px;
}
.b-modal-tour__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #101828;
}
.b-modal-tour__info {
  line-height: 140%;
  color: #101828;
}
.b-modal-tour__info p {
  margin-bottom: 0;
}
.b-modal-tour__info p:not(:last-child) {
  margin-bottom: 12px;
}
.b-modal-tour__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-top: 1px solid #E0E6ED;
}
.b-modal-tour__footer .btn {
  padding-left: 16px;
  padding-right: 16px;
}
.b-modal-tour__steps {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  line-height: 15px;
  color: #9198A4;
  text-align: center;
}
.b-modal-tour .close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.b-modal-tour .modal-header {
  padding: 22px 60px 6px 20px;
  border-bottom: none;
}
.b-modal-tour .modal-header .close {
  top: 16px;
  right: 20px;
}
.b-modal-tour .modal-title {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: normal;
}
.b-modal-tour .modal-body {
  padding-top: 0;
  padding-bottom: 4px;
  line-height: 1.4;
}
.b-modal-tour .modal-footer {
  position: relative;
  padding: 10px 20px 20px;
  border-top: none;
}
.b-modal-tour .modal-footer .btn {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 1;
}
.b-modal-tour.st-pos-coord .modal-dialog {
  margin: 0;
}
.b-modal-tour[data-arr=left] .modal-content:after, .b-modal-tour[data-arr=topRight] .modal-content:after, .b-modal-tour[data-arr=topLeft] .modal-content:after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.b-modal-tour[data-arr=left] .modal-content:after {
  top: calc(50% - 5px);
  left: -10px;
  border-color: transparent #FFF transparent transparent;
}
.b-modal-tour[data-arr=topRight] .modal-content:after {
  top: -10px;
  right: 10px;
  border-color: transparent transparent #FFF transparent;
}
.b-modal-tour#modalTourSidebar .modal-dialog {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(73px, -50%);
          transform: translate(73px, -50%);
}
.b-modal-tour#modalTourStructure .modal-dialog {
  position: absolute;
  top: 55px;
  left: 352px;
}
.b-modal-tour#modalTourSurvey .modal-dialog {
  position: absolute;
  top: 68px;
  right: calc(100% - 1440px + 65px);
}
@media (max-width: 1439.98px) {
  .b-modal-tour#modalTourSurvey .modal-dialog {
    position: absolute;
    top: 75px;
    right: 65px;
  }
}
@media (max-width: 1023.98px) {
  .b-modal-tour#modalTourSidebar .modal-dialog {
    top: 69px;
    left: 66px;
    right: 14px;
    -webkit-transform: none;
            transform: none;
  }
  .b-modal-tour#modalTourSidebar .modal-content:after {
    top: -10px;
    left: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .b-modal-tour#modalTourStructure .modal-dialog {
    top: 127px;
    left: 67px;
    right: 14px;
    -webkit-transform: none;
            transform: none;
  }
  .b-modal-tour#modalTourStructure .modal-content:after {
    top: -10px;
    left: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .b-modal-tour#modalTourSurvey .modal-dialog {
    top: 127px;
    left: auto;
    right: 50px;
    -webkit-transform: none;
            transform: none;
  }
  .b-modal-tour#modalTourSurvey .modal-content:after {
    top: -10px;
  }
}
@media (max-width: 767.98px) {
  .b-modal-tour__body {
    display: block;
    padding: 28px 20px;
  }
  .b-modal-tour__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .b-modal-tour__main {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .b-modal-tour .modal-header {
    padding-top: 16px;
    padding-left: 16px;
  }
  .b-modal-tour .modal-header .close {
    top: 16px;
    right: 23px;
  }
  .b-modal-tour .modal-body {
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.4;
  }
  .b-modal-tour .modal-footer {
    padding: 10px 16px 16px;
  }
  .b-modal-tour .modal-footer .btn {
    padding: 6px;
  }
}

.b-modal-type__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px 16px 0;
}
.b-modal-type__search .ic {
  margin-right: 8px;
  stroke: #6C7685;
}
.b-modal-type__search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  border: none;
  background-color: #FFF;
}
.b-modal-type__sidebar {
  width: 250px;
  max-height: calc(100vh - 112px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px solid var(--grays-100, #EDEEF0);
  overflow-x: hidden;
}
.b-modal-type__content {
  width: calc(100% - 250px);
  max-height: calc(100vh - 112px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-modal-type__wrap {
  max-width: 360px;
}
.b-modal-type__wrap .ui-date-picker {
  max-width: 100%;
}
.b-modal-type__main {
  padding: 20px 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-modal-type__title {
  margin-bottom: 6px;
  color: var(--grays-900, #1C2229);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04px;
}
.b-modal-type__title2 {
  margin-bottom: 6px;
  color: var(--grays-900, #1C2229);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.b-modal-type__text {
  margin-bottom: 16px;
  color: var(--grays-700, #394352);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.b-modal-type__btn .ic {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  stroke: #fff;
}
.b-modal-type__example {
  position: relative;
  min-height: 250px;
  padding: 32px 20px 24px;
  border-top: 1px solid var(--grays-100, #EDEEF0);
}
.b-modal-type__label {
  position: absolute;
  top: -8px;
  left: 20px;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--grays-100, #EDEEF0);
  color: var(--grays-500, #6C7685);
  font-size: 11px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.5px;
  z-index: 1;
}
.b-modal-type__signature {
  max-width: 210px;
  padding: 20px 8px;
  border-radius: 8px;
  border: 1px dashed var(--grays-300, #B5BBC2);
  background: var(--White, #FFF);
  text-align: center;
}
.b-modal-type__signature img {
  position: relative;
  z-index: 1;
}
.b-modal-type__signature-text {
  position: relative;
  margin-top: -10px;
  color: var(--grays-400, #9198A4);
  font-size: 12px;
  line-height: 125%;
}
.b-modal-type__signature-text:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: var(--grays-100, #EDEEF0);
}
.b-modal-type__matrix {
  width: 384px;
}
.b-modal-type__matrix td,
.b-modal-type__matrix th {
  padding: 6px 12px;
  color: var(--grays-900, #1C2229);
  font-size: 13px;
  font-weight: normal;
  line-height: 140%;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
  border-right: 1px solid var(--grays-100, #EDEEF0);
  text-align: center;
}
.b-modal-type__matrix td:first-child,
.b-modal-type__matrix th:first-child {
  text-align: left;
  border-left: 1px solid var(--grays-100, #EDEEF0);
}
.b-modal-type__matrix th {
  border-top: 1px solid var(--grays-100, #EDEEF0);
}
.b-modal-type__rank-item {
  cursor: -webkit-grab;
  cursor: grab;
}
.b-modal-type__rank-item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.b-modal-type__rank-item:not(:last-child) {
  margin-bottom: 8px;
}
.b-modal-type__rank-item.st-drag .b-modal-type__rank-btn {
  border-style: dotted;
}
.b-modal-type__rank-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px 8px 8px;
  border-radius: 5px;
  border: 1px solid var(--grays-200, #DADDE1);
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.b-modal-type__rank-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 1px 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  background: var(--Blue, #0D7CF2);
}
.b-modal-type .modal-dialog {
  max-width: 700px;
}
.b-modal-type .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-modal-type .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.b-modal-type .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-modal-type .tab-pane {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}
.b-modal-type .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-modal-type .nav-item {
  width: 100%;
}
.b-modal-type .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  color: var(--grays-700, #394352);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.b-modal-type .nav-link.active {
  background: var(--main-green-50, #F3F7F3);
}
.b-modal-type .nav-link .ic {
  width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .b-modal-type__content {
    display: none;
  }
  .b-modal-type__sidebar {
    width: 100%;
    max-height: 100%;
  }
}
@media (max-height: 600px) {
  .b-modal-type__example {
    min-height: 0;
  }
}

.b-modal-upload__search {
  position: relative;
  width: 272px;
  margin-left: auto;
  stroke: #9198A4;
}
.b-modal-upload__input {
  width: 100%;
  padding-left: 36px;
}
.b-modal-upload__search-btn {
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: #FFF;
}
.b-modal-upload__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.b-modal-upload__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 128px;
  margin: 20px 6px 0;
  padding: 4px;
}
.b-modal-upload__img {
  width: 120px;
  height: 120px;
  fit-object: cover;
  border-radius: 4px;
  overflow: hidden;
}
.b-modal-upload__caption {
  display: block;
  margin-top: 10px;
  line-height: 125%;
  color: #1C2229;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-modal-upload__size {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 15px;
  color: #394352;
}
.b-modal-upload .modal-dialog {
  width: 870px;
  max-width: 100%;
}
.b-modal-upload .modal-header {
  padding-bottom: 0;
}
@media (max-width: 1439.98px) {
  .b-modal-upload .modal-dialog {
    width: 100%;
  }
  .b-modal-upload__search {
    width: 100%;
  }
}

.b-modal-write__start, .b-modal-write__stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  height: 124px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 70px;
  background: #0359FF;
  color: var(--White, #FFF);
  font-size: 14px;
  line-height: 125%;
  border: none;
}
.b-modal-write__start:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M13.75 7.5C13.75 4.04822 16.5482 1.25 20 1.25C23.4518 1.25 26.25 4.04822 26.25 7.5V21.25C26.25 24.7018 23.4518 27.5 20 27.5C16.5482 27.5 13.75 24.7018 13.75 21.25V7.5Z" fill="white"/><path d="M10 17.5C10.6904 17.5 11.25 18.0596 11.25 18.75V21.25C11.25 26.0825 15.1675 30 20 30C24.8325 30 28.75 26.0825 28.75 21.25V18.75C28.75 18.0596 29.3096 17.5 30 17.5C30.6904 17.5 31.25 18.0596 31.25 18.75V21.25C31.25 27.0407 26.8749 31.8095 21.25 32.4313V36.25H26.25C26.9404 36.25 27.5 36.8096 27.5 37.5C27.5 38.1904 26.9404 38.75 26.25 38.75H13.75C13.0596 38.75 12.5 38.1904 12.5 37.5C12.5 36.8096 13.0596 36.25 13.75 36.25H18.75V32.4313C13.1251 31.8095 8.75 27.0407 8.75 21.25V18.75C8.75 18.0596 9.30964 17.5 10 17.5Z" fill="white"/></svg>');
}
.b-modal-write__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 12px;
}
.b-modal-write__body .btn {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}
.b-modal-write__body .btn + .btn {
  margin-top: 4px;
}
.b-modal-write__body .btn-link-secondary {
  font-weight: 400;
}
.b-modal-write__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  text-align: center;
  color: var(--grays-600, #475467);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.04px;
}
.b-modal-write__title .ic {
  margin-right: 8px;
  fill: #475467;
}
.b-modal-write__title.st-active .ic {
  fill: #D92D20;
}
.b-modal-write__player {
  margin-bottom: 20px;
}
.b-modal-write__counter {
  font-size: 40px;
  font-weight: 500;
  line-height: 112%;
}
.b-modal-write .modal-dialog {
  width: 328px;
}
.b-modal-write .modal-content {
  padding: 32px 16px 16px;
}
.b-modal-write .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.b-notific__item {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid var(--grays-200, #DADDE1);
}
.b-notific__item:not(:last-child) {
  margin-bottom: 12px;
}
.b-notific__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-notific__img {
  width: 40px;
  margin-right: 12px;
}
.b-notific__title {
  color: var(--grays-900, #1C2229);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.b-notific__info {
  color: var(--grays-500, #6C7685);
  font-size: 12px;
  line-height: 125%;
}
.b-notific__note {
  color: var(--grays-600, #475467);
  font-size: 13px;
  line-height: 140%;
}
.b-notific__plug {
  width: 280px;
  font-weight: normal;
}
.b-notific__plug .ic {
  margin-right: 8px;
  fill: #16B364;
  stroke: none;
}
.b-notific__plug.active {
  font-size: 13px;
  line-height: 1;
  color: var(--success-800, #0D6B3C);
}
.b-notific__group:not(:last-child) {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.b-notific__group .custom-checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.b-notific__group-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-notific__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
}
.b-notific__switch:not(:last-child) {
  margin-bottom: 24px;
}
.b-notific__switch-title {
  padding-left: 20px;
}
.b-notific__link {
  color: var(--Grays-500, #6C7685);
  font-size: 13px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  border: none;
  background-color: transparent;
}
.b-notific__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px -12px -12px;
  border-top: 1px solid var(--Grays-100, #EDEEF0);
}
.b-notific__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 12px;
  text-align: center;
}
.b-notific__footer-item:first-child {
  border-right: 1px solid var(--Grays-100, #EDEEF0);
}
.b-notific__footer-item .b-notific__plug {
  color: var(--Grays-500, #6C7685);
  font-size: 13px;
  line-height: 140%;
}
.b-notific__footer-item .b-notific__plug .ic {
  stroke: #6C7685;
}
.b-notific .ui-date-picker-wrap {
  width: 96px;
  margin-left: 12px;
}
.b-notific .ui-date-picker {
  padding: 8px 12px;
}
@media (max-width: 767.98px) {
  .b-notific__main {
    margin-bottom: 8px;
  }
  .b-notific__plug {
    width: 100%;
  }
}

.b-notific-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.b-notific-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-notific-group__item:not(:last-child) {
  margin-right: 40px;
}
.b-notific-group__item .ic {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .b-notific-group {
    display: block;
  }
  .b-notific-group__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-notific-group__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.b-notific-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-notific-group2:not(:last-child) {
  margin-bottom: 24px;
}
.b-notific-group2__checkbox {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-notific-group2__select {
  width: 340px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-notific-group2 .ui-date-picker-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .b-notific-group2 {
    display: block;
  }
  .b-notific-group2:not(:last-child) {
    margin-bottom: 40px;
  }
  .b-notific-group2__select {
    width: 100%;
    margin-top: 8px;
  }
  .b-notific-group2 .ui-date-picker-wrap {
    margin-left: 0;
    margin-top: 8px;
  }
}

.b-outside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  background: var(--grays-25, #F9FAFB);
}
.b-outside__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: cover;
}
.b-outside__header {
  background: #538CE4;
  min-height: 128px;
  padding: 16px;
}
@media (max-width: 1023px) {
  .b-outside__header {
    height: 102px;
  }
}
.b-outside__title {
  margin-bottom: 14px;
  color: var(--grays-900, #1C2229);
  font-size: 32px;
  font-weight: 700;
  line-height: 118%;
}
.b-outside__info {
  color: var(--grays-900, #1C2229);
  font-size: 18px;
  line-height: 140%;
}
.b-outside__date {
  color: var(--grays-500, #6C7685);
  font-size: 18px;
  line-height: 140%;
}
.b-outside__languages {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border-radius: 4px;
  z-index: 51;
}
@media (max-width: 1023px) {
  .b-outside__languages {
    max-width: 54px;
  }
  .b-outside__languages .filter-option {
    font-size: 0;
  }
  .b-outside__languages button.btn.dropdown-toggle.btn-light {
    padding: 4px 8px 4px 6px;
  }
}
.b-outside__content {
  position: relative;
  max-width: 798px;
  width: 100%;
  margin: 60px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.b-outside__content .b-frame-logo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 24px 24px 0;
}
.b-outside__inner {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
}
.b-outside__step1 h3 {
  margin-bottom: 32px;
}
.b-outside__step2 h1 {
  margin-bottom: 18px;
}
.b-outside__step2 p {
  margin-bottom: 32px;
  font-size: 18px;
}
.b-outside__step3 h1 {
  margin-bottom: 18px;
}
.b-outside__step3 p {
  margin-bottom: 32px;
  font-size: 18px;
}
.b-outside__group {
  padding: 16px 0 24px;
}
.b-outside__group .label-note {
  margin-left: 2px;
}
.b-outside__group .b-control-options__title {
  font-size: 16px;
  line-height: 140%;
}
.b-outside__group .b-control-options__title .label-note {
  font-size: 14px;
}
.b-outside__group .form-group {
  max-width: 352px;
}
.b-outside__group .form-group > label {
  color: #475467;
  margin-bottom: 16px;
}
.b-outside__group .form-group textarea {
  min-height: 120px;
}
.b-outside__group .form-group .b-frame__input-wrap .select-phone-code .btn {
  padding: 13px;
}
.b-outside__group .ui-date-picker-wrap {
  background: transparent;
}
.b-outside__group .ui-upload {
  max-height: 124px;
}
.b-outside__group .ui-upload__btn {
  background: #F5F7FA;
  color: #2B323E;
}
.b-outside__group .b-modal-type__signature {
  max-width: 100%;
}
.b-outside__group_full {
  max-width: 100%;
}
.b-outside__progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
}
.b-outside__progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 768px;
  padding-top: 16px;
  padding-bottom: 8px;
  background-color: #f9fafb;
}
.b-outside__progressbar.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 764px;
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-outside__progressbar-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 21px;
  text-align: center;
}
.b-outside__progressbar-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 4px;
  border-radius: 2px;
  background: var(--grays-200, #DADDE1);
}
.b-outside__progressbar-item:not(:last-child) {
  margin-right: 2px;
}
.b-outside__progressbar-item.active:after {
  background: var(--success-600, #16B364);
}
.b-outside__progressbar-percent {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-top: 6px;
  color: var(--success-600, #16B364);
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}
.b-outside__btns-group .btn {
  margin-right: 12px;
}
.b-outside__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--grays-800, #2B323E);
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  background: #FAFAFA;
}
.b-outside__copyright .ic {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
}
.b-outside__copyright a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grays-800, #2B323E);
}
.b-outside .b-frame-icons__labels {
  padding-left: 12px;
  padding-right: 12px;
}
.b-outside .b-frame-icons__list[data-selected-icons=default] .b-frame-icons__item .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons=default] .b-frame-icons__item_like {
  border-color: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item:nth-child(n+2) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item_like:first-child {
  fill: #AE241A;
  border-color: #AE241A;
}
.b-outside .b-frame-icons__list[data-selected-icons="1"] .b-frame-icons__item_like:last-child {
  border-color: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item:nth-child(n+3) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item_like:first-child {
  fill: #B5BBC2;
  border-color: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="2"] .b-frame-icons__item_like:last-child {
  fill: #128F50;
  border-color: #128F50;
}
.b-outside .b-frame-icons__list[data-selected-icons="3"] .b-frame-icons__item:nth-child(n+4) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="4"] .b-frame-icons__item:nth-child(n+5) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="5"] .b-frame-icons__item:nth-child(n+6) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="6"] .b-frame-icons__item:nth-child(n+7) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="7"] .b-frame-icons__item:nth-child(n+8) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="8"] .b-frame-icons__item:nth-child(n+9) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__list[data-selected-icons="9"] .b-frame-icons__item:nth-child(n+10) .ic {
  fill: #B5BBC2;
}
.b-outside .b-frame-icons__item input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.b-outside .b-frame-icons__item_count:after {
  content: none;
}
.b-outside .b-frame-icons__item_count label {
  position: relative;
}
.b-outside .b-frame-icons__item_count label:after {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: counter(item);
  line-height: 1.2;
}
.b-outside .b-control-options__title {
  display: block;
}
.b-outside .b-control-options__title .label-note {
  display: inline;
}
@media (max-width: 767.98px) {
  .b-outside__btns-group .btn {
    width: 100%;
    margin-right: 0;
  }
  .b-outside__btns-group .btn + .btn {
    margin-top: 6px;
  }
}

.b-outside-admin {
  border-radius: 10px;
  border: 1px solid var(--grays-200, #DADDE1);
  background: var(--grays-25, #F9FAFB);
  overflow: hidden;
}

.b-outside-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}
.b-outside-qr__img {
  margin-right: 12px;
}
.b-outside-qr__info {
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-outside-qr__text {
  margin-bottom: 12px;
}
.b-outside-qr__link {
  display: inline-block;
  color: var(--external-survey-accent-blue, #0359FF);
}
.b-outside-qr__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .b-outside-qr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-outside-result {
  padding-bottom: 24px;
}
.b-outside-result__header {
  padding: 12px 0;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
  color: var(--grays-900, #1C2229);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.b-outside-result__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 16px;
}
.b-outside-result__block {
  margin-right: 16px;
  padding-bottom: 8px;
}
.b-outside-result__title {
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-outside-result__info {
  color: var(--grays-600, #475467);
  font-size: 12px;
  line-height: 125%;
}
.b-outside-result__footer {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--grays-50, #F5F7FA);
  color: var(--grays-600, #475467);
  font-size: 14px;
  line-height: 125%;
}
.b-outside-result__current {
  margin-left: 4px;
  font-weight: 500;
  color: var(--grays-1000, #0E1115);
}
@media (max-width: 1023.98px) {
  .b-outside-result__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background-color: #F5F7FA;
  background-size: cover;
  background-position: 50%;
}
.b-page_bg-mod-a {
  background-color: #EDEEF0;
}
.b-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
.b-page__header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-page__header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background-color: #fff;
  border: 1px solid #DADDE1;
  border-radius: 7px;
}
.b-page__header-btn .ic {
  width: 24px;
  height: 24px;
  stroke: #1C2229;
}
.b-page__header-language .ui-language .ui-select {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #FFF;
  font-size: 0;
}
.b-page__header-language .ui-language .dropdown-toggle .ic {
  margin-right: 0;
}
.b-page__header-counter {
  position: absolute;
  left: -4px;
  bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  background-color: #D82518;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.b-page__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  padding: 4px;
  background-color: #FFF;
  overflow: hidden;
  border: 1px solid #DADDE1;
  border-radius: 8px;
}
.b-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-page__inner {
  width: 100%;
}
.b-page_w-bg {
  background-position: 50% 0;
  background-size: 100% auto;
  color: #FFF;
}
.b-page_w-bg .b-menu-list__link {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  min-height: 128px;
  color: #FFF;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 50%;
  background-size: cover;
}
.b-page_w-bg .b-menu__title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.b-page-card {
  max-width: calc(100vw - 40px);
  margin: auto;
  -webkit-box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
          box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
  border-radius: 24px;
  background-color: #FFF;
}
.b-page-card__main {
  padding: 24px;
  text-align: center;
}
.b-page-card__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  padding: 4px;
  background-color: #FFF;
  overflow: hidden;
  border: 1px solid #EDEEF0;
  border-radius: 50%;
}
.b-page-card__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
.b-page-card__info {
  font-size: 16px;
  color: #6C7685;
}
.b-page-card__footer {
  padding: 4px 0;
  border-top: 1px solid #EDEEF0;
}
.b-page-card__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.b-page-card__foot-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  padding: 0;
  border-radius: 50%;
  background-color: #2F8733;
  border: none;
  text-decoration: none;
}
.b-page-card__foot-ic .ic {
  stroke: #fff;
}
.b-page-card__foot-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #1C2229;
}
.b-page-card__foot-info {
  display: block;
  color: #6C7685;
}
.b-page-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  border: 1px solid #EDEEF0;
  border-radius: 11px;
  background: #F9FAFB;
  overflow: hidden;
}
.b-page-card__img_sm {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.b-page-card__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EDEEF0;
  border-radius: 11px;
  background: #F9FAFB;
  overflow: hidden;
}
.b-page-card__video_h220 {
  height: 220px;
}
.b-page-card_w420 {
  width: 100%;
}
@media (min-width: 520px) {
  .b-page-card_w420 {
    width: 420px;
  }
}

.b-participants {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - 798px - 134px) / 2);
  max-width: 320px;
  border-radius: 8px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
  overflow: hidden;
}
.b-participants__header {
  max-width: 212px;
  padding: 12px 8px 20px;
}
.b-participants__header .custom-control-label {
  padding-left: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}
.b-participants__table {
  max-height: 530px;
}
.b-participants__table thead {
  position: sticky;
  top: -1px;
}
.b-participants .table {
  border-top: 1px solid var(--grays-100, #EDEEF0);
}
@media (max-width: 1439.98px) {
  .b-participants {
    position: static;
    width: auto;
    margin-bottom: 16px;
  }
  .b-participants .ui-table-sort tr:last-child td {
    border-bottom: none;
  }
  .b-participants__table {
    max-height: 230px;
  }
}

.b-partner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-partner {
  width: 226px;
  margin-right: 12px;
  font-size: 12px;
  text-align: center;
}
.b-partner__main {
  padding: 12px;
  border-radius: 6px;
  background-color: #EDEEF0;
}
.b-partner__status {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  color: #2B323E;
}
.b-partner__title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #394352;
}
.b-partner__text {
  margin-bottom: 12px;
}
.b-partner__price {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 8px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  color: #2F8733;
}
.b-partner__price .progress {
  height: 4px;
  background-color: #F5F7FA;
}
.b-partner__price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  font-weight: 600;
}
.b-partner__price-total {
  font-weight: 400;
}
.b-partner__price-percent {
  font-weight: 500;
}
.b-partner__info {
  color: #1C2229;
}
.b-partner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  color: #2B323E;
}
.b-partner__link .ic {
  margin-left: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.b-partner__figure {
  margin-bottom: 12px;
}
.b-partner.st-active .b-partner__main {
  background-color: #F1E1A7;
  border: 2px solid #2F8733;
  -webkit-box-shadow: 0 0 0 2px rgba(47, 135, 51, 0.3);
          box-shadow: 0 0 0 2px rgba(47, 135, 51, 0.3);
}

.b-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 8px 4px 24px;
  background: var(--Grays-50, #F5F7FA);
}
.b-posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 432px;
  margin-right: 16px;
  margin-bottom: 16px;
  color: var(--Grays-600, #475467);
  font-size: 14px;
  line-height: 140%;
  border-radius: 6px;
  border: 1px solid var(--Grays-100, #EDEEF0);
  background: var(--White, #FFF);
}
.b-posts__img {
  width: 100%;
  height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-posts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
.b-posts__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-posts__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.b-posts__tag {
  white-space: nowrap;
}
.b-posts__tag:not(:first-child):before {
  content: "|";
  margin-left: 4px;
  margin-right: 4px;
}
.b-posts__title {
  margin-bottom: 8px;
  color: var(--Dark, #111722);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.b-posts__info {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-posts__item {
    width: calc(50% - 16px);
  }
}

.b-post {
  padding-left: 24px;
  padding-right: 24px;
}
.b-post__inner {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 20px;
}
.b-post img {
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
.b-post p {
  margin-bottom: 0;
}
.b-post p + p {
  margin-bottom: 16px;
}

.b-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .b-post-footer {
    display: block;
  }
  .b-post-footer .btn {
    width: 100%;
  }
}

.b-preview {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}
.b-preview__note {
  margin-bottom: 8px;
  padding: 10px;
  text-align: center;
  color: var(--grays-700, #394352);
  font-size: 13px;
}
.b-preview__note a {
  text-decoration: underline;
  color: var(--grays-700, #394352);
}
.b-preview__footer {
  margin-top: 24px;
}
.b-preview__header .ui-language {
  position: absolute;
  top: 10px;
  right: 0;
}
.b-preview .b-frame__body {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.b-preview .b-frame__item {
  border: none;
}
.b-preview .b-frame__title {
  font-size: 22px;
  font-weight: 500;
}
.b-preview .b-frame__title-wrap {
  max-width: 100%;
}
.b-preview .b-frame__desrip {
  margin-top: 10px;
  margin-bottom: 40px;
  color: var(--grays-700, #394352);
  font-size: 18px;
  line-height: 1.4;
}
.b-preview .b-frame__desrip-wrap {
  min-height: 0;
}
.b-preview .b-frame__input-wrap {
  margin-top: 12px;
}
.b-preview .b-frame__content_contacts .b-frame__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.b-preview .b-frame__content-inner {
  padding-top: 40px;
}
.b-preview .b-frame__content-inner .label-note {
  position: relative;
  top: -10px;
  font-size: 0.875rem;
  padding-left: 4px;
}
.b-preview .b-frame__area-wrap {
  width: 100%;
}
.b-preview .b-frame-icons__labels {
  padding-left: 12px;
  padding-right: 12px;
}
.b-preview .b-frame-icons__item_count:not(.st-type-a):after {
  content: none;
}
.b-preview .b-frame-icons__item_count:not(.st-type-a) label {
  position: relative;
}
.b-preview .b-frame-icons__item_count:not(.st-type-a) label:after {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: counter(item);
  line-height: 1.2;
}
.b-preview .b-frame-feedback {
  margin-top: 56px;
}
.b-preview .b-frame-feedback__item {
  padding: 0;
  border: none;
}
.b-preview .b-frame-feedback__title {
  margin-top: 26px;
}
.b-preview .b-frame-feedback__logo {
  margin-top: 0;
}
.b-preview .b-frame-feedback__img {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .b-preview {
    padding-top: 40px;
  }
  .b-preview__header .ui-language {
    top: 8px;
    right: 8px;
  }
  .b-preview__header .ui-language:not(.ui-language_w-bdr) {
    width: auto;
  }
  .b-preview__header .ui-language .btn {
    font-size: 0;
  }
}

.b-print-page {
  margin: 20mm;
  color: #231F20;
  font-size: 16pt;
  line-height: 1.2;
  font-family: Arial, sans-serif;
}
.b-print-page a {
  color: #338C43;
}
.b-print-page__title {
  margin-bottom: 5mm;
  font-size: 30pt;
  font-weight: bold;
}
.b-print-page__info {
  margin-bottom: 3mm;
  font-size: 14pt;
  color: #808285;
}
.b-print-page__info span {
  color: #231F20;
}
.b-print-page__info-gr {
  margin-bottom: 8mm;
}
.b-print-page__bl {
  margin-bottom: 8mm;
  padding: 2mm 2mm 2mm 4.5mm;
  overflow: hidden;
  background-color: #E6E7E8;
  border-radius: 3mm;
}
.b-print-page__bl_sm {
  margin-bottom: 2mm;
}
.b-print-page__bl_sm .b-print-page__bl-img {
  width: 24mm;
  height: 24mm;
}
.b-print-page__bl-img {
  float: right;
  width: 30mm;
  height: 30mm;
  margin-left: 20mm;
}
.b-print-page__bl-title {
  margin-top: 1mm;
  margin-bottom: 2mm;
}
.b-print-page__bl-text {
  margin-top: 1mm;
  margin-bottom: 1mm;
  font-size: 14pt;
}
.b-print-page__bl-link {
  font-weight: bold;
}
.b-print-page__login {
  margin-bottom: 15mm;
  padding: 4mm 2mm 1mm 4.5mm;
  border: 1px solid #338C43;
  border-radius: 3mm;
}
.b-print-page__login-text {
  font-size: 14pt;
}
.b-print-page__login-info {
  margin-bottom: 4mm;
  font-weight: bold;
}
.b-print-page__title-2 {
  margin-bottom: 4.5mm;
  font-weight: bold;
}
.b-print-page__section-2 {
  margin-top: 2.5mm;
}
.b-print-page__title-3 {
  margin-top: 16mm;
  margin-bottom: 4mm;
  font-weight: bold;
}
.b-print-page__group {
  width: 100%;
  font-weight: bold;
  font-size: 15pt;
}
.b-print-page__group a {
  font-size: 14pt;
  font-weight: normal;
  word-break: break-all;
}
.b-print-page__group .ic {
  display: block;
  width: 24mm;
  height: 24mm;
  margin-top: 1.5mm;
  margin-bottom: 3.5mm;
}
.b-print-page__group td {
  width: 33.33%;
  padding-right: 16mm;
}
.b-print-page__sheet-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 5mm;
  padding-top: 40mm;
  text-align: center;
}
.b-print-page__sheet-wrap {
  width: 100%;
}
.b-print-page__header {
  width: 100%;
  margin-bottom: 40mm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-size: 26pt;
  font-weight: bold;
}
.b-print-page__header-logo {
  width: 55mm;
  height: auto;
  margin-right: 5mm;
}
.b-print-page__gr-2 {
  margin-bottom: 40mm;
  text-align: center;
}
.b-print-page__gr-2 .ic {
  width: 100mm;
  height: 100mm;
  margin-bottom: 10mm;
}
.b-print-page__gr-2-title {
  margin-bottom: 40mm;
  font-weight: bold;
  font-size: 21pt;
}
.b-print-page__gr-2-text {
  font-weight: bold;
  font-size: 17pt;
}
.b-print-page__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10mm;
  border-top: 1px solid #7d8183;
  font-size: 17pt;
  font-weight: bold;
}
.b-print-page__footer .ic {
  margin-right: 1mm;
}

@media print {
  .b-print-page__sheet {
    page-break-after: always;
  }
}
.b-profile__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border: 1px solid var(--grays-100, #EDEEF0);
  padding: 4px;
  border-radius: 4px;
}
.b-profile__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-profile__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  background-color: #BF6AD4;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .b-profile__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.b-rating-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 20px;
  border-radius: 6px;
  background: var(--Main-green-50, #F3F7F3);
  color: var(--Secondary, #686A6E);
  font-size: 11px;
  line-height: 125%;
}
.b-rating-main__title {
  padding-top: 24px;
  padding-right: 16px;
  color: var(--Dark, #111722);
}
.b-rating-main__main {
  text-align: center;
}
.b-rating-main__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.b-rating-main__group {
  text-align: left;
}
.b-rating-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-rating-main__item {
  width: 40px;
  margin-right: 6px;
  padding: 8px;
  border-radius: 2px;
  background: #FACBC6;
  text-align: center;
  color: var(--Dark, #111722);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.b-rating-main__item.st-neutral {
  background: #FCF1CC;
}
.b-rating-main__item.st-positive {
  background: #B7DEC3;
}
.b-rating-main__total {
  display: block;
  color: var(--Secondary, #686A6E);
}
.b-rating-main__number {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.b-rating-second {
  height: 100%;
  padding: 16px;
  border-radius: 6px;
  background: #FFEFEE;
  color: var(--Secondary, #686A6E);
  font-size: 12px;
  line-height: 125%;
}
.b-rating-second__title {
  color: var(--Dark, #111722);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.b-rating-second__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  font-size: 13px;
}
.b-rating-second__item {
  margin-right: 6px;
  line-height: 1.4;
}
.b-rating-second__number {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .b-rating-second__title {
    display: block;
  }
}

.b-rating-index {
  margin-top: 4px;
}
.b-rating-index__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid var(--Grays-100, #EDEEF0);
}
.b-rating-index__item {
  position: relative;
  width: 33.33%;
  padding: 16px 16px 20px;
  line-height: 125%;
}
.b-rating-index__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;
}
.b-rating-index__item.st-negative:after {
  background-color: var(--Red, #E83137);
}
.b-rating-index__item.st-neutral:after {
  background-color: var(--Smiley-Yellow, #FFCE00);
}
.b-rating-index__item.st-positive:after {
  background-color: var(--Smiley-Green, #7ED321);
}
.b-rating-index__item:not(.active) {
  opacity: 0.4;
}
.b-rating-index__item:not(.active):after {
  content: none;
}
.b-rating-index__item:not(.active) .b-rating-index__number {
  color: var(--Dark, #111722);
}
.b-rating-index__title {
  color: var(--Dark, #111722);
  font-size: 14px;
  font-weight: 500;
}
.b-rating-index__number {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.b-rating-index__info {
  color: #000;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .b-rating-index__group {
    display: block;
  }
  .b-rating-index__item {
    width: 100%;
  }
  .b-rating-index__item:not(:last-child) {
    padding-bottom: 12px;
  }
}

.b-result-search {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid var(--grays-100, #EDEEF0);
}
.b-result-search__inner {
  height: 222px;
  margin-top: 8px;
  padding: 0 12px;
}
.b-result-search__form {
  padding: 4px;
}

.b-reviews {
  max-height: 100vh;
}
.b-reviews__content {
  padding: 28px 24px;
  background-color: #FFF;
}
.b-reviews__search {
  max-width: 320px;
  margin-bottom: 12px;
}
.b-reviews__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  border-radius: 6px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
  overflow: hidden;
}
.b-reviews__cloud {
  padding: 24px;
  width: calc(100% - 336px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-reviews__cloud-title {
  margin-bottom: 24px;
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-reviews__cloud-main {
  width: 100%;
  height: 100%;
}
.b-reviews__cards {
  width: 336px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 24px;
  background: var(--grays-25, #F9FAFB);
}
@media (max-width: 1023.98px) {
  .b-reviews {
    height: calc(100vh - 54px);
  }
}
@media (max-width: 767.98px) {
  .b-reviews__group {
    display: block;
  }
  .b-reviews__cloud {
    width: 100%;
  }
  .b-reviews__cards {
    width: 100%;
    padding: 20px;
  }
  .b-reviews__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .b-reviews__cloud-main {
    height: 330px;
  }
}

.b-reviews-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--grays-100, #EDEEF0);
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.b-reviews-nav__item {
  position: relative;
  width: 348px;
  padding: 16px 24px;
  border-right: 1px solid var(--grays-200, #DADDE1);
}
.b-reviews-nav__item:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--Main, #2F8733);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-reviews-nav__item.active {
  background-color: #FFF;
  text-decoration: none;
  pointer-events: none;
}
.b-reviews-nav__item.active:after {
  opacity: 1;
}
.b-reviews-nav__item.active .b-reviews-nav__title {
  color: var(--main-green-600, #2F8733);
}
.b-reviews-nav__item:hover {
  border-right: 1px solid var(--grays-200, #DADDE1);
  background: var(--grays-50, #F5F7FA);
  text-decoration: none;
}
.b-reviews-nav__item:hover:after {
  opacity: 1;
}
.b-reviews-nav__title {
  margin-bottom: 2px;
  color: var(--grays-600, #475467);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-reviews-nav__text {
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 140%;
}
.b-reviews-nav_mod-a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid var(--grays-200, #DADDE1);
}
.b-reviews-nav_mod-a .b-reviews-nav__item {
  width: 332px;
  -webkit-box-shadow: -1px 1px 0 var(--grays-200, #DADDE1);
          box-shadow: -1px 1px 0 var(--grays-200, #DADDE1);
}
.b-reviews-nav_mod-a .b-reviews-nav__item.active:after, .b-reviews-nav_mod-a .b-reviews-nav__item:hover:after {
  display: none;
}
.b-reviews-nav_mod-a .b-reviews-nav__item.active {
  -webkit-box-shadow: 0px 0px 0 1px #2f8733;
          box-shadow: 0px 0px 0 1px #2f8733;
  z-index: 1;
}
@media (max-width: 1439.98px) {
  .b-reviews-nav__item {
    width: auto;
    max-width: 348px;
  }
}
@media (max-width: 767.98px) {
  .b-reviews-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: none;
    overflow-x: auto;
  }
  .b-reviews-nav__item {
    width: 348px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.b-reviews-filter {
  padding: 20px 24px 20px;
  background-color: #FFF;
  border-bottom: 1px solid var(--grays-100, #EDEEF0);
}
.b-reviews-filter__title {
  margin-bottom: 2px;
  color: var(--grays-900, #1C2229);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.b-reviews-filter__text {
  margin-bottom: 12px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 140%;
}
.b-reviews-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-reviews-filter__item {
  margin-bottom: 8px;
}
.b-reviews-filter__item:not(:last-child) {
  margin-right: 8px;
}
.b-reviews-filter__item .ui-select {
  background: #FFF;
}
.b-reviews-filter__btn.active {
  border: 1px solid var(--Main, #2F8733);
  background: var(--main-green-100, #EAF3EB);
  color: var(--Main, #2F8733);
  stroke: var(--Main, #2F8733);
}
.b-reviews-filter__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  padding: 0 2px;
  border-radius: 4px;
  background: var(--main-green-600, #2F8733);
  color: var(--base-white, #FFF);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .b-reviews-filter__group.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-reviews-chart {
  border-radius: 6px;
  border: 1px solid var(--grays-100, #EDEEF0);
  background: var(--White, #FFF);
}
.b-reviews-chart + .b-reviews-chart {
  margin-top: 24px;
}
.b-reviews-chart__card {
  height: 100%;
  padding: 20px;
  border-radius: 6px;
  background: var(--White, #FFF);
}
.b-reviews-chart__card + .b-reviews-chart__card {
  margin-top: 24px;
}
.b-reviews-chart__group {
  padding: 24px;
  background: var(--grays-25, #F9FAFB);
}
.b-reviews-chart__title {
  margin-bottom: 14px;
  color: var(--Dark, #111722);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.b-reviews-chart__table {
  width: 100%;
  color: var(--grays-800, #2B323E);
  font-size: 14px;
  line-height: 140%;
}
.b-reviews-chart__table td {
  vertical-align: top;
}
.b-reviews-chart__table td:last-child {
  padding-left: 20px;
  text-align: right;
  color: var(--grays-800, #2B323E);
  font-size: 16px;
  font-weight: 500;
}
.b-reviews-chart__table tr:not(:last-child) td {
  padding-bottom: 12px;
}
.b-reviews-chart__table-total {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.b-reviews-chart__table-note {
  display: block;
  color: var(--grays-800, #2B323E);
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .b-reviews-chart__card {
    height: auto;
  }
  .b-reviews-chart__card_next {
    margin-top: 24px;
  }
}

.b-reviews-dynamics {
  line-height: 140%;
}
.b-reviews-dynamics th {
  padding-bottom: 16px;
  color: var(--grays-900, #1C2229);
  font-size: 14px;
  font-weight: 400;
}
.b-reviews-dynamics td {
  vertical-align: bottom;
  white-space: nowrap;
}
.b-reviews-dynamics td:not(:last-child) {
  padding-right: 56px;
}
.b-reviews-dynamics td .ic {
  width: 28px;
  height: 28px;
}
.b-reviews-dynamics tr:not(:last-child) td {
  padding-bottom: 20px;
}
.b-reviews-dynamics__number {
  display: inline-block;
  margin-left: 8px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}
.b-reviews-dynamics__note {
  font-size: 12px;
  line-height: 1.2;
}
.b-reviews-dynamics__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.b-reviews-dynamics .ui-st-arr.ui-st-down:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.875 8.125L8.125 1.875M8.125 1.875L3.4375 1.875M8.125 1.875V6.5625" stroke="%23EA4435" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 767.98px) {
  .b-reviews-dynamics td:not(:last-child) {
    padding-right: 24px;
  }
}

.b-reviews-methods {
  max-width: 657px;
}

.b-reviews-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
}
.b-reviews-switch .custom-control-label {
  padding-left: 20px;
  line-height: 140%;
}
.b-reviews-switch__text {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}
.b-reviews-switch__title {
  display: block;
  font-size: 14px;
}
.b-reviews-switch .custom-switch .custom-control-label::before {
  top: calc(50% - 10px);
}
.b-reviews-switch .custom-switch .custom-control-label::after {
  top: calc(50% - 8px);
}

.b-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 16px 12px;
  background-color: #262626;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-x: hidden;
}
.b-sidebar.st-ticky {
  position: fixed;
  top: auto;
  bottom: 0;
}
.b-sidebar__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
}
.b-sidebar__logo img {
  width: 32px;
  height: 32px;
}
.b-sidebar__logo-name {
  width: 0;
  color: #FFF;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.b-sidebar__btn-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 36px;
  margin-bottom: 8px;
  padding: 8px 0;
  border: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: transparent;
  fill: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-sidebar__btn-show:hover {
  background: #383838;
  border-radius: 8px;
}
.b-sidebar__btn-show.fixed {
  height: 0;
  margin-bottom: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
.b-sidebar__btn-hidden {
  width: 0;
  height: 100%;
  padding: 0;
  fill: #fff;
  border: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-sidebar__btn-hidden .ic {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-sidebar__btn-hidden.fixed {
  width: 20px;
  opacity: 1;
  overflow: hidden;
}
.b-sidebar__top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-sidebar__trigger {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  stroke: #FFF;
}
.b-sidebar__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.b-sidebar__group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-sidebar__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-sidebar__login_mob {
  display: none;
}
.b-sidebar__login-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #BF6AD4;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.b-sidebar__login-name:after {
  content: none;
}
.b-sidebar__login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 54px;
}
.b-sidebar__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-sidebar__language .ui-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.9);
}
.b-sidebar__language .ui-language:not(.ui-language_w-bdr) {
  width: 100%;
}
.b-sidebar__language .ui-language .filter-option-inner {
  text-align: center;
}
.b-sidebar__language .ui-language .dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-sidebar__language .ui-language .dropdown-toggle {
  padding: 0;
  font-size: 0;
  border: 1px solid #303030;
  border-radius: 4px;
}
.b-sidebar__language .ui-language .dropdown-toggle:hover {
  background-color: #383838;
}
.b-sidebar__language .ui-language .dropdown-toggle::after {
  content: none;
  border-top-color: #686A6E;
}
.b-sidebar__language .ui-language .dropdown-toggle .ic {
  width: 16px;
  height: auto;
  margin-right: 0;
}
.b-sidebar__language .ui-language .dropdown-toggle:not(.ui-select_w-border) {
  padding: 0;
}
.b-sidebar__language .ui-language .dropdown.dropup .dropdown-toggle::after {
  border-bottom-color: #686A6E;
}
@media (min-width: 1024px) {
  .b-sidebar.fixed {
    width: 280px;
  }
  .b-sidebar.fixed .b-sidebar__logo-name {
    display: block;
    width: auto;
    margin-left: 12px;
    opacity: 1;
    overflow: visible;
  }
  .b-sidebar.fixed .b-sidebar__btn-fix {
    display: block;
  }
  .b-sidebar.fixed .b-sidebar__login {
    width: auto;
  }
  .b-sidebar.fixed .b-sidebar__language {
    width: 100%;
  }
  .b-sidebar.fixed .b-sidebar__language .ui-language .dropdown {
    width: 100%;
  }
  .b-sidebar.fixed .b-sidebar__language .ui-language .dropdown-toggle {
    width: 100%;
    height: auto;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
  }
  .b-sidebar.fixed .b-sidebar__language .ui-language .dropdown-toggle::after {
    content: "";
  }
  .b-sidebar.fixed .b-sidebar__language .ui-language .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-sidebar.fixed .b-sidebar__language .ui-language .ic {
    margin-right: 12px;
  }
  .b-sidebar.fixed .b-sidebar-nav__name {
    height: auto;
    opacity: 1;
  }
  .b-sidebar.fixed .b-sidebar-nav__subnav.show {
    display: block;
  }
  .b-sidebar.fixed .b-sidebar-nav__link[aria-expanded=false]:after, .b-sidebar.fixed .b-sidebar-nav__link[aria-expanded=true]:after {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .b-sidebar {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6px;
    overflow: visible;
  }
  .b-sidebar__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .b-sidebar__group2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-sidebar__btn-show {
    display: none;
  }
  .b-sidebar__language {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .b-sidebar__top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-sidebar__trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 2px;
  }
  .b-sidebar__logo {
    margin-bottom: 0;
    padding: 7px 6px;
  }
  .b-sidebar__login {
    width: 54px;
    height: 54px;
  }
  .b-sidebar__login_mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .b-sidebar__login .b-sidebar-nav .b-sidebar-nav__subnav-list {
    padding-top: 8px;
    padding-bottom: 1px;
    padding-left: 6px;
    border-radius: 8px;
  }
  .b-sidebar__login .b-sidebar-nav .b-sidebar-nav__login-name {
    margin-left: 0;
  }
  .b-sidebar__login-name {
    border: none;
  }
}

.b-sidebar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-sidebar-nav__list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.b-sidebar-nav__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 40px;
  width: 216px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: var(--White, #FFF);
  font-size: 14px;
  line-height: 132%;
  opacity: 0;
}
.b-sidebar-nav__subnav-list {
  list-style-type: none;
}
.b-sidebar-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 8px;
}
.b-sidebar-nav__link:after {
  content: "";
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g opacity="0.3"><path d="M13 5.5L8 10.5L3 5.5" stroke="%23F5F7FA" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') no-repeat 50%;
}
.b-sidebar-nav__link[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-sidebar-nav__link:hover, .b-sidebar-nav__link.active {
  text-decoration: none;
  background-color: #383838;
}
.b-sidebar-nav__link.active {
  pointer-events: none;
}
.b-sidebar-nav__link .badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.b-sidebar-nav__sublink.active {
  color: #FFF;
  pointer-events: none;
}
.b-sidebar-nav__subnav {
  padding-left: 2px;
}
.b-sidebar-nav__subnav.show {
  display: none;
}
.b-sidebar-nav__subnav a {
  display: block;
  padding: 6px;
  color: var(--grays-300, #B5BBC2);
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}
.b-sidebar-nav__subnav a:hover {
  color: #FFF;
  background: #383838;
  border-radius: 6px;
}
.b-sidebar-nav .b-sidebar-nav__subnav-list {
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #262626;
  background: #191919;
}
.b-sidebar-nav .b-sidebar-nav__subnav-list li {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-sidebar-nav .b-sidebar-nav__subnav-list li:not(:last-child) {
  margin-bottom: 2px;
}
.b-sidebar-nav ul {
  margin-bottom: 0;
}
.b-sidebar-nav li {
  width: 100%;
}
.b-sidebar-nav li.st-devider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  max-height: 100%;
  margin-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #333;
}
.b-sidebar-nav li.b-sidebar-nav__login a {
  opacity: 1;
}
.b-sidebar-nav .ic_active {
  display: none;
}
.b-sidebar-nav__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 8px;
  z-index: 1;
}
.b-sidebar-nav__btn .ic_norm {
  stroke: #fff;
  fill: none;
}
.b-sidebar-nav__btn .ic {
  fill: #fff;
}
.b-sidebar-nav__login {
  min-height: 54px;
  margin-top: 8px;
  margin-bottom: 12px;
  padding-top: 8px;
  border-top: 1px solid #333;
}
.b-sidebar-nav__login .b-sidebar-nav__link {
  opacity: 1;
}
.b-sidebar-nav__login .b-sidebar-nav__subnav {
  top: auto;
  bottom: -40px;
}
.b-sidebar-nav__login-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 226px;
  padding: 6px 12px;
  text-align: left;
}
.b-sidebar-nav__login-group {
  width: calc(100% - 34px);
}
.b-sidebar-nav__login-name {
  margin-left: 10px;
  color: var(--grays-200, #DADDE1);
  font-size: 14px;
  line-height: 140%;
}
.b-sidebar-nav__login-info {
  display: block;
  width: 100%;
  color: var(--grays-300, #B5BBC2);
  font-size: 12px;
  line-height: 125%;
}
.b-sidebar-nav__divider {
  width: 100%;
  margin-top: 4px !important;
  margin-bottom: 4px;
  border-bottom: 1px solid #242424;
}
@media (max-width: 1023.98px) {
  .b-sidebar-nav {
    display: none;
  }
  .b-sidebar-nav.dropdown-menu {
    border: none;
    border-radius: 10px;
  }
  .b-sidebar-nav__btn {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 16px;
    color: #FFF;
  }
  .b-sidebar-nav__btn .ic {
    width: 24px;
    height: 24px;
  }
  .b-sidebar-nav__list {
    padding-left: 0;
  }
  .b-sidebar-nav__link, .b-sidebar-nav__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 12px;
    line-height: 1.25;
    color: #FFF;
    border: none;
    border-radius: 8px;
    background-color: transparent;
  }
  .b-sidebar-nav__name {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .b-sidebar-nav__collapse {
    padding-left: 40px;
    padding-bottom: 8px;
    background-color: #191919;
  }
  .b-sidebar-nav__collapse .b-sidebar-nav__link {
    padding: 7px 13px;
    line-height: 1.4;
    color: #9198A4;
  }
  .b-sidebar-nav__collapse .b-sidebar-nav__link.active {
    font-weight: 500;
    color: #fff;
  }
  .b-sidebar-nav__collapse .b-sidebar-nav__collapse {
    margin-bottom: 6px;
    padding-left: 16px;
  }
  .b-sidebar-nav__collapse .b-sidebar-nav__collapse .b-sidebar-nav__link {
    font-size: 13px;
  }
  .b-sidebar-nav__subnav {
    position: static;
    opacity: 1;
    display: block;
    padding: 0;
  }
  .b-sidebar-nav__subnav.show {
    display: block;
  }
  .b-sidebar-nav__link {
    opacity: 1;
  }
  .b-sidebar-nav__link[aria-expanded=false]:after, .b-sidebar-nav__link[aria-expanded=true]:after {
    display: block;
    top: 3px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 5.5L8 10.5L3 5.5" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50%;
  }
  .b-sidebar-nav__link[aria-expanded=true] {
    background-color: #191919;
    border-radius: 8px 8px 0 0;
  }
  .b-sidebar-nav__link.active {
    background: #191919;
  }
  .b-sidebar-nav__link .badge {
    top: -8px;
    right: -8px;
  }
  .b-sidebar-nav li {
    display: block;
    height: auto;
    margin-bottom: 4px;
    border-radius: 8px;
  }
  .b-sidebar-nav li.active {
    padding-bottom: 6px;
    background-color: #191919;
  }
  .b-sidebar-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-sidebar-nav .b-sidebar-nav__subnav-list {
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 48px;
    border: none;
    border-radius: 0 0 8px 8px;
  }
  .b-sidebar-nav .b-sidebar-nav__login-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-structure-list-group {
  position: relative;
}
.b-structure-list-group .b-structure-list-group {
  padding-left: 28px;
}

.b-structure-list {
  padding: 24px;
  background: var(--Grays-25, #F9FAFB);
}
.b-structure-list__type {
  margin-top: 16px;
  color: var(--Grays-600, #475467);
  font-size: 14px;
  line-height: 140%;
}
.b-structure-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--Grays-100, #EDEEF0);
  background: var(--White, #FFF);
}
.b-structure-list__poll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 28px;
  margin-top: 40px;
  margin-bottom: 28px;
  padding: 8px;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
}
.b-structure-list__poll .b-structure-list__block {
  background-color: transparent;
}
.b-structure-list__trigger {
  position: absolute;
  left: -40px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--Grays-300, #B5BBC2);
  background: var(--Grays-50, #F5F7FA) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6 0V12" stroke="%23B5BBC2"/><path d="M0 6H12" stroke="%23B5BBC2"/></svg>') no-repeat 50%;
}
.b-structure-list__trigger[aria-expanded=true] {
  background: var(--Grays-50, #F5F7FA) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M0 6H12" stroke="%23B5BBC2"/></svg>') no-repeat 50%;
}
.b-structure-list__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 12px;
}
.b-structure-list__title {
  color: var(--Dark, #111722);
  font-size: 18px;
  font-weight: 700;
}
.b-structure-list__main-title {
  color: var(--Dark, #111722);
  font-size: 20px;
  font-weight: 600;
}
.b-structure-list__logo img {
  margin-right: 12px;
}
.b-structure-list__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
.b-structure-list__user img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.b-structure-list__user-inner {
  color: var(--Grays-500, #6C7685);
  font-size: 13px;
  line-height: 140%;
}
.b-structure-list__user-name {
  color: var(--Dark, #111722);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.b-structure-list__info {
  padding: 8px 24px;
  font-size: 14px;
}
.b-structure-list__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 13px;
}
.b-structure-list__info-title {
  margin-bottom: 8px;
  color: var(--Grays-800, #2B323E);
  line-height: 140%;
}
.b-structure-list__info-percent {
  color: var(--Dark, #111722);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.b-structure-list__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-structure-list__info-item {
  text-align: center;
}
.b-structure-list__info-item .ic {
  width: 26px;
  height: 26px;
}
.b-structure-list__info-item .ic-size-1 {
  width: 18px;
  height: 18px;
}
.b-structure-list__info-item .ic-size-2 {
  width: 20px;
  height: 20px;
}
.b-structure-list__info-item .ic-size-3 {
  width: 22px;
  height: 22px;
}
.b-structure-list__info-item .ic-size-4 {
  width: 24px;
  height: 24px;
}
.b-structure-list__info-item .ic-size-5 {
  width: 26px;
  height: 26px;
}
.b-structure-list__info-item .ic-size-6 {
  width: 28px;
  height: 28px;
}
.b-structure-list__info-item .ic-size-7 {
  width: 30px;
  height: 30px;
}
.b-structure-list__info-item .ic-size-8 {
  width: 32px;
  height: 32px;
}
.b-structure-list__info-item .ic-size-9 {
  width: 34px;
  height: 34px;
}
.b-structure-list__info-item .ic-size-10 {
  width: 36px;
  height: 36px;
}
.b-structure-list__info-item:not(:last-child) {
  padding-right: 16px;
}
.b-structure-list__info-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}
.b-structure-list__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Dark, #111722);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
}
.b-structure-list__info-number {
  padding-left: 4px;
  padding-right: 4px;
  color: var(--Grays-600, #475467);
  line-height: 125%;
  font-size: 14px;
  opacity: 0.6;
}
.b-structure-list__blocks {
  padding: 8px 16px;
}
.b-structure-list__block {
  min-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--Grays-25, #F9FAFB);
  color: var(--Grays-600, #475467);
  font-size: 14px;
  line-height: 140%;
}
.b-structure-list__block-number {
  padding-left: 16px;
  color: var(--Grays-900, #1C2229);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.b-structure-list__badge {
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 5px;
  background: var(--Blue-100, #D1E9FF);
  color: var(--Blue, #0D7CF2);
  font-size: 13px;
  line-height: 140%;
}
.b-structure-list__btns .btn {
  width: 100%;
  margin-bottom: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
}
.b-structure-list__label {
  position: absolute;
  left: 0;
  top: -20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.b-structure-switch .nav-item:first-child .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: #2B323E;
}
.b-structure-switch .nav-item:last-child .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.b-structure-switch .nav-link {
  padding: 8px 12px;
  color: #475467;
  border-radius: 4px;
  border: 1px solid #B5BBC2;
}
.b-structure-switch .nav-link .ic {
  margin-right: 8px;
  stroke: #6C7685;
}
.b-structure-switch .nav-link.active {
  background: #F5F7FA;
  color: #2B323E;
  border-color: #2B323E;
}
.b-structure-switch .nav-link.active .ic {
  stroke: #2B323E;
}

.b-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  padding-right: 12px;
}
.b-templates__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 14px);
  max-height: calc(100vh - 112px);
}
.b-templates__list {
  padding-right: 24px;
}
.b-templates__item {
  width: 100%;
  margin-bottom: 12px;
}
.b-templates__item.disabled .b-templates__info {
  color: #6C7685;
}
.b-templates__item.disabled .b-templates__title {
  margin-right: 80px;
}
.b-templates__item.disabled .b-templates__ic {
  fill: #6C7685;
}
.b-templates__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 1px solid #DADDE1;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-templates__link:hover {
  border-color: #2F8733;
}
.b-templates__link:not(.active) .b-templates__title {
  padding-left: 0;
  padding-right: 0;
  color: #475467;
  background-color: transparent;
}
.b-templates__link.active {
  border-color: #2F8733;
  -webkit-box-shadow: 0 0 0 1px #2F8733;
          box-shadow: 0 0 0 1px #2F8733;
}
.b-templates__link.active .b-templates__ic {
  fill: #2F8733;
}
.b-templates__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 78px;
  height: 100%;
  fill: #475467;
}
.b-templates__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 80px);
  min-height: 94px;
  padding: 24px;
  border-left: 1px solid #EDEEF0;
}
.b-templates__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
}
.b-templates__info {
  width: 100%;
  line-height: 125%;
  color: #475467;
}
.b-templates__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 0;
}
.b-templates__footer .btn + .btn {
  margin-left: 8px;
}
.b-templates__footer-application {
  text-align: center;
  color: var(--grays-800, #2B323E);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.b-templates__footer-application.check {
  color: var(--grays-600, #475467);
  font-weight: 400;
}
.b-templates__footer-application.check:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -12%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><g clip-path="url(%23clip0_4249_158051)"><path d="M9 16.5C13.125 16.5 16.5 13.125 16.5 9C16.5 4.875 13.125 1.5 9 1.5C4.875 1.5 1.5 4.875 1.5 9C1.5 13.125 4.875 16.5 9 16.5Z" stroke="%23475467" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8125 8.99997L7.935 11.1225L12.1875 6.8775" stroke="%23475467" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4249_158051"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>');
}
.b-templates__footer-link {
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: var(--main-green-600, #2F8733);
}
.b-templates__note {
  padding-left: 12px;
  color: #6C7685;
}
.b-templates__close {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-templates__item {
    width: calc(33.33% - 12px);
    margin-right: 12px;
  }
  .b-templates__link {
    display: block;
    height: 100%;
  }
  .b-templates__inner {
    width: 100%;
  }
  .b-templates__ic {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1024px) {
  .b-templates__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-templates__footer .btn {
    width: 100%;
  }
  .b-templates__footer .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 1023.98px) {
  .b-templates__footer .btn {
    width: 100%;
  }
  .b-templates__footer .btn + .btn {
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .b-templates {
    display: block;
    padding-right: 0;
    padding-top: 0;
  }
  .b-templates__col {
    width: 100%;
    max-height: 100%;
  }
  .b-templates__title {
    display: block;
    margin-bottom: 4px;
  }
  .b-templates__item.disabled .b-templates__title {
    margin-right: 0;
  }
  .b-templates__pane {
    position: absolute;
    top: 54px;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100vh - 54px);
    background-color: #FFF;
  }
  .b-templates__pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-templates__footer {
    position: sticky;
    bottom: 0;
    padding: 16px 12px;
    border-top: 1px solid #EDEEF0;
    background-color: #FFF;
  }
  .b-templates__footer .btn {
    width: 100%;
  }
  .b-templates__inner {
    display: block;
    min-height: 0;
    padding: 16px;
  }
  .b-templates__close {
    position: absolute;
    top: 12px;
    right: 16px;
    display: block;
  }
  .b-templates__close .ic {
    width: 24px;
    height: 24px;
  }
  .b-templates__ic {
    width: 62px;
  }
  .b-templates__list {
    padding-right: 0;
  }
  .b-templates__label {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .b-templates__pane {
    top: 54px;
    left: 0;
    right: 0;
    height: calc(100vh - 54px);
  }
}

.b-templates-content__inner {
  padding: 32px;
  border: 1px solid #2F8733;
  border-radius: 6px;
  font-size: 15px;
  line-height: 140%;
  color: #393B3C;
}
.b-templates-content__inner ol {
  padding-left: 20px;
}
.b-templates-content__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #363540;
}
.b-templates-content__subtitle {
  margin-top: 28px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #32333B;
}
.b-templates-content__list {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 8px;
}
.b-templates-content__list li {
  position: relative;
  padding-left: 12px;
}
.b-templates-content__list li:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #393B3C;
}
.b-templates-content__example-wrap {
  display: inline-block;
}
.b-templates-content__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.b-templates-content__example_mod-a .b-templates-content__example-item {
  width: 70px;
}
.b-templates-content__example_mod-b .b-templates-content__example-item {
  width: auto;
  max-width: 38px;
}
.b-templates-content__example_mod-b .b-templates-content__example-item:not(:last-child) {
  margin-right: 5px;
}
.b-templates-content__example-item {
  width: 70px;
  text-align: center;
}
.b-templates-content__example-item:not(:last-child) {
  margin-right: 12px;
}
.b-templates-content__example-text {
  display: block;
  margin-top: 6px;
  color: #6C7685;
  font-size: 12px;
  line-height: 125%;
}
.b-templates-content__example-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  color: var(--grays-500, #6C7685);
  font-size: 12px;
  line-height: 125%;
}
.b-templates-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1439.98px) {
  .b-templates-content__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1023.98px) {
  .b-templates-content {
    margin-top: 52px;
    overflow-y: auto;
  }
  .b-templates-content__inner {
    margin: 0 12px 12px;
    padding: 16px;
  }
}

.b-tree {
  position: relative;
  height: calc(100vh - 112px);
  background: #F9FAFB;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-tree.st-dragging {
  cursor: move;
}
.b-tree__wrap {
  --tree-x: 0px;
  --tree-y: 0px;
  --tree-scale: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 100%;
  padding: 14px;
  -webkit-transform: scale(var(--tree-scale)) translate(var(--tree-x), var(--tree-y));
          transform: scale(var(--tree-scale)) translate(var(--tree-x), var(--tree-y));
}
.b-tree__nav {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.0784313725);
  z-index: 100;
}
.b-tree__nav-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #DADDE1;
  border-radius: 4px;
}
.b-tree__nav-btn.st-left {
  right: 56px;
  top: 14px;
}
.b-tree__nav-btn.st-left .ic {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.b-tree__nav-btn.st-right {
  right: 0;
  top: 14px;
}
.b-tree__nav-btn.st-right .ic {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.b-tree__nav-btn.st-top {
  top: 0;
  right: 28px;
}
.b-tree__nav-btn.st-bottom {
  top: 28px;
  right: 28px;
}
.b-tree__nav-btn.st-bottom .ic {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-tree__zoom {
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.0784313725);
  border-radius: 4px;
  z-index: 100;
}
.b-tree__zoom-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #FFFFFF;
  border: none;
}
.b-tree__zoom-btn:first-child:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -1px;
  height: 1px;
  border-radius: 1px;
  background: #DADDE1;
  z-index: 1;
}
.b-tree__zoom-btn .ic {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #2B323E;
  stroke-width: 1.5;
}
.b-tree__zoom-btn:hover .ic {
  stroke: #2F8733;
}
.b-tree__block {
  position: relative;
}
.b-tree__block.st-widt-group > .b-tree__subblock:after {
  content: "";
  position: absolute;
  left: 160px;
  top: 0;
  bottom: -15px;
  width: 1px;
  background-color: #DADDE1;
}
.b-tree__subblock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}
.b-tree__subblock:before {
  content: "";
  display: block;
  width: 320px;
  margin-right: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-tree__col {
  position: relative;
  margin-left: 14px;
  margin-right: 14px;
}
.b-tree__col:before {
  content: "";
  position: absolute;
  left: calc(-50% - 56px);
  bottom: 100%;
  width: 370px;
  height: 57px;
  border-top-right-radius: 10px;
  border-top: 1px solid #DADDE1;
  border-right: 1px solid #DADDE1;
}
.b-tree__col .b-tree__item:not(:last-child) {
  margin-bottom: 10px;
}
.b-tree__col .b-tree__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 11px;
  background-color: #DADDE1;
}
.b-tree__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 130px;
}
.b-tree__group > .b-tree__block {
  margin-right: 66px;
}
.b-tree__group > .b-tree__block:before {
  content: "";
  position: absolute;
}
.b-tree__group > .b-tree__block:not(:first-child) {
  margin-left: 80px;
}
.b-tree__group > .b-tree__block:first-child:before {
  left: 160px;
  bottom: 100%;
  width: 1px;
  height: 132px;
  background-color: #DADDE1;
}
.b-tree__group > .b-tree__block:not(:last-child):after {
  content: "";
  position: absolute;
  left: 160px;
  right: -310px;
  bottom: 100%;
  height: 132px;
  border-top-right-radius: 10px;
  border-top: 1px solid #DADDE1;
  border-right: 1px solid #DADDE1;
}
.b-tree__item {
  position: relative;
  width: 320px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #EDEEF0;
  background-color: #FFF;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-tree__item:hover {
  cursor: pointer;
  border-color: #2F8733;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(22, 126, 33, 0.2509803922);
          box-shadow: 0px 0px 6px 0px rgba(22, 126, 33, 0.2509803922);
}
.b-tree__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-tree__logo {
  margin-right: 12px;
  max-width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-tree__title {
  color: #1C2229;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}
.b-tree__btn-collapse {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #DADDE1;
  background-color: #fff;
}
.b-tree__btn-collapse[aria-expanded=false] .ic.st-hide {
  display: none;
}
.b-tree__btn-collapse[aria-expanded=true] .ic.st-show {
  display: none;
}
.b-tree__btn-collapse .ic {
  stroke: #394352;
}
.b-tree__btn-collapse:hover {
  border-color: #2F8733;
}
.b-tree__btn-collapse:hover .ic {
  stroke: #2F8733;
}
.b-tree__progress {
  margin-top: 33px;
  overflow: visible;
  border-radius: 0;
  background-color: transparent;
}
.b-tree__progress .progress-bar {
  position: relative;
  overflow: visible;
}
.b-tree__progress .progress-bar:first-child {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.b-tree__progress .progress-bar:last-child {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.b-tree__progress .progress-bar:not(:first-child) {
  -webkit-box-shadow: -1px 0 0 #FFF;
          box-shadow: -1px 0 0 #FFF;
}
.b-tree__progress .progress-number {
  position: absolute;
  top: -17px;
  left: 0;
  color: #475467;
  font-size: 11px;
  line-height: 13.75px;
}
.b-tree .ui-badge-type {
  margin-bottom: 8px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 13.75px;
}
@media (max-width: 1023.98px) {
  .b-tree__zoom {
    left: 10px;
    top: 10px;
  }
}

.bs-messenger {
  position: fixed;
  bottom: 32px;
  right: 32px;
  font-family: Roboto;
  z-index: 9999;
}
.bs-messenger__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  border: none;
  background: #538CE4;
}
.bs-messenger__trigger .ic {
  width: 24px;
  height: 24px;
}
.bs-messenger__trigger .bs-messenger__header {
  padding: 0 12px 0 0;
}
.bs-messenger__dropdown {
  position: absolute;
  bottom: 68px;
  right: 0;
  display: none;
  width: 320px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
          box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.03), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 4px 20px 0px rgba(31, 34, 41, 0.06);
}
.bs-messenger__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: #538CE4;
  color: #FFF;
  color: var(--White, #FFF);
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
}
.bs-messenger__logo {
  margin-right: 12px;
}
.bs-messenger__body {
  max-height: calc(100vh - 280px);
  padding: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #D0D5DD transparent;
  scrollbar-width: thin;
}
.bs-messenger__body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.bs-messenger__body::-webkit-scrollbar:vertical {
  width: 4px;
}
.bs-messenger__body::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 2px;
}
.bs-messenger__item {
  margin-bottom: 16px;
}
.bs-messenger__item.st-left .bs-messenger__info {
  border-bottom-left-radius: 0;
  background: var(--grays-200, #DADDE1);
}
.bs-messenger__item.st-right {
  text-align: right;
}
.bs-messenger__item.st-right .bs-messenger__info {
  border-bottom-right-radius: 0;
  background: #538CE4;
  color: #FFF;
}
.bs-messenger__time {
  display: block;
  margin-bottom: 4px;
  color: var(--grays-600, #475467);
  font-size: 12px;
  line-height: 125%;
}
.bs-messenger__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 125%;
}
.bs-messenger__author-photo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.bs-messenger__info {
  display: inline-block;
  max-width: 90%;
  padding: 12px;
  color: var(--grays-800, #2B323E);
  font-size: 15px;
  line-height: 144%;
  border-radius: 12px;
  text-align: left;
}
.bs-messenger__footer {
  padding: 8px;
  border-top: 1px solid var(--grays-50, #F5F7FA);
  background: var(--grays-25, #F9FAFB);
}
.bs-messenger__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-messenger__input {
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  border: none;
  background-color: transparent;
}
.bs-messenger__input::-webkit-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.bs-messenger__input::-moz-placeholder {
  color: var(--grays-400, #9198A4);
}
.bs-messenger__input:-ms-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.bs-messenger__input::-ms-input-placeholder {
  color: var(--grays-400, #9198A4);
}
.bs-messenger__input::placeholder {
  color: var(--grays-400, #9198A4);
}
.bs-messenger__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  border: none;
  background-color: transparent;
}
.bs-messenger__text {
  padding: 4px;
  text-align: center;
  color: var(--grays-400, #9198A4);
  font-size: 14px;
  line-height: 125%;
}
.bs-messenger__editing {
  width: 24px;
  height: 24px;
}
.bs-messenger__btn-item:not(:last-child) {
  margin-bottom: 6px;
}
.bs-messenger__btn {
  display: inline-block;
  padding: 6px 12px;
  color: var(--grays-500, #6C7685);
  font-size: 14px;
  line-height: 125%;
  border-radius: 4px;
  border: 1px solid var(--grays-200, #DADDE1);
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bs-messenger__btn:hover {
  background-color: #F5F7FA;
  border-color: #475467;
  color: #475467;
}
.bs-messenger.st-show .bs-messenger__dropdown {
  display: block;
}
.bs-messenger.st-show .bs-messenger__trigger .bs-messenger__header {
  display: none;
}
@media (max-width: 767.98px) {
  .bs-messenger {
    right: 16px;
    bottom: 16px;
  }
}

.bs-messenger-registr {
  margin-bottom: 24px;
}
.bs-messenger-registr__inner {
  padding: 16px;
  border-radius: 8px;
  background: var(--grays-50, #F5F7FA);
}
.bs-messenger-registr__info {
  margin-bottom: 16px;
  color: var(--grays-800, #2B323E);
  font-size: 15px;
  line-height: 144%;
}
.bs-messenger-registr__group {
  margin-bottom: 8px;
}
.bs-messenger-registr__input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--Stroke, #D0D3D8);
  background-color: #FFF;
  font-size: 14px;
  color: var(--Dark, #111722);
}
.bs-messenger-registr__input::-webkit-input-placeholder {
  color: var(--Dark, #111722);
  opacity: 0.4;
}
.bs-messenger-registr__input::-moz-placeholder {
  color: var(--Dark, #111722);
  opacity: 0.4;
}
.bs-messenger-registr__input:-ms-input-placeholder {
  color: var(--Dark, #111722);
  opacity: 0.4;
}
.bs-messenger-registr__input::-ms-input-placeholder {
  color: var(--Dark, #111722);
  opacity: 0.4;
}
.bs-messenger-registr__input::placeholder {
  color: var(--Dark, #111722);
  opacity: 0.4;
}
.bs-messenger-registr__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bs-messenger-registr__btns .bs-messenger-registr__btn {
  width: calc(50% - 4px);
}
.bs-messenger-registr__btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bs-messenger-registr__btn-primary {
  background: #538CE4;
  border-color: #538CE4;
  color: #FFF;
}
.bs-messenger-registr__btn-primary:hover {
  color: #fff;
  background-color: #004bdc;
  border-color: #0047cf;
}
.bs-messenger-registr__btn-secondary {
  background-color: transparent;
  color: var(--grays-600, #475467);
  border-color: var(--secondary-stroke, #D6D6D6);
}
.bs-messenger-registr__btn-secondary:hover {
  background-color: #F5F7FA;
  border-color: #475467;
  color: #475467;
  stroke: #475467;
}
.bs-messenger-registr__text {
  padding: 8px 12px 0;
  color: var(--grays-600, #475467);
  font-size: 13px;
  line-height: 140%;
}

.ui-language:not(.ui-language_w-bdr) {
  width: 170px;
}
.ui-language .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-language .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.ui-language .dropdown-toggle:not(.ui-select_w-border) {
  width: auto;
  padding: 6px 12px 6px 6px;
  border: none;
  border-radius: 4px;
}
.ui-language .dropdown-toggle:hover {
  background-color: #F3F7F3;
}
.ui-language .dropdown-toggle .ic {
  margin-right: 8px;
}
.ui-language .dropdown-menu {
  min-width: 0;
  padding: 0;
  border: 1px solid #EDEEF0;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 20px rgba(31, 34, 41, 0.06), 0px 15px 24px -4px rgba(0, 0, 0, 0.04), 0px 5px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}
.ui-language .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 23px 7px 12px;
  line-height: 1.4;
}
.ui-language .dropdown-item.active, .ui-language .dropdown-item:active {
  background-color: #EAF3EB;
  color: #1C2229;
}
.ui-language .dropdown-item:hover {
  background-color: #F3F7F3;
}
.ui-language .dropdown-item .ic {
  margin-right: 10px;
}

.st-print-view {
  display: none;
}

@media print {
  @page {
    margin: 0;
  }
  .l-page {
    display: none;
  }
  .st-print-view {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */
