@charset "UTF-8";
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

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

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

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

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #1f1f23;
}

input::placeholder {
  opacity: 0.7;
  color: #1f1f23;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #1f1f23;
}

textarea::placeholder {
  opacity: 0.7;
  color: #1f1f23;
}

input[type=submit] {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #333;
  font-family: "Exo 2", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Exo 2";
  font-weight: 600;
  margin-bottom: 20px;
}

.title-h1 {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.title-h2 {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}

.title-h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.button {
  display: inline-flex;
  padding: 0 15px 2px;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border: 1px solid transparent;
  background: #E62128;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .button {
    padding: 0 15px;
    width: 100%;
  }
}
.button:hover:not([disabled]) {
  background: #F03E3E;
}
.button:active:not([disabled]) {
  background: #D81F26;
}
.button:disabled {
  cursor: default;
  background: #F5F5F5;
  color: #ADB5BD;
}
.button:disabled::after, .button:disabled::before {
  opacity: 0.8;
}
.button._white {
  border-color: #E2E5E9;
  color: #333;
  background: #fff;
}
.button._white:disabled {
  cursor: default;
  background: #fff;
  color: #ADB5BD;
}
.button._white:hover:not([disabled]) {
  border-color: #E2E5E9;
  color: #333;
  background: #FAFAFB;
}
.button._white:active:not([disabled]) {
  border-color: #E2E5E9;
  color: #333;
  background: #EEF0F2;
}
.button._icon {
  width: 40px;
  height: 40px;
  padding: 0;
}

.icon-button {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  position: relative;
}
.icon-button:hover {
  background: #F4F5F6;
}
.icon-button::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-button._add::before {
  background-image: url(../images/icon-add-red.svg);
}
.icon-button._edit::before {
  background-image: url(../images/icon-edit-red.svg);
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section + .section-outer {
  margin-top: 0;
}

.horizontal-sepor {
  margin: 20px 0;
  height: 1px;
  background: #E2E5E9;
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 16px;
  line-height: 26px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Exo 2";
  font-weight: 600;
  margin: 30px 0 30px;
  line-height: 1.3;
}
.typography h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .typography h1 {
    font-size: 40px;
  }
}
.typography h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .typography h2 {
    font-size: 36px;
  }
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .typography h3 {
    font-size: 24px;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .typography h4 {
    font-size: 20px;
  }
}
.typography h4:first-child {
  margin-top: 0;
}
.typography P {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
  color: #232527;
}
.typography P:last-child {
  margin-bottom: 0;
}
.typography blockquote {
  padding-left: 15px;
  margin-right: 15px;
  border-left: 2px solid #ADB5BD;
  margin-bottom: 10px;
  margin-inline-start: 15px;
}
.typography blockquote blockquote {
  margin-bottom: 15px;
}
.typography figure {
  margin: 30px 0;
}
.typography figure img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.typography figcaption {
  margin-top: 10px;
  color: #868E96;
  font-size: 14px;
  line-height: 22px;
}
.typography img {
  max-width: 100%;
}
.typography a:not(.button) {
  color: #E62128;
}
.typography a:not(.button):hover {
  color: #1f1f23;
}
.typography ul {
  margin-bottom: 15px;
  padding-left: 5px;
}
.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #1f1f23;
  border-radius: 50%;
}
.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #E2E5E9;
  border-bottom: 1px solid #E2E5E9;
  text-align: left;
  color: #E62128;
  font-weight: normal;
}
@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
  }
}
.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #E2E5E9;
}
.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #E2E5E9;
}
.typography table td {
  height: 60px;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 30px;
  background: #E62128;
}
@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
}
.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}
.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}

.big-text {
  font-weight: 600;
  font-size: 20px;
}

.table-scroll {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
    /*
    padding-top: 60px;
    background: url(../images/icon-hscroll.svg)  center 15px no-repeat;
    background-size: 32px 32px;
    */
  }
}

.breadcrumb {
  margin-bottom: 30px;
  color: #1f1f23;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a:hover {
  color: #E62128;
}
.breadcrumb span {
  margin: 0 2px;
}
.breadcrumb span:last-child {
  display: inline-block;
  color: #868E96;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-content {
  min-height: 100%;
}
.page-content--inner {
  padding-top: 50px;
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #868E96;
}
@media (min-width: 768px) {
  .forms__row {
    display: flex;
    margin: 0 -7.5px;
  }
  .forms__row .forms__field {
    width: 50%;
    padding: 0 7.5px;
  }
}
@media (max-width: 767px) {
  .forms__row {
    margin-bottom: 10px;
  }
}
.forms__label {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}
.forms__label span {
  color: #E62128;
}
.forms__field {
  margin-bottom: 10px;
}
.forms__field:last-child {
  margin-bottom: 0;
}
.forms__field .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.forms__field .error-text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  color: #F03E3E;
}
.forms__controls {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #E2E5E9;
}
@media (max-width: 767px) {
  .forms__controls {
    margin: 25px -5px 0;
  }
  .forms__controls .button {
    margin: 0 5px;
  }
}
.forms__send {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .forms__send {
    display: block;
  }
}
.forms__send-note {
  white-space: nowrap;
  margin-right: 40px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .forms__send-note {
    display: block;
    white-space: normal;
    margin: 0 0 20px;
  }
  .forms__send-note br {
    display: none;
  }
}
.forms__note {
  font-size: 14px;
  line-height: 22px;
  color: #868E96;
  margin-bottom: 20px;
}
.forms__note:last-child {
  margin-bottom: 0;
}
.forms__attention {
  position: relative;
  border-radius: 5px;
  background: #FAFAFB;
  padding: 10px 10px 10px 50px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 25px;
}
.forms__attention:first-child {
  margin-top: 0;
}
.forms__attention::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-attention.svg) center no-repeat;
}
.forms__attention a {
  color: #E62128;
}
.forms__attention a:hover {
  text-decoration: underline;
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px 2px;
  font-size: 14px;
  text-align: left;
  color: #333;
  background: #fff;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    padding: 0 20px;
  }
}
.forms textarea:hover,
.forms input[type=text]:hover,
.forms input[type=password]:hover,
.forms input[type=email]:hover,
.forms input[type=tel]:hover {
  border-color: #ADB5BD;
}
.forms textarea:focus,
.forms input[type=text]:focus,
.forms input[type=password]:focus,
.forms input[type=email]:focus,
.forms input[type=tel]:focus {
  border-color: #3FA3F9;
}
.forms textarea:disabled,
.forms input[type=text]:disabled,
.forms input[type=password]:disabled,
.forms input[type=email]:disabled,
.forms input[type=tel]:disabled {
  background: #F5F5F5;
  border: 1px solid #E2E5E9;
  color: #ADB5BD;
}
.forms textarea.error,
.forms input[type=text].error,
.forms input[type=password].error,
.forms input[type=email].error,
.forms input[type=tel].error {
  color: #F03E3E !important;
  border: 1px solid #FF6B6B;
}
.forms textarea {
  padding: 15px;
  resize: none;
  height: 120px;
}
.forms select {
  padding: 0 40px 0 20px;
  font-size: 15px;
  height: 40px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #E2E5E9;
  background: url(../images/chevron-down.svg) #fff right 10px center no-repeat;
}
.forms select:disabled {
  background: url(../images/chevron-down-gray.svg) #fff right 10px center no-repeat;
  opacity: 1;
}
.forms select .placeholder {
  display: none;
}
.forms select,
.forms .jq-selectbox {
  width: 100%;
}
.forms__check, .forms__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.forms__check > span, .forms__radio > span {
  position: relative;
  top: -1px;
}
.forms .label-field {
  position: relative;
  /*.jq-selectbox.opened + label,*/
}
.forms .label-field label {
  display: none;
  position: absolute;
  top: -8px;
  left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #868E96;
  padding: 0 5px;
  background: #fff;
  white-space: nowrap;
  z-index: 1000;
}
.forms .label-field label span {
  color: #E62128;
}
.forms .label-field input:focus::-moz-placeholder, .forms .label-field textarea:focus::-moz-placeholder {
  color: transparent;
}
.forms .label-field input:focus::placeholder,
.forms .label-field textarea:focus::placeholder {
  color: transparent;
}
.forms .label-field input:focus + label,
.forms .label-field textarea:focus + label {
  display: block;
}
.forms .label-field.active input, .forms .label-field.active textarea {
  border: 2px solid #E62128;
}
.forms .label-field.active input {
  padding: 0 14px;
}
.forms .label-field.active textarea {
  padding: 14px;
}
.forms .label-field .jq-selectbox.changed + label {
  display: block;
}
.forms .label-field.active label, .forms .label-field--show label {
  display: block;
}

