.clearfix:after {
  display: table;
  clear: both;

  content: "";
}

.centered {
  display: table;

  width: 100%;
  height: 100%;
}
.centered > * {
  display: table-cell;

  text-align: center;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.clearfix:after {
  display: table;
  clear: both;

  content: "";
}

.centered {
  display: table;

  width: 100%;
  height: 100%;
}
.centered > * {
  display: table-cell;

  text-align: center;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;

  src: url("fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot");
  src: url("fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf")
      format("truetype");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: italic;

  src: url("fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot");
  src: url("fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("fonts/MyriadPro/MyriadProItalic/MyriadProItalic.ttf")
      format("truetype");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 700;
  font-style: normal;

  src: url("fonts/MyriadPro/MyriadProBold/MyriadProBold.eot");
  src: url("fonts/MyriadPro/MyriadProBold/MyriadProBold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf") format("truetype");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 700;
  font-style: italic;

  src: url("fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot");
  src: url("fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.woff")
      format("woff"),
    url("fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.ttf")
      format("truetype");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 500;
  font-style: normal;

  src: url("fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.eot");
  src: url("fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.woff")
      format("woff"),
    url("fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.ttf")
      format("truetype");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 500;
  font-style: italic;

  src: url("fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
  src: url("fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff")
      format("woff"),
    url("fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf")
      format("truetype");
}

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

  outline: 0;
}

#layer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

body {
  min-width: 320px;
  height: 100%;
}
body.layer-is-shown #layer {
  visibility: visible;

  opacity: 1;
}
body.layer-is-shown-full #layer {
  z-index: 1000;

  visibility: visible;

  opacity: 1;
}

html {
  height: 100%;
}

.container {
  /* max-width: 100%; */
}

.container:after {
  display: block;
  clear: both;

  content: " ";
}
.container--sm {
  max-width: 800px;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;

  min-height: 100%;
  padding-bottom: 85px;
}

.page {
  position: relative;
}
.page:after {
  display: block;
  clear: both;

  content: " ";
}
.page__menu {
  position: absolute;
  top: 0;
  left: 0;

  width: 260px;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page__content {
  /* width: 100%; */
  margin: 0 20px 0 20px;
}

.vam {
  display: table;

  height: 100%;
}
.vam-inner {
  display: table-cell;

  height: 100%;

  vertical-align: middle;
}

body {
  font-family: "Myriad Pro", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  color: #343434;
  background: #edf0f5;
}
body.auth {
  background-color: #fff;
}
body.auth .wrapper {
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;

  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Myriad Pro", "sans-serif";
  line-height: 1;

  margin: 0;
  padding: 0;

  color: #343434;
}

h1 {
  font-size: 45px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 15px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

hr {
  overflow: hidden;

  height: 1px;
  margin: 32px 0;

  border: 0;
  background: #e9e9e9;
}

q,
blockquote {
  font-style: italic;

  display: block;

  text-align: center;
}

strong,
b {
  font-weight: 700;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;

  color: #191fcc;
}
a.button {
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}

[class*="icon-"] {
  display: inline-block;

  vertical-align: top;
}

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px;
}

.static-content blockquote {
  padding-left: 20px;

  text-align: left;

  border-left: 2px solid #f6f6f6;
}

.static-content ul {
  margin: 20px 0;
}
.static-content ul li {
  position: relative;

  padding-left: 20px;
}
.static-content ul li:before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 5px;
  height: 5px;

  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  background: #f00;
}

.static-content ol {
  margin: 20px 0;

  list-style-position: inside;
  list-style-type: decimal;

  counter-reset: item;
}
.static-content ol li {
  position: relative;

  display: block;
}
.static-content ol li:before {
  font-weight: 700;

  display: inline;

  content: counters(item, ".") ". ";
  counter-increment: item;
  vertical-align: top;
}

.static-content p {
  margin-bottom: 16px;
}

.static-content table {
  width: 100%;

  border-collapse: collapse;
}
.static-content table th {
  font-weight: 700;

  padding: 5px;

  text-align: left;

  border-bottom: 1px solid #000;
}
.static-content table td {
  padding: 5px;
}
.static-content table tr:nth-child(odd) td {
  /* stylelint-disable-line */
  background-color: #f4f4f4;
}

.upper {
  text-transform: uppercase;
}

.no-wrap {
  white-space: nowrap;
}

.title {
  margin: 20px 0 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #343434;
}

.tac {
  text-align: center;
}

.btn {
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  position: relative;

  display: block;

  width: 100%;
  padding: 15px 30px 14px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  vertical-align: top;

  color: #34495e;
  border: 1px solid #d3dbea;
  border-radius: 4px;
  background-color: transparent;
}
.btn:hover {
  border: 1px solid #d3dbea;
  background-color: #f6f6f6;
}
.btn:active,
.btn.active {
  border: 1px solid #bbc8e2;
  background-color: #f6f6f6;
}
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
  cursor: not-allowed;

  color: #d4d4d4;
  border: 1px solid #bbc8e2;
  background-color: #f6f6f6;
}
.btn--low-height {
  padding: 10px 30px;
}
.btn--inline {
  display: inline-block;

  width: auto;
}
.btn--xs {
  padding: 10px 14px 9px;
}
.btn--sm {
  font-size: 12px;

  padding: 16px 30px 15px;
}
.btn--white {
  color: #c9060a;
  border-color: #d3dbea;
  background-color: #fff;
}
.btn--red {
  color: #fff;
  border-color: #c9060a;
  background-color: #c9060a;
}
.btn--red:hover {
  border-color: #bd3336;
  background-color: #bd3336;
}
.btn--red:active,
.btn--red.active {
  border-color: #e03437;
  background-color: #e03437;
}
.btn--red.disabled,
.btn--red[disabled="disabled"],
.btn--red[disabled] {
  color: #e99a9c;
  border-color: #e03437;
  background-color: #e03437;
}
.btn--red-color {
  color: #c9060a;
}
.btn--red-border {
  border: 1px solid #e16767 !important;
  /*stylelint-disable-line*/
}
.btn--green-border {
  border: 1px solid #92c443 !important;
  /*stylelint-disable-line*/
}
.btn--gbd {
  border-color: #82ca9c;
}
.btn--bbd {
  border-color: #7da7d9;
}

.btn-add {
  position: relative;

  width: 40px;
  height: 45px;

  cursor: pointer;

  border: 1px solid #d3dbea;
  border-radius: 4px;
}
.btn-add:hover::after,
.btn-add:hover::before {
  background: #000;
}
.btn-add::after,
.btn-add::before {
  position: absolute;
  top: 50%;
  left: 50%;

  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background-color: #d3dbea;
}
.btn-add::after {
  width: 13px;
  height: 2px;
}
.btn-add::before {
  width: 2px;
  height: 13px;
}
.btn--narrow .row {
  margin-left: 0;
  margin-right: 0;
}

.checkbox {
  display: block;

  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
.checkbox span {
  font-size: 14px;
  line-height: 1;

  position: relative;

  display: block;

  padding: 0 0 0 30px;
}
.checkbox span:before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;

  content: "";

  background: #ddd;
}
.checkbox span:after {
  position: absolute;
  top: 50%;
  left: 5px;

  display: block;

  width: 5px;
  height: 8px;
  margin: -5px 0 0 0;

  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  opacity: 0;
  border-right: 2px solid #c9060a;
  border-bottom: 2px solid #c9060a;
}

textarea,
select,
.input {
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  display: block;

  width: 100%;
  height: 45px;
  padding: 0 18px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
  border: 1px solid #d3dbea;
  border-radius: 4px;
  background-color: transparent;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: #c6c6c6;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: #c6c6c6;
}
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
.input:focus::-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder,
select:focus::placeholder,
.input:focus::placeholder {
  color: transparent;
}
textarea:focus,
textarea.active,
select:focus,
select.active,
.input:focus,
.input.active {
  border-color: #bbc8e2;
}
textarea:hover,
select:hover,
.input:hover {
  border-color: #bbc8e2;
}
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
.input.disabled,
.input[disabled="disabled"],
.input[disabled] {
  background-color: #f3f3f3;
}
textarea.valid,
select.valid,
.input.valid {
  border-color: #c5e83a;
}
textarea.invalid,
select.invalid,
.input.invalid {
  border-color: #f23a3a;
}

textarea {
  height: 150px;
  padding: 10px 20px;

  resize: none;
}

.file {
  display: block;

  cursor: pointer;
}
.file input[type="file"] {
  display: none;
}
.file > span {
  position: relative;
  z-index: 1;

  display: block;

  width: 35px;
  height: 35px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border-radius: 50%;
  background-color: #eaeef4;
}
.file > span:hover {
  background-color: #31c975;
}
.file > span:hover::before,
.file > span:hover::after {
  border-color: #fff;
}
.file > span::before {
  position: absolute;
  top: 11px;
  left: 16px;

  height: 12px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #aeb7c8;
}
.file > span::after {
  position: absolute;
  top: 16px;
  left: 11px;

  width: 12px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border-bottom: 2px solid #aeb7c8;
}

input[type="file"] {
  display: none;
}
input[type="file"] + label {
  font-size: 14px;
  line-height: 24px;

  display: block;

  padding: 25px 15px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;

  color: #d3dbea;
  border: 1px dashed #c4c4c4;
  background: #fff;
}
input[type="file"] + label:hover {
  border-color: #696969;
  background: #e9e9e9;
}

.radio {
  display: block;

  cursor: pointer;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + span:after {
  opacity: 1;
}
.radio span {
  font-size: 14px;
  line-height: 1;

  position: relative;

  display: block;

  padding: 0 0 0 30px;
}
.radio span:before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;

  content: "";

  border-radius: 50%;
  background: #ddd;
}
.radio span:after {
  position: absolute;
  top: 50%;
  left: 4px;

  display: block;

  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;

  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 0;
  border-radius: 50%;
  background: #c9060a;
}

.jq-selectbox {
  font-family: "Myriad Pro";

  width: 100%;

  background: transparent;
}
.jq-selectbox.dropdown .jq-selectbox__trigger-arrow {
  top: 20px;

  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #bbc8e2;
}
.jq-selectbox__select {
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 500;

  height: 45px;
  padding-left: 18px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  border: 1px solid #d3dbea;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jq-selectbox__select:hover {
  border: 1px solid #bbc8e2;
  background: transparent;
}
.jq-selectbox__select-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;

  height: 100%;
}
.jq-selectbox__select-text.placeholder {
  color: #c6c6c6;
}
.jq-selectbox__trigger {
  border: 0;
}
.jq-selectbox__trigger-arrow {
  top: 16px;

  width: 8px;
  height: 8px;

  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.jq-selectbox li {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jq-selectbox li:hover {
  color: #000;
  background-color: #edf3f7;
}

.popup .jq-selectbox__dropdown {
  top: 45px !important;
  /*stylelint-disable-line*/
}

.js-select-custom .jq-selectbox__select {
  z-index: 1;
}

.js-select-custom .jq-selectbox__trigger {
  z-index: 1;
}
.js-select-custom .jq-selectbox__trigger-arrow {
  top: 14px;
  right: 15px;
}

.js-select-custom .jq-selectbox__select {
  height: 40px;

  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}

.js-select-custom .jq-selectbox__select-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;

  color: #1d2f53;
}

.js-select-custom.focused .jq-selectbox__select {
  border: 0;
}

.js-select-custom.opened .jq-selectbox__select {
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 3px 5px #bcbbed;
  box-shadow: 0 3px 5px #bcbbed;
}

.js-select-custom.opened .jq-selectbox__dropdown {
  margin-top: 0;

  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px #bcbbed;
  box-shadow: 0 3px 5px #bcbbed;
}

.icon-board {
  width: 19px;
  height: 20px;
}

.icon-envelope {
  width: 19px;
  height: 15px;
}

.icon-phone {
  width: 19px;
  height: 18px;
}

.icon-machine {
  width: 19px;
  height: 19px;
}

.icon-graph {
  width: 14px;
  height: 8px;
}

.icon-user-add {
  width: 15px;
  height: 17px;
}

.icon-back-arrow {
  width: 12px;
  height: 21px;
}

.icon-pen {
  width: 21px;
  height: 21px;
}

.icon-faq {
  width: 27px;
  height: 25px;
}

.icon-menu {
  width: 24px;
  height: 19px;
}

.icon-menu-point {
  width: 5px;
  height: 19px;
}

.icon-cross {
  width: 20px;
  height: 20px;
}

.icon-facebook {
  width: 8px;
  height: 14px;
}

.icon-gp {
  width: 17px;
  height: 11px;
}

.icon-windows {
  width: 15px;
  height: 15px;
}

.icon-check {
  width: 13px;
  height: 10px;
}

.icon-cross-accept {
  width: 10px;
  height: 10px;
}

.icon-bolt {
  width: 20px;
  height: 32px;
}

.icon-msg {
  width: 24px;
  height: 23px;
}

.icon-water {
  width: 15px;
  height: 21px;
}

.icon-boiler {
  width: 19px;
  height: 23px;
}

.icon-compressor {
  width: 23px;
  height: 16px;
}

.icon-fan {
  width: 21px;
  height: 20px;
}

.icon-bolt1 {
  width: 13px;
  height: 21px;
}

.icon-note {
  width: 21px;
  height: 21px;
}

.icon-sel {
  width: 14px;
  height: 16px;
}

.icon-dim {
  width: 18px;
  height: 20px;
}

.icon-schema {
  width: 18px;
  height: 16px;
}

.icon-calendar {
  width: 17px;
  height: 17px;
}

.icon-clock {
  width: 14px;
  height: 14px;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /*stylelint-disable-line*/
  width: 6px;

  border-radius: 3px;
  background-color: #e1e1e1 !important;
}

.mCSB_scrollTools {
  width: 12px;
}

.red-scroll .mCSB_scrollTools {
  width: 4px;

  opacity: 1;
}
.red-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;

  border-radius: 0;
  background-color: #cdd8e4;
}
.red-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /*stylelint-disable-line*/
  width: 100%;

  border-radius: 0;
  background-color: #c9060a !important;
}

