/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
input {
  border: none;
  outline: none; }

p, a, span, li, h1, h2, h3, h4, h5, h6 {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  outline: none !important; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes showModal {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes showModal {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@-webkit-keyframes showWidget {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes showWidget {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes hideModal {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes hideModal {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes showModalMini {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes showModalMini {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes hideModalMini {
  from {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); } }

@keyframes hideModalMini {
  from {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); } }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  max-width: 1525px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

@media only screen and (max-width: 399px) {
  .col-xss {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xss-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xss-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xss-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xss-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xss-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xss-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xss-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xss-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xss-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xss-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xss-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xss-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xss-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 574px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 991px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 1199px) {
  .col-lg {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    max-width: 100% !important; }
  .col-lg-auto {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important; }
  .col-lg-1 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important; }
  .col-lg-2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important; }
  .col-lg-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important; }
  .col-lg-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important; }
  .col-lg-5 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important; }
  .col-lg-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important; }
  .col-lg-7 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important; }
  .col-lg-8 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important; }
  .col-lg-9 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important; }
  .col-lg-10 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important; }
  .col-lg-11 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important; }
  .col-lg-12 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important; } }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"), url("/fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-Thin.woff") format("woff"), url("/fonts/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-ExtraLight.woff") format("woff"), url("/fonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"), url("/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-Light.woff") format("woff"), url("/fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-Regular.woff") format("woff"), url("/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-Bold.woff") format("woff"), url("/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("/fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Circe-ExtraBold.woff") format("woff"), url("/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes showModal {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes showWidget {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes hideModal {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes showModalMini {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes hideModalMini {
  from {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); } }

body {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  min-width: 340px;
  overflow-x: hidden;
  min-height: 100vh;
  overflow-y: scroll; }
  @media only screen and (max-width: 1199px) {
    body::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    body::-webkit-scrollbar-track {
      background: #f1f1f1; }
    body::-webkit-scrollbar-thumb {
      background: #bababa; }
    body::-webkit-scrollbar-thumb:hover {
      background: #7c7c7c; } }
  body * {
    -webkit-tap-highlight-color: transparent;
    /* for removing the highlight */ }

/*---------------------------------
    media query margin/padding/width styles
---------------------------------*/
.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-55 {
  margin: 55px !important; }

.m-60 {
  margin: 60px !important; }

.m-65 {
  margin: 65px !important; }

.m-70 {
  margin: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-80 {
  margin: 80px !important; }

.m-85 {
  margin: 85px !important; }

.m-90 {
  margin: 90px !important; }

.m-95 {
  margin: 95px !important; }

.m-100 {
  margin: 100px !important; }

@media only screen and (max-width: 1199px) {
  .m-lg-0 {
    margin: 0px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .m-lg-100 {
    margin: 100px !important; } }

@media only screen and (max-width: 991px) {
  .m-md-0 {
    margin: 0px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .m-md-100 {
    margin: 100px !important; } }

@media only screen and (max-width: 767px) {
  .m-sm-0 {
    margin: 0px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .m-sm-100 {
    margin: 100px !important; } }

@media only screen and (max-width: 574px) {
  .m-xs-0 {
    margin: 0px !important; }
  .m-xs-5 {
    margin: 5px !important; }
  .m-xs-10 {
    margin: 10px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .m-xs-20 {
    margin: 20px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .m-xs-30 {
    margin: 30px !important; }
  .m-xs-35 {
    margin: 35px !important; }
  .m-xs-40 {
    margin: 40px !important; }
  .m-xs-45 {
    margin: 45px !important; }
  .m-xs-50 {
    margin: 50px !important; }
  .m-xs-55 {
    margin: 55px !important; }
  .m-xs-60 {
    margin: 60px !important; }
  .m-xs-65 {
    margin: 65px !important; }
  .m-xs-70 {
    margin: 70px !important; }
  .m-xs-75 {
    margin: 75px !important; }
  .m-xs-80 {
    margin: 80px !important; }
  .m-xs-85 {
    margin: 85px !important; }
  .m-xs-90 {
    margin: 90px !important; }
  .m-xs-95 {
    margin: 95px !important; }
  .m-xs-100 {
    margin: 100px !important; } }

@media only screen and (max-width: 399px) {
  .m-xss-0 {
    margin: 0px !important; }
  .m-xss-5 {
    margin: 5px !important; }
  .m-xss-10 {
    margin: 10px !important; }
  .m-xss-15 {
    margin: 15px !important; }
  .m-xss-20 {
    margin: 20px !important; }
  .m-xss-25 {
    margin: 25px !important; }
  .m-xss-30 {
    margin: 30px !important; }
  .m-xss-35 {
    margin: 35px !important; }
  .m-xss-40 {
    margin: 40px !important; }
  .m-xss-45 {
    margin: 45px !important; }
  .m-xss-50 {
    margin: 50px !important; }
  .m-xss-55 {
    margin: 55px !important; }
  .m-xss-60 {
    margin: 60px !important; }
  .m-xss-65 {
    margin: 65px !important; }
  .m-xss-70 {
    margin: 70px !important; }
  .m-xss-75 {
    margin: 75px !important; }
  .m-xss-80 {
    margin: 80px !important; }
  .m-xss-85 {
    margin: 85px !important; }
  .m-xss-90 {
    margin: 90px !important; }
  .m-xss-95 {
    margin: 95px !important; }
  .m-xss-100 {
    margin: 100px !important; } }

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

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

@media only screen and (max-width: 1199px) {
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-55 {
    margin-bottom: 55px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-65 {
    margin-bottom: 65px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-75 {
    margin-bottom: 75px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-85 {
    margin-bottom: 85px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-95 {
    margin-bottom: 95px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 991px) {
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-55 {
    margin-bottom: 55px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-65 {
    margin-bottom: 65px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-85 {
    margin-bottom: 85px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-95 {
    margin-bottom: 95px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-55 {
    margin-bottom: 55px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-65 {
    margin-bottom: 65px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-85 {
    margin-bottom: 85px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-95 {
    margin-bottom: 95px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 574px) {
  .mb-xs-0 {
    margin-bottom: 0px !important; }
  .mb-xs-5 {
    margin-bottom: 5px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .mb-xs-15 {
    margin-bottom: 15px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .mb-xs-25 {
    margin-bottom: 25px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .mb-xs-35 {
    margin-bottom: 35px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .mb-xs-45 {
    margin-bottom: 45px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .mb-xs-55 {
    margin-bottom: 55px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .mb-xs-65 {
    margin-bottom: 65px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .mb-xs-75 {
    margin-bottom: 75px !important; }
  .mb-xs-80 {
    margin-bottom: 80px !important; }
  .mb-xs-85 {
    margin-bottom: 85px !important; }
  .mb-xs-90 {
    margin-bottom: 90px !important; }
  .mb-xs-95 {
    margin-bottom: 95px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 399px) {
  .mb-xss-0 {
    margin-bottom: 0px !important; }
  .mb-xss-5 {
    margin-bottom: 5px !important; }
  .mb-xss-10 {
    margin-bottom: 10px !important; }
  .mb-xss-15 {
    margin-bottom: 15px !important; }
  .mb-xss-20 {
    margin-bottom: 20px !important; }
  .mb-xss-25 {
    margin-bottom: 25px !important; }
  .mb-xss-30 {
    margin-bottom: 30px !important; }
  .mb-xss-35 {
    margin-bottom: 35px !important; }
  .mb-xss-40 {
    margin-bottom: 40px !important; }
  .mb-xss-45 {
    margin-bottom: 45px !important; }
  .mb-xss-50 {
    margin-bottom: 50px !important; }
  .mb-xss-55 {
    margin-bottom: 55px !important; }
  .mb-xss-60 {
    margin-bottom: 60px !important; }
  .mb-xss-65 {
    margin-bottom: 65px !important; }
  .mb-xss-70 {
    margin-bottom: 70px !important; }
  .mb-xss-75 {
    margin-bottom: 75px !important; }
  .mb-xss-80 {
    margin-bottom: 80px !important; }
  .mb-xss-85 {
    margin-bottom: 85px !important; }
  .mb-xss-90 {
    margin-bottom: 90px !important; }
  .mb-xss-95 {
    margin-bottom: 95px !important; }
  .mb-xss-100 {
    margin-bottom: 100px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-55 {
    margin-top: 55px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-65 {
    margin-top: 65px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-75 {
    margin-top: 75px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-85 {
    margin-top: 85px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-95 {
    margin-top: 95px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-55 {
    margin-top: 55px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-65 {
    margin-top: 65px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-85 {
    margin-top: 85px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-95 {
    margin-top: 95px !important; }
  .mt-md-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-55 {
    margin-top: 55px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-65 {
    margin-top: 65px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-85 {
    margin-top: 85px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-95 {
    margin-top: 95px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 574px) {
  .mt-xs-0 {
    margin-top: 0px !important; }
  .mt-xs-5 {
    margin-top: 5px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mt-xs-15 {
    margin-top: 15px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mt-xs-25 {
    margin-top: 25px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mt-xs-35 {
    margin-top: 35px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mt-xs-45 {
    margin-top: 45px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mt-xs-55 {
    margin-top: 55px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mt-xs-65 {
    margin-top: 65px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mt-xs-75 {
    margin-top: 75px !important; }
  .mt-xs-80 {
    margin-top: 80px !important; }
  .mt-xs-85 {
    margin-top: 85px !important; }
  .mt-xs-90 {
    margin-top: 90px !important; }
  .mt-xs-95 {
    margin-top: 95px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 399px) {
  .mt-xss-0 {
    margin-top: 0px !important; }
  .mt-xss-5 {
    margin-top: 5px !important; }
  .mt-xss-10 {
    margin-top: 10px !important; }
  .mt-xss-15 {
    margin-top: 15px !important; }
  .mt-xss-20 {
    margin-top: 20px !important; }
  .mt-xss-25 {
    margin-top: 25px !important; }
  .mt-xss-30 {
    margin-top: 30px !important; }
  .mt-xss-35 {
    margin-top: 35px !important; }
  .mt-xss-40 {
    margin-top: 40px !important; }
  .mt-xss-45 {
    margin-top: 45px !important; }
  .mt-xss-50 {
    margin-top: 50px !important; }
  .mt-xss-55 {
    margin-top: 55px !important; }
  .mt-xss-60 {
    margin-top: 60px !important; }
  .mt-xss-65 {
    margin-top: 65px !important; }
  .mt-xss-70 {
    margin-top: 70px !important; }
  .mt-xss-75 {
    margin-top: 75px !important; }
  .mt-xss-80 {
    margin-top: 80px !important; }
  .mt-xss-85 {
    margin-top: 85px !important; }
  .mt-xss-90 {
    margin-top: 90px !important; }
  .mt-xss-95 {
    margin-top: 95px !important; }
  .mt-xss-100 {
    margin-top: 100px !important; } }

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

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

@media only screen and (max-width: 1199px) {
  .ml-lg-0 {
    margin-left: 0px !important; }
  .ml-lg-5 {
    margin-left: 5px !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-15 {
    margin-left: 15px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-35 {
    margin-left: 35px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-45 {
    margin-left: 45px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-55 {
    margin-left: 55px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-65 {
    margin-left: 65px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-75 {
    margin-left: 75px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-85 {
    margin-left: 85px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-95 {
    margin-left: 95px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; } }

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-md-5 {
    margin-left: 5px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-35 {
    margin-left: 35px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-45 {
    margin-left: 45px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-55 {
    margin-left: 55px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-65 {
    margin-left: 65px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-75 {
    margin-left: 75px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-85 {
    margin-left: 85px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-95 {
    margin-left: 95px !important; }
  .ml-md-100 {
    margin-left: 100px !important; } }

@media only screen and (max-width: 767px) {
  .ml-sm-0 {
    margin-left: 0px !important; }
  .ml-sm-5 {
    margin-left: 5px !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-15 {
    margin-left: 15px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-35 {
    margin-left: 35px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-45 {
    margin-left: 45px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-55 {
    margin-left: 55px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-65 {
    margin-left: 65px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-75 {
    margin-left: 75px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-85 {
    margin-left: 85px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-95 {
    margin-left: 95px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; } }

@media only screen and (max-width: 574px) {
  .ml-xs-0 {
    margin-left: 0px !important; }
  .ml-xs-5 {
    margin-left: 5px !important; }
  .ml-xs-10 {
    margin-left: 10px !important; }
  .ml-xs-15 {
    margin-left: 15px !important; }
  .ml-xs-20 {
    margin-left: 20px !important; }
  .ml-xs-25 {
    margin-left: 25px !important; }
  .ml-xs-30 {
    margin-left: 30px !important; }
  .ml-xs-35 {
    margin-left: 35px !important; }
  .ml-xs-40 {
    margin-left: 40px !important; }
  .ml-xs-45 {
    margin-left: 45px !important; }
  .ml-xs-50 {
    margin-left: 50px !important; }
  .ml-xs-55 {
    margin-left: 55px !important; }
  .ml-xs-60 {
    margin-left: 60px !important; }
  .ml-xs-65 {
    margin-left: 65px !important; }
  .ml-xs-70 {
    margin-left: 70px !important; }
  .ml-xs-75 {
    margin-left: 75px !important; }
  .ml-xs-80 {
    margin-left: 80px !important; }
  .ml-xs-85 {
    margin-left: 85px !important; }
  .ml-xs-90 {
    margin-left: 90px !important; }
  .ml-xs-95 {
    margin-left: 95px !important; }
  .ml-xs-100 {
    margin-left: 100px !important; } }

@media only screen and (max-width: 399px) {
  .ml-xss-0 {
    margin-left: 0px !important; }
  .ml-xss-5 {
    margin-left: 5px !important; }
  .ml-xss-10 {
    margin-left: 10px !important; }
  .ml-xss-15 {
    margin-left: 15px !important; }
  .ml-xss-20 {
    margin-left: 20px !important; }
  .ml-xss-25 {
    margin-left: 25px !important; }
  .ml-xss-30 {
    margin-left: 30px !important; }
  .ml-xss-35 {
    margin-left: 35px !important; }
  .ml-xss-40 {
    margin-left: 40px !important; }
  .ml-xss-45 {
    margin-left: 45px !important; }
  .ml-xss-50 {
    margin-left: 50px !important; }
  .ml-xss-55 {
    margin-left: 55px !important; }
  .ml-xss-60 {
    margin-left: 60px !important; }
  .ml-xss-65 {
    margin-left: 65px !important; }
  .ml-xss-70 {
    margin-left: 70px !important; }
  .ml-xss-75 {
    margin-left: 75px !important; }
  .ml-xss-80 {
    margin-left: 80px !important; }
  .ml-xss-85 {
    margin-left: 85px !important; }
  .ml-xss-90 {
    margin-left: 90px !important; }
  .ml-xss-95 {
    margin-left: 95px !important; }
  .ml-xss-100 {
    margin-left: 100px !important; } }

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

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

@media only screen and (max-width: 1199px) {
  .mr-lg-0 {
    margin-right: 0px !important; }
  .mr-lg-5 {
    margin-right: 5px !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-15 {
    margin-right: 15px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-35 {
    margin-right: 35px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-45 {
    margin-right: 45px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-55 {
    margin-right: 55px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-65 {
    margin-right: 65px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-75 {
    margin-right: 75px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-85 {
    margin-right: 85px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-95 {
    margin-right: 95px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; } }

@media only screen and (max-width: 991px) {
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-md-5 {
    margin-right: 5px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-35 {
    margin-right: 35px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-45 {
    margin-right: 45px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-55 {
    margin-right: 55px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-65 {
    margin-right: 65px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-75 {
    margin-right: 75px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-85 {
    margin-right: 85px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-95 {
    margin-right: 95px !important; }
  .mr-md-100 {
    margin-right: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mr-sm-0 {
    margin-right: 0px !important; }
  .mr-sm-5 {
    margin-right: 5px !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-15 {
    margin-right: 15px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-35 {
    margin-right: 35px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-45 {
    margin-right: 45px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-55 {
    margin-right: 55px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-65 {
    margin-right: 65px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-75 {
    margin-right: 75px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-85 {
    margin-right: 85px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-95 {
    margin-right: 95px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; } }

@media only screen and (max-width: 574px) {
  .mr-xs-0 {
    margin-right: 0px !important; }
  .mr-xs-5 {
    margin-right: 5px !important; }
  .mr-xs-10 {
    margin-right: 10px !important; }
  .mr-xs-15 {
    margin-right: 15px !important; }
  .mr-xs-20 {
    margin-right: 20px !important; }
  .mr-xs-25 {
    margin-right: 25px !important; }
  .mr-xs-30 {
    margin-right: 30px !important; }
  .mr-xs-35 {
    margin-right: 35px !important; }
  .mr-xs-40 {
    margin-right: 40px !important; }
  .mr-xs-45 {
    margin-right: 45px !important; }
  .mr-xs-50 {
    margin-right: 50px !important; }
  .mr-xs-55 {
    margin-right: 55px !important; }
  .mr-xs-60 {
    margin-right: 60px !important; }
  .mr-xs-65 {
    margin-right: 65px !important; }
  .mr-xs-70 {
    margin-right: 70px !important; }
  .mr-xs-75 {
    margin-right: 75px !important; }
  .mr-xs-80 {
    margin-right: 80px !important; }
  .mr-xs-85 {
    margin-right: 85px !important; }
  .mr-xs-90 {
    margin-right: 90px !important; }
  .mr-xs-95 {
    margin-right: 95px !important; }
  .mr-xs-100 {
    margin-right: 100px !important; } }

@media only screen and (max-width: 399px) {
  .mr-xss-0 {
    margin-right: 0px !important; }
  .mr-xss-5 {
    margin-right: 5px !important; }
  .mr-xss-10 {
    margin-right: 10px !important; }
  .mr-xss-15 {
    margin-right: 15px !important; }
  .mr-xss-20 {
    margin-right: 20px !important; }
  .mr-xss-25 {
    margin-right: 25px !important; }
  .mr-xss-30 {
    margin-right: 30px !important; }
  .mr-xss-35 {
    margin-right: 35px !important; }
  .mr-xss-40 {
    margin-right: 40px !important; }
  .mr-xss-45 {
    margin-right: 45px !important; }
  .mr-xss-50 {
    margin-right: 50px !important; }
  .mr-xss-55 {
    margin-right: 55px !important; }
  .mr-xss-60 {
    margin-right: 60px !important; }
  .mr-xss-65 {
    margin-right: 65px !important; }
  .mr-xss-70 {
    margin-right: 70px !important; }
  .mr-xss-75 {
    margin-right: 75px !important; }
  .mr-xss-80 {
    margin-right: 80px !important; }
  .mr-xss-85 {
    margin-right: 85px !important; }
  .mr-xss-90 {
    margin-right: 90px !important; }
  .mr-xss-95 {
    margin-right: 95px !important; }
  .mr-xss-100 {
    margin-right: 100px !important; } }

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

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

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

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

.mlr-auto {
  margin-left: auto;
  margin-right: auto; }

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

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

.p-55 {
  padding: 55px !important; }

.p-60 {
  padding: 60px !important; }

.p-65 {
  padding: 65px !important; }

.p-70 {
  padding: 70px !important; }

.p-75 {
  padding: 75px !important; }

.p-80 {
  padding: 80px !important; }

.p-85 {
  padding: 85px !important; }

.p-90 {
  padding: 90px !important; }

.p-95 {
  padding: 95px !important; }

.p-100 {
  padding: 100px !important; }

@media only screen and (max-width: 1199px) {
  .p-lg-0 {
    padding: 0px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .p-lg-100 {
    padding: 100px !important; } }

@media only screen and (max-width: 991px) {
  .p-md-0 {
    padding: 0px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .p-md-100 {
    padding: 100px !important; } }

@media only screen and (max-width: 767px) {
  .p-sm-0 {
    padding: 0px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .p-sm-100 {
    padding: 100px !important; } }

@media only screen and (max-width: 574px) {
  .p-xs-0 {
    padding: 0px !important; }
  .p-xs-5 {
    padding: 5px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .p-xs-20 {
    padding: 20px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .p-xs-30 {
    padding: 30px !important; }
  .p-xs-35 {
    padding: 35px !important; }
  .p-xs-40 {
    padding: 40px !important; }
  .p-xs-45 {
    padding: 45px !important; }
  .p-xs-50 {
    padding: 50px !important; }
  .p-xs-55 {
    padding: 55px !important; }
  .p-xs-60 {
    padding: 60px !important; }
  .p-xs-65 {
    padding: 65px !important; }
  .p-xs-70 {
    padding: 70px !important; }
  .p-xs-75 {
    padding: 75px !important; }
  .p-xs-80 {
    padding: 80px !important; }
  .p-xs-85 {
    padding: 85px !important; }
  .p-xs-90 {
    padding: 90px !important; }
  .p-xs-95 {
    padding: 95px !important; }
  .p-xs-100 {
    padding: 100px !important; } }

@media only screen and (max-width: 399px) {
  .p-xss-0 {
    padding: 0px !important; }
  .p-xss-5 {
    padding: 5px !important; }
  .p-xss-10 {
    padding: 10px !important; }
  .p-xss-15 {
    padding: 15px !important; }
  .p-xss-20 {
    padding: 20px !important; }
  .p-xss-25 {
    padding: 25px !important; }
  .p-xss-30 {
    padding: 30px !important; }
  .p-xss-35 {
    padding: 35px !important; }
  .p-xss-40 {
    padding: 40px !important; }
  .p-xss-45 {
    padding: 45px !important; }
  .p-xss-50 {
    padding: 50px !important; }
  .p-xss-55 {
    padding: 55px !important; }
  .p-xss-60 {
    padding: 60px !important; }
  .p-xss-65 {
    padding: 65px !important; }
  .p-xss-70 {
    padding: 70px !important; }
  .p-xss-75 {
    padding: 75px !important; }
  .p-xss-80 {
    padding: 80px !important; }
  .p-xss-85 {
    padding: 85px !important; }
  .p-xss-90 {
    padding: 90px !important; }
  .p-xss-95 {
    padding: 95px !important; }
  .p-xss-100 {
    padding: 100px !important; } }

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

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

@media only screen and (max-width: 1199px) {
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-55 {
    padding-bottom: 55px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-65 {
    padding-bottom: 65px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-75 {
    padding-bottom: 75px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-85 {
    padding-bottom: 85px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-95 {
    padding-bottom: 95px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 991px) {
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-55 {
    padding-bottom: 55px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-65 {
    padding-bottom: 65px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-85 {
    padding-bottom: 85px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-95 {
    padding-bottom: 95px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-55 {
    padding-bottom: 55px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-65 {
    padding-bottom: 65px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-75 {
    padding-bottom: 75px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-85 {
    padding-bottom: 85px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-95 {
    padding-bottom: 95px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 574px) {
  .pb-xs-0 {
    padding-bottom: 0px !important; }
  .pb-xs-5 {
    padding-bottom: 5px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pb-xs-15 {
    padding-bottom: 15px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .pb-xs-25 {
    padding-bottom: 25px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .pb-xs-35 {
    padding-bottom: 35px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .pb-xs-45 {
    padding-bottom: 45px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .pb-xs-55 {
    padding-bottom: 55px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .pb-xs-65 {
    padding-bottom: 65px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .pb-xs-75 {
    padding-bottom: 75px !important; }
  .pb-xs-80 {
    padding-bottom: 80px !important; }
  .pb-xs-85 {
    padding-bottom: 85px !important; }
  .pb-xs-90 {
    padding-bottom: 90px !important; }
  .pb-xs-95 {
    padding-bottom: 95px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 399px) {
  .pb-xss-0 {
    padding-bottom: 0px !important; }
  .pb-xss-5 {
    padding-bottom: 5px !important; }
  .pb-xss-10 {
    padding-bottom: 10px !important; }
  .pb-xss-15 {
    padding-bottom: 15px !important; }
  .pb-xss-20 {
    padding-bottom: 20px !important; }
  .pb-xss-25 {
    padding-bottom: 25px !important; }
  .pb-xss-30 {
    padding-bottom: 30px !important; }
  .pb-xss-35 {
    padding-bottom: 35px !important; }
  .pb-xss-40 {
    padding-bottom: 40px !important; }
  .pb-xss-45 {
    padding-bottom: 45px !important; }
  .pb-xss-50 {
    padding-bottom: 50px !important; }
  .pb-xss-55 {
    padding-bottom: 55px !important; }
  .pb-xss-60 {
    padding-bottom: 60px !important; }
  .pb-xss-65 {
    padding-bottom: 65px !important; }
  .pb-xss-70 {
    padding-bottom: 70px !important; }
  .pb-xss-75 {
    padding-bottom: 75px !important; }
  .pb-xss-80 {
    padding-bottom: 80px !important; }
  .pb-xss-85 {
    padding-bottom: 85px !important; }
  .pb-xss-90 {
    padding-bottom: 90px !important; }
  .pb-xss-95 {
    padding-bottom: 95px !important; }
  .pb-xss-100 {
    padding-bottom: 100px !important; } }

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

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

@media only screen and (max-width: 1199px) {
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-55 {
    padding-top: 55px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-65 {
    padding-top: 65px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-75 {
    padding-top: 75px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-85 {
    padding-top: 85px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-95 {
    padding-top: 95px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; } }

@media only screen and (max-width: 991px) {
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-55 {
    padding-top: 55px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-65 {
    padding-top: 65px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-85 {
    padding-top: 85px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-95 {
    padding-top: 95px !important; }
  .pt-md-100 {
    padding-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-55 {
    padding-top: 55px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-65 {
    padding-top: 65px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-75 {
    padding-top: 75px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-85 {
    padding-top: 85px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-95 {
    padding-top: 95px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; } }

@media only screen and (max-width: 574px) {
  .pt-xs-0 {
    padding-top: 0px !important; }
  .pt-xs-5 {
    padding-top: 5px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pt-xs-15 {
    padding-top: 15px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pt-xs-25 {
    padding-top: 25px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pt-xs-35 {
    padding-top: 35px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pt-xs-45 {
    padding-top: 45px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pt-xs-55 {
    padding-top: 55px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pt-xs-65 {
    padding-top: 65px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pt-xs-75 {
    padding-top: 75px !important; }
  .pt-xs-80 {
    padding-top: 80px !important; }
  .pt-xs-85 {
    padding-top: 85px !important; }
  .pt-xs-90 {
    padding-top: 90px !important; }
  .pt-xs-95 {
    padding-top: 95px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; } }

@media only screen and (max-width: 399px) {
  .pt-xss-0 {
    padding-top: 0px !important; }
  .pt-xss-5 {
    padding-top: 5px !important; }
  .pt-xss-10 {
    padding-top: 10px !important; }
  .pt-xss-15 {
    padding-top: 15px !important; }
  .pt-xss-20 {
    padding-top: 20px !important; }
  .pt-xss-25 {
    padding-top: 25px !important; }
  .pt-xss-30 {
    padding-top: 30px !important; }
  .pt-xss-35 {
    padding-top: 35px !important; }
  .pt-xss-40 {
    padding-top: 40px !important; }
  .pt-xss-45 {
    padding-top: 45px !important; }
  .pt-xss-50 {
    padding-top: 50px !important; }
  .pt-xss-55 {
    padding-top: 55px !important; }
  .pt-xss-60 {
    padding-top: 60px !important; }
  .pt-xss-65 {
    padding-top: 65px !important; }
  .pt-xss-70 {
    padding-top: 70px !important; }
  .pt-xss-75 {
    padding-top: 75px !important; }
  .pt-xss-80 {
    padding-top: 80px !important; }
  .pt-xss-85 {
    padding-top: 85px !important; }
  .pt-xss-90 {
    padding-top: 90px !important; }
  .pt-xss-95 {
    padding-top: 95px !important; }
  .pt-xss-100 {
    padding-top: 100px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .pl-lg-0 {
    padding-left: 0px !important; }
  .pl-lg-5 {
    padding-left: 5px !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-35 {
    padding-left: 35px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-45 {
    padding-left: 45px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-55 {
    padding-left: 55px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-65 {
    padding-left: 65px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-75 {
    padding-left: 75px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-85 {
    padding-left: 85px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-95 {
    padding-left: 95px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; } }

@media only screen and (max-width: 991px) {
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-md-5 {
    padding-left: 5px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-35 {
    padding-left: 35px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-45 {
    padding-left: 45px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-55 {
    padding-left: 55px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-65 {
    padding-left: 65px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-75 {
    padding-left: 75px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-85 {
    padding-left: 85px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-95 {
    padding-left: 95px !important; }
  .pl-md-100 {
    padding-left: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pl-sm-0 {
    padding-left: 0px !important; }
  .pl-sm-5 {
    padding-left: 5px !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-15 {
    padding-left: 15px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-35 {
    padding-left: 35px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-45 {
    padding-left: 45px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-55 {
    padding-left: 55px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-65 {
    padding-left: 65px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-75 {
    padding-left: 75px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-85 {
    padding-left: 85px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-95 {
    padding-left: 95px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; } }

@media only screen and (max-width: 574px) {
  .pl-xs-0 {
    padding-left: 0px !important; }
  .pl-xs-5 {
    padding-left: 5px !important; }
  .pl-xs-10 {
    padding-left: 10px !important; }
  .pl-xs-15 {
    padding-left: 15px !important; }
  .pl-xs-20 {
    padding-left: 20px !important; }
  .pl-xs-25 {
    padding-left: 25px !important; }
  .pl-xs-30 {
    padding-left: 30px !important; }
  .pl-xs-35 {
    padding-left: 35px !important; }
  .pl-xs-40 {
    padding-left: 40px !important; }
  .pl-xs-45 {
    padding-left: 45px !important; }
  .pl-xs-50 {
    padding-left: 50px !important; }
  .pl-xs-55 {
    padding-left: 55px !important; }
  .pl-xs-60 {
    padding-left: 60px !important; }
  .pl-xs-65 {
    padding-left: 65px !important; }
  .pl-xs-70 {
    padding-left: 70px !important; }
  .pl-xs-75 {
    padding-left: 75px !important; }
  .pl-xs-80 {
    padding-left: 80px !important; }
  .pl-xs-85 {
    padding-left: 85px !important; }
  .pl-xs-90 {
    padding-left: 90px !important; }
  .pl-xs-95 {
    padding-left: 95px !important; }
  .pl-xs-100 {
    padding-left: 100px !important; } }

@media only screen and (max-width: 399px) {
  .pl-xss-0 {
    padding-left: 0px !important; }
  .pl-xss-5 {
    padding-left: 5px !important; }
  .pl-xss-10 {
    padding-left: 10px !important; }
  .pl-xss-15 {
    padding-left: 15px !important; }
  .pl-xss-20 {
    padding-left: 20px !important; }
  .pl-xss-25 {
    padding-left: 25px !important; }
  .pl-xss-30 {
    padding-left: 30px !important; }
  .pl-xss-35 {
    padding-left: 35px !important; }
  .pl-xss-40 {
    padding-left: 40px !important; }
  .pl-xss-45 {
    padding-left: 45px !important; }
  .pl-xss-50 {
    padding-left: 50px !important; }
  .pl-xss-55 {
    padding-left: 55px !important; }
  .pl-xss-60 {
    padding-left: 60px !important; }
  .pl-xss-65 {
    padding-left: 65px !important; }
  .pl-xss-70 {
    padding-left: 70px !important; }
  .pl-xss-75 {
    padding-left: 75px !important; }
  .pl-xss-80 {
    padding-left: 80px !important; }
  .pl-xss-85 {
    padding-left: 85px !important; }
  .pl-xss-90 {
    padding-left: 90px !important; }
  .pl-xss-95 {
    padding-left: 95px !important; }
  .pl-xss-100 {
    padding-left: 100px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .pr-lg-0 {
    padding-right: 0px !important; }
  .pr-lg-5 {
    padding-right: 5px !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-35 {
    padding-right: 35px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-45 {
    padding-right: 45px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-55 {
    padding-right: 55px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-65 {
    padding-right: 65px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-75 {
    padding-right: 75px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-85 {
    padding-right: 85px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-95 {
    padding-right: 95px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; } }

@media only screen and (max-width: 991px) {
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-md-5 {
    padding-right: 5px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-35 {
    padding-right: 35px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-45 {
    padding-right: 45px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-55 {
    padding-right: 55px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-65 {
    padding-right: 65px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-75 {
    padding-right: 75px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-85 {
    padding-right: 85px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-95 {
    padding-right: 95px !important; }
  .pr-md-100 {
    padding-right: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pr-sm-0 {
    padding-right: 0px !important; }
  .pr-sm-5 {
    padding-right: 5px !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-15 {
    padding-right: 15px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-35 {
    padding-right: 35px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-45 {
    padding-right: 45px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-55 {
    padding-right: 55px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-65 {
    padding-right: 65px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-75 {
    padding-right: 75px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-85 {
    padding-right: 85px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-95 {
    padding-right: 95px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; } }

@media only screen and (max-width: 574px) {
  .pr-xs-0 {
    padding-right: 0px !important; }
  .pr-xs-5 {
    padding-right: 5px !important; }
  .pr-xs-10 {
    padding-right: 10px !important; }
  .pr-xs-15 {
    padding-right: 15px !important; }
  .pr-xs-20 {
    padding-right: 20px !important; }
  .pr-xs-25 {
    padding-right: 25px !important; }
  .pr-xs-30 {
    padding-right: 30px !important; }
  .pr-xs-35 {
    padding-right: 35px !important; }
  .pr-xs-40 {
    padding-right: 40px !important; }
  .pr-xs-45 {
    padding-right: 45px !important; }
  .pr-xs-50 {
    padding-right: 50px !important; }
  .pr-xs-55 {
    padding-right: 55px !important; }
  .pr-xs-60 {
    padding-right: 60px !important; }
  .pr-xs-65 {
    padding-right: 65px !important; }
  .pr-xs-70 {
    padding-right: 70px !important; }
  .pr-xs-75 {
    padding-right: 75px !important; }
  .pr-xs-80 {
    padding-right: 80px !important; }
  .pr-xs-85 {
    padding-right: 85px !important; }
  .pr-xs-90 {
    padding-right: 90px !important; }
  .pr-xs-95 {
    padding-right: 95px !important; }
  .pr-xs-100 {
    padding-right: 100px !important; } }

@media only screen and (max-width: 399px) {
  .pr-xss-0 {
    padding-right: 0px !important; }
  .pr-xss-5 {
    padding-right: 5px !important; }
  .pr-xss-10 {
    padding-right: 10px !important; }
  .pr-xss-15 {
    padding-right: 15px !important; }
  .pr-xss-20 {
    padding-right: 20px !important; }
  .pr-xss-25 {
    padding-right: 25px !important; }
  .pr-xss-30 {
    padding-right: 30px !important; }
  .pr-xss-35 {
    padding-right: 35px !important; }
  .pr-xss-40 {
    padding-right: 40px !important; }
  .pr-xss-45 {
    padding-right: 45px !important; }
  .pr-xss-50 {
    padding-right: 50px !important; }
  .pr-xss-55 {
    padding-right: 55px !important; }
  .pr-xss-60 {
    padding-right: 60px !important; }
  .pr-xss-65 {
    padding-right: 65px !important; }
  .pr-xss-70 {
    padding-right: 70px !important; }
  .pr-xss-75 {
    padding-right: 75px !important; }
  .pr-xss-80 {
    padding-right: 80px !important; }
  .pr-xss-85 {
    padding-right: 85px !important; }
  .pr-xss-90 {
    padding-right: 90px !important; }
  .pr-xss-95 {
    padding-right: 95px !important; }
  .pr-xss-100 {
    padding-right: 100px !important; } }

.mw-150 {
  max-width: 150px !important; }

.mw-200 {
  max-width: 200px !important; }

.mw-250 {
  max-width: 250px !important; }

.mw-300 {
  max-width: 300px !important; }

.mw-350 {
  max-width: 350px !important; }

.mw-400 {
  max-width: 400px !important; }

.mw-450 {
  max-width: 450px !important; }

.mw-500 {
  max-width: 500px !important; }

.mw-550 {
  max-width: 550px !important; }

.mw-600 {
  max-width: 600px !important; }

.mw-650 {
  max-width: 650px !important; }

.mw-700 {
  max-width: 700px !important; }

.mw-750 {
  max-width: 750px !important; }

.mw-800 {
  max-width: 800px !important; }

.mw-850 {
  max-width: 850px !important; }

.mw-900 {
  max-width: 900px !important; }

.mw-950 {
  max-width: 950px !important; }

.mw-1000 {
  max-width: 1000px !important; }

.mw-1050 {
  max-width: 1050px !important; }

.mw-1100 {
  max-width: 1100px !important; }

.mw-1150 {
  max-width: 1150px !important; }

.mw-1200 {
  max-width: 1200px !important; }

.mw-1250 {
  max-width: 1250px !important; }

.mw-1300 {
  max-width: 1300px !important; }

.hw-parent {
  height: 100%;
  width: 100%;
  display: inline-block; }

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 100% !important;
          flex: 0 100% !important; }

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

.al-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.al-item-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.d-block {
  display: block; }

.max-w-mc {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important; }

.no-border {
  border: none !important; }

.app-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  resize: none !important;
  outline: none !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield; }
  .app-none::-webkit-inner-spin-button, .app-none::-webkit-outer-spin-button {
    -webkit-appearance: none; }

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

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

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

.paragraph {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.2; }

.is--required {
  position: relative;
  padding-left: 10px; }
  .is--required::before {
    content: '*';
    position: absolute;
    font-size: 20px;
    left: -1px;
    top: -3px;
    display: block;
    color: #F26B6B;
    font-family: Arial, sans-serif; }

.overflow-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 15px; }
  .overflow-container::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .overflow-container::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .overflow-container::-webkit-scrollbar-thumb {
    background: #bababa; }
  .overflow-container::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; }

.mw-icon-30 {
  max-width: 30px !important; }

.mw-icon-31 {
  max-width: 31px !important; }

.mw-icon-32 {
  max-width: 32px !important; }

.mw-icon-33 {
  max-width: 33px !important; }

.mw-icon-34 {
  max-width: 34px !important; }

.mw-icon-35 {
  max-width: 35px !important; }

.mw-icon-36 {
  max-width: 36px !important; }

.mw-icon-37 {
  max-width: 37px !important; }

.mw-icon-38 {
  max-width: 38px !important; }

.mw-icon-39 {
  max-width: 39px !important; }

.mw-icon-40 {
  max-width: 40px !important; }

.mw-icon-41 {
  max-width: 41px !important; }

.mw-icon-42 {
  max-width: 42px !important; }

.mw-icon-43 {
  max-width: 43px !important; }

.mw-icon-44 {
  max-width: 44px !important; }

.mw-icon-45 {
  max-width: 45px !important; }

.mw-icon-46 {
  max-width: 46px !important; }

.mw-icon-47 {
  max-width: 47px !important; }

.mw-icon-48 {
  max-width: 48px !important; }

.mw-icon-49 {
  max-width: 49px !important; }

.mw-icon-50 {
  max-width: 50px !important; }

.mw-icon-51 {
  max-width: 51px !important; }

.mw-icon-52 {
  max-width: 52px !important; }

.mw-icon-53 {
  max-width: 53px !important; }

.mw-icon-54 {
  max-width: 54px !important; }

.mw-icon-55 {
  max-width: 55px !important; }

.mw-icon-56 {
  max-width: 56px !important; }

.mw-icon-57 {
  max-width: 57px !important; }

.mw-icon-58 {
  max-width: 58px !important; }

.mw-icon-59 {
  max-width: 59px !important; }

.mw-icon-60 {
  max-width: 60px !important; }

.mw-icon-61 {
  max-width: 61px !important; }

.mw-icon-62 {
  max-width: 62px !important; }

.mw-icon-63 {
  max-width: 63px !important; }

.mw-icon-64 {
  max-width: 64px !important; }

.mw-icon-65 {
  max-width: 65px !important; }

.mw-icon-66 {
  max-width: 66px !important; }

.mw-icon-67 {
  max-width: 67px !important; }

.mw-icon-68 {
  max-width: 68px !important; }

.mw-icon-69 {
  max-width: 69px !important; }

.mw-icon-70 {
  max-width: 70px !important; }

.mw-icon-71 {
  max-width: 71px !important; }

.mw-icon-72 {
  max-width: 72px !important; }

.mw-icon-73 {
  max-width: 73px !important; }

.mw-icon-74 {
  max-width: 74px !important; }

.mw-icon-75 {
  max-width: 75px !important; }

.mw-icon-76 {
  max-width: 76px !important; }

.mw-icon-77 {
  max-width: 77px !important; }

.mw-icon-78 {
  max-width: 78px !important; }

.mw-icon-79 {
  max-width: 79px !important; }

.mw-icon-80 {
  max-width: 80px !important; }

.mw-icon-81 {
  max-width: 81px !important; }

.mw-icon-82 {
  max-width: 82px !important; }

.mw-icon-83 {
  max-width: 83px !important; }

.mw-icon-84 {
  max-width: 84px !important; }

.mw-icon-85 {
  max-width: 85px !important; }

.mw-icon-86 {
  max-width: 86px !important; }

.mw-icon-87 {
  max-width: 87px !important; }

.mw-icon-88 {
  max-width: 88px !important; }

.mw-icon-89 {
  max-width: 89px !important; }

.mw-icon-90 {
  max-width: 90px !important; }

.mw-icon-91 {
  max-width: 91px !important; }

.mw-icon-92 {
  max-width: 92px !important; }

.mw-icon-93 {
  max-width: 93px !important; }

.mw-icon-94 {
  max-width: 94px !important; }

.mw-icon-95 {
  max-width: 95px !important; }

.mw-icon-96 {
  max-width: 96px !important; }

.mw-icon-97 {
  max-width: 97px !important; }

.mw-icon-98 {
  max-width: 98px !important; }

.mw-icon-99 {
  max-width: 99px !important; }

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

/*---------------------------------
    display none styles
---------------------------------*/
@media only screen and (max-width: 1199px) {
  .d-none-lg {
    display: none; } }

@media only screen and (max-width: 991px) {
  .d-none-md {
    display: none; } }

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

@media only screen and (max-width: 574px) {
  .d-none-xs {
    display: none; } }

@media only screen and (max-width: 399px) {
  .d-none-xss {
    display: none; } }

/*---------------------
    fonts styles
---------------------*/
.green {
  color: #1CB636 !important; }

.blue {
  color: #0F84EC !important; }

.red {
  color: #F26B6B !important; }

.white {
  color: #f6f6f6 !important; }

.lightgrey {
  color: #EBEBEB !important; }

.grey {
  color: #7c7c7c !important; }

.grey4 {
  color: #9F9F9F !important; }

.darkgrey {
  color: #4F4F4F !important; }

.extraLight {
  font-weight: 200 !important; }

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

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

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

.extraBold {
  font-weight: 800 !important; }

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

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

.fs-16 {
  font-size: 16px !important; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%; }

.ssd-status {
  display: block;
  height: 10px;
  width: 10px;
  background-color: #bdbdbd;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid white; }
  .ssd-status:not(.is--static) {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ssd-status.is--online {
    background-color: #1CB636; }
  .ssd-status.is--filter-select {
    height: 18px;
    width: 18px;
    border-width: 2px;
    left: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.text-entered {
  white-space: pre-wrap; }

/*----------------------
    placeholder styles
----------------------*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a1a0a0;
  font-family: "Circe", sans-serif;
  font-weight: 400; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a0a0;
  font-family: "Circe", sans-serif;
  font-weight: 400; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a1a0a0;
  font-family: "Circe", sans-serif;
  font-weight: 400; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a0a0;
  font-family: "Circe", sans-serif;
  font-weight: 400; }

input[type="password"] {
  font-family: Verdana, sans-serif;
  font-size: 20px; }
  input[type="password"]:not(.login-form-field__input)::-webkit-input-placeholder {
    font-size: 13.3px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    text-align: center; }
  input[type="password"]:not(.login-form-field__input)::-moz-placeholder {
    font-size: 13.3px;
    transform: translateY(-3px);
    text-align: center; }
  input[type="password"]:not(.login-form-field__input):-ms-input-placeholder {
    font-size: 13.3px;
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    text-align: center; }
  input[type="password"]:not(.login-form-field__input):-moz-placeholder {
    font-size: 13.3px;
    transform: translateY(-3px);
    text-align: center; }

.tf-blur {
  -webkit-filter: blur(7px);
          filter: blur(7px); }

/*--------------------
|     btn styles     |
--------------------*/
.btn {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  min-width: 142px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32px;
  padding: 12px 20px 10px 20px;
  color: #f6f6f6;
  font-weight: 800;
  font-size: 14px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-color: #0F84EC;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  outline: none; }
  .btn.is--next::after {
    content: '>';
    font-size: 16px;
    font-weight: inherit;
    color: inherit;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
            transform: translateY(-35%);
    z-index: 2;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn.is--next:hover::after {
    right: -50%; }
  .btn.is--long {
    min-width: 200px; }
  .btn.is--medium {
    font-size: 16px; }
  .btn.is--fullRadius {
    border-radius: 100px; }
  .btn.is--big {
    min-width: 168px;
    height: 40px;
    font-size: 16px; }
  .btn.is--green {
    background-color: #1CB636; }
  .btn:hover {
    background-color: #0f7de0; }
    .btn:hover::after {
      right: -50%; }
  .btn:active {
    -webkit-box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .btn.is--cancel {
    background-color: #ACACAC; }
    .btn.is--cancel:hover {
      background-color: #9a9a9a; }
    .btn.is--cancel:active {
      -webkit-box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .btn.is--transparent {
    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;
    background-color: transparent;
    padding: 12px 5px 10px 30px;
    color: #7c7c7c;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    border: 1px solid #0F84EC;
    border-radius: 100px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.is--transparent:hover {
      background-color: #0F84EC;
      color: white; }
      .btn.is--transparent:hover svg circle {
        fill: #fff;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .btn.is--transparent:hover svg path {
        fill: #0E7BDA;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .btn.is--transparent:hover svg text {
        fill: #0E7BDA;
        font-weight: 400;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
    .btn.is--transparent svg {
      height: calc(100% - 4px);
      width: auto;
      position: absolute;
      left: 2px;
      top: 2px;
      display: inline-block;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
  .btn.is--delete {
    background-color: #F26B6B; }

.icon-spinner {
  -webkit-animation: 1s spin infinite linear;
          animation: 1s spin infinite linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .icon-spinner.is--white path {
    fill: white; }
  .icon-spinner.is--big {
    display: block;
    height: 100px;
    min-height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100px;
            flex: 0 100px;
    min-width: 100px; }
  .icon-spinner.is--medium {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 50px;
            flex: 0 50px;
    min-width: 50px;
    max-width: 50px; }

.default-avatar {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  display: flex !important;
  height: 100%;
  width: 100%;
  max-width: 120px;
  max-height: 120px;
  background-color: #1ABC9C;
  color: white;
  font-size: 18px;
  border: 1px solid #EBEBEB;
  border-radius: 100%;
  text-transform: uppercase;
  text-align: center;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.add-functionality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer; }
  .add-functionality:hover .add-functionality__text {
    color: #0F84EC; }
  .add-functionality:hover .icon-bg {
    fill: white;
    stroke: #0F84EC; }
  .add-functionality:hover .icon-detail {
    fill: #0F84EC; }
  .add-functionality__icon {
    display: block;
    height: 24px;
    min-height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 24px;
            flex: 0 24px;
    min-width: 24px;
    margin-right: 15px; }
  .add-functionality__text {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 800;
    padding-top: 2px; }

.some-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #7c7c7c;
  font-size: 14px; }

.connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 145px;
  min-width: 145px;
  max-width: 145px; }
  .connect-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-right: 5px; }
    .connect-desc__text {
      display: block;
      width: 100%;
      color: #7c7c7c;
      font-size: 10px; }
      .connect-desc__text.is--top {
        font-weight: 700;
        margin-bottom: 1px;
        color: #7A7A7A; }
    .connect-desc .ssd-status {
      left: -9px;
      top: 7px; }

/*--------------------
|   counter styles   |
--------------------*/
.counter {
  border: 2px solid #EBEBEB;
  border-radius: 4px 4px 0 4px;
  width: 34px;
  height: 24px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 800;
  color: #7c7c7c;
  font-size: 16px;
  position: relative;
  padding-top: 2px; }
  .counter__status {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0%;
    right: 0%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #EBEBEB;
    border: 2px solid #f6f6f6;
    border-radius: 100%; }
  .counter.is--active {
    border-color: #0F84EC; }
    .counter.is--active .counter__status {
      border-width: 1px;
      background-color: #1CB636;
      -webkit-box-shadow: 1px 2px 6px 0 rgba(28, 182, 54, 0.46);
              box-shadow: 1px 2px 6px 0 rgba(28, 182, 54, 0.46); }
  .counterCircle {
    height: 26px;
    width: 26px;
    color: #7c7c7c;
    font-size: 16px;
    position: relative;
    padding-top: 2px;
    background-color: #f6f6f6;
    border: 2px solid #7c7c7c;
    border-radius: 12px 12px 0 12px;
    padding-top: 2px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    font-weight: 800; }
    .counterCircle.is--active {
      border-color: #0F84EC;
      background-color: #0F84EC;
      color: #f6f6f6; }
  .counter-mail {
    width: 28px;
    height: 20px;
    position: relative; }
    .counter-mail__qty {
      position: absolute;
      top: 0;
      right: 0;
      width: 14px;
      height: 14px;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      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;
      border-radius: 20px;
      border-bottom-right-radius: 0;
      padding-top: 3px;
      background-color: #AFAFAF;
      color: white;
      font-size: 10px;
      font-weight: 700; }
    .counter-mail__icon {
      display: inline-block;
      height: 100%;
      width: 100%;
      min-width: 100%;
      min-height: 100%; }
    .counter-mail.is--active svg path {
      fill: #0F84EC; }
    .counter-mail.is--active .counter-mail__qty {
      background-color: #0F84EC; }
  .counter-union {
    height: 14px;
    width: 14px;
    display: block;
    position: relative; }
    .counter-union__icon {
      display: block;
      height: 100%;
      min-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      position: relative;
      z-index: 1; }
    .counter-union__value {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      color: white;
      font-size: 8px;
      font-weight: 700;
      padding-top: 1px; }

.switch {
  width: 54px;
  display: inline-block;
  cursor: pointer; }
  .switch.is--design {
    width: 44px; }
    .switch.is--design .switch__btn {
      height: 24px; }
      .switch.is--design .switch__btn::before {
        height: 18px;
        width: 18px;
        right: calc(100% - 20px); }
  .switch__title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 3px;
    color: #7c7c7c;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    .switch__title.is--active {
      color: #0F84EC; }
  .switch__btn {
    width: 100%;
    height: 28px;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    overflow: hidden;
    background-color: white;
    position: relative;
    display: block; }
    .switch__btn::before {
      height: 22px;
      width: 22px;
      content: '';
      display: block;
      border-radius: 100%;
      background-color: #3793e5;
      -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 2px;
      right: calc(100% - 24px);
      -webkit-transition: 1s ease-out;
      -o-transition: 1s ease-out;
      transition: 1s ease-out;
      -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .switch__disabled {
    width: 100%;
    height: 28px;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    overflow: hidden;
    background-color: white;
    position: relative;
    display: block; }
    .switch__disabled::before {
      height: 22px;
      width: 22px;
      content: '';
      display: block;
      border-radius: 100%;
      background-color: #c6cace;
      -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 2px;
      right: calc(100% - 24px);
      -webkit-transition: 1s ease-out;
      -o-transition: 1s ease-out;
      transition: 1s ease-out;
      -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .switch__check {
    display: none; }
    .switch__check:checked + .switch__btn {
      background-color: #0F84EC; }
      .switch__check:checked + .switch__btn::before {
        right: 2px;
        background-color: #f6f6f6; }
  .switch-btn {
    display: block;
    width: 54px;
    -webkit-box-flex: 0;
        -ms-flex: 0 54px;
            flex: 0 54px;
    min-width: 54px;
    max-width: 54px;
    cursor: pointer;
    position: relative; }
    .switch-btn__title {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 10px;
      color: #7c7c7c;
      position: absolute;
      left: 0;
      top: -3px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
    .switch-btn__relay {
      width: 100%;
      height: 28px;
      border: 1px solid #EBEBEB;
      border-radius: 100px;
      overflow: hidden;
      background-color: white;
      position: relative;
      display: block; }
      .switch-btn__relay::before {
        height: 22px;
        width: 22px;
        content: '';
        display: block;
        border-radius: 100%;
        background-color: #3793e5;
        -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 2px;
        right: calc(100% - 24px);
        -webkit-transition: 1s ease-out;
        -o-transition: 1s ease-out;
        transition: 1s ease-out;
        -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .switch-btn.is--active .switch-btn__title {
      color: #0F84EC; }
    .switch-btn.is--active .switch-btn__relay {
      background-color: #0F84EC; }
      .switch-btn.is--active .switch-btn__relay::before {
        right: 2px;
        background-color: #f6f6f6; }

.field-input {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .field-input__item {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    resize: none !important;
    outline: none !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    display: block;
    height: 37px;
    min-height: 37px;
    max-height: 37px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 5px 15px;
    border-radius: 30px;
    color: #0F84EC;
    font-weight: 700;
    background-color: #F6F6F6;
    font-size: 14px; }
    .field-input__item::-webkit-inner-spin-button, .field-input__item::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .field-input__item::-webkit-input-placeholder {
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity: .8; }
    .field-input__item::-moz-placeholder {
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity: .8; }
    .field-input__item:-ms-input-placeholder {
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity: .8; }
    .field-input__item:-moz-placeholder {
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity: .8; }
    .field-input__item:focus::-webkit-input-placeholder {
      text-indent: 15px;
      opacity: 0; }
    .field-input__item:focus::-moz-placeholder {
      text-indent: 15px;
      opacity: 0; }
    .field-input__item:focus:-ms-input-placeholder {
      text-indent: 15px;
      opacity: 0; }
    .field-input__item:focus:-moz-placeholder {
      text-indent: 15px;
      opacity: 0; }
    textarea .field-input__item {
      height: auto;
      max-height: 300px;
      font-family: "Circe", sans-serif !important;
      font-weight: 700; }
  .field-input__title {
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 0 10px; }

.input-search {
  display: block;
  position: relative;
  height: 36px;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 400px) {
    .input-search {
      height: 30px; } }
  .input-search__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    outline: none !important;
    color: #7c7c7c;
    padding: 0 30px 0 17px;
    background-color: white; }
    .input-search__field::-webkit-input-placeholder {
      color: #9F9F9F; }
    .input-search__field::-moz-placeholder {
      color: #9F9F9F; }
    .input-search__field:-ms-input-placeholder {
      color: #9F9F9F; }
    .input-search__field:-moz-placeholder {
      color: #9F9F9F; }
    .input-search__field:focus + .input-search__icon path {
      fill: #0F84EC; }
  .input-search__icon {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 18px;
    min-height: 18px;
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 18px;
            flex: 0 18px;
    min-width: 18px; }
    .input-search__icon:hover path {
      fill: #0F84EC; }

.simple-field {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  resize: none !important;
  outline: none !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  display: block;
  height: 26px;
  max-width: 275px;
  min-width: 140px;
  border: 1px solid #EBEBEB;
  padding: 5px 15px;
  border-radius: 20px;
  color: #7c7c7c;
  font-weight: 700; }
  .simple-field::-webkit-inner-spin-button, .simple-field::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .simple-field.is--design {
    width: 100%;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 30px; }
  .simple-field-grey {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    resize: none !important;
    outline: none !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    display: block;
    height: 37px;
    min-height: 37px;
    max-height: 37px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 5px 15px;
    border-radius: 30px;
    color: #0F84EC;
    font-weight: 700;
    background-color: #F6F6F6;
    font-size: 14px; }
    .simple-field-grey::-webkit-inner-spin-button, .simple-field-grey::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .simple-field-grey.is--textarea {
      height: auto;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content;
      font-family: "Circe", sans-serif !important;
      padding: 15px;
      font-size: 14px;
      line-height: 1.2; }
    .simple-field-grey:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .simple-field-grey:focus::-moz-placeholder {
      opacity: 0;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .simple-field-grey:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .simple-field-grey:focus:-moz-placeholder {
      opacity: 0;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }

.checkbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media only screen and (max-width: 574px) {
    .checkbox {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 15px; } }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked + .checkbox__sim::before {
      background-color: #0F84EC;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .checkbox__sim {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border: 1px solid #7c7c7c;
    border-radius: 3px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 12px;
            flex: 0 12px;
    min-width: 12px;
    max-width: 12px;
    margin-right: 10px; }
    .checkbox__sim::before {
      display: block;
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 2px;
      background-color: transparent;
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .checkbox__desc {
    display: block;
    color: #7c7c7c;
    font-size: 13px;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    padding-top: 2px; }

.drug-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%;
  width: 100%; }
  .drug-drop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    height: 22px;
    word-break: break-all;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 4px 7px 3px 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    color: #0F84EC;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    .drug-drop__item:last-child {
      margin-right: 0;
      margin-bottom: 10px; }
    .drug-drop__item:hover {
      background-color: #0F84EC;
      color: white; }
      .drug-drop__item:hover path {
        fill: white; }
    .drug-drop__item.is--region {
      font-size: 14px;
      height: 26px;
      padding: 5px 10px; }
      @media only screen and (max-width: 600px) {
        .drug-drop__item.is--region {
          padding: 7px 20px 5px 10px;
          max-width: 100%;
          min-width: unset;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          overflow: hidden;
          position: relative;
          display: block; }
          .drug-drop__item.is--region .icon-close {
            position: absolute;
            right: 7px;
            top: 9px; } }
    .drug-drop__item .icon-close {
      display: block;
      height: 8px;
      min-height: 8px;
      width: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 8px;
              flex: 0 8px;
      min-width: 8px;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      margin-left: 7px; }

.filter-canal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  .filter-canal:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 991px) {
    .filter-canal {
      margin-left: 25px; } }
  .filter-canal.is--open {
    z-index: 4; }
    .filter-canal.is--open .filter-canal-current-arrow {
      background-color: #ACACAC; }
    .filter-canal.is--open .filter-canal-list {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      border-bottom-width: 20px;
      padding-top: 30px; }
    .filter-canal.is--open .filter-canal-current-arrow__icon {
      -webkit-transform: rotateX(180deg) translateY(1px);
              transform: rotateX(180deg) translateY(1px); }
  @media only screen and (max-width: 700px) and (min-width: 451px) {
    .filter-canal.is--dialogs-history {
      width: 200px;
      -webkit-box-flex: 0;
          -ms-flex: 0 200px;
              flex: 0 200px;
      min-width: 200px;
      max-width: 200px; } }
  @media only screen and (max-width: 699px) {
    .filter-canal.is--dialogs-history {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .filter-canal.is--dialogs-history .filter-canal__title {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media only screen and (min-width: 451px) {
    .filter-canal.is--dialogs-history {
      margin-bottom: 0; } }
  @media only screen and (max-width: 450px) {
    .filter-canal.is--dialogs-history {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%; }
      .filter-canal.is--dialogs-history:last-child {
        margin-bottom: 0; }
      .filter-canal.is--dialogs-history .filter-canal-list-wrap {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%; } }
  .filter-canal.is--dialogs-history:nth-child(even) {
    margin-left: auto; }
  .filter-canals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 20px auto;
    max-width: 1525px;
    width: 100%; }
    @media only screen and (max-width: 574px) {
      .filter-canals.is--work-time .filter-canal {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(50% - 5px);
        -webkit-box-flex: 0;
            -ms-flex: 0 calc(50% - 5px);
                flex: 0 calc(50% - 5px);
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin-left: 10px; }
        .filter-canals.is--work-time .filter-canal-list__item {
          height: 24px;
          font-size: 14px; }
        .filter-canals.is--work-time .filter-canal:first-child {
          margin-left: 0; }
        .filter-canals.is--work-time .filter-canal__title {
          margin-right: 0;
          margin-bottom: 10px;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%; }
        .filter-canals.is--work-time .filter-canal-list-wrap {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%; } }
    @media only screen and (min-width: 1200px) {
      .filter-canals.is--journal {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 1199px) {
      .filter-canals.is--journal {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 574px) {
      .filter-canals.is--journal {
        margin-bottom: 0; } }
    @media only screen and (max-width: 740px) and (min-width: 521px) {
      .filter-canals.is--journal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media only screen and (max-width: 1070px) and (min-width: 741px) {
      .filter-canals.is--journal .filter-canal:first-child {
        margin-right: auto; }
      .filter-canals.is--journal .filter-canal:not(:first-child) {
        margin-left: 15px; } }
    @media only screen and (max-width: 1020px) and (min-width: 992px) {
      .filter-canals.is--journal .filter-canal-list-wrap {
        min-width: initial;
        max-width: 180px; } }
    @media only screen and (max-width: 740px) and (min-width: 521px) {
      .filter-canals.is--journal .filter-canal:not(:first-child) {
        margin-left: 0; } }
    @media only screen and (max-width: 520px) {
      .filter-canals.is--journal .filter-canal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: calc(50% - 8px); }
        .filter-canals.is--journal .filter-canal:not(:first-child) {
          margin-left: auto; }
        .filter-canals.is--journal .filter-canal-list-wrap {
          max-height: -webkit-max-content;
          max-height: -moz-max-content;
          max-height: max-content;
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%; }
        .filter-canals.is--journal .filter-canal__title {
          text-align: center;
          margin-right: 0;
          margin-bottom: 5px;
          display: block; } }
    @media only screen and (max-width: 500px) {
      .filter-canals.qty-rating .filter-canal {
        width: 100%; }
        .filter-canals.qty-rating .filter-canal-list-wrap {
          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;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          max-width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
  @media only screen and (max-width: 500px) and (max-width: 460px) {
    .filter-canals.qty-rating .filter-canal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .filter-canals.qty-rating .filter-canal__title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .filter-canal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    color: #7c7c7c;
    margin-right: 25px;
    max-height: 40px;
    min-width: 130px; }
    @media only screen and (min-width: 1500px) {
      .filter-canal__title {
        min-width: 125px; } }
    @media only screen and (max-width: 1199px) {
      .filter-canal__title {
        font-size: 14px;
        min-width: 110px; } }
    @media only screen and (max-width: 991px) {
      .filter-canal__title {
        margin-right: 15px; } }
  .filter-canal-list {
    position: absolute;
    top: 50%;
    left: 2px;
    width: calc(100% - 4px);
    max-height: 230px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 0px solid #0F84EC;
    overflow-y: auto;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    height: 0;
    background-color: white; }
    .filter-canal-list::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .filter-canal-list::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .filter-canal-list::-webkit-scrollbar-thumb {
      background: #bababa; }
    .filter-canal-list::-webkit-scrollbar-thumb:hover {
      background: #7c7c7c; }
    .filter-canal-list::after {
      height: 15px;
      width: 100%;
      content: '';
      display: block; }
    .filter-canal-list__item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 34px;
      width: 100%;
      font-size: 16px;
      color: #7c7c7c;
      cursor: pointer;
      padding: 0 15px; }
      .filter-canal-list__item:hover {
        background-color: #EBEBEB;
        color: #0F84EC; }
    .filter-canal-list-wrap {
      position: relative;
      z-index: 2;
      cursor: default;
      width: 250px;
      -webkit-box-flex: 0;
          -ms-flex: 0 250px;
              flex: 0 250px;
      min-width: 250px;
      max-width: 250px;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      @media only screen and (max-width: 1199px) {
        .filter-canal-list-wrap {
          width: 200px;
          -webkit-box-flex: 0;
              -ms-flex: 0 200px;
                  flex: 0 200px;
          min-width: 200px;
          max-width: 200px; } }
  .filter-canal-current {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    width: 100%;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 0px 40px 0 35px;
    border: 2px solid #EBEBEB;
    background-color: white;
    z-index: 2;
    cursor: pointer; }
    @media only screen and (max-width: 1199px) {
      .filter-canal-current {
        height: 32px;
        min-height: 32px;
        max-height: 32px; } }
    .filter-canal-current__avatar {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      position: absolute;
      left: 4px;
      top: 4px;
      height: 28px;
      min-height: 28px;
      max-height: 28px;
      width: 28px;
      -webkit-box-flex: 0;
          -ms-flex: 0 28px;
              flex: 0 28px;
      min-width: 28px;
      max-width: 28px;
      border-radius: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 1199px) {
        .filter-canal-current__avatar {
          height: 22px;
          min-height: 22px;
          max-height: 22px;
          width: 22px;
          -webkit-box-flex: 0;
              -ms-flex: 0 22px;
                  flex: 0 22px;
          min-width: 22px;
          max-width: 22px;
          left: 3px;
          top: 3px; } }
      .filter-canal-current__avatar.default-avatar {
        font-size: 10px;
        padding-top: 3px; }
    .filter-canal-current__name {
      font-weight: 700;
      color: #7c7c7c;
      font-size: 16px;
      padding-top: 2px;
      height: 100%;
      text-align: center;
      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;
      -ms-flex-line-pack: center;
          align-content: center; }
      @media only screen and (max-width: 1199px) {
        .filter-canal-current__name {
          font-size: 13px; } }
    .filter-canal-current-arrow {
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 40px;
              flex: 0 40px;
      min-width: 40px;
      max-width: 40px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out;
      background-color: #0F84EC;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 2px solid #EBEBEB;
      font-size: 16px;
      padding-right: 3px;
      padding-top: 2px; }
      @media only screen and (max-width: 1199px) {
        .filter-canal-current-arrow {
          width: 34px;
          -webkit-box-flex: 0;
              -ms-flex: 0 34px;
                  flex: 0 34px;
          min-width: 34px;
          max-width: 34px; } }
      .filter-canal-current-arrow__icon {
        display: inline-block;
        height: 10px;
        width: 10px;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .filter-canal-current-arrow__icon path {
          fill: white; }

.range {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .range-track {
    background-color: #EAEAEA;
    border-radius: 100px;
    position: relative;
    height: 7px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%; }
    .range-track__input {
      display: block;
      background-color: transparent;
      border-radius: 100px;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      margin: 0;
      border: none;
      outline: none; }
      .range-track__input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
                appearance: none;
        width: 18px;
        height: 18px;
        background-color: #0F84EC;
        border-radius: 100%;
        cursor: pointer;
        border: none; }
      .range-track__input[type="range"]::-moz-range-thumb {
        -moz-appearance: none;
             appearance: none;
        width: 18px;
        height: 18px;
        background-color: #0F84EC;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        outline: none; }
      .range-track__input[type="range"]::-moz-range-track {
        height: 7px;
        border-radius: 100px;
        background: transparent;
        border: none;
        outline: none; }
      .range-track__input[type="range"]::-moz-range-progress {
        opacity: 0;
        border-radius: 100px;
        height: 7px;
        background: transparent;
        border: none;
        outline: none; }
      .range-track__input[type="range"]::-ms-track {
        height: 7px;
        border-radius: 100px;
        background: transparent;
        border: none;
        outline: none; }
      .range-track__input[type="range"]::-ms-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        background-color: #0F84EC;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        outline: none; }
      .range-track__input[type="range"]::-ms-tooltip {
        display: none; }
      .range-track__input[type="range"]::-ms-fill-lower {
        opacity: 0;
        border-radius: 100px;
        height: 7px;
        background: transparent;
        border: none;
        outline: none; }
    .range-track__progress {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: calc(40% - 9px);
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#0F85EE), to(#6CB9FC));
      background-image: -o-linear-gradient(left, #0F85EE, #6CB9FC);
      background-image: linear-gradient(90deg, #0F85EE, #6CB9FC);
      border-radius: 100px; }
  .range__value {
    display: block;
    width: 150px;
    height: 30px;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
    text-align: center;
    color: #7c7c7c;
    font-weight: 700;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  .select:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 991px) {
    .select {
      margin-left: 25px; } }
  .select-list {
    position: absolute;
    top: 30%;
    left: 2px;
    width: calc(100% - 4px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow-y: auto;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    height: 0;
    max-height: 207px;
    background-color: white;
    border-bottom: 0px solid #0F84EC; }
    .select-list::before {
      height: 0px;
      width: 100%;
      content: '';
      display: block;
      margin-bottom: 30px; }
    .select-list::after {
      height: 0px;
      width: 100%;
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 15px; }
    .select-list__item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      width: 100%;
      font-size: 12px;
      padding: 5px 15px;
      color: #7c7c7c;
      cursor: pointer;
      text-align: center; }
      .select-list__item:hover {
        background-color: #EBEBEB;
        color: #0F84EC; }
    .select-list-wrap {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 150px;
      position: relative;
      z-index: 1;
      cursor: default;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      .select-list-wrap.is--open {
        z-index: 3; }
        .select-list-wrap.is--open .select-current-arrow {
          background-color: #ACACAC; }
        .select-list-wrap.is--open .select-list {
          height: -webkit-max-content;
          height: -moz-max-content;
          height: max-content;
          top: 50%;
          border-bottom-width: 20px; }
        .select-list-wrap.is--open .select-current-arrow__icon {
          -webkit-transform: rotateX(180deg) translateY(1px);
                  transform: rotateX(180deg) translateY(1px); }
      .select-list-wrap.is--notifications {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
        max-width: 200px; }
      .select-list-wrap.is--form-contact {
        -ms-flex-preferred-size: 184px;
            flex-basis: 184px;
        max-width: 184px; }
      .select-list-wrap.is--design-select {
        max-width: 160px; }
  .select-current {
    height: 30px;
    width: 100%;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding-right: 32px;
    border: 1px solid #EBEBEB;
    background-color: white;
    z-index: 2;
    cursor: pointer; }
    .select-current__name {
      font-weight: 700;
      color: #7c7c7c;
      font-size: 12px;
      text-align: center;
      height: 100%;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 2px 8px 0 8px;
      width: 100%; }
      @media only screen and (max-width: 574px) {
        .select-current__name {
          font-size: 11px; } }
    .select-current-arrow {
      height: 100%;
      width: 32px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out;
      background-color: #0F84EC;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #EBEBEB;
      font-size: 16px;
      padding-right: 3px;
      padding-top: 2px; }
      .select-current-arrow__icon {
        display: inline-block;
        height: 8px;
        width: 8px;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .select-current-arrow__icon path {
          fill: white; }
  .select-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    background-color: white;
    height: 30px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 120px;
    max-width: 160px; }
    @media only screen and (max-width: 500px) {
      .select-date {
        max-width: initial; } }
    @media only screen and (max-width: 500px) {
      .select-date.is--right:not(.is--mob-right) .react-datepicker-popper {
        left: initial !important;
        right: 0 !important; }
        .select-date.is--right:not(.is--mob-right) .react-datepicker-popper .react-datepicker__triangle {
          left: initial !important;
          right: 50px !important; } }
    .select-date.left--open .react-datepicker-popper {
      left: initial !important;
      right: 0 !important; }
      .select-date.left--open .react-datepicker-popper .react-datepicker__triangle {
        left: initial !important;
        right: 50px !important; }
    .select-date-current {
      height: 100%;
      width: 100%;
      display: block;
      font-weight: 700;
      color: #7c7c7c;
      font-size: 12px;
      text-align: center;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      cursor: pointer;
      padding: 2px 32px 0 5px;
      border-radius: 30px; }
      .select-date-current-wrap {
        height: 100%;
        width: 100%;
        display: block; }
    .select-date-arrow {
      height: 100%;
      width: 32px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      background-color: #0F84EC;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #EBEBEB;
      padding-right: 3px;
      padding-top: 2px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      cursor: pointer; }
      .select-date-arrow:hover {
        background-color: #0f7bde; }
      .select-date-arrow:active {
        -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.16); }
      .select-date-arrow__icon {
        display: block;
        height: 8px;
        min-height: 8px;
        width: 8px;
        -webkit-box-flex: 0;
            -ms-flex: 0 8px;
                flex: 0 8px;
        min-width: 8px; }
        .select-date-arrow__icon path {
          fill: white; }
    .select-date .react-datepicker {
      border-color: #EBEBEB; }
      .select-date .react-datepicker * {
        font-family: "Circe", sans-serif !important; }
      .select-date .react-datepicker-wrapper {
        display: block;
        height: 100%;
        width: 100%; }
      .select-date .react-datepicker__input {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        height: 100%;
        width: 100%;
        color: #7c7c7c;
        font-weight: 700;
        background-color: transparent;
        border-radius: 30px;
        text-align: center;
        cursor: pointer;
        font-family: "Circe", sans-serif; }
        .select-date .react-datepicker__input-container {
          display: block;
          height: 100%;
          width: 100%; }
      .select-date .react-datepicker__header {
        background-color: #0F84EC;
        border-bottom-color: #EBEBEB;
        color: white; }
        .select-date .react-datepicker__header * {
          color: inherit; }
      .select-date .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
        border-bottom-color: #0F84EC; }
        .select-date .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
          border-bottom-color: #EBEBEB; }
      .select-date .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle {
        border-top-color: white; }
        .select-date .react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
          border-top-color: #EBEBEB; }
      .select-date .react-datepicker__navigation--previous {
        border-right-color: white; }
        .select-date .react-datepicker__navigation--previous:hover {
          border-right-color: #EBEBEB; }
      .select-date .react-datepicker__navigation--next {
        border-left-color: white; }
        .select-date .react-datepicker__navigation--next:hover {
          border-left-color: #EBEBEB; }
      .select-date .react-datepicker__current-month {
        text-transform: capitalize;
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        height: 20px; }
      .select-date .react-datepicker__day {
        color: #7c7c7c; }
        .select-date .react-datepicker__day:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .select-date .react-datepicker__day--selected {
          background-color: #0F84EC;
          color: white; }
          .select-date .react-datepicker__day--selected:hover {
            background-color: #0f7bde;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
        .select-date .react-datepicker__day-name {
          text-transform: capitalize; }
          .select-date .react-datepicker__day-name:hover {
            background-color: white;
            border-radius: 5px;
            color: #7c7c7c; }

.color-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top: 10px; }
  .color-picker__item {
    display: inline-block;
    height: 22px;
    width: 22px;
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 8px; }
    @media only screen and (max-width: 500px) {
      .color-picker__item {
        margin-bottom: 10px; } }
    .color-picker__item:hover {
      border: 2px solid #0F84EC; }
    .color-picker__item.is--picked {
      height: 28px;
      width: 28px;
      margin-left: 3px;
      margin-right: 3px;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px);
      border: none !important; }
  .color-picker-gradient {
    padding-left: 10px; }
    .color-picker-gradient > div {
      z-index: 10 !important; }

.widget-preview {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .widget-preview.is--btn-preview {
    margin-top: 95px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1150px) {
      .widget-preview.is--btn-preview {
        margin: 20px auto; } }
  .widget-preview.content-tab-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 670px) {
      .widget-preview.content-tab-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .widget-preview.content-tab-1 .widget-button-group {
          margin-left: auto !important;
          margin-bottom: 20px;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }
  .widget-preview.content-tab-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 670px) {
      .widget-preview.content-tab-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .widget-preview.content-tab-4 .widget-button-group {
          margin-left: auto !important;
          margin-bottom: 20px;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }

.widget-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget-button-group.is--vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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; }

.preview-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;
  height: 55px;
  width: 224px;
  border-radius: 30px;
  border-top-right-radius: 0 !important;
  background-color: #0F84EC;
  background-image: -o-linear-gradient(30deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
  background-image: linear-gradient(60deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 15px;
  text-align: center; }
  .preview-btn__status {
    display: block;
    height: 18px;
    width: 18px;
    border: 4px solid white;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #F26B6B; }
    .preview-btn__status.is--online {
      background-color: #1CB636; }
  .preview-btn__icon {
    display: block;
    height: 16px;
    min-height: 16px;
    width: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 16px;
            flex: 0 16px;
    min-width: 16px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-right: 10px; }
  .preview-btn__text {
    color: white;
    font-size: 16px;
    line-height: 1.2;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    display: block;
    max-width: calc(100% - 20px);
    max-height: 38px; }
  .preview-btn.position-version {
    max-width: 130px !important;
    height: 35px !important; }
    .preview-btn.position-version .preview-btn__text {
      font-size: 10px !important; }
    .preview-btn.position-version .preview-btn__icon {
      display: block;
      height: 10px;
      min-height: 10px;
      width: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 10px;
              flex: 0 10px;
      min-width: 10px; }
    .preview-btn.position-version .preview-btn__status {
      height: 10px;
      min-height: 10px;
      max-height: 10px;
      width: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 10px;
              flex: 0 10px;
      min-width: 10px;
      max-width: 10px;
      border-width: 2px; }
    @media only screen and (max-width: 605px) {
      .preview-btn.position-version {
        max-width: 90px !important;
        height: 20px !important; }
        .preview-btn.position-version .preview-btn__text {
          font-size: 5px !important; }
        .preview-btn.position-version .preview-btn__icon {
          display: block;
          height: 6px;
          min-height: 6px;
          width: 6px;
          -webkit-box-flex: 0;
              -ms-flex: 0 6px;
                  flex: 0 6px;
          min-width: 6px; }
        .preview-btn.position-version .preview-btn__status {
          height: 6px;
          min-height: 6px;
          max-height: 6px;
          width: 6px;
          -webkit-box-flex: 0;
              -ms-flex: 0 6px;
                  flex: 0 6px;
          min-width: 6px;
          max-width: 6px;
          border-width: 2px; } }
  .preview-btn-mobile {
    height: 66px;
    min-height: 66px;
    max-height: 66px;
    width: 66px;
    -webkit-box-flex: 0;
        -ms-flex: 0 66px;
            flex: 0 66px;
    min-width: 66px;
    max-width: 66px;
    position: relative;
    background-color: #0F84EC;
    border-radius: 100%;
    border-bottom-right-radius: 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;
    -ms-flex-line-pack: center;
        align-content: center; }
    .preview-btn-mobile__status {
      display: block;
      height: 16px;
      width: 16px;
      border: 3px solid white;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      background-color: #F26B6B; }
      .preview-btn-mobile__status.is--online {
        background-color: #1CB636; }
    .preview-btn-mobile__icon {
      display: block;
      height: 38px;
      min-height: 38px;
      width: 38px;
      -webkit-box-flex: 0;
          -ms-flex: 0 38px;
              flex: 0 38px;
      min-width: 38px; }
      .preview-btn-mobile__icon path {
        stroke: white; }
      .preview-btn-mobile__icon.is--rotate {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }

.preview-chat {
  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: 320px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 520px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden; }
  @media only screen and (max-width: 399px) {
    .preview-chat {
      max-width: 300px;
      min-width: 300px; } }
  .preview-chat-head {
    display: block;
    position: relative;
    padding: 15px 25px;
    width: 100%;
    height: 110px;
    min-height: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 110px;
            flex: 0 110px;
    overflow: hidden; }
    .preview-chat-head-iwrap {
      height: 70px;
      min-height: 70px;
      max-height: 70px;
      width: 70px;
      -webkit-box-flex: 0;
          -ms-flex: 0 70px;
              flex: 0 70px;
      min-width: 70px;
      max-width: 70px;
      display: block;
      position: relative;
      border-radius: 100%;
      z-index: 2;
      margin-right: 20px; }
      .preview-chat-head-iwrap__avatar {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        border-radius: 100%; }
        .preview-chat-head-iwrap__avatar.default-avatar {
          padding-top: 2px; }
      .preview-chat-head-iwrap img {
        background-color: white; }
      .preview-chat-head-iwrap-offline {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        background-color: white;
        border-radius: 100%;
        overflow: hidden; }
      .preview-chat-head-iwrap__status {
        position: absolute;
        height: 16px;
        min-height: 16px;
        max-height: 16px;
        width: 16px;
        -webkit-box-flex: 0;
            -ms-flex: 0 16px;
                flex: 0 16px;
        min-width: 16px;
        max-width: 16px;
        border: 3px solid white;
        border-radius: 100%;
        background-color: #F26B6B;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); }
        .preview-chat-head-iwrap__status.is--online {
          background-color: #1CB636; }
    .preview-chat-head-info {
      position: relative;
      z-index: 2;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .preview-chat-head-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
      .preview-chat-head-info__name {
        font-size: 17px;
        display: block;
        width: 100%;
        color: white; }
      .preview-chat-head-info__position {
        font-size: 13px;
        display: block;
        width: 100%;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
    .preview-chat-head-close {
      position: absolute;
      top: 0;
      right: 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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 50px;
      min-height: 50px;
      max-height: 50px;
      width: 50px;
      -webkit-box-flex: 0;
          -ms-flex: 0 50px;
              flex: 0 50px;
      min-width: 50px;
      max-width: 50px;
      z-index: 3;
      cursor: pointer; }
      .preview-chat-head-close__icon {
        display: block;
        height: 12px;
        min-height: 12px;
        width: 12px;
        -webkit-box-flex: 0;
            -ms-flex: 0 12px;
                flex: 0 12px;
        min-width: 12px; }
        .preview-chat-head-close__icon path {
          fill: white; }
    .preview-chat-head__bg {
      position: absolute;
      z-index: 1;
      top: 0;
      left: -10%;
      width: 120%;
      height: 100%;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 100%;
      background-color: #0F84EC;
      background-image: -o-linear-gradient(30deg, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.1) 17%, rgba(255, 255, 255, 0.1) 48%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.3) 66%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0.1) 84%, #cccccc 80%, rgba(255, 255, 255, 0) 80%);
      background-image: linear-gradient(60deg, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.1) 17%, rgba(255, 255, 255, 0.1) 48%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.3) 66%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0.1) 84%, #cccccc 80%, rgba(255, 255, 255, 0) 80%);
      overflow: hidden; }
  .preview-chat-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 25px 15px 0 15px; }
    .preview-chat-list-item {
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 85%;
      border-radius: 15px;
      background-color: white;
      padding: 10px 15px;
      margin-bottom: 10px; }
      .preview-chat-list-item:last-child {
        margin-bottom: 0; }
      .preview-chat-list-item.is--client {
        border-bottom-right-radius: 0;
        background-color: #dce7f9;
        margin-left: auto; }
      .preview-chat-list-item.is--operator {
        border: 1px solid #e8e8e8;
        border-top-left-radius: 0;
        margin-right: auto; }
      .preview-chat-list-item__text {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 210px;
        color: #535353;
        font-size: 13px;
        line-height: 1.36; }
      .preview-chat-list-item__time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        font-size: 10px;
        margin-top: 5px;
        color: #535353; }
  .preview-chat-footer {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 180px;
            flex: 0 180px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-top: auto;
    padding: 20px; }
    .preview-chat-footer-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 90px;
      min-height: 90px;
      max-height: 90px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      border: 1px solid #e8e8e8;
      border-radius: 15px;
      overflow: hidden; }
      .preview-chat-footer-area.is--offline {
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%; }
      .preview-chat-footer-area__field {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        resize: none !important;
        outline: none !important;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
                appearance: textfield;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow-y: auto;
        padding: 10px 10px 0px 10px;
        color: lightgray;
        font-size: 13px; }
        .preview-chat-footer-area__field::-webkit-inner-spin-button, .preview-chat-footer-area__field::-webkit-outer-spin-button {
          -webkit-appearance: none; }
        .preview-chat-footer-area__field::-webkit-input-placeholder {
          color: lightgray;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .preview-chat-footer-area__field::-moz-placeholder {
          color: lightgray;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .preview-chat-footer-area__field:-ms-input-placeholder {
          color: lightgray;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .preview-chat-footer-area__field:-moz-placeholder {
          color: lightgray;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .preview-chat-footer-area__field:focus::-webkit-input-placeholder {
          opacity: 0; }
        .preview-chat-footer-area__field:focus::-moz-placeholder {
          opacity: 0; }
        .preview-chat-footer-area__field:focus:-ms-input-placeholder {
          opacity: 0; }
        .preview-chat-footer-area__field:focus:-moz-placeholder {
          opacity: 0; }
    .preview-chat-footer__submit {
      padding: 1px 15px 0 15px;
      width: 100%;
      border-radius: 30px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 41px;
      min-height: 41px;
      max-height: 41px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      background-color: #01aa24;
      font-size: 14px;
      color: white;
      margin-top: 10px;
      cursor: pointer;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      .preview-chat-footer__submit:hover {
        background-color: #019b22; }
      .preview-chat-footer__submit:active {
        -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  .preview-chat-offline {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px; }
    .preview-chat-offline__title {
      display: block;
      width: 100%;
      font-size: 14px;
      color: #7c7c7c;
      margin: 20px auto;
      text-align: center; }
    .preview-chat-offline-field {
      height: 36px;
      width: 100%;
      border: 1px solid #EBEBEB;
      position: relative;
      margin-bottom: 12px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .preview-chat-offline-field__input {
        height: 100%;
        width: 100%;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        resize: none !important;
        outline: none !important;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
                appearance: textfield;
        cursor: text;
        z-index: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1px 15px 0 15px;
        color: #9F9F9F;
        font-size: 15px; }
        .preview-chat-offline-field__input::-webkit-inner-spin-button, .preview-chat-offline-field__input::-webkit-outer-spin-button {
          -webkit-appearance: none; }
      .preview-chat-offline-field__icon {
        display: block;
        height: 13px;
        min-height: 13px;
        width: 13px;
        -webkit-box-flex: 0;
            -ms-flex: 0 13px;
                flex: 0 13px;
        min-width: 13px;
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.footer-area-file {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 35px;
          flex: 0 35px;
  min-width: 35px;
  max-width: 35px;
  cursor: pointer; }
  .footer-area-file:hover path {
    fill: #0F84EC; }
  .footer-area-file__input {
    display: none; }
  .footer-area-file__icon {
    display: block;
    height: 15px;
    min-height: 15px;
    width: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 15px;
            flex: 0 15px;
    min-width: 15px; }
    .footer-area-file__icon path {
      fill: lightgray; }

.position-preview-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 512px;
  -webkit-box-flex: 0;
      -ms-flex: 0 512px;
          flex: 0 512px;
  min-width: 512px;
  max-width: 512px;
  border-radius: 30px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .position-preview-desktop {
      width: 450px;
      -webkit-box-flex: 0;
          -ms-flex: 0 450px;
              flex: 0 450px;
      min-width: 450px;
      max-width: 450px; } }
  @media only screen and (max-width: 1350px) {
    .position-preview-desktop {
      width: 512px;
      -webkit-box-flex: 0;
          -ms-flex: 0 512px;
              flex: 0 512px;
      min-width: 512px;
      max-width: 512px; } }
  @media only screen and (max-width: 605px) {
    .position-preview-desktop {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%; } }
  .position-preview-desktop-item {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 125px;
    min-height: 125px;
    max-height: 125px;
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333%;
            flex: 0 33.333%;
    min-width: 33.333%;
    max-width: 33.333%;
    background-color: white; }
    @media only screen and (max-width: 460px) {
      .position-preview-desktop-item {
        height: 85px;
        min-height: 85px;
        max-height: 85px;
        width: 33.333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 33.333%;
                flex: 0 33.333%;
        min-width: 33.333%;
        max-width: 33.333%; } }
    .position-preview-desktop-item.is--disable {
      background-color: #AFAEAE; }
    .position-preview-desktop-item.bb {
      border-bottom: 1px solid #E8E8E8; }
    .position-preview-desktop-item.bm {
      border-left: 1px solid #E8E8E8;
      border-right: 1px solid #E8E8E8; }

.position-preview-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 365px;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  border: 1px solid #E6E6E6; }
  @media only screen and (max-width: 1160px) {
    .position-preview-mobile {
      min-height: 200px; } }
  .position-preview-mobile-item {
    height: 100%;
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .position-preview-mobile-item:first-child {
      border-right: 1px solid #E6E6E6; }
    .position-preview-mobile-item__title {
      display: block;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      color: #7c7c7c;
      margin: 15px auto;
      text-align: center; }
      .position-preview-mobile-item__title.is--active {
        color: #0F84EC; }

.preview-greeting-window {
  display: block;
  width: 224px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 15px;
  padding: 15px 15px 20px 15px;
  -webkit-animation: .25s showWidget ease-in-out;
          animation: .25s showWidget ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.preview-greeting-close {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 30px;
          flex: 0 30px;
  min-width: 30px;
  max-width: 30px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  .preview-greeting-close:hover path {
    fill: black; }
  .preview-greeting-close__icon {
    display: block;
    height: 12px;
    min-height: 12px;
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 12px;
            flex: 0 12px;
    min-width: 12px; }
    .preview-greeting-close__icon path {
      fill: #7c7c7c; }

.preview-greeting-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
  padding-right: 30px;
  margin-bottom: 15px; }
  .preview-greeting-author__item {
    display: block;
    height: 30px;
    min-height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 30px;
            flex: 0 30px;
    min-width: 30px;
    border: 4px solid white;
    position: relative;
    margin-left: -10px;
    border-radius: 100%;
    z-index: 2;
    padding-top: 2px;
    font-size: 10px; }
    .preview-greeting-author__item:first-child {
      margin-left: 0; }
  .preview-greeting-author__ssd {
    display: block;
    height: 36px;
    min-height: 36px;
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 36px;
            flex: 0 36px;
    min-width: 36px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    margin-top: -3px; }
    .preview-greeting-author__ssd path {
      fill: #0F84EC; }
  .preview-greeting-author__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 50px;
    max-height: 50px; }
    .preview-greeting-author__logo-default {
      display: block;
      height: 40px;
      min-height: 40px;
      width: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 40px;
              flex: 0 40px;
      min-width: 40px; }

.preview-greeting__text {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #16194f;
  line-height: 1.2; }

.code-copy {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
  .code-copy__title {
    font-size: 18px;
    font-weight: 800;
    color: #7c7c7c;
    margin-bottom: 15px;
    display: block; }
  .code-copy-field {
    background-color: #DCDCDC;
    padding: 20px 30px;
    color: #7c7c7c;
    font-size: 12px; }
    .code-copy-field-wrap {
      word-break: break-all;
      white-space: pre-wrap;
      line-height: 1.36; }
      .code-copy-field-wrap .code-part {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding-left: 15px;
        line-height: 1.2; }
        .code-copy-field-wrap .code-part:first-child {
          padding-left: 0; }
        .code-copy-field-wrap .code-part:last-child {
          padding-left: 0; }
      .code-copy-field-wrap .area {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        resize: none !important;
        outline: none !important;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
                appearance: textfield;
        display: block;
        width: 100%;
        font-family: "Circe", sans-serif;
        color: #7c7c7c;
        font-size: 12px;
        min-height: 175px;
        background-color: transparent; }
        .code-copy-field-wrap .area::-webkit-inner-spin-button, .code-copy-field-wrap .area::-webkit-outer-spin-button {
          -webkit-appearance: none; }
    .code-copy-field-faq {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 20px;
      padding: 0 5px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media only screen and (max-width: 554px) {
        .code-copy-field-faq {
          position: relative; } }
      .code-copy-field-faq__text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 1.36;
        font-size: 12px;
        padding: 0 15px;
        display: block; }
        @media only screen and (max-width: 470px) {
          .code-copy-field-faq__text {
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%; } }
      .code-copy-field-faq__copy-btn {
        background-color: #0F84EC;
        border-radius: 15px;
        color: white;
        font-size: 14px;
        font-weight: 700;
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        height: 37px;
        padding: 0 15px 0 15px;
        cursor: pointer;
        -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
        position: relative; }
        @media only screen and (max-width: 470px) {
          .code-copy-field-faq__copy-btn {
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            margin-top: 15px;
            margin-left: 0;
            max-width: 100%; } }
        .code-copy-field-faq__copy-btn:hover {
          background-color: #0f73d7; }
        .code-copy-field-faq__copy-btn:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
        .code-copy-field-faq__copy-btn.is--green {
          background-color: #1CB636;
          border-radius: 50px;
          -ms-flex-preferred-size: 130px;
              flex-basis: 130px;
          height: 32px;
          margin-right: 20px; }
          .code-copy-field-faq__copy-btn.is--green:hover {
            background-color: #169e2d; }
          @media only screen and (max-width: 554px) {
            .code-copy-field-faq__copy-btn.is--green {
              max-width: unset;
              width: 50%;
              margin-left: 0; } }
          @media only screen and (max-width: 470px) {
            .code-copy-field-faq__copy-btn.is--green {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              margin-right: 0; } }
        .code-copy-field-faq__copy-btn.is--transparent {
          background-color: transparent;
          border-radius: 50px;
          height: 32px;
          border: 1px solid #0F85EE;
          color: #0F85EE;
          margin-left: 0;
          min-width: 175px; }
          .code-copy-field-faq__copy-btn.is--transparent:hover {
            background-color: #0F85EE;
            color: #f6f6f6; }
          @media only screen and (max-width: 554px) {
            .code-copy-field-faq__copy-btn.is--transparent {
              max-width: 100%;
              margin-right: 20px;
              margin-bottom: 20px; } }
        .code-copy-field-faq__copy-btn.is--continue {
          border-radius: 50px;
          -ms-flex-preferred-size: 130px;
              flex-basis: 130px;
          height: 32px;
          margin-right: auto;
          margin-left: 0; }
          @media only screen and (max-width: 554px) {
            .code-copy-field-faq__copy-btn.is--continue {
              max-width: unset;
              width: calc(50% - 30px); } }
          @media only screen and (max-width: 470px) {
            .code-copy-field-faq__copy-btn.is--continue {
              -ms-flex-preferred-size: 49%;
                  flex-basis: 49%; } }
          @media only screen and (max-width: 375px) {
            .code-copy-field-faq__copy-btn.is--continue {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
        .code-copy-field-faq__copy-btn.disabled-left {
          background-color: #7c7c7c; }
          .code-copy-field-faq__copy-btn.disabled-left:hover {
            background-color: #7c7c7c; }
        .code-copy-field-faq__copy-btn.disabled-right {
          border-color: #7c7c7c;
          color: #7c7c7c; }
          .code-copy-field-faq__copy-btn.disabled-right:hover {
            background-color: #7c7c7c; }
      .code-copy-field-faq__copy-hint {
        width: 16px;
        height: 16px;
        background: #0F85EE;
        border: 1px solid #FFFFFF;
        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;
        margin-left: 7px;
        cursor: pointer;
        font-size: 12px;
        padding-left: 1px;
        padding-top: 1px;
        color: #FFFFFF;
        border-radius: 50%;
        -ms-flex-item-align: center;
            align-self: center; }
        @media only screen and (max-width: 554px) {
          .code-copy-field-faq__copy-hint {
            position: absolute;
            right: 0;
            bottom: 30px; } }
        .code-copy-field-faq__copy-hint.is--onboarding {
          padding-left: 0;
          padding-top: 2px;
          margin-right: -25px; }
          @media only screen and (max-width: 554px) {
            .code-copy-field-faq__copy-hint.is--onboarding {
              right: 5px;
              bottom: 10px; } }
      @media only screen and (max-width: 554px) {
        .code-copy-field-faq.is--onboarding .is--green {
          margin-right: 0;
          margin-left: 20px; } }
      @media only screen and (max-width: 470px) {
        .code-copy-field-faq.is--onboarding .is--green {
          -ms-flex-preferred-size: 49%;
              flex-basis: 49%;
          margin-left: 0; } }
      @media only screen and (max-width: 375px) {
        .code-copy-field-faq.is--onboarding .is--green {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      @media only screen and (max-width: 554px) {
        .code-copy-field-faq.is--onboarding .is--transparent {
          margin-top: 20px;
          margin-right: 0;
          max-width: unset;
          margin-bottom: 0; } }
  .code-copy.is--add-canal .code-copy-field-wrap {
    padding: 17px 28px;
    background-color: white;
    border-radius: 25px; }
  .code-copy.is--install-code .code-copy-field {
    padding: 0;
    background-color: transparent; }
  .code-copy.is--install-code .code-copy-field-wrap {
    background-color: #F6F6F6;
    padding: 17px 28px;
    border-radius: 25px; }
  .code-copy.is--install-code .tag-body {
    font-weight: 700; }
  .code-copy-hint-text {
    background: #0F85EE;
    border-radius: 5px;
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 10px;
    z-index: 2;
    position: absolute;
    right: -218px;
    bottom: -27px;
    max-width: 210px; }
    @media only screen and (max-width: 1200px) {
      .code-copy-hint-text {
        right: -10px;
        bottom: 40px; } }
    @media only screen and (max-width: 554px) {
      .code-copy-hint-text {
        right: -15px;
        bottom: 60px; } }
    .code-copy-hint-text.is--onboarding {
      right: -216px;
      bottom: -6px; }
      @media only screen and (max-width: 1315px) {
        .code-copy-hint-text.is--onboarding {
          right: 5px;
          bottom: 60px; } }
      @media only screen and (max-width: 1315px) {
        .code-copy-hint-text.is--onboarding .code-copy-hint-text-triangle {
          left: auto;
          right: 0;
          border-top: 26px solid #0F84EC;
          border-bottom: 0;
          bottom: -23px;
          top: auto;
          border-right: 13px solid transparent;
          border-left: 13px solid transparent; } }
    .code-copy-hint-text-triangle {
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 26px solid #0F84EC;
      position: absolute;
      left: -11px;
      z-index: -1;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 1200px) {
        .code-copy-hint-text-triangle {
          left: auto;
          right: 10px;
          border-top: 26px solid #0F84EC;
          border-bottom: 0;
          bottom: -23px;
          top: auto;
          border-right: 13px solid transparent;
          border-left: 13px solid transparent; } }

.example-code {
  width: 100%;
  padding: 22px;
  border-radius: 25px;
  background-color: #F6F6F6; }
  .example-code-desc {
    width: 100%; }
    .example-code-desc-row {
      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: 20px; }
      .example-code-desc-row:last-child {
        margin-bottom: 27px; }
      .example-code-desc-row__color {
        background-color: #0F84EC;
        display: block;
        height: 21px;
        width: 21px;
        -webkit-box-flex: 0;
            -ms-flex: 0 21px;
                flex: 0 21px;
        max-width: 21px;
        border-radius: 5px;
        margin-right: 11px; }
        .example-code-desc-row__color.is--green {
          background-color: #1CB636; }
      .example-code-desc-row__title {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #7c7c7c;
        margin-right: 5px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content; }
      .example-code-desc-row__tip {
        font-size: 12px;
        color: #7c7c7c;
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content; }
  .example-code-part {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size: 12px;
    color: #1CB636;
    padding-left: 15px;
    margin-bottom: 4px; }
    .example-code-part.is--user-code {
      margin-top: 6px;
      padding-left: 0;
      color: #0F84EC;
      font-weight: 700; }
      .example-code-part.is--user-code:first-child {
        margin-top: 0;
        margin-bottom: 9px; }

.modal-message {
  width: calc(100% - 30px);
  max-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 20px;
  background-color: white;
  border: 2px solid #0F84EC;
  border-top: none;
  position: relative;
  -webkit-animation: 1s showModal cubic-bezier(0.19, 1, 0.22, 1);
          animation: 1s showModal cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, 0.16); }
  .modal-message.to--hide {
    -webkit-animation-name: hideModal;
            animation-name: hideModal;
    -webkit-animation-delay: initial;
            animation-delay: initial;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .modal-message-wrap {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    -webkit-animation: .5s ease-out fillBG;
            animation: .5s ease-out fillBG;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-webkit-keyframes fillBG {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@keyframes fillBG {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }
    .modal-message-wrap.is--mini {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .modal-message-wrap.to--hide {
      -webkit-animation-name: hideModalWrap;
              animation-name: hideModalWrap; }

@-webkit-keyframes hideModalWrap {
  from {
    background-color: rgba(0, 0, 0, 0.2); }
  to {
    background-color: rgba(0, 0, 0, 0); } }

@keyframes hideModalWrap {
  from {
    background-color: rgba(0, 0, 0, 0.2); }
  to {
    background-color: rgba(0, 0, 0, 0); } }
  .modal-message__title {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    color: white;
    padding: 10px 15px 9px 15px;
    border-radius: 5px;
    background-color: #0F84EC;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 20px auto;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
  .modal-message__text {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 12px;
    color: #7c7c7c;
    text-align: center; }
  .modal-message__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    cursor: pointer; }
    .modal-message__close .icon-close {
      height: 15px;
      width: 15px;
      display: block; }
      .modal-message__close .icon-close path {
        fill: #0F84EC; }
    .modal-message__close:hover .icon-close path {
      fill: #7c7c7c; }

.modal-mini {
  position: relative;
  background-color: white;
  padding: 10px 30px;
  border: 2px solid #0F84EC;
  border-radius: 5px;
  height: auto;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  min-width: 200px;
  width: calc(100% - 30px);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 1s showModalMini cubic-bezier(0.19, 1, 0.22, 1);
          animation: 1s showModalMini cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  cursor: pointer; }
  .modal-mini.to--hide {
    -webkit-animation-name: hideModal;
            animation-name: hideModal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .modal-mini.is--error {
    border-color: #F26B6B; }
  .modal-mini__text {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    color: #0F84EC;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    .modal-mini__text.is--error {
      color: #7c7c7c; }
      .modal-mini__text.is--error path {
        fill: #F26B6B !important; }
    .modal-mini__text .icon-result {
      display: block;
      height: 22px;
      min-height: 22px;
      width: 22px;
      -webkit-box-flex: 0;
          -ms-flex: 0 22px;
              flex: 0 22px;
      min-width: 22px;
      margin-left: 15px; }
      .modal-mini__text .icon-result path {
        fill: #0F84EC; }

.summary-list {
  display: block;
  width: 100%; }
  .summary-list__title {
    display: block;
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 20px; }
  .summary-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .summary-list-item:last-child {
      margin-bottom: 0; }
    .summary-list-item__icon {
      display: block;
      height: 23px;
      min-height: 23px;
      width: 17px;
      -webkit-box-flex: 0;
          -ms-flex: 0 17px;
              flex: 0 17px;
      min-width: 17px;
      margin-right: 10px; }
    .summary-list-item__name {
      color: #7c7c7c;
      font-size: 12px;
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .summary-list-item__btn {
      background-color: #0F84EC;
      border-radius: 30px;
      color: white;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      flex: 1;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      padding: 0 20px;
      height: 30px; }
      .summary-list-item__btn.is--disable {
        background-color: #ACACAC;
        cursor: not-allowed; }
        .summary-list-item__btn.is--disable:hover {
          background-color: #AFAFAF; }
        .summary-list-item__btn.is--disable:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .summary-list-item__btn.is--disable--base {
        background-color: #ACACAC; }
        .summary-list-item__btn.is--disable--base:hover {
          background-color: #AFAFAF; }
        .summary-list-item__btn.is--disable--base:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .summary-list-item__btn.is--cancel {
        background-color: #ACACAC; }
        .summary-list-item__btn.is--cancel:hover {
          background-color: #AFAFAF; }
        .summary-list-item__btn.is--cancel:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .summary-list-item__btn.is--delete {
        background-color: #F26B6B; }
        .summary-list-item__btn.is--delete:hover {
          background-color: #f2585c; }
        .summary-list-item__btn.is--delete:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .summary-list-item__btn:hover {
        background-color: #0f73d7; }
      .summary-list-item__btn:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }

.rc-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%;
  margin-top: 30px; }
  .rc-pagination li {
    margin-right: 5px;
    outline: none !important;
    display: block;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    width: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 26px;
            flex: 0 26px;
    min-width: 26px;
    max-width: 26px;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    .rc-pagination li:last-child {
      margin-right: 0; }
    .rc-pagination li[aria-disabled="true"] a:hover {
      color: #7c7c7c;
      border-color: #EBEBEB;
      cursor: not-allowed; }
    .rc-pagination li[class="rc-pagination-jump-next"] a::before, .rc-pagination li[class="rc-pagination-jump-prev"] a::before {
      content: '...';
      color: inherit;
      width: 100%;
      height: 100%;
      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-bottom: 2px;
      padding-left: 2px; }
    .rc-pagination li a {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      padding-top: 1px;
      color: #7c7c7c;
      font-weight: 700;
      border: 1px solid #EBEBEB;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
      background-color: white;
      outline: none !important; }
      .rc-pagination li a:hover {
        border-color: #0F84EC;
        color: #0F84EC; }
    .rc-pagination li.rc-pagination-item-active a {
      background-color: #0F84EC;
      border-color: #0F84EC;
      color: white; }
  .rc-pagination-prev a {
    padding: 0 !important; }
    .rc-pagination-prev a::before {
      content: '\2039';
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      font-size: 15px; }
  .rc-pagination-next a {
    padding: 0 !important; }
    .rc-pagination-next a::after {
      content: "\203A";
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      font-size: 15px; }

.m-tabs {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 1199px) {
    .m-tabs .is--fixed {
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 100px;
              flex: 0 100px;
      min-width: 100px;
      max-width: 100px; } }
  @media only screen and (max-width: 460px) {
    .m-tabs .is--fixed {
      width: 72px;
      -webkit-box-flex: 0;
          -ms-flex: 0 72px;
              flex: 0 72px;
      min-width: 72px;
      max-width: 72px; } }

.m-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0F84EC;
  height: 50px;
  padding: 8px 8px 0 0; }
  @media only screen and (max-width: 460px) {
    .m-tab-title {
      height: 35px;
      padding-top: 6px; } }
  .m-tab-title-item {
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    margin-right: 5px; }
    @media only screen and (max-width: 460px) {
      .m-tab-title-item {
        padding-bottom: 8px; } }
    .m-tab-title-item:not(.is--fixed):hover {
      background-color: #fafafa; }
      .m-tab-title-item:not(.is--fixed):hover .m-tab-title-item__icon path {
        fill: #0F84EC; }
      .m-tab-title-item:not(.is--fixed):hover .m-tab-title-item__icon.eye-icon * {
        fill: none;
        stroke: #0F84EC; }
      .m-tab-title-item:not(.is--fixed):hover .m-tab-title-item__text {
        color: #0F84EC; }
    .m-tab-title-item.is--active {
      background-color: white; }
      .m-tab-title-item.is--active .m-tab-title-item__icon path {
        fill: #0F84EC; }
      .m-tab-title-item.is--active .m-tab-title-item__icon.eye-icon * {
        fill: none;
        stroke: #0F84EC; }
      .m-tab-title-item.is--active .m-tab-title-item__text {
        color: #0F84EC; }
    @media only screen and (max-width: 800px) {
      .m-tab-title-item.is--last-message {
        width: 140px;
        -webkit-box-flex: 0;
            -ms-flex: 0 140px;
                flex: 0 140px;
        min-width: 140px;
        max-width: 140px; } }
    @media only screen and (max-width: 615px) {
      .m-tab-title-item.is--last-message {
        width: 120px;
        -webkit-box-flex: 0;
            -ms-flex: 0 120px;
                flex: 0 120px;
        min-width: 120px;
        max-width: 120px; } }
    @media only screen and (max-width: 530px) {
      .m-tab-title-item.is--last-message {
        width: 90px;
        -webkit-box-flex: 0;
            -ms-flex: 0 90px;
                flex: 0 90px;
        min-width: 90px;
        max-width: 90px; } }
    @media only screen and (max-width: 460px) {
      .m-tab-title-item.is--last-message {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 auto;
                flex: 0 auto;
        min-width: auto;
        max-width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .m-tab-title-item.is--fixed .m-tab-title-item__text {
      font-size: 14px;
      display: block !important;
      background-color: #0F84EC !important;
      color: white !important; }
      @media only screen and (max-width: 460px) {
        .m-tab-title-item.is--fixed .m-tab-title-item__text {
          font-size: 10px; } }
    .m-tab-title-item__text {
      color: white;
      font-size: 12px;
      margin-top: 3px;
      text-align: center; }
      @media only screen and (max-width: 615px) {
        .m-tab-title-item__text {
          font-size: 10px; } }
      @media only screen and (max-width: 530px) {
        .m-tab-title-item__text {
          font-size: 8px; } }
      @media only screen and (max-width: 460px) {
        .m-tab-title-item__text {
          display: none; } }
    .m-tab-title-item__icon {
      display: block;
      height: 16px;
      min-height: 16px;
      width: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 16px;
              flex: 0 16px;
      min-width: 16px; }
      .m-tab-title-item__icon path {
        fill: white; }
      .m-tab-title-item__icon.eye-icon * {
        fill: none;
        stroke: white; }

.m-tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white; }
  .m-tab-row:nth-child(odd) {
    background-color: #F0F6FA; }
    .m-tab-row:nth-child(odd) .m-tab-row-item {
      padding: 6px 0; }
  .m-tab-row:nth-child(even) .is--fixed {
    background-color: #FAFDFF; }
  .m-tab-row:last-child .m-tab-row-item {
    padding: 10px 0; }
  .m-tab-row-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0; }
    .m-tab-row-item:not(:first-child) {
      -webkit-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.2);
              box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.2); }
    .m-tab-row-item.direct-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .m-tab-row-item-iwrap {
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      width: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 30px;
              flex: 0 30px;
      min-width: 30px;
      max-width: 30px;
      position: relative; }
      .m-tab-row-item-iwrap img {
        background-color: whitesmoke; }
      .m-tab-row-item-iwrap__img {
        display: block;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 100%;
        border: 1px solid #EBEBEB; }
        .m-tab-row-item-iwrap__img.default-avatar {
          font-size: 10px;
          padding-top: 2px; }
    .m-tab-row-item__name {
      font-size: 12px;
      color: #7c7c7c;
      margin-top: 5px;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      padding: 0 5px;
      text-align: center; }
    .m-tab-row-item__value {
      font-size: 16px;
      color: #7c7c7c;
      font-weight: 700; }
      @media only screen and (max-width: 991px) {
        .m-tab-row-item__value {
          font-size: 14px; } }

.chart-container {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 1450px; }
  .chart-container::-webkit-scrollbar {
    height: 5px;
    padding: 0 15px; }
  .chart-container svg {
    overflow: visible; }
  @media only screen and (max-width: 1815px) {
    .chart-container .big-period-chart svg {
      width: 1500px;
      min-width: 1500px; } }
  .chart-container .big-period-chart > div {
    z-index: 2 !important;
    right: 0;
    width: 50px !important;
    max-width: 50px;
    min-width: 50px;
    background: #fff;
    left: auto !important; }
    .chart-container .big-period-chart > div svg {
      position: absolute;
      left: 0;
      width: 50px !important;
      min-width: unset;
      background: white; }
  @media only screen and (max-width: 1815px) {
    .chart-container .small-period-chart svg {
      width: 1500px;
      min-width: 1500px; } }
  .chart-container .small-period-chart > div {
    z-index: 2 !important; }
    @media only screen and (max-width: 1815px) {
      .chart-container .small-period-chart > div {
        width: 1500px; } }
    @media only screen and (max-width: 1815px) {
      .chart-container .small-period-chart > div svg {
        position: absolute;
        right: 0;
        top: -5px; } }
  @media only screen and (max-width: 420px) {
    .chart-container .day3-period-chart > div {
      z-index: 0 !important; } }

.chart-block {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media only screen and (max-width: 1815px) {
    .chart-block {
      padding-right: 40px; } }
  @media only screen and (max-width: 485px) {
    .chart-block {
      padding-left: 0; } }
  @media only screen and (max-width: 1815px) {
    .chart-block div {
      width: 100%; } }
  @media only screen and (max-width: 1815px) {
    .chart-block.three-day-chart-block {
      padding-right: 10px; } }
  .chart-block.big-period-chart-block {
    padding-right: 40px;
    padding-right: 40px; }

.chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1030px) {
    .chart-legend {
      margin-top: 20px; } }
  .chart-legend-item {
    margin-right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .chart-legend-item:nth-child(2) {
      margin-right: 15px; }
      @media only screen and (max-width: 1100px) {
        .chart-legend-item:nth-child(2) {
          margin-right: 10px; } }
    @media only screen and (max-width: 1120px) {
      .chart-legend-item:nth-child(1) {
        margin-right: 20px; } }
    @media only screen and (max-width: 1050px) {
      .chart-legend-item:nth-child(1) {
        margin-right: 10px; } }
    @media only screen and (max-width: 1030px) {
      .chart-legend-item:nth-child(1) {
        margin-right: 45px; } }
    @media only screen and (max-width: 515px) {
      .chart-legend-item:nth-child(1) {
        margin-right: 15px; } }
    .chart-legend-item-circle {
      border-radius: 50%;
      border: 2px solid;
      width: 12px;
      height: 12px;
      margin-right: 8px; }
    .chart-legend-item .green {
      color: #1abc9c !important; }
    .chart-legend-item-text {
      font-size: 14px;
      font-weight: 700;
      color: #7c7c7c; }
      @media only screen and (max-width: 1100px) and (min-width: 1030px) {
        .chart-legend-item-text {
          font-size: 12px; } }
      @media only screen and (max-width: 485px) {
        .chart-legend-item-text {
          font-size: 12px; } }
      @media only screen and (max-width: 435px) {
        .chart-legend-item-text {
          font-size: 10px; } }
    .chart-legend-item-subtext {
      font-size: 12px;
      font-weight: 400;
      margin-left: 9px; }
      @media only screen and (max-width: 1320px) and (min-width: 1030px) {
        .chart-legend-item-subtext {
          display: block;
          margin-left: 0;
          margin-top: 5px; } }
      @media only screen and (max-width: 1100px) {
        .chart-legend-item-subtext {
          font-size: 10px; } }
      @media only screen and (max-width: 1030px) {
        .chart-legend-item-subtext {
          font-size: 12px; } }
      @media only screen and (max-width: 723px) {
        .chart-legend-item-subtext {
          display: block;
          margin-left: 0;
          margin-top: 5px; } }
      @media only screen and (max-width: 485px) {
        .chart-legend-item-subtext {
          font-size: 10px; } }
      @media only screen and (max-width: 435px) {
        .chart-legend-item-subtext {
          font-size: 8px; } }

.custom-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .custom-scroll .wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .custom-scroll .trackX {
    background: #BABABA;
    height: 1px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .custom-scroll .trackX .thumbX {
      background: #BABABA;
      height: 3px;
      border-radius: 10px;
      cursor: pointer; }

.modal-regions-block {
  width: calc(100% - 30px);
  max-width: 616px;
  position: relative;
  -webkit-animation: 1s showModal cubic-bezier(0.27, 0.63, 0.26, 1.02);
          animation: 1s showModal cubic-bezier(0.27, 0.63, 0.26, 1.02);
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(95, 136, 169, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(95, 136, 169, 0.2);
  height: 100%;
  max-height: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal-regions-block.to--hide {
    -webkit-animation-name: hideModal;
            animation-name: hideModal;
    -webkit-animation-delay: initial;
            animation-delay: initial;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .modal-regions-block .without-side-paddings {
    padding-left: 0;
    padding-right: 0; }

.modal-regions-header {
  background-color: #0F84EC;
  padding-left: 20px;
  padding-right: 15px;
  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;
  height: 58px;
  min-height: 58px;
  max-height: 58px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }
  .modal-regions-header__title {
    font-size: 18px;
    color: #f6f6f6; }
  .modal-regions-header__close {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 12px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    cursor: pointer; }
    .modal-regions-header__close path {
      fill: #fff;
      stroke: #fff; }

.modal-regions-wrap {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1000;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.7, 0.9);
       -o-transition-timing-function: cubic-bezier(0.6, 0, 0.7, 0.9);
          transition-timing-function: cubic-bezier(0.6, 0, 0.7, 0.9);
  padding: 50px 0; }

.modal-regions-buttons {
  padding: 20px 30px;
  -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  bottom: 0;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 75px;
  min-height: 75px;
  max-height: 75px; }

.modal-regions-content {
  padding: 20px 30px 0 20px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100% - 58px);
  height: 100%; }
  .modal-regions-content-inner {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 420px) {
      .modal-regions-content-inner {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; } }
    .modal-regions-content-inner .region-input {
      max-width: 400px;
      text-align: left;
      padding: 0 15px; }
      .modal-regions-content-inner .region-input-error {
        color: red;
        font-size: 14px;
        margin-top: 5px;
        width: 100%;
        display: block; }
      .modal-regions-content-inner .region-input:disabled {
        color: #d0d0d0; }
    .modal-regions-content-inner .input-label {
      font-size: 16px;
      font-weight: 500;
      color: #7c7c7c;
      margin-left: 20px; }
      @media only screen and (max-width: 420px) {
        .modal-regions-content-inner .input-label {
          width: 100%;
          margin-left: 0;
          margin-bottom: 10px; } }

.modal-regions-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100% - 50px); }
  @media only screen and (max-width: 420px) {
    .modal-regions-table {
      height: 100vh; } }
  .modal-regions-table .region-checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0; }
    .modal-regions-table .region-checkbox-text {
      font-size: 14px;
      line-height: 13px;
      color: #4F4F4F;
      font-weight: 400; }
  .modal-regions-table-title {
    font-size: 18px;
    color: #7c7c7c; }
  .modal-regions-table .table-cell {
    font-size: 12px;
    color: #EBEBEB;
    padding: 12px 0; }
    .modal-regions-table .table-cell .checkbox-menu {
      padding-bottom: 5px; }
      .modal-regions-table .table-cell .checkbox-menu.is--hidden {
        display: none; }
      .modal-regions-table .table-cell .checkbox-menu li {
        padding: 4px 0 4px 32px; }
    @media only screen and (max-width: 420px) {
      .modal-regions-table .table-cell .input-search {
        max-width: 100%; } }
    .modal-regions-table .table-cell.checkbox-menu-cell {
      z-index: 0;
      overflow-y: scroll;
      padding-top: 0 !important;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%; }
    .modal-regions-table .table-cell:nth-child(1) {
      padding: 12px 20px;
      min-width: 64px;
      width: 330px; }
      @media only screen and (max-width: 615px) {
        .modal-regions-table .table-cell:nth-child(1) {
          width: 50%; } }
      @media only screen and (max-width: 420px) {
        .modal-regions-table .table-cell:nth-child(1) {
          width: 100%; } }
    .modal-regions-table .table-cell:nth-child(2) {
      width: 210px;
      padding-right: 10px; }
  .modal-regions-table .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #EBEBEB; }
    @media only screen and (max-width: 420px) {
      .modal-regions-table .table-row.hidden-row {
        display: none; } }
    .modal-regions-table .table-row:nth-child(1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 38px;
              flex: 0 0 38px; }
    .modal-regions-table .table-row:nth-child(3) .table-cell:nth-child(2) {
      padding-top: 0; }
      @media only screen and (max-width: 420px) {
        .modal-regions-table .table-row:nth-child(3) .table-cell:nth-child(2) {
          display: none;
          padding-top: 15px; } }
    .modal-regions-table .table-row:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 63px;
              flex: 0 0 63px; }
      .modal-regions-table .table-row:nth-child(2) .table-cell:first-child {
        padding-right: 25px;
        padding-bottom: 15px;
        margin-right: 0; }
    .modal-regions-table .table-row .table-cell:nth-child(2) {
      width: calc(100% - 330px);
      padding-left: 20px; }
      @media only screen and (max-width: 615px) {
        .modal-regions-table .table-row .table-cell:nth-child(2) {
          width: 50%;
          padding-left: 10px; } }
      @media only screen and (max-width: 420px) {
        .modal-regions-table .table-row .table-cell:nth-child(2) {
          width: 100%; } }
    .modal-regions-table .table-row.no-border {
      border-bottom: none; }
    .modal-regions-table .table-row.table-header .table-cell {
      font-size: 14px;
      font-weight: 500;
      color: #7c7c7c;
      cursor: pointer; }
      @media only screen and (max-width: 420px) {
        .modal-regions-table .table-row.table-header .table-cell.active-tab {
          border-bottom: 3px solid #0F84EC; } }
    .modal-regions-table .table-row.table-header.is--with-topbrdr {
      border-top: 1px solid #EBEBEB; }
    @media only screen and (max-width: 420px) {
      .modal-regions-table .table-row:not(.table-header) .table-cell {
        display: none; } }
    @media only screen and (max-width: 420px) {
      .modal-regions-table .table-row:not(.table-header) .table-cell.active-tab {
        display: block; } }
    .modal-regions-table .table-row:not(.table-header) .table-cell:nth-child(1) {
      padding-right: 0;
      margin-right: 10px; }
      @media only screen and (max-width: 615px) {
        .modal-regions-table .table-row:not(.table-header) .table-cell:nth-child(1) {
          margin-right: 0; } }
      @media only screen and (max-width: 420px) {
        .modal-regions-table .table-row:not(.table-header) .table-cell:nth-child(1) {
          padding-right: 20px; } }
    .modal-regions-table .table-row.content-row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 104px);
              flex: 0 0 calc(100% - 104px); }

.dropdown-menu-title {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dropdown-menu-title .region-menu-switcher {
    margin-right: 10px; }
    .dropdown-menu-title .region-menu-switcher.is-open {
      -webkit-transform: rotateX(180deg) translateY(1px);
      transform: rotateX(180deg) translateY(1px); }

.fast-btn {
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-radius: 30px;
  background-color: white;
  border: 1px solid #EBEBEB;
  color: #7c7c7c;
  cursor: pointer;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
  .fast-btn__text {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 5px; }
  .fast-btn.is--active {
    background-color: #0F84EC;
    border-color: #0F84EC;
    font-weight: bold;
    color: white; }
  .fast-btn:active {
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.16); }

.terms-window {
  max-height: 185px;
  overflow-y: auto;
  padding-right: 10px; }
  .terms-window::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .terms-window::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .terms-window::-webkit-scrollbar-thumb {
    background: #bababa; }
  .terms-window::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; }
  .terms-window-wrap {
    color: #7c7c7c;
    font-size: 14px;
    padding: 20px;
    background-color: #F6F6F6;
    border-radius: 20px;
    width: 100%; }
  .terms-window__title {
    color: #4F4F4F;
    font-weight: 800;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .terms-window__text {
    display: block;
    width: 100%; }

.tw-list {
  display: block;
  width: 100%; }
  .tw-list__title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    color: #4F4F4F; }
  .tw-list__item {
    display: block;
    width: 100%;
    margin-bottom: 5px; }

.card-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .card-user-iwrap {
    position: relative;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    width: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 52px;
            flex: 0 52px;
    min-width: 52px;
    max-width: 52px; }
    .card-user-iwrap__img {
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      display: block;
      border: 1px solid #D9D9D9;
      border-radius: 100%; }
      .card-user-iwrap__img.default-avatar {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .card-user-info {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
    color: #7c7c7c;
    max-width: 100px; }
    .card-user-info__name {
      width: 100%;
      display: block;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize; }
    .card-user-info__position {
      width: 100%;
      display: block;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      font-size: 14px; }

.chat-emoji-wrap {
  width: 214px;
  -webkit-box-flex: 0;
      -ms-flex: 0 214px;
          flex: 0 214px;
  min-width: 214px;
  max-width: 214px;
  height: 100px !important;
  position: absolute !important;
  bottom: 50px !important;
  right: 10px !important;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 0 7px 6px;
  -webkit-animation: .35s showWidget ease-in-out;
          animation: .35s showWidget ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .chat-emoji-wrap .track.trackY {
    width: 3px !important; }
  .chat-emoji-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; }

.chat-emoji-container {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 44px;
          flex: 0 44px;
  min-width: 44px;
  max-width: 44px;
  cursor: pointer; }

.chat-emoji-btn {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%; }
  .chat-emoji-btn__icon {
    display: block;
    height: 24px;
    min-height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 24px;
            flex: 0 24px;
    min-width: 24px;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out; }
    @media only screen and (max-width: 475px) {
      .chat-emoji-btn__icon {
        display: block;
        height: 20px;
        min-height: 20px;
        width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 20px;
                flex: 0 20px;
        min-width: 20px; } }
    .chat-emoji-btn__icon path {
      fill: #0F84EC; }
  .chat-emoji-btn:hover .chat-emoji-btn__icon {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
    .chat-emoji-btn:hover .chat-emoji-btn__icon path {
      fill: #0f7bde; }

.ssd-emoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 1px; }
  .ssd-emoji__item {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    width: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 22px;
            flex: 0 22px;
    min-width: 22px;
    max-width: 22px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border-radius: 3px;
    padding-top: 1px; }
    .ssd-emoji__item:hover {
      font-size: 16px;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.sidebar {
  background-color: white;
  min-height: 100vh;
  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-flex: 0;
      -ms-flex: 0 245px;
          flex: 0 245px;
  max-width: 245px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      max-width: 100%;
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
      min-height: initial;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      overflow: visible;
      z-index: 1000; } }
  .sidebar-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100vh - 115px);
            flex: 0 calc(100vh - 115px);
    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;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: 100%; }
    .sidebar-content::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .sidebar-content::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .sidebar-content::-webkit-scrollbar-thumb {
      background: #bababa; }
    .sidebar-content::-webkit-scrollbar-thumb:hover {
      background: #7c7c7c; }
    @media only screen and (max-width: 991px) {
      .sidebar-content {
        max-width: 245px;
        overflow-y: auto;
        background-color: white;
        -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100vh;
        max-height: 100vh;
        -webkit-transform: translateX(-110%);
            -ms-transform: translateX(-110%);
                transform: translateX(-110%);
        -webkit-transition: 1s ease-out;
        -o-transition: 1s ease-out;
        transition: 1s ease-out;
        -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
        .sidebar-content::before {
          content: '';
          height: 100px;
          min-height: 100px;
          width: 100%;
          display: block;
          background-color: transparent; }
        .sidebar-content.is--open {
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0); } }
    @media only screen and (max-width: 767px) {
      .sidebar-content {
        max-width: 190px; } }
  .sidebar-head {
    position: relative;
    padding: 5px 15px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 85px;
            flex: 0 85px;
    max-height: 85px;
    z-index: 2; }
    @media only screen and (max-width: 991px) {
      .sidebar-head {
        margin-bottom: 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;
        -ms-flex-line-pack: center;
            align-content: center; } }
    .sidebar-head__bg {
      position: absolute;
      top: 0;
      left: -10%;
      width: 120%;
      height: 100%;
      z-index: 1;
      display: block;
      -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.16);
              box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.16);
      overflow: hidden;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 100%; }
      .sidebar-head__bg::before {
        width: 100%;
        max-width: 245px;
        height: 100%;
        margin: 0 auto;
        content: '';
        display: block;
        background-color: #0F84EC;
        background-image: -o-linear-gradient(35deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
        background-image: linear-gradient(55deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%); }
        @media only screen and (max-width: 991px) {
          .sidebar-head__bg::before {
            max-width: 100%; } }
    .sidebar-head__link {
      width: 73px;
      height: 73px;
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 2; }
    .sidebar-head-icon {
      height: 100%;
      width: 100%; }
  .sidebar-list {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto 20px auto; }
    .sidebar-list-item {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      color: #7c7c7c; }
      .sidebar-list-item:hover {
        color: #4F4F4F; }
      .sidebar-list-item:last-child {
        margin: 0; }
      .sidebar-list-item__link {
        font-size: 20px;
        font-weight: 800;
        color: inherit;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        cursor: pointer;
        position: relative;
        min-width: 100px; }
        @media only screen and (max-width: 767px) {
          .sidebar-list-item__link {
            font-size: 16px; } }
        .sidebar-list-item__link.is--disable {
          pointer-events: none;
          color: #b5b0b4; }
        .sidebar-list-item__link.is--fake-disable {
          color: #b5b0b4; }
    .sidebar-list-drop-icon {
      display: inline-block;
      position: absolute;
      left: calc(100% + 5px);
      bottom: 2px;
      display: block;
      height: 14px;
      min-height: 14px;
      width: 14px;
      -webkit-box-flex: 0;
          -ms-flex: 0 14px;
              flex: 0 14px;
      min-width: 14px;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      @media only screen and (max-width: 767px) {
        .sidebar-list-drop-icon {
          display: block;
          height: 8px;
          min-height: 8px;
          width: 8px;
          -webkit-box-flex: 0;
              -ms-flex: 0 8px;
                  flex: 0 8px;
          min-width: 8px;
          bottom: 4px;
          left: calc(100% + 7px); } }
      .sidebar-list-drop-icon.is-open {
        -webkit-transform: rotateX(180deg) translateY(1px);
                transform: rotateX(180deg) translateY(1px); }
  .sidebar-sub-list {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-left: -10px;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .sidebar-sub-list::before {
      content: '';
      display: block;
      height: 20px;
      width: 100%; }
    .sidebar-sub-list-item {
      display: block;
      margin-bottom: 15px;
      width: 100%;
      color: #7c7c7c; }
      .sidebar-sub-list-item:hover {
        color: #4F4F4F; }
      .sidebar-sub-list-item:last-child {
        margin: 0; }
      .sidebar-sub-list-item__link {
        font-size: 13px;
        color: inherit;
        display: block; }
        @media only screen and (max-width: 767px) {
          .sidebar-sub-list-item__link {
            font-size: 12px; } }
        .sidebar-sub-list-item__link.is--active {
          font-weight: 800;
          position: relative; }
          .sidebar-sub-list-item__link.is--active::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #0F84EC;
            border-radius: 100%;
            position: absolute;
            top: calc(50% - 1px);
            left: -2px;
            -webkit-transform: translate(-12px, -50%);
                -ms-transform: translate(-12px, -50%);
                    transform: translate(-12px, -50%); }
            @media only screen and (max-width: 767px) {
              .sidebar-sub-list-item__link.is--active::before {
                width: 5px;
                height: 5px; } }
        .sidebar-sub-list-item__link.is--disable {
          pointer-events: none;
          color: #b5b0b4; }
  .sidebar-license-link {
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 35px auto;
    color: #7c7c7c;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .sidebar-license-link:hover {
      text-decoration: underline;
      color: #0F84EC; }
  @media only screen and (max-width: 767px) {
    .sidebar.hidden-sidebar {
      display: none; } }

.mob-sidebar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mob-sidebar-dropdown {
  width: 45%;
  max-width: unset;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%; }
  @media only screen and (max-width: 520px) {
    .mob-sidebar-dropdown {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .mob-sidebar-dropdown .select-current {
    height: 40px;
    border: none; }
    .mob-sidebar-dropdown .select-current-arrow {
      background-color: transparent;
      border: none; }
      .mob-sidebar-dropdown .select-current-arrow__icon {
        width: 9px;
        height: 9px; }
        .mob-sidebar-dropdown .select-current-arrow__icon path {
          fill: #1CB636; }
    .mob-sidebar-dropdown .select-current__name {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .mob-sidebar-dropdown .select-current__name .text-ellipsis, .mob-sidebar-dropdown .select-current__name .client-name {
        font-size: 14px;
        padding-left: 19px;
        font-weight: 400; }
        .mob-sidebar-dropdown .select-current__name .text-ellipsis.value-text, .mob-sidebar-dropdown .select-current__name .client-name.value-text {
          font-size: 16px;
          padding-left: 9px;
          font-weight: 700; }
  .mob-sidebar-dropdown:last-child .select-current-arrow__icon path {
    fill: #0F85EE; }
  .mob-sidebar-dropdown.is--open .select-current-arrow {
    background: #fff; }
  .mob-sidebar-dropdown .counter-union {
    margin-left: 12px; }
  .mob-sidebar-dropdown .select-list__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .mob-sidebar-dropdown .client-name {
    width: auto;
    white-space: nowrap; }
  .mob-sidebar-dropdown .chat-client-list-item-info__message {
    max-width: 95px;
    font-weight: 300;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    word-break: keep-all;
    margin-left: 10px;
    margin-right: 5px;
    margin-right: 5px;
    text-align: left;
    width: auto; }
  .mob-sidebar-dropdown .chat-chanals-list-item__img {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 25px;
            flex: 0 25px;
    min-width: 25px;
    max-width: 25px; }

.mob-sidebar-icon-setting {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.mob-sidebar-icon-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 1250px) {
    .mob-sidebar-icon-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 33px; } }

.mob-sidebar-icon-close {
  width: 13px;
  height: 13px; }

.user-info {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .user-info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: initial; } }
  .user-info-wrap {
    width: 100%;
    margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      .user-info-wrap {
        min-height: 145px; } }
    @media only screen and (max-width: 767px) {
      .user-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 150px;
        min-height: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .user-info__name {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #7c7c7c;
    text-align: center;
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .user-info__name {
        text-align: left;
        font-size: 12px; } }
  .user-info__position {
    font-size: 14px;
    color: #0F84EC;
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .user-info__position {
        text-align: left;
        font-size: 10px;
        margin-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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .user-info-avatar {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .user-info-avatar {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-right: 15px;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        width: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 50px;
                flex: 0 50px;
        min-width: 50px;
        max-width: 50px; } }
    .user-info-avatar img {
      background-color: whitesmoke; }
    .user-info-avatar__img {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%;
      width: 100%;
      border-radius: 100%;
      position: relative;
      z-index: 1; }
      .user-info-avatar__img.default-avatar {
        font-size: 32px;
        padding-top: 3px; }
        @media only screen and (max-width: 767px) {
          .user-info-avatar__img.default-avatar {
            font-size: 22px; } }
    .user-info-avatar__setting {
      position: absolute;
      display: block;
      right: 0;
      bottom: -2px;
      cursor: pointer;
      z-index: 2;
      height: 28px;
      width: 28px;
      border-radius: 100%;
      overflow: hidden;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
      @media only screen and (max-width: 767px) {
        .user-info-avatar__setting {
          height: 16px;
          min-height: 16px;
          max-height: 16px;
          width: 16px;
          -webkit-box-flex: 0;
              -ms-flex: 0 16px;
                  flex: 0 16px;
          min-width: 16px;
          max-width: 16px; } }
      .user-info-avatar__setting.is--active .icon-bg {
        fill: white !important; }
      .user-info-avatar__setting.is--active .icon-detail {
        fill: #0F84EC !important; }
      .user-info-avatar__setting .icon-setting {
        display: block;
        height: 100%;
        width: 100%;
        min-height: 100%;
        min-width: 100%; }
        .user-info-avatar__setting .icon-setting:hover .icon-bg {
          fill: white; }
        .user-info-avatar__setting .icon-setting:hover .icon-detail {
          fill: #0F84EC; }
  .user-info-subscription {
    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-top: 7px; }
    @media only screen and (max-width: 767px) {
      .user-info-subscription {
        width: 100%; } }
    .user-info-subscription svg {
      margin-left: -7px; }
      .user-info-subscription svg path {
        fill: #D0D0D0; }
    .user-info-subscription__text {
      color: #0075DD;
      font-size: 12px;
      padding-top: 3px;
      text-decoration: none; }
      .user-info-subscription__text strong {
        font-weight: 700; }
      .user-info-subscription__text:hover, .user-info-subscription__text:focus {
        text-decoration: none;
        color: #0075DD; }

.bar-burger {
  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;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 50px;
          flex: 0 50px;
  min-width: 50px;
  max-width: 50px;
  padding: 14px 11px;
  cursor: pointer;
  z-index: 3;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
  .bar-burger.is--active .bar-burger__item.is--center {
    opacity: 0; }
  .bar-burger.is--active .bar-burger__item.is--top {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .bar-burger.is--active .bar-burger__item.is--bottom {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .bar-burger__item {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: white;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .bar-burger__item.is--top {
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    .bar-burger__item.is--center {
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out; }
    .bar-burger__item.is--bottom {
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left; }

.bar-dots {
  display: block;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 50px;
          flex: 0 50px;
  min-width: 50px;
  max-width: 50px;
  cursor: pointer;
  position: relative;
  z-index: 3; }
  .bar-dots.is--active .bar-dots__item.is--top-left {
    left: 12px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .bar-dots.is--active .bar-dots__item.is--top-right {
    right: 12px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .bar-dots.is--active .bar-dots__item.is--bottom-left {
    left: 12px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .bar-dots.is--active .bar-dots__item.is--bottom-right {
    right: 12px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .bar-dots__item {
    display: block;
    position: absolute;
    height: 5px;
    min-height: 5px;
    max-height: 5px;
    width: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 5px;
            flex: 0 5px;
    min-width: 5px;
    max-width: 5px;
    border-radius: 1.5px;
    background-color: white;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .bar-dots__item.is--top-left {
      top: 12px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .bar-dots__item.is--top-right {
      top: 12px;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0); }
    .bar-dots__item.is--center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .bar-dots__item.is--bottom-left {
      bottom: 12px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .bar-dots__item.is--bottom-right {
      bottom: 12px;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0); }
  .bar-dots-wrap {
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .bar-dots-list {
    position: absolute;
    top: 100%;
    right: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    width: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 56px;
            flex: 0 56px;
    min-width: 56px;
    max-width: 56px;
    border: 1px solid #EBEBEB;
    background-color: white;
    border-radius: 12px;
    overflow: hidden; }
    .bar-dots-list-item {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 0; }
      .bar-dots-list-item:first-child {
        border-bottom: 1px solid #EBEBEB; }
      .bar-dots-list-item:hover {
        background-color: #0F84EC; }
        .bar-dots-list-item:hover .is--chat * {
          fill: white; }
        .bar-dots-list-item:hover .is--tech path {
          fill: white; }
      .bar-dots-list-item__icon {
        display: block;
        height: 20px;
        min-height: 20px;
        width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 20px;
                flex: 0 20px;
        min-width: 20px; }

.sidebar-partners-list {
  display: block;
  width: 100%;
  max-width: 160px; }

.spl-item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 15px; }
  .spl-item:hover .spl-item__text {
    color: #0F84EC; }
  .spl-item__icon {
    display: block;
    height: 22px;
    min-height: 22px;
    width: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 22px;
            flex: 0 22px;
    min-width: 22px;
    margin-right: 17px; }
  .spl-item__text {
    display: block;
    color: #7c7c7c;
    font-size: 15px;
    line-height: 1.2; }

.header-nav {
  width: 100%;
  max-width: 1525px;
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 15px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 15px auto 50px auto;
  padding: 12px; }
  @media only screen and (max-width: 767px) {
    .header-nav {
      margin-bottom: 20px; } }

.breadcrumbs {
  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; }
  .breadcrumbs__icon-home {
    height: 26px;
    width: 26px;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    margin-right: 13px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .breadcrumbs__icon-home:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
      .breadcrumbs__icon-home:hover .icon-home .icon-bg {
        fill: white; }
      .breadcrumbs__icon-home:hover .icon-home .icon-border {
        stroke: #0F84EC; }
      .breadcrumbs__icon-home:hover .icon-home .icon-line {
        fill: #0F84EC; }
    .breadcrumbs__icon-home .icon-home {
      height: 100%;
      width: 100%;
      display: block; }
  .breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3px;
    margin-right: auto; }
    .breadcrumbs-list-item {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      display: table;
      font-size: 14px;
      font-weight: 400;
      color: #7c7c7c;
      margin-right: 12px;
      cursor: pointer; }
      .breadcrumbs-list-item:first-child {
        display: table; }
      .breadcrumbs-list-item:last-child {
        font-weight: 800;
        color: #0F84EC;
        cursor: default; }
        .breadcrumbs-list-item:last-child .text-ellipsis {
          max-width: 160px; }
        .breadcrumbs-list-item:last-child .icon-arrow {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .breadcrumbs-list-item:hover {
        color: #0F84EC; }
      .breadcrumbs-list-item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
        .breadcrumbs-list-item__link .icon-arrow {
          display: block;
          height: 9px;
          width: 9px;
          margin-left: 12px; }
  .breadcrumbs-technical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs-technical .btn {
      margin-left: 22px; }
      .breadcrumbs-technical .btn:first-child {
        margin-left: 0; }

#wrap-document {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f6f6f6; }
  #wrap-document.is--auth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: initial;
        flex-wrap: initial; }

.wrap-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 100vh;
  padding: 0 30px;
  max-width: calc(100% - 245px); }
  @media only screen and (max-width: 991px) {
    .wrap-page {
      padding: 105px 20px 0 20px;
      max-width: 100%; } }
  @media only screen and (max-width: 574px) {
    .wrap-page {
      padding-left: 15px;
      padding-right: 15px; } }

.wrap-content {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px; }

.card {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .card {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 399px) {
    .card {
      margin-bottom: 5px; } }
  .cards-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1150px; }
    @media only screen and (max-width: 1350px) {
      .cards-info {
        max-width: 100%; } }
  .card.is--design-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px; }
    .card.is--design-btn.is--left {
      margin-right: 25px; }
    .card.is--design-btn.is--right {
      margin-bottom: 50px; }
      .card.is--design-btn.is--right .card-content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content; }
    @media only screen and (max-width: 1150px) {
      .card.is--design-btn.is--left {
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%; }
      .card.is--design-btn.is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%; } }
  .card.is--design-widget {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px; }
    .card.is--design-widget.is--left {
      margin-right: 25px; }
      @media only screen and (max-width: 1470px) {
        .card.is--design-widget.is--left.content-tab-4 {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%;
          margin-right: 0; } }
      @media only screen and (max-width: 1350px) {
        .card.is--design-widget.is--left.content-tab-5 {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          max-width: 550px;
          margin-right: 20px; } }
      @media only screen and (max-width: 1160px) {
        .card.is--design-widget.is--left.content-tab-5 {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%;
          margin-right: 0; } }
    .card.is--design-widget.is--right {
      margin-bottom: 50px; }
      .card.is--design-widget.is--right.content-tab-1 {
        min-width: 630px;
        max-width: 630px; }
        @media only screen and (max-width: 1470px) {
          .card.is--design-widget.is--right.content-tab-1 {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            min-width: 100%;
            max-width: 100%; } }
      .card.is--design-widget.is--right.content-tab-4 {
        min-width: 630px;
        max-width: 630px; }
        @media only screen and (max-width: 1470px) {
          .card.is--design-widget.is--right.content-tab-4 {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            min-width: 100%;
            max-width: 100%; } }
      .card.is--design-widget.is--right.content-tab-5 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media only screen and (max-width: 1160px) {
          .card.is--design-widget.is--right.content-tab-5 {
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            max-width: 100%; } }
    @media only screen and (max-width: 1350px) {
      .card.is--design-widget.is--left {
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%; }
      .card.is--design-widget.is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .card.is--summary-report {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 550px; }
    @media only screen and (max-width: 1199px) {
      .card.is--summary-report {
        max-width: 100%; } }
  .card.is--form-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px; }
    .card.is--form-contact.is--left {
      margin-right: 25px; }
    @media only screen and (max-width: 767px) {
      .card.is--form-contact {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px; }
        .card.is--form-contact .card-option-row {
          margin-bottom: 20px; }
        .card.is--form-contact.is--left {
          margin-right: 0; }
        .card.is--form-contact .to--hide {
          display: none; } }
  .card.is--black-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 550px;
            flex: 0 550px;
    max-width: 550px; }
    @media only screen and (max-width: 991px) {
      .card.is--black-list {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .card.is--personal-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 550px;
            flex: 0 550px;
    max-width: 550px; }
    @media only screen and (max-width: 1199px) {
      .card.is--personal-data {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .card.is--canals-info {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 25px);
    margin-right: 50px; }
    .card.is--canals-info:nth-child(even) {
      margin-right: 0; }
    @media only screen and (max-width: 1750px) {
      .card.is--canals-info {
        max-width: calc(50% - 7px);
        margin-right: 14px; }
        .card.is--canals-info:nth-child(even) {
          margin-right: 0; } }
    .card.is--canals-info.is--full {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0; }
      .card.is--canals-info.is--full .card-list {
        margin-bottom: 0; }
      .card.is--canals-info.is--full .card-more {
        display: none; }
    @media only screen and (max-width: 1650px) {
      .card.is--canals-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .card.is--setting {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
    max-width: 550px;
    margin-right: 50px; }
    .card.is--setting.is--right {
      margin-right: 0; }
    @media only screen and (max-width: 1500px) {
      .card.is--setting {
        margin-right: 30px; }
        .card.is--setting.is--left {
          -ms-flex-preferred-size: calc(54% - 15px);
              flex-basis: calc(54% - 15px);
          max-width: calc(54% - 15px); }
        .card.is--setting.is--right {
          -ms-flex-preferred-size: calc(46% - 15px);
              flex-basis: calc(46% - 15px);
          max-width: calc(46% - 15px); } }
    @media only screen and (max-width: 1350px) {
      .card.is--setting {
        margin-right: 0px; }
        .card.is--setting.is--left {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
        .card.is--setting.is--right {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; } }
    @media only screen and (max-width: 930px) {
      .card.is--setting.is--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
        max-width: initial; }
      .card.is--setting.is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
        max-width: initial; }
      .card.is--setting.is--design-left {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
        max-width: initial; }
      .card.is--setting.is--design-right {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        max-width: 300px; } }
  .card.is--install-code {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 630px;
    margin-bottom: 42px; }
    .card.is--install-code.is--left {
      margin-right: 25px; }
      @media only screen and (max-width: 1199px) {
        .card.is--install-code.is--left {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%;
          margin-right: 0; } }
    .card.is--install-code.is--right {
      max-width: 430px; }
      @media only screen and (max-width: 1199px) {
        .card.is--install-code.is--right {
          max-width: initial; } }
      @media only screen and (max-width: 950px) {
        .card.is--install-code.is--right {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%; } }
    .card.is--install-code:nth-child(even) {
      margin-right: 0; }
  .card.is--department {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 550px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
    margin-bottom: 37px; }
    .card.is--department.is--right {
      -ms-flex-preferred-size: 350px;
          flex-basis: 350px;
      max-width: 430px;
      margin-right: 0; }
    @media only screen and (max-width: 1500px) {
      .card.is--department.is--left {
        max-width: 50%; }
      .card.is--department.is--right {
        max-width: 50%; } }
    @media only screen and (max-width: 1200px) {
      .card.is--department.is--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-right: 0; }
      .card.is--department.is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%; } }
    @media only screen and (max-width: 830px) {
      .card.is--department.is--left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-right: 0; }
      .card.is--department.is--right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  .card.is--region {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
    max-width: 550px;
    margin-right: 40px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1500px) {
      .card.is--region {
        margin-right: 30px; }
        .card.is--region.is--left {
          -ms-flex-preferred-size: calc(50% - 15px);
              flex-basis: calc(50% - 15px);
          max-width: calc(50% - 15px); }
        .card.is--region.is--right {
          -ms-flex-preferred-size: calc(50% - 15px);
              flex-basis: calc(50% - 15px);
          max-width: calc(50% - 15px); } }
    @media only screen and (max-width: 1300px) {
      .card.is--region.is--left {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
        min-width: 300px;
        max-width: initial; }
      .card.is--region.is--right {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 380px;
            flex-basis: 380px;
        min-width: 380px;
        max-width: initial; } }
    @media only screen and (max-width: 860px) {
      .card.is--region {
        margin-right: 0px; }
        .card.is--region.is--left {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          min-width: 100%;
          max-width: initial; }
        .card.is--region.is--right {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          min-width: 100%;
          max-width: initial; } }
    .card.is--region:nth-child(even) {
      margin-right: 0; }
  .card.is--dialog {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px;
    margin-right: 50px;
    margin-bottom: 27px; }
    .card.is--dialog.is--right {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
      max-width: 300px;
      margin-right: 0; }
    @media only screen and (max-width: 1500px) {
      .card.is--dialog {
        margin-right: 30px; } }
    @media only screen and (max-width: 1199px) {
      .card.is--dialog {
        margin-right: 0px; }
        .card.is--dialog.is--left {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
        .card.is--dialog.is--right {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; } }
    @media only screen and (max-width: 930px) {
      .card.is--dialog.is--design-left {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
        max-width: initial; }
      .card.is--dialog.is--design-right {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        max-width: 300px; } }
    .card.is--dialog:nth-child(even) {
      margin-right: 0; }
  .card.is--empty {
    max-width: unset; }
  .card.is--journal {
    width: 100%;
    max-width: 1068px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%; }
    @media only screen and (max-width: 1199px) {
      .card.is--journal {
        max-width: 100%; } }
    @media only screen and (max-width: 800px) {
      .card.is--journal .input-search {
        width: 250px;
        -webkit-box-flex: 0;
            -ms-flex: 0 250px;
                flex: 0 250px;
        min-width: 250px;
        max-width: 250px;
        margin-left: auto !important;
        margin-top: 10px; } }
    @media only screen and (max-width: 630px) {
      .card.is--journal .input-search {
        width: 49%;
        -webkit-box-flex: 0;
            -ms-flex: 0 49%;
                flex: 0 49%;
        min-width: 49%;
        max-width: 49%;
        margin-top: 0;
        margin-left: 0 !important;
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); } }
    @media only screen and (max-width: 800px) {
      .card.is--journal .card-filter-select {
        max-width: initial;
        -webkit-box-flex: 30%;
            -ms-flex: 30%;
                flex: 30%; } }
    @media only screen and (max-width: 630px) {
      .card.is--journal .card-filter-select {
        width: 49%;
        -webkit-box-flex: 0;
            -ms-flex: 0 49%;
                flex: 0 49%;
        min-width: 49%;
        max-width: 49%;
        margin-left: 0 !important;
        margin-bottom: 10px; } }
  .card.is--client-list {
    width: 100%;
    max-width: 950px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%; }
    @media only screen and (max-width: 1199px) {
      .card.is--client-list {
        max-width: 100%; } }
  .card.is--qtyRating {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px; }
    .card.is--qtyRating.is--left {
      margin-right: 45px; }
      @media only screen and (max-width: 1330px) {
        .card.is--qtyRating.is--left {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
    .card.is--qtyRating.is--right {
      width: 550px;
      -webkit-box-flex: 0;
          -ms-flex: 0 550px;
              flex: 0 550px;
      min-width: 550px;
      max-width: 550px; }
      @media only screen and (max-width: 1330px) {
        .card.is--qtyRating.is--right {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%; } }
  .card.is--option-chanel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 550px;
    margin-right: 25px; }
    @media only screen and (max-width: 1199px) {
      .card.is--option-chanel {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 25px; }
        .card.is--option-chanel .card-operator-row,
        .card.is--option-chanel .card-option-row {
          margin-bottom: 15px; }
        .card.is--option-chanel .to--hide {
          display: none; } }
  .card.is--notification {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-flex: 0;
        -ms-flex: 0 550px;
            flex: 0 550px;
    max-width: 550px;
    margin-right: 50px; }
    .card.is--notification.is--right {
      margin-right: 0; }
    @media only screen and (max-width: 1460px) {
      .card.is--notification.is--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 470px;
                flex: 0 470px;
        margin-right: 25px; }
      .card.is--notification.is--right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media only screen and (max-width: 1199px) {
      .card.is--notification.is--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
      .card.is--notification.is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px; }
      .card.is--notification .to--hide {
        display: none; } }
    @media only screen and (max-width: 574px) {
      .card.is--notification .card-option-row {
        margin-bottom: 15px; } }
  .card.is--partners {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%; }
    @media only screen and (max-width: 991px) {
      .card.is--partners {
        max-width: 100% !important; } }
    .card.is--partners-dash {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .card.is--partners-dash:nth-child(odd) {
        margin-right: 80px; }
        @media only screen and (max-width: 1670px) {
          .card.is--partners-dash:nth-child(odd) {
            margin-right: 30px; } }
      @media only screen and (max-width: 1620px) {
        .card.is--partners-dash {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: initial;
          max-width: 900px;
          margin-left: auto;
          margin-right: auto !important; }
          .card.is--partners-dash:not(:last-child) {
            margin-bottom: 20px; } }
      @media only screen and (max-width: 991px) {
        .card.is--partners-dash {
          max-width: 100% !important; } }
  .card.is--billing {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .card.is--billing-dash {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .card.is--billing-dash:nth-child(odd) {
        margin-right: 55px; }
        @media only screen and (max-width: 1670px) {
          .card.is--billing-dash:nth-child(odd) {
            margin-right: 30px; } }
      @media only screen and (max-width: 1620px) {
        .card.is--billing-dash {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: initial;
          max-width: 900px;
          margin-left: auto;
          margin-right: auto !important; }
          .card.is--billing-dash:not(:last-child) {
            margin-bottom: 20px; } }
      @media only screen and (max-width: 991px) {
        .card.is--billing-dash {
          max-width: 100% !important; } }
    .card.is--billing .card-content {
      padding: 0; }
    .card.is--billing .modal-billing {
      height: auto;
      max-width: unset;
      border-radius: 0; }
      @media only screen and (max-width: 650px) {
        .card.is--billing .modal-billing {
          width: 100%; } }
      .card.is--billing .modal-billing .ms-load {
        padding-left: 60px;
        padding-right: 40px; }
        @media only screen and (max-width: 500px) {
          .card.is--billing .modal-billing .ms-load {
            padding-left: 20px;
            padding-right: 15px; } }
      .card.is--billing .modal-billing .ms-body {
        padding-bottom: 60px;
        padding-top: 40px; }
      .card.is--billing .modal-billing .subscription-text {
        padding-left: 0; }
  .card.is--ad {
    max-width: 680px; }
    @media only screen and (max-width: 1620px) {
      .card.is--ad {
        max-width: 790px; } }
    @media only screen and (max-width: 991px) {
      .card.is--ad {
        max-width: unset; } }
  @media only screen and (max-width: 515px) {
    .card.is--billing-options {
      width: 100%; } }
  .card-content {
    border-radius: 20px;
    background-color: white;
    width: 100%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .card-content ::-webkit-scrollbar {
      width: 3px; }
    .card-content ::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .card-content ::-webkit-scrollbar-thumb {
      background: #bababa; }
    .card-content ::-webkit-scrollbar-thumb:hover {
      background: #7c7c7c; }
    @media only screen and (max-width: 991px) {
      .card-content {
        padding: 20px 15px 15px 15px; } }
    @media only screen and (max-width: 399px) {
      .card-content {
        padding: 20px 5px 10px 5px; } }
    .card-content.m--dashboard {
      padding: 20px 0 0 0; }
      .card-content.m--dashboard .is--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 30%;
                flex: 0 30%;
        max-width: 30%; }
      .card-content.m--dashboard .is--center {
        -webkit-box-flex: 0;
            -ms-flex: 0 40%;
                flex: 0 40%;
        max-width: 40%; }
      .card-content.m--dashboard .is--right {
        -webkit-box-flex: 0;
            -ms-flex: 0 30%;
                flex: 0 30%;
        max-width: 30%; }
      .card-content.m--dashboard .is--half {
        -webkit-box-flex: 0;
            -ms-flex: 0 50%;
                flex: 0 50%;
        max-width: 50%; }
    .card-content-lists {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content; }
      .card-content-lists.s--between {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .card-content-lists__title {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        color: #7c7c7c;
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 2px; }
      .card-content-lists__item {
        max-width: 160px;
        -webkit-box-flex: 0;
            -ms-flex: 0 160px;
                flex: 0 160px;
        margin-right: 5px; }
        @media only screen and (max-width: 574px) {
          .card-content-lists__item {
            max-width: initial;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
        .card-content-lists__item:last-child {
          margin-right: 0; }
    .card-content.is--work-time {
      padding: 25px 65px 30px 25px;
      overflow: visible; }
      @media only screen and (max-width: 767px) {
        .card-content.is--work-time {
          padding-right: 50px; } }
      .card-content.is--work-time-day {
        padding: 25px 105px 30px 25px;
        overflow: visible; }
        @media only screen and (max-width: 767px) {
          .card-content.is--work-time-day {
            padding-right: 60px; } }
    .card-content.is--qty-rating {
      padding: 30px;
      border-radius: 30px; }
      @media only screen and (max-width: 991px) {
        .card-content.is--qty-rating {
          padding: 20px; } }
      @media only screen and (max-width: 574px) {
        .card-content.is--qty-rating {
          padding: 20px 15px; } }
      @media only screen and (max-width: 460px) {
        .card-content.is--qty-rating.is--list {
          padding-right: 0; } }
    .card-content.is--operator {
      padding: 40px; }
      @media only screen and (max-width: 991px) {
        .card-content.is--operator {
          padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .card-content.is--chanels-list {
        padding: 0;
        border-radius: 15px;
        -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1); } }
    .card-content.is--connect-chanel {
      overflow: visible;
      padding: 40px 25px;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content; }
      @media only screen and (max-width: 991px) {
        .card-content.is--connect-chanel {
          padding: 20px; } }
      @media only screen and (max-width: 480px) {
        .card-content.is--connect-chanel {
          padding: 20px 15px; } }
    .card-content.is--add-name-canal {
      padding: 25px 22px; }
      @media only screen and (max-width: 991px) {
        .card-content.is--add-name-canal {
          padding: 20px; } }
      @media only screen and (max-width: 510px) {
        .card-content.is--add-name-canal {
          padding: 20px 0px 20px 5px; } }
      .card-content.is--add-name-canal .current-chanel {
        max-height: 328px;
        overflow-y: auto; }
    .card-content.is--visible {
      overflow: visible; }
      .card-content.is--visible-auto {
        overflow: auto; }
    .card-content.is--option {
      padding: 29px 50px;
      max-height: initial; }
      @media only screen and (max-width: 991px) {
        .card-content.is--option {
          padding: 20px; } }
    .card-content.is--form-contact {
      padding: 34px 37px; }
      @media only screen and (max-width: 767px) {
        .card-content.is--form-contact {
          padding: 20px 15px; } }
      .card-content.is--form-contact-right {
        padding: 26px 0 15px 0; }
    .card-content.is--install-code {
      padding: 39px 29px;
      border-radius: 30px; }
      @media only screen and (max-width: 991px) {
        .card-content.is--install-code {
          padding: 25px 20px; } }
      @media only screen and (max-width: 470px) {
        .card-content.is--install-code.is--left {
          padding-top: 5px; } }
    .card-content.is--notifications {
      padding: 30px 25px 40px 25px; }
      @media only screen and (max-width: 574px) {
        .card-content.is--notifications {
          padding: 30px 15px 20px 15px; } }
    .card-content.is--department-choise {
      margin-bottom: 20px;
      padding: 35px; }
      @media only screen and (max-width: 905px) {
        .card-content.is--department-choise {
          padding: 25px 15px; } }
    .card-content.is--department-names {
      padding: 25px 30px; }
      @media only screen and (max-width: 905px) {
        .card-content.is--department-names {
          padding: 25px 15px; } }
      @media only screen and (max-width: 430px) {
        .card-content.is--department-names {
          padding: 25px 10px; } }
    .card-content.is--department-change {
      padding: 25px 40px;
      display: block; }
      @media only screen and (max-width: 1250px) {
        .card-content.is--department-change {
          padding: 27px 20px; } }
      @media only screen and (max-width: 905px) {
        .card-content.is--department-change {
          padding: 25px 15px; } }
    .card-content.is--proxy-anonym {
      padding: 10px 30px;
      margin-bottom: 20px;
      max-height: 60px;
      border-radius: 30px; }
      .card-content.is--proxy-anonym .card-operator-row-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .card-content.is--proxy-anonym .card-operator-row {
        margin-bottom: 0; }
      .card-content.is--proxy-anonym .is--switch {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); }
    .card-content.is--region {
      padding: 35px; }
      .card-content.is--region-right {
        padding: 35px 25px; }
      @media only screen and (max-width: 574px) {
        .card-content.is--region {
          padding: 20px 15px; }
          .card-content.is--region-right {
            padding: 20px 8px; }
            .card-content.is--region-right .card-option-row.is--add-site {
              padding-left: 7px;
              padding-right: 7px; } }
    .card-content.is--dialog-right {
      padding: 30px;
      border-radius: 30px; }
    .card-content.is--summary {
      padding: 30px;
      border-radius: 30px;
      overflow: visible; }
    .card-content.is--personal-data {
      padding: 30px;
      border-radius: 30px; }
      @media only screen and (max-width: 574px) {
        .card-content.is--personal-data {
          padding: 20px; } }
    .card-content.is--journal {
      padding: 20px 30px;
      border-radius: 30px; }
      @media only screen and (max-width: 1199px) {
        .card-content.is--journal {
          padding: 0;
          border-radius: 15px;
          -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1); } }
      .card-content.is--journal .card-list-row-item {
        padding-top: 10px;
        padding-bottom: 10px; }
        .card-content.is--journal .card-list-row-item__text {
          font-size: 14px; }
          @media only screen and (max-width: 1330px) {
            .card-content.is--journal .card-list-row-item__text {
              font-size: 12px; } }
          .card-content.is--journal .card-list-row-item__text.is--client-name {
            font-size: 16px; }
            @media only screen and (max-width: 1330px) {
              .card-content.is--journal .card-list-row-item__text.is--client-name {
                font-size: 14px; } }
          .card-content.is--journal .card-list-row-item__text.is--operator-name {
            display: block;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            max-width: 100%;
            font-size: 16px; }
            @media only screen and (max-width: 1330px) {
              .card-content.is--journal .card-list-row-item__text.is--operator-name {
                font-size: 14px; } }
      .card-content.is--journal .center-obj {
        max-width: 140px; }
      .card-content.is--journal .card-list-row-item-iwrap {
        height: 36px;
        min-height: 36px;
        max-height: 36px;
        width: 36px;
        -webkit-box-flex: 0;
            -ms-flex: 0 36px;
                flex: 0 36px;
        min-width: 36px;
        max-width: 36px; }
        .card-content.is--journal .card-list-row-item-iwrap .default-avatar {
          font-size: 14px;
          padding-top: 2px; }
    .card-content.is--client {
      padding: 20px 30px;
      border-radius: 30px; }
      @media only screen and (max-width: 1199px) {
        .card-content.is--client {
          padding: 0;
          border-radius: 15px;
          -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
          padding-bottom: 10px; } }
      .card-content.is--client .card-list-row-item {
        padding-top: 10px;
        padding-bottom: 10px; }
        .card-content.is--client .card-list-row-item.is--client-name {
          text-transform: capitalize; }
        .card-content.is--client .card-list-row-item__text {
          font-size: 14px; }
          @media only screen and (max-width: 1330px) {
            .card-content.is--client .card-list-row-item__text {
              font-size: 12px; } }
          .card-content.is--client .card-list-row-item__text.is--client-name {
            font-size: 16px; }
            @media only screen and (max-width: 1330px) {
              .card-content.is--client .card-list-row-item__text.is--client-name {
                font-size: 14px; } }
          .card-content.is--client .card-list-row-item__text.is--operator-name {
            font-size: 16px; }
            @media only screen and (max-width: 1330px) {
              .card-content.is--client .card-list-row-item__text.is--operator-name {
                font-size: 14px; } }
    .card-content.is--design-widget {
      padding: 28px 25px;
      overflow: visible; }
      @media only screen and (max-width: 574px) {
        .card-content.is--design-widget {
          padding: 20px 15px; } }
    .card-content.is--dashboard-chart .VictoryContainer > div {
      z-index: 99 !important; }
    .card-content.is--billing {
      overflow: initial; }
  .card-empty-info {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #CECECE;
    width: 100%;
    padding: 20px 0;
    min-height: 161px;
    margin: auto; }
    .card-empty-info a.card-empty-info__text {
      text-decoration: underline; }
    .card-empty-info__text {
      width: 100%;
      display: block;
      font-size: 16px;
      text-align: center;
      margin-bottom: 5px; }
      .card-empty-info__text:last-child {
        margin-bottom: 0; }
      .card-empty-info__text.is--title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px; }
    .card-empty-info__spinner {
      height: 50px;
      min-height: 50px;
      max-height: 50px;
      width: 50px;
      -webkit-box-flex: 0;
          -ms-flex: 0 50px;
              flex: 0 50px;
      min-width: 50px;
      max-width: 50px; }
  .card-more {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card-more__btn {
      color: #0F84EC;
      font-size: 16px;
      font-weight: 800;
      display: block;
      cursor: pointer;
      text-align: center; }
      .card-more__btn:hover {
        text-decoration: underline; }
    .card-more__triangle {
      display: inline-block;
      height: 12px;
      width: 12px;
      margin-left: 5px;
      -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
              transform: translateY(3px); }
      .card-more__triangle path {
        fill: #EAEAEA; }
    .card-more-mobile {
      background-color: #0F84EC;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 24px;
      width: 100%; }
      .card-more-mobile__text {
        font-size: 12px;
        font-weight: 700;
        color: white; }
      .card-more-mobile__triangle {
        display: block;
        height: 6px;
        min-height: 6px;
        width: 6px;
        -webkit-box-flex: 0;
            -ms-flex: 0 6px;
                flex: 0 6px;
        min-width: 6px;
        margin-left: 5px;
        margin-right: -6px; }
        .card-more-mobile__triangle path {
          fill: white; }
  .card-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    overflow: hidden;
    padding: 0 0 0 5px;
    margin-bottom: 50px; }
    .card-list.is--qty-summary {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 375px) {
        .card-list.is--qty-summary .card-list-row-title-item {
          padding: 0 2px 5px 2px; } }
      @media only screen and (max-width: 375px) {
        .card-list.is--qty-summary .card-list-row-item {
          padding: 5px 2px; } }
      .card-list.is--qty-summary .qty--operator {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 130px;
            flex-basis: 130px;
        min-width: 130px;
        max-width: initial;
        padding-left: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .card-list.is--qty-summary .qty--operator .card-list-row-item__text {
          font-size: 14px;
          font-weight: 400; }
          @media only screen and (max-width: 460px) {
            .card-list.is--qty-summary .qty--operator .card-list-row-item__text {
              font-size: 12px;
              font-weight: 700; } }
        @media only screen and (max-width: 574px) {
          .card-list.is--qty-summary .qty--operator {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 120px;
                flex-basis: 120px;
            min-width: 120px;
            max-width: initial; }
            .card-list.is--qty-summary .qty--operator .card-list-row-item__text {
              font-size: 12px;
              font-weight: 700; } }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--operator {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial;
            border-right: none; } }
        @media only screen and (max-width: 375px) {
          .card-list.is--qty-summary .qty--operator {
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 2px;
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
            min-width: 70px;
            max-width: initial; }
            .card-list.is--qty-summary .qty--operator .card-list-row-item-iwrap {
              height: 17px;
              min-height: 17px;
              max-height: 17px;
              width: 17px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 17px;
                      flex: 0 17px;
              min-width: 17px;
              max-width: 17px;
              margin-right: 2px; } }
        @media only screen and (max-width: 350px) {
          .card-list.is--qty-summary .qty--operator {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial;
            padding-left: 0; } }
      .card-list.is--qty-summary .qty--status {
        width: 90px;
        -webkit-box-flex: 0;
            -ms-flex: 0 90px;
                flex: 0 90px;
        min-width: 90px;
        max-width: 90px; }
        @media only screen and (max-width: 1350px) {
          .card-list.is--qty-summary .qty--status {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial; } }
        @media only screen and (max-width: 574px) {
          .card-list.is--qty-summary .qty--status {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 80px;
                flex-basis: 80px;
            min-width: 80px;
            max-width: initial; } }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--status {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial; } }
        .card-list.is--qty-summary .qty--status .additional-word {
          display: inline-block;
          margin: 0 2px;
          -webkit-transform: translateY(-1px);
              -ms-transform: translateY(-1px);
                  transform: translateY(-1px);
          font-weight: 400; }
      .card-list.is--qty-summary .qty--time {
        width: 85px;
        -webkit-box-flex: 0;
            -ms-flex: 0 85px;
                flex: 0 85px;
        min-width: 85px;
        max-width: 85px; }
        @media only screen and (max-width: 1350px) {
          .card-list.is--qty-summary .qty--time {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 85px;
                flex-basis: 85px;
            min-width: 85px;
            max-width: initial; } }
        @media only screen and (max-width: 574px) {
          .card-list.is--qty-summary .qty--time {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
            min-width: 70px;
            max-width: initial; } }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--time {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial; } }
      .card-list.is--qty-summary .qty--speed {
        width: 85px;
        -webkit-box-flex: 0;
            -ms-flex: 0 85px;
                flex: 0 85px;
        min-width: 85px;
        max-width: 85px; }
        @media only screen and (max-width: 1350px) {
          .card-list.is--qty-summary .qty--speed {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 85px;
                flex-basis: 85px;
            min-width: 85px;
            max-width: initial; } }
        @media only screen and (max-width: 574px) {
          .card-list.is--qty-summary .qty--speed {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
            min-width: 70px;
            max-width: initial; } }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--speed {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial; } }
      .card-list.is--qty-summary .qty--rating {
        width: 85px;
        -webkit-box-flex: 0;
            -ms-flex: 0 85px;
                flex: 0 85px;
        min-width: 85px;
        max-width: 85px; }
        @media only screen and (max-width: 1350px) {
          .card-list.is--qty-summary .qty--rating {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 85px;
                flex-basis: 85px;
            min-width: 85px;
            max-width: initial; } }
        @media only screen and (max-width: 574px) {
          .card-list.is--qty-summary .qty--rating {
            border-right: none;
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial; } }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--rating {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 60px;
                flex-basis: 60px;
            min-width: 60px;
            max-width: initial; } }
        .card-list.is--qty-summary .qty--rating .additional-word {
          display: inline-block;
          margin: 0 2px;
          -webkit-transform: translateY(-1px);
              -ms-transform: translateY(-1px);
                  transform: translateY(-1px);
          font-weight: 400; }
        @media only screen and (max-width: 460px) {
          .card-list.is--qty-summary .qty--rating .icon-like {
            height: 12px;
            min-height: 12px;
            max-height: 12px;
            width: 12px;
            -webkit-box-flex: 0;
                -ms-flex: 0 12px;
                    flex: 0 12px;
            min-width: 12px;
            max-width: 12px; } }
        .card-list.is--qty-summary .qty--rating .is--dislike {
          -webkit-transform: rotate(180deg) translateY(-5px);
              -ms-transform: rotate(180deg) translateY(-5px);
                  transform: rotate(180deg) translateY(-5px); }
          @media only screen and (max-width: 460px) {
            .card-list.is--qty-summary .qty--rating .is--dislike {
              -webkit-transform: rotate(180deg) translateY(-3px);
                  -ms-transform: rotate(180deg) translateY(-3px);
                      transform: rotate(180deg) translateY(-3px); } }
          .card-list.is--qty-summary .qty--rating .is--dislike path {
            fill: #F26B6B; }
      @media only screen and (max-width: 574px) {
        .card-list.is--qty-summary .card-list-row-item__text, .card-list.is--qty-summary .card-list-row-title-item {
          font-size: 10px; } }
      @media only screen and (max-width: 375px) {
        .card-list.is--qty-summary .card-list-row-title, .card-list.is--qty-summary .card-list-row {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    .card-list.is--department {
      margin: 0;
      padding: 0; }
      .card-list.is--department .is--name {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px 5px;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
        min-width: 180px;
        max-width: initial; }
        .card-list.is--department .is--name.card-list-row-title-item {
          padding: 0 5px 2px 5px; }
      .card-list.is--department .is--delete {
        padding: 10px 0;
        cursor: pointer;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 130px;
            flex-basis: 130px;
        min-width: 130px;
        max-width: initial; }
        .card-list.is--department .is--delete.card-list-row-title-item {
          padding: 0 5px 2px 5px; }
        .card-list.is--department .is--delete .icon--delete {
          height: 16px;
          min-height: 16px;
          max-height: 16px;
          width: 16px;
          -webkit-box-flex: 0;
              -ms-flex: 0 16px;
                  flex: 0 16px;
          min-width: 16px;
          max-width: 16px; }
        .card-list.is--department .is--delete .icon--plus {
          height: 22px;
          min-height: 22px;
          max-height: 22px;
          width: 22px;
          -webkit-box-flex: 0;
              -ms-flex: 0 22px;
                  flex: 0 22px;
          min-width: 22px;
          max-width: 22px; }
        .card-list.is--department .is--delete:hover .icon--plus {
          background-color: #0F84EC;
          border-radius: 100%; }
          .card-list.is--department .is--delete:hover .icon--plus path:nth-child(2) {
            fill: white; }
    .card-list.is--operators-list .is--user {
      width: 190px;
      -webkit-box-flex: 0;
          -ms-flex: 0 190px;
              flex: 0 190px;
      min-width: 190px;
      max-width: 190px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    @media only screen and (max-width: 1199px) {
      .card-list.is--operators-list .is--accepted {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--operators-list .is--cancel {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--operators-list .is--rating {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--operators-list .is--answer {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    .card-list.is--operators-list .is--time {
      width: 400px;
      -webkit-box-flex: 0;
          -ms-flex: 0 400px;
              flex: 0 400px;
      min-width: 400px;
      max-width: 400px; }
      @media only screen and (max-width: 1450px) {
        .card-list.is--operators-list .is--time {
          width: 300px;
          -webkit-box-flex: 0;
              -ms-flex: 0 300px;
                  flex: 0 300px;
          min-width: 300px;
          max-width: 300px; } }
      @media only screen and (max-width: 1300px) {
        .card-list.is--operators-list .is--time {
          width: 245px;
          -webkit-box-flex: 0;
              -ms-flex: 0 245px;
                  flex: 0 245px;
          min-width: 245px;
          max-width: 245px; } }
      @media only screen and (max-width: 1199px) {
        .card-list.is--operators-list .is--time {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 40px;
              flex-basis: 40px;
          min-width: 40px;
          max-width: initial; } }
    .card-list.is--operators-list .is--btn {
      width: 120px;
      -webkit-box-flex: 0;
          -ms-flex: 0 120px;
              flex: 0 120px;
      min-width: 120px;
      max-width: 120px; }
      @media only screen and (max-width: 1450px) {
        .card-list.is--operators-list .is--btn {
          width: 90px;
          -webkit-box-flex: 0;
              -ms-flex: 0 90px;
                  flex: 0 90px;
          min-width: 90px;
          max-width: 90px; } }
      @media only screen and (max-width: 1300px) {
        .card-list.is--operators-list .is--btn {
          width: 80px;
          -webkit-box-flex: 0;
              -ms-flex: 0 80px;
                  flex: 0 80px;
          min-width: 80px;
          max-width: 80px; } }
      @media only screen and (max-width: 1199px) {
        .card-list.is--operators-list .is--btn {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 40px;
              flex-basis: 40px;
          min-width: 40px;
          max-width: initial; } }
    .card-list.is--chanel-list .is--user {
      width: 190px;
      -webkit-box-flex: 0;
          -ms-flex: 0 190px;
              flex: 0 190px;
      min-width: 190px;
      max-width: 190px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .card-list.is--chanel-list .is--user-full {
        width: 250px;
        -webkit-box-flex: 0;
            -ms-flex: 0 250px;
                flex: 0 250px;
        min-width: 250px;
        max-width: 250px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    @media only screen and (max-width: 1199px) {
      .card-list.is--chanel-list .is--status {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--chanel-list .is--conversation {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--chanel-list .is--rating {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    @media only screen and (max-width: 1199px) {
      .card-list.is--chanel-list .is--code {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
        min-width: 40px;
        max-width: initial; } }
    .card-list.is--chanel-list .is--btn {
      width: 120px;
      -webkit-box-flex: 0;
          -ms-flex: 0 120px;
              flex: 0 120px;
      min-width: 120px;
      max-width: 120px; }
      @media only screen and (max-width: 1450px) {
        .card-list.is--chanel-list .is--btn {
          width: 90px;
          -webkit-box-flex: 0;
              -ms-flex: 0 90px;
                  flex: 0 90px;
          min-width: 90px;
          max-width: 90px; } }
      @media only screen and (max-width: 1300px) {
        .card-list.is--chanel-list .is--btn {
          width: 80px;
          -webkit-box-flex: 0;
              -ms-flex: 0 80px;
                  flex: 0 80px;
          min-width: 80px;
          max-width: 80px; } }
      @media only screen and (max-width: 1199px) {
        .card-list.is--chanel-list .is--btn {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 40px;
              flex-basis: 40px;
          min-width: 40px;
          max-width: initial; } }
    .card-list.is--current-message .is--user {
      width: 190px;
      -webkit-box-flex: 0;
          -ms-flex: 0 190px;
              flex: 0 190px;
      min-width: 190px;
      max-width: 190px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .card-list.is--current-message .is--btn {
      width: 120px;
      -webkit-box-flex: 0;
          -ms-flex: 0 120px;
              flex: 0 120px;
      min-width: 120px;
      max-width: 120px; }
      @media only screen and (max-width: 1450px) {
        .card-list.is--current-message .is--btn {
          width: 90px;
          -webkit-box-flex: 0;
              -ms-flex: 0 90px;
                  flex: 0 90px;
          min-width: 90px;
          max-width: 90px; } }
      @media only screen and (max-width: 1300px) {
        .card-list.is--current-message .is--btn {
          width: 80px;
          -webkit-box-flex: 0;
              -ms-flex: 0 80px;
                  flex: 0 80px;
          min-width: 80px;
          max-width: 80px; } }
      @media only screen and (max-width: 1199px) {
        .card-list.is--current-message .is--btn {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 40px;
              flex-basis: 40px;
          min-width: 40px;
          max-width: initial; } }
    .card-list.is--modal-dialog {
      max-height: 212px;
      overflow-y: auto; }
      .card-list.is--modal-dialog::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .card-list.is--modal-dialog::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .card-list.is--modal-dialog::-webkit-scrollbar-thumb {
        background: #bababa; }
      .card-list.is--modal-dialog::-webkit-scrollbar-thumb:hover {
        background: #7c7c7c; }
      .card-list.is--modal-dialog .card-list-row {
        padding: 5px 20px;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: 1px dashed lightgrey; }
        .card-list.is--modal-dialog .card-list-row:last-child {
          border: none; }
        .card-list.is--modal-dialog .card-list-row:hover {
          background-color: #f6f6f6; }
        .card-list.is--modal-dialog .card-list-row.is--picked {
          background-color: #e5e5e5; }
          .card-list.is--modal-dialog .card-list-row.is--picked .card-list-row-item-iwrap__img {
            border-color: white; }
          .card-list.is--modal-dialog .card-list-row.is--picked .card-list-row-item-name__text {
            color: #0F84EC !important; }
          .card-list.is--modal-dialog .card-list-row.is--picked .card-list-row-item-name__position {
            color: #0F84EC !important; }
        .card-list.is--modal-dialog .card-list-row-item {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
    .card-list-row {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 5px;
      cursor: default; }
      .card-list-row:nth-child(even) .default-avatar {
        background-color: #0F85EE; }
      .card-list-row-title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 4px; }
        .card-list-row-title-item {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 12px;
          min-height: 26px;
          color: #7c7c7c;
          text-align: center;
          padding: 0 5px 2px 5px; }
          .card-list-row-title-item:not(:first-child) {
            border-left: 2px dashed #EBEBEB; }
          .card-list-row-title-item.is--journal-start {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
            min-width: 150px;
            max-width: initial; }
          .card-list-row-title-item.is--journal-operator {
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px; }
          .card-list-row-title-item.is--journal-client {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
            min-width: 150px;
            max-width: initial; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-title-item.is--journal-client {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 130px;
                    flex-basis: 130px;
                min-width: 130px;
                max-width: initial; } }
          .card-list-row-title-item.is--journal-time {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 114px;
                flex-basis: 114px;
            min-width: 114px;
            max-width: initial; }
            @media only screen and (max-width: 1250px) {
              .card-list-row-title-item.is--journal-time {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
          .card-list-row-title-item.is--journal-message {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; }
          .card-list-row-title-item.is--journal-look {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 119px;
                flex-basis: 119px;
            min-width: 119px;
            max-width: initial; }
            @media only screen and (max-width: 1250px) {
              .card-list-row-title-item.is--journal-look {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
          .card-list-row-title-item.is--journal-delete {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-title-item.is--journal-delete {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
          .card-list-row-title-item.is--journal .m-tab-row-item__name {
            min-width: 110px; }
          .card-list-row-title-item.is--client-name {
            width: 150px;
            -webkit-box-flex: 0;
                -ms-flex: 0 150px;
                    flex: 0 150px;
            min-width: 150px;
            max-width: 150px; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-title-item.is--client-name {
                width: 130px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 130px;
                        flex: 0 130px;
                min-width: 130px;
                max-width: 130px; } }
          .card-list-row-title-item.is--client-operator {
            width: 180px;
            -webkit-box-flex: 0;
                -ms-flex: 0 180px;
                    flex: 0 180px;
            min-width: 180px;
            max-width: 180px; }
          .card-list-row-title-item.is--client-end {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            max-width: 250px; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-title-item.is--client-end {
                width: 230px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 230px;
                        flex: 0 230px;
                min-width: 230px;
                max-width: 230px; } }
          .card-list-row-title-item.is--client-message {
            width: 110px;
            -webkit-box-flex: 0;
                -ms-flex: 0 110px;
                    flex: 0 110px;
            min-width: 110px;
            max-width: 110px; }
            @media only screen and (max-width: 1250px) {
              .card-list-row-title-item.is--client-message {
                width: 90px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 90px;
                        flex: 0 90px;
                min-width: 90px;
                max-width: 90px; } }
            @media only screen and (max-width: 1199px) {
              .card-list-row-title-item.is--client-message {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
          .card-list-row-title-item.is--client-look {
            width: 110px;
            -webkit-box-flex: 0;
                -ms-flex: 0 110px;
                    flex: 0 110px;
            min-width: 110px;
            max-width: 110px; }
            @media only screen and (max-width: 1250px) {
              .card-list-row-title-item.is--client-look {
                width: 90px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 90px;
                        flex: 0 90px;
                min-width: 90px;
                max-width: 90px; } }
            @media only screen and (max-width: 1199px) {
              .card-list-row-title-item.is--client-look {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
          .card-list-row-title-item.is--client-delete {
            width: 110px;
            -webkit-box-flex: 0;
                -ms-flex: 0 110px;
                    flex: 0 110px;
            min-width: 110px;
            max-width: 110px;
            cursor: pointer; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-title-item.is--client-delete {
                width: 90px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 90px;
                        flex: 0 90px;
                min-width: 90px;
                max-width: 90px; } }
            @media only screen and (max-width: 1199px) {
              .card-list-row-title-item.is--client-delete {
                width: auto;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                -ms-flex-preferred-size: 90px;
                    flex-basis: 90px;
                min-width: 90px;
                max-width: initial; } }
            .card-list-row-title-item.is--client-delete path {
              fill: #AFAEAE; }
            .card-list-row-title-item.is--client-delete:hover path {
              fill: #F26B6B; }
      .card-list-row-item {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 5px; }
        .card-list-row-item:not(:first-child) {
          border-left: 2px dashed #EBEBEB; }
        .card-list-row-item.btn--func {
          max-width: 120px;
          -ms-flex-preferred-size: 120px;
              flex-basis: 120px; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.btn--func {
              max-width: 100px;
              -ms-flex-preferred-size: 100px;
                  flex-basis: 100px; } }
        .card-list-row-item.is--journal-start {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 150px;
              flex-basis: 150px;
          min-width: 150px;
          max-width: initial; }
        .card-list-row-item.is--journal-operator {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 150px;
              flex-basis: 150px;
          min-width: 150px;
          max-width: initial; }
        .card-list-row-item.is--journal-client {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 150px;
              flex-basis: 150px;
          min-width: 150px;
          max-width: initial; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.is--journal-client {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 130px;
                  flex-basis: 130px;
              min-width: 130px;
              max-width: initial; } }
        .card-list-row-item.is--journal-time {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 114px;
              flex-basis: 114px;
          min-width: 114px;
          max-width: initial; }
          @media only screen and (max-width: 1250px) {
            .card-list-row-item.is--journal-time {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 90px;
                  flex-basis: 90px;
              min-width: 90px;
              max-width: initial; } }
        .card-list-row-item.is--journal-message {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 110px;
              flex-basis: 110px;
          min-width: 110px;
          max-width: initial; }
        .card-list-row-item.is--journal-look {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 119px;
              flex-basis: 119px;
          min-width: 119px;
          max-width: initial; }
          @media only screen and (max-width: 1250px) {
            .card-list-row-item.is--journal-look {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 90px;
                  flex-basis: 90px;
              min-width: 90px;
              max-width: initial; } }
        .card-list-row-item.is--journal-delete {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 110px;
              flex-basis: 110px;
          min-width: 110px;
          max-width: initial;
          cursor: pointer; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.is--journal-delete {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 90px;
                  flex-basis: 90px;
              min-width: 90px;
              max-width: initial; } }
          .card-list-row-item.is--journal-delete path {
            fill: #AFAEAE; }
          .card-list-row-item.is--journal-delete:hover path {
            fill: #F26B6B; }
        .card-list-row-item.is--client-name {
          width: 150px;
          -webkit-box-flex: 0;
              -ms-flex: 0 150px;
                  flex: 0 150px;
          min-width: 150px;
          max-width: 150px; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.is--client-name {
              width: 130px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 130px;
                      flex: 0 130px;
              min-width: 130px;
              max-width: 130px; } }
        .card-list-row-item.is--client-operator {
          width: 180px;
          -webkit-box-flex: 0;
              -ms-flex: 0 180px;
                  flex: 0 180px;
          min-width: 180px;
          max-width: 180px; }
        .card-list-row-item.is--client-end {
          max-width: 250px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.is--client-end {
              width: 230px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 230px;
                      flex: 0 230px;
              min-width: 230px;
              max-width: 230px; } }
        .card-list-row-item.is--client-message {
          width: 110px;
          -webkit-box-flex: 0;
              -ms-flex: 0 110px;
                  flex: 0 110px;
          min-width: 110px;
          max-width: 110px; }
          @media only screen and (max-width: 1250px) {
            .card-list-row-item.is--client-message {
              width: 90px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 90px;
                      flex: 0 90px;
              min-width: 90px;
              max-width: 90px; } }
          @media only screen and (max-width: 1199px) {
            .card-list-row-item.is--client-message {
              width: 90px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 90px;
                      flex: 0 90px;
              min-width: 90px;
              max-width: 90px; } }
        .card-list-row-item.is--client-look {
          width: 110px;
          -webkit-box-flex: 0;
              -ms-flex: 0 110px;
                  flex: 0 110px;
          min-width: 110px;
          max-width: 110px; }
          @media only screen and (max-width: 1250px) {
            .card-list-row-item.is--client-look {
              width: 90px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 90px;
                      flex: 0 90px;
              min-width: 90px;
              max-width: 90px; } }
          @media only screen and (max-width: 1199px) {
            .card-list-row-item.is--client-look {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 90px;
                  flex-basis: 90px;
              min-width: 90px;
              max-width: initial; } }
        .card-list-row-item.is--client-delete {
          width: 110px;
          -webkit-box-flex: 0;
              -ms-flex: 0 110px;
                  flex: 0 110px;
          min-width: 110px;
          max-width: 110px;
          cursor: pointer; }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item.is--client-delete {
              width: 90px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 90px;
                      flex: 0 90px;
              min-width: 90px;
              max-width: 90px; } }
          @media only screen and (max-width: 1199px) {
            .card-list-row-item.is--client-delete {
              width: auto;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 90px;
                  flex-basis: 90px;
              min-width: 90px;
              max-width: initial; } }
          .card-list-row-item.is--client-delete path {
            fill: #AFAEAE; }
          .card-list-row-item.is--client-delete:hover path {
            fill: #F26B6B; }
        .card-list-row-item__text {
          display: block;
          font-size: 12px;
          font-weight: 800;
          color: #7c7c7c;
          text-align: center;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          overflow: hidden; }
        .card-list-row-item-name {
          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;
          max-width: calc(100% - 63px); }
          .card-list-row-item-name__text {
            font-weight: 800;
            font-size: 16px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            display: block;
            color: #7c7c7c;
            display: block;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            max-width: 100%; }
            @media only screen and (max-width: 991px) {
              .card-list-row-item-name__text {
                font-size: 14px; } }
          .card-list-row-item-name__position {
            font-size: 11px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            display: block;
            color: #7c7c7c;
            margin-top: 5px; }
        .card-list-row-item__address {
          display: inline-block;
          color: #7c7c7c;
          font-size: 14px;
          width: 100%;
          display: block;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%; }
        .card-list-row-item__icon {
          display: inline-block;
          height: 40px;
          width: 40px;
          cursor: pointer; }
        .card-list-row-item-iwrap {
          height: 50px;
          min-height: 50px;
          max-height: 50px;
          width: 50px;
          -webkit-box-flex: 0;
              -ms-flex: 0 50px;
                  flex: 0 50px;
          min-width: 50px;
          max-width: 50px;
          margin-right: 13px;
          position: relative; }
          @media only screen and (max-width: 991px) {
            .card-list-row-item-iwrap {
              height: 40px;
              min-height: 40px;
              max-height: 40px;
              width: 40px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 40px;
                      flex: 0 40px;
              min-width: 40px;
              max-width: 40px; } }
          @media only screen and (max-width: 1330px) {
            .card-list-row-item-iwrap.is--less {
              height: 35px;
              min-height: 35px;
              max-height: 35px;
              width: 35px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 35px;
                      flex: 0 35px;
              min-width: 35px;
              max-width: 35px; }
              .card-list-row-item-iwrap.is--less .default-avatar {
                font-size: 12px; } }
          .card-list-row-item-iwrap.o--effectivity {
            height: 42px;
            min-height: 42px;
            max-height: 42px;
            width: 42px;
            -webkit-box-flex: 0;
                -ms-flex: 0 42px;
                    flex: 0 42px;
            min-width: 42px;
            max-width: 42px; }
            .card-list-row-item-iwrap.o--effectivity .default-avatar {
              font-size: 12px; }
            @media only screen and (max-width: 574px) {
              .card-list-row-item-iwrap.o--effectivity {
                height: 30px;
                min-height: 30px;
                max-height: 30px;
                width: 30px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 30px;
                        flex: 0 30px;
                min-width: 30px;
                max-width: 30px; }
                .card-list-row-item-iwrap.o--effectivity .default-avatar {
                  font-size: 10px; } }
            @media only screen and (max-width: 460px) {
              .card-list-row-item-iwrap.o--effectivity {
                height: 23px;
                min-height: 23px;
                max-height: 23px;
                width: 23px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 23px;
                        flex: 0 23px;
                min-width: 23px;
                max-width: 23px;
                margin-right: 6px; } }
          .card-list-row-item-iwrap.is--mail {
            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;
            -ms-flex-line-pack: center;
                align-content: center;
            border: 1px solid #9F9F9F;
            border-radius: 100%; }
          .card-list-row-item-iwrap__img {
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 100%;
            border: 1px solid #AFAFAF; }
            .card-list-row-item-iwrap__img.default-avatar {
              padding-top: 3px;
              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;
              -ms-flex-line-pack: center;
                  align-content: center; }
          .card-list-row-item-iwrap__mail {
            display: block;
            height: 20px;
            min-height: 20px;
            width: 28px;
            -webkit-box-flex: 0;
                -ms-flex: 0 28px;
                    flex: 0 28px;
            min-width: 28px; }
            .card-list-row-item-iwrap__mail path {
              fill: #9F9F9F; }
            @media only screen and (max-width: 1330px) {
              .card-list-row-item-iwrap__mail {
                display: block;
                height: 15px;
                min-height: 15px;
                width: 21px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 21px;
                        flex: 0 21px;
                min-width: 21px; } }
          .card-list-row-item-iwrap__status {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            height: 10px;
            width: 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;
            -ms-flex-line-pack: center;
                align-content: center;
            background-color: white;
            border-radius: 100%;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
                    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); }
            .card-list-row-item-iwrap__status.is--active::before {
              background-color: #1CB636; }
            .card-list-row-item-iwrap__status::before {
              display: inline-block;
              content: '';
              height: 8px;
              width: 8px;
              background-color: #bdbdbd;
              border-radius: 100%; }
        .card-list-row-item-time {
          color: #7c7c7c;
          padding: 7px 15px;
          background-color: #F6F5F5;
          border-radius: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          max-width: 100%; }
          @media only screen and (max-width: 930px) {
            .card-list-row-item-time {
              padding: 7px; } }
          .card-list-row-item-time__day {
            color: inherit;
            font-size: 12px;
            padding: 2px 5px 0 5px;
            font-weight: 800;
            border-left: 1px dashed #CFCFCF;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            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; }
            .card-list-row-item-time__day:first-child {
              border-left: none; }
      .card-list-row:hover .icon-bg {
        fill: #0F84EC !important;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .card-list-row:hover .hover-blue {
        color: #0F84EC;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .card-list-row:hover .hover-blue path {
          fill: #0F84EC;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .card-list-row:hover .hover-blue-border {
          border-color: #0F84EC; }
      .card-list-row:hover .is--btn svg path {
        fill: white; }
      .card-list-row:hover .counter-mail path {
        fill: #0F84EC; }
      .card-list-row:hover .counter-mail__qty {
        background-color: #0F84EC; }
      .card-list-row:hover .txt {
        color: #0F84EC;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .card-list-row:hover .card-list-row-item-time {
        background-color: #0F84EC;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .card-list-row:hover .card-list-row-item-time__day {
          color: white; }
      .card-list-row__empty {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        width: 100%;
        margin-top: 40px;
        color: #7c7c7c;
        font-size: 14px; }
  .card-title {
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
    min-height: 32px;
    max-height: 32px; }
    @media only screen and (max-width: 767px) {
      .card-title {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 574px) {
      .card-title .btn {
        padding: 5px 10px 3px 40px;
        font-size: 12px !important; }
      .card-title svg.transparent__icon {
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 20px;
                flex: 0 20px;
        min-width: 20px;
        max-width: 20px;
        top: 50%;
        left: 6px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (max-width: 399px) {
      .card-title {
        margin-bottom: 0; } }
    @media only screen and (max-width: 1350px) {
      .card-title.is--right {
        display: none; } }
    .card-title.is--billing {
      max-height: unset;
      min-height: unset;
      height: auto; }
    .card-title__name {
      font-size: 22px;
      font-weight: 800;
      color: #7c7c7c;
      margin-right: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media only screen and (max-width: 991px) {
        .card-title__name {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .card-title__name {
          font-size: 18px; } }
      @media only screen and (max-width: 574px) {
        .card-title__name {
          font-size: 16px; } }
      @media only screen and (max-width: 399px) {
        .card-title__name {
          font-size: 12px; } }
      .card-title__name.highlighted {
        color: #0F85EE; }
      .card-title__name .icon-hint {
        display: block;
        height: 25px;
        min-height: 25px;
        width: 25px;
        -webkit-box-flex: 0;
            -ms-flex: 0 25px;
                flex: 0 25px;
        min-width: 25px;
        margin-right: 10px; }
        @media only screen and (max-width: 399px) {
          .card-title__name .icon-hint {
            height: 18px;
            min-height: 18px;
            max-height: 18px;
            width: 18px;
            -webkit-box-flex: 0;
                -ms-flex: 0 18px;
                    flex: 0 18px;
            min-width: 18px;
            max-width: 18px; } }
        .card-title__name .icon-hint path {
          fill: #0F84EC; }
        .card-title__name .icon-hint circle {
          fill: #0F84EC; }
        .card-title__name .icon-hint.white path {
          fill: white; }
    .card-title__simple-text {
      font-size: 14px;
      color: #7c7c7c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 13px;
      margin-right: 17px; }
  .card-design-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .card-design-row:last-child {
      margin-bottom: 0; }
    .card-design-row__title {
      -ms-flex-preferred-size: 155px;
          flex-basis: 155px;
      max-width: 155px;
      padding-right: 15px;
      font-size: 14px;
      color: #7c7c7c;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
    .card-design-row-setting {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .card-design-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #F6F6F6;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 399px) {
      .card-design-tabs {
        margin-bottom: 15px; } }
    .card-design-tabs__item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      color: #7c7c7c;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-right: 1px solid white;
      padding: 10px 15px 8px 15px;
      font-size: 13px;
      cursor: pointer;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important;
      text-align: center; }
      @media only screen and (max-width: 574px) {
        .card-design-tabs__item {
          font-size: 10px;
          padding: 7px 10px 5px 10px; } }
      .card-design-tabs__item:last-child {
        border: none; }
      .card-design-tabs__item:hover {
        background-color: #f0f0f0;
        color: #0F84EC; }
      .card-design-tabs__item.is--current {
        background-color: #848484 !important;
        color: white !important;
        font-weight: 700; }
  .card-design-position {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    width: 330px;
    -webkit-box-flex: 0;
        -ms-flex: 0 330px;
            flex: 0 330px;
    min-width: 330px;
    max-width: 330px;
    position: relative;
    margin: 35px auto;
    background-color: #F6F7F7;
    padding: 20px; }
    @media only screen and (max-width: 460px) {
      .card-design-position {
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        width: 250px;
        -webkit-box-flex: 0;
            -ms-flex: 0 250px;
                flex: 0 250px;
        min-width: 250px;
        max-width: 250px; } }
    .card-design-position__text {
      font-size: 16px;
      color: #7c7c7c;
      width: 100%;
      max-width: 220px;
      text-align: center;
      display: block; }
    .card-design-position-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      background-color: #AFAEAE; }
      .card-design-position-side.is--top {
        top: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        height: 20px;
        width: 100%; }
      .card-design-position-side.is--right {
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        height: 100%;
        width: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .card-design-position-side.is--bottom {
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        height: 20px;
        width: 100%; }
      .card-design-position-side.is--left {
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        height: 100%;
        width: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .card-design-position-side__element {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: block;
        background-color: white;
        cursor: pointer;
        border: 1px solid #E1E1E1; }
        .card-design-position-side__element.is--current {
          background-color: #0F84EC !important; }
        .card-design-position-side__element.is--trans {
          background-color: transparent !important;
          cursor: default; }
        .card-design-position-side__element.bb-0 {
          border-bottom: none; }
        .card-design-position-side__element.bl-0 {
          border-left: none; }
        .card-design-position-side__element:hover {
          background-color: #EBEBEB; }
  .card-design-tabs-relay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .card-design-tabs-relay-btn {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 0 9px;
      cursor: pointer;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); }
      .card-design-tabs-relay-btn:hover path {
        fill: #0F84EC; }
      .card-design-tabs-relay-btn__icon {
        display: block;
        height: 10px;
        min-height: 10px;
        width: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 10px;
                flex: 0 10px;
        min-width: 10px; }
        .card-design-tabs-relay-btn__icon.is--left {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .card-design-tabs-relay-btn__icon.is--right {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .card-design-tabs-relay-btn__icon.is--disable path {
          fill: #AFAEAE; }
    .card-design-tabs-relay__title {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      font-size: 18px;
      font-weight: 700;
      color: #7c7c7c;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
  .card-operator-row {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .card-operator-row.is--admin {
      margin-bottom: 24px; }
      @media only screen and (max-width: 480px) {
        .card-operator-row.is--admin {
          margin-bottom: 15px; }
          .card-operator-row.is--admin .card-operator-row-left {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
    @media only screen and (max-width: 450px) {
      .card-operator-row.is--half .card-operator-row-left {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-bottom: 0; } }
    .card-operator-row.is--typing {
      margin-bottom: 46px; }
    .card-operator-row.is--rating {
      margin-bottom: 50px; }
    .card-operator-row__title {
      font-size: 14px;
      font-weight: 800;
      display: block;
      color: #7c7c7c;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      margin-bottom: 10px; }
      .card-operator-row__title.is--change-departament {
        color: #0F84EC;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700; }
      .card-operator-row__title.with-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .card-operator-row-left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media only screen and (max-width: 450px) {
        .card-operator-row-left {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          margin-bottom: 15px; } }
      .card-operator-row-left__desc {
        display: block;
        width: 100%;
        color: #7c7c7c;
        font-size: 14px; }
    .card-operator-row-right {
      -ms-flex-preferred-size: 227px;
          flex-basis: 227px;
      max-width: 227px;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .card-operator-row-right {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%;
          margin-left: 0; } }
      .card-operator-row-right.is--switch {
        max-width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 2px; }
      .card-operator-row-right.is--move-up {
        -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
                transform: translateY(-15px); }
      .card-operator-row-right.is-billing {
        max-width: unset;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        margin-right: 30px; }
        @media only screen and (max-width: 650px) {
          .card-operator-row-right.is-billing {
            width: 100%;
            margin: 0;
            margin-top: 20px;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .card-operator-row-right.is-billing .switch {
          display: inline-block; }
          @media only screen and (max-width: 650px) {
            .card-operator-row-right.is-billing .switch {
              margin-left: 0; } }
          .card-operator-row-right.is-billing .switch__title {
            font-size: 10px;
            font-weight: 400; }
        .card-operator-row-right.is-billing .card-date {
          margin-bottom: 0;
          padding-top: 10px; }
      .card-operator-row-right.is--telegram-connected {
        position: relative; }
        .card-operator-row-right.is--telegram-connected .card-operator-row__text {
          color: #B2B2B2;
          font-size: 16px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 15px; }
        .card-operator-row-right.is--telegram-connected .card-operator-row__link {
          cursor: pointer; }
        .card-operator-row-right.is--telegram-connected .ssd-status.is--online {
          left: 5px;
          top: 11px; }
      .card-operator-row-right__field {
        height: 30px;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        text-align: center;
        border: 1px solid #EBEBEB;
        margin-bottom: 5px;
        border-radius: 30px;
        color: #7c7c7c;
        padding: 0 15px; }
        .card-operator-row-right__field:focus::-webkit-input-placeholder {
          opacity: 0;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .card-operator-row-right__field:focus::-moz-placeholder {
          opacity: 0;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .card-operator-row-right__field:focus:-ms-input-placeholder {
          opacity: 0;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
        .card-operator-row-right__field:focus:-moz-placeholder {
          opacity: 0;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
      .card-operator-row-right__error {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        width: 100%;
        display: block;
        margin-top: 10px;
        color: #F26B6B;
        text-align: center;
        font-size: 12px; }
      .card-operator-row-right__result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        word-break: break-all;
        background-color: #F5F5F5;
        border-radius: 30px;
        padding: 4px 7px 3px 7px;
        color: #0F84EC;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer; }
        .card-operator-row-right__result:hover {
          background-color: #0F84EC;
          color: white; }
          .card-operator-row-right__result:hover path {
            fill: white; }
        .card-operator-row-right__result .icon-close {
          display: inline-block;
          margin-left: 7px;
          height: 7px;
          width: 7px;
          -webkit-transform: translateY(-1px);
              -ms-transform: translateY(-1px);
                  transform: translateY(-1px); }
      .card-operator-row-right__select {
        width: 100%;
        max-width: 100%; }
      .card-operator-row-right__switch {
        display: block;
        margin-left: auto; }
      .card-operator-row-right-password {
        width: 100%;
        position: relative; }
        .card-operator-row-right-password__field {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 30px;
          border: 1px solid #EBEBEB;
          padding: 0 51px 0 15px;
          color: #0F84EC;
          border-radius: 30px; }
          @media only screen and (max-width: 460px) {
            .card-operator-row-right-password__field {
              text-align: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding-left: 51px; } }
          .card-operator-row-right-password__field:focus::-webkit-input-placeholder {
            opacity: 0; }
          .card-operator-row-right-password__field:focus::-moz-placeholder {
            opacity: 0; }
          .card-operator-row-right-password__field:focus:-ms-input-placeholder {
            opacity: 0; }
          .card-operator-row-right-password__field:focus:-moz-placeholder {
            opacity: 0; }
        .card-operator-row-right-password__icon {
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer; }
      .card-operator-row-right-file {
        width: 100%;
        position: relative;
        display: block;
        height: 30px;
        margin-bottom: 5px;
        border-radius: 30px;
        border: 1px solid #EBEBEB;
        cursor: pointer; }
        .card-operator-row-right-file__img {
          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;
          -ms-flex-line-pack: center;
              align-content: center;
          position: absolute;
          left: 2px;
          top: 2px;
          height: calc(100% - 4px);
          width: 24px;
          border-radius: 100%; }
          .card-operator-row-right-file__img.default-avatar {
            font-size: 10px;
            padding-top: 3px; }
        .card-operator-row-right-file__result {
          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;
          -ms-flex-line-pack: center;
              align-content: center;
          width: 100%;
          height: 100%;
          padding: 1px 80px 0 35px;
          font-size: 13.3px;
          color: #A1A0A0; }
        .card-operator-row-right-file__btn {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          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;
          -ms-flex-line-pack: center;
              align-content: center;
          border-radius: 30px;
          position: absolute;
          height: calc(100% - 4px);
          width: 75px;
          top: 2px;
          right: 2px;
          background-color: #0F84EC;
          color: white;
          font-size: 12px;
          font-weight: 700;
          padding-top: 1px; }
          .card-operator-row-right-file__btn:hover {
            background-color: #0f7bde; }
          .card-operator-row-right-file__btn:active {
            -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                    box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
        .card-operator-row-right-file__input {
          display: none; }
    .card-operator-row__link {
      font-size: 14px;
      line-height: 21px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0F85EE;
      text-align: center;
      display: block;
      font-weight: 700; }
      @media only screen and (max-width: 450px) {
        .card-operator-row__link {
          text-align: left; } }
    .card-operator-row__text {
      font-size: 14px;
      line-height: 21px;
      color: #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .card-operator-row__text strong {
        font-size: 16px;
        color: #0F85EE;
        font-weight: 700; }
  .card-option-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%; }
    .card-option-row__title {
      font-size: 14px;
      font-weight: 800;
      display: block;
      color: #707070;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      width: 100%;
      margin-bottom: 10px; }
    .card-option-row__desc {
      display: block;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      color: #707070;
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 1.36; }
    .card-option-row__field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 230px;
      text-align: center;
      padding: 0 15px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #EBEBEB;
      background-color: white;
      font-size: 12px;
      color: #7c7c7c;
      border-radius: 20px;
      height: 30px; }
      .card-option-row__field[readonly] {
        cursor: not-allowed;
        background-color: #F2F2F2; }
      @media only screen and (max-width: 480px) {
        .card-option-row__field {
          max-width: 100%; } }
      .card-option-row__field.max-w-unset {
        max-width: unset; }
      .card-option-row__field-label {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 230px;
        width: 100%;
        position: relative; }
        .card-option-row__field-label.max-w-unset {
          max-width: unset; }
        .card-option-row__field-label.is--department-name {
          max-width: initial;
          margin-right: 20px; }
          @media only screen and (max-width: 1199px) {
            .card-option-row__field-label.is--department-name {
              max-width: 400px; } }
        .card-option-row__field-label.fixed-height {
          min-height: 45px; }
        .card-option-row__field-label.react-tel-input {
          font-size: 16px !important; }
          .card-option-row__field-label.react-tel-input input.card-operator-row-right__field {
            background-color: transparent !important;
            text-align: left !important;
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            min-width: 100%;
            max-width: 100%;
            border-color: #EBEBEB !important;
            border-radius: 30px !important; }
          .card-option-row__field-label.react-tel-input .flag-dropdown {
            border: none !important;
            background-color: transparent !important;
            top: -5px;
            height: 100%;
            bottom: initial !important; }
            .card-option-row__field-label.react-tel-input .flag-dropdown .selected-flag {
              background-color: transparent !important; }
      .card-option-row__field-error {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 1px;
        font-size: 12px;
        display: block; }
      .card-option-row__field-desc {
        font-size: 11px;
        color: #7c7c7c;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 480px) {
          .card-option-row__field-desc {
            -webkit-box-flex: 0;
                -ms-flex: 0 100%;
                    flex: 0 100%;
            margin-top: 20px; } }
      .card-option-row__field.is--department-name {
        max-width: initial;
        margin-right: 20px; }
        @media only screen and (max-width: 1199px) {
          .card-option-row__field.is--department-name {
            max-width: 400px; } }
    .card-option-row__btn {
      background-color: #0F84EC;
      border-radius: 30px;
      color: white;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      height: 30px;
      max-width: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      padding: 6px 15px 5px 15px;
      font-weight: 700; }
      .card-option-row__btn.is--disable {
        background-color: #ACACAC;
        cursor: not-allowed; }
        .card-option-row__btn.is--disable:hover {
          background-color: #AFAFAF; }
        .card-option-row__btn.is--disable:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-option-row__btn.is--disable--base {
        background-color: #ACACAC; }
        .card-option-row__btn.is--disable--base:hover {
          background-color: #AFAFAF; }
        .card-option-row__btn.is--disable--base:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-option-row__btn.is--cancel {
        background-color: #ACACAC; }
        .card-option-row__btn.is--cancel:hover {
          background-color: #AFAFAF; }
        .card-option-row__btn.is--cancel:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-option-row__btn.is--delete {
        background-color: #F26B6B; }
        .card-option-row__btn.is--delete:hover {
          background-color: #f2585c; }
        .card-option-row__btn.is--delete:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-option-row__btn:hover {
        background-color: #0f73d7; }
      .card-option-row__btn:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-option-row__btn.is--add-site {
        margin-left: 10px; }
      .card-option-row__btn.is--notifications {
        margin-left: 10px;
        margin-right: 10px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        padding-left: 20px;
        padding-right: 20px; }
        @media only screen and (max-width: 480px) {
          .card-option-row__btn.is--notifications {
            margin-right: 0; } }
        @media only screen and (max-width: 352px) {
          .card-option-row__btn.is--notifications.is--save-btn {
            margin-top: 10px; } }
      .card-option-row__btn.is--departament-name {
        padding-left: 20px;
        padding-right: 20px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: 125px; }
        @media only screen and (max-width: 372px) {
          .card-option-row__btn.is--departament-name {
            margin-top: 15px; } }
    .card-option-row.is--give-contact {
      margin-bottom: 38px; }
    .card-option-row.is--form-contact {
      padding: 0px 28px 15px 31px; }
      @media only screen and (max-width: 767px) {
        .card-option-row.is--form-contact {
          padding-left: 15px;
          padding-right: 15px; } }
    .card-option-row.is--personal-first {
      margin-bottom: 30px; }
    .card-option-row.is--personal-second {
      margin-bottom: 60px; }
    .card-option-row.is--personal-third {
      margin-bottom: 60px; }
    .card-option-row.is--personal-fourth {
      margin-bottom: 0; }
    .card-option-row.is--add-region {
      max-height: 30px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .card-option-row.is--add-region .card-option-row__btn {
        margin-left: 0; }
  .card-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .card-request__btn {
      background-color: #0F84EC;
      border-radius: 30px;
      color: white;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      height: 30px;
      max-width: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      padding: 6px 15px 5px 15px; }
      .card-request__btn.is--disable {
        background-color: #ACACAC;
        cursor: not-allowed; }
        .card-request__btn.is--disable:hover {
          background-color: #AFAFAF; }
        .card-request__btn.is--disable:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-request__btn.is--disable--base {
        background-color: #ACACAC; }
        .card-request__btn.is--disable--base:hover {
          background-color: #AFAFAF; }
        .card-request__btn.is--disable--base:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-request__btn.is--cancel {
        background-color: #ACACAC; }
        .card-request__btn.is--cancel:hover {
          background-color: #AFAFAF; }
        .card-request__btn.is--cancel:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-request__btn.is--delete {
        background-color: #F26B6B; }
        .card-request__btn.is--delete:hover {
          background-color: #f2585c; }
        .card-request__btn.is--delete:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-request__btn:hover {
        background-color: #0f73d7; }
      .card-request__btn:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-request__btn .icon-spinner {
        position: absolute;
        display: block;
        top: calc(50% - 7px);
        left: calc(50% - 7px); }
  .card-form-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 32px; }
    .card-form-row.is--odd {
      background-color: #F6F6F6; }
    .card-form-row__title {
      font-size: 14px;
      font-weight: 800;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: #707070;
      -webkit-box-flex: 0;
          -ms-flex: 0 100px;
              flex: 0 100px;
      max-width: 100px;
      padding-top: 10px; }
    .card-form-row-require {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      cursor: pointer;
      height: 100%;
      padding-top: 10px; }
      .card-form-row-require__input {
        display: none; }
        .card-form-row-require__input:checked + .card-form-row-require__box::before {
          background-color: #0F84EC; }
      .card-form-row-require__box {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        border: 1px solid #7c7c7c;
        border-radius: 3px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
        width: 12px;
        -webkit-box-flex: 0;
            -ms-flex: 0 12px;
                flex: 0 12px;
        min-width: 12px;
        max-width: 12px;
        margin-right: 10px; }
        .card-form-row-require__box::before {
          display: block;
          content: '';
          height: 8px;
          width: 8px;
          border-radius: 2px;
          background-color: transparent; }
      .card-form-row-require__desc {
        display: block;
        color: #7c7c7c;
        font-size: 13px;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
        padding-top: 2px; }
    .card-form-row-switch {
      -webkit-box-flex: 0;
          -ms-flex: 0 100px;
              flex: 0 100px;
      max-width: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px; }
    .card-date.qty-date {
      margin-left: 25px; }
      @media only screen and (max-width: 650px) {
        .card-date.qty-date {
          margin-left: 0;
          min-width: 50%; } }
    .card-date__title {
      display: block;
      font-size: 14px;
      color: #7c7c7c;
      padding-right: 15px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
      @media only screen and (max-width: 460px) {
        .card-date__title {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          min-width: 100%;
          max-width: initial;
          margin-bottom: 15px; } }
      .card-date__title.is--full {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        min-width: 100%;
        max-width: initial;
        margin-bottom: 15px; }
    .card-date-wrap {
      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;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .card-date .additional-word {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      font-size: 14px;
      color: #7c7c7c;
      margin-left: 15px;
      margin-right: 15px; }
    .card-date__btn {
      background-color: #0F84EC;
      border-radius: 30px;
      color: white;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      height: 30px;
      margin-left: 15px;
      padding: 6px 18px 5px 18px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      .card-date__btn.is--disable {
        background-color: #ACACAC;
        cursor: not-allowed; }
        .card-date__btn.is--disable:hover {
          background-color: #AFAFAF; }
        .card-date__btn.is--disable:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-date__btn.is--disable--base {
        background-color: #ACACAC; }
        .card-date__btn.is--disable--base:hover {
          background-color: #AFAFAF; }
        .card-date__btn.is--disable--base:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-date__btn.is--cancel {
        background-color: #ACACAC; }
        .card-date__btn.is--cancel:hover {
          background-color: #AFAFAF; }
        .card-date__btn.is--cancel:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-date__btn.is--delete {
        background-color: #F26B6B; }
        .card-date__btn.is--delete:hover {
          background-color: #f2585c; }
        .card-date__btn.is--delete:active {
          -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .card-date__btn:hover {
        background-color: #0f73d7; }
      .card-date__btn:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      @media only screen and (max-width: 500px) {
        .card-date__btn {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%;
          margin-left: 0;
          margin-top: 15px; } }
  .card-filter {
    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;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .card-filter__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px;
      font-size: 16px;
      color: #7c7c7c; }
      @media only screen and (max-width: 1199px) {
        .card-filter__title {
          display: none; } }
    .card-filter-select {
      height: 36px;
      min-height: 36px;
      max-height: 36px;
      width: 180px;
      -webkit-box-flex: 0;
          -ms-flex: 0 180px;
              flex: 0 180px;
      min-width: 180px;
      max-width: 180px; }
      @media only screen and (max-width: 400px) {
        .card-filter-select {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-preferred-size: 140px;
              flex-basis: 140px;
          min-width: 140px;
          max-width: initial;
          height: 30px;
          min-height: 30px;
          max-height: 30px; } }
      .card-filter-select .select-list {
        border-bottom-color: #acacac; }
      .card-filter-select .select-current {
        height: 100%; }
        .card-filter-select .select-current-arrow {
          background-color: #f8f8f8; }
          .card-filter-select .select-current-arrow__icon path {
            fill: #d9d9d9; }
        .card-filter-select .select-current__name {
          font-weight: 400; }
  .card.is--dashboard-card {
    margin-bottom: 0px; }
    .card.is--dashboard-card .card-content,
    .card.is--dashboard-card .is--statistics {
      padding: 0; }
    .card.is--dashboard-card .card-content {
      padding-bottom: 20px;
      overflow: visible; }
    .card.is--dashboard-card .card-list {
      overflow: visible; }
    .card.is--dashboard-card .is--statistics {
      margin-bottom: 0; }
    .card.is--dashboard-card .VictoryContainer > div {
      z-index: 99 !important; }

.connect-chanel {
  width: 100%; }
  .connect-chanel-dif-name {
    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;
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 574px) {
      .connect-chanel-dif-name {
        margin-bottom: 15px; } }
    .connect-chanel-dif-name__title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 16px;
      font-weight: 700;
      color: #7c7c7c; }
    .connect-chanel-dif-name__switch {
      max-width: 100px;
      margin-left: 15px;
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }
  .connect-chanel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .connect-chanel-list__title {
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      max-width: 100%;
      display: block;
      font-size: 14px;
      color: #7c7c7c;
      margin-bottom: 17px; }
    .connect-chanel-list__field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-preferred-size: 170px;
          flex-basis: 170px;
      max-width: 170px;
      border: 1px solid #EBEBEB;
      background-color: white;
      height: 30px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      text-align: center;
      border-radius: 30px;
      margin: 0 10px;
      padding: 0 10px;
      color: #0F84EC; }
      @media only screen and (max-width: 1500px) {
        .connect-chanel-list__field {
          margin-right: 0;
          max-width: initial; } }
      @media only screen and (max-width: 1350px) {
        .connect-chanel-list__field {
          max-width: 300px;
          margin-right: 10px; } }
      @media only screen and (max-width: 600px) {
        .connect-chanel-list__field {
          max-width: 400px;
          -ms-flex-preferred-size: 220px;
              flex-basis: 220px;
          margin-bottom: 10px;
          margin-right: 0; } }
      @media only screen and (max-width: 490px) {
        .connect-chanel-list__field {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%;
          font-size: 12px; } }
      .connect-chanel-list__field.is--disable {
        background-color: #EBEBEB;
        cursor: not-allowed;
        color: white;
        border-color: #d9d9d9; }
      .connect-chanel-list__field:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .connect-chanel-list__field:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .connect-chanel-list__field:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .connect-chanel-list__field:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
    .connect-chanel-list__select {
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
      max-width: 180px; }
      @media only screen and (max-width: 480px) {
        .connect-chanel-list__select {
          max-width: calc(50% - 15px);
          -ms-flex-preferred-size: calc(50% - 15px);
              flex-basis: calc(50% - 15px); } }
    .connect-chanel-list__submit {
      background-color: #0F84EC;
      border-radius: 30px;
      color: white;
      height: 30px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      padding: 5px 10px;
      font-size: 12px;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      @media only screen and (max-width: 1500px) {
        .connect-chanel-list__submit.is--set-operator {
          margin-top: 15px;
          margin-left: auto; } }
      @media only screen and (max-width: 1350px) {
        .connect-chanel-list__submit.is--set-operator {
          margin-top: 0; } }
      @media only screen and (max-width: 490px) {
        .connect-chanel-list__submit.is--set-operator {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          max-width: 100%; } }
      .connect-chanel-list__submit.is--disable {
        background-color: #ACACAC; }
        .connect-chanel-list__submit.is--disable:hover {
          background-color: #AFAFAF; }
      .connect-chanel-list__submit:hover {
        background-color: #0f73d7; }
      .connect-chanel-list__submit:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }

.current-chanel {
  width: 100%; }
  .current-chanel.is--department .is--name {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    min-width: 110px;
    max-width: initial; }
    @media only screen and (max-width: 430px) {
      .current-chanel.is--department .is--name {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 95px;
            flex-basis: 95px;
        min-width: 95px;
        max-width: initial; }
        .current-chanel.is--department .is--name .current-chanel-row-item__name {
          font-size: 10px; } }
  .current-chanel.is--department .is--qty {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    min-width: 100px;
    max-width: initial; }
    @media only screen and (max-width: 830px) {
      .current-chanel.is--department .is--qty {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 25%;
                flex: 0 25%;
        min-width: 25%;
        max-width: 25%; } }
    @media only screen and (max-width: 430px) {
      .current-chanel.is--department .is--qty {
        width: 75px;
        -webkit-box-flex: 0;
            -ms-flex: 0 75px;
                flex: 0 75px;
        min-width: 75px;
        max-width: 75px; } }
  .current-chanel.is--department .is--edit {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    min-width: 100px;
    max-width: initial;
    cursor: pointer; }
    @media only screen and (max-width: 830px) {
      .current-chanel.is--department .is--edit {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 25%;
                flex: 0 25%;
        min-width: 25%;
        max-width: 25%; } }
    @media only screen and (max-width: 430px) {
      .current-chanel.is--department .is--edit {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
        min-width: 90px;
        max-width: initial; } }
    .current-chanel.is--department .is--edit .current-chanel-row-item__edit {
      height: 17px;
      width: 17px; }
    .current-chanel.is--department .is--edit:hover path {
      fill: #1CB636; }
  .current-chanel.is--department .is--delete {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    min-width: 70px;
    max-width: initial;
    cursor: pointer; }
    @media only screen and (max-width: 1250px) {
      .current-chanel.is--department .is--delete {
        max-width: 70px;
        -ms-flex-preferred-size: 70px;
            flex-basis: 70px; } }
    @media only screen and (max-width: 1199px) {
      .current-chanel.is--department .is--delete {
        max-width: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; } }
    @media only screen and (max-width: 830px) {
      .current-chanel.is--department .is--delete {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 25%;
                flex: 0 25%;
        min-width: 25%;
        max-width: 25%; } }
    @media only screen and (max-width: 430px) {
      .current-chanel.is--department .is--delete {
        width: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 60px;
                flex: 0 60px;
        min-width: 60px;
        max-width: 60px; } }
    .current-chanel.is--department .is--delete:hover path {
      fill: #0F84EC; }
  @media only screen and (min-width: 992px) {
    .current-chanel.is--black-list .is--black-start {
      width: 87px;
      -webkit-box-flex: 0;
          -ms-flex: 0 87px;
              flex: 0 87px;
      min-width: 87px;
      max-width: 87px; } }
  @media only screen and (max-width: 991px) {
    .current-chanel.is--black-list .is--black-start {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 20%;
              flex: 0 20%;
      min-width: 20%;
      max-width: 20%; } }
  @media only screen and (min-width: 992px) {
    .current-chanel.is--black-list .is--black-name {
      width: 97px;
      -webkit-box-flex: 0;
          -ms-flex: 0 97px;
              flex: 0 97px;
      min-width: 97px;
      max-width: 97px; } }
  @media only screen and (max-width: 991px) {
    .current-chanel.is--black-list .is--black-name {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 20%;
              flex: 0 20%;
      min-width: 20%;
      max-width: 20%; } }
  @media only screen and (min-width: 992px) {
    .current-chanel.is--black-list .is--black-operator {
      width: 130px;
      -webkit-box-flex: 0;
          -ms-flex: 0 130px;
              flex: 0 130px;
      min-width: 130px;
      max-width: 130px; } }
  @media only screen and (max-width: 991px) {
    .current-chanel.is--black-list .is--black-operator {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 20%;
              flex: 0 20%;
      min-width: 20%;
      max-width: 20%; } }
  @media only screen and (min-width: 992px) {
    .current-chanel.is--black-list .is--black-tel {
      width: 93px;
      -webkit-box-flex: 0;
          -ms-flex: 0 93px;
              flex: 0 93px;
      min-width: 93px;
      max-width: 93px; } }
  @media only screen and (max-width: 991px) {
    .current-chanel.is--black-list .is--black-tel {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 20%;
              flex: 0 20%;
      min-width: 20%;
      max-width: 20%; } }
  .current-chanel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2px; }
    .current-chanel-title__item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 0 10px 10px 10px;
      font-size: 12px;
      color: #7c7c7c;
      text-align: center; }
      @media only screen and (max-width: 420px) {
        .current-chanel-title__item {
          font-size: 10px; } }
      @media only screen and (max-width: 360px) {
        .current-chanel-title__item {
          font-size: 9px; } }
      .current-chanel-title__item:not(:first-child) {
        border-left: 1px dashed #7c7c7c; }
      .current-chanel-title__item.is--set-operator-site {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
        min-width: 150px;
        max-width: initial; }
        @media only screen and (max-width: 1350px) {
          .current-chanel-title__item.is--set-operator-site {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        @media only screen and (max-width: 510px) {
          .current-chanel-title__item.is--set-operator-site {
            width: 130px;
            -webkit-box-flex: 0;
                -ms-flex: 0 130px;
                    flex: 0 130px;
            min-width: 130px;
            max-width: 130px; } }
      .current-chanel-title__item.is--set-operator-name {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-title__item.is--set-operator-name {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-title__item.is--set-operator-name {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 390px) {
          .current-chanel-title__item.is--set-operator-name {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial; } }
      .current-chanel-title__item.is--set-operator-edit {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-title__item.is--set-operator-edit {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-title__item.is--set-operator-edit {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 390px) {
          .current-chanel-title__item.is--set-operator-edit {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial; } }
      .current-chanel-title__item.is--set-operator-delete {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-title__item.is--set-operator-delete {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-title__item.is--set-operator-delete {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 630px) {
          .current-chanel-title__item.is--set-operator-delete {
            display: none; } }
  .current-chanel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .current-chanel-row:nth-child(odd) .default-avatar {
      background-color: #0F84EC; }
    .current-chanel-row:hover .current-chanel-row-item__name {
      color: #0F84EC !important; }
    .current-chanel-row-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 15px 5px;
      margin-bottom: 2px; }
      .current-chanel-row-item:not(:first-child) {
        border-left: 1px dashed #7c7c7c; }
      .current-chanel-row-item.is--set-operator-site {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
        min-width: 150px;
        max-width: initial;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media only screen and (max-width: 510px) {
          .current-chanel-row-item.is--set-operator-site {
            width: 130px;
            -webkit-box-flex: 0;
                -ms-flex: 0 130px;
                    flex: 0 130px;
            min-width: 130px;
            max-width: 130px; } }
      .current-chanel-row-item.is--set-operator-name {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-row-item.is--set-operator-name {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-row-item.is--set-operator-name {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 390px) {
          .current-chanel-row-item.is--set-operator-name {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial; } }
      .current-chanel-row-item.is--set-operator-edit {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-row-item.is--set-operator-edit {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-row-item.is--set-operator-edit {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 390px) {
          .current-chanel-row-item.is--set-operator-edit {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 90px;
                flex-basis: 90px;
            min-width: 90px;
            max-width: initial; } }
      .current-chanel-row-item.is--set-operator-delete {
        width: 107px;
        -webkit-box-flex: 0;
            -ms-flex: 0 107px;
                flex: 0 107px;
        min-width: 107px;
        max-width: 107px; }
        @media only screen and (max-width: 1400px) {
          .current-chanel-row-item.is--set-operator-delete {
            width: 90px;
            -webkit-box-flex: 0;
                -ms-flex: 0 90px;
                    flex: 0 90px;
            min-width: 90px;
            max-width: 90px; } }
        @media only screen and (max-width: 1350px) {
          .current-chanel-row-item.is--set-operator-delete {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
            min-width: 110px;
            max-width: initial; } }
        @media only screen and (max-width: 630px) {
          .current-chanel-row-item.is--set-operator-delete {
            display: none; } }
      .current-chanel-row-item__icon {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        height: 20px;
        width: 20px;
        min-width: 20px;
        -ms-flex-preferred-size: 20px;
            flex-basis: 20px;
        border: 1px solid #AFAFAF;
        margin-right: 12px;
        border-radius: 100%; }
        .current-chanel-row-item__icon.default-avatar {
          font-size: 8px;
          padding-top: 2px; }
      .current-chanel-row-item__eye {
        display: block;
        height: 18px;
        min-height: 18px;
        width: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 18px;
                flex: 0 18px;
        min-width: 18px;
        margin-left: 3px;
        cursor: pointer;
        display: inline-block; }
        @media only screen and (max-width: 574px) {
          .current-chanel-row-item__eye {
            display: none; } }
      .current-chanel-row-item__site {
        font-size: 12px;
        font-weight: 700;
        color: #0F84EC;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%; }
      .current-chanel-row-item__name {
        font-size: 12px;
        font-weight: 700;
        color: #7c7c7c;
        display: block;
        width: 100%;
        text-align: center;
        font-family: "Circe", sans-serif;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: default;
        padding: 0;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%; }
        @media only screen and (max-width: 420px) {
          .current-chanel-row-item__name {
            font-size: 10px; } }
        @media only screen and (max-width: 360px) {
          .current-chanel-row-item__name {
            font-size: 9px; } }
        .current-chanel-row-item__name.is--read {
          cursor: text;
          color: #0F84EC; }
      .current-chanel-row-item__edit {
        display: block;
        height: 21px;
        width: 21px; }
        .current-chanel-row-item__edit.is--read path {
          fill: #1CB636; }
      .current-chanel-row-item__delete {
        height: 13px;
        width: 13px;
        display: block; }
      .current-chanel-row-item.is--delete {
        cursor: pointer; }
        .current-chanel-row-item.is--delete:hover path {
          fill: #0F84EC; }

.region-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  background-color: #F2F2F2;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden; }
  .region-default__icon {
    display: block;
    height: 12px;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 18px;
            flex: 0 18px;
    margin-right: 12px; }
  .region-default__name {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    color: #7c7c7c;
    padding-top: 2px; }
  .region-default__delete {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    font-size: 12px;
    color: #F26B6B;
    margin-left: auto;
    padding: 2px 15px 0 15px;
    cursor: pointer; }
    .region-default__delete:hover {
      background-color: #EBEBEB; }
  .region-default__empty {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    color: #F26B6B; }

.current-list {
  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%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%; }
  .current-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .current-list-title__item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      color: #7c7c7c;
      padding: 0 5px 15px 5px;
      text-align: center; }
      .current-list-title__item:not(:first-child) {
        border-left: 1px dashed lightgrey; }
      .current-list-title__item.is--region-default {
        padding-left: 10px;
        padding-right: 10px; }
        @media only screen and (max-width: 574px) {
          .current-list-title__item.is--region-default {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
            min-width: 100px;
            max-width: initial; } }
  .current-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 1px; }
    .current-list-row.is--picked::after {
      display: block;
      content: '';
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      position: absolute;
      z-index: 1;
      top: 6px;
      left: 0;
      background-color: #F2F2F2;
      border-radius: 5px; }
    .current-list-row-item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 14px 5px;
      position: relative;
      z-index: 2; }
      .current-list-row-item:not(:first-child) {
        border-left: 1px dashed lightgrey; }
      .current-list-row-item__region-icon {
        display: block;
        height: 12px;
        min-height: 12px;
        width: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 18px;
                flex: 0 18px;
        min-width: 18px;
        position: absolute;
        left: -29px;
        top: calc(50% - 7px);
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 574px) {
          .current-list-row-item__region-icon {
            left: -25px; } }
      .current-list-row-item__region-name {
        font-size: 14px;
        color: #7c7c7c;
        display: block;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important; }
        @media only screen and (max-width: 574px) {
          .current-list-row-item__region-name {
            font-size: 12px; } }
      .current-list-row-item__radio {
        display: block;
        height: 14px;
        width: 14px;
        border-radius: 100%;
        border: 1px solid #AFAEAE;
        background-color: white; }
      .current-list-row-item__input {
        display: none; }
        .current-list-row-item__input:checked + .current-list-row-item__radio {
          background-color: #0F84EC;
          border-color: #AFAEAE !important; }
      .current-list-row-item__delete {
        display: block;
        height: 14px;
        min-height: 14px;
        width: 14px;
        -webkit-box-flex: 0;
            -ms-flex: 0 14px;
                flex: 0 14px;
        min-width: 14px; }
      .current-list-row-item.is--region-default {
        cursor: pointer; }
        @media only screen and (max-width: 574px) {
          .current-list-row-item.is--region-default {
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
            min-width: 100px;
            max-width: initial; } }
  .current-list:not(:first-child) {
    border-left: 1px dashed #7c7c7c;
    margin-bottom: 2px; }
  .current-list .is--region-name {
    width: 145px;
    -webkit-box-flex: 0;
        -ms-flex: 0 145px;
            flex: 0 145px;
    min-width: 145px;
    max-width: 145px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (max-width: 1090px) {
      .current-list .is--region-name {
        width: 120px;
        -webkit-box-flex: 0;
            -ms-flex: 0 120px;
                flex: 0 120px;
        min-width: 120px;
        max-width: 120px; } }
    @media only screen and (max-width: 860px) {
      .current-list .is--region-name {
        width: 160px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: initial;
        max-width: 160px; } }
    @media only screen and (max-width: 1090px) {
      .current-list .is--region-name .center-name {
        padding-left: 20px; } }
    @media only screen and (max-width: 574px) {
      .current-list .is--region-name .center-name {
        width: 90px;
        -webkit-box-flex: 0;
            -ms-flex: 0 90px;
                flex: 0 90px;
        min-width: 90px;
        max-width: 90px; } }
    @media only screen and (max-width: 490px) {
      .current-list .is--region-name .center-name {
        width: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 60px;
                flex: 0 60px;
        min-width: 60px;
        max-width: 60px; } }
    @media only screen and (max-width: 1090px) {
      .current-list .is--region-name .center-name svg {
        left: -5px; } }
    @media only screen and (max-width: 490px) {
      .current-list .is--region-name .center-name svg {
        display: none; } }
    @media only screen and (max-width: 515px) {
      .current-list .is--region-name {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
        min-width: 80px;
        max-width: initial; } }
  @media only screen and (max-width: 1150px) {
    .current-list .is--region-default {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-preferred-size: 90px;
          flex-basis: 90px;
      min-width: 90px;
      max-width: initial; } }
  .current-list .is--region-default:hover .current-list-row-item__radio {
    border-color: #0F84EC; }
  .current-list .is--region-delete {
    max-width: 110px;
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px; }
    @media only screen and (max-width: 574px) {
      .current-list .is--region-delete {
        max-width: 40px;
        -webkit-box-flex: 0;
            -ms-flex: 0 40px;
                flex: 0 40px; } }
    .current-list .is--region-delete:hover path {
      fill: #0F84EC; }
    @media only screen and (max-width: 1330px) {
      .current-list .is--region-delete {
        max-width: 110px;
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px; } }
  .current-list .is--region-edit {
    max-width: 115px;
    -ms-flex-preferred-size: 115px;
        flex-basis: 115px;
    cursor: pointer; }
    @media only screen and (max-width: 574px) {
      .current-list .is--region-edit {
        max-width: 70px;
        -webkit-box-flex: 0;
            -ms-flex: 0 70px;
                flex: 0 70px; } }
  .current-list.is--region .current-list-title__item {
    font-size: 10px; }

.center-name {
  text-align: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  position: relative; }
  .center-name * {
    text-align: inherit; }
  .center-name.is--less {
    width: 68px;
    -webkit-box-flex: 0;
        -ms-flex: 0 68px;
            flex: 0 68px;
    min-width: 68px;
    max-width: 68px; }
    @media only screen and (max-width: 1330px) {
      .center-name.is--less {
        width: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 60px;
                flex: 0 60px;
        min-width: 60px;
        max-width: 60px; } }

.center-obj {
  width: 100%;
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.card-some-title {
  font-size: 14px;
  font-weight: 800;
  color: #7c7c7c;
  margin-bottom: 15px;
  display: block;
  width: 100%; }

.form-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%; }
  @media only screen and (max-width: 540px) {
    .form-btn-group {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .form-btn-group__item {
    background-color: #0F84EC;
    border-radius: 30px;
    color: white;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: none !important;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 5px 25px;
    height: 32px;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    min-width: 150px; }
    .form-btn-group__item.is--disable {
      background-color: #ACACAC;
      cursor: not-allowed; }
      .form-btn-group__item.is--disable:hover {
        background-color: #AFAFAF; }
      .form-btn-group__item.is--disable:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
    .form-btn-group__item.is--disable--base {
      background-color: #ACACAC; }
      .form-btn-group__item.is--disable--base:hover {
        background-color: #AFAFAF; }
      .form-btn-group__item.is--disable--base:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
    .form-btn-group__item.is--cancel {
      background-color: #ACACAC; }
      .form-btn-group__item.is--cancel:hover {
        background-color: #AFAFAF; }
      .form-btn-group__item.is--cancel:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
    .form-btn-group__item.is--delete {
      background-color: #F26B6B; }
      .form-btn-group__item.is--delete:hover {
        background-color: #f2585c; }
      .form-btn-group__item.is--delete:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
    .form-btn-group__item:hover {
      background-color: #0f73d7; }
    .form-btn-group__item:active {
      -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
    @media only screen and (max-width: 540px) {
      .form-btn-group__item:not(.no-resize) {
        max-width: 100%;
        min-width: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px); } }
    .form-btn-group__item.is--save {
      margin-right: 30px; }
      @media only screen and (max-width: 540px) {
        .form-btn-group__item.is--save {
          margin-right: 15px; } }
    .form-btn-group__item.is--cancel {
      margin-right: 20px; }
      @media only screen and (max-width: 540px) {
        .form-btn-group__item.is--cancel {
          margin-right: 0; } }
    .form-btn-group__item.is--delete {
      margin-left: auto; }
      @media only screen and (max-width: 540px) {
        .form-btn-group__item.is--delete {
          margin-left: 15px; } }
    .form-btn-group__item.is--activate {
      margin-left: auto;
      background-color: #1CB636; }
      @media only screen and (max-width: 540px) {
        .form-btn-group__item.is--activate {
          margin-top: 15px; } }
    .form-btn-group__item.big-form-btn {
      width: 210px;
      font-size: 18px;
      font-weight: 800;
      height: 38px; }

.tech-support__area {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  resize: none !important;
  outline: none !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  display: block;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  font-family: "Circe", sans-serif;
  color: #7c7c7c;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  font-size: 16px; }
  .tech-support__area::-webkit-inner-spin-button, .tech-support__area::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    .tech-support__area {
      height: 200px; } }
  .tech-support__area::-webkit-input-placeholder {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .tech-support__area::-moz-placeholder {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .tech-support__area:-ms-input-placeholder {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .tech-support__area:-moz-placeholder {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .tech-support__area:focus {
    -webkit-box-shadow: 0 0 2px 0 #0F84EC;
            box-shadow: 0 0 2px 0 #0F84EC; }
    .tech-support__area:focus::-webkit-input-placeholder {
      opacity: 0;
      text-indent: 15px; }
    .tech-support__area:focus::-moz-placeholder {
      opacity: 0;
      text-indent: 15px; }
    .tech-support__area:focus:-ms-input-placeholder {
      opacity: 0;
      text-indent: 15px; }
    .tech-support__area:focus:-moz-placeholder {
      opacity: 0;
      text-indent: 15px; }
  .tech-support__area.is--error {
    border: 1px solid #F26B6B; }
    .tech-support__area.is--error:focus {
      -webkit-box-shadow: 0 0 2px 0 #F26B6B;
              box-shadow: 0 0 2px 0 #F26B6B; }

.tech-support-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.tech-support-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tech-support-switch .switch {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .tech-support-switch__text {
    font-size: 12px;
    display: block;
    color: #7c7c7c;
    margin-right: 10px;
    line-height: 1.3;
    text-align: right; }

.footer {
  padding: 70px 0;
  background-image: url("background/footerBG.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-bottom: 50px;
      padding-top: 20px; } }
  .footer.is-login-page {
    padding-bottom: 15px;
    padding-top: 40px; }
    .footer.is-login-page .footer__icon {
      display: none; }
    .footer.is-login-page .footer__copyright {
      display: none; }
    .footer.is-login-page .footerContacts {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .footer.is-login-page .footerContacts {
          margin-bottom: 10px; } }
  .footer__icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 50px auto;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .footer__icon {
        margin-bottom: 30px; } }
    .footer__icon svg {
      height: 100%;
      width: 100%; }
  .footer__copyright {
    font-size: 14px;
    text-align: center;
    color: #f6f6f6;
    font-weight: 300;
    display: block;
    margin-bottom: 50px; }
  .footerContacts {
    background-color: rgba(250, 250, 250, 0.2);
    padding: 10px 25px;
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; }
    @media only screen and (max-width: 767px) {
      .footerContacts {
        margin-bottom: 0;
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        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; } }
    @media only screen and (max-width: 574px) {
      .footerContacts {
        width: 100%; } }
    @media only screen and (max-width: 723px) {
      .footerContacts {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 10px;
        padding-right: 10px; } }
    .footerContactsPhones {
      color: inherit;
      font-size: inherit;
      font-weight: 300; }
      @media only screen and (max-width: 723px) {
        .footerContactsPhones {
          margin-bottom: 15px; } }
      @media only screen and (min-width: 525px) {
        .footerContactsPhones br {
          display: none; } }
      @media only screen and (max-width: 525px) {
        .footerContactsPhones {
          text-align: center; } }
      .footerContactsPhones__item {
        font-size: 18px;
        font-weight: 700;
        color: inherit;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px dashed #f6f6f6; }
        @media only screen and (max-width: 524px) {
          .footerContactsPhones__item {
            margin-top: 15px;
            padding-top: 2px;
            margin-right: 10px;
            padding-bottom: 2px;
            display: inline-block; } }
        @media only screen and (max-width: 399px) {
          .footerContactsPhones__item {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0;
            border: none; } }
        .footerContactsPhones__item:first-child {
          margin-left: 5px; }
          @media only screen and (max-width: 525px) {
            .footerContactsPhones__item:first-child {
              display: inline-block;
              margin-top: 10px;
              margin-bottom: 10px; } }
        @media only screen and (max-width: 767px) {
          .footerContactsPhones__item:last-child {
            border-right: 0;
            padding-right: 0; } }
        @media only screen and (max-width: 723px) {
          .footerContactsPhones__item:last-child {
            margin-right: 0; } }
    .footerContactsEmail {
      color: inherit;
      font-size: inherit;
      font-weight: 300; }
      .footerContactsEmail:first-child {
        margin-left: 5px; }
      .footerContactsEmail__item {
        font-size: 18px;
        font-weight: 700;
        color: inherit; }
  .footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .footerNav {
        display: none; } }
    .footerNav__item {
      min-height: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      color: inherit;
      font-size: inherit;
      font-weight: 300;
      cursor: pointer;
      position: relative;
      color: #f6f6f6; }
      .footerNav__item::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: #f6f6f6;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .footerNav__item:hover::before {
        left: 0;
        width: 100%; }

.login {
  margin: auto;
  width: 100%;
  padding: 50px 0; }
  .login-header {
    width: 100%;
    height: 75px;
    background: url("background/navMenuBG.png") no-repeat center bottom;
    background-size: cover; }
  .login-logo {
    width: 115px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    margin: 0 auto 40px auto;
    cursor: pointer; }
    .login-logo__icon {
      width: 100%;
      height: auto;
      display: block; }
      .login-logo__icon path {
        fill: #0F84EC; }
  .login-form {
    display: block;
    width: 100%;
    max-width: 365px;
    padding: 0 15px;
    margin: 0 auto 15px auto; }
    .login-form-field {
      height: 66px;
      min-height: 66px;
      max-height: 66px;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%;
      display: block;
      position: relative;
      z-index: 1;
      cursor: text; }
      .login-form-field:hover {
        z-index: 2; }
      .login-form-field.is--change {
        z-index: 2; }
        .login-form-field.is--change .login-form-field__input {
          z-index: 2;
          border-color: rgba(0, 117, 221, 0.5) !important; }
      .login-form-field.is--first .login-form-field__input {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px; }
      .login-form-field.is--last .login-form-field__input {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; }
      .login-form-field.react-tel-input {
        font-size: 16px !important; }
        .login-form-field.react-tel-input input.login-form-field__input {
          background-color: transparent !important;
          border-top-left-radius: 0 !important;
          border-top-right-radius: 0 !important;
          padding-left: 65px; }
        .login-form-field.react-tel-input .flag-dropdown {
          border: none !important;
          background-color: transparent !important;
          left: 15px; }
          .login-form-field.react-tel-input .flag-dropdown .selected-flag {
            background-color: transparent !important; }
      .login-form-field__input {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #f6f6f6;
        padding: 3px 45px 0 20px;
        color: #0F84EC;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #EBEBEB !important; }
        .login-form-field__input::-webkit-input-placeholder {
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-size: 16px;
          text-align: left; }
        .login-form-field__input::-moz-placeholder {
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-size: 16px;
          text-align: left; }
        .login-form-field__input:-ms-input-placeholder {
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-size: 16px;
          text-align: left; }
        .login-form-field__input:-moz-placeholder {
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          font-size: 16px;
          text-align: left; }
        .login-form-field__input:hover {
          z-index: 2;
          border-color: rgba(0, 117, 221, 0.5); }
        .login-form-field__input:focus {
          z-index: 2;
          border-color: rgba(0, 117, 221, 0.5); }
          .login-form-field__input:focus::-webkit-input-placeholder {
            text-indent: 15px;
            opacity: 0; }
          .login-form-field__input:focus::-moz-placeholder {
            text-indent: 15px;
            opacity: 0; }
          .login-form-field__input:focus:-ms-input-placeholder {
            text-indent: 15px;
            opacity: 0; }
          .login-form-field__input:focus:-moz-placeholder {
            text-indent: 15px;
            opacity: 0; }
        .login-form-field__input.is--error {
          border-color: #F26B6B !important;
          z-index: 4 !important; }
        .login-form-field__input.is--change {
          border-color: rgba(0, 117, 221, 0.5);
          z-index: 2; }
      .login-form-field__icon {
        position: absolute;
        display: block;
        height: 18px;
        min-height: 18px;
        width: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 18px;
                flex: 0 18px;
        min-width: 18px;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
    .login-form__error {
      color: #F26B6B;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 13px;
      margin-top: 5px; }
    .login-form__submit {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      resize: none !important;
      outline: none !important;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -moz-appearance: textfield;
      -webkit-appearance: textfield;
              appearance: textfield;
      width: 100%;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      padding: 5px 20px;
      height: 38px;
      background-color: #ACACAC;
      color: #f6f6f6;
      font-size: 18px;
      font-weight: 800;
      border-radius: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 40px auto 0 auto;
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out;
      -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
              box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); }
      .login-form__submit::-webkit-inner-spin-button, .login-form__submit::-webkit-outer-spin-button {
        -webkit-appearance: none; }
      .login-form__submit:hover, .login-form__submit:focus {
        background-color: #0F84EC; }
      .login-form__submit:active {
        -webkit-box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.3);
                box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.3); }
      .login-form__submit .icon-spinner {
        position: absolute;
        right: -30px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px; }
    .login-form-register {
      position: relative; }
      .login-form-register-step {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1; }
        .login-form-register-step.is--active {
          position: relative;
          z-index: 2;
          opacity: 1;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
      .login-form-register-title {
        display: block;
        max-width: 400px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 50px auto; }
        .login-form-register-title__text {
          font-size: 30px;
          color: #4F4F4F;
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 30px; }
      .login-form-register-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .login-form-register-tabs__item {
          display: block;
          height: 7px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 4px;
          background-color: #EBEBEB;
          cursor: pointer;
          -webkit-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
          .login-form-register-tabs__item.is--active {
            background-color: #0F84EC; }
          .login-form-register-tabs__item:hover {
            background-color: #0F84EC; }
          .login-form-register-tabs__item:last-child {
            margin: 0; }
      .login-form-register-btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 38px;
        background-color: #ACACAC;
        color: #f6f6f6;
        font-size: 18px;
        font-weight: 800;
        border-radius: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        margin: 40px auto 0 auto;
        padding: 0 20px;
        cursor: pointer;
        -webkit-transition: 0.1s ease-out;
        -o-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
        -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
                box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
        position: relative; }
        .login-form-register-btn:hover {
          background-color: #0F84EC; }
        .login-form-register-btn:active {
          -webkit-box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.3);
                  box-shadow: inset 3px 3px 15px rgba(0, 0, 0, 0.3); }
        .login-form-register-btn .icon-spinner {
          position: absolute;
          right: -30px;
          top: calc(50% - 10px);
          height: 20px;
          width: 20px; }
    .login-form-political {
      display: block;
      width: 100%;
      color: #4F4F4F;
      font-size: 16px;
      line-height: 1.2;
      text-align: center; }
      .login-form-political__link {
        color: #0F84EC; }
        .login-form-political__link:hover, .login-form-political__link:focus {
          text-decoration: underline; }
  .login-info {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }
    .login-info__wrong-data {
      color: #F26B6B;
      font-size: 14px;
      text-align: center;
      display: block;
      margin-bottom: 10px; }
    .login-info__forget-password {
      font-size: 16px;
      font-weight: bold;
      color: #0F84EC;
      display: block;
      text-align: center; }
      .login-info__forget-password:hover {
        text-decoration: underline; }
  .login-not-registered {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .login-not-registered__title {
      color: #7c7c7c;
      font-size: 16px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .login-not-registered__link {
      color: #0F84EC;
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 800;
      text-decoration: underline; }
  .login-bad-policy {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
    background-color: #0F84EC;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 1.2;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    z-index: 10;
    color: white;
    font-size: 11px;
    width: 230px;
    text-align: left; }
    .login-bad-policy::before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 50%;
      -webkit-transform: translate(1px, -45%);
          -ms-transform: translate(1px, -45%);
              transform: translate(1px, -45%);
      border-top: 10px solid transparent;
      border-right: 13px solid #0F84EC;
      border-bottom: 10px solid transparent; }
    @media only screen and (max-width: 850px) {
      .login-bad-policy {
        left: 50%;
        top: initial;
        bottom: 100%;
        -webkit-transform: translate(-50%, -20px);
            -ms-transform: translate(-50%, -20px);
                transform: translate(-50%, -20px);
        width: 100%; }
        .login-bad-policy::before {
          right: 50%;
          top: 100%;
          -webkit-transform: translate(50%, -1px);
              -ms-transform: translate(50%, -1px);
                  transform: translate(50%, -1px);
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 13px solid #0F84EC; } }
    .login-bad-policy__desc {
      display: block;
      margin-bottom: 3px; }
    .login-bad-policy__link {
      display: block;
      text-decoration: underline;
      color: white !important; }
  .login-confirm-container {
    max-width: 540px;
    margin: 0 auto;
    padding: 50px 30px;
    width: 100%; }
    .login-confirm-container .login-form__submit {
      background: #0F85EE; }
      .login-confirm-container .login-form__submit:hover {
        background-color: #0f7bde; }
  .login-confirm-title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #4F4F4F; }
  .login-confirm-verification-err {
    color: #F26B6B;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }

.policy-btn-group .card-form-row-require {
  max-width: 290px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto; }
  .policy-btn-group .card-form-row-require a {
    color: inherit !important; }
  .policy-btn-group .card-form-row-require input:checked + span + span {
    color: #0F84EC; }

input:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none; }

.add-canal {
  width: 100%;
  max-width: 630px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .add-canal-wrapper {
    background-color: rgba(246, 246, 246, 0.8);
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 2; }
    .add-canal-wrapper.center-spinner {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      max-width: 1525px; }
  .add-canal-title {
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 500px) {
      .add-canal-title {
        margin-bottom: 15px; } }
    .add-canal-title__name {
      display: block;
      width: 100%;
      color: #7c7c7c;
      font-size: 46px;
      line-height: 68px;
      font-weight: 800;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 500px) {
        .add-canal-title__name {
          font-size: 28px;
          line-height: 48px; } }
    .add-canal-title .icon-close {
      position: absolute;
      top: 50%;
      right: 0%;
      -webkit-transform: translate(calc(-50% - 15px), -50%);
          -ms-transform: translate(calc(-50% - 15px), -50%);
              transform: translate(calc(-50% - 15px), -50%);
      cursor: pointer;
      height: 20px;
      width: 20px; }
      .add-canal-title .icon-close:hover path {
        fill: #0F84EC; }
  .add-canal-wrap {
    background-color: white;
    width: 100%;
    position: relative;
    border-radius: 30px; }
  .add-canal-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px; }
    .add-canal-field__input {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 100%;
      background-color: #F2F2F2;
      text-align: center;
      padding: 8px 15px;
      color: #7c7c7c;
      font-size: 14px;
      border-radius: 20px;
      outline: none;
      letter-spacing: .4px;
      border: 1px solid transparent; }
      .add-canal-field__input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .add-canal-field__input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .add-canal-field__input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .add-canal-field__input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
    .add-canal-field__error {
      font-size: 14px;
      display: block;
      width: 100%;
      color: #F26B6B;
      padding: 0 30px;
      text-align: center;
      margin-bottom: 30px; }
    .add-canal-field__btn {
      margin-left: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 140px;
              flex: 0 140px;
      max-height: 140px;
      height: 34px;
      color: white;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      border-radius: 15px;
      background-color: #0F84EC;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      -webkit-box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      @media only screen and (max-width: 500px) {
        .add-canal-field__btn {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          min-width: 100%;
          max-width: 100%;
          margin-left: 0;
          margin-top: 15px; } }
      .add-canal-field__btn:hover {
        background-color: #0f7bde; }
      .add-canal-field__btn:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .add-canal-field__btn .icon-spinner path {
        fill: white; }
      .add-canal-field__btn.is--cancel {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        background-color: #ACACAC; }
  .add-canal-faq {
    display: block;
    width: 100%;
    margin-top: 35px;
    color: #7c7c7c;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.36; }
    @media only screen and (max-width: 520px) {
      .add-canal-faq {
        margin-top: 20px; }
        .add-canal-faq br {
          display: none; } }
    .add-canal-faq__link {
      font-weight: 700;
      color: #5F5F5F; }
      .add-canal-faq__link:hover {
        text-decoration: underline; }

.check-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px; }
  .check-code-wrap {
    padding: 30px;
    width: 100%; }
    .check-code-wrap.is--install-code {
      padding: 0;
      position: relative; }
  .check-code-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
    padding: 0 10px 20px 10px;
    border-left: 1px dashed #7c7c7c; }
    @media only screen and (max-width: 470px) {
      .check-code-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        max-width: 100%;
        border-left: 0;
        border-bottom: 1px dashed #7c7c7c;
        padding: 15px 0; } }
    .check-code-item:first-child {
      border-left: none; }
    .check-code-item__title {
      font-size: 12px;
      color: #7c7c7c;
      display: block;
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (max-width: 470px) {
        .check-code-item__title {
          text-align: left; } }
    .check-code-item__value {
      font-size: 14px;
      color: #7c7c7c;
      text-align: center;
      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;
      -ms-flex-line-pack: center;
          align-content: center; }
      @media only screen and (max-width: 470px) {
        .check-code-item__value {
          text-align: left; } }
      .check-code-item__value.is--install-code {
        font-weight: 800; }
      .check-code-item__value.is--status-code {
        font-weight: 800; }
        .check-code-item__value.is--status-code::before {
          display: inline-block;
          content: '';
          height: 10px;
          width: 10px;
          border: 2px solid white;
          border-radius: 100%;
          -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          background-color: #F26B6B;
          margin-right: 6px; }
        .check-code-item__value.is--status-code.is--active::before {
          background-color: #1CB636; }
  .check-code-result-desc {
    font-size: 12px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 1.36;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    .check-code-result-desc__link {
      font-weight: 700;
      color: #0F84EC; }
      .check-code-result-desc__link:hover {
        text-decoration: underline; }

.steps-wrap {
  max-width: 530px;
  margin: 0 auto 65px;
  width: 100%; }

.steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.steps-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;
  z-index: 1; }
  .steps-item.active .steps-name {
    color: #0F85EE; }
  .steps-item.active .steps-number {
    background: #0F85EE;
    color: #FFFFFF;
    border: 5px solid rgba(255, 255, 255, 0.5); }
  .steps-item.active:first-child .steps-number {
    border: 5px solid #FFFFFF; }
  .steps-item.active .steps-hint-triangle {
    display: block; }
  .steps-item.done .steps-name {
    color: #0F85EE; }
  .steps-item.done .steps-number {
    background: #0F85EE;
    border: 5px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF; }
  .steps-item.done .steps-icon {
    display: block; }

.steps-name {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  font-weight: 700;
  margin-bottom: 13px; }
  @media only screen and (max-width: 530px) {
    .steps-name {
      font-size: 12px; } }
  @media only screen and (max-width: 370px) {
    .steps-name {
      max-width: 70px;
      text-align: center; } }

.steps-number {
  width: 40px;
  height: 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;
  border-radius: 50%;
  background: #E1E1E1;
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  position: relative; }

.steps-icon {
  display: none; }

.steps-line {
  height: 1px;
  background: #E1E1E1;
  width: 100%;
  position: absolute;
  top: 53px;
  left: 60px;
  z-index: 0;
  max-width: 390px; }
  @media only screen and (max-width: 530px) {
    .steps-line {
      max-width: 70%; } }
  @media only screen and (max-width: 410px) {
    .steps-line {
      max-width: 60%; } }
  @media only screen and (max-width: 370px) {
    .steps-line {
      top: 75px;
      left: 45px;
      max-width: 75%; } }

.steps-hint {
  background: #0F85EE;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: 300;
  padding: 8px 13px;
  position: relative;
  z-index: 1; }
  .steps-hint-triangle {
    display: none;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 26px solid #0F84EC;
    position: absolute;
    z-index: 0;
    bottom: -38px; }

.steps-two .steps-container {
  max-width: 325px;
  margin: auto; }

.steps-two .steps-line {
  max-width: 220px; }
  @media only screen and (max-width: 370px) {
    .steps-two .steps-line {
      top: 53px;
      left: 60px;
      max-width: 65%; } }

@media only screen and (max-width: 370px) {
  .steps-two .steps-name {
    max-width: unset; } }

.telegram-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px; }

.telegram-icon-big {
  width: 65px;
  height: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  margin-right: 30px; }
  @media only screen and (max-width: 430px) {
    .telegram-icon-big {
      width: 45px;
      height: 45px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45px;
              flex: 0 0 45px;
      margin-right: 10px; } }

.telegram-text {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 10px; }
  .telegram-text-title {
    font-size: 18px;
    line-height: 27px;
    color: #707070;
    margin-bottom: 10px; }
    @media only screen and (max-width: 550px) {
      .telegram-text-title {
        line-height: 21px; } }
  .telegram-text strong {
    color: #171717;
    font-weight: 400; }
  .telegram-text-code {
    font-size: 14px;
    line-height: 21px;
    color: #707070;
    font-weight: 700; }
    .telegram-text-code strong {
      font-size: 24px;
      line-height: 35px;
      color: #0F85EE; }

.telegram-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .telegram-btn-container .is--transparent {
    color: #0F85EE;
    padding-left: 20px;
    min-width: 174px; }

.chat-wrap {
  height: 700px;
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(120, 120, 120, 0.16);
          box-shadow: 3px 3px 15px 0 rgba(120, 120, 120, 0.16);
  position: relative;
  z-index: 1; }

.chat-dialog {
  background-color: white;
  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: 1;
          flex: 1;
  position: relative;
  padding: 30px 60px 20px 60px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .chat-dialog {
      padding: 30px 30px 20px 30px; } }
  @media only screen and (max-width: 520px) {
    .chat-dialog {
      padding: 6px 6px 20px 30px; } }
  @media only screen and (max-width: 475px) {
    .chat-dialog {
      padding: 6px 6px 20px 15px; } }
  .chat-dialog.is--setting {
    padding: 30px;
    border-radius: 30px; }
    @media only screen and (max-width: 767px) {
      .chat-dialog.is--setting {
        padding-right: 0; } }
    .chat-dialog.is--setting .chat-dialog-list {
      overflow-y: auto;
      max-height: 430px; }
      @media only screen and (max-width: 767px) {
        .chat-dialog.is--setting .chat-dialog-list {
          overflow-y: scroll; } }
  .chat-dialog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 35px; }
    @media only screen and (max-width: 1250px) {
      .chat-dialog-nav {
        display: none; } }
    .chat-dialog-nav__item {
      display: block;
      text-align: center;
      font-size: 11px;
      color: #7c7c7c;
      cursor: pointer;
      margin-right: 40px;
      padding: 10px 0;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      @media only screen and (max-width: 767px) {
        .chat-dialog-nav__item {
          margin-right: 20px; } }
      .chat-dialog-nav__item:last-child {
        margin-right: 0; }
      .chat-dialog-nav__item:hover {
        color: #0F84EC; }
    .chat-dialog-nav-mob {
      background: #0F85EE;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 2px 3px 10px -22px;
      position: absolute;
      top: 55px;
      margin-right: 35px;
      margin-left: 0; }
      @media only screen and (max-width: 520px) {
        .chat-dialog-nav-mob {
          top: 20px; } }
      .chat-dialog-nav-mob .chat-dialog-nav__item {
        color: #fff;
        width: 50%;
        font-size: 11px;
        margin-right: 0;
        padding: 12px 22px 12px 22px;
        line-height: 16px;
        border: 0.5px solid rgba(255, 255, 255, 0.1); }
        @media only screen and (max-width: 430px) {
          .chat-dialog-nav-mob .chat-dialog-nav__item {
            padding: 12px; } }
        .chat-dialog-nav-mob .chat-dialog-nav__item:nth-child(1), .chat-dialog-nav-mob .chat-dialog-nav__item:nth-child(2) {
          padding-top: 25px; }
        .chat-dialog-nav-mob .chat-dialog-nav__item:nth-last-child(1), .chat-dialog-nav-mob .chat-dialog-nav__item:nth-last-child(2) {
          padding-bottom: 25px; }
  .chat-dialog-list {
    display: block;
    margin-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
    width: 100%;
    height: 100%; }
    .chat-dialog-list::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .chat-dialog-list::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .chat-dialog-list::-webkit-scrollbar-thumb {
      background: #bababa; }
    .chat-dialog-list::-webkit-scrollbar-thumb:hover {
      background: #7c7c7c; }
    .chat-dialog-list-item {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-bottom: 10px; }
      .chat-dialog-list-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        color: #d6d0d0; }
        .chat-dialog-list-item-info__avatar {
          display: block;
          height: 17px;
          min-height: 17px;
          width: 17px;
          -webkit-box-flex: 0;
              -ms-flex: 0 17px;
                  flex: 0 17px;
          min-width: 17px;
          margin-right: 5px; }
          .chat-dialog-list-item-info__avatar.default-avatar {
            font-size: 7px;
            padding-top: 1px;
            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;
            -ms-flex-line-pack: center;
                align-content: center; }
      .chat-dialog-list-item-content {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 344px;
        padding: 12px;
        border-radius: 15px;
        background-color: #D5EBFF;
        -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16); }
        @media only screen and (max-width: 475px) {
          .chat-dialog-list-item-content {
            width: auto;
            max-width: 100%; } }
        .chat-dialog-list-item-content a.chat-dialog-list-item-content__text {
          color: #0F84EC;
          text-decoration: underline;
          cursor: pointer; }
        .chat-dialog-list-item-content__text {
          font-size: 12px;
          display: block;
          color: #7c7c7c; }
      .chat-dialog-list-item.is--operator {
        margin-left: auto; }
        .chat-dialog-list-item.is--operator .chat-dialog-list-item-info {
          color: #D1D1D1;
          margin-left: auto; }
          .chat-dialog-list-item.is--operator .chat-dialog-list-item-info__time {
            margin-left: 5px; }
        .chat-dialog-list-item.is--operator .chat-dialog-list-item-content {
          background-color: #F3F3F3;
          border-top-right-radius: 0; }
      .chat-dialog-list-item.is--client .chat-dialog-list-item-info__time {
        margin-left: 5px; }
      .chat-dialog-list-item.is--client .chat-dialog-list-item-content {
        border-top-left-radius: 0; }
  .chat-dialog-start {
    display: block;
    width: 100%;
    color: #7c7c7c;
    margin: auto; }
    .chat-dialog-start__date {
      display: block;
      width: 100%;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: center;
      font-size: 14px;
      text-transform: capitalize; }
    .chat-dialog-start__desc {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      text-align: center;
      font-size: 12px; }
    .chat-dialog-start-title {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: 0 auto;
      font-size: 14px;
      color: #0F84EC;
      cursor: pointer; }
      .chat-dialog-start-title:hover {
        text-decoration: underline; }
      .chat-dialog-start-title__icon {
        display: block;
        height: 14px;
        min-height: 14px;
        width: 14px;
        -webkit-box-flex: 0;
            -ms-flex: 0 14px;
                flex: 0 14px;
        min-width: 14px;
        margin-left: 5px;
        margin-right: -8px; }
  .chat-dialog-field {
    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;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    background-color: #F6FAFE;
    border-radius: 30px; }
    @media only screen and (max-width: 400px) {
      .chat-dialog-field {
        width: calc(100% - 44px - 30px); } }
    .chat-dialog-field-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: auto;
      position: relative;
      z-index: 5; }
    .chat-dialog-field-file {
      -webkit-box-flex: 0;
          -ms-flex: 0 44px;
              flex: 0 44px;
      height: 100%;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      cursor: pointer; }
      @media only screen and (max-width: 475px) {
        .chat-dialog-field-file {
          -webkit-box-flex: 0;
              -ms-flex: 0 36px;
                  flex: 0 36px; } }
      @media only screen and (max-width: 400px) {
        .chat-dialog-field-file {
          -webkit-box-flex: 0;
              -ms-flex: 0 33px;
                  flex: 0 33px; } }
      @media only screen and (max-width: 360px) {
        .chat-dialog-field-file {
          -webkit-box-flex: 0;
              -ms-flex: 0 25px;
                  flex: 0 25px; } }
      .chat-dialog-field-file:hover .icon-border {
        stroke: #0F84EC; }
      .chat-dialog-field-file:hover .icon-detail {
        fill: #0F84EC; }
      .chat-dialog-field-file__icon {
        display: block;
        height: 26px;
        min-height: 26px;
        width: 26px;
        -webkit-box-flex: 0;
            -ms-flex: 0 26px;
                flex: 0 26px;
        min-width: 26px; }
        @media only screen and (max-width: 475px) {
          .chat-dialog-field-file__icon {
            display: block;
            height: 22px;
            min-height: 22px;
            width: 22px;
            -webkit-box-flex: 0;
                -ms-flex: 0 22px;
                    flex: 0 22px;
            min-width: 22px; } }
        @media only screen and (max-width: 400px) {
          .chat-dialog-field-file__icon {
            display: block;
            height: 20px;
            min-height: 20px;
            width: 20px;
            -webkit-box-flex: 0;
                -ms-flex: 0 20px;
                    flex: 0 20px;
            min-width: 20px; } }
        @media only screen and (max-width: 370px) {
          .chat-dialog-field-file__icon {
            display: block;
            height: 18px;
            min-height: 18px;
            width: 18px;
            -webkit-box-flex: 0;
                -ms-flex: 0 18px;
                    flex: 0 18px;
            min-width: 18px; } }
      .chat-dialog-field-file__input {
        display: none; }
    .chat-dialog-field__input {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      resize: none !important;
      outline: none !important;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -moz-appearance: textfield;
      -webkit-appearance: textfield;
              appearance: textfield;
      font-family: "Circe", sans-serif;
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      display: block;
      padding: 9px 15px 0 15px;
      line-height: 1.2;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: transparent;
      color: #7c7c7c; }
      .chat-dialog-field__input::-webkit-inner-spin-button, .chat-dialog-field__input::-webkit-outer-spin-button {
        -webkit-appearance: none; }
      .chat-dialog-field__input::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      .chat-dialog-field__input::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .chat-dialog-field__input::-webkit-scrollbar-thumb {
        background: #bababa; }
      .chat-dialog-field__input::-webkit-scrollbar-thumb:hover {
        background: #7c7c7c; }
      .chat-dialog-field__input::-webkit-input-placeholder {
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .chat-dialog-field__input::-moz-placeholder {
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .chat-dialog-field__input:-ms-input-placeholder {
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .chat-dialog-field__input:-moz-placeholder {
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      @media only screen and (max-width: 475px) {
        .chat-dialog-field__input {
          padding: 9px 10px 0 10px; } }
      @media only screen and (max-width: 400px) {
        .chat-dialog-field__input {
          padding: 9px 5px 0 5px; }
          .chat-dialog-field__input::-webkit-input-placeholder {
            font-size: 11px; }
          .chat-dialog-field__input::-moz-placeholder {
            font-size: 11px; }
          .chat-dialog-field__input:-ms-input-placeholder {
            font-size: 11px; }
          .chat-dialog-field__input:-moz-placeholder {
            font-size: 11px; } }
      @media only screen and (max-width: 475px) {
        .chat-dialog-field__input {
          padding: 9px 3px 0 2px; } }
      .chat-dialog-field__input:focus::-webkit-input-placeholder {
        opacity: 0; }
      .chat-dialog-field__input:focus::-moz-placeholder {
        opacity: 0; }
      .chat-dialog-field__input:focus:-ms-input-placeholder {
        opacity: 0; }
      .chat-dialog-field__input:focus:-moz-placeholder {
        opacity: 0; }
  .chat-dialog-date {
    width: 100%;
    margin-bottom: 15px; }
    .chat-dialog-date__text {
      height: 30px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 6px 15px 4px 15px;
      color: white;
      background-color: #0F84EC;
      border-radius: 30px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      font-size: 12px;
      font-weight: 700; }
  .chat-dialog-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .chat-dialog-form-btn__item {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      height: 40px;
      padding: 0 25px;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important;
      color: white;
      background-color: #0F84EC;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
      font-size: 16px;
      border-radius: 30px; }
      .chat-dialog-form-btn__item:hover {
        background-color: #0f68c2; }
      .chat-dialog-form-btn__item:active {
        -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }
      .chat-dialog-form-btn__item.is--delete {
        background-color: #F26B6B; }
        .chat-dialog-form-btn__item.is--delete:hover {
          background-color: #f26262; }
        @media only screen and (max-width: 400px) {
          .chat-dialog-form-btn__item.is--delete {
            padding: 0 13px; } }
      .chat-dialog-form-btn__item.is--mute {
        background-color: #EBEBEB;
        color: #7c7c7c; }
        .chat-dialog-form-btn__item.is--mute:hover {
          background-color: #d6d6d6; }
        @media only screen and (max-width: 400px) {
          .chat-dialog-form-btn__item.is--mute {
            padding: 0 13px; } }
      @media only screen and (max-width: 615px) {
        .chat-dialog-form-btn__item.is--delete {
          max-width: 100%;
          margin-right: 0 !important;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .chat-dialog-form-btn__item.is--mute {
          max-width: 100%;
          margin-right: 15px !important;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .chat-dialog-form-btn__item.is--back {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          margin-top: 15px; } }
  .chat-dialog-message {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    color: #CECECE;
    font-size: 16px; }
    .chat-dialog-message__text {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      z-index: 2;
      position: relative; }
    .chat-dialog-message__title {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      font-size: 32px;
      font-weight: 700;
      z-index: 2;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .chat-dialog-message__title {
          font-size: 22px; } }
    .chat-dialog-message.is--hide-conv {
      position: absolute;
      z-index: 11;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: white; }
  .chat-dialog-assigned {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
    @media only screen and (min-width: 451px) {
      .chat-dialog-assigned {
        height: 32px;
        min-height: 32px;
        max-height: 32px; } }
    @media only screen and (max-width: 450px) {
      .chat-dialog-assigned {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 450px) {
      .chat-dialog-assigned .btn {
        min-width: 170px; } }
    .chat-dialog-assigned .btn.is--transparent {
      margin-right: 15px; }
      @media only screen and (max-width: 450px) {
        .chat-dialog-assigned .btn.is--transparent {
          margin-right: 0;
          margin-top: 15px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  .chat-dialog-send {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 36px;
            flex: 0 36px;
    min-width: 36px;
    max-width: 36px;
    margin-right: 16px;
    cursor: pointer;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 10px 0 10px 10px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 475px) {
      .chat-dialog-send {
        height: 32px;
        min-height: 32px;
        max-height: 32px;
        width: 32px;
        -webkit-box-flex: 0;
            -ms-flex: 0 32px;
                flex: 0 32px;
        min-width: 32px;
        max-width: 32px; } }
    @media only screen and (max-width: 400px) {
      .chat-dialog-send {
        height: 28px;
        min-height: 28px;
        max-height: 28px;
        width: 28px;
        -webkit-box-flex: 0;
            -ms-flex: 0 28px;
                flex: 0 28px;
        min-width: 28px;
        max-width: 28px;
        margin-right: 5px; } }
    @media only screen and (max-width: 360px) {
      .chat-dialog-send {
        height: 23px;
        min-height: 23px;
        max-height: 23px;
        width: 23px;
        -webkit-box-flex: 0;
            -ms-flex: 0 23px;
                flex: 0 23px;
        min-width: 23px;
        max-width: 23px; } }
    .chat-dialog-send:hover {
      background-color: #359FFC;
      -webkit-transition: 1s ease-out;
      -o-transition: 1s ease-out;
      transition: 1s ease-out;
      -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
      .chat-dialog-send:hover .switch-key {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .chat-dialog-send:hover path {
        fill: white; }
    .chat-dialog-send__icon {
      display: block;
      height: 25px;
      min-height: 25px;
      width: 25px;
      -webkit-box-flex: 0;
          -ms-flex: 0 25px;
              flex: 0 25px;
      min-width: 25px; }
      @media only screen and (max-width: 400px) {
        .chat-dialog-send__icon {
          display: block;
          height: 20px;
          min-height: 20px;
          width: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 20px;
                  flex: 0 20px;
          min-width: 20px; } }
      @media only screen and (max-width: 360px) {
        .chat-dialog-send__icon {
          display: block;
          height: 18px;
          min-height: 18px;
          width: 18px;
          -webkit-box-flex: 0;
              -ms-flex: 0 18px;
                  flex: 0 18px;
          min-width: 18px; } }

.change-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .change-dialog-btn {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: #0F84EC;
    border-radius: 30px;
    cursor: pointer; }
    @media only screen and (min-width: 1200px) {
      .change-dialog-btn {
        height: 36px;
        min-height: 36px;
        max-height: 36px;
        width: 36px;
        -webkit-box-flex: 0;
            -ms-flex: 0 36px;
                flex: 0 36px;
        min-width: 36px;
        max-width: 36px; } }
    @media only screen and (max-width: 1199px) {
      .change-dialog-btn {
        height: 28px;
        min-height: 28px;
        max-height: 28px;
        width: 28px;
        -webkit-box-flex: 0;
            -ms-flex: 0 28px;
                flex: 0 28px;
        min-width: 28px;
        max-width: 28px; } }
    .change-dialog-btn:hover {
      background-color: #0f7bde; }
    .change-dialog-btn__icon {
      display: block;
      height: 9px;
      min-height: 9px;
      width: 9px;
      -webkit-box-flex: 0;
          -ms-flex: 0 9px;
              flex: 0 9px;
      min-width: 9px; }
      .change-dialog-btn__icon path {
        fill: white; }
    .change-dialog-btn.is--left {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: 5px; }
      .change-dialog-btn.is--left:active {
        -webkit-box-shadow: inset 2px 0px 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset 2px 0px 5px 0 rgba(0, 0, 0, 0.16); }
      .change-dialog-btn.is--left .change-dialog-btn__icon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-left: 2px; }
    .change-dialog-btn.is--right {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .change-dialog-btn.is--right:active {
        -webkit-box-shadow: inset -2px 0px 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: inset -2px 0px 5px 0 rgba(0, 0, 0, 0.16); }
      .change-dialog-btn.is--right .change-dialog-btn__icon {
        -webkit-transform: rotate(-90deg) translateY(1px);
            -ms-transform: rotate(-90deg) translateY(1px);
                transform: rotate(-90deg) translateY(1px);
        margin-right: 2px; }

.dialog-card-info {
  border-radius: 30px;
  background-color: white;
  width: 100%;
  padding: 30px;
  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: 1;
          flex: 1;
  overflow: hidden; }
  .dialog-card-info-row {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #EAEAEA;
    padding: 22px 0; }
    .dialog-card-info-row:first-child {
      padding-top: 0; }
    .dialog-card-info-row:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .dialog-card-info-row__title {
      display: block;
      width: 100%;
      color: #AFAEAE;
      font-size: 14px;
      font-weight: 800;
      margin-bottom: 10px; }
    .dialog-card-info-row__desc {
      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;
      width: 100%;
      font-size: 14px;
      color: #7c7c7c;
      margin-bottom: 5px;
      line-height: 1.2; }
      .dialog-card-info-row__desc:last-child {
        margin-bottom: 0; }
      .dialog-card-info-row__desc.d--block {
        display: block; }
      .dialog-card-info-row__desc .icon-eye {
        display: block;
        height: 15px;
        min-height: 15px;
        width: 24px;
        -webkit-box-flex: 0;
            -ms-flex: 0 24px;
                flex: 0 24px;
        min-width: 24px;
        margin-left: 5px; }
        .dialog-card-info-row__desc .icon-eye:hover path {
          fill: #0F84EC; }
      .dialog-card-info-row__desc .flag-icon {
        display: block;
        height: 19px;
        min-height: 19px;
        width: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 30px;
                flex: 0 30px;
        min-width: 30px;
        margin-right: 5px;
        margin-bottom: 5px;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1); }
      .dialog-card-info-row__desc .link {
        color: #0F84EC;
        font-weight: 800;
        margin-left: 3px;
        margin-right: 3px; }
        .dialog-card-info-row__desc .link:hover {
          text-decoration: underline; }

.dialog-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c7c7c; }
  .dialog-title .plus {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 10px;
    font-size: 16px;
    padding-top: 2px; }
  .dialog-title-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dialog-title-item__img {
      display: block;
      height: 30px;
      min-height: 30px;
      width: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 30px;
              flex: 0 30px;
      min-width: 30px;
      margin-right: 10px;
      border-radius: 100%; }
      @media only screen and (max-width: 430px) {
        .dialog-title-item__img {
          display: block;
          height: 24px;
          min-height: 24px;
          width: 24px;
          -webkit-box-flex: 0;
              -ms-flex: 0 24px;
                  flex: 0 24px;
          min-width: 24px; } }
      .dialog-title-item__img.default-avatar {
        font-size: 14px;
        padding-top: 1px;
        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;
        -ms-flex-line-pack: center;
            align-content: center; }
        @media only screen and (max-width: 430px) {
          .dialog-title-item__img.default-avatar {
            font-size: 10px; } }
    .dialog-title-item__text {
      font-size: 14px;
      font-weight: 800; }
      @media only screen and (max-width: 430px) {
        .dialog-title-item__text {
          font-size: 11px; } }

.switch-key {
  position: absolute;
  bottom: 45px;
  right: 0;
  border-radius: 10px 10px 0 10px;
  background-color: #359FFC;
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 200px;
          flex: 0 200px;
  min-width: 200px;
  max-width: 200px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out; }
  @media only screen and (max-width: 500px) {
    .switch-key {
      display: none; } }
  .switch-key::before {
    content: '';
    position: absolute;
    display: block;
    top: calc(100% - 1px);
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%; }
  .switch-key-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    cursor: pointer; }
    .switch-key-item:first-child {
      border-radius: 10px 10px 0 0; }
    .switch-key-item:last-child {
      border-bottom-left-radius: 10px; }
    .switch-key-item:hover {
      background-color: #0f8df8; }
    .switch-key-item.is--active {
      background-color: #0F84EC; }
      .switch-key-item.is--active .switch-key-radio__btn {
        background-color: #1CB636; }
  .switch-key-radio {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 46px;
            flex: 0 46px;
    min-width: 46px;
    max-width: 46px;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    .switch-key-radio__btn {
      height: 20px;
      min-height: 20px;
      max-height: 20px;
      width: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 20px;
              flex: 0 20px;
      min-width: 20px;
      max-width: 20px;
      border: 5px solid white;
      background-color: #E6E6E6;
      border-radius: 100%; }
      .switch-key-radio__btn.is--active {
        background-color: #1CB636; }
  .switch-key-desc {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .switch-key-desc__item {
      display: block;
      width: 100%;
      font-size: 12px;
      margin-bottom: 5px;
      color: white; }
      .switch-key-desc__item:last-child {
        margin-bottom: 0; }

.file-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% + 10px);
          flex: 0 calc(100% + 10px);
  min-width: calc(100% + 10px);
  max-width: calc(100% + 10px); }
  .file-container-item {
    display: block;
    position: relative;
    margin-right: 10px;
    margin-top: 7px;
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100px;
            flex: 0 100px;
    min-width: 100px;
    max-width: 100px; }
    .file-container-item:nth-child(1), .file-container-item:nth-child(2), .file-container-item:nth-child(3) {
      margin-top: 0; }
    .file-container-item:last-child {
      margin-right: 0; }
    .file-container-item:hover .file-container-item-obg__load {
      opacity: .9; }
    .file-container-item-obg {
      height: 65px;
      min-height: 65px;
      max-height: 65px;
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 100px;
              flex: 0 100px;
      min-width: 100px;
      max-width: 100px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 1;
      border-radius: 7px; }
      .file-container-item-obg__load {
        display: block;
        height: 37px;
        min-height: 37px;
        width: 37px;
        -webkit-box-flex: 0;
            -ms-flex: 0 37px;
                flex: 0 37px;
        min-width: 37px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: .5; }
      .file-container-item-obg__default {
        display: block;
        height: 50px;
        min-height: 50px;
        width: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 50px;
                flex: 0 50px;
        min-width: 50px;
        margin: auto; }
    .file-container-item__name {
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      text-align: center;
      font-size: 12px;
      margin-top: 5px;
      color: #5F5F5F;
      padding: 0 3px; }

.dialog-client-typed {
  display: block;
  color: #9F9F9F;
  font-size: 10px;
  margin-bottom: 20px; }
  .dialog-client-typed__desc {
    display: block;
    float: left;
    font-weight: 700;
    margin-right: 10px; }
  .dialog-client-typed__value {
    display: block; }

.chat-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 230px;
          flex: 0 230px;
  max-width: 230px;
  background-color: #F6FAFE;
  padding: 30px 12px 30px 0;
  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-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }
  .chat-sidebar ::-webkit-scrollbar {
    width: 3px; }
  .chat-sidebar ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .chat-sidebar ::-webkit-scrollbar-thumb {
    background: #bababa; }
  .chat-sidebar ::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; }
  .chat-sidebar-list-title {
    width: 100%;
    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;
    cursor: pointer;
    margin-bottom: 25px;
    padding-left: 25px;
    -webkit-box-flex: 20px;
        -ms-flex: 20px;
            flex: 20px;
    min-height: 20px;
    max-height: 20px; }
    .chat-sidebar-list-title__text {
      font-size: 22px;
      padding-left: 7px;
      font-weight: 800;
      color: #C8C8C8;
      display: block; }
    .chat-sidebar-list-title:hover .chat-sidebar-list-title__text {
      color: #7c7c7c; }
    .chat-sidebar-list-title__icon {
      display: block;
      height: 10px;
      width: 10px;
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px);
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .chat-sidebar-list-title__icon.is--rotate {
        -webkit-transform: translate(3px, -3px) rotateX(-180deg);
                transform: translate(3px, -3px) rotateX(-180deg); }
      .chat-sidebar-list-title__icon.is--green path {
        fill: #1CB636; }

.chat-chanals-list {
  max-height: 130px;
  min-height: 130px;
  overflow-y: auto;
  padding-right: 7px;
  display: block;
  width: 100%;
  margin-bottom: 35px;
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .chat-chanals-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 30px 3px 7px;
    border-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer; }
    .chat-chanals-list-item:nth-child(even) .chat-chanals-list-item__img {
      background-color: #0F84EC; }
    .chat-chanals-list-item:hover {
      background-color: white; }
    .chat-chanals-list-item.is--picked {
      background-color: white; }
      .chat-chanals-list-item.is--picked .chat-chanals-list-item__name {
        font-weight: 700;
        color: #3f3f3f; }
    .chat-chanals-list-item__img {
      height: 22px;
      min-height: 22px;
      max-height: 22px;
      width: 22px;
      -webkit-box-flex: 0;
          -ms-flex: 0 22px;
              flex: 0 22px;
      min-width: 22px;
      max-width: 22px;
      border-radius: 100%;
      border: 1px solid #AFAFAF;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      margin-right: 8px; }
      .chat-chanals-list-item__img.default-avatar {
        font-size: 8px;
        padding-top: 1px; }
    .chat-chanals-list-item__name {
      color: #7c7c7c;
      font-size: 14px;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
    .chat-chanals-list-item__count {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.chat-client-list {
  padding: 7px 7px 0 25px;
  margin-top: -7px;
  display: block;
  overflow-y: auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .chat-client-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px;
    width: 100%;
    height: 54px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    background-color: #F6FAFE; }
    .chat-client-list-item.is--active {
      background-color: #F3F3F3 !important; }
    .chat-client-list-item__img {
      height: 40px;
      max-width: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 40px;
              flex: 0 40px;
      min-width: 40px;
      border: 1px solid #AFAFAF;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      margin-right: 12px; }
      .chat-client-list-item__img.default-avatar {
        font-size: 12px;
        padding-top: 1px; }
    .chat-client-list-item-info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .chat-client-list-item-info__name {
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        text-transform: capitalize;
        max-width: 115px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 800;
        color: #7c7c7c; }
      .chat-client-list-item-info__message {
        display: block;
        width: 100%;
        font-size: 11px;
        color: #7c7c7c;
        word-break: break-word;
        max-height: 22px;
        overflow: hidden;
        padding-top: 2px;
        margin-top: -2px; }
    .chat-client-list-item__count {
      position: absolute;
      left: -16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .chat-client-list-item__count .counter-union__value {
        font-size: 11px; }
    .chat-client-list-item-wrap {
      margin-bottom: 7px;
      position: relative; }
      .chat-client-list-item-wrap.is--picked .chat-client-list-item {
        background-color: white; }
        .chat-client-list-item-wrap.is--picked .chat-client-list-item-info__name {
          color: #3f3f3f; }
      .chat-client-list-item-wrap:hover .chat-client-list-item {
        background-color: white; }
      .chat-client-list-item-wrap:nth-child(even) .chat-client-list-item__img {
        background-color: #0F84EC; }

.client-additive-info {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  background-color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  margin-top: -27px;
  overflow: hidden; }
  .client-additive-info::before {
    content: '';
    display: block;
    width: 100%;
    height: 42px; }
  .client-additive-info::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px; }
  .client-additive-info__item {
    font-size: 10px;
    color: #7c7c7c;
    margin-bottom: 5px;
    width: 100%;
    display: block; }
    .client-additive-info__item:last-child {
      margin-bottom: 0; }
    .client-additive-info__item .extraBold {
      margin-right: 3px; }
  .client-additive-info-close {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(0%, -30%);
        -ms-transform: translate(0%, -30%);
            transform: translate(0%, -30%);
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-color: #0F84EC;
    border-radius: 100%;
    z-index: 3; }
    .client-additive-info-close__icon {
      display: block;
      height: 8px;
      min-height: 8px;
      width: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 8px;
              flex: 0 8px;
      min-width: 8px; }
      .client-additive-info-close__icon path {
        fill: white; }

.chat-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 185px;
          flex: 0 185px;
  max-width: 185px;
  background-color: #F6FAFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .chat-info.is--hide {
    -webkit-box-flex: 0;
        -ms-flex: 0 60px;
            flex: 0 60px;
    max-width: 60px; }
    @media only screen and (max-width: 430px) {
      .chat-info.is--hide {
        -webkit-box-flex: 0;
            -ms-flex: 0 45px;
                flex: 0 45px;
        max-width: 45px; } }
  .chat-info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -o-linear-gradient(155deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0.2) 66%, rgba(255, 255, 255, 0.2) 88%, #ccc 88%, rgba(255, 255, 255, 0.1) 88%);
    background-image: linear-gradient(-65deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0.2) 66%, rgba(255, 255, 255, 0.2) 88%, #ccc 88%, rgba(255, 255, 255, 0.1) 88%);
    background-color: #D6DDE4;
    padding: 15px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    width: 185px;
    -webkit-box-flex: 0;
        -ms-flex: 0 185px;
            flex: 0 185px;
    min-width: 185px;
    max-width: 185px; }
    .chat-info-head__img {
      height: 40px;
      width: 40px;
      min-width: 40px;
      max-width: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 40px;
              flex: 0 40px;
      border: 1px solid #D9D9D9;
      border-radius: 100%;
      font-size: 14px;
      margin-right: 10px; }
    .chat-info-head__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #7c7c7c;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.36;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
  .chat-info-list {
    padding: 25px 15px 20px 15px;
    min-width: 185px;
    width: 100%;
    width: 185px;
    -webkit-box-flex: 0;
        -ms-flex: 0 185px;
            flex: 0 185px;
    min-width: 185px;
    max-width: 185px; }
    .chat-info-list-item {
      color: #7c7c7c;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
      .chat-info-list-item__social-icon {
        display: block;
        margin-right: 5px;
        display: block;
        height: 20px;
        min-height: 20px;
        width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 20px;
                flex: 0 20px;
        min-width: 20px;
        -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
                transform: translateY(-1px); }
      .chat-info-list-item .bold {
        margin-right: 3px; }
      .chat-info-list-item.is--crm {
        margin-bottom: 25px; }
      .chat-info-list-item.is--ip {
        margin-bottom: 35px; }
      .chat-info-list-item.is--link:hover {
        color: #0F84EC; }
  .chat-info-stub {
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    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;
    padding-top: 34px; }
    .chat-info-stub-item {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px dashed #CDD9E7; }
      .chat-info-stub-item:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none; }
      .chat-info-stub-item__icon {
        display: block;
        height: 24px;
        min-height: 24px;
        width: 24px;
        -webkit-box-flex: 0;
            -ms-flex: 0 24px;
                flex: 0 24px;
        min-width: 24px; }
  .chat-info-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;
    width: 100%;
    height: 65px;
    background-color: #E2E5E9;
    cursor: pointer;
    margin-top: auto; }
    .chat-info-footer__text {
      display: block;
      max-width: 100%;
      text-align: center;
      font-size: 8px;
      color: #7c7c7c; }
    .chat-info-footer__triangle {
      display: block;
      height: 10px;
      min-height: 10px;
      width: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 10px;
              flex: 0 10px;
      min-width: 10px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: 5px; }
      .chat-info-footer__triangle.is--hide {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

.modal-switch {
  width: 100%;
  max-width: 640px;
  min-width: 350px;
  max-height: 100%;
  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;
  background-color: white;
  border-radius: 20px;
  overflow: hidden; }
  .modal-switch-wrap {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 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;
    -ms-flex-line-pack: center;
        align-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 991px) {
      .modal-switch-wrap {
        padding-top: 100px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .modal-switch-wrap.is-billing {
        padding-top: 100px;
        padding-bottom: 20px; } }
    .modal-switch-wrap.is--verification .modal-billing {
      max-width: 500px;
      height: 260px; }
    .modal-switch-wrap.is--verification .ms-head {
      min-height: 80px;
      padding: 15px 15px; }
      .modal-switch-wrap.is--verification .ms-head .ms-head__logo {
        width: 45px;
        -webkit-box-flex: 0;
            -ms-flex: 0 45px;
                flex: 0 45px;
        min-width: 45px;
        max-width: 45px;
        height: 45px;
        min-height: 45px;
        max-height: 45px; }

.modal-accept {
  position: fixed;
  right: 40px;
  bottom: 45px;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 100;
  border-radius: 10px;
  overflow: hidden;
  width: 204px;
  -webkit-animation: .25s showWidget ease-in-out;
          animation: .25s showWidget ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.modal-billing {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 640px;
  min-width: 310px;
  max-height: 100%;
  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;
  background-color: white;
  border-radius: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 650px) {
    .modal-billing {
      width: calc(100% - 30px); } }
  .modal-billing .ms-load {
    padding-left: 20px;
    padding-right: 20px; }
  .modal-billing .ms-body {
    padding-bottom: 47px;
    padding-top: 35px; }
  .modal-billing .ms-head {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 617px) {
      .modal-billing .ms-head {
        padding-top: 10px;
        min-height: 75px; } }
    .modal-billing .ms-head__logo {
      height: 68px;
      min-height: 68px;
      max-height: 68px;
      width: 68px;
      -webkit-box-flex: 0;
          -ms-flex: 0 68px;
              flex: 0 68px;
      min-width: 68px;
      max-width: 68px; }
      @media only screen and (max-width: 617px) {
        .modal-billing .ms-head__logo {
          height: 55px;
          min-height: 55px;
          max-height: 55px;
          width: 55px;
          -webkit-box-flex: 0;
              -ms-flex: 0 55px;
                  flex: 0 55px;
          min-width: 55px;
          max-width: 55px; } }
    .modal-billing .ms-head__bg {
      height: 100%; }
  .modal-billing .subscription-title {
    font-size: 22px;
    color: #0F84EC;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .modal-billing .subscription-title {
        font-size: 20px; } }
    @media only screen and (max-width: 399px) {
      .modal-billing .subscription-title {
        font-size: 18px; } }
    .modal-billing .subscription-title.is-small {
      color: #171717;
      font-weight: 400;
      text-transform: none; }
    .modal-billing .subscription-title .check-code-item__value {
      width: 15px;
      display: inline-block;
      margin-right: 7px; }
      .modal-billing .subscription-title .check-code-item__value::before {
        width: 14px;
        height: 14px;
        border-width: 3px; }
  .modal-billing .subscription-text {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    padding-left: 20px; }
    .modal-billing .subscription-text strong {
      font-weight: 700; }
    @media only screen and (max-width: 500px) {
      .modal-billing .subscription-text {
        font-size: 12px;
        line-height: 16px; } }
  .modal-billing .subscription-advantages li {
    font-size: 14px;
    height: 37px;
    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; }
    .modal-billing .subscription-advantages li:nth-child(odd) {
      font-weight: 700;
      color: #171717;
      background-color: #F6F5F5;
      border-radius: 20px; }
  .modal-billing.status {
    height: 430px;
    min-width: 310px; }
    .modal-billing.status .status-title {
      font-size: 32px;
      font-weight: 800;
      color: #707070;
      text-align: center;
      margin-bottom: 10px; }
      .modal-billing.status .status-title.success-status {
        color: #0F85EE; }
    .modal-billing.status .status-subtitle {
      font-size: 16px;
      color: #707070;
      max-width: 440px;
      text-align: center;
      line-height: 23px;
      margin: 0 auto 30px; }
    .modal-billing.status .status-link {
      color: #0F85EE;
      text-decoration: underline;
      cursor: pointer; }
    .modal-billing.status .btn {
      font-size: 16px;
      font-weight: 700;
      min-width: 188px;
      background: #1CB636; }
  .modal-billing.telegram .status-subtitle {
    max-width: 510px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 450px) {
      .modal-billing.telegram .status-subtitle {
        margin-bottom: 10px; } }
  @media only screen and (min-width: 451px) {
    .modal-billing.telegram .telegram-btn-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .modal-billing.telegram .telegram-btn-row .btn {
    height: 38px;
    border-radius: 100px; }
    @media only screen and (max-width: 450px) {
      .modal-billing.telegram .telegram-btn-row .btn {
        width: 100%; } }
  .modal-billing.telegram .telegram-btn-row .is--transparent {
    background-color: transparent;
    color: #0F85EE;
    padding-left: 20px; }
    @media only screen and (min-width: 451px) {
      .modal-billing.telegram .telegram-btn-row .is--transparent {
        margin-left: 20px; } }
    @media only screen and (max-width: 450px) {
      .modal-billing.telegram .telegram-btn-row .is--transparent {
        margin-top: 10px; } }

.modal-quickphrase {
  max-width: 467px; }
  .modal-quickphrase .tech-support__area {
    height: 100px;
    padding: 15px;
    margin-bottom: 10px; }
    .modal-quickphrase .tech-support__area::-webkit-input-placeholder {
      font-size: 24px;
      font-weight: 700;
      line-height: 70px;
      color: #C2D3DC;
      opacity: .31;
      text-align: center; }
    .modal-quickphrase .tech-support__area::-moz-placeholder {
      font-size: 24px;
      font-weight: 700;
      line-height: 70px;
      color: #C2D3DC;
      opacity: .31;
      text-align: center; }
    .modal-quickphrase .tech-support__area:-ms-input-placeholder {
      font-size: 24px;
      font-weight: 700;
      line-height: 70px;
      color: #C2D3DC;
      opacity: .31;
      text-align: center; }
    .modal-quickphrase .tech-support__area:-moz-placeholder {
      font-size: 24px;
      font-weight: 700;
      line-height: 70px;
      color: #C2D3DC;
      opacity: .31;
      text-align: center; }
  .modal-quickphrase .ms-body {
    padding-top: 20px;
    padding-bottom: 20px; }
  .modal-quickphrase .ms-load {
    padding: 0 21px 0 23px; }
  .modal-quickphrase .ms-head {
    height: 95px; }
    .modal-quickphrase .ms-head__title {
      font-size: 28px; }
  .modal-quickphrase .textarea-subtext {
    font-size: 14px;
    color: #7B7C7E;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 300; }
  .modal-quickphrase .quickphrase-row:nth-child(1) .card-option-row__field {
    width: calc(100% - 20px); }
  .modal-quickphrase .quickphrase-row:nth-child(2) .card-option-row__field {
    width: calc(100% - 91px); }
  .modal-quickphrase .quickphrase-row-title {
    color: #7B7C7E;
    font-size: 14px; }
    .modal-quickphrase .quickphrase-row-title.is--slash {
      font-size: 16px; }
    .modal-quickphrase .quickphrase-row-title.mr-13 {
      margin-right: 13px; }
  .modal-quickphrase .quickphrase-row-input {
    width: calc(100% - 116px); }
    .modal-quickphrase .quickphrase-row-input .card-option-row__field {
      height: 40px;
      max-width: unset; }

.ms-head {
  width: 100%;
  display: block;
  padding: 15px 15px 35px 15px;
  overflow: hidden;
  position: relative; }
  .ms-head__bg {
    position: absolute;
    z-index: 1;
    left: -3%;
    top: 0;
    width: 106%;
    -webkit-box-flex: 0;
        -ms-flex: 0 106%;
            flex: 0 106%;
    min-width: 106%;
    max-width: 106%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    height: calc(100% - 15px);
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #0F85EE;
    background-image: -o-linear-gradient(140deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
    background-image: linear-gradient(-50deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%); }
  .ms-head__logo {
    display: block;
    height: 40px;
    min-height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 40px;
            flex: 0 40px;
    min-width: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .ms-head__logo path {
      fill: white; }
  .ms-head__title {
    font-size: 20px;
    color: white;
    font-weight: 700;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 2; }
  .ms-head__desc {
    font-size: 12px;
    color: white;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 2; }

.ms-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 50px;
          flex: 0 50px;
  min-width: 50px;
  max-width: 50px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer; }
  .ms-close path {
    fill: white; }
  .ms-close:hover .ms-close__icon {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .ms-close__icon {
    display: block;
    height: 12px;
    min-height: 12px;
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 12px;
            flex: 0 12px;
    min-width: 12px; }
    .ms-close__icon path {
      fill: white; }

.ms-body {
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px; }
  .ms-body::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .ms-body::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .ms-body::-webkit-scrollbar-thumb {
    background: #bababa; }
  .ms-body::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; }

.ms-list {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 0 15px;
  max-height: 216px; }
  .ms-list::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .ms-list::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .ms-list::-webkit-scrollbar-thumb {
    background: #bababa; }
  .ms-list::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c; }
  .ms-list-item {
    width: calc(50% - 7px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 7px);
            flex: 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
    max-width: calc(50% - 7px);
    margin-bottom: 15px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 20px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    .ms-list-item-iwrap {
      position: relative;
      height: 52px;
      min-height: 52px;
      max-height: 52px;
      width: 52px;
      -webkit-box-flex: 0;
          -ms-flex: 0 52px;
              flex: 0 52px;
      min-width: 52px;
      max-width: 52px; }
      .ms-list-item-iwrap__img {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        border: 1px solid #D9D9D9;
        border-radius: 100%; }
        .ms-list-item-iwrap__img.default-avatar {
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .ms-list-item-info {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 15px;
      color: #7c7c7c; }
      .ms-list-item-info__name {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        max-width: 145px;
        font-size: 18px;
        font-weight: 700; }
      .ms-list-item-info__position {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        display: block;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        font-size: 14px; }
    .ms-list-item-action {
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 30px;
              flex: 0 30px;
      min-width: 30px;
      max-width: 30px;
      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;
      -ms-flex-line-pack: center;
          align-content: center; }
      .ms-list-item-action__icon {
        display: block;
        height: 30px;
        min-height: 30px;
        width: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 30px;
                flex: 0 30px;
        min-width: 30px; }
        .ms-list-item-action__icon path {
          fill: #D8D8D8; }
    .ms-list-item:nth-child(even) .default-avatar {
      background-color: #0F84EC; }
    .ms-list-item:hover .ms-list-item-action__icon path {
      fill: #0F84EC; }
    .ms-list-item.is--picked {
      background-color: #0f84ec17; }
      .ms-list-item.is--picked .ms-list-item-action__icon path {
        fill: #0F84EC; }

.ms-footer {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 25px; }

.ms-submit {
  background-color: #0F84EC;
  border-radius: 30px;
  color: white;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 2px 20px 0 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
  .ms-submit:hover {
    background-color: #0f7bde; }
  .ms-submit:active {
    -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.16); }

.ms-load {
  display: block;
  width: 100%; }
  .ms-load__text {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #CECECE;
    text-align: center; }
    .ms-load__text.is--title {
      font-size: 32px;
      font-weight: 700; }
    .ms-load__text.is--load {
      font-size: 26px;
      font-weight: 400;
      color: #7c7c7c;
      margin-top: 20px; }
  .ms-load__spin {
    display: block;
    height: 50px;
    min-height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 50px;
            flex: 0 50px;
    min-width: 50px;
    margin: 0 auto; }

.ma-head {
  background-color: #0F84EC;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 15px; }
  .ma-head__text {
    font-size: 14px;
    color: white;
    text-align: center;
    white-space: pre-wrap; }

.ma-body {
  padding: 18px 20px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef; }

.ma-footer {
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ma-btn {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 10px 15px;
  cursor: pointer; }
  .ma-btn.is--cancel {
    background-color: #ececec; }
  .ma-btn.is--agree {
    background-color: #F6F6F6; }
    .ma-btn.is--agree:hover {
      background-color: #fbfbfb; }
  .ma-btn__icon {
    display: block;
    height: 24px;
    min-height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 24px;
            flex: 0 24px;
    min-width: 24px;
    margin: 0 auto 5px auto; }
  .ma-btn__name {
    color: #7c7c7c;
    font-size: 12px;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center; }

.quick-phrase-wrap {
  position: absolute;
  bottom: 0;
  opacity: 1;
  background-color: #F8FBFE;
  display: block;
  padding: 0;
  max-width: calc(100% - 88px);
  border: 0.5px solid rgba(177, 177, 177, 0.72);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 18px; }
  @media only screen and (max-width: 1300px) {
    .quick-phrase-wrap {
      max-width: unset; } }

.quick-phrase-header {
  background: #fff;
  font-size: 16px;
  padding: 17px 20px 13px 43px;
  color: #707070;
  font-weight: 700;
  border-bottom: 0.5px solid rgba(177, 177, 177, 0.72);
  position: relative; }
  @media only screen and (max-width: 1300px) {
    .quick-phrase-header {
      padding-left: 20px; } }
  .quick-phrase-header .back-icon {
    width: 23px;
    position: absolute;
    top: 10px;
    right: 20px;
    display: none; }
    @media only screen and (max-width: 1150px) {
      .quick-phrase-header .back-icon {
        display: block; } }

.quick-phrase-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px; }
  @media only screen and (max-width: 1300px) {
    .quick-phrase-content {
      padding: 10px 15px; } }

.quick-phrase-add {
  font-weight: 400;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 3px; }
  @media only screen and (max-width: 1300px) {
    .quick-phrase-add {
      font-size: 14px; } }

.quick-phrase-list {
  padding: 10px 0;
  max-height: 165px;
  overflow-y: auto;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .quick-phrase-list:nth-child(1) {
    border-right: 1px solid #EEEEEE;
    padding-right: 32px;
    width: 187px; }
    .quick-phrase-list:nth-child(1) .quick-phrase-item {
      padding-left: 23px; }
      @media only screen and (max-width: 1150px) {
        .quick-phrase-list:nth-child(1) .quick-phrase-item {
          text-align: center;
          padding-right: 23px; } }
    @media only screen and (max-width: 1300px) {
      .quick-phrase-list:nth-child(1) {
        padding-right: 15px;
        width: 158px; } }
    @media only screen and (max-width: 1150px) {
      .quick-phrase-list:nth-child(1) {
        width: 100%;
        border-right: none;
        display: none; } }
  .quick-phrase-list:nth-child(2) {
    max-width: calc(100% - 187px);
    padding-left: 20px;
    padding-top: 0;
    width: 100%; }
    .quick-phrase-list:nth-child(2) .quick-phrase-item {
      padding: 11px 0;
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
    @media only screen and (max-width: 1300px) {
      .quick-phrase-list:nth-child(2) {
        padding-left: 15px;
        max-width: calc(100% - 158px); } }
    @media only screen and (max-width: 1150px) {
      .quick-phrase-list:nth-child(2) {
        max-width: unset;
        display: none; } }
  @media only screen and (max-width: 1150px) {
    .quick-phrase-list.is--active {
      display: block; } }

.quick-phrase-item {
  padding: 9px 0;
  color: #7c7c7c;
  cursor: pointer; }
  .quick-phrase-item:hover {
    color: #0F84EC; }

.quick-phrase-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 3px; }
  .quick-phrase-btn svg {
    width: 35px;
    height: 35px; }
    @media only screen and (max-width: 475px) {
      .quick-phrase-btn svg {
        width: 30px;
        height: 30px; } }
    .quick-phrase-btn svg:hover path,
    .quick-phrase-btn svg:hover circle {
      fill: #0F85EE; }
  @media only screen and (max-width: 475px) {
    .quick-phrase-btn {
      margin-left: 5px; } }
  .quick-phrase-btn.is--active svg path,
  .quick-phrase-btn.is--active svg circle {
    fill: #0F85EE; }

.quick-phrase-card {
  position: relative;
  z-index: 2; }

.qty-progress {
  width: 100%; }
  .qty-progress__title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 25px; }
    @media only screen and (max-width: 500px) {
      .qty-progress__title {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto; } }
  .qty-progress-bar {
    width: 100%; }
    .qty-progress-bar__title {
      width: 100%;
      display: block;
      text-align: center;
      color: #0F84EC;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 20px; }
    .qty-progress-bar-list {
      width: 100%;
      max-width: 400px;
      height: 30px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #F3F3F3;
      border-radius: 30px;
      overflow: hidden;
      margin-bottom: 30px; }
      .qty-progress-bar-list__item {
        border-left: 1px solid #dedede;
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        height: 100%;
        color: #0F84EC;
        font-size: 14px;
        font-weight: 800;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-top: 1px;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important; }
        .qty-progress-bar-list__item:first-child {
          border-left: none; }
        .qty-progress-bar-list__item.is--active {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#0F84EC), to(#0f95ff));
          background-image: -o-linear-gradient(bottom, #0F84EC, #0f95ff);
          background-image: linear-gradient(0deg, #0F84EC, #0f95ff);
          color: white;
          border-color: #3C9DF4; }
    .qty-progress-bar__desc {
      font-size: 16px;
      font-weight: 800;
      color: #0F84EC;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
      .qty-progress-bar__desc-result {
        font-size: 12px;
        color: #7c7c7c;
        display: block;
        text-align: center; }

.qty-time {
  width: 100%; }
  .qty-time-row {
    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; }
    .qty-time-row__text {
      color: #7c7c7c;
      display: block;
      line-height: 1.3;
      font-size: 14px; }
      .qty-time-row__text.num {
        font-size: 16px; }
        @media only screen and (max-width: 460px) {
          .qty-time-row__text.num {
            font-size: 14px; } }
      .qty-time-row__text .num {
        font-size: inherit; }
  .qty-time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .qty-time-list-item {
      padding: 5px 10px 15px 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-right: 1px dashed #CBCBCB;
      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; }
      .qty-time-list-item:first-child {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 0; }
        .qty-time-list-item:first-child .bundle-obj {
          width: 100%;
          max-width: 85px; }
          @media only screen and (max-width: 1350px) {
            .qty-time-list-item:first-child .bundle-obj {
              margin: 0 auto; } }
      .qty-time-list-item:last-child {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        border-right: none;
        padding-right: 0; }
        .qty-time-list-item:last-child .bundle-obj {
          width: 100%;
          max-width: 110px; }
          @media only screen and (max-width: 1350px) {
            .qty-time-list-item:last-child .bundle-obj {
              margin: 0 auto; } }
      .qty-time-list-item__title {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        min-height: 24px;
        color: #7c7c7c;
        font-weight: 800;
        margin-bottom: 15px; }
        @media only screen and (max-width: 460px) {
          .qty-time-list-item__title {
            font-size: 10px; } }
      .qty-time-list-item__result {
        font-size: 18px;
        color: #0F84EC;
        display: block;
        text-align: center;
        font-weight: 800; }
        @media only screen and (max-width: 460px) {
          .qty-time-list-item__result {
            font-size: 14px; } }

.qty-summary-note {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .qty-summary-note-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    .qty-summary-note-item:last-child {
      margin-bottom: 0; }
    .qty-summary-note-item__title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      font-size: 14px;
      color: #7c7c7c;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      padding-right: 2px; }
      @media only screen and (max-width: 460px) {
        .qty-summary-note-item__title {
          font-size: 12px;
          -webkit-transform: translateY(4px);
              -ms-transform: translateY(4px);
                  transform: translateY(4px); } }
    .qty-summary-note-item__result {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-bottom: 1px dashed #CDCDCD;
      font-size: 16px;
      font-weight: 800;
      color: #0F84EC;
      text-align: right; }
      @media only screen and (max-width: 460px) {
        .qty-summary-note-item__result {
          font-size: 12px; } }
  .qty-summary-note__date {
    background-color: #0F84EC;
    border-radius: 30px;
    color: white;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    position: relative;
    padding: 1px 15px 0 15px;
    height: 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 20px; }
  .qty-summary-note-more {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .qty-summary-note-more__item {
      font-size: 16px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      color: #7c7c7c;
      display: block;
      font-weight: 800; }
      @media only screen and (max-width: 460px) {
        .qty-summary-note-more__item {
          font-size: 14px; } }
      .qty-summary-note-more__item .num {
        color: #0F84EC;
        font-size: 20px;
        margin-left: 3px; }
        @media only screen and (max-width: 460px) {
          .qty-summary-note-more__item .num {
            font-size: 16px; } }

.work-time {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .work-time.is--day .wt-user-wrap {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 170px;
            flex: 0 170px;
    min-width: 170px;
    max-width: 170px; }
    @media only screen and (max-width: 767px) {
      .work-time.is--day .wt-user-wrap {
        width: 140px;
        -webkit-box-flex: 0;
            -ms-flex: 0 140px;
                flex: 0 140px;
        min-width: 140px;
        max-width: 140px; } }
  .work-time.is--day .wt-content-grid-item,
  .work-time.is--day .wt-content-row-item {
    min-width: 50px; }
  .work-time.is--day .wt-content-grid {
    left: 15px;
    width: calc(100% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 15px);
            flex: 0 calc(100% - 15px);
    min-width: calc(100% - 15px);
    max-width: calc(100% - 15px); }
  .work-time.is--day .wt-total-item__result {
    -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
            transform: translateX(12px); }
  .work-time.is--day .wt-total-wrap {
    width: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1px;
            flex: 0 1px;
    min-width: 1px;
    max-width: 1px; }
  .work-time.is--day .wt-content {
    padding-left: 15px; }
    .work-time.is--day .wt-content-wrap {
      max-width: calc(100% - 171px);
      padding-right: 0; }
    .work-time.is--day .wt-content-grid-item::before {
      left: 0; }
    .work-time.is--day .wt-content-grid-item__value {
      left: 0;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
    .work-time.is--day .wt-content-row::before {
      left: -15px;
      width: calc(100% + 15px); }
    .work-time.is--day .wt-content-row-item__result {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      min-width: 100%; }
  .work-time-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .work-time-bg-grid__user {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 160px;
      -webkit-box-flex: 0;
          -ms-flex: 0 160px;
              flex: 0 160px;
      min-width: 160px;
      max-width: 160px;
      display: block; }
    .work-time-bg-grid-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-left: 1px dashed #EBEBEB;
      display: block;
      position: relative;
      min-width: 80px; }
      .work-time-bg-grid-item:last-child {
        padding: 0; }
        .work-time-bg-grid-item:last-child::after {
          position: absolute;
          content: '';
          right: 0;
          bottom: 0;
          -webkit-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
                  transform: translate(50%, 50%);
          height: 15px;
          min-height: 15px;
          max-height: 15px;
          width: 15px;
          -webkit-box-flex: 0;
              -ms-flex: 0 15px;
                  flex: 0 15px;
          min-width: 15px;
          max-width: 15px;
          border: 1px solid #EBEBEB;
          background-color: white;
          display: block;
          border-radius: 100%; }
      .work-time-bg-grid-item__value {
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        width: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 15px;
                flex: 0 15px;
        min-width: 15px;
        max-width: 15px;
        border: 1px solid #EBEBEB;
        background-color: white;
        display: block;
        border-radius: 100%; }
        .work-time-bg-grid-item__value::before {
          content: attr(data-hour);
          color: #7c7c7c;
          font-size: 10px;
          font-weight: 700;
          position: absolute;
          display: block;
          width: 100%;
          text-align: center;
          left: 0;
          top: calc(100% + 15px);
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
  .work-time-hint {
    position: absolute;
    left: 0;
    bottom: calc(100% - 30px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2px; }
    .work-time-hint__item {
      display: block;
      color: #a0a0a0;
      font-weight: 700;
      font-size: 10px; }
      .work-time-hint__item:last-child {
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }
  .work-time-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    position: relative;
    z-index: 3; }
    .work-time-tool-item {
      margin-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .work-time-tool-item__title {
        display: block;
        color: #a0a0a0;
        font-weight: 700;
        font-size: 10px;
        margin-right: 10px; }
      .work-time-tool-item-select {
        width: 110px;
        -webkit-box-flex: 0;
            -ms-flex: 0 110px;
                flex: 0 110px;
        min-width: 110px;
        max-width: 110px;
        height: 24px; }
        .work-time-tool-item-select .select-date-current {
          font-size: 10px;
          color: #0F84EC;
          padding-top: 3px;
          padding-left: 22px; }
        .work-time-tool-item-select .select-date-arrow {
          width: 22px;
          background-color: transparent; }
          .work-time-tool-item-select .select-date-arrow__icon path {
            fill: #a0a0a0; }
    .work-time-tool .additional-word {
      display: block;
      color: #a0a0a0;
      font-weight: 700;
      font-size: 10px;
      margin-right: 10px;
      margin-left: 10px; }
    .work-time-tool.is--statistics {
      margin-bottom: 5px;
      padding-top: 8px; }
      @media only screen and (max-width: 1030px) {
        .work-time-tool.is--statistics {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .work-time-tool.is--statistics .work-time-tool-item:nth-child(1) {
        margin-right: auto;
        margin-left: 35px; }
        @media only screen and (max-width: 485px) {
          .work-time-tool.is--statistics .work-time-tool-item:nth-child(1) {
            margin-left: 25px; } }
      @media only screen and (max-width: 1030px) {
        .work-time-tool.is--statistics .work-time-tool-item:nth-child(2) {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          margin-left: 35px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 485px) {
        .work-time-tool.is--statistics .work-time-tool-item:nth-child(2) {
          margin-left: 25px; } }
  .work-time-inactive {
    cursor: pointer; }

.wt-user {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 30px 0 30px 0;
  border-bottom: 1px dashed lightgrey;
  border-top: 1px dashed lightgrey;
  position: relative;
  z-index: 2; }
  .wt-user-wrap {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 180px;
            flex: 0 180px;
    min-width: 180px;
    max-width: 180px;
    padding: 30px 0 30px 0; }
    @media only screen and (max-width: 767px) {
      .wt-user-wrap {
        width: 140px;
        -webkit-box-flex: 0;
            -ms-flex: 0 140px;
                flex: 0 140px;
        min-width: 140px;
        max-width: 140px; } }
  .wt-user-item {
    height: 76px;
    min-height: 76px;
    max-height: 76px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
    position: relative; }
    .wt-user-item::before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      height: 1px;
      width: 50%;
      border-top: 1px dashed lightgrey; }
    .wt-user-item-iwrap {
      height: 50px;
      min-height: 50px;
      max-height: 50px;
      width: 50px;
      -webkit-box-flex: 0;
          -ms-flex: 0 50px;
              flex: 0 50px;
      min-width: 50px;
      max-width: 50px;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .wt-user-item-iwrap {
          height: 32px;
          min-height: 32px;
          max-height: 32px;
          width: 32px;
          -webkit-box-flex: 0;
              -ms-flex: 0 32px;
                  flex: 0 32px;
          min-width: 32px;
          max-width: 32px; } }
      .wt-user-item-iwrap__img {
        display: block;
        border: 1px solid #EBEBEB;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 100%; }
        .wt-user-item-iwrap__img.default-avatar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 16px;
          padding-top: 3px; }
          @media only screen and (max-width: 767px) {
            .wt-user-item-iwrap__img.default-avatar {
              font-size: 13px;
              padding-top: 2px; } }
    .wt-user-item-info {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: #7c7c7c;
      padding-left: 10px;
      max-width: 100px;
      background-color: white;
      position: relative;
      z-index: 2; }
      .wt-user-item-info__name {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 3px;
        margin-top: 3px; }
        @media only screen and (max-width: 767px) {
          .wt-user-item-info__name {
            font-size: 12px; } }
      .wt-user-item-info__position {
        display: block;
        font-size: 11px;
        width: 100%;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%; }

.wt-content {
  padding: 30px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: visible;
  border-bottom: 1px dashed lightgrey;
  border-top: 1px dashed lightgrey; }
  .wt-content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 250px);
    position: relative;
    z-index: 1;
    overflow: auto;
    padding-left: 2px; }
    .wt-content-wrap .content {
      padding-top: 30px; }
    .wt-content-wrap .track {
      background-color: transparent !important;
      height: 12px !important; }
      .wt-content-wrap .track .thumb {
        background-color: transparent !important;
        border: 4px solid transparent;
        overflow: hidden; }
        .wt-content-wrap .track .thumb::before {
          content: '';
          display: block;
          height: 100%;
          width: 100%;
          background-color: #8d8d8d;
          -webkit-transition: 0.1s ease-out;
          -o-transition: 0.1s ease-out;
          transition: 0.1s ease-out;
          border-radius: 10px; }
        .wt-content-wrap .track .thumbX {
          border-left: none;
          border-right: none; }
        .wt-content-wrap .track .thumb:hover::before, .wt-content-wrap .track .thumb:active::before {
          background-color: #737373; }
      .wt-content-wrap .track::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #d6d6d6;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .wt-content-wrap {
        max-width: calc(100% - 190px); } }
    @media only screen and (min-width: 575px) {
      .wt-content-wrap::-webkit-scrollbar {
        height: 3px; } }
  .wt-content-row {
    height: 76px;
    min-height: 76px;
    max-height: 76px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wt-content-row::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 1;
      height: 1px;
      width: 100%;
      border-top: 1px dashed lightgrey; }
    .wt-content-row-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%;
      min-height: 100%;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      position: relative;
      z-index: 2;
      min-width: 70px; }
      .wt-content-row-item__result {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        background-color: #0F84EC;
        border-radius: 15px;
        height: 16px;
        padding: 2px 5px 0 5px;
        color: white;
        font-weight: 700;
        font-size: 10px;
        min-width: 55px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16); }
      .wt-content-row-item__inactive {
        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;
        -ms-flex-line-pack: center;
            align-content: center;
        background-color: #ACACAC;
        border-radius: 15px;
        height: 16px;
        padding: 2px 5px 0 5px;
        color: white;
        font-weight: 700;
        font-size: 10px;
        min-width: 55px;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16); }
  .wt-content-grid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .wt-content-grid-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: block;
      position: relative;
      min-width: 70px; }
      .wt-content-grid-item::before {
        content: '';
        position: absolute;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 1px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1px;
                flex: 0 1px;
        min-width: 1px;
        max-width: 1px;
        border-left: 1px dashed #cbcbcb;
        left: 50%;
        top: 0; }
      .wt-content-grid-item__value {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        width: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 15px;
                flex: 0 15px;
        min-width: 15px;
        max-width: 15px;
        border: 1px solid #EBEBEB;
        background-color: white;
        display: block;
        border-radius: 100%; }
        .wt-content-grid-item__value::before {
          content: attr(data-val);
          color: #7c7c7c;
          font-size: 10px;
          font-weight: 700;
          position: absolute;
          display: block;
          width: 50px;
          text-align: center;
          left: 50%;
          top: calc(100% + 10px);
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .wt-content-grid-item__day {
        position: absolute;
        left: 50%;
        top: -15px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #7c7c7c;
        font-size: 12px;
        font-weight: 700;
        text-transform: capitalize; }

.wt-total {
  padding: 30px 0 30px 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
  border-bottom: 1px dashed lightgrey;
  border-top: 1px dashed lightgrey;
  border-right: 1px dashed lightgrey;
  position: relative; }
  .wt-total::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    width: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 15px;
            flex: 0 15px;
    min-width: 15px;
    max-width: 15px;
    border: 1px solid #EBEBEB;
    background-color: white;
    display: block;
    border-radius: 100%; }
  .wt-total-wrap {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 70px;
            flex: 0 70px;
    min-width: 70px;
    max-width: 70px;
    padding: 30px 0 40px 0;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .wt-total-wrap {
        width: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 50px;
                flex: 0 50px;
        min-width: 50px;
        max-width: 50px; } }
  .wt-total-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 76px;
    min-height: 76px;
    max-height: 76px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%; }
    .wt-total-item::before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      height: 1px;
      width: 100%;
      border-top: 1px dashed lightgrey; }
    .wt-total-item__result {
      background-color: #1ABC9C;
      color: white;
      font-size: 12px;
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      width: 80px;
      -webkit-box-flex: 0;
          -ms-flex: 0 80px;
              flex: 0 80px;
      min-width: 80px;
      max-width: 80px;
      border-radius: 8px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      padding-top: 2px;
      cursor: default;
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(calc(50% - 10px));
          -ms-transform: translateX(calc(50% - 10px));
              transform: translateX(calc(50% - 10px));
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .wt-total-item__result {
          font-size: 12px;
          height: 20px;
          min-height: 20px;
          max-height: 20px;
          width: 65px;
          -webkit-box-flex: 0;
              -ms-flex: 0 65px;
                  flex: 0 65px;
          min-width: 65px;
          max-width: 65px;
          -webkit-transform: translateX(calc(50% - 20px));
              -ms-transform: translateX(calc(50% - 20px));
                  transform: translateX(calc(50% - 20px)); } }
      .wt-total-item__result:hover {
        -webkit-transform: translateX(calc(50% - 10px)) scale(1.15);
            -ms-transform: translateX(calc(50% - 10px)) scale(1.15);
                transform: translateX(calc(50% - 10px)) scale(1.15); }

.wt-mobile {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%; }
  .wt-mobile-head {
    background-color: #0F84EC;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .wt-mobile-head.is--period {
      padding: 15px; }
  .wt-mobile-avatar {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 50px;
            flex: 0 50px;
    min-width: 50px;
    max-width: 50px;
    position: relative;
    margin-right: 10px; }
    .wt-mobile-avatar__status {
      position: absolute;
      height: 10px;
      min-height: 10px;
      max-height: 10px;
      width: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 10px;
              flex: 0 10px;
      min-width: 10px;
      max-width: 10px;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 100%;
      border: 1px solid white;
      background-color: #F26B6B; }
      .wt-mobile-avatar__status.is--active {
        background-color: #1CB636; }
    .wt-mobile-avatar__img {
      display: block;
      border: 1px solid #EBEBEB;
      border-radius: 100%;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%; }
      .wt-mobile-avatar__img.default-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        padding-top: 3px; }
        @media only screen and (max-width: 767px) {
          .wt-mobile-avatar__img.default-avatar {
            font-size: 13px;
            padding-top: 2px; } }
  .wt-mobile-period-wrap {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    .wt-mobile-period-wrap .work-time-tool-item__title {
      font-size: 12px;
      color: white; }
    .wt-mobile-period-wrap .additional-word {
      color: white;
      font-size: 12px; }
  .wt-mobile-period__name-user {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 700; }
  .wt-mobile-content {
    padding: 25px 15px;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .wt-mobile-content__title {
      display: block;
      width: 100%;
      text-align: center;
      color: #7c7c7c;
      font-size: 14px; }
      @media only screen and (max-width: 460px) {
        .wt-mobile-content__title {
          font-size: 12px; } }
    .wt-mobile-content-list {
      display: block;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      min-width: 100%;
      max-width: 100%; }
    .wt-mobile-content-row {
      background-image: -o-linear-gradient(45deg, #1b7cd2, #0f8ef9);
      background-image: linear-gradient(45deg, #1b7cd2, #0f8ef9);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 8px 10px;
      margin-bottom: 10px;
      border-radius: 30px; }
      @media only screen and (max-width: 460px) {
        .wt-mobile-content-row {
          padding: 5px 10px; } }
      .wt-mobile-content-row:last-child {
        margin-bottom: 0; }
      .wt-mobile-content-row__item {
        font-size: 10px;
        color: white;
        display: block;
        padding-top: 2px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .wt-mobile-content-row__item.is--right {
          text-align: right; }
        .wt-mobile-content-row__item.is--total {
          text-align: center;
          padding: 0 10px;
          font-size: 12px; }
          .wt-mobile-content-row__item.is--total.is--right {
            text-align: right; }
  .wt-mobile-total {
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    .wt-mobile-total-icon {
      height: 22px;
      min-height: 22px;
      max-height: 22px;
      width: 22px;
      -webkit-box-flex: 0;
          -ms-flex: 0 22px;
              flex: 0 22px;
      min-width: 22px;
      max-width: 22px;
      display: block;
      margin-right: 10px;
      background-color: #0F84EC;
      border-radius: 100%;
      padding: 4px; }
      .wt-mobile-total-icon__item {
        display: block;
        height: 100%;
        min-height: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%; }
        .wt-mobile-total-icon__item path {
          fill: white; }
    .wt-mobile-total__title {
      font-size: 14px;
      font-weight: 300;
      color: #7c7c7c;
      margin-right: 5px;
      display: block; }
    .wt-mobile-total__value {
      font-size: 14px;
      font-weight: 700;
      color: #7c7c7c; }

.wt-progress {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 100%;
  color: #7c7c7c;
  font-size: 16px; }

.stat-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%; }

.sd-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .sd-col.is--left {
    margin-right: 38px;
    width: 37%;
    -webkit-box-flex: 0;
        -ms-flex: 0 37%;
            flex: 0 37%;
    min-width: 37%;
    max-width: 37%;
    min-height: 320px; }
    @media only screen and (max-width: 767px) {
      .sd-col.is--left {
        min-height: initial; } }
    @media only screen and (max-width: 574px) {
      .sd-col.is--left {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .sd-col.is--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 575px) {
      .sd-col.is--right {
        height: 100%; } }

.sd-card {
  background-color: #0F84EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 17px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(65deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
  background-image: linear-gradient(25deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.07) 17%, rgba(255, 255, 255, 0.07) 40%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0.07) 66%, rgba(255, 255, 255, 0.07) 88%, #ccc 88%, rgba(255, 255, 255, 0) 88%);
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  /*  &:hover{
      transform: scale(0.99);
      box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    } */ }
  .sd-card-vert {
    -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%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%; }
  .sd-card-hor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .sd-card-hor:not(:last-child) {
      margin-bottom: 20px; }
    .sd-card-hor__icon {
      display: block;
      height: 80px;
      min-height: 80px;
      width: 80px;
      -webkit-box-flex: 0;
          -ms-flex: 0 80px;
              flex: 0 80px;
      min-width: 80px;
      margin-right: 25px;
      margin-left: 30px; }
      @media only screen and (max-width: 767px) {
        .sd-card-hor__icon {
          display: block;
          height: 60px;
          min-height: 60px;
          width: 60px;
          -webkit-box-flex: 0;
              -ms-flex: 0 60px;
                  flex: 0 60px;
          min-width: 60px;
          margin-left: 20px;
          margin-right: 15px; } }
      .sd-card-hor__icon path {
        fill: white; }
    .sd-card-hor-info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .sd-card-text {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    .sd-card-text.is--small {
      font-size: 16px;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .sd-card-text.is--small {
          font-size: 14px; } }
    .sd-card-text.is--middle {
      font-size: 24px; }
      @media only screen and (max-width: 767px) {
        .sd-card-text.is--middle {
          font-size: 20px; } }
    .sd-card-text.is--big {
      font-size: 44px;
      font-weight: 800; }
      @media only screen and (max-width: 767px) {
        .sd-card-text.is--big {
          font-size: 30px; } }

.cab-partners-list {
  display: block;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  .cab-partners-list.billing-list {
    max-height: 370px;
    overflow-y: scroll; }
  .cab-partners-list.is--new-client .cpl-row-item:nth-child(2) {
    min-width: 220px; }

.cpl-row {
  border-radius: 20px;
  background-color: white;
  padding: 6px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  min-height: 38px;
  max-height: 38px; }
  @media only screen and (max-width: 574px) {
    .cpl-row {
      height: 28px;
      min-height: 28px;
      max-height: 28px; } }
  .cpl-row:not(:last-child) {
    margin-bottom: 5px; }
  .cpl-row:nth-child(odd) {
    background-color: #F6F5F5; }
  .cpl-row-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #7c7c7c;
    font-size: 14px;
    padding: 0 10px;
    min-width: 90px;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    .cpl-row-item:not(:last-child) {
      border-right: 1px dashed #7c7c7c; }
    .cpl-row-item:nth-child(even) {
      font-weight: 700;
      color: #4F4F4F; }
    @media only screen and (max-width: 574px) {
      .cpl-row-item {
        font-size: 12px; } }
    @media only screen and (max-width: 399px) {
      .cpl-row-item {
        font-size: 10px; } }
    .cpl-row-item__link {
      color: #0F84EC;
      font-weight: 700; }
      .cpl-row-item__link:hover {
        text-decoration: underline; }
  .cpl-row.is--billing:nth-child(odd) {
    background-color: transparent; }
  .cpl-row.is--billing:nth-child(even) {
    background-color: #F6F5F5; }
  .cpl-row.is--billing .cpl-row-item__link {
    text-decoration: underline; }
    .cpl-row.is--billing .cpl-row-item__link.grey-link {
      color: #7c7c7c;
      font-weight: 400; }
  .cpl-row.is--billing .cpl-row-item.date-item {
    color: #7c7c7c;
    font-weight: 400; }
  .cpl-row.is--billing .cpl-row-item.operator-item {
    color: #4F4F4F;
    font-weight: 700; }
  .cpl-row.is--billing .cpl-row-item.plan-item {
    text-transform: uppercase;
    font-weight: 700; }
  .cpl-row.is--billing .cpl-row-item.link-item {
    min-width: 140px; }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(1) {
      min-width: 40px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(1).plan-item {
      min-width: 50px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(2) {
      min-width: 50px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(2).date-item {
      min-width: 60px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(3) {
      min-width: 80px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(3):not(.date-item) {
      min-width: 40px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(4).link-item {
      min-width: 125px; } }
  @media only screen and (max-width: 550px) {
    .cpl-row.is--billing .cpl-row-item:nth-child(4):not(.link-item) {
      min-width: 50px; } }
  .cpl-row.is--upgrade-data .cpl-row-item.plan-item, .cpl-row.is--upgrade-data .cpl-row-item.operator-item {
    color: #0F85EE; }

.cpl-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 5px; }
  @media only screen and (max-width: 767px) {
    .cpl-title {
      margin-bottom: 5px; } }
  .cpl-title__item {
    color: #7c7c7c;
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    white-space: pre-wrap;
    padding: 0 10px;
    min-width: 90px;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media only screen and (max-width: 574px) {
      .cpl-title__item {
        font-size: 10px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--billing {
        padding: 0; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--billing:nth-child(1) {
        min-width: 50px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--billing:nth-child(2) {
        min-width: 60px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--billing:nth-child(3) {
        min-width: 40px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--billing:nth-child(4) {
        min-width: 50px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--history:nth-child(1) {
        min-width: 40px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--history:nth-child(2) {
        min-width: 50px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--history:nth-child(3) {
        min-width: 80px; } }
    @media only screen and (max-width: 550px) {
      .cpl-title__item.is--history:nth-child(4) {
        min-width: 125px; } }

.cpl-total {
  border-radius: 20px;
  background-color: #0F84EC;
  padding: 6px 5px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  width: 100%;
  position: relative;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  @media only screen and (max-width: 767px) {
    .cpl-total {
      margin-top: 5px; } }
  @media only screen and (max-width: 574px) {
    .cpl-total {
      height: 28px;
      min-height: 28px;
      max-height: 28px; } }
  .cpl-total.items-5 .cpl-total-item {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 20%;
            flex: 0 20%;
    min-width: 20%;
    max-width: 20%; }
  .cpl-total-item {
    padding: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: white;
    font-size: 14px;
    font-weight: 700;
    min-width: 90px;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    .cpl-total-item:not(:last-child) {
      border-right: 1px dashed white; }
    @media only screen and (max-width: 574px) {
      .cpl-total-item {
        font-size: 12px; } }
    @media only screen and (max-width: 399px) {
      .cpl-total-item {
        font-size: 10px; } }
    .cpl-total-item__icon {
      display: block;
      height: 26px;
      min-height: 26px;
      width: 26px;
      -webkit-box-flex: 0;
          -ms-flex: 0 26px;
              flex: 0 26px;
      min-width: 26px;
      position: absolute;
      left: 6px;
      top: 6px; }
      @media only screen and (max-width: 574px) {
        .cpl-total-item__icon {
          display: block;
          height: 20px;
          min-height: 20px;
          width: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 20px;
                  flex: 0 20px;
          min-width: 20px;
          left: 4px;
          top: 4px; } }
      .cpl-total-item__icon circle {
        fill: white; }

.referral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .referral-field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-weight: 700;
    color: #4F4F4F;
    border-radius: 30px;
    padding: 0 15px;
    background-color: #F6F5F5;
    min-height: 32px;
    text-align: center;
    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;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media only screen and (max-width: 574px) {
      .referral-field {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px; } }
  .referral-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    width: 143px;
    -webkit-box-flex: 0;
        -ms-flex: 0 143px;
            flex: 0 143px;
    min-width: 143px;
    max-width: 143px;
    background-color: #0F84EC;
    border-radius: 30px;
    margin-left: 15px;
    padding: 3px;
    cursor: pointer;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
    @media only screen and (max-width: 574px) {
      .referral-copy {
        margin-left: auto; } }
    .referral-copy:active {
      -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
              box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.16); }
    .referral-copy__icon {
      display: block;
      height: 26px;
      min-height: 26px;
      width: 26px;
      -webkit-box-flex: 0;
          -ms-flex: 0 26px;
              flex: 0 26px;
      min-width: 26px; }
      .referral-copy__icon circle {
        fill: white; }
    .referral-copy__text {
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      font-size: 14px;
      font-weight: 700;
      padding: 0 15px;
      color: white;
      text-align: center; }
  .referral-desc {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%;
    max-width: 100%;
    color: #7c7c7c;
    font-size: 13px;
    padding-left: 10px; }

.money-back-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.money-back-item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  opacity: .3;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer; }
  .money-back-item.is--active {
    opacity: 1; }
  .money-back-item:hover {
    opacity: .9; }
  .money-back-item:last-child {
    margin-right: 0; }
  .money-back-item__icon {
    display: block;
    height: auto;
    min-height: auto;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    min-width: 100%; }

.billing-options {
  padding: 0 15px 15px 15px; }
  @media only screen and (max-width: 991px) {
    .billing-options {
      min-width: 453px; } }
  @media only screen and (max-width: 515px) {
    .billing-options {
      min-width: 100%; } }
  .billing-options-small-title {
    font-size: 12px;
    color: #7c7c7c;
    text-align: center; }
    @media only screen and (max-width: 410px) {
      .billing-options-small-title {
        max-width: 130px;
        margin-left: auto;
        margin-right: auto; } }
  .billing-options-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 500px) {
    .billing-options-cell {
      width: 50%; } }
  .billing-options-cell:nth-child(2) {
    margin-left: 13px; }
    @media only screen and (max-width: 991px) {
      .billing-options-cell:nth-child(2) {
        margin-left: auto; } }
    @media only screen and (max-width: 500px) {
      .billing-options-cell:nth-child(2) {
        margin-left: 13px; } }
    .billing-options-cell:nth-child(2) .billing-options-dropdown.is--open .select-current-arrow {
      background-color: white; }
    .billing-options-cell:nth-child(2) .billing-options-dropdown .select-current {
      background-color: #fff; }
    .billing-options-cell:nth-child(2) .billing-options-dropdown .select-current__name {
      color: #0F85EE; }
    .billing-options-cell:nth-child(2) .billing-options-dropdown .select-current-arrow {
      background-color: #fff; }
      .billing-options-cell:nth-child(2) .billing-options-dropdown .select-current-arrow__icon path {
        fill: #0F85EE; }
  .billing-options-cell:nth-child(1) .billing-options-dropdown.is--open .select-current-arrow {
    background-color: #0F85EE; }
  .billing-options-double-cell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .billing-options-double-cell .billing-options-icon {
      z-index: 2; }
      .billing-options-double-cell .billing-options-icon.is--transparent circle {
        fill: #0F85EE; }
      .billing-options-double-cell .billing-options-icon.is--transparent path {
        fill: #fff; }
    .billing-options-double-cell .billing-options-dropdown.is--open {
      z-index: 1; }
      .billing-options-double-cell .billing-options-dropdown.is--open .select-current-arrow {
        background-color: white; }
    .billing-options-double-cell .billing-options-dropdown-wrap {
      margin-left: auto; }
      @media only screen and (max-width: 470px) {
        .billing-options-double-cell .billing-options-dropdown-wrap {
          width: 48%; } }
    .billing-options-double-cell .billing-options-dropdown .select-current {
      background-color: #fff; }
    .billing-options-double-cell .billing-options-dropdown .select-current__name {
      color: #0F85EE; }
    .billing-options-double-cell .billing-options-dropdown .select-current-arrow {
      background-color: #fff; }
      .billing-options-double-cell .billing-options-dropdown .select-current-arrow__icon path {
        fill: #0F85EE; }
  .billing-options-icon {
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 4; }
    .billing-options-icon.is--crypt {
      top: 0;
      left: 0;
      z-index: 4; }
    .billing-options-icon.is--card {
      top: 7px;
      left: 11px;
      z-index: 4; }
    .billing-options-icon.is--wallet {
      top: 6px;
      left: 11px;
      z-index: 4; }
    .billing-options-icon.is--upgrade.is--currency {
      z-index: 6; }
  .billing-options-dropdown {
    max-width: 195px;
    width: 195px; }
    @media only screen and (max-width: 500px) {
      .billing-options-dropdown {
        width: 100%; } }
    .billing-options-dropdown.is-inform {
      width: 50%;
      max-width: 50%; }
    .billing-options-dropdown .select-current {
      background-color: #0F85EE;
      border-right: none;
      height: 32px;
      border: 1px solid #0F85EE;
      padding-left: 30px; }
    .billing-options-dropdown .select-current__name {
      color: #fff;
      font-size: 14px; }
    .billing-options-dropdown .select-current-arrow {
      border-left: none; }
      .billing-options-dropdown .select-current-arrow__icon {
        height: 9.8px;
        width: 9.8px; }
    .billing-options-dropdown.is--firstbuy .select-current__name {
      color: #7c7c7c; }
    .billing-options-dropdown-wrap {
      position: relative; }
      .billing-options-dropdown-wrap.is--open {
        z-index: 3; }
      .billing-options-dropdown-wrap.is--upgrade .select-current {
        background-color: #fff; }
        .billing-options-dropdown-wrap.is--upgrade .select-current__name {
          color: #7c7c7c; }
        .billing-options-dropdown-wrap.is--upgrade .select-current-arrow {
          background-color: #fff; }
          .billing-options-dropdown-wrap.is--upgrade .select-current-arrow path {
            fill: #0F85EE; }
    .billing-options-dropdown.is--options:not(.is--upgrade) {
      max-width: 235px;
      width: 235px; }
      @media only screen and (max-width: 500px) {
        .billing-options-dropdown.is--options:not(.is--upgrade) {
          width: 100%; } }
      .billing-options-dropdown.is--options:not(.is--upgrade).is--open {
        z-index: 3; }
      .billing-options-dropdown.is--options:not(.is--upgrade) .select-current__name {
        color: #7c7c7c; }
    .billing-options-dropdown.is--currency.is--open {
      z-index: 5; }
    .billing-options-dropdown.is--currency .select-current__name {
      color: #7c7c7c; }
  .billing-options-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .billing-options-sum-card {
      max-height: 55px;
      min-width: 483px;
      padding: 10px 40px 10px 42px; }
      @media only screen and (max-width: 991px) {
        .billing-options-sum-card {
          padding-right: 30px;
          padding-left: 30px; } }
      @media only screen and (max-width: 515px) {
        .billing-options-sum-card {
          min-width: 100%; } }
    .billing-options-sum-title {
      color: #7c7c7c;
      font-size: 14px;
      font-weight: 700;
      margin-right: 5px; }
      @media only screen and (max-width: 420px) {
        .billing-options-sum-title {
          font-size: 12px; } }
      .billing-options-sum-title.sum-upgrade-title {
        line-height: 18px;
        text-align: center;
        margin-bottom: 8px; }
    .billing-options-sum-price {
      font-size: 24px;
      font-weight: 800;
      color: #0F85EE; }
      @media only screen and (max-width: 420px) {
        .billing-options-sum-price {
          font-size: 20px; } }
    .billing-options-sum.is--upgrade {
      -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; }
      .billing-options-sum.is--upgrade .billing-options-sum-price {
        font-size: 32px;
        line-height: 48px; }
      .billing-options-sum.is--upgrade .billing-options-discount {
        margin-top: -10px; }
  .billing-options-btn {
    margin-left: auto;
    border: none;
    padding: 0;
    font-weight: 700;
    min-width: 188px; }
    @media only screen and (max-width: 500px) {
      .billing-options-btn {
        min-width: 80px;
        width: 35%;
        margin-left: 15px; } }
    .billing-options-btn.is--green {
      background-color: #1CB636;
      margin: auto; }
  .billing-options-discount {
    font-weight: 700;
    color: #0F85EE;
    font-size: 14px;
    margin: auto; }
  @media only screen and (max-width: 670px) {
    .billing-options.is--upgrade {
      padding: 0; } }
  @media only screen and (max-width: 670px) {
    .billing-options.is--upgrade .custom-number-input {
      width: 100%;
      min-width: 130px; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .custom-number-input {
      max-width: unset; } }
  @media only screen and (max-width: 670px) {
    .billing-options.is--upgrade .billing-options-cell {
      padding-right: 15px; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .billing-options-cell {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .billing-options-cell:first-child .billing-options-icon {
      z-index: 7; }
    .billing-options.is--upgrade .billing-options-cell:first-child .select-list-wrap.is--open {
      z-index: 6; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .billing-options-cell:last-child {
      padding-right: 0;
      margin: 0 auto 20px; } }
  @media only screen and (max-width: 400px) {
    .billing-options.is--upgrade .billing-options-cell:last-child {
      margin-bottom: 0 0 20px;
      width: 100%; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .billing-options-cell:nth-child(2) {
      padding-right: 0; } }
  .billing-options.is--upgrade .billing-options-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 500px) {
      .billing-options.is--upgrade .billing-options-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .billing-options.is--upgrade .billing-options-row .billing-options-cell:nth-child(2) {
      margin: 0; }
  .billing-options.is--upgrade .billing-options-icon.is--blue {
    width: 26px;
    height: 26px; }
    .billing-options.is--upgrade .billing-options-icon.is--blue circle {
      fill: #0F85EE; }
    .billing-options.is--upgrade .billing-options-icon.is--blue path {
      fill: #fff; }
  @media only screen and (max-width: 670px) {
    .billing-options.is--upgrade .billing-options-dropdown {
      width: 100%; } }
  @media only screen and (max-width: 500px) {
    .billing-options.is--upgrade .billing-options-dropdown {
      max-width: unset; } }
  .billing-options.is--upgrade .billing-options-dropdown .select-current {
    background-color: #f6f6f6; }
    .billing-options.is--upgrade .billing-options-dropdown .select-current__name {
      color: #0F85EE; }
    .billing-options.is--upgrade .billing-options-dropdown .select-current-arrow {
      background-color: #f6f6f6; }
      .billing-options.is--upgrade .billing-options-dropdown .select-current-arrow__icon path {
        fill: #0f85ee; }
  .billing-options.is--upgrade .billing-options-dropdown.is--open .select-current-arrow {
    background-color: #f6f6f6; }

.is-upgrade-total {
  max-width: 240px;
  margin-left: 15px; }
  @media only screen and (max-width: 1300px) {
    .is-upgrade-total {
      max-width: 735px;
      margin-left: 0;
      width: 100%; }
      .is-upgrade-total .billing-options-btn {
        margin-right: 0; }
      .is-upgrade-total .billing-options-small-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 5px;
        margin-right: 10px; }
      .is-upgrade-total .billing-options-dropdown-wrap:not(:last-child) {
        margin-right: 30px; }
      .is-upgrade-total .billing-options-total-row {
        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;
        width: calc(50% - 30px);
        margin-right: 30px; }
        .is-upgrade-total .billing-options-total-row:last-child {
          margin-right: 0;
          width: 50%; }
        .is-upgrade-total .billing-options-total-row .billing-options-dropdown-wrap {
          width: 100%; }
        .is-upgrade-total .billing-options-total-row .billing-options-dropdown {
          width: 100%;
          max-width: unset; } }
  @media only screen and (max-width: 410px) {
    .is-upgrade-total .billing-options-small-title {
      margin: 0; } }
  @media only screen and (max-width: 500px) {
    .is-upgrade-total .billing-options-total-row {
      margin-right: 0;
      width: 100%; }
      .is-upgrade-total .billing-options-total-row:last-child {
        width: 100%; } }

.tariff-btn {
  background-color: #e4e4e4;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 38px;
  position: relative;
  cursor: pointer; }
  .tariff-btn:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px; }
    .tariff-btn:nth-child(1) .ssd-status {
      left: 15px; }
  .tariff-btn:nth-child(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 20px; }
    .tariff-btn:nth-child(2) .ssd-status {
      right: 15px; }
  .tariff-btn.is--active {
    background-color: #0F85EE; }
    .tariff-btn.is--active .tariff-btn__text {
      font-weight: 700;
      color: #fff; }
  .tariff-btn__text {
    font-size: 14px;
    color: #4F4F4F; }
    @media only screen and (max-width: 400px) {
      .tariff-btn__text {
        font-size: 12px; } }
  .tariff-btn .ssd-status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 14px;
    width: 14px;
    border: 3px solid white; }

.sum-card-content {
  padding-top: 15px;
  padding-bottom: 12px; }

.custom-number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 195px;
  width: 195px;
  border: 1px solid #0f85ee;
  border-radius: 100px;
  border-left: none;
  border-right: none;
  height: 32px; }
  .custom-number-input-btn {
    height: 31px;
    background: #0f85ee;
    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;
    color: #fff;
    font-size: 30px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    width: 35px;
    cursor: pointer; }
    .custom-number-input-btn svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      height: 12px;
      width: 12px; }
    .custom-number-input-btn.is--right {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px; }
      .custom-number-input-btn.is--right svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .custom-number-input-field {
    width: calc(100% - 70px);
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0f85ee; }

.pagenotfound-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;
  color: #CECECE;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pagenotfound-title1 {
  font-size: 91px;
  font-weight: 800;
  margin-bottom: 35px; }
  @media only screen and (max-width: 991px) {
    .pagenotfound-title1 {
      font-size: 75px; } }
  @media only screen and (max-width: 574px) {
    .pagenotfound-title1 {
      font-size: 65px;
      margin-bottom: 0; } }

.pagenotfound-title2 {
  font-size: 203px;
  font-weight: 700;
  line-height: 120px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .pagenotfound-title2 {
      font-size: 153px; } }
  @media only screen and (max-width: 574px) {
    .pagenotfound-title2 {
      font-size: 115px;
      margin-bottom: 0; } }

.pagenotfound-title3 {
  font-weight: 200;
  font-size: 32px; }
  @media only screen and (max-width: 991px) {
    .pagenotfound-title3 {
      font-size: 27px; } }
  @media only screen and (max-width: 574px) {
    .pagenotfound-title3 {
      font-size: 23px; } }