.checked-list__item {
  margin-bottom: 12px;
}
.checked-list__item:last-child {
  margin-bottom: 0;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
}
.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #fff;
  border: none;
}
.checkbox sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  background: url(../images/checkbox.svg) center no-repeat;
}
.checkbox sup.show-hint {
  text-align: center;
}
.checkbox input:checked ~ sup {
  background: url(../images/checkbox-active.svg) center no-repeat;
}
.checkbox input:disabled ~ sup {
  background: url(../images/checkbox-disabled.svg) center no-repeat;
}
.checkbox a {
  color: #E62128;
}
.checkbox a:hover {
  text-decoration: underline;
}

.radio {
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
}
.radio input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #E2E5E9;
  border: none;
}
.radio sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E2E5E9;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.radio sup::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}
.radio input:checked ~ sup {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #E62128;
  background: #E62128;
}
.radio input:checked ~ sup::before {
  opacity: 1;
}
.radio a {
  color: #E62128;
}
.radio a:hover {
  text-decoration: underline;
}

.password-field {
  position: relative;
}

.show-password {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/icon-eye.svg) center no-repeat;
  cursor: pointer;
}
.show-password.active {
  background-image: url(../images/icon-eye-red.svg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #1f1f23;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .fix-scroll {
    height: auto !important;
  }
}
.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.next-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../images/toggle-arrow-down.svg) center no-repeat;
}
.next-toggle.open::after {
  background: url(../images/toggle-arrow-up.svg) center no-repeat;
}

.more-link {
  font-size: 14px;
  padding-right: 32px;
  color: #E62128;
  background: url(../images/chevron-right.svg) right -2px no-repeat;
}
.more-link:hover {
  color: #E62128;
}

.add-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 32px;
  color: #E62128;
  background: url(../images/icon-plus.svg) left center no-repeat;
}
.add-link:hover {
  filter: brightness(0);
}

.link {
  color: #E62128;
}
.link:hover {
  text-decoration: underline;
}

/* plugins */
.codex-editor__redactor {
  padding-bottom: 30px !important;
  min-height: 200px;
}

.codex-editor--narrow .codex-editor__redactor {
  margin-right: 0 !important;
}

.cdx-search-field {
  display: none;
}

.codex-editor {
  padding: 10px 15px;
}

.ce-toolbar__actions {
  right: auto;
  left: 15px;
}

.codex-editor--empty .ce-block:first-child .ce-paragraph[data-placeholder]:empty::before {
  opacity: 0.8 !important;
}

@media (min-width: 568px) {
  .ce-inline-tool svg {
    width: 29px;
    height: 29px;
  }
  .ce-block__content,
  .ce-toolbar__content {
    max-width: 100%;
    padding-left: 100px;
  }
  .ce-block__content {
    padding-left: 70px;
  }
  .codex-editor--narrow .ce-settings .ce-popover,
  .codex-editor--narrow .ce-toolbox .ce-popover {
    right: auto;
    left: 0;
  }
}
@media (max-width: 568px) {
  .codex-editor {
    z-index: 9999;
  }
}
.fancybox-content {
  overflow: visible;
}

.fancybox-close-small {
  right: 5px;
  top: 5px;
}

.air-datepicker-body--day-name {
  color: #E62128;
}

.air-datepicker-cell.-day-.-current- {
  color: #E62128;
  font-weight: 600;
}

.air-datepicker-cell.-day-.-selected- {
  background: #E62128;
  color: #fff;
}

.trumbowyg-button-pane {
  background: #fff !important;
}

/* elements */
/* support class style */
.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}
@media (max-width: 1280px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

/* ELEMENT LIST */
.element-list__wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 992px;
  padding: 40px 40px 0;
  margin: 0 auto;
  background: #fff;
}
.element-list__item {
  margin: 60px 0;
}
.element-list a:hover {
  color: #E62128;
}

.element-item__title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.element-item__title:last-child {
  margin-bottom: 0;
}
.element-item__group {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.element-item__group:last-child {
  margin-bottom: 0;
}
.element-item__el {
  margin-right: 20px;
  position: relative;
}
.element-item__el:last-child {
  margin-right: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1250px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

body.open-nav {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.open-nav .page__content {
    overflow: hidden;
  }
  body.open-nav .page__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: 60px;
    height: auto;
  }
}

body.theme-dark {
  background: #1f1f23;
  color: #fff;
}
body.theme-dark td, body.theme-dark input, body.theme-dark textarea {
  color: #fff;
}
body.theme-dark .burger-button {
  filter: brightness(0) invert(1);
}
body.theme-dark .header-logo {
  background-image: url(../images/logo-white.svg);
}
body.theme-dark .page__sidebar,
body.theme-dark .header {
  background: #1f1f23;
}
body.theme-dark .page__sidebar::after,
body.theme-dark .header::after,
body.theme-dark .horizontal-sepor {
  background: #333;
}
body.theme-dark .page-control,
body.theme-dark .tabs,
body.theme-dark .action-list__item {
  border-color: #333;
}
body.theme-dark .drop-nav__button._more,
body.theme-dark .drop-nav__button._filter,
body.theme-dark .nav-link::before {
  filter: brightness(0) invert(1);
  opacity: 1;
}
body.theme-dark .header-user-nav .nav-link::before,
body.theme-dark .nav-link.active::before,
body.theme-dark .nav-link:hover::before {
  filter: none;
}
@media (min-width: 992px) {
  body.theme-dark .data-table .row-link:hover td {
    background: rgba(255, 255, 255, 0.05);
  }
}
body.theme-dark .status {
  background: #333;
  color: #fff;
}

/* header */
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 30px 0 78px;
  background: #fff;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #E2E5E9;
}
.header__burger {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -3px;
}
@media (max-width: 767px) {
  .header__burger {
    position: static;
    transform: none;
    width: 32px;
  }
}
.header__logo {
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .header__logo {
    top: -1px;
  }
}
.header__logo img {
  display: block;
}
.header__user {
  position: relative;
}

.header-logo {
  display: block;
  width: 168px;
  height: 22px;
  background: url(../images/logo.svg) left center no-repeat;
  background-size: contain;
}