.col {
  font-size: 14px;
  line-height: 1;

  display: inline-block;

  width: 100%;
  padding: 0 15px;

  vertical-align: top;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter .col {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border-color: #eaeef4;
}

.ui-widget-header {
  border: none;
  border-bottom: 1px solid #eaeef4;
  border-radius: 0;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-prev::before {
  position: absolute;
  top: 50%;

  width: 10px;
  height: 10px;
  margin-top: -5px;

  content: "";

  border-bottom: 2px solid #eaeef4;
  border-left: 2px solid #eaeef4;
}

.ui-datepicker .ui-datepicker-prev::before {
  left: 10px;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-next::before {
  right: 10px;

  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ui-state-hover {
  border: 0;
}

.ui-widget-content .ui-state-hover {
  top: 2px;

  border: 0;
  background-color: transparent;
}
.ui-widget-content .ui-state-hover::before {
  border-color: #c9060a;
}

.ui-widget-content .ui-state-hover.ui-datepicker-prev {
  left: 2px;
}

.ui-widget-content .ui-state-hover.ui-datepicker-next {
  right: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  line-height: 24px;

  width: 25px;
  height: 25px;

  text-align: center;

  border: 0;
  border-radius: 50%;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  color: #fff;
  border: 0;
  background-color: #c9060a;
}

.accept-block {
  display: table;

  width: 100%;
  height: 45px;

  border: 1px solid #dde3f0;
  border-radius: 4px;
}
.accept-block__title {
  display: table-cell;

  padding: 10px 15px;

  vertical-align: middle;
}
.accept-block__btn {
  display: table-cell;

  width: 38px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  vertical-align: middle;

  border-left: 1px solid #dde3f0;
}
.accept-block__btn:hover {
  opacity: 0.6;
}
.accept-block__btn .icon-svg {
  display: inline-block;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;

  fill: #000;
}
.accept-block__btn.active .icon-check {
  fill: #add365;
}
.accept-block__btn.active .icon-cross-accept {
  fill: #c9060a;
}
.accept-block__btn.not-active .icon-svg {
  fill: #e1e1e1;
}

.adder {
  position: relative;

  display: block;

  min-height: 15px;
  padding-left: 21px;
}
.adder.active .adder__txt {
  color: #ed3034;
}
.adder.active .adder__icon .icon-svg {
  fill: #ed3034;
}
.adder.active .adder__txt-main {
  display: none;
}
.adder.active .adder__txt-checked {
  display: block;
}
.adder:hover .adder__txt {
  color: #ed3034;
}
.adder__icon {
  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 15px;
}
.adder__icon .icon-svg {
  width: 100%;
  height: 100%;

  fill: #bfc9d7;
}
.adder__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
}
.adder__txt-checked {
  display: none;
}

.admin__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.admin__title .title {
  padding-right: 20px;
}

.admin__block {
  margin-top: 20px;

  background-color: #fff;
}
.admin__block-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 55px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 84px;
  padding: 40px 20px 20px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin__row:nth-child(even) .c-call-item__header {
  background-color: #f7f9fb;
}

.admin__row .c-call-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 70px;

  border-bottom: 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin__row .c-call-item__header.active .c-call-item__header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.admin__row .c-call-item__header-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
}

.admin__row .c-call-item__body {
  padding: 0;
}

.admin-item {
  padding-right: 130px;
  padding-bottom: 63px;
}
.admin-item .table__row:last-child .table__cell {
  border-bottom: 1px solid #f0f2f6;
}
.admin-item .table__cell:first-child {
  width: calc(100% - 170px);
}
.admin-item .table__cell:last-child {
  width: 170px;
}
.admin-item__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 76px;
  padding: 0 30px;

  color: #343434;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin-item__title--pt {
  height: 86px;
  padding-top: 10px;
}
.admin-item__select {
  height: 50px;

  border-top: 1px solid #f0f2f6;
  border-bottom: 1px solid #f0f2f6;
}
.admin-item__select-item {
  max-width: 324px;
  height: 100%;

  border-right: 1px solid #f0f2f6;
}
.admin-item__select-item .jq-selectbox {
  height: 100%;

  outline: 0;
}
.admin-item__select-item .jq-selectbox__select {
  width: 100%;
  /*stylelint-disable-line*/
  height: 100%;

  border: 0 !important;
  /*stylelint-disable-line*/
  border-radius: 0 !important;
  outline: 0;
}
.admin-item__select-item .jq-selectbox__select-text {
  line-height: 48px;

  height: 48px;
}
.admin-item__select-item .jq-selectbox__trigger-arrow {
  top: 18px;
}

.authorization {
  padding: 45px 0;
}
.authorization__title {
  font-size: 45px;
  font-weight: 400;

  margin-bottom: 16px;

  text-align: center;

  color: #34495e;
}
.authorization__sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  text-align: center;

  color: #34495e;
}
.authorization__descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  max-width: 240px;
  height: 43px;
  margin-top: 20px;

  color: #34495e;
}
.authorization__descr a {
  text-decoration: underline;

  color: #ed3034;
}
.authorization__descr a:hover {
  opacity: 0.8;
}

.authorization-form {
  width: 646px;
  margin: 43px auto 0;
}
.authorization-form__holder {
  padding: 46px 118px 57px;

  background-color: #fff;
  -webkit-box-shadow: 1px 1px 40px rgba(174, 210, 241, 0.3);
  box-shadow: 1px 1px 40px rgba(174, 210, 241, 0.3);
}
.authorization-form__title:after {
  display: block;
  clear: both;

  content: " ";
}
.authorization-form__title-left {
  font-size: 30px;
  font-weight: 400;

  float: left;

  color: #34495e;
}
.authorization-form__title-right {
  font-size: 13px;
  font-weight: 400;

  float: right;

  padding: 14px 0;

  color: #34495e;
}
.authorization-form__title-right a {
  text-decoration: underline;

  color: #ed3034;
}
.authorization-form__title-right a:hover {
  opacity: 0.8;
}
.authorization-form__input {
  margin-top: 19px;
}
.authorization-form__input-row {
  margin-bottom: 20px;
}
.authorization-form__input-row:last-child {
  margin-bottom: 0;
}
.authorization-form__reset {
  font-size: 14px;
  font-weight: 400;

  display: inline-block;

  margin-top: 19px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;

  color: #ed3034;
}
.authorization-form__reset:hover {
  opacity: 0.8;
}
.authorization-form__ctrl {
  margin-top: 35px;
}
.authorization-form__ctrl:after {
  display: block;
  clear: both;

  content: " ";
}
.authorization-form__ctrl-submit {
  float: left;

  width: 130px;
}
.authorization-form__ctrl-submit .btn {
  padding-right: 18px;
  padding-left: 18px;
}
.authorization-form__ctrl-soc {
  float: right;

  padding: 5px 14px;
}
.authorization-form--reg .authorization-form__ctrl-submit {
  width: 170px;
}

.back-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  position: relative;

  display: inline-block;

  padding-left: 10px;

  color: #3e89f9;
}
.back-btn::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 5px;
  height: 5px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);

  border-top: 1px solid #3e89f9;
  border-left: 1px solid #3e89f9;
}
.back-btn:hover {
  text-decoration: underline;
}

.blueprint__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blueprint__title .title {
  padding-right: 20px;
}

.blueprint__table {
  margin-top: 20px;

  background-color: #fff;
}
.blueprint__table-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 80px;
  padding: 20px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blueprint__table-main {
  max-height: 522px;
}
.blueprint__table-second {
  max-height: 350px;
}
.blueprint__table--second {
  margin-top: 50px;
}
.blueprint__table--second .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.btn-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 215px;
  height: 40px;

  border: 1px solid #d3dbea;
  border-radius: 4px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.btn-check__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 55px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 50%;
  height: 100%;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-check__item:first-child {
  color: #c9060a;
  border-right: 1px solid #d3dbea;
}
.btn-check__item:first-child svg {
  width: 12px;
  height: 12px;

  fill: #c9060a;
}
.btn-check__item:last-child {
  color: #add365;
}
.btn-check__item:last-child svg {
  fill: #add365;
}
.btn-check__item:hover {
  -webkit-box-shadow: inset 2px 2px 5px rgba(211, 219, 234, 0.8);
  box-shadow: inset 2px 2px 5px rgba(211, 219, 234, 0.8);
}
.btn-check__item.active {
  cursor: default;

  color: #343434;
  border-color: #e7ebf3;
  background-color: #e7ebf3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check__item.active svg {
  fill: #343434;
}
.btn-check__item svg {
  display: none;

  width: 14px;
  height: 14px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  border: 0;
  outline: 0;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.button-download:hover .button-download__text-title {
  text-decoration: underline;
}
.button-download__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 23px;
  height: 15px;

  border-radius: 2px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-download__icon--red {
  background-color: #ed3034;
}
.button-download__icon--green {
  background-color: #61b565;
}
.button-download__icon svg {
  fill: #fff;
}
.button-download__icon-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  color: #fff;
}
.button-download__text {
  padding-left: 5px;
}
.button-download__text-title {
  font-size: 14px;
  font-weight: 500;

  color: #34495e;
}
.button-download__text-sub {
  font-size: 12px;
  font-weight: 400;

  margin-top: 2px;

  color: #34495e;
}

.c-call__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;

  color: #343434;
}

.c-call__sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;

  margin-top: 8px;

  color: #34495e;
}

.c-call__form {
  margin-top: 23px;
}
.c-call__form:after {
  display: block;
  clear: both;

  content: " ";
}
.c-call__form-block {
  float: left;
}
.c-call__form-block:first-child {
  width: calc(100% - 524px);
  padding-right: 15px;
}
.c-call__form-block:last-child {
  width: 524px;
  padding-left: 15px;
}

.c-call__main {
  background-color: #fff;
}

.c-call__notice {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  height: 288px;
  margin-top: 25px;
  padding: 16px 21px;

  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.c-call__notice-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;

  color: #34495e;
}

.c-call-item__header {
  position: relative;

  padding: 18px 30px 17px 19px;

  cursor: pointer;

  border-bottom: 1px solid #edf0f5;
}
.c-call-item__header.active .c-call-item__header-arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.c-call-item__header-arrow {
  position: absolute;
  top: 50%;
  right: 20px;

  width: 9px;
  height: 19px;

  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.c-call-item__header-arrow .icon-svg {
  width: 100%;
  height: 100%;
}
.c-call-item__header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;

  display: inline-block;

  padding-left: 5px;

  vertical-align: middle;

  color: #34495e;
}
.c-call-item__header-icon {
  position: relative;

  display: inline-block;

  width: 23px;
  height: 23px;
  margin-right: 8px;

  vertical-align: middle;
}
.c-call-item__header-icon .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  fill: #000;
}

.c-call-item__body {
  display: none;

  padding: 28px 20px 52px;

  border-bottom: 1px solid #edf0f5;
}
.c-call-item__body .chat-form__main-submit {
  position: static;

  margin-top: 38px;
}

.call-table {
  display: table;

  width: 100%;

  border-collapse: collapse;

  background: #fff;
}
.call-table-r {
  display: table-row;
}
.call-table-c {
  display: table-cell;
}
.call-table__cell {
  font-weight: 400;

  height: 70px;
  padding: 0 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;

  color: #34495e;
}
.call-table__cell:nth-child(2) {
  width: 185px;
}
.call-table__row {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.call-table__row:hover .call-table__cell {
  background-color: #edf3f7;
}
.call-table__row:hover .call-table__cell:first-child {
  color: #c9060a;
}
.call-table__row:nth-child(odd) {
  background-color: #f7f9fb;
}
.call-table__head {
  display: table-row-group;
}
.call-table__head-item {
  font-weight: 500;

  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;

  cursor: default;
  text-align: left;
  vertical-align: bottom;

  color: #34495e;
}
.call-table__body {
  display: table-row-group;
}
.call-table__mob-col {
  font-weight: 400;

  display: none;

  width: 170px;
  height: 70px;
  padding: 0 20px;

  color: #34495e;
  background-color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-table__mob-col:nth-child(even) {
  background-color: #f7f9fb;
}
.call-table__mob-col:first-child {
  font-weight: 500;

  height: 58px;
  padding-top: 22px;
  padding-bottom: 22px;

  cursor: default;
  text-align: left;
  vertical-align: bottom;

  color: #34495e;
}

.call.is-form-active .call__holder {
  display: none;
}

.call.is-form-active .call__form {
  display: block;
}

.call__ctrl {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-top: 23px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.call__ctrl-search {
  width: 317px;
  max-width: 100%;
}
.call__ctrl-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call__ctrl-btns--xls {
  padding-right: 25px;
}
.call__ctrl-btns--graph {
  padding-right: 50px;
}
.call__ctrl-btns--add {
  padding-right: 20px;
  padding-left: 20px;
}

.call__table {
  position: relative;

  margin-top: 3px;
}
.call__table-hidden {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  -webkit-box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
  box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
}

.call__form {
  display: none;
}

.call-filter {
  margin-top: 20px;
}

.chart {
  width: 100%;
  height: 100%;
}
.chart__header {
  padding: 25px 25px 28px;
}
.chart__header:after {
  display: block;
  clear: both;

  content: " ";
}
.chart__header-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;

  display: inline-block;

  vertical-align: middle;

  color: #34495e;
}
.chart__header-select {
  display: inline-block;

  padding-top: 3px;
  padding-left: 24px;

  vertical-align: middle;
}
.chart__header-left {
  float: left;
}
.chart__header-right {
  float: right;
}
.chart__body {
  width: 100%;
  height: calc(100% - 77px);
}
.chart__body .ch {
  width: 100%;
  height: 100%;
}

.chart-select__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;

  position: relative;

  padding-right: 11px;

  cursor: pointer;
  text-decoration: underline;

  color: #34495e;
}
.chart-select__title::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 5px;
  height: 5px;
  margin-top: -1px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);

  border-bottom: 1px solid #000034;
  border-left: 1px solid #000034;
}

.chat-form__list-item {
  overflow: hidden;

  height: 60px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chat-form__list-item:last-child {
  border-bottom-color: transparent;
}
.chat-form__list-item.active .chat-form__list-link {
  font-size: 16px;
  font-weight: 500;

  cursor: default;

  background-color: #fff;
}

.chat-form__list-link {
  font-size: 14px;
  font-weight: 400;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: row;

  height: 100%;
  padding: 10px 16px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
  border-bottom: 1px solid #f6f7fb;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-form__list-link:hover {
  border-color: #f6f7fb;
  background-color: #dce2ea;
}

.chat-form__list-title {
  font-size: 25px;
  font-weight: 400;

  position: relative;

  display: none;
  flex-direction: row;

  height: 76px;
  padding: 17px;

  color: #34495e;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-form__list-title.active::before {
  margin-top: 4px;

  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.chat-form__list-title.active ~ .chat-form__list-item {
  height: 60px;
}
.chat-form__list-title::before {
  position: absolute;
  top: 50%;
  right: 18px;

  width: 7px;
  height: 7px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);

  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
}

.chat-form__main {
  position: relative;

  min-height: 474px;
  padding: 34px 35px 123px;

  background-color: #fff;
}
.chat-form__main-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}
.chat-form__main-check {
  margin-top: 10px;
  margin-bottom: -5px;
}
.chat-form__main-block {
  margin-top: 38px;
}
.chat-form__main-block .textarea,
.chat-form__main-block .input {
  height: 26px;
  padding: 0;

  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}
.chat-form__main-block .textarea:hover,
.chat-form__main-block .input:hover {
  border-color: #bbc8e2;
}
.chat-form__main-submit {
  position: absolute;
  bottom: 28px;
  left: 35px;

  width: 170px;
}

.chat__back {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 2px;
}

.chat__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat__rooms {
  width: 270px;
}

.chat__main {
  width: calc(100% - 270px);
  padding-left: 30px;
}

.chat-rooms {
  display: block;

  width: 100%;
}
.chat-rooms.opened .chat-rooms__body-show::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.chat-rooms.opened .chat-rooms__item {
  top: 0;

  visibility: visible;

  height: 60px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 1;
}
.chat-rooms__header {
  display: block;

  padding: 5px 0;

  background-color: #fff;
}
.chat-rooms__body {
  width: 100%;
  margin-top: 5px;

  background-color: #fff;
}
.chat-rooms__body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;
  height: 50px;
  padding: 5px 15px;

  border-bottom: 1px solid #f6f7fb;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chat-rooms__body-title {
  font-size: 16px;
  font-weight: 500;

  color: #34495e;
}
.chat-rooms__body-show {
  font-size: 12px;
  font-weight: 500;

  position: relative;

  display: inline-block;

  padding-right: 15px;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #3e89f9;
}
.chat-rooms__body-show::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 7px;
  height: 7px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);

  border-top: 1px solid #3e89f9;
  border-right: 1px solid #3e89f9;
}
.chat-rooms__item {
  position: relative;
  top: -100%;

  visibility: hidden;

  width: 100%;
  height: 0;

  cursor: pointer;

  opacity: 0;
}
.chat-rooms__item.shown {
  top: 0;

  visibility: visible;

  height: 60px;

  opacity: 1;
}
.chat-rooms__item:hover .chat-rooms__item-holder {
  background-color: #dce2ea;
}
.chat-rooms__item:hover .chat-rooms__item-msg {
  color: #829ab1;
}
.chat-rooms__item:hover .chat-rooms__item-time {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(220, 226, 234, 0)),
    color-stop(22%, #dce2ea),
    to(#dce2ea)
  );
  background: -o-linear-gradient(
    left,
    rgba(220, 226, 234, 0) 0%,
    #dce2ea 22%,
    #dce2ea 100%
  );
  background: linear-gradient(
    to right,
    rgba(220, 226, 234, 0) 0%,
    #dce2ea 22%,
    #dce2ea 100%
  );
}
.chat-rooms__item:last-child {
  border-bottom: 0;
}
.chat-rooms__item::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;

  display: none;
  overflow: hidden;

  width: 7px;
  height: 7px;

  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
}
.chat-rooms__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;
  height: 100%;
  padding: 5px 15px;

  border-bottom: 1px solid #f6f7fb;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-rooms__item-time {
  font-size: 11px;
  font-weight: 700;

  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: calc(100% - 1px);
  padding-top: 1px;
  padding-right: 28px;
  padding-left: 30px;

  color: #34495e;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(22%, white),
    to(white)
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    white 22%,
    white 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    white 22%,
    white 100%
  );

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-rooms__item-ava {
  overflow: hidden;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background-color: #d3dbea;
}
.chat-rooms__item-ava img {
  display: block;

  width: 100%;
  height: 100%;
}
.chat-rooms__item-text {
  width: calc(100% - 20px);
  padding-left: 10px;
}
.chat-rooms__item-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;

  padding-right: 20px;

  color: #34495e;
}
.chat-rooms__item-msg {
  position: relative;

  display: inline-block;
  overflow: hidden;

  width: 100%;

  color: #bababa;
}
.chat-rooms__item--accent::before {
  display: block;
}
.chat-rooms__item--accent-red::before {
  background-color: #ed3034;
}
.chat-rooms__item--accent-green::before {
  background-color: #d0e04c;
}
.chat-rooms__item--accent-yellow::before {
  background-color: #e9c919;
}

.chat-main {
  background-color: #fff;
}
.chat-main__header {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 70px;
  padding: 5px 25px;

  border-bottom: 1px solid #eef0f7;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chat-main__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-main__user-ava {
  overflow: hidden;

  width: 30px;
  height: 30px;

  border-radius: 50%;
  background-color: #d3dbea;
}
.chat-main__user-ava img {
  display: block;

  width: 100%;
  height: 100%;
}
.chat-main__user-data {
  padding-left: 13px;
}
.chat-main__user-name {
  font-size: 16px;
  font-weight: 500;

  color: #34495e;
}
.chat-main__user-title {
  font-size: 12px;
  font-weight: 500;

  margin-top: 5px;

  color: #3e89f9;
}
.chat-main__ctrl {
  position: relative;

  display: block;
}
.chat-main__ctrl:hover .chat-main__ctrl-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat-main__ctrl-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding-right: 30px;

  color: #3e89f9;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-main__ctrl-item:last-child {
  padding-right: 0;
}
.chat-main__ctrl-item:hover {
  text-decoration: underline;
}
.chat-main__ctrl-icon {
  padding-right: 8px;
}
.chat-main__ctrl-icon svg {
  display: block;

  fill: #34495e;
}
.chat-main__ctrl-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-main__ctrl-menu {
  display: none;

  margin-right: -10px;
  padding: 10px;
}
.chat-main__ctrl-menu svg {
  fill: #000;
}
.chat-main__body {
  position: relative;

  display: block;

  width: 100%;
  padding-bottom: 140px;
}
.chat-main__attach {
  position: absolute;
  top: 22px;
  left: 25px;

  width: 19px;
  height: 17px;

  cursor: pointer;
}
.chat-main__attach:hover svg {
  fill: #3e89f9;
}
.chat-main__attach svg {
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #34495e;
}
.chat-main__submit {
  position: absolute;
  right: 23px;
  bottom: 18px;

  width: 24px;
  height: 23px;
  margin: 0;
  padding: 0;

  cursor: pointer;

  border: 0;
  outline: 0;
  background-color: transparent;
}
.chat-main__submit:hover svg {
  fill: #3e89f9;
}
.chat-main__submit svg {
  display: block;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #34495e;
}
.chat-main__form {
  position: relative;

  min-height: 60px;
  padding: 0 47px 0 44px;

  border-top: 1px solid #e8e8e8;
}
.chat-main__form-textarea {
  font-weight: 400;
  line-height: 24px;

  height: 60px;
  padding: 17px 28px 17px;

  -webkit-transition: none;
  -o-transition: none;
  transition: none;

  border: 0;
}
.chat-main__form-textarea::-webkit-input-placeholder {
  color: #34495e;
}
.chat-main__form-textarea:-ms-input-placeholder {
  color: #34495e;
}
.chat-main__form-textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.chat-main__form-textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.chat-main__form-textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.chat-main__form-textarea:focus::placeholder {
  color: transparent;
}
.chat-main__msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 50px;
  padding: 0 25px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chat-main__msg.own {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-main__msg.own .chat-main__msg-holder {
  max-width: 78%;
}
.chat-main__msg.own .chat-main__msg-text {
  width: 100%;

  background-color: #dce2ea;
}
.chat-main__msg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  max-width: 84%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.chat-main__msg-ava {
  overflow: hidden;

  width: 30px;
  height: 30px;
  margin-right: 15px;

  border-radius: 50%;
  background-color: #d3dbea;
}
.chat-main__msg-ava img {
  display: block;

  width: 100%;
  height: 100%;
}
.chat-main__msg-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  position: relative;

  width: calc(100% - 45px);
  padding: 12px 60px 12px 20px;

  color: #34495e;
  border-radius: 5px;
  background-color: #f4f7fa;
}
.chat-main__msg-time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  position: absolute;
  top: 10px;
  right: 10px;

  color: #34495e;
}
.chat-main__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding: 0 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.chat-main__rating-titile {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}
.chat-main__rating-vote {
  margin-top: 6px;
}

.chat-user-status {
  position: absolute;
  bottom: 15px;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;
  padding: 0 25px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chat-user-status__typing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-user-status__typing-ava {
  overflow: hidden;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background-color: #d3dbea;
}
.chat-user-status__typing-ava img {
  display: block;

  width: 100%;
  height: 100%;
}
.chat-user-status__typing-animation {
  line-height: 0;

  display: inline-block;

  padding-left: 8px;
}
.chat-user-status__typing-animation span {
  display: inline-block;

  width: 5px;
  height: 5px;

  border-radius: 50%;
  background-color: #34495e;

  will-change: animation;
}
.chat-user-status__typing-animation span:nth-child(1) {
  -webkit-animation: dots 0.75s infinite 0.1s;
  animation: dots 0.75s infinite 0.1s;
}
.chat-user-status__typing-animation span:nth-child(2) {
  margin-left: 3px;

  -webkit-animation: dots 0.75s infinite 0.25s;
  animation: dots 0.75s infinite 0.25s;
}
.chat-user-status__typing-animation span:nth-child(3) {
  margin-left: 3px;

  -webkit-animation: dots 0.75s infinite 0.5s;
  animation: dots 0.75s infinite 0.5s;
}
.chat-user-status__btns .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dots {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.check-block {
  display: block;
}
.check-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-width: 280px;
  height: 50px;
  padding: 10px 12px 10px 15px;

  cursor: pointer;

  border-bottom: 1px solid #f1f5f9;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.check-block__item input {
  display: none;
}
.check-block__item input:checked + .check-block__item-title {
  font-weight: 500;
}
.check-block__item
  input:checked
  + .check-block__item-title
  .check-block__item-icon {
  opacity: 1;
}
.check-block__item:last-child {
  border-bottom: 0;
}
.check-block__item-title {
  font-size: 14px;
  font-weight: 400;

  position: relative;

  display: block;

  width: 100%;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
}
.check-block__item-icon {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 12px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  opacity: 0;

  fill: #34495e;
}
.check-block__item-icon svg {
  display: block;

  width: 100%;
  height: 100%;
}
.check-block__item.accent .check-block__item-icon {
  fill: #c9060a;
}
.check-block__item.accent .check-block__item-title {
  color: #c9060a;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.check__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  min-width: 80px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #34495e;
  border: 1px solid #d7d7d7;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.check__item:hover {
  border-color: #6a6a6a;
}

.course__holder {
  margin-top: 28px;
}

.course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 10px;
  padding: 28px 60px 25px 30px;

  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.course__item:last-child {
  margin-bottom: 0;
}
.course__item-content {
  width: calc(100% - 155px);
  padding-right: 50px;
}
.course__item-btn {
  width: 155px;
}
.course__item-btn .btn {
  padding-right: 15px;
  padding-left: 15px;
}

.course__title-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;

  display: inline;

  color: #34495e;
}

.course__title-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  margin-top: 3px;
  padding-left: 15px;

  color: #bac2ca;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course__title-info svg {
  display: block;

  width: 7px;
  height: 10px;

  fill: #bac2ca;
}
.course__title-info span {
  padding-left: 2px;
}

.course__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;

  margin-top: 13px;

  color: #34495e;
}

.course__more {
  padding-top: 35px;

  text-align: center;
}

.course__separator {
  height: 90px;
}

.course__sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  margin-top: 19px;

  color: #343434;
}

.course--lg-btn .course__item-content {
  width: calc(100% - 170px);
}

.course--lg-btn .course__item-btn {
  width: 170px;
}

.dashboard__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #34495e;
}

.dashboard__chart {
  height: 407px;
  margin-top: 25px;
  background-color: #fff;
}

.dashboard__block {
  margin-top: 30px;
  /* width: 100%; */
}
.dashboard__block:after {
  display: block;
  clear: both;
  content: " ";
}
.dashboard__block--white {
  background-color: #fff;
}
.dashboard__block-notice {
  width: 44%;
}
.dashboard__block-device {
  width: 56%;
}

/*stylelint-disable*/
.datapicker {
  font-family: "Myriad Pro";
  width: 360px;
}
.datapicker__holder {
  width: 100%;
  padding-top: 17px;
}
.datapicker__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 48px;

  cursor: default;

  border-bottom: 1px solid #f1f5f9;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.datapicker__header-item {
  font-size: 14px;
  font-weight: 500;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 50%;
  padding: 10px;

  color: #34495e;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datapicker__header-item:first-child {
  border-right: 1px solid #f1f5f9;
}
.datapicker .date-picker-wrapper {
  padding: 0;

  border: 0;
  background-color: #fff;
}
.datapicker .date-picker-wrapper .month-wrapper {
  padding: 0 15px 13px;

  border: 0;
}
.datapicker .date-picker-wrapper .month-wrapper table {
  width: 100%;
}
.datapicker .date-picker-wrapper .month-wrapper table .week-name th {
  padding-bottom: 10px;
}
.datapicker .date-picker-wrapper .month-wrapper table .caption th {
  font-size: 14px;
  font-weight: 500;

  padding-bottom: 25px;

  text-transform: capitalize;

  color: #000;
}
.datapicker .date-picker-wrapper .month-wrapper table th,
.datapicker .date-picker-wrapper .month-wrapper table td {
  font-family: "Myriad Pro";
}
.datapicker .date-picker-wrapper .month-wrapper table td {
  padding: 3px 0;

  text-align: center;
  vertical-align: middle;

  background-color: transparent !important;
}
.datapicker .date-picker-wrapper .month-wrapper table th {
  font-size: 12px;
  font-weight: 500;

  color: #34495e;
}
.datapicker .date-picker-wrapper .month-wrapper table .day {
  font-size: 13px;

  position: relative;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: 35px;
  height: 35px;

  color: #c5c5c5;
  border-radius: 50%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datapicker .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #ebebeb;
}
.datapicker .date-picker-wrapper .month-wrapper table .day.hovering {
  background-color: #d3dbea;
}
.datapicker .date-picker-wrapper .month-wrapper table .day.real-today {
  border: 1px solid #c9060a;
  background-color: #fff;
}
.datapicker .date-picker-wrapper .month-wrapper table .first-date-selected,
.datapicker .date-picker-wrapper .month-wrapper table .last-date-selected {
  border-radius: 50%;
  background-color: #34495e !important;
}
.datapicker .date-picker-wrapper .date-range-length-tip {
  color: #fff;
  background-color: #34495e;
}
.datapicker .date-picker-wrapper .date-range-length-tip::after {
  border-top-color: #34495e;
}
.datapicker .footer {
  display: none;
}