.burger-button {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.burger-button span, .burger-button::before, .burger-button::after {
  content: "";
  position: absolute;
  background: #333;
  height: 2px;
  border-radius: 2px;
  z-index: 1;
  transition: 0.3s;
}
.burger-button span {
  top: 11px;
  left: 3px;
  width: 18px;
}
.burger-button::before {
  top: 5px;
  left: 3px;
  width: 12px;
}
.burger-button::after {
  top: 17px;
  left: 7px;
  width: 14px;
}
@media (min-width: 992px) {
  .burger-button:hover span, .burger-button:hover::before, .burger-button:hover::after {
    background: #E62128;
  }
}
.burger-button.open span, .burger-button.open::before, .burger-button.open::after {
  width: 12px;
  left: 6px;
  background: #E62128;
}
@media (max-width: 767px) {
  .burger-button._new span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E62128;
    position: absolute;
    top: -11px;
    right: -5px;
  }
}

.header-user {
  position: relative;
  display: block;
  padding-right: 42px;
  text-align: right;
}
@media (max-width: 767px) {
  .header-user {
    padding-right: 0;
  }
}
.header-user__avatar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
@media (max-width: 767px) {
  .header-user__avatar {
    position: static;
    transform: none;
  }
}
.header-user__name {
  display: block;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .header-user__name {
    display: none;
  }
}
.header-user__info {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #868E96;
}
@media (max-width: 767px) {
  .header-user__info {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-user:hover {
    color: #E62128;
  }
  .header-user:hover + .header-user-nav {
    display: block;
  }
}

.header-user-nav {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 99;
  min-width: 210px;
  display: none;
  color: #333;
}
.header-user-nav:hover {
  display: block;
}
.header-user-nav::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
@media (max-width: 767px) {
  .header-user-nav::before {
    display: none;
  }
}

/* page content */
.page {
  padding: 5px;
}
@media (max-width: 767px) {
  .page {
    padding: 0;
  }
}
.page__sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 210px;
  padding: 20px 15px;
  background: #fff;
  z-index: 999;
}
.page__sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #E2E5E9;
}
@media (min-width: 768px) {
  .page__sidebar._minimize {
    width: 84px;
  }
  .page__sidebar._minimize .nav-link {
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    color: transparent;
    justify-content: center;
    padding: 0;
  }
  .page__sidebar._minimize .nav-link::before {
    position: static;
    transform: none;
  }
  .page__sidebar._minimize .theme-switch {
    flex-direction: column;
  }
  .page__sidebar._minimize .theme-switch__button {
    margin: 13px 0;
    transform: rotate(90deg);
  }
  .page__sidebar._minimize + .page__content {
    padding-left: 114px;
  }
  .page__sidebar._minimize .nav-link__counter {
    top: 0;
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .page__sidebar {
    display: none;
  }
}
.page__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: auto;
  padding: 20px 30px 0 240px;
}
@media (min-width: 768px) {
  .page__content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .page__content::-webkit-scrollbar-track {
    background-color: transparent;
    margin: 0 15px;
  }
  .page__content::-webkit-scrollbar-thumb {
    background-color: #E2E5E9;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .page__content {
    height: auto;
    padding: 20px 20px 60px 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page__content::-webkit-scrollbar {
    display: none;
  }
}

.page-wrap {
  padding-bottom: 40px;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.page-header__title {
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
  top: -1px;
}
.page-header__control {
  margin-left: 30px;
  white-space: nowrap;
}
.page-header__back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-header._back {
  padding-left: 55px;
}

.page-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #E2E5E9;
  padding: 30px 0;
}
.page-control__item {
  margin-right: 10px;
}
@media (max-width: 568px) {
  .page-control__item {
    width: 100%;
  }
}
.page-control__item:last-child {
  margin-right: 0;
}

.sidebar__nav {
  margin-bottom: 40px;
}
.sidebar__footer {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

.sidebar-footer-nav {
  display: none;
}
@media (max-width: 992px) {
  .sidebar-footer-nav {
    display: block;
  }
}

.sidebar-nav__item {
  margin-bottom: 2px;
}
.sidebar-nav__sepor {
  margin: 7px 10px;
}

.nav-link {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 49px;
}
.nav-link::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  filter: brightness(0);
  opacity: 0.62;
}
.nav-link._chronicle::before {
  background-image: url(../images/icon-chronicle.svg);
}
.nav-link._task::before {
  background-image: url(../images/icon-task.svg);
}
.nav-link._users::before {
  background-image: url(../images/icon-users.svg);
}
.nav-link._settings::before {
  background-image: url(../images/icon-settings.svg);
}
.nav-link._directory::before {
  background-image: url(../images/icon-directory.svg);
}
.nav-link._logout::before {
  background-image: url(../images/icon-logout.svg);
}
.nav-link.active {
  color: #E62128;
  background: #FAFAFB;
  border-radius: 5px;
}
.nav-link.active::before {
  filter: none;
  opacity: 1;
}
@media (min-width: 992px) {
  .nav-link:hover {
    color: #E62128;
  }
  .nav-link:hover::before {
    filter: none;
    opacity: 1;
  }
}
.nav-link__counter {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #E62128;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 10px;
  height: 19px;
  min-width: 19px;
  padding: 0 5px;
  text-indent: 0;
}

.theme-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  /*
  &.active &__icon._light {
  	filter: brightness(0) invert(1);
  	opacity: 0.4;
  }

  &.active &__icon._dark {
  	filter: none;
  	opacity: 1;
  }
  */
}
.theme-switch__icon {
  transition: 0.3s;
}
.theme-switch__icon img {
  display: block;
}
.theme-switch__icon._dark {
  filter: brightness(0);
  opacity: 0.4;
}
.theme-switch__button {
  margin: 0 10px;
}

.switch-button {
  display: block;
  width: 40px;
  height: 26px;
  border-radius: 24px;
  border: none;
  background: #E62128;
  position: relative;
  cursor: pointer;
}
.switch-button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  transition: 0.3s;
}
.switch-button.active::before {
  left: calc(100% - 24px);
}
.switch-button._sm {
  width: 34px;
  height: 20px;
}
.switch-button._sm::before {
  width: 14px;
  height: 14px;
  left: 2px;
}
.switch-button._sm.active::before {
  left: calc(100% - 18px);
}

.tabs {
  display: flex;
  border-bottom: 1px solid #E2E5E9;
  margin-bottom: 20px;
}
.tabs__item {
  display: block;
  cursor: pointer;
  padding: 5px 0 15px;
  margin-right: 40px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 568px) {
  .tabs__item {
    margin-right: 20px;
  }
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #E62128;
}
@media (min-width: 992px) {
  .tabs__item:hover:not(.active) {
    color: #868E96;
  }
}
.tabs__item.active::before {
  display: block;
}

.actions-empty {
  margin: 60px auto;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.actions-empty::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/actions-empty-cover.svg) center no-repeat;
  margin-bottom: 20px;
}
.actions-group {
  margin-bottom: 10px;
}
.actions-group:last-child {
  margin-bottom: 0;
}
.actions-group__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #868E96;
  margin-bottom: 10px;
}

.action-list__item {
  margin-bottom: 5px;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
}
.action-list__item:last-child {
  margin-bottom: 0;
}