.date-switch {
  display: inline-block;
}
.date-switch__item {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;

  position: relative;

  display: inline-block;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;

  color: #b6c4d6;
}
.date-switch__item:hover {
  color: #34495e;
}
.date-switch__item.active {
  pointer-events: none;

  color: #34495e;
}
.date-switch__item.active::before {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  background-color: #d9dfe7;
}
.date-switch__spacer {
  display: inline-block;

  padding: 0 8px;

  cursor: default;
  vertical-align: middle;
}

.dev-list-item {
  padding: 0 15px 0 25px;
}
.dev-list-item__table {
  display: table;

  width: 100%;
  height: 110px;
  padding: 10px 0;

  border-bottom: 1px solid #edf0f5;
}
.dev-list-item__img {
  display: table-cell;

  width: 60px;

  vertical-align: middle;
}
.dev-list-item__data {
  display: table-cell;

  padding-bottom: 10px;
  padding-left: 10px;

  vertical-align: middle;
}
.dev-list-item__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  color: #34495e;
}
.dev-list-item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}
.dev-list-item__msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  margin-top: 3px;

  color: #b6c4d6;
}

.dev-list {
  background-color: #fff;
}
.dev-list__header {
  display: table;

  width: 100%;
  height: 70px;
  padding: 10px 24px;
}
.dev-list__header-left {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;

  display: table-cell;

  text-align: left;
  vertical-align: middle;

  color: #34495e;
}
.dev-list__header-right {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;

  display: table-cell;

  text-align: right;
  vertical-align: middle;

  color: #34495e;
}
.dev-list__body {
  height: 380px;
}

.device-option__row {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  border-bottom: 2px solid #edf0f5;
  background-color: #fff;
}
.device-option__row.active {
  border-bottom-width: 12px;
}

.device-option__header {
  position: relative;

  display: table;

  width: 100%;
  height: 70px;
  padding: 10px 60px 10px 20px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.device-option__header:hover {
  background-color: #edf3f7;
}
.device-option__header.active .device-option__header-icon {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.device-option__header-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  color: #34495e;
}
.device-option__header-icon {
  position: absolute;
  top: 50%;
  right: 30px;

  width: 10px;
  height: 10px;

  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);

  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.device-option__body {
  display: none;
}

.device__header {
  height: 340px;

  background-color: #fff;
}
.device__header:after {
  display: block;
  clear: both;

  content: " ";
}
.device__header-img {
  position: relative;

  float: left;

  width: 470px;
  height: 100%;

  background-color: #f7f7fc;
}
.device__header-img img {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  max-width: 100%;
  max-height: 100%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -o-object-fit: cover;
  object-fit: cover;
}
.device__header-content {
  display: table;
  float: left;

  width: calc(100% - 470px);
  height: 100%;
}
.device__header-content-holder {
  display: table-cell;

  padding: 30px;

  vertical-align: middle;
}
.device__header-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;

  color: #343434;
}
.device__header-code {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  margin-top: 8px;

  text-transform: uppercase;

  color: #343434;
}
.device__header-ctrl {
  margin-top: 25px;
}
.device__header-ctrl .btn {
  margin-right: 10px;
  padding-right: 24px;
  padding-left: 24px;
}
.device__header-ctrl .btn:last-child {
  margin-right: 0;
}

.device__body {
  margin-top: 10px;

  background-color: #fff;
}

.device__caption {
  font-size: 0;
  line-height: 0;

  display: table;

  width: 100%;

  white-space: nowrap;
  word-spacing: 0;

  border-bottom: 3px solid #edf0f5;
}
.device__caption-holder {
  overflow-x: auto;
}
.device__caption-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  position: relative;

  display: inline-block;

  height: 63px;
  padding: 0 17px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  vertical-align: middle;
  word-spacing: normal;

  color: #34495e;
}
.device__caption-item .vam {
  position: relative;
}
.device__caption-item .vam::before {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 2px;

  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 0;
  background-color: #c9060a;

  will-change: opacity;
}
.device__caption-item:hover {
  color: rgba(52, 73, 94, 0.8);
}
.device__caption-item.active .vam::before {
  /*stylelint-disable-line*/
  opacity: 1;
}
.device__caption-item:first-child {
  padding-left: 20px;
}
.device__caption-item:last-child {
  padding-right: 20px;
}

.dimension__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dimension__title .title {
  padding-right: 20px;
}

.dimension__table {
  margin-top: 20px;

  background-color: #fff;
}

.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  cursor: pointer;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dl:hover .dl__icon svg {
  fill: #c9060a;
}
.dl__icon {
  width: 11px;
  height: 13px;
}
.dl__icon svg {
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: rgba(60, 64, 66, 0.4);
}
.dl__txt {
  font-size: 13px;
  font-weight: 400;

  padding-left: 7px;

  color: #5fa1c7;
}

.docs__heading {
  margin: 0 0 20px;
}

.docs__inner {
  padding: 25px;

  background: #fff;
  position: relative;
}

.docs__tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

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

  width: 100%;
  margin: 0 0 9px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.docs__tree-row .docs__tree-row {
  position: relative;

  margin: 0;
  padding: 0;
}
.docs__tree-row .docs__tree-row .docs__tree-link {
  margin: 0 0 0 6px;
}
.docs__tree-row .docs__tree-row .docs__tree-link:before {
  position: absolute;
  top: -10px;
  left: 0;

  width: 1px;
  height: calc(100% + 10px);

  content: "";

  background: #ebebeb;
}
.docs__tree-row .docs__tree-row:not(:first-child) {
  padding: 10px 0 0;
}
.docs__tree-links {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.docs__tree-links:hover .docs__tree-link-add {
  visibility: visible;

  opacity: 1;
}
.docs__tree-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: auto;
  min-height: 35px;
  padding: 5px 10px 5px 15px;

  color: #34495e;
  border: 1px solid #ebebeb;
  border-radius: 5px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.docs__tree-link .icon-svg {
  width: 15px;
  height: 14px;
  margin: 0 8px 0 0;

  fill: #34495e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs__tree-link.active {
  color: #c9060a;
}
.docs__tree-link.active .icon-svg {
  fill: #c9060a;
}
.docs__tree-link-add {
  visibility: hidden;

  margin: 0 0 0 7px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 0;
  color: #c9060a;
}
.docs__tree-link-add:first-of-type {
  margin: 0 0 0 20px;
}
.docs__tree-link-add .icon-svg {
  width: 15px;
  height: 15px;

  fill: #c9060a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs__tree-group {
  overflow: hidden;

  width: 100%;
  margin: 10px 0 0 20px;
}

.docs-upload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 48%;
  /* height: calc(100vh - 77px); */
  padding: 13px 20px 30px 17px;

  background: #fff;
  /* -webkit-box-shadow: 0 5px 15px rgba(188, 187, 237, .4);
            box-shadow: 0 5px 15px rgba(188, 187, 237, .4); */

  border-left: #edf0f5 solid 1px;
}
.docs-upload__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-bottom: 10px;

  border-bottom: 1px solid #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.docs-upload__heading-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.docs-upload__heading-title .docs-upload__heading-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 25px;
  height: 25px;
  margin: 0 9px 0 0;

  border-radius: 4px;
  background-color: #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs-upload__heading-title .docs-upload__heading-arrow .icon-svg {
  width: 11px;
  height: 8px;

  fill: #7e95ab;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs-upload__btn-add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: auto;
  height: 30px;
  padding: 7px 12px;

  white-space: nowrap;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.docs-upload__btn-add input[type="file"] {
  display: none;
}
.docs-upload__list {
  max-height: 100%;
  padding: 0 0 30px;
}
.docs-upload__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 20px 0 15px;

  border-bottom: 1px solid #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.docs-upload__link-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;

  border-radius: 4px;
  background-color: #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs-upload__link-download .icon-svg {
  width: 10px;
  height: 14px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #343434;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs-upload__link-download:hover .icon-svg {
  fill: #c9060a;
}
.docs-upload__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  margin: 0 25px 0 0;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.docs-upload__info-date {
  font-size: 12px;
  font-weight: 400;

  margin: 0 0 5px;

  color: #34495e;
}
.docs-upload__info-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  color: #34495e;
}
.docs-upload__link-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 0 auto;
}
.docs-upload__link-del .icon-svg {
  width: 13px;
  height: 13px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #7e95ab;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.docs-upload__link-del:hover .icon-svg {
  fill: #c9060a;
}

.filter {
  position: relative;

  background-color: #fff;
}
.filter.opened .filter__holder {
  display: block;
}
.filter.opened .filter__mob-title span::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.filter__holder {
  position: relative;

  display: table;

  width: 100%;
}
.filter__holder::after,
.filter__holder::before {
  position: absolute;
  top: 150px;
  left: 50%;

  width: 55px;
  height: 2px;
  margin-left: -24px;

  content: "";

  background-color: #fff;
}
.filter__holder::after {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.filter__holder::before {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.filter__cell {
  position: relative;
  z-index: 2;

  display: table-cell;

  height: 60px;
  padding: 10px 20px;

  cursor: pointer;
  vertical-align: middle;

  border-right: 1px solid #f1f5f9;
}
.filter__cell--ctrl {
  padding-right: 15px;

  cursor: default;
  text-align: right;
}
.filter__cell:last-child {
  border-right: 0;
}
.filter__cell.opened .filter__drop {
  top: 100%;

  visibility: visible;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 1;
}
.filter__cell.opened .filter__title::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.filter__title {
  font-size: 14px;
  font-weight: 500;

  position: relative;

  display: inline-block;

  padding-right: 11px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #34495e;
}
.filter__title::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 5px;
  height: 5px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);

  border-bottom: 1px solid #000034;
  border-left: 1px solid #000034;
}
.filter__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.filter__ctrl-clear {
  font-size: 12px;
  font-weight: 700;

  position: relative;

  margin-right: 10px;
  padding: 0;
  padding-right: 12px;

  cursor: pointer;

  color: #3e89f9;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.filter__ctrl-clear:hover {
  text-decoration: underline;
}
.filter__ctrl-clear:hover::before,
.filter__ctrl-clear:hover::after {
  background-color: #c9060a;
}
.filter__ctrl-filter {
  color: #c9060a;
}
.filter__drop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;

  visibility: hidden;
  overflow: hidden;

  opacity: 0;
  border-top: 1px solid #f1f5f9;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
  box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);

  will-change: opacity;
}
.filter__drop--right {
  right: 0;
  left: auto;
}
.filter__mob-title {
  font-size: 14px;
  font-weight: 500;

  display: none;
  flex-direction: row;

  height: 60px;

  color: #34495e;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter__mob-title span {
  position: relative;

  display: inline-block;

  padding-right: 11px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter__mob-title span::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 5px;
  height: 5px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);

  border-bottom: 1px solid #000034;
  border-left: 1px solid #000034;
}

.footer {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: hidden;

  color: #fff;
  background-color: #343434;
}
.footer__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 60px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 30px;
  height: 30px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__item:first-child {
  margin-left: -9px;
}
.footer__item:last-child {
  margin-right: -3px;
}
.footer__item .icon-svg {
  fill: #fff;
}
.footer__item--menu .icon-cross {
  display: none;
}
.footer__item--menu.opened .icon-cross {
  display: block;
}
.footer__item--menu.opened .icon-menu {
  display: none;
}

.forum__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 20px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum__heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum__heading-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 0 auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum__heading .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  height: 40px;
  margin: 0 0 0 15px;
  padding: 10px 30px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.forum__heading .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 25px;
  height: 25px;
  margin: 0 9px 0 0;

  border-radius: 4px;
  background-color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum__heading .back .icon-svg {
  width: 11px;
  height: 8px;

  fill: #7e95ab;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.forum__search {
  margin: 0 20px;
}

.forum__inner {
  padding: 10px 20px 30px;

  background: #fff;
}

.forum-toggle__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 17px 0 6px;

  cursor: pointer;

  border-bottom: 1px solid #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.forum-toggle__header-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;

  text-transform: uppercase;

  color: #7e95ab;
}
.forum-toggle__header-arrow .icon-svg {
  width: 16px;
  height: 10px;

  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);

  fill: #516375;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-toggle__header.active .forum-toggle__header-arrow .icon-svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.forum-toggle__body {
  display: none;
}

.forum-toggle__item {
  padding: 8px 0;

  border-bottom: 1px solid #edf0f5;
}
.forum-toggle__item-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  cursor: pointer;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.forum-toggle__item-title .icon-svg {
  width: 12px;
  height: 8px;
  margin: 0 2px 0 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 0;

  fill: #c9060a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-toggle__item-title:hover {
  color: #c9060a;
}
.forum-toggle__item-title:hover .icon-svg {
  opacity: 1;
}

.forum__table {
  width: 100%;

  border-collapse: collapse;
}
.forum__table thead th {
  font-size: 13px;

  padding: 12px 15px 12px 0;

  text-align: left;

  color: #7e95ab;
}
.forum__table thead th span {
  font-size: 13px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  white-space: nowrap;

  color: #7e95ab;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum__table thead th span .icon-svg {
  width: 12px;
  height: 8px;
  margin: 0 0 0 2px;

  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);

  fill: #7e95ab;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum__table tbody td {
  font-size: 13px;

  padding: 17px 15px 17px 0;

  color: #34495e;
  border-top: 1px solid #edf0f5;
}

.forum-boxes {
  margin: 0 0 20px;
}

.forum-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  min-height: 160px;
  margin: 0 0 20px;
  padding: 20px 23px;

  background: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.forum-box:not(:first-child) {
  margin: 0 0 10px;
}
.forum-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 12px;
  padding: 0 0 20px;

  border-bottom: 1px solid #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.forum-box__title {
  font-size: 18px;
  font-weight: 500;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum-box__title .icon-svg {
  width: 20px;
  height: 12px;
  margin: 0 8px 0 0;

  fill: #34495e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-box__link-quote {
  font-size: 14px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 7px 9px;

  color: #34495e;
  border-radius: 4px;
  background: #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum-box__link-quote .icon-svg {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;

  fill: #34495e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-box__content {
  margin: 0 0 30px;
}
.forum-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 10px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum-box__text {
  font-size: 15px;
  line-height: 24px;

  color: #000;
}
.forum-box__label {
  font-size: 10px;

  margin: 4px 5px 4px 0;
  padding: 6px 8px;

  text-transform: uppercase;

  color: #34495e;
  border-radius: 4px;
  background: #edf0f5;
}
.forum-box__author {
  font-size: 13px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.forum-box__author-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  width: 30px;
  height: 30px;
  margin: 10px 10px 10px 0;

  border-radius: 50%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-box__author-photo img {
  width: 100%;
  height: auto;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.forum-box__author-text {
  margin: 0 5px;

  color: #7e95ab;
}
.forum-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: auto 0 0;
  padding: 12px 0 0;

  border-top: 1px solid #edf0f5;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.forum-box__actions-link {
  font-size: 13px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum-box__actions-link .icon-svg {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #34495e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.forum-box__actions-link:hover {
  color: #c9060a;
}
.forum-box__actions-link:hover .icon-svg {
  fill: #c9060a;
}
.forum-box__actions-link.active {
  color: #c9060a;
}
.forum-box__actions-link.active .icon-svg {
  fill: #c9060a;
}
.forum-box__actions-link:not(:first-child) {
  position: relative;

  padding-left: 20px;
}
.forum-box__actions-link:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 9px;

  width: 3px;
  height: 3px;

  content: "";

  border-radius: 50%;
  background: #d3d4d5;
}
.forum-box__actions-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forum-box__quote {
  margin: 0 0 10px;
  padding: 15px 15px 30px;

  background: #f1f4f8;
}
.forum-box__quote-sybmol {
  font-size: 60px;
  line-height: 30px;

  margin: 10px 8px -20px 0;

  color: #d6dde6;
}
.forum-box__form textarea {
  height: 120px;
}
.forum-box__form textarea::-webkit-input-placeholder {
  color: #7e95ab;
}
.forum-box__form textarea:-ms-input-placeholder {
  color: #7e95ab;
}
.forum-box__form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.forum-box__form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.forum-box__form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.forum-box__form textarea:focus::placeholder {
  color: transparent;
}
.forum-box__form-row {
  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;
}
.forum-box__form-row:not(:first-child) {
  margin: 20px 0 0;
}
.forum-box__form .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: auto;
  min-width: 150px;
  height: 40px;
  padding: 10px 15px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.forum-box__form-btns {
  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;
}
.forum-box__form-btns .icon-preview {
  width: 19px;
  height: 13px;
  margin: 0 5px 0 0;

  fill: #34495e;
}
.forum-box__form-btns .btn {
  margin: 0 0 0 15px;
}
.forum-box--form .forum-box__content {
  margin: 0 0 5px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding: 0 30px 0 0;

  text-align: center;

  background-color: #c9060a;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header--unregistered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__logo {
  display: block;

  width: 210px;
  height: 46px;
}
.header__logo-img {
  display: block;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.header__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  /* margin-top: 5px; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__faq {
  margin-right: 27px;

  cursor: pointer;
}
.header__faq:hover .header__faq-icon {
  fill: #d3dbea;
}
.header__faq-icon {
  display: block;

  width: 27px;
  height: 25px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #fff;
}
.header__faq-icon svg {
  display: block;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__msg {
  position: relative;

  margin-right: 18px;

  cursor: pointer;
}
.header__msg:hover .header__msg-icon {
  fill: #d3dbea;
}
.header__msg-icon {
  display: block;

  width: 17px;
  height: 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #fff;
}
.header__msg-icon svg {
  display: block;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__msg-num {
  font-size: 10px;
  font-weight: 700;

  position: absolute;
  top: -5px;
  right: -5px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-width: 15px;
  height: 15px;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #fff;
  border-radius: 50%;
  background-color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  cursor: pointer;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-user:hover .header-user__name {
  text-decoration: underline;
}
.header-user__ava {
  position: relative;

  overflow: hidden;

  width: 40px;
  height: 40px;

  border-radius: 50%;
  background-color: #34495e;
}
.header-user__ava-dummy {
  font-size: 16px;
  font-weight: 700;

  position: absolute;
  top: 0;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;
  height: 100%;

  color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-user__ava-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.header-user__ava-img img {
  display: block;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  -o-object-fit: cover;
  object-fit: cover;
}
.header-user__name {
  font-size: 14px;
  font-weight: 500;

  padding-left: 12px;

  color: #fff;
}

.icon-svg {
  display: block;
}

.input-file {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  position: relative;

  display: block;

  width: 100%;
  height: 45px;
  padding: 0 18px;

  cursor: pointer;

  border: 1px solid #d3dbea;
  border-radius: 4px;
}
.input-file.value-is-shown .input-file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-file.value-is-shown .input-file__placeholder {
  display: none;
}
.input-file__placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;

  color: #c6c6c6;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-file__value {
  display: none;

  width: 100%;
  height: 100%;

  color: #34495e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-file__icon {
  position: absolute;
  top: 14px;
  right: 20px;

  width: 19px;
  height: 17px;
}
.input-file__icon svg {
  display: block;

  width: 100%;
  height: 100%;

  fill: #000;
}

.menu {
  width: 100%;
  height: 100%;

  background-color: #fff;
}
.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 60px;
  padding-left: 28px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  background: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item:hover,
.menu__item.active {
  background-color: #dce2ea;
}
.menu__item.active {
  cursor: default;
}
.menu__item.active + .menu__submenu {
  margin: 10px 15px 0;
}
.menu__item-icon svg {
  fill: #34495e;
}
.menu__item-title {
  font-weight: 500;

  padding-left: 8px;

  color: #34495e;
}
.menu__submenu {
  margin: 0 15px;
  padding: 0 0 10px 40px;

  border-bottom: 1px solid #edf0f5;
}
.menu__submenu-item {
  font-size: 14px;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 10px;

  cursor: pointer;

  color: #34495e;

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

  width: 19px;
  margin: 0 8px 0 0;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu__submenu-item-icon svg {
  fill: #34495e;
}
.menu__submenu-item:hover {
  color: #6b7f94;
}

.news-popup {
  width: 770px;
  padding: 0 !important;
  /*stylelint-disable-line*/
}
.news-popup__header {
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;

  height: 60px;
  padding: 0 25px;

  color: #000;
  background-color: #eef2f5;
}
.news-popup__title {
  padding: 45px 85px 37px;

  text-align: center;
}
.news-popup__title-icon {
  display: inline-block;
}
.news-popup__title-icon svg {
  fill: #f13c3f;
}
.news-popup__title-txt {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;

  margin-top: 6px;

  color: #000;
}
.news-popup__body {
  padding: 53px 100px 90px;
}
.news-popup__body-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  color: #000;
}
.news-popup__body-txt--mb {
  margin-bottom: 24px;
}
.news-popup__quote {
  position: relative;

  padding: 38px 0 54px 58px;
}
.news-popup__quote-icon {
  position: absolute;
  top: 50%;
  left: 0;

  width: 45px;
  height: 45px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  background: transparent url(../statics/img/icons/info.svg) 0 0 no-repeat;
  background-size: cover;
}
.news-popup__quote-txt {
  font-size: 13px;
  font-style: italic;
  line-height: 23px;

  color: #343434;
}
.news-popup__img {
  width: 100%;
  height: 225px;
}
.news-popup__img img {
  display: block;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.news-popup__footer {
  padding: 24px 25px 23px;

  text-align: center;

  background-color: #eef2f5;
}
.news-popup__footer .btn {
  font-size: 12px;
  font-weight: 500;

  position: relative;

  width: 158px;
  margin: 0 5px;
  padding: 13px 30px 13px 12px;

  text-align: left;
}
.news-popup__footer .btn::before {
  position: absolute;
  top: 12px;
  right: 12px;

  width: 15px;
  height: 15px;

  content: "";

  background-size: cover;
}
.news-popup__footer .btn:first-child::before {
  background: transparent url(../statics/img/icons/dislike.svg) 0 0 no-repeat;
}
.news-popup__footer .btn:last-child::before {
  background: transparent url(../statics/img/icons/like.svg) 0 0 no-repeat;
}
.news-popup__footer .btn .icon-svg {
  position: absolute;
  top: 12px;
  right: 12px;

  width: 15px;
  height: 15px;

  fill: #000;
}

.news__header {
  position: relative;

  padding: 17px 25px;
}

.news__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}

.news__ctrl {
  position: absolute;
  top: 22px;
  right: 25px;
}
.news__ctrl:after {
  display: block;
  clear: both;

  content: " ";
}
.news__ctrl-item {
  float: left;

  width: 17px;
  height: 14px;

  cursor: pointer;
}
.news__ctrl-item:hover .icon-svg {
  fill: rgba(0, 0, 0, 0.7);
}
.news__ctrl-item:first-child {
  margin-right: 24px;
}
.news__ctrl-item .icon-svg {
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #000;
}

.news__body {
  padding: 33px 0 34px 25px;
}

.news__item {
  position: relative;

  width: 400px !important;
  /*stylelint-disable-line*/
  padding: 0 70px 0 40px;
}
.news__item-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}
.news__item-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  margin-top: 5px;

  color: #b6c4d6;
}
.news__item-icon {
  position: absolute;
  top: 5px;
  left: 0;
}
.news__item-icon svg {
  fill: #4285f4;
}

.notice-item {
  position: relative;

  padding: 20px 15px 20px 25px;
}
.notice-item:after {
  display: block;
  clear: both;

  content: " ";
}
.notice-item::before {
  position: absolute;
  bottom: 0;
  left: 25px;

  width: calc(100% - 40px);
  height: 1px;

  content: "";

  background-color: #edf0f5;
}
.notice-item__ava {
  float: left;
  overflow: hidden;

  width: 50px;
  height: 50px;
  margin-top: 5px;

  border-radius: 50%;
  background-color: #edf0f5;
}
.notice-item__ava img {
  display: block;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.notice-item__data {
  float: left;

  width: calc(100% - 50px);
  padding-left: 20px;
}
.notice-item__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  color: #34495e;
}
.notice-item__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  margin-top: 5px;

  color: #b6c4d6;
}

.notice {
  background-color: #fff;
}
.notice__header {
  display: table;

  width: 100%;
  height: 70px;
  padding: 10px 24px;
}
.notice__header-left {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;

  display: table-cell;

  text-align: left;
  vertical-align: middle;

  color: #34495e;
}
.notice__header-right {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;

  display: table-cell;

  text-align: right;
  vertical-align: middle;

  color: #34495e;
}
.notice__title {
  position: relative;

  display: inline-block;
}
.notice__title-num {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;

  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;

  min-width: 15px;
  height: 15px;

  text-align: center;

  color: #fff;
  border-radius: 50%;
  background-color: #c9060a;
}
.notice__body {
  height: 380px;
}

.orders {
  background-color: #fff;
}
.orders__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;

  padding: 31px 20px 0;

  color: #343434;
}
.orders__table {
  margin-top: -1px;
}
.orders__table .table__cell:last-child {
  width: 255px;
}
.orders__table .table__row:first-child {
  cursor: default;
}
.orders__table .table__row:first-child .table__cell {
  /*stylelint-disable-line*/
  font-weight: 500;

  cursor: default;

  color: #34495e !important;
}
.orders__table .table__row:first-child:hover .table__cell {
  background-color: transparent !important;
  /*stylelint-disable-line*/
}
.orders__table--full .table__cell {
  width: auto !important;
  /*stylelint-disable-line*/
}

.popup {
  position: relative;

  display: none;
  /*stylelint-disable-line*/

  padding: 48px 118px 55px;

  cursor: default !important;
}
.popup--create {
  overflow: hidden;

  width: 100%;
  max-width: 441px;
  padding: 40px 20px;

  border-radius: 5px;
}
.popup--create .popup__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;

  margin-bottom: 19px;

  color: #343434;
}
.popup--create .popup__body {
  width: 100%;
}
.popup--create .popup__form {
  margin-top: 0;
}
.popup--create .popup__form-row {
  margin-bottom: 15px;
}
.popup--create .popup__form-row--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin: 0 -10px 15px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup--create .popup__form-row--sm .popup__form-label {
  padding-right: 10px;
  padding-left: 10px;
}
.popup--create .popup__form-col--sm {
  width: 160px;
  padding: 0 10px;
}
.popup--create .popup__form .input {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;

  height: 40px;
  padding: 0 16px;

  border-color: #ebebeb;
  border-radius: 5px;
}
.popup--create .popup__form .input::-webkit-input-placeholder {
  color: #9ea9be;
}
.popup--create .popup__form .input:-ms-input-placeholder {
  color: #9ea9be;
}
.popup--create .popup__form .input:focus::-webkit-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .input:focus:-ms-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .input:focus::-ms-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .input:focus::placeholder {
  color: transparent;
}
.popup--create .popup__form .textarea {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;

  height: 108px;
  padding: 11px 16px;

  border-color: #ebebeb;
  border-radius: 5px;
}
.popup--create .popup__form .textarea::-webkit-input-placeholder {
  color: #9ea9be;
}
.popup--create .popup__form .textarea:-ms-input-placeholder {
  color: #9ea9be;
}
.popup--create .popup__form .textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.popup--create .popup__form .textarea:focus::placeholder {
  color: transparent;
}
.popup--create .popup__form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;

  display: block;

  width: 100%;
  margin-bottom: 11px;
  padding-top: 13px;

  color: #343434;
}
.popup--create .popup__form .btn {
  line-height: 50px;

  width: 200px;
  height: 50px;
  padding: 0 10px;

  text-align: center;

  border-radius: 25px;
}
.popup--create .popup__form-submit {
  margin-top: 24px;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 23px;
  height: 23px;

  cursor: pointer;
}
.popup__close:hover svg {
  fill: rgba(0, 0, 0, 0.5);
}
.popup__close svg {
  display: block;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #000;
}
.popup__drop {
  position: relative;
  z-index: 2;

  cursor: pointer;
}
.popup__drop-icon {
  display: block;

  width: 35px;
  height: 35px;

  border-radius: 50%;
  background-color: #eaeef4;
}
.popup__drop-icon:hover {
  background-color: #31c975;
}
.popup__drop-icon:hover::before,
.popup__drop-icon:hover::after {
  border-color: #fff;
}
.popup__drop-icon::before {
  position: absolute;
  top: 11px;
  left: 16px;

  height: 12px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #aeb7c8;
}
.popup__drop-icon::after {
  position: absolute;
  top: 16px;
  left: 11px;

  width: 12px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border-bottom: 2px solid #aeb7c8;
}
.popup__drop-list {
  position: absolute;
  z-index: 2;

  visibility: hidden;

  width: 180px;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  opacity: 0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}