.action-card {
  padding: 10px 45px 10px 15px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .action-card {
    display: block;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .action-card.row-link:hover {
    background: #fbfbfb;
  }
}
.action-card._new {
  background: rgba(28, 126, 214, 0.05);
}
@media (min-width: 992px) {
  .action-card._new:hover {
    background: rgba(28, 126, 214, 0.1);
  }
}
.action-card__header {
  min-width: 195px;
  width: 195px;
  margin-right: 40px;
  padding-left: 42px;
  position: relative;
  min-height: 42px;
}
@media (max-width: 767px) {
  .action-card__header {
    max-width: 100%;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 15px;
  }
}
.action-card__avatar {
  position: absolute;
  left: 0;
  top: 5px;
}
.action-card__avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.action-card__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}
.action-card__date {
  font-size: 13px;
  line-height: 20px;
  color: #868E96;
}
.action-card__title {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .action-card__title {
    margin-bottom: 5px;
  }
}
.action-card__text {
  font-size: 13px;
  line-height: 20px;
  color: #868E96;
  width: calc(100vw - 600px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .action-card__text {
    width: calc(100vw - 70px);
  }
}
.action-card__action {
  position: absolute;
  right: 15px;
  top: 10px;
}

.hot::before {
  content: "🔥 ";
}

.drop-nav {
  position: relative;
  margin: 0;
}
.drop-nav__button {
  display: block;
  cursor: pointer;
  position: relative;
}
.drop-nav__button._more {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../images/icon-more.svg) center no-repeat;
}
.drop-nav__button._filter {
  width: 40px;
  height: 40px;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
  background: url(../images/icon-filter.svg) center no-repeat;
}
.drop-nav__button.apply::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  background: #E62128;
  border-radius: 50%;
}
.drop-nav__list {
  display: none;
  position: absolute;
  top: 100%;
  right: -30px;
  margin-top: 5px;
  min-width: 160px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
  z-index: 9999;
}
@media (max-width: 767px) {
  .drop-nav__list {
    right: 0;
  }
  .drop-nav__list::before {
    right: 29px;
  }
}

.drop-nav-link {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  color: #333;
}
@media (min-width: 992px) {
  .drop-nav-link:hover {
    background: #FAFAFB;
  }
}
.drop-nav-link::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.drop-nav-link._read::before {
  background-image: url(../images/icon-read.svg);
}
.drop-nav-link._reload::before {
  background-image: url(../images/icon-reload.svg);
}
.drop-nav-link._delete::before {
  background-image: url(../images/icon-delete.svg);
}
.drop-nav-link._upload::before {
  background-image: url(../images/icon-upload.svg);
}
.drop-nav-link._edit::before {
  background-image: url(../images/icon-edit.svg);
}
.drop-nav-link._reply::before {
  background-image: url(../images/icon-reply.svg);
}
.drop-nav-link._add::before {
  background-image: url(../images/icon-add.svg);
}
.drop-nav-link._blacklist::before {
  background-image: url(../images/icon-blacklist.svg);
}
.drop-nav-link._verify::before {
  background-image: url(../images/icon-verify.svg);
}

.user-setting {
  max-width: 470px;
}
.user-setting__main {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .user-setting__main {
    display: block;
  }
}
.user-setting__main-avatar {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .user-setting__main-avatar {
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
  }
}
.user-setting__main-fields {
  width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .user-setting__main-fields {
    width: auto;
  }
}
.user-setting__info {
  margin-bottom: 30px;
  display: flex;
}
.user-setting__info .user-setting-avatar {
  margin-right: 30px;
}
@media (max-width: 568px) {
  .user-setting__info {
    display: block;
    text-align: center;
  }
  .user-setting__info .user-setting-avatar {
    margin: 0 auto 30px;
  }
}
.user-setting-avatar {
  position: relative;
  width: 150px;
}
.user-setting-avatar img {
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
  cursor: pointer;
}
.user-setting-avatar .drop-nav__list {
  min-width: 150px !important;
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
}
@media (max-width: 568px) {
  .user-setting-avatar .drop-nav__list {
    min-width: 160px !important;
    left: -5px !important;
    right: -5px;
  }
  .user-setting-avatar .drop-nav__list .drop-nav-link {
    padding: 0 10px;
  }
}
.user-setting-param__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}
.user-setting-param__item {
  font-size: 14px;
  line-height: 22px;
  color: #868E96;
  margin-bottom: 5px;
}

.table-filter {
  display: flex;
  margin-bottom: 10px;
}
.table-filter__search {
  width: calc(100% - 40px);
  padding-right: 10px;
}
.table-filter__params {
  width: 40px;
  min-width: 40px;
}

.search {
  position: relative;
}
.search__field {
  width: 100%;
  height: 40px;
  padding: 8px 45px 8px 15px;
  background: #fff;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 568px) {
  .search__field {
    font-size: 15px;
  }
}
.search__button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icon-search.svg) center no-repeat;
}

.table-filter__params .drop-nav {
  height: auto !important;
}

.drop-filter {
  padding: 15px;
}
.drop-filter._task {
  width: 200px;
}
.drop-filter._users {
  width: 350px;
}
@media (max-width: 568px) {
  .drop-filter._users {
    max-width: 350px;
    width: calc(100vw - 40px);
  }
}
.drop-filter__group {
  margin-bottom: 15px;
}
.drop-filter__group:last-child {
  margin-bottom: 0;
}
.drop-filter__title {
  font-size: 14px;
  line-height: 22px;
  color: #868E96;
  margin-bottom: 10px;
}
.drop-filter__controls {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
}

.filter-control {
  border: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  height: 24px;
  background: #EEF0F2;
  border-radius: 5px;
  padding: 0 8px;
  text-transform: uppercase;
  margin: 2.5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .filter-control:hover {
    background-color: #E2E5E9;
  }
}
.filter-control.active {
  color: #fff;
  background: #E62128;
}
.filter-control._lock::before {
  content: "";
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  background: url(../images/icon-lock.svg) center no-repeat;
  margin-right: 3px;
}

.status {
  display: inline-flex;
  align-items: center;
  height: 24px;
  color: #333;
  background: #EEF0F2;
  border-radius: 5px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0 8px 0 5px;
}
.status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37B24D;
  margin-right: 5px;
}
.status._emergency {
  background: #E62128;
  color: #fff;
}
.status._inwork::before {
  content: "";
  background-color: #1C7ED6;
}
.status._close::before {
  content: "";
  background-color: #868E96;
}
.status._completed::before {
  content: "";
  background-color: #37B24D;
}
.status._checking::before {
  content: "";
  background-color: #D108E2;
}
.status._pause::before {
  content: "";
  background-color: #ADB5BD;
}
.status._todo::before {
  content: "";
  background-color: #FF922B;
}
.status._expired::before {
  content: "";
  background-color: #F03E3E;
}

.row-link {
  cursor: pointer;
}

.data-table {
  width: 100%;
}
.data-table tr._close td {
  color: #868E96;
}
.data-table tr._expired .data-table__finish {
  color: #E62128;
}
.data-table tr.row-link td {
  transition: 0.1s;
}
.data-table tr.row-link._new td {
  background: rgba(28, 126, 214, 0.05);
}
@media (min-width: 992px) {
  .data-table tr.row-link:hover td {
    background: #fbfbfb;
  }
  .data-table tr.row-link._new:hover td {
    background: rgba(28, 126, 214, 0.1);
  }
}
@media (max-width: 767px) {
  .data-table tr.row-link._new {
    background: rgba(28, 126, 214, 0.05);
  }
  .data-table tr.row-link._new td {
    background: none;
  }
}
.data-table th {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #868E96;
  text-align: left;
  padding: 10px 20px;
  border-bottom: 1px solid #E2E5E9;
}
.data-table th:last-child {
  padding-right: 15px;
}
.data-table th:first-child {
  padding-left: 15px;
}
.data-table th.col-sort {
  white-space: nowrap;
}
.data-table th.col-sort::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon-sort.svg) center no-repeat;
  position: relative;
  top: 4px;
  margin-left: 3px;
}
.data-table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  border-bottom: 1px solid #E2E5E9;
}
.data-table td:last-child {
  padding-right: 15px;
}
.data-table td:first-child {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .data-table {
    display: block;
  }
  .data-table tr,
  .data-table td,
  .data-table tbody,
  .data-table thead {
    display: block;
  }
  .data-table tr {
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #E2E5E9;
  }
  .data-table td {
    border: none;
    padding: 0;
  }
  .data-table td:first-child {
    padding: 0;
  }
  .data-table td:last-child {
    padding: 0;
  }
  .data-table .data-table__header {
    display: none;
  }
}
@media (max-width: 360px) {
  .data-table tr {
    padding: 15px 0;
  }
}

.user-table tr._blacklist td {
  color: #868E96;
}
.user-table tr._blacklist td .tag {
  opacity: 0.5;
  color: #333;
}
.user-table__post {
  color: #868E96;
}
.user-table__control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.user-table .part-tag {
  white-space: nowrap;
  margin-right: 8px;
}
.user-table .part-tag:last-child {
  margin-right: 0;
}
.user-table .table-controls {
  opacity: 0;
  justify-content: flex-end;
}
.user-table .table-controls .icon-button {
  display: flex;
}
.user-table .tag {
  margin-top: 0;
  margin-bottom: 0;
}
.user-table tr:hover .table-controls {
  opacity: 1;
}
@media (max-width: 992px) {
  .user-table td {
    padding: 2.5px 0;
  }
  .user-table__control {
    position: absolute;
    top: 15px;
    right: 0;
    width: auto;
  }
  .user-table__fio {
    margin-bottom: 5px;
  }
  .user-table__country {
    margin-top: 7.5px;
  }
  .user-table__part {
    display: flex !important;
    flex-wrap: wrap;
  }
  .user-table .table-controls {
    opacity: 1;
  }
}

.table-controls {
  display: flex;
  align-items: center;
}
.table-controls__item {
  margin-right: 5px;
}
.table-controls__item:last-child {
  margin-right: 0;
}

.directory-table__control {
  width: 54px;
}
@media (max-width: 992px) {
  .directory-table td {
    padding: 2.5px 0;
  }
  .directory-table__control {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
  }
  .directory-table td.directory-table__count,
  .directory-table td.directory-table__alias,
  .directory-table td.directory-table__type {
    display: none;
  }
}

.task-table__num {
  width: 40px;
}
.task-table__date {
  width: 90px;
}
.task-table__finish {
  width: 160px;
}
.task-table__control {
  width: 54px;
}
@media (max-width: 992px) {
  .task-table tr {
    padding: 15px 40px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .task-table tr::before {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .task-table tr._inwork::before {
    content: "";
    background-color: #1C7ED6;
  }
  .task-table tr._close::before {
    content: "";
    background-color: #868E96;
  }
  .task-table tr._completed::before {
    content: "";
    background-color: #37B24D;
  }
  .task-table tr._checking::before {
    content: "";
    background-color: #D108E2;
  }
  .task-table tr._pause::before {
    content: "";
    background-color: #ADB5BD;
  }
  .task-table tr._todo::before {
    content: "";
    background-color: #FF922B;
  }
  .task-table tr._expired::before {
    content: "";
    background-color: #F03E3E;
  }
  .task-table__control {
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
  }
  .task-table td.task-table__finish,
  .task-table td.task-table__status,
  .task-table td.task-table__implementer {
    display: none;
  }
  .task-table td.task-table__num {
    width: auto;
    order: 1;
    margin-right: 15px;
    color: #868E96;
  }
  .task-table td.task-table__date {
    width: auto;
    order: 2;
    margin-right: 15px;
    color: #868E96;
  }
  .task-table .task-table__author {
    width: auto;
    order: 3;
    color: #868E96;
  }
  .task-table td.task-table__title {
    width: 100%;
    margin: 8px 0 0;
    order: 4;
  }
}

.task__header {
  position: relative;
  margin-bottom: 20px;
}
.task__title {
  max-width: 1280px;
  margin-bottom: 20px;
}
.task__text {
  max-width: 1280px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 568px) {
  .task__text {
    max-height: 265px;
    padding-bottom: 34px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .task__text::-webkit-scrollbar {
    display: none;
  }
  .task__text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
    background: #fff;
  }
  .task__text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .task__text._more {
    overflow: hidden;
  }
  .task__text._more .toggle-text-box {
    display: flex;
  }
  .task__text.open {
    height: auto;
    max-height: 100%;
  }
  .task__text.open::before, .task__text.open::after {
    display: none;
  }
}
.task__files {
  margin-bottom: 20px;
}
.task__users {
  margin-bottom: 30px;
}
.task__editor {
  margin-bottom: 20px;
}
.task__editor .forms {
  margin-bottom: 30px;
}

.toggle-text-box {
  display: none;
}
@media (max-width: 568px) {
  .toggle-text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #E62128;
    background: none;
    border: none;
    z-index: 1;
  }
  .toggle-text-box::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(../images/chevron-down-red.svg) center no-repeat;
  }
  .toggle-text-box.open::after {
    transform: rotate(180deg);
  }
}

.file-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.file-list__item {
  width: 210px;
  padding: 5px;
}
@media (max-width: 568px) {
  .file-list__item {
    width: 50%;
  }
}

.file-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
  padding-bottom: 8px;
  background: #fff;
}
.file-card__thumb {
  border-bottom: 1px solid #E2E5E9;
  margin-bottom: 8px;
  width: 100%;
}
.file-card__thumb img {
  display: block;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.file-card__title {
  display: -webkit-box;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 34px);
  height: 36px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.file-card__download {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon-download.svg) center no-repeat;
  z-index: 1;
  filter: brightness(0);
  opacity: 0.7;
}
@media (min-width: 992px) {
  .file-card__download:hover {
    filter: none;
    opacity: 1;
  }
}
.file-card__remove {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon-delete.svg) center no-repeat;
  z-index: 1;
  filter: brightness(0);
  opacity: 0.7;
}
@media (min-width: 992px) {
  .file-card__remove:hover {
    filter: none;
    opacity: 1;
  }
}
.file-card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.task-header {
  position: relative;
}
.task-header__info {
  margin-bottom: 20px;
  margin-left: 55px;
}
.task-header__controls {
  position: absolute;
  right: 0;
  top: 0;
}
.task-header__back {
  position: absolute;
  left: 0;
  top: 0;
}

.task-status {
  display: flex;
  align-items: center;
}
.task-status .status-nav {
  margin-left: 10px;
}

.color-expired {
  color: #F03E3E;
}

.task-info {
  position: relative;
  padding-left: 42px;
}
.task-info__avatar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.task-info__avatar img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.task-info__name {
  font-size: 14px;
  line-height: 20px;
}
.task-info__date {
  font-size: 13px;
  line-height: 20px;
  color: #868E96;
}