.popup__drop-list.active {
  visibility: visible;

  opacity: 1;
}
.popup__drop-item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;

  z-index: 2;

  padding: 14px;

  color: #1d2f53;
  border-bottom: 1px solid #e8eef6;
}
.popup__drop-item:hover {
  color: #ef3d41;
}
.popup__body {
  width: 410px;
}
.popup__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;

  color: #343434;
}
.popup__form {
  margin-top: 33px;
}
.popup__form-row {
  margin-bottom: 20px;
}
.popup__form-row:last-child {
  margin-bottom: 0;
}
.popup__form-row-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;

  color: #343434;
}
.popup__form-submit {
  margin: 45px 0 0;

  text-align: center;
}
.popup__form-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  display: inline-block;

  margin-top: 26px;

  text-decoration: underline;

  color: #ed3034;
}
.popup__form-link:hover {
  opacity: 0.8;
}
.popup__form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup__form-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;

  height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 14px;

  color: #343434;
  border-radius: 18px;
  background-color: #eaeef4;
}
.popup__form-item:last-child {
  height: auto;
  margin-right: 0;
  padding: 0;

  border-radius: 0;
  background-color: transparent;
}
.popup__form-item--img {
  padding: 0;
}
.popup__form-img {
  width: 35px;
  height: 35px;

  border-radius: 50%;
}
.popup__form .tail-datetime-calendar {
  width: 100%;
  max-width: 250px;
}
.popup__form .tail-datetime-calendar.calendar-static {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__form .timepicker-seconds {
  display: none !important;
}
.popup__form
  .tail-datetime-calendar
  .calendar-timepicker
  .timepicker-field:first-of-type {
  text-align: center;
}
.popup__scroll {
  height: 270px;
  margin-top: 15px;
}
.popup__scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.popup__scroll-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  height: 45px;
  padding: 10px 20px;

  color: #34495e;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__scroll-item:nth-child(odd) {
  background-color: #f7f9fb;
}
.popup__dp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;
  height: 45px;

  border: 1px solid #bbc8e2;
  border-radius: 4px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.popup__dp-item {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 50%;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__dp-item:first-child {
  border-right: 1px solid #bbc8e2;
}
.popup__dp-item .input {
  width: 100%;
  height: 100%;
  padding-right: 35px;

  border: 0;
}
.popup__dp-item svg {
  position: absolute;
  top: 14px;
  right: 9px;

  display: block;

  fill: #343434;
}

.popup-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-add__item {
  padding-right: 5px;
}
.popup-add__item:nth-child(1) {
  width: calc(100% - 170px);
}
.popup-add__item:nth-child(2) {
  width: 130px;
}
.popup-add__item:nth-child(3) {
  width: 40px;
}
.popup-add__item:last-child {
  padding-right: 0;
}

.fancybox-bg {
  background-color: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;

  margin: 0 auto;

  background: #fff;
}
#preloader .preloader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;

  margin: auto;
}

.preloader-center {
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tcon-loader--spinner360 {
  position: relative;

  display: block;

  width: 80px;
  height: 80px;

  -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
  animation: tcon-spin360 0.675s linear infinite forwards;

  border-radius: 80%;
  background: #f1f1f1;
}
.tcon-loader--spinner360:before,
.tcon-loader--spinner360:after {
  position: absolute;

  display: block;

  content: "";
}
.tcon-loader--spinner360:before {
  z-index: 1;
  top: 0;
  right: 0;

  width: 50%;
  height: 80px;

  border-radius: 0 90px 90px 0;
  background: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f1f1),
    to(#000)
  );
  background-image: -o-linear-gradient(#f1f1f1, #000);
  background-image: linear-gradient(#f1f1f1, #000);
}
.tcon-loader--spinner360:after {
  z-index: 1;
  top: 50%;
  left: 50%;

  width: 70px;
  height: 70px;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  border-radius: 80%;
  background: #fff;
}

@-webkit-keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tcon-visuallyhidden {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  border: 0;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  position: static;

  overflow: visible;
  clip: auto;

  width: auto;
  height: auto;
  margin: 0;
}

.profile__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  flex-direction: row;
  width: 50%;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.profile__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;


  background-color: #fafafd;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: calc(100% - 400px);
  padding: 50px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.profile__data-col {
  width: 50%;
}

.profile__ava {
  position: relative;

  overflow: hidden;

  width: 80px;
  height: 80px;

  border-radius: 50%;
  background-color: #ccc;
}
.profile__ava img {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 100%;
  height: 100%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile__name {
  font-size: 20px;
  line-height: 24px;

  margin-top: 9px;

  color: #34495e;
}

.profile__rating {
  font-size: 15px;
  font-weight: 500;

  margin-top: 13px;

  color: #34495e;
}

.profile__ctrl {
  margin-top: 5px;
}
.profile__ctrl-item {
  font-size: 13px;

  display: inline-block;

  padding-right: 15px;

  color: #ed3034;
}
.profile__ctrl-item:hover {
  text-decoration: underline;
}
.profile__ctrl-item:last-child {
  padding-right: 0;
}

.profile__item {
  margin-bottom: 39px;
}
.profile__item:last-child {
  margin-bottom: 0;
}
.profile__item-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  color: #34495e;
}
.profile__item-row {
  display: block;

  margin-top: 22px;
}
.profile__item-row--sm {
  margin-top: 19px;
}
.profile__item-txt {
  font-size: 14px;

  display: inline-block;

  color: #34495e;
}
.profile__item-link {
  font-size: 13px;

  display: inline-block;

  padding-right: 15px;

  color: #ed3034;
}
.profile__item-link--ml {
  margin-left: 10px;
}
.profile__item-link:hover {
  text-decoration: underline;
}
.profile__item-table tr:last-child td {
  padding-bottom: 0;
}
.profile__item-table td {
  padding-bottom: 13px;
}
.profile__item-table td:last-child {
  padding-left: 35px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.rating:hover svg {
  fill: #f9c62a;
}
.rating__item {
  padding-right: 10px;

  cursor: pointer;
}
.rating__item-holder {
  width: 20px;
  height: 20px;
}
.rating__item:last-child {
  padding-right: 0;
}
.rating__item.filled svg {
  fill: #f9c62a;
}
.rating__item:hover ~ .rating__item svg {
  fill: #9bafca;
}
.rating__item svg {
  display: block;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  fill: #9bafca;
}

.res__content {
  background-color: #fff;
}
.res__content--mt {
  margin-top: 40px;
}

.res__block {
  padding-right: 130px;
  padding-bottom: 72px;
}
.res__block-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 86px;
  padding: 10px 30px 0;

  color: #343434;

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

.res__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 90px;
  padding: 10px 30px;

  color: #343434;
  border-bottom: 1px solid #ebebeb;

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

.res__table .table__cell:first-child {
  width: calc(100% - 170px);
}

.res__table .table__cell:last-child {
  width: 170px;
}

.res__table .table__row:last-child .table__cell {
  border-bottom: 1px solid #f0f2f6;
}

.res__table-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 82px;
  padding: 20px;

  color: #343434;

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

.search {
  position: relative;

  overflow: hidden;

  width: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search__input {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  border: 0;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
}
.search__input::-webkit-input-placeholder {
  color: #34495e;
}
.search__input:-ms-input-placeholder {
  color: #34495e;
}
.search__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search__input:focus:-ms-input-placeholder {
  color: transparent;
}
.search__input:focus::-ms-input-placeholder {
  color: transparent;
}
.search__input:focus::placeholder {
  color: transparent;
}
.search__icon {
  position: absolute;
  top: 12px;
  right: 12px;

  display: block;

  width: 16px;
  height: 16px;
}
.search__icon svg {
  display: block;

  width: 100%;
  height: 100%;

  fill: #34495e;
}
.search--collapsed-mob.shown {
  width: 100%;
}
.search--collapsed-mob.shown .search__input {
  visibility: visible;

  opacity: 1;
}

.social {
  font-size: 0;
  line-height: 0;

  word-spacing: 0;
}
.social__item {
  font-style: 14px;
  line-height: 1;

  position: relative;

  display: inline-block;

  width: 36px;
  height: 36px;
  margin-left: 10px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  word-spacing: normal;

  border-radius: 50%;
  background-color: #343434;
}
.social__item:hover {
  background-color: #e33e2b;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  fill: #fff;
}

.table {
  display: table;

  width: 100%;
}
.table__body {
  display: table-row-group;
}
.table__row {
  display: table-row;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table__row:nth-child(even) {
  background-color: #f7f9fb;
}
.table__row:hover .table__cell {
  background-color: #edf3f7;
}
.table__row:hover .table__cell:first-child {
  color: #c9060a;
}
.table__cell {
  display: table-cell;

  height: 70px;
  padding: 16px 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;

  color: #34495e;
}
.table__cell.vat {
  vertical-align: top;
}
.table__cell-item {
  vertical-align: top;
}
.table__cell-icon {
  display: inline-block;

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

  width: calc(100% - 20px);
  padding-left: 9px;

  vertical-align: top;
  white-space: normal;
}
.table--table-00 .table__cell:nth-child(1) {
  width: 500px;
}
.table--table-00 .table__cell:nth-child(2) {
  white-space: nowrap;
}
.table--table-00 .table__cell:nth-child(3) {
  white-space: nowrap;
}
.table--table-00 .table__cell:nth-child(4) {
  width: 166px;
}
.table--table-01 .table__cell {
  width: 50%;
}
.table--table-01 .table__cell:first-child {
  font-weight: 500;
}
.table--table-03 .table__row:first-child:hover .table__cell {
  color: #34495e;
  background-color: transparent;
}
.table--table-03 .table__row:first-child .table__cell {
  font-weight: 500;

  height: 84px;
  padding-top: 40px;
}
.table--table-04 .table__cell {
  height: 50px;

  cursor: default;

  border-top: 1px solid #f0f2f6;
  background-color: #fff;
}
.table--table-04 .table__row {
  background-color: transparent;
}
.table--table-04 .table__row:hover .table__cell {
  /*stylelint-disable-line*/
  color: #34495e;
  background-color: transparent !important;
}
.table--table-row-revert-color .table__row:nth-child(even) {
  background-color: transparent;
}
.table--table-row-revert-color .table__row:nth-child(odd) {
  background-color: #f7f9fb;
}
.table--event .table__cell:nth-child(2) {
  color: #ed3034;
}

.task-head {
  margin-bottom: 49px;
  padding: 18px 19px;

  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}
.task-head__col {
  display: inline-block;

  margin-right: 30px;

  vertical-align: middle;
}
.task-head__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

  display: block;

  margin-bottom: 6px;

  color: #343434;
}
.task-head__list {
  font-size: 0;
  line-height: 0;
}
.task-head__item {
  display: inline-block;

  margin-right: 7px;

  vertical-align: top;
}
.task-head__link {
  display: block;

  padding: 3px 10px 3px;

  color: #343434;
  border-radius: 12px;
  background-color: #eef2f6;
}
.task-head__link:hover {
  color: #fff;
  background-color: #c9060a;
}
.task-head__icon {
  display: inline-block;

  width: 11px;
  height: 13px;
  margin-top: -2px;
  margin-right: 4px;

  vertical-align: middle;
}
.task-head__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;

  display: inline-block;

  vertical-align: middle;
  text-transform: uppercase;
}
.task-head__progress {
  position: relative;
  z-index: 1;

  display: block;

  margin: 0 auto;
}
.task-head__progress strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;

  position: absolute;
  top: 49%;
  left: 49%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  color: #343434;
}

.task-top__row {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 20px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -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;
}
.task-top__row:first-child {
  z-index: 2;
}

.task-top__col {
  width: 50%;
}
.task-top__col--full {
  width: 100%;
}
.task-top__col--right {
  text-align: right;
}

.task-top__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;

  display: block;

  margin-bottom: -1px;

  color: #343434;
}

.task-top__create {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;

  display: inline-block;

  margin-left: 10px;
  padding: 4px 15px;

  vertical-align: middle;

  color: #343434;
  border: 1px solid #ef3d41;
  border-radius: 12px;
}
.task-top__create:hover {
  color: #fff;
  background-color: #ef3d41;
}

.task-top__name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;

  display: block;

  color: #9ea9be;
}