.status-nav {
  position: relative;
}
.status-nav__title {
  cursor: pointer;
}
.status-nav__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 999;
}
.status-nav__list-item {
  display: flex;
  align-items: center;
  height: 30px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .status-nav__list-item:hover {
    background: #FAFAFB;
  }
}

.task-users {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 10px;
}
.task-users__field {
  width: calc(50% - 30px);
  padding: 0 15px;
  margin: 0 15px;
  border-bottom: 1px solid #E2E5E9;
}
@media (max-width: 767px) {
  .task-users__field {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .task-users__field:last-child {
    margin-bottom: 0;
  }
}
.task-users label {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
  color: #868E96;
}
.task-users input {
  border: none;
  padding: 0;
}
.task-users .flexdatalist-multiple {
  padding: 0;
}
.task-users .flexdatalist-multiple li:first-child {
  padding-left: 0;
  margin: 5px 0;
}
.task-users .flexdatalist-multiple li.input-container:first-child input {
  padding: 0;
}

.editor-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  background: #FAFAFB;
  border: 1px solid #E2E5E9;
  border-radius: 5px;
  padding: 0 15px;
  height: 48px;
  cursor: pointer;
}
.editor-placeholder__avatar img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.editor-placeholder__text {
  color: #868E96;
  font-size: 14px;
  line-height: 22px;
}

.task-editor-wysiwyg {
  border: 1px solid #E2E5E9;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.task-editor-wysiwyg .ck-content {
  min-height: 200px;
  box-shadow: none !important;
  border-color: #E2E5E9 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E2E5E9 !important;
  padding: 15px !important;
  font-size: 14px;
  line-height: 22px;
}
.task-editor-wysiwyg .ck-content p:first-child {
  margin-top: 0;
}
.task-editor-wysiwyg .ck.ck-toolbar,
.task-editor-wysiwyg .ck-editor,
.task-editor-wysiwyg .ck-editor__top,
.task-editor-wysiwyg .ck-sticky-panel,
.task-editor-wysiwyg .ck-sticky-panel__content {
  border-radius: 5px 5px 0px 0px !important;
}
.task-editor-wysiwyg .ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  border: none !important;
}
.task-editor-wysiwyg__attachment {
  padding: 15px;
  border-bottom: 1px solid #E2E5E9;
}
.task-editor-wysiwyg__footer {
  background: #FAFAFB;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
  padding: 15px;
}

.editor-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .editor-footer {
    display: block;
  }
}
.editor-footer__controls {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .editor-footer__controls {
    padding-left: 0;
    margin: 30px -5px 0;
    flex-wrap: wrap;
  }
}
.editor-footer__controls .button {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .editor-footer__controls .button {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.editor-footer__controls .button:last-child {
  margin-right: 0;
}
.editor-footer__controls .attach-button {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .editor-footer__controls .attach-button {
    width: 100%;
    margin: 0 5px 20px;
  }
}

.editor-notify__label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #868E96;
}
.editor-notify__list {
  margin-bottom: 10px;
}

.switch-list {
  display: flex;
  margin: -2.5px;
  flex-wrap: wrap;
}
.switch-list__item {
  padding: 2.5px;
}

.switch-tag {
  cursor: pointer;
}
.switch-tag input {
  display: none;
}
.switch-tag span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  background: #EEF0F2;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 8px;
}
.switch-tag input:checked + span {
  background: #E62128;
  color: #fff;
}
.switch-tag.lock span::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(../images/icon-lock.svg) center no-repeat;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  background: #EEF0F2;
  border-radius: 5px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  padding: 0 8px;
  text-transform: uppercase;
  margin: 2px 0;
}

.fio-card {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.fio-card__avatar {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.alias-autoname {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../images/icon-autoname.svg) center no-repeat;
}

.autoname-field {
  position: relative;
}

.attach-button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #E62128;
  cursor: pointer;
  border-radius: 5px;
  background: transparent;
  transition: 0.3s;
}
.attach-button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../images/icon-attach.svg) left center no-repeat;
}

/* login */
.login-form {
  max-width: 350px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 200px;
}
@media (max-width: 568px) {
  .login-form {
    margin: 0 20px;
    max-width: 100%;
    padding: 40px 0 50px 0;
    display: block;
    height: calc(100vh - 60px);
  }
}
.login-form .forms {
  width: 100%;
}
.login-form .forms__field {
  margin-bottom: 20px;
}
.login-form .forms input[type=text],
.login-form .forms input[type=password] {
  height: 40px;
}
.login-form .forms .button {
  height: 40px;
  width: 100%;
}
.login-form__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.login-form__logo img {
  display: block;
  height: 34px;
}
.login-form__flink {
  text-align: center;
}
.login-form__note {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.footer-copyright {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #868E96;
}

.forms input.datepicker {
  width: 160px;
  background-image: url(../images/icon-calendar.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.flexdatalist-multiple {
  padding: 2px 5px;
}
.flexdatalist-multiple.focus {
  border-color: #3FA3F9 !important;
}
.flexdatalist-multiple li.input-container input {
  width: 100% !important;
  font-size: 14px;
}
.flexdatalist-multiple li.input-container input::-moz-placeholder {
  opacity: 0;
}
.flexdatalist-multiple li.input-container input::placeholder {
  opacity: 0;
}
.flexdatalist-multiple li.input-container:first-child {
  width: 100%;
}
.flexdatalist-multiple li.input-container:first-child input::-moz-placeholder {
  opacity: 0.7;
}
.flexdatalist-multiple li.input-container:first-child input::placeholder {
  opacity: 0.7;
}

.flexdatalist-results {
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none !important;
}

.flexdatalist-results li {
  border-bottom: 1px solid #E2E5E9;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.flexdatalist-results li:last-child {
  border-bottom: none;
}
.flexdatalist-results li:hover::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
  border-radius: 3px;
}

.flexdatalist-results li .item {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  z-index: 1;
}

.flexdatalist-multiple li.value {
  padding: 0 26px 0 0;
  background: none;
  border-radius: 5px;
  color: #333;
  line-height: 20px;
  float: left;
  background: #FAFAFB;
}

.flexdatalist-multiple li.value .text {
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.flexdatalist-multiple li.value span.fdl-remove {
  top: 50%;
  right: 3px;
  margin-top: 1px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  padding: 0;
  color: transparent;
  overflow: hidden;
  text-indent: -100px;
  font-size: 0;
  background: url(../images/icon-close-sm.svg) center no-repeat;
}

.search-user-field::-moz-placeholder {
  opacity: 1;
  color: #494f54;
}

.search-user-field::placeholder {
  opacity: 1;
  color: #494f54;
}

.search-user-field + .flexdatalist-multiple li.value {
  border-radius: 16px 5px 5px 16px;
}

.flexdatalist-multiple li.value .search-user-info {
  display: none;
}

.search-user-avatar {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.search-user-info {
  display: inline-flex;
  align-items: center;
  color: #868E96;
  margin-left: 7px;
}
.search-user-info::before {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background: #868E96;
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.chat {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.chat__date {
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #868E96;
  text-align: center;
  width: 100%;
}
.chat__message {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.chat__message .message-card {
  max-width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .chat__message .message-card {
    width: 100%;
    max-width: initial;
    min-width: 0;
  }
}
.chat__message:last-child {
  margin-bottom: 0;
}
.chat__answer {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}
.chat__answer .message-card {
  max-width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .chat__answer .message-card {
    width: 100%;
    max-width: initial;
    min-width: 0;
  }
}
.chat__answer:last-child {
  margin-bottom: 0;
}

.message-card {
  background: rgba(55, 178, 77, 0.1);
  border-radius: 10px 10px 0px 10px;
  padding: 10px 15px 15px 15px;
  position: relative;
}
.message-card__author {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  padding-right: 48px;
}
.message-card__date {
  font-size: 13px;
  line-height: 20px;
  color: #868E96;
  margin-bottom: 10px;
}
.message-card__text {
  font-size: 14px;
  line-height: 22px;
  overflow-wrap: break-word;
}
.message-card__text p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.message-card__text p:last-child {
  margin-bottom: 0;
}
.message-card__text a {
  color: #E62128;
}
@media (min-width: 992px) {
  .message-card__text a:hover {
    text-decoration: underline;
  }
}
.message-card__text > blockquote:last-child {
  margin-bottom: 0;
}
.message-card__text blockquote {
  padding-left: 15px;
  margin-right: 15px;
  border-left: 2px solid #ADB5BD;
  margin-bottom: 10px;
  margin-inline-start: 15px;
}
.message-card__text blockquote blockquote {
  margin-bottom: 15px;
}
.message-card__text ul {
  margin: 0 0 15px;
}
.message-card__text ul:last-child {
  margin-bottom: 0;
}
.message-card__text ul li {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: relative;
  padding-left: 15px;
}
.message-card__text ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
}
.message-card__text ol {
  margin: 0 0 15px;
}
.message-card__text ol:last-child {
  margin-bottom: 0;
}
.message-card__text ol li {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.message-card__status {
  font-size: 13px;
  line-height: 20px;
  color: #868E96;
  margin-top: 10px;
}
.message-card__control {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
}
.message-card__files {
  margin-top: 10px;
}
.message-card__files:first-child {
  margin-top: 0;
}
.message-card:hover .message-card__control {
  opacity: 1;
}
.message-card__avatar {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 10px;
  padding-top: 5px;
}
.message-card__avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.message-card._answer {
  background: #FAFAFB;
  border-radius: 10px 10px 10px 0px;
  margin-left: 42px;
}

.ce-blockquote .blockquote-file-list:last-child {
  padding-bottom: 6px;
}

.blockquote-file-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0 0;
}
.blockquote-file-list__item {
  margin: 5px 5px 0 0;
  width: 107px;
  height: 98px;
  border: 1px solid var(--borders-default, #E2E5E9);
  border-radius: 5px;
}
.blockquote-file-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.blockquote-file-list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.upload-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FAFAFB;
  border: 1px solid #E2E5E9;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}
.upload-avatar::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  background: url(../images/icon-add-photo.svg) center no-repeat;
}

.note {
  display: flex;
  align-items: center;
  background: #EEF0F2;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.note:last-child {
  margin-bottom: 0;
}
.note::before {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.note._blacklist::before {
  content: "";
  background-image: url(../images/icon-blacklist.svg);
}

.lined-textarea-container {
  border-radius: 5px;
  border: 1px solid #E3E4E6;
}
.lined-textarea-container .lines {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background: #EEEEEE;
}
.lined-textarea-container .lined-textarea {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4F559C;
}

.param-form {
  margin-bottom: 30px;
}
.param-form__item {
  margin-bottom: 5px;
}
.param-form__item:last-child {
  margin-bottom: 0;
}

.param-form-field {
  display: flex;
  align-items: center;
  height: 40px;
}
.param-form-field__label {
  width: 150px;
  padding-right: 10px;
}
.param-form-field__value {
  width: 280px;
}
.param-form-field__value .jq-selectbox,
.param-form-field__value select {
  width: 100%;
}

.value-list {
  margin-bottom: 30px;
}
.value-list__note {
  font-size: 14px;
  line-height: 22px;
  color: #868E96;
}

.value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  width: 100%;
}
.value-row__title {
  font-size: 14px;
  line-height: 22px;
}

.sortable-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E5E9;
}
.sortable-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon-drag.svg) center no-repeat;
  cursor: grab;
}

/* popup */
.popup {
  display: none;
  width: 100%;
  max-width: 570px;
  padding: 30px;
  font-family: "Exo 2";
  border-radius: 5px;
}
@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
}
@media (max-width: 568px) {
  .popup {
    padding: 20px;
  }
}
.popup._lg {
  max-width: 730px;
}
.popup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 auto 30px;
  max-width: 400px;
  text-align: center;
}
.popup__cover {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popup__cover img {
  display: block;
}
.popup__text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 568px) {
  .popup__text br {
    display: none;
  }
}
.popup__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 45px;
}
.popup__controls .button {
  min-width: 100px;
  margin-left: 10px;
}
.popup__controls .button:first-child {
  margin-left: 0;
}

.forms-confirm {
  display: none;
}

.popup-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  margin-top: -20px;
}

@media (max-width: 568px) {
  .mob-hide {
    display: none;
  }
}

#password-recovery .forms {
  max-width: 350px;
  margin: 0 auto;
}
#password-recovery .forms__field {
  margin-bottom: 30px;
}
#password-recovery .forms__field:last-child {
  margin-bottom: 0;
}
#password-recovery .forms input[type=text],
#password-recovery .forms input[type=password],
#password-recovery .forms input[type=email],
#password-recovery .forms input[type=tel] {
  height: 40px;
}
#password-recovery .forms .button {
  height: 40px;
  width: 100%;
}

.quoting-button {
  position: fixed;
  transform: translate(0, -100%);
  margin: -10px 0 0 0;
  background: #efefef;
  cursor: pointer;
  padding: 4px 9px 5px 9px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 9999;
}
.quoting-button:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #efefef;
  border-width: 6px;
  margin-left: -6px;
}

.editor-filepond.filepond--wrapper {
  margin: 0 -1px;
  border-radius: 0;
}
.editor-filepond .filepond--root .filepond--drop-label {
  min-height: 60px;
}

.filepond--file button {
  cursor: pointer;
}