.task-top__sort {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;

  position: relative;
  z-index: 1;

  display: inline-block;

  padding: 11px 38px 12px 14px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;

  color: #1d2f53;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}
.task-top__sort.active {
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 3px 5px #bcbbed;
  box-shadow: 0 3px 5px #bcbbed;
}
.task-top__sort.active .task-top__list {
  visibility: visible;

  opacity: 1;
}
.task-top__sort::before {
  position: absolute;
  top: 50%;
  right: 15px;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.task-top__sort-value {
  font-weight: 500;

  margin-left: 10px;
}

.task-top__list {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  left: 0;

  visibility: hidden;

  padding: 9px 0;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px #bcbbed;
  box-shadow: 0 3px 5px #bcbbed;
}

.task-top__item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;

  padding: 5px 14px;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.task-top__item:hover {
  color: #ef3d41;
  background-color: #eef2f6;
}

.task-top__form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.task-top__form .input {
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;

  width: calc(100% - 283px);
  height: 50px;
  padding: 0 23px;

  border: 0;
  border-right: 1px solid #e8eef6;
}
.task-top__form .input::-webkit-input-placeholder {
  color: #9ea9be;
}
.task-top__form .input:-ms-input-placeholder {
  color: #9ea9be;
}
.task-top__form .input:focus::-webkit-input-placeholder {
  color: transparent;
}
.task-top__form .input:focus:-ms-input-placeholder {
  color: transparent;
}
.task-top__form .input:focus::-ms-input-placeholder {
  color: transparent;
}
.task-top__form .input:focus::placeholder {
  color: transparent;
}

.task-top__form .jq-selectbox {
  z-index: 2;

  width: 128px;
}
.task-top__form .jq-selectbox.focused .jq-selectbox__select {
  border: 0;
}

.task-top__form .jq-selectbox__select {
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;

  border: 0;
  border-radius: 0;
}

.task-top__form .jq-selectbox__select-text {
  line-height: 50px;
}

.task-top__form .jq-selectbox__trigger-arrow {
  z-index: 1;
  top: 20px;

  width: 7px;
  height: 7px;
}

.task-top__form .btn {
  width: 155px;
  padding-top: 13px;

  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #ef3d41;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}
.task-top__form .btn:hover {
  background-color: #9ea9be;
}

.task {
  padding: 60px 0 43px;
}
.task__row {
  margin-bottom: 20px;

  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
  box-shadow: 0 1px 5px rgba(188, 187, 237, 0.3);
}
.task__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding: 23px 24px 23px 19px;

  cursor: pointer;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__btn.active .task__sub,
.task__btn.active .task__bar {
  height: 0;

  opacity: 0;
}
.task__btn .task__sub {
  height: 24px;
  margin-right: 15px;
  margin-left: auto;

  -webkit-transition: 0.2s all 0.5s ease;
  -o-transition: 0.2s all 0.5s ease;
  transition: 0.2s all 0.5s ease;
}
.task__btn .task__bar {
  width: 172px;
  height: 24px;

  -webkit-transition: 0.2s all 0.5s ease;
  -o-transition: 0.2s all 0.5s ease;
  transition: 0.2s all 0.5s ease;
}
.task__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

  position: relative;
  z-index: 1;

  margin-right: 15px;
  padding-left: 27px;

  color: #1d2f53;
}
.task__title::before {
  position: absolute;
  top: 50%;
  left: 2px;

  width: 9px;
  height: 9px;
  margin-top: -6px;

  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.task__sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;

  height: 24px;
  padding: 0 12px;

  cursor: pointer;

  color: #343434;
  border-radius: 12px;
  background-color: #d9dfe9;
}
.task__sub img {
  display: inline-block;

  margin-top: -3px;
  margin-right: 4px;

  vertical-align: middle;
}
.task__range-val {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;

  display: inline-block;

  width: 50px;
  height: 24px;
  margin-right: 10px;
  padding: 0 10px;

  text-align: center;
  vertical-align: top;

  color: #fff;
  border-radius: 12px;
  background-color: #31c975;
}
.task__range-bar {
  display: inline-block;
  overflow: hidden;

  width: 110px;
  margin-right: 15px;

  vertical-align: top;
}
.task__range .ui-widget.ui-widget-content {
  border: none;
  border-radius: 12px;
  background-color: #d9dfe9;
}
.task__range .ui-slider-horizontal {
  height: 24px;
}
.task__range .ui-slider-horizontal .ui-slider-range {
  border-radius: 12px;
  background-color: #31c975;
}
.task__range .ui-state-default,
.task__range .ui-widget-content .ui-state-default,
.task__range .ui-widget-header .ui-state-default {
  display: none;
}
.task__bar {
  position: relative;
  z-index: 1;

  overflow: hidden;

  width: 50%;
  height: 24px;

  border-radius: 12px;
  background-color: #d9dfe9;
}
.task__progress {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border-radius: 12px;
  background-color: #31c975;
}
.task__val {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;

  position: absolute;
  z-index: 3;
  top: 4px;
  left: 10px;

  color: #fff;
  text-shadow: 0 0 5px #31c975;
}
.task__collapse {
  display: none;
}
.task__box {
  padding: 0 20px 23px;
}
.task__inner {
  padding: 12px 17px 15px;

  border: 1px solid #e8eef6;
  border-radius: 5px;
}
.task__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  color: #1d2f53;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__caption:hover {
  color: #31c975;
}
.task__name {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;

  height: 26px;
  margin-left: auto;
  padding: 0 14px;

  color: #343434;
  border-radius: 13px;
  background-color: #eaeef4;
}
.task__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;

  display: block;

  margin-bottom: 35px;

  color: #9ea9be;
}
.task__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__info .task__bar {
  width: 110px;
  margin-right: 10px;
}
.task__info .task__sub {
  margin-right: 31px;
}
.task__info-partners {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row;

  margin-right: 25px;

  color: #1d2f53;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__info-partners img {
  margin-left: 8px;
}
.task__info-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;

  height: 24px;
  margin-left: auto;
  padding: 0 14px;

  color: #343434;
  border-radius: 12px;
  background-color: #eaeef4;
}
.task__footer {
  display: none;

  margin-top: 14px;
  padding-top: 35px;

  border-top: 1px solid #e8eef6;
}
.task__footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 20px;
  padding: 20px 17px 27px 20px;

  border: 1px solid #e8eef6;
  border-radius: 5px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.task__footer-icon {
  margin-right: 10px;

  cursor: pointer;
}
.task__footer-icon input[type="checkbox"] {
  display: none;
}
.task__footer-icon input[type="checkbox"] + span {
  position: relative;
  z-index: 1;

  display: block;

  width: 30px;
  height: 30px;

  border-radius: 50%;
  background-color: #eef2f6;
}
.task__footer-icon input[type="checkbox"] + span::before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 7px;
  margin-top: -5px;
  margin-left: -6px;

  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-bottom: 2px solid #31c975;
  border-left: 2px solid #31c975;
}
.task__footer-icon input[type="checkbox"]:checked + span {
  background-color: #31c975;
}
.task__footer-icon input[type="checkbox"]:checked + span::before {
  border-color: #fff;
}
.task__footer-icon--active {
  background-color: #31c975;
}
.task__footer-icon--active::before {
  border-color: #fff;
}
.task__footer-holder {
  width: calc(100% - 40px);
  margin-top: -5px;
}
.task__footer-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 6px;

  color: #1d2f53;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__footer-time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;

  margin-left: auto;
  padding-left: 15px;

  color: #1d2f53;
}
.task__footer-time .icon-svg {
  display: inline-block;

  margin-right: 7px;

  vertical-align: middle;

  fill: #acb5c7;
}
.task__footer-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;

  display: block;

  margin-bottom: 19px;

  color: #9ea9be;
}
.task__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin: 0 -15px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.task__footer-col {
  width: 50%;
  padding: 0 15px;
}
.task__footer-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;

  display: block;

  margin-bottom: 7px;

  color: #1d2f53;
}
.task__footer-label span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;

  margin-left: 12px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  color: #5899fb;
  border-bottom: 1px dashed rgba(88, 153, 251, 0.3);
}
.task__footer-label span:hover {
  border-bottom-color: transparent;
}
.task__footer-list {
  font-size: 0;
  line-height: 0;
}
.task__footer-item {
  display: inline-block;

  margin-right: 10px;
  margin-bottom: 5px;

  vertical-align: top;
}
.task__footer-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.task__footer-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;

  display: inline-block;

  height: 26px;
  padding: 0 14px;

  color: #343434;
  border-radius: 13px;
  background-color: #eaeef4;
}
.task__footer-img {
  width: 35px;
  height: 35px;

  border-radius: 50%;
}
.task__footer-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;

  display: none;

  padding-left: 9px;

  color: #1d2f53;
}
.task__footer-file.show .task__footer-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.task__footer-add {
  position: relative;

  display: block;

  width: 35px;
  height: 35px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border-radius: 50%;
  background-color: #eef2f6;
}
.task__footer-add:hover {
  background-color: #31c975;
}
.task__footer-add:hover::before,
.task__footer-add:hover::after {
  border-color: #fff;
}
.task__footer-add::before {
  position: absolute;
  top: 11px;
  left: 50%;

  height: 12px;
  margin-left: -1px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #aeb7c8;
}
.task__footer-add::after {
  position: absolute;
  top: 50%;
  left: 12px;

  width: 12px;
  margin-top: -2px;

  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border-bottom: 2px solid #aeb7c8;
}
.task__subject {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 16px;

  color: #1d2f53;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.task__create {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;

  height: 24px;
  margin-left: 17px;
  padding: 0 14px;

  color: #343434;
  border: 1px solid #ef3d41;
  border-radius: 12px;
}
.task__create:hover {
  color: #fff;
  background-color: #ef3d41;
}

.teacher .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.teacher__sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  margin-top: 19px;

  color: #343434;
}

.teacher__holder {
  margin-top: 30px;
}

.teacher__block {
  margin-top: 60px;

  background-color: #fff;
}
.teacher__block:first-child {
  margin-top: 0;
}
.teacher__block-btn {
  padding-left: 30px;
}
.teacher__block-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;

  padding: 28px 20px 0;

  color: #343434;
}
.teacher__block-header--mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding-top: 19px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teacher__main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  background-color: transparent;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.teacher__main-title .table__cell {
  font-weight: 500;
  /*stylelint-disable-line*/

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  background-color: transparent !important;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.teacher__main-title .table__cell:last-child {
  width: 200px;
}

.teacher__main .js-scroll {
  max-height: 350px;
}

.teacher__main .table__cell {
  width: calc(100% - 200px);
}
.teacher__main .table__cell:last-child {
  width: 200px;
}

.teacher__second {
  overflow-x: auto;

  width: 100%;
}
.teacher__second .table {
  min-width: 550px;
}
.teacher__second .table__row {
  width: 100%;
}
.teacher__second .table__row:first-child .table__cell {
  /*stylelint-disable-line*/
  font-weight: 500;

  cursor: default;

  color: #34495e !important;
  background-color: transparent !important;
  /*stylelint-disable-line*/
}
@media (max-width: 1400px) {
  .profile__data-col:last-child {
    padding-left: 50px;
  }
}
@media (max-width: 1350px) {
  .chat-main__ctrl-item {
    padding-right: 0;
  }
  .chat-main__ctrl-drop {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .device__caption-item {
    padding: 0 10px;
  }
  .filter__cell {
    padding: 10px;
  }
  .filter__ctrl {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .filter__ctrl-clear {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 1300px) {
  .c-call__form-block:first-child {
    width: 50%;
  }
  .c-call__form-block:last-child {
    width: 50%;
  }
  .call-table__cell:nth-child(2) {
    width: auto;
  }
  .profile__data {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .profile__data-col {
    width: 100%;
  }
  .profile__data-col:last-child {
    padding-top: 39px;
    padding-left: 0;
  }
}
@media (max-width: 1240px) {
  .device__header-img {
    width: 300px;
  }
  .device__header-content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1200px) {
  .chat-main__ctrl-item:last-child {
    margin-top: 5px;
  }
  .chat-main__ctrl-drop {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -10px;

    display: none;

    width: 162px;
    padding: 10px 15px;

    background-color: #fff;
    -webkit-box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
    box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
  }
  .chat-main__ctrl-menu {
    display: block;
  }
  .filter__title {
    font-size: 12px;
  }
  .filter__ctrl-filter {
    font-size: 12px;

    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1160px) {
  .forum__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .forum__heading .title {
    width: 100%;
    margin: 0 0 23px;
  }
  .forum__search {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1150px) {
  .container {
    padding: 0 20px;
  }
  .chat__main {
    padding-left: 15px;
  }
  .chat-main__msg.own .chat-main__msg-holder {
    max-width: calc(100% - 45px);
  }
  .chat-main__msg-holder {
    max-width: calc(100% - 45px);
  }
  .header {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 1100px) {
  .call-table__cell {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call__ctrl-btns--xls {
    padding-right: 10px;
  }
  .call__ctrl-btns--graph {
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    padding-bottom: 107px;
  }
  .page__menu {
    position: fixed;
    z-index: 22;
    left: -260px;

    height: 100%;
  }
  .page__menu.opened {
    left: 0;
  }
  .page__content {
    padding-top: 20px;
    padding-left: 0;
  }
  .admin-item {
    padding-right: 60px;
  }
  .dashboard__block-notice {
    float: none;

    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .dashboard__block-device {
    float: none;

    width: 100%;
    padding: 0;
  }
  .device__caption-item {
    font-size: 15px;

    padding: 0 20px;
  }
  .docs__tree-link-add {
    visibility: visible;

    opacity: 1;
  }
  .footer {
    display: block;
  }
  .header__faq {
    display: none;
  }
  .res__block {
    padding-right: 60px;
  }
  .table__row:hover .table__cell {
    background-color: transparent;
  }
  .table--table-00 .table__cell:nth-child(1) {
    width: auto;
  }
}
@media (max-width: 780px) {
  .news-popup {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 15px;
  }
  .admin__title {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .admin__title .title {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .admin-item {
    padding-right: 0;
  }
  .authorization__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;

    margin-bottom: 18px;
  }
  .authorization-form {
    width: calc(100% - 20px);
    margin-top: 37px;
  }
  .authorization-form__holder {
    padding: 32px 10px 34px;
  }
  .authorization-form__title-left {
    float: none;
  }
  .authorization-form__title-right {
    float: none;

    padding: 10px 0;
  }
  .authorization-form__input {
    margin-top: 12px;
  }
  .authorization-form__input-row {
    margin-bottom: 13px;
  }
  .authorization-form__ctrl {
    margin-top: 33px;
  }
  .authorization-form__ctrl-soc {
    padding: 5px 0;
  }
  .blueprint__title {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .blueprint__title .title {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .blueprint__table-main {
    max-height: 100%;
  }
  .blueprint__table-second {
    max-height: 100%;
  }
  .btn-check {
    width: 68px;
  }
  .btn-check__item span {
    display: none;
  }
  .btn-check__item svg {
    display: block;
  }
  .c-call__form-block:first-child {
    width: 100%;
    padding: 0;
  }
  .c-call__form-block:last-child {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .call-table {
    width: 1200px;
  }
  .call-table-c {
    width: 174px;
  }
  .call-table__cell:first-child {
    width: 180px;

    opacity: 0;
  }
  .call-table__mob-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .call__ctrl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .call__ctrl-search {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
  }
  .call__table {
    margin-right: -20px;
  }
  .call__table-holder {
    overflow-x: auto;
  }
  .chart__header-left {
    float: none;
  }
  .chart__header-right {
    float: none;

    padding-top: 47px;
  }
  .chat-form__list-item {
    height: 0;
  }
  .chat-form__list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chat-form__main {
    min-height: 100%;
    padding: 26px 18px 120px;
  }
  .chat-form__main-submit {
    bottom: 23px;
    left: 18px;
  }
  .chat__container {
    flex-direction: column;

    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .chat__rooms {
    width: 100%;
    margin-bottom: 5px;
  }
  .chat__main {
    width: 100%;
    padding-left: 0;
  }
  .chat-rooms__item.shown {
    top: -100%;

    visibility: hidden;

    height: 0;

    opacity: 0;
  }
  .chat-main__msg.own .chat-main__msg-holder {
    max-width: 100%;
  }
  .chat-main__msg-holder {
    max-width: 100%;
  }
  .course__item {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .course__item-content {
    width: 100%;
    padding-right: 0;
  }
  .course__item-btn {
    margin-top: 20px;
  }
  .course--lg-btn .course__item-content {
    width: 100%;
  }
  .dashboard__chart {
    height: auto;
  }
  .dev-list-item {
    padding: 0 0 0 15px;
  }
  .device {
    margin-top: -8px;
  }
  .device__header {
    height: auto;

    background-color: transparent;
  }
  .device__header-img {
    display: none;
  }
  .device__header-content {
    width: 100%;
  }
  .device__header-content-holder {
    padding: 0;
  }
  .device__header-title {
    line-height: 40px;
  }
  .device__header-code {
    margin-top: 3px;
  }
  .device__header-ctrl {
    margin-top: 16px;
  }
  .device__header-ctrl .btn {
    margin-bottom: 10px;
  }
  .device__body {
    margin: 30px -20px 0;
  }
  .device__caption-item {
    font-size: 15px;
  }
  .docs-upload {
    width: 320px;
  }
  .docs-upload__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .docs-upload__heading-title {
    margin: 0 0 10px;
  }
  .docs-upload__btn-add {
    width: 100%;
  }
  .filter__holder {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;

    display: none;
    overflow-y: auto;

    height: 100%;
    padding: 200px 50px;

    -webkit-box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
    box-shadow: 1px 1px 20px rgba(142, 170, 206, 0.4);
  }
  .filter__holder-layer {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }
  .filter__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: auto;
    padding: 0;

    border-right: 0;
    border-bottom: 1px solid #f1f5f9;
    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .filter__cell:last-child {
    border-bottom: 0;
  }
  .filter__cell--ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    height: auto;
    padding: 38px 20px 23px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter__cell.opened {
    border-bottom: 5px solid #ebebeb;
  }
  .filter__cell.opened .filter__drop {
    top: auto;

    display: block;
  }
  .filter__title {
    font-size: 14px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: auto;
    height: 60px;

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

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter__ctrl-clear {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .filter__ctrl-filter {
    width: 146px;
  }
  .filter__drop {
    position: static;

    display: none;
    visibility: visible;

    width: 100%;

    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .filter__drop .datapicker {
    margin: 0 auto;
  }
  .filter__mob-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .forum__inner {
    padding: 10px 15px 30px;
  }
  .forum__table thead th {
    padding: 12px 8px 12px 0;
  }
  .forum__table tbody td {
    padding: 17px 8px 17px 0;
  }
  .header--unregistered {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-user__name {
    display: none;
  }
  .news-popup__title {
    padding: 38px 15px 34px;
  }
  .news-popup__title-txt {
    font-size: 22px;
    line-height: 30px;
  }
  .news-popup__body {
    padding: 53px 10px 60px;
  }
  .news-popup__quote {
    padding: 45px 0 45px 58px;
  }
  .news-popup__footer {
    padding: 24px 10px 23px;
  }
  .notice-item {
    padding: 20px 0 20px 15px;
  }
  .notice-item::before {
    left: 15px;

    width: calc(100% - 15px);
  }
  .notice-item__data {
    padding-left: 14px;
  }
  .orders__table .table__cell {
    padding-right: 10px;
    padding-left: 10px;
  }
  .orders__table .table__cell:last-child {
    width: 88px;
  }
  .popup {
    width: 100%;
    padding: 48px 20px 55px;
  }
  .popup--create {
    padding: 20px 15px;
  }
  .popup--create .popup__form-label {
    margin-bottom: 6px;
    padding-top: 0;
  }
  .popup__body {
    width: 100%;
  }
  .popup-add__item:nth-child(1) {
    width: calc(50% - 20px);
  }
  .popup-add__item:nth-child(2) {
    width: calc(50% - 20px);
  }
  .profile__holder {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .profile__personal {
    width: 100%;
    padding: 35px 20px;
  }
  .profile__data {
    width: 100%;
  }
  .res__block {
    padding-right: 0;
  }
  .search--collapsed-mob {
    width: 28px;
  }
  .search--collapsed-mob .search__input {
    visibility: hidden;

    opacity: 0;
  }
  .task-head__col {
    display: block;

    margin-right: 0;
    margin-bottom: 20px;
  }
  .task-head__title {
    text-align: center;
  }
  .task-head__list {
    text-align: center;
  }
  .task__btn {
    padding: 18px 19px 18px 14px;
  }
  .task__title {
    font-size: 14px;

    margin-right: 10px;
    padding-left: 17px;
  }
  .task__box {
    padding: 0 10px 13px;
  }
  .task__footer {
    padding-top: 15px;
  }
  .teacher__block-btn {
    padding-top: 20px;
    padding-left: 0;
  }
  .teacher__block-header--mod {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .teacher__main .js-scroll {
    max-height: 100%;
  }
}
@media (max-width: 680px) {
  .task__footer-col {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 650px) {
  .task__caption {
    flex-direction: column;

    margin-bottom: 15px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .task__name {
    margin-top: 15px;
    margin-left: 0;
  }
  .task__info .task__bar {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .task__info .task__sub {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .task__info-partners {
    width: 50%;
  }
  .task__footer-wrap {
    padding: 15px 12px 12px 15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .task__footer-icon {
    margin: 0 auto 15px;
  }
  .task__footer-holder {
    width: 100%;
    margin-top: 0;
  }
  .task__footer-time {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .forum-box__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .forum-box__actions-link:not(:first-child) {
    padding: 0;
  }
  .forum-box__actions-link:not(:first-child):before {
    content: none;
  }
  .forum-box__actions-group {
    width: 100%;

    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .forum-box__actions-group:not(:first-child) {
    margin: 10px 0 0;
  }
}
@media (max-width: 600px) {
  .device-option__row {
    border-bottom-width: 3px;
  }
  .device-option__row.active {
    border-bottom-width: 3px;
  }
  .forum__heading-btns {
    width: 100%;
    margin: 20px 0 0;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .forum__heading .btn {
    width: 100%;
    margin: 0;
  }
  .forum__heading .btn:not(:last-child) {
    margin: 0 0 10px;
  }
  .forum__search {
    width: 100%;
    margin: 0;
  }
  .forum__table thead th span {
    white-space: normal;
  }
  .forum__table thead th:last-child {
    max-width: 125px;
  }
  .forum-box__form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .forum-box__form .btn {
    width: 100%;
    margin: 0;
  }
  .forum-box__form .btn:not(:first-child) {
    margin: 10px 0 0;
  }
  .forum-box__form-btns {
    width: 100%;
    margin: 10px 0 0;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .forum-box__form-btns .btn {
    width: 100%;
    margin: 0;
  }
  .forum-box__form-btns .btn:not(:first-child) {
    margin: 10px 0 0;
  }
  .table--table-00 .adder__txt-main {
    display: inline-block;
  }
  .table--table-00 .table__cell {
    line-height: 20px;

    display: block;

    width: 100% !important;
    /*stylelint-disable-line*/
    height: auto;
  }
  .table--table-00 .table__cell:nth-child(1) {
    padding-top: 18px;
    padding-bottom: 5px;

    color: #c9060a;
  }
  .table--table-00 .table__cell:nth-child(2) {
    display: inline-block;

    width: auto !important;
    /*stylelint-disable-line*/
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 52px;
  }
  .table--table-00 .table__cell:nth-child(3) {
    display: inline-block;

    width: auto !important;
    /*stylelint-disable-line*/
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .table--table-00 .table__cell:nth-child(4) {
    padding-top: 4px;
    padding-left: 52px;
  }
  .task-top__form .input {
    width: 100%;

    border-right: 0;
    border-bottom: 1px solid #e8eef6;
  }
  .task-top__form .jq-selectbox {
    width: 50%;
  }
  .task-top__form .btn {
    width: 50%;

    border-radius: 0 0 5px;
  }
}
@media (max-width: 550px) {
  .task-top__col {
    width: 100%;
    margin-bottom: 15px;
  }
  .task-top__col--right {
    text-align: left;
  }
  .task__btn .task__bar {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .c-call-item__header-title {
    font-size: 16px;

    padding-left: 0;
  }
  .chart__header-title {
    display: block;
  }
  .chart__header-select {
    padding: 10px 0 0 0;
  }
  .device__caption-item:first-child {
    padding-left: 13px;
  }
  .device__caption-item:last-child {
    padding-left: 13px;
  }
  .filter__holder {
    padding: 150px 10px;
  }
  .filter__holder::after,
  .filter__holder::before {
    top: 100px;
  }
  .forum-box__actions-link {
    width: 100%;
    margin: 10px 0 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .forum-box__actions-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-popup__footer .btn {
    width: 140px;
    margin: 0;
  }
  .news__body {
    padding: 9px 0 24px 20px;
  }
  .news__item {
    width: auto !important;
    /*stylelint-disable-line*/
    padding: 0 20px 0 40px;
  }
  .profile__holder {
    margin: 38px -10px 0;
  }
  .profile__data {
    padding: 40px 20px;
  }
  .table--table-01 .table__cell {
    display: block;

    width: 100%;
    height: auto;
    padding-right: 13px;
    padding-left: 13px;
  }
  .table--table-01 .table__cell:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

    padding-top: 22px;
    padding-bottom: 0;

    color: #34495e;
  }
  .table--table-01 .table__cell:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    padding-top: 5px;
    padding-bottom: 19px;

    color: #343434;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  .chat-main__ctrl {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .device__body {
    margin: 30px -10px 0;
  }
}
@media (max-width: 460px) {
  .chat-main__header {
    flex-direction: column;

    height: auto;
    padding: 10px 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-main__rating {
    padding: 10px 0 0;
  }
}
@media (max-width: 425px) {
  .task__info .task__bar {
    width: 100%;
  }
  .task__info-partners {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .task__info-date {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .admin-item .table__cell:first-child {
    width: auto;
  }
  .admin-item .table__cell:last-child {
    width: auto;
  }
  .res__table .table__cell:first-child {
    width: auto;
  }
  .res__table .table__cell:last-child {
    width: auto;
  }
}
@media (max-width: 400px) {
  .call__ctrl {
    flex-direction: column;

    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .call__ctrl-search {
    top: -8px;
  }
  .call__ctrl-btns {
    width: 100%;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .call__ctrl-btns--add {
    width: 100%;
    margin-top: 10px;
  }
  .datapicker {
    width: 280px;
  }
}
@media (max-width: 380px) {
  .authorization-form--reg .authorization-form__holder {
    padding-bottom: 40px;
  }
  .authorization-form--reg .authorization-form__ctrl-soc {
    float: none;

    margin-top: 22px;
    padding: 0;
  }
  .authorization-form--reg .authorization-form__ctrl-submit {
    float: none;
  }
  .dev-list__header {
    padding: 10px;
  }
  .header__logo {
    width: 220px;
    height: 70px;
  }
  .notice__header {
    padding: 10px;
  }
}
@media (max-width: 374px) {
  .popup--create .popup__form-col--sm {
    width: 100%;
    margin-bottom: 15px;
  }
  .popup--create .popup__form-col--sm:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) {
  .xs-12 {
    width: 100%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-1 {
    width: 8.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 768px) {
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.66667%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.66667%;
  }
  .sm-4 {
    width: 33.33333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-1 {
    width: 8.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 769px) {
  .filter__holder {
    display: table !important;
    /*stylelint-disable-line*/
  }
}
@media (min-width: 1025px) {
  .page__menu {
    left: 0 !important;
    /*stylelint-disable-line*/
  }
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.66667%;
  }
  .md-1 {
    width: 8.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-1 {
    width: 8.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .chat-main__ctrl-drop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /*stylelint-disable-line*/
  }
}
.service-comment__txt {
  margin-top: 20px;
}
.service-comment__txt .col {
  padding: 4px 0px;
  display: flex;
  font-size: 16px;
}
.custom-icon {
  background-size: 100% 100%;
  display: inline-block;
}
.custom-icon.text {
  background-image: url(custom-icons/text.png);
}
.custom-icon.font {
  background-image: url(custom-icons/font.png);
}
.custom-icon.align {
  background-image: url(custom-icons/align.png);
}
.custom-icon.list {
  background-image: url(custom-icons/list.png);
}
.custom-icon.color {
  background-image: url(custom-icons/color.gif);
}
.custom-icon.eraser {
  background-image: url(custom-icons/eraser.gif);
}
.custom-icon.full-screen {
  background-image: url(custom-icons/full-screen.gif);
}
.custom-icon.hr {
  background-image: url(custom-icons/hr.gif);
}
.custom-icon.image {
  background-image: url(custom-icons/image.gif);
}
.custom-icon.link {
  background-image: url(custom-icons/link.gif);
}
.custom-icon.table {
  background-image: url(custom-icons/table.gif);
}
.custom-icon.undo {
  background-image: url(custom-icons/undo.gif);
}
.custom-icon.unlink {
  background-image: url(custom-icons/unlink.gif);
}
.custom-icon.info {
  background-image: url(custom-icons/info.png);
}
.custom-icon.save {
  background-image: url(custom-icons/save.png);
}

.q-table-bottom.row {
  margin: 0;
  border-top: 1px solid #f1f5f9;
  font-size: 14px;
}
.q-table-bottom-item.row {
  margin-right: 24px;
}

.q-btn .col {
  padding: 0;
}

.q-datetime.row,
.q-datetime .row,
.q-toolbar.row,
.q-tabs .row {
  margin: 0;
  font-size: 12px;
  line-height: initial;
}
.contract-chat__msg {
  padding: 8px 24px;
  cursor: pointer;
}
.contract-chat__msg.service-chat__msg {
  padding: 8px 16px;
  cursor: auto;
}
.contract-chat__msg .row {
  line-height: 1;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
  white-space: normal;
}
.contract-chat__msg .q-message-avatar.col-auto {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
/* .col.q-input-target.q-input-area {
  width: 100%;
  padding: 10px 15px 0;
} */
.q-option.row,
.q-toggle-handle.row {
  margin: 0;
  font-size: 14px;
}
.q-table {
  overflow: hidden;
}
.servicetable th,
.servicetable td {
  padding: 7px 12px;
}

.q-layout {
  width: auto !important;
}

.item .col,
.service_costs .col,
.newtable .col,
.add-item-order .col,
.veda-gm-stepper__main .col{
  padding: 0 !important;
}

.service_costs > .row,
.service_costs__other_costs > div > .row,
.add-item-order .row {
  gap: 20px;
}

.text-corp {
  color: #c9060a;
}
.text-corp-alter {
  color: #34495e;
}
.bg-corp {
  background: #c9060a;
}

.modal-header {
  margin: 10px 0 0 0;
}

.modal-body {
  margin: 40px 0 20px 0;
}

.modal-buttons {
  margin: 0 10px 15px 0;
}

.sidebar {
  background: white;
}

.notification-button > .q-btn-inner > .q-icon {
  font-size: 1.9em !important;
}

.veda_order_action_drop_button .col.row {
  display: flex;
  font-size: 14px;
}

.add-price-list-modal-wrap {
  overflow-y: hidden !important;
}  
.issues-main .row,
.add-issue__dialog .popup__form-row .row,
.service_costs__dialog .row {
  padding-left: 0
}

.issues-main .col,
.add-issue__dialog .popup__form-row .col,
.service_costs__dialog .col {
  padding-left: 0;
  font-size: 1rem;
  line-height: 24px;
  display: flex;
}

.service-main .item .col {
  padding-left: 0;
  display: flex;
  line-height: 24px;
}

textarea {
  font-weight: 400;
}