@media (min-width: 992px) {
  .editor-filepond.filepond--wrapper {
    margin: 0 -1px;
    border-radius: 0;
  }
  .editor-filepond .filepond--root {
    display: flex;
    align-items: center;
  }
  .editor-filepond .filepond--root .filepond--drop-label {
    min-height: 60px;
    min-width: 120px;
    margin: 0 auto;
    position: static;
    width: 100%;
  }
  .editor-filepond .filepond--root .filepond--drop-label.active {
    margin: 0;
    width: auto;
  }
  .editor-filepond .filepond--root .filepond--drop-label.active::before {
    margin-right: 0;
  }
  .editor-filepond .filepond--root .filepond--drop-label.active label {
    display: none;
  }
  .editor-filepond .filepond--root .filepond--drop-label.active + .filepond--list-scroller {
    width: 100%;
  }
  .editor-filepond .filepond--list-scroller {
    position: static;
    transform: none !important;
  }
  .editor-filepond .filepond--list.filepond--list {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
  .editor-filepond .filepond--item {
    position: static;
    transform: none !important;
    width: calc(32.5% - 15px);
    max-width: 200px;
    height: 150px !important;
    margin: 7.5px;
    overflow: hidden;
    border-radius: 6px;
  }
  .editor-filepond .filepond--image-preview-overlay.filepond--image-preview-overlay-idle {
    opacity: 0.6 !important;
  }
  .editor-filepond .filepond--image-clip {
    height: 100% !important;
    width: 100% !important;
  }
  .editor-filepond .filepond--image-canvas-wrapper {
    transform-origin: center !important;
    transform: none !important;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .editor-filepond .filepond--image-bitmap {
    width: 100%;
    height: 100%;
  }
  .editor-filepond .filepond--image-bitmap canvas {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .editor-filepond .filepond--file [data-align*=left],
  .editor-filepond .filepond--file [data-align*=right] {
    right: 2px;
    top: 4px;
    left: auto !important;
    transform: none !important;
  }
  .editor-filepond .filepond--file .filepond--file-status {
    display: none;
  }
  .editor-filepond .filepond--file-info {
    margin-right: 25px;
    position: absolute;
    left: 10px;
    right: 20px;
    transform: none !important;
    z-index: 102;
  }
  .editor-filepond .filepond--file [data-align*=right].filepond--action-process-item {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    transform: none !important;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 101;
  }
  .editor-filepond .filepond--file [data-align*=right].filepond--action-process-item svg {
    width: 48px;
    height: 48px;
  }
  .editor-filepond .filepond--file-action-button.filepond--action-remove-item:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6V18.75C18 19.993 16.973 21 15.731 21H8.231C6.988 21 6 19.993 6 18.75V6' stroke='%23F03E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 6H4.5' stroke='%23F03E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 3H14' stroke='%23F03E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10V17' stroke='%23F03E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 17V10' stroke='%23F03E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
  }
  .editor-filepond .filepond--file-action-button.filepond--action-remove-item svg {
    display: none;
  }
}
.filepond--file-poster img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.drop-box {
  min-height: 40px;
  border: 1px solid #E2E5E9;
  background: none;
  border-radius: 5px;
  position: relative;
  text-align: left;
}
.drop-box.open .drop-box__header::after {
  transform: rotate(180deg);
}
.drop-box__header {
  display: flex;
  min-height: 38px;
  padding: 5px 45px 5px 12.5px;
  cursor: pointer;
  position: relative;
}
.drop-box__header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 24px;
  height: 40px;
  background: url(../images/chevron-down.svg) center no-repeat;
}
.drop-box__val {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  min-height: 30px;
}
.drop-box__val span {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  height: 24px;
  background: #EEF0F2;
  border-radius: 5px;
  padding: 0 8px;
  text-transform: uppercase;
  margin: 2.5px;
  cursor: pointer;
  overflow: hidden;
}
.drop-box__val span._lock {
  padding-left: 29px;
  background-image: url(../images/icon-lock.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
}
.drop-box__val span .val-remove {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: -2px;
  background-image: url(../images/icon-close-sm.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.drop-box__val span .val-remove:hover {
  background-image: url(../images/icon-close-sm-red.svg);
}
.drop-box__val.show {
  display: block;
}
.drop-box__dropdown {
  display: none;
  position: absolute;
  z-index: 5555;
  top: 100%;
  left: -1px;
  min-width: 100%;
  margin-top: 8px;
  background-color: #fff;
  padding: 10px 0;
  font-size: 14px;
  min-width: calc(100% + 2px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.drop-box__dropdown.right-position {
  left: auto;
  right: 0;
}
.drop-box__dropdown-wrap {
  overflow: auto;
  max-height: 308px;
}
.drop-box__dropdown-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.drop-box__dropdown-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 0 15px;
}
.drop-box__dropdown-wrap::-webkit-scrollbar-thumb {
  background-color: #E2E5E9;
  border-radius: 4px;
}
.drop-box__dropdown--not-padding {
  padding: 0;
}
.drop-box.open .drop-box__dropdown {
  display: block;
}
.drop-box__dropdown.show-all .drop-box__item {
  display: flex;
}
.drop-box__item {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 15px;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  border-top: 1px solid #E2E5E9;
}
.drop-box__item:first-child {
  border-top: none;
}
.drop-box__item.selected {
  background: #FAFAFB;
}
@media (min-width: 992px) {
  .drop-box__item:hover {
    background: #FAFAFB;
  }
}
.drop-box__item label {
  width: 100%;
}
.drop-box._slider {
  border: none;
  height: auto;
}
.drop-box._slider .drop-box__header {
  background: #FAFAFB;
  border-radius: 5px;
  min-height: 40px;
}
.drop-box._slider.open .drop-box__header {
  background: #FAFAFB;
  border-radius: 5px 5px 0 0;
}
.drop-box__title {
  width: 72px;
  font-size: 14px;
  margin-right: 15px;
  height: 30px;
  display: flex;
  align-items: center;
}
.drop-box__slidedown {
  display: none;
  flex-wrap: wrap;
  border-top: 1px solid #E2E5E9;
  background: #F4F5F6;
  padding: 8px 15px;
}
.drop-box__slidedown-wrap {
  display: flex;
  flex-wrap: wrap;
}
.drop-box__controls {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
}

.check-button {
  display: inline-block;
  margin: 2.5px;
}
.check-button input {
  display: none;
}
.check-button span {
  border: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  height: 24px;
  background: #EEF0F2;
  border-radius: 5px;
  padding: 0 8px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  .check-button span:hover {
    background-color: #E2E5E9;
  }
}
.check-button input:disabled + span {
  color: #fff;
  background: #E62128;
}
.check-button input:disabled + span::before {
  content: "";
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  background: url(../images/icon-lock.svg) center no-repeat;
  margin-right: 3px;
}
.check-button input:checked + span {
  color: #fff;
  background: #E62128;
}

.drop-box-list__item {
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  cursor: pointer;
}
.drop-box-list__item.active {
  background: #E62128;
  color: #fff;
}
@media (min-width: 992px) {
  .drop-box-list__item:not(.active):hover {
    color: #E62128;
  }
}

.drop-slider-list .drop-box {
  margin-bottom: 5px;
}
.drop-slider-list .drop-box:last-child {
  margin-bottom: 0;
}

.drop-box__dropdown .range-field {
  width: 190px;
  margin-right: 5px;
}

.show-hint {
  position: relative;
  cursor: pointer;
}
.show-hint__text {
  display: none;
  position: absolute;
  left: 50%;
  max-width: 250px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  bottom: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  z-index: 9999;
  color: #fff;
  background: #1f1f23;
  text-transform: none;
  font-weight: 400;
  width: 205px;
  transform: translate(-50%, 0);
}
@media (max-width: 992px) {
  .show-hint__text {
    left: 0;
    margin-left: 0;
    max-width: 50vw;
    width: 50vw;
    text-align: left;
    transform: none;
  }
}
.show-hint__text:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #1f1f23;
  border-width: 10px;
  margin-left: 16px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 992px) {
  .show-hint__text:after {
    left: 20px;
    margin-left: 0;
  }
}
.show-hint__text._sm {
  width: auto;
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .show-hint__text._right:after {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
}
.show-hint__text._bottom {
  margin-top: 15px;
}
.show-hint__text._bottom:after {
  top: auto;
  bottom: 100%;
  transform: rotate(180deg);
}
.show-hint:hover .show-hint__text {
  display: block;
}

.attach-label {
  padding-left: 21px;
  background: url(../images/attach-label.svg) left center no-repeat;
}/*# sourceMappingURL=style.css.map */