@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerMedium.eot");
  src: url("../fonts/MullerMedium.eot") format("embedded-opentype"), url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium.ttf") format("truetype"), url("../fonts/MullerMedium.svg#MullerMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerBold.eot");
  src: url("../fonts/MullerBold.eot") format("embedded-opentype"), url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.ttf") format("truetype"), url("../fonts/MullerBold.svg#MullerBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerExtraBold.eot");
  src: url("../fonts/MullerExtraBold.eot") format("embedded-opentype"), url("../fonts/MullerExtraBold.woff2") format("woff2"), url("../fonts/MullerExtraBold.woff") format("woff"), url("../fonts/MullerExtraBold.ttf") format("truetype"), url("../fonts/MullerExtraBold.svg#MullerExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
:root {
  --bodyBg: #ffffff;
  --bodyColor: #405464;
  --bodyColorRgb: 64,84,100;
  /*--borderColor: #e8e8e8;*/
  /*--borderRadius: 1.2rem;*/
  --primary: #256cb4;
  --primaryRgb: 37,108,180;
  --second: #405464;
  --secondRgb: 64,84,100;
  --success: #20bd3c;
  --successRgb: 32,189,60;
  --error: #d12e33;
  --errorRgb: 209,46,51;
  --warning: #ffa818;
  --warningRgb: 255, 168, 24;
  /*--light: #858585;*/
  /*--lightBg: #e7f4ff;*/
  /*--gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));*/
  --fontFamily: "Muller", sans-serif;
  /*--fontSecond: 'Exo 2', sans-serif;*/
  --fontSize: 16px;
  --fontSizeSm: 14px;
  --fontSizeXs: 12px;
  --fontWeight: 500;
  --lineHeight: 1.5;
  --transition: .2s ease;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
::selection {
  background-color: var(--second);
  color: #ffffff;
  text-shadow: none;
}

-webkit-::selection {
  background-color: var(--second);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--second);
  color: #ffffff;
  text-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bodyBg);
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: var(--fontWeight);
  line-height: var(--lineHeight);
  color: var(--bodyColor);
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  body {
    font-size: var(--fontSize);
  }
}

hr {
  margin: 1em 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 1.4em;
}
p:last-child {
  margin-bottom: 0;
}

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

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

ol, ul {
  padding-left: 1.5em;
}
ol li, ul li {
  margin-bottom: 1.5em;
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1.5em;
}
dl:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1em;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: 0.2s ease;
}
a svg path {
  transition: 0.2s ease;
}
a:hover {
  color: var(--second);
  text-decoration: none;
}

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

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2em 0.4em;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1em;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #6c757d;
  text-align: left;
}

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

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: calc(1em + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5em;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* General */
html {
  font-size: 16px;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 800;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  margin: 10px 10px 20px;
  font-size: 18px;
  color: var(--primary);
}
@media (min-width: 992px) {
  h1,
.h1 {
    margin-top: 12px;
    margin-bottom: 42px;
    font-size: 34px;
  }
}

h2,
.h2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 20px;
  }
}

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

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

.text--primary {
  color: var(--primary);
}

.text--warning {
  color: var(--warning);
}

.text--error {
  color: var(--error);
}

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

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

.btn-group {
  display: flex;
}
.btn-group .btn {
  margin-right: -1px;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-group .btn.active {
  background-color: rgba(var(--primaryRgb), 0.05);
  color: rgba(var(--secondRgb), 0.7);
  cursor: default;
}
.btn-group .btn.active svg path {
  fill: rgba(var(--secondRgb), 0.7);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding: 7px 20px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}
.btn__icon {
  margin-right: 5px;
}
.btn__icon img,
.btn__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.2s ease;
}
.btn__icon img path,
.btn__icon svg path {
  fill: #ffffff;
  transition: 0.2s ease;
}
.btn__icon:last-child {
  margin-right: 0;
  margin-left: 5px;
}
.btn__icon:only-child {
  margin: 0;
}
.btn--block {
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 10px;
}
.btn--light {
  background-color: #ffffff;
  border-color: rgba(var(--primaryRgb), 0.15);
  color: var(--primary);
  /*color: var(--second);*/
}
.btn--light .btn__icon svg path {
  fill: var(--primary);
}
.btn--light:hover {
  color: var(--primary);
}
.btn--light:hover svg path {
  fill: var(--primary);
}
.btn--second {
  background-color: rgba(var(--primaryRgb), 0.15);
  border-color: transparent;
  color: var(--primary);
}
.btn--second img,
.btn--second svg {
  width: 24px;
  height: 24px;
}
.btn--second svg path {
  fill: var(--primary);
}
.btn--second.active, .btn--second:hover {
  background-color: var(--primary);
  color: #ffffff;
}
.btn--second.active svg path, .btn--second:hover svg path {
  fill: #ffffff;
}
.btn--outline {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn--copy {
  background-color: rgba(var(--secondRgb), 0.05);
  border-color: transparent;
  font-size: 14px;
  color: rgba(var(--secondRgb), 0.5);
}
.btn--copy:hover {
  color: rgba(var(--secondRgb), 0.75);
}
.btn--wide {
  padding-left: 37px;
  padding-right: 37px;
}
.btn-absolute {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.btn-absolute svg path {
  fill: var(--primary);
}
.btn-absolute:disabled svg {
  opacity: 0.5;
}
.btn-absolute:disabled svg path {
  fill: var(--second);
}
.btn:disabled {
  background-color: rgba(var(--secondRgb), 0.3);
  border-color: transparent;
  cursor: default;
}

/* Form */
.form__group {
  position: relative;
  margin-bottom: 20px;
}
.form__group--sm {
  margin-bottom: 10px;
}
.form__group--md {
  margin-bottom: 30px;
}
.form__group--check {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__group--narrow {
  width: 220px;
}
.form__btn {
  margin-top: 40px;
}
.form__btn--sm {
  margin-top: 20px;
}
.form__btn--md {
  margin-top: 30px;
}
.form__label {
  display: block;
  margin-bottom: 10px;
}
.form__help {
  margin-top: 20px;
  text-align: center;
}
.form__control-help {
  margin-top: 5px;
  color: rgba(var(--secondRgb), 0.7);
  line-height: 1.67;
  font-size: 12px;
}
.form__control {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(var(--secondRgb), 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57142857;
  color: var(--bodyColor);
  transition: border-color 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form__control {
    transition: none;
  }
}
.form__control[type=file] {
  overflow: hidden;
}
.form__control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form__control:hover {
  border-color: rgba(var(--primaryRgb), 0.5);
}
.form__control:focus {
  border-color: rgba(var(--primaryRgb), 0.5);
  outline: 0;
}
.form__control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form__control::-moz-placeholder {
  color: rgba(var(--secondRgb), 0.5);
  opacity: 1;
}
.form__control::placeholder {
  color: rgba(var(--secondRgb), 0.5);
  opacity: 1;
}
.form__control.error {
  border-color: var(--error);
}
.form__control.success {
  border-color: var(--success);
}
.form__control:disabled, .form__control[readonly] {
  background: #f3f3f3;
  border-color: #dcdcdc;
  color: #cbcbcb;
  opacity: 1;
}
.form-check {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.form-check + .form-check {
  margin-top: 20px;
}
.form-check.active {
  color: var(--primary);
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
  background-color: transparent;
  border: 1px solid rgba(var(--secondRgb), 0.3);
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 4px;
}
.form-check input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23900029' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check input[type=radio] {
  border-radius: 20px;
}
.form-check input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
  background-color: var(--primary);
  background-size: 20px 20px;
  background-position: 50% 50%;
}

.w-sm {
  width: 300px;
  max-width: 100%;
}

.file {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__label + .file {
  padding-top: 6px;
}
.file__path {
  display: inline-flex;
  align-items: center;
  align-self: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  color: var(--primary);
  cursor: pointer;
}
.file__path input {
  position: absolute;
  left: -200px;
  top: 0;
  width: calc(100% + 200px);
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file__icon {
  margin-right: 5px;
  flex: 0 0 auto;
}
.file__icon svg {
  width: 20px;
  height: 20px;
}
.file__icon svg path {
  fill: var(--primary);
}
.file__text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2.select2-container {
  min-width: 100%;
}
.select2.select2-container .select2-selection--single {
  height: 40px;
  border-color: rgba(var(--bodyColorRgb), 0.15);
}
.select2.select2-container:hover .select2-selection--single, .select2.select2-container--focus .select2-selection--single {
  border-color: rgba(var(--primaryRgb), 0.5);
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 35px 8px 10px;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: 500;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  top: 0;
  display: flex;
  align-items: center;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23A0AAB2' d='M12 17 4 8.52 5.433 7 12 13.996l6.567-6.96L20 8.554 12 17z'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: 24px 24px;
  margin: 0;
  padding: 0;
  position: static;
}
.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container .select2-dropdown {
  border-color: rgba(var(--primaryRgb), 0.5);
}
.select2-container .select2-results__option {
  margin-bottom: 0;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.57142857;
}
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  font-size: 14px;
  color: var(--bodyColor);
}
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
}
.select2-container.select2-container--default .select2-results__option--selected {
  background-color: rgba(var(--primaryRgb), 0.15);
}

/* Wrapper */
html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  /*min-height: 100%;*/
  height: 100%;
  width: 100%;
  position: relative;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  overflow: hidden;
}
.wrapper--height {
  height: auto;
  min-height: 100%;
}
.wrapper--height .main {
  min-height: 100%;
  height: auto;
}

.sidebar {
  display: none;
}
.body-menu-opened .sidebar {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 90px;
  z-index: 990;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 100%;
    flex: 0 0 auto;
    padding: 40px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    width: 353px;
  }
}

.brand {
  margin-bottom: 42px;
  display: none;
}
.main .brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 172px;
}
@media (min-width: 992px) {
  .brand {
    display: block;
  }
  .main .brand {
    width: 224px;
  }
  .main--dashboard .brand {
    display: none;
  }
}

.scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--bodyColorRgb), 0.2) rgba(var(--bodyColorRgb), 0.1);
}
@media (min-width: 992px) {
  .scroll::-webkit-scrollbar {
    width: 11px;
  }
  .scroll::-webkit-scrollbar-track {
    background: rgba(var(--bodyColorRgb), 0.1);
    border-radius: 4px;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: rgba(var(--bodyColorRgb), 0.2);
    border-radius: 10px;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }
  .scroll::-webkit-scrollbar-thumb:hover {
    border-left-width: 3px;
    border-right-width: 3px;
    background: #bbbbbb;
  }
  .scroll.tabs__nav::-webkit-scrollbar {
    height: 11px;
  }
  .scroll.tabs__nav::-webkit-scrollbar-track {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    border-left: none;
    border-right: none;
  }
  .scroll.tabs__nav::-webkit-scrollbar-thumb {
    background: rgba(var(--bodyColorRgb), 0.2);
    border-radius: 10px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    border-left: none;
    border-right: none;
  }
  .scroll.tabs__nav::-webkit-scrollbar-thumb:hover {
    border-top-width: 3px;
    border-bottom-width: 3px;
    background: #bbbbbb;
    border-left: none;
    border-right: none;
  }
}

.navbar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
}
.navbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar__item {
  margin-bottom: 1px;
}
.navbar__link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 12px;
  color: var(--second);
  font-weight: 700;
}
.navbar__link:hover, .active .navbar__link {
  color: var(--primary);
}
.disabled .navbar__link {
  background: transparent;
  pointer-events: none;
  color: rgba(var(--bodyColorRgb), 0.3);
}
.disabled .navbar__link .navbar__icon svg {
  opacity: 0.3;
}
.navbar__icon {
  flex: 0 0 auto;
  margin-right: 10px;
}
.navbar__icon svg,
.navbar__icon img {
  width: 32px;
  height: 32px;
}
.navbar__icon path {
  fill: var(--second);
}
@media (min-width: 992px) {
  .navbar {
    margin-top: 0;
    overflow: hidden;
  }
  .navbar:hover {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .navbar > * {
    min-width: 243px;
    max-width: 243px;
  }
  .navbar__link {
    padding: 20px;
  }
  .navbar__link:hover, .active .navbar__link {
    background-color: rgba(var(--primaryRgb), 0.15);
  }
  .disabled .navbar__link {
    /*background-color: transparent;*/
  }
  .navbar__icon {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar > * {
    min-width: 313px;
    max-width: 313px;
  }
}

.user {
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: rgba(var(--primaryRgb), 0.15) 1px solid;
}
.user__logout {
  margin-left: 42px;
  margin-top: 11px;
  line-height: 1.57142857;
  font-size: var(--fontSizeXs);
  color: rgba(var(--secondRgb), 0.5);
}
.user__logout a {
  color: inherit;
}
.user__logout a:hover {
  color: rgba(var(--secondRgb), 1);
}
@media (min-width: 992px) {
  .user {
    padding-top: 20px;
    padding-bottom: 0;
    border: none;
  }
  .user__logout {
    margin-left: 70px;
    font-size: var(--fontSizeSm);
  }
}

.person {
  display: flex;
  align-items: center;
  color: inherit;
}
.person__photo {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  flex: 0 0 auto;
  margin-right: 10px;
  overflow: hidden;
}
.person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person__name {
  font-size: var(--fontSizeXs);
  line-height: 1.57142857;
}
@media (min-width: 992px) {
  .person__photo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .person__name {
    font-size: var(--fontSizeSm);
  }
}

.main {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primaryRgb), 0.15);
  padding: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main {
    padding: 30px;
  }
}
.main__content {
  height: 100%;
  overflow: hidden;
}
.main__content.scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.main__title {
  flex: 0 0 auto;
  margin-left: 14%;
  margin-right: 14%;
  margin-top: 0;
  margin-bottom: 20px;
  min-height: 110px;
  /*overflow: hidden;*/
  font-size: 24px;
  text-align: center;
}
.main__title--sm {
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .main--dashboard .main__title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 42px;
    text-align: left;
    min-height: auto;
    font-size: 34px;
  }
}

.box {
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.box__footer {
  padding-top: 20px;
  margin-top: auto;
}
.box__footer-help {
  padding-top: 16px;
  color: rgba(var(--secondRgb), 0.7);
  line-height: 1.67;
  font-size: 12px;
}

@media (min-width: 992px) {
  .login__photo {
    height: 100%;
    width: calc(50% - 14px);
    flex: 0 0 auto;
    background-color: rgba(var(--primaryRgb), 0.15);
    background-image: url("../img/bg-login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .login .main {
    margin-left: auto;
    width: calc(50% + 14px);
  }
  .login .brand {
    margin-top: auto;
  }
  .login .main__content,
.login .main__title {
    margin-left: auto;
    margin-right: auto;
    width: 440px;
  }
  .login .main__content {
    height: auto;
    margin-bottom: auto;
  }
  .login .main__title {
    min-height: auto;
    margin-bottom: 40px;
    margin-top: auto;
    font-size: 34px;
  }
  .login .main__title--sm {
    padding-left: 0;
    padding-right: 0;
  }
  .login .form__group--sm {
    margin-bottom: 20px;
  }
  .login .form__btn--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .login .form__btn--flex .form__help {
    margin: 0;
  }
  .login .login-form .form .btn {
    width: 100%;
  }
  .login .login-form .form .form__btn--flex .btn {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.login-form {
  padding: 20px;
}
@media (max-width: 992px) {
  .login-form--sm {
    height: auto;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .login-form {
    /*margin-left: 25%;*/
    /*margin-right: 25%;*/
    /*height: auto;*/
    padding: 30px;
  }
  .login-form.tabs__content {
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
  .login-form .form {
    display: flex;
    flex-direction: column;
    height: calc(100% + 60px);
    max-width: 410px;
  }
  .login-form .form .btn {
    display: block;
    width: 200px;
    margin-right: auto;
  }
  .login-form .form__btn {
    margin-top: auto;
  }
}

.rc {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.57142857;
}
.rc__logo {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.rc__logo img,
.rc__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc__logo img {
  border-radius: 100px;
}
.tbl__td .rc__logo {
  width: 40px;
  height: 40px;
}
.tbl__td .rc {
  line-height: 1.28571429;
  font-weight: 700;
}
@media (min-width: 992px) {
  .rc {
    font-size: 16px;
  }
  .rc__logo {
    margin-right: 20px;
  }
  .tbl__td .rc__logo {
    width: 50px;
    height: 50px;
  }
  .tbl__td .rc__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl__td .rc {
    line-height: 1.5;
    font-weight: 500;
  }
}

a.rc {
  color: inherit;
}
a.rc:hover {
  color: var(--primary);
}

.tag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.tag:last-child {
  margin-bottom: -10px;
}
.tag__item {
  margin-left: 10px;
  margin-bottom: 10px;
}
.tag__link {
  border: rgba(var(--primaryRgb), 0.15) 1px solid;
  padding: 4px 15px;
  background-color: transparent;
  border-radius: 20px;
  font-size: 16px;
  color: var(--second);
  line-height: 1.5;
}

.rc-tag {
  display: flex;
  margin-left: -10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: calc(100% + 10px);
  margin-bottom: -20px;
  padding-bottom: 20px;
}
.rc-tag__item {
  margin-left: 10px;
}
.rc-tag__link {
  border-radius: 20px;
  /*border: 1px solid rgba(var(--primaryRgb),.15);*/
  border: 1px solid transparent;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.5;
}
.active .rc-tag__link {
  background-color: rgba(var(--primaryRgb), 0.05);
  /*border-color: rgba(var(--primaryRgb),.5);*/
}
.rc-tag__link .rc__logo {
  margin: -3px 10px -3px -10px;
}
.rc-tag__all {
  display: none;
}
@media (min-width: 992px) {
  .rc-tag {
    margin-bottom: -10px;
    padding-bottom: 0;
    overflow: visible;
    flex-wrap: wrap;
    width: auto;
  }
  .rc-tag__item {
    margin-bottom: 10px;
  }
  .rc-tag__all {
    /*display: flex;*/
    flex: 0 0 auto;
    border-radius: 20px;
    margin-left: auto;
    font-weight: 500;
    color: var(--second);
  }
  .rc-tag__all .btn__icon {
    margin-left: 0;
    margin-right: -8px;
  }
  .rc-tag__all .btn__icon svg path {
    fill: var(--second);
  }
  .rc-tag__all .btn__icon:hover svg path {
    fill: var(--primary);
  }
  .rc-tag__all:hover {
    color: var(--primary);
  }
  .rc-tag__all:hover svg path {
    fill: var(--primary);
  }
}

.rc-list {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*overflow: hidden;*/
}
.rc-list__header {
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.rc-list__header .btn {
  white-space: nowrap;
}
.rc-list__tags {
  width: 100%;
  overflow: hidden;
}
.rc-list__toggle {
  margin-top: 10px;
}
.rc-list__toggle .btn {
  width: 100%;
}
.rc-list__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.rc-list__body .tbl,
.rc-list__body .map {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.rc-list__body .map {
  display: none;
}
.rc-list__body .map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .rc-list__header {
    padding: 30px 30px 20px;
    flex-direction: column;
    min-height: 99px;
    flex: 0 0 auto;
  }
  .rc-list__toggle {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .rc-list__toggle .btn {
    width: auto;
  }
  .rc-list__tags {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rc-list__tags.croped {
    height: 40px;
  }
  .rc-list__tags.croped .rc-tag__all {
    display: flex;
  }
  .rc-list__tags.croped.opened {
    height: auto;
  }
  .rc-list__tags.croped.opened .rc-tag__all .btn__icon {
    transform: rotate(180deg);
  }
}

.rc-search {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.rc-search .form__group {
  margin-bottom: 0;
}
.rc-search .form__control {
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-search .form__btn {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0;
}
.rc-search__dropdown {
  display: none;
  position: absolute !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 990;
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: calc(100vH - 226px);
  overflow-y: auto;
  overflow-x: hidden;
}
.rc-search__dropdown .count {
  margin-right: 10px;
  flex: 0 0 auto;
}
.rc-search__dropdown:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .rc-search .btn {
    border-color: transparent;
    background-color: transparent;
    padding: 9px;
  }
  .rc-search .btn__text {
    display: none;
  }
  .rc-search .btn__icon {
    margin-right: 0;
  }
  .rc-search .btn__icon svg path {
    fill: var(--primary);
  }
  .rc-search .btn:disabled .btn__icon svg {
    opacity: 0.5;
  }
  .rc-search .btn:disabled .btn__icon svg path {
    fill: var(--second);
  }
}
@media (min-width: 992px) {
  .rc-search {
    display: flex;
    padding: 30px 30px 0;
    background: transparent;
    margin-bottom: -70px;
    width: 60%;
  }
  .rc-search .form__group {
    width: 100%;
  }
  .rc-search .form__btn {
    position: relative;
    z-index: 991;
    right: 0;
    top: 0;
    margin-left: 10px;
  }
  .rc-search .btn__icon {
    display: none;
  }
  .rc-search__dropdown {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .rc-search {
    width: 50%;
  }
}

.dropdown {
  position: relative;
  border-radius: 8px;
}
.dropdown__item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: rgba(var(--primaryRgb), 0.15) 1px solid;
  position: relative;
  transition: 0.2s ease;
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__item:hover {
  background-color: rgba(var(--primaryRgb), 0.05);
}
.dropdown__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dropdown__menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  z-index: 900;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dropdown--right .dropdown__menu {
  left: auto;
  right: 0;
}
.opened .dropdown__menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.rc-photo {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.rc-photo__row {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  padding-left: 10px;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.rc-photo__item {
  width: 220px;
  margin-right: 10px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .rc-photo {
    margin-bottom: 30px;
  }
  .rc-photo__row {
    padding-left: 0;
    overflow: hidden;
  }
  .rc-photo__item {
    width: calc(33.33333333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }
  .rc-photo__item:nth-child(1), .rc-photo__item:nth-child(2), .rc-photo__item:nth-child(3) {
    display: block;
  }
}

.item-photo img {
  display: block;
  border-radius: 12px;
  transition: 1s ease;
}

a.item-photo {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
a.item-photo:hover img {
  transform: scale(1.05);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.gallery__item {
  padding-left: 4px;
  padding-right: 4px;
  width: 50%;
  margin-bottom: 8px;
}
.gallery__item img {
  width: 100%;
}
@media (min-width: 992px) {
  .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.step__num {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: rgba(var(--primaryRgb), 0.15) 1px solid;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .step {
    margin-bottom: 20px;
  }
  .step__num {
    width: 34px;
    height: 34px;
  }
}

.tbl {
  font-size: 12px;
  line-height: 1.66666667;
}
.tbl__header {
  display: none;
}
.tbl__header, .tbl__body {
  overflow-y: scroll;
  overflow-x: hidden;
  /*margin-right: -31px;*/
}
.tbl__header > *, .tbl__body > * {
  /*max-width: calc(100% - 20px);*/
  /*min-width: calc(100% - 20px);*/
}
.tbl__header {
  border-top: rgba(var(--primaryRgb), 0.15) 1px solid;
  border-bottom: rgba(var(--primaryRgb), 0.15) 1px solid;
}
.tbl__body {
  height: 100%;
}
.tbl__row {
  width: 100%;
  padding: 20px 0px 10px;
  border-bottom: 1px solid #dfe9f4;
  transition: 0.2s ease;
  position: relative;
}
.tbl__row:last-child {
  border: none;
}
.tbl__row:hover {
  background-color: rgba(var(--primaryRgb), 0.05);
}
.tbl__header .tbl__row {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(var(--secondRgb), 0.03);
  border: none;
}
.tbl__td {
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 10px;
  /*
  		&--load {
  			position: absolute;
  			left: 0;
  			top: 20px;
  			padding-right: 0;
  		}

  		&--load ~ & {
  			padding-left: 57px;
  		}
  */
}
@media (min-width: 576px) {
  .tbl {
    font-size: 14px;
  }
  .tbl__header {
    display: block;
  }
  .tbl__row {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 25px;
  }
  .tbl__td {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    width: 250px;
  }
  .tbl__td--rc {
    overflow: hidden;
    width: 28%;
  }
  .tbl__td--rc .rc {
    max-width: 100%;
  }
  .tbl__td--address {
    width: 33%;
  }
  .tbl__td--review {
    width: 22%;
  }
  .tbl__td--load {
    width: 17%;
  }
  .tbl__td--num {
    width: 12%;
  }
  .tbl__td--name {
    width: 30%;
  }
  .tbl__td--phone {
    width: 20%;
  }
  .tbl__td--mail {
    width: 22%;
  }
  .tbl__td--store, .tbl__td--phone, .tbl__td--mail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tbl__td--status {
    width: 16%;
  }
  .tbl__td--store {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .tbl__row {
    padding-left: 15px;
  }
  .tbl__td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tbl--contacts .tbl__body .tbl__row:first-child {
  padding-top: 0;
}
.tbl--contacts .tbl__body .tbl__td--phone,
.tbl--contacts .tbl__body .tbl__td--mail,
.tbl--contacts .tbl__body .tbl__td--status {
  margin-bottom: 2px;
  font-size: 14px;
  color: rgba(var(--bodyColorRgb), 0.7);
}
.tbl--contacts .tbl__body .tbl__td--phone:last-child,
.tbl--contacts .tbl__body .tbl__td--mail:last-child,
.tbl--contacts .tbl__body .tbl__td--status:last-child {
  margin-bottom: 10px;
}
.tbl--contacts .tbl__body .tbl__td--name {
  font-size: 16px;
}
.tbl--contacts .tbl__body .tbl__td--store {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .tbl--contacts .tbl__body .tbl__row:first-child {
    padding-top: 15px;
  }
  .tbl--contacts .tbl__body .tbl__td--phone,
.tbl--contacts .tbl__body .tbl__td--mail,
.tbl--contacts .tbl__body .tbl__td--status,
.tbl--contacts .tbl__body .tbl__td--name {
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--bodyColor);
  }
  .tbl--contacts .tbl__body .tbl__td--phone:last-child,
.tbl--contacts .tbl__body .tbl__td--mail:last-child,
.tbl--contacts .tbl__body .tbl__td--status:last-child,
.tbl--contacts .tbl__body .tbl__td--name:last-child {
    margin-bottom: 0;
  }
  .tbl--contacts .tbl__body .tbl__td--store {
    font-size: 16px;
  }
}
.tbl--employees .tbl__body .tbl__td--num,
.tbl--employees .tbl__body .tbl__td--phone,
.tbl--employees .tbl__body .tbl__td--mail {
  display: none;
}
.tbl--employees .tbl__body .tbl__td--status {
  font-size: 14px;
  color: rgba(var(--bodyColorRgb), 0.7);
}
.tbl--employees .tbl__body .tbl__td--name {
  font-size: 16px;
}
@media (min-width: 576px) {
  .tbl--employees .tbl__body .tbl__td--num,
.tbl--employees .tbl__body .tbl__td--phone,
.tbl--employees .tbl__body .tbl__td--mail {
    display: block;
  }
  .tbl--employees .tbl__body .tbl__td--status {
    color: var(--bodyColor);
  }
}
.tbl--providers .tbl__body .tbl__row:first-child {
  padding-top: 0;
}
.tbl--providers .tbl__body .tbl__row {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.tbl--providers .tbl__body .tbl__td--company {
  order: -1;
  font-size: 16px;
}
.tbl--providers .tbl__body .tbl__td--num {
  display: none;
}
.tbl--providers .tbl__body .tbl__td--name,
.tbl--providers .tbl__body .tbl__td--phone,
.tbl--providers .tbl__body .tbl__td--mail {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(var(--bodyColorRgb), 0.7);
}
@media (min-width: 576px) {
  .tbl--providers .tbl__body .tbl__row:first-child {
    padding-top: 15px;
  }
  .tbl--providers .tbl__body .tbl__row {
    flex-direction: row;
  }
  .tbl--providers .tbl__body .tbl__td--num {
    display: block;
  }
  .tbl--providers .tbl__body .tbl__td--name,
.tbl--providers .tbl__body .tbl__td--phone,
.tbl--providers .tbl__body .tbl__td--mail {
    margin-bottom: 0;
    color: var(--bodyColor);
  }
  .tbl--providers .tbl__body .tbl__td--company {
    order: 1;
    font-size: 14px;
  }
}

.count {
  display: flex;
  align-items: center;
  color: rgba(var(--secondRgb), 0.7);
}
.count__value {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(var(--secondRgb), 0.15);
  padding-top: 2px;
  line-height: 1.57142857;
  color: #ffffff;
}
.count__value--error {
  background-color: rgba(var(--errorRgb), 0.5);
}
.count__value--warning {
  background-color: rgba(var(--warningRgb), 0.5);
}
.count__value--success {
  background-color: rgba(var(--successRgb), 0.5);
}
.count__value svg {
  margin-top: -3px;
}
.count__value svg path {
  fill: #A0AAB2;
}
.count__title {
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobile-nav {
  margin: 10px -10px -10px -10px !important;
  padding: 0;
  list-style: none;
  display: flex;
  background: #ffffff;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.mobile-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(37, 108, 180, 0) 0%, #256CB4 100%);
  opacity: 0.1;
}
.mobile-nav__item {
  width: 100%;
  margin: 0;
}
.mobile-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 12px;
  color: var(--second);
}
.mobile-nav__link:hover, .active .mobile-nav__link {
  color: var(--primary);
}
.mobile-nav__link:hover .mobile-nav__icon svg circle,
.mobile-nav__link:hover .mobile-nav__icon svg path, .active .mobile-nav__link .mobile-nav__icon svg circle,
.active .mobile-nav__link .mobile-nav__icon svg path {
  fill: var(--primary);
}
.mobile-nav__icon img,
.mobile-nav__icon svg {
  width: 24px;
  height: 24px;
}
.mobile-nav__icon img circle,
.mobile-nav__icon img path,
.mobile-nav__icon svg circle,
.mobile-nav__icon svg path {
  fill: var(--second);
}
.mobile-nav__text {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

.dashboard {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.dashboard__item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.dashboard__item:last-child {
  margin-bottom: 10px;
}
.dashboard__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 24px;
  font-weight: 700;
  text-align: center;
  color: var(--bodyColor);
  font-size: 16px;
  line-height: 1;
}
.dashboard__icon {
  margin-bottom: 10px;
}
.dashboard__icon img,
.dashboard__icon svg {
  width: 32px;
  height: 32px;
}
.dashboard__icon img path,
.dashboard__icon svg path {
  fill: var(--bodyColor);
}
.dashboard__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard__list, .dashboard__all {
  display: none;
}
.dashboard__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard__nav-item {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.dashboard__nav-item .rc {
  line-height: 1.5;
}
.dashboard__nav-item .rc__logo {
  margin-top: -4px;
  margin-bottom: -4px;
}
.dashboard__all-link, .dashboard__nav-link {
  color: inherit;
}
.dashboard__all-link:hover, .dashboard__nav-link:hover {
  color: var(--primary);
}
.dashboard__content--help .dashboard__nav-link {
  color: var(--primary);
}
.dashboard__all-link {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px;
  display: block;
  border-top: 1px solid #dfe9f4;
  position: relative;
  font-weight: 700;
}
.dashboard__all-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 43px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  margin-bottom: 1px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .main--dashboard .dashboard {
    flex-flow: column wrap;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .dashboard__item {
    width: 33.33333333%;
  }
  .main--dashboard .dashboard__item {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    margin-bottom: 0;
    /*width: 33.33333333%;*/
    width: 50%;
  }
  .main--dashboard .dashboard__item--sm {
    height: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .main--dashboard .dashboard__item:last-child {
    margin-bottom: 0;
  }
  .dashboard__content {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 30px 0;
  }
  .dashboard__content--help {
    background-color: #f4f7fb;
  }
  .dashboard__list, .dashboard__all {
    display: block;
    width: 100%;
  }
  .dashboard__link, .dashboard__all {
    width: 100%;
    flex: 0 0 auto;
  }
  .dashboard__list {
    height: 100%;
    overflow: hidden;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    padding-bottom: 22px;
  }
  .dashboard__list.scroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .dashboard__content--help .dashboard__list.scroll::-webkit-scrollbar-track {
    border-left-color: #f4f7fb;
    border-right-color: #f4f7fb;
  }
  .dashboard__content--help .dashboard__list.scroll::-webkit-scrollbar-thumb {
    border-left-color: #f4f7fb;
    border-right-color: #f4f7fb;
  }
  .main--dashboard .dashboard__icon {
    display: none;
  }
  .main--dashboard .dashboard__link {
    display: block;
    height: auto;
    padding: 0;
    margin-bottom: 26px;
    text-align: left;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
    font-size: 24px;
    line-height: 1.17;
  }
  .dashboard__content--help {
    overflow: hidden;
    position: relative;
  }
  .dashboard__content--help .dashboard__icon {
    display: block;
    position: absolute;
    top: 50%;
    right: -9.5%;
    width: 200px;
    height: 200px;
    opacity: 0.15;
    transform: translate(0, -50%);
  }
  .dashboard__content--help .dashboard__icon svg {
    width: 200px;
    height: 200px;
  }
  .dashboard__content--help .dashboard__icon svg path {
    fill: var(--primary);
  }
}

.panel {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 27px 10px 10px 10px;
}
.panel.showen {
  display: block;
}
.panel__backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background: rgba(var(--secondRgb), 0.2);
}
.panel__backdrop.showen {
  display: block;
}
.panel__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}
.panel__close svg {
  opacity: 0.5;
  display: block;
  width: 20px;
  height: 20px;
}
.panel__close path {
  fill: var(--second);
}
.panel__header {
  margin-bottom: 20px;
}
.panel__header .btn {
  width: 100%;
}
.panel__subtitle {
  margin-bottom: 10px;
}
.panel--provider .panel__subtitle {
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(var(--bodyColorRgb), 0.5);
}
.panel__title .rc {
  font-size: 16px;
}
.panel__title .rc__logo {
  width: 40px;
  height: 40px;
}
.panel__controls {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.panel__controls .btn {
  width: 100%;
  margin-bottom: 10px;
}
.panel__controls .dropdown__menu {
  max-width: 100%;
}
.panel__controls .dropdown__item {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 576px) {
  .panel {
    padding-top: 40px;
  }
  .panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .panel__header .btn {
    width: auto;
    margin-left: 20px;
    flex: 0 0 auto;
  }
  .panel--contact .panel__header, .panel--provider .panel__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .panel--provider .panel__subtitle {
    font-size: 14px;
  }
  .panel__title {
    margin-bottom: 0;
  }
  .panel__controls {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .panel__controls .btn {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .panel__controls .dropdown__menu {
    right: 5px;
  }
}
@media (min-width: 992px) {
  .panel {
    left: auto;
    top: 30px;
    right: 30px;
    bottom: 30px;
    width: 792px;
    padding: 37px 30px;
  }
  .panel--review {
    width: 557px;
  }
  .panel--review .btn {
    width: auto;
    padding-left: 38px;
    padding-right: 38px;
  }
  .panel--add-employee, .panel--contact {
    width: 440px;
  }
  .panel--add-employee .btn, .panel--contact .btn {
    width: auto;
    padding-left: 38px;
    padding-right: 38px;
  }
  .panel--provider {
    width: 557px;
  }
  .panel__close {
    top: 15px;
    right: 15px;
  }
  .panel__title .rc {
    font-size: 24px;
  }
  .panel__title .rc__logo {
    width: 60px;
    height: 60px;
  }
  .panel__header {
    margin-bottom: 30px;
  }
  .panel__controls {
    margin-bottom: 48px;
    flex-wrap: nowrap;
  }
  .panel__controls .btn {
    width: auto;
    margin-bottom: 0;
    flex: 1 0 auto;
  }
  .panel__controls .btn--share .btn__text {
    display: none;
  }
}

.pane__item {
  margin-bottom: 30px;
}
.pane__item:last-child {
  margin-bottom: 0;
}
.pane__title {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--primary);
}
.pane__title + .pane__item {
  margin-top: 20px;
}
.pane__descr ul li {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pane__item {
    margin-bottom: 40px;
  }
  .pane__title {
    font-size: 20px;
  }
}

.contact {
  border-top: rgba(var(--primaryRgb), 0.15) 1px solid;
  padding-top: 30px;
}
.contact__item {
  margin-bottom: 10px;
}

.scheme {
  height: 0;
  padding-bottom: 42.5%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.scheme iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pane__title + .scheme {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .pane__title + .scheme {
    margin-top: 30px;
  }
}

.tabs__header {
  margin: 0 -10px 30px;
  overflow: hidden;
  position: relative;
}
.tabs__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(var(--primaryRgb), 0.15);
  height: 0;
}
.tabs__nav {
  display: flex;
  margin: 0;
  /*padding: 0 0 30px;*/
  list-style: none;
  /*overflow-x: auto;*/
  /*overflow-y: hidden;*/
  /*white-space: nowrap;*/
}
.tabs__nav.carousel {
  display: block;
}
.tabs__nav, .tabs__nav:last-child {
  /*margin-bottom: -30px;*/
  margin-bottom: 0;
}
.tabs__item {
  padding: 0 10px !important;
  margin-bottom: 0;
  width: auto !important;
}
.tabs .carousel__dots {
  display: none;
}
.tabs .carousel__button {
  width: 30px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 0;
  padding-bottom: 10px;
}
.tabs .carousel__button svg {
  width: 18px;
  height: 18px;
}
.tabs .carousel__button.is-prev, .tabs .carousel__button.is-next {
  top: 0;
  transform: none;
}
.tabs .carousel__button.is-next {
  right: 0;
  background: linear-gradient(-130deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.tabs .carousel__button.is-prev {
  left: 0;
  background: linear-gradient(130deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.tabs .carousel__button[disabled] {
  opacity: 0;
}
.tabs__link {
  border: none;
  /*border-bottom: 2px solid transparent;*/
  padding: 0 0 10px;
  margin: 0;
  background-color: transparent;
  position: relative;
  color: inherit;
}
.tabs__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.2s ease;
}
.active > .tabs__link:before {
  width: 100%;
}
.active > .tabs__link {
  border-bottom-color: var(--primary);
  color: var(--primary);
}
.tabs--pills .tabs__header {
  margin-bottom: 5px;
}
.tabs--pills .tabs__header:before {
  border-bottom: none;
}
.tabs--pills .tabs__nav {
  padding-left: 5px;
  padding-right: 10px;
}
.tabs--pills .tabs__item {
  padding-left: 5px;
  padding-right: 0;
}
.tabs--pills .tabs__link {
  padding: 10px 15px;
  background: #F4F7FB;
  border-radius: 12px;
  text-align: left;
}
.tabs--pills .tabs__link:before {
  display: none;
}
.tabs--pills .active .tabs__link {
  background-color: #ffffff;
}
.tabs--pills .tabs__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bodyColor);
}
.tabs--pills .tabs__note {
  display: block;
  margin-top: -5px;
  color: rgba(var(--bodyColorRgb), 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66666667;
}
.tabs__pane {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tabs__pane.show {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  .tabs__header {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
  }
  .tabs__item {
    padding: 0 15px !important;
  }
  .tabs__link {
    padding-bottom: 20px;
  }
  .tabs--pills .tabs__header {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -1px;
  }
  .tabs--pills .tabs__nav {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs--pills .tabs__item {
    padding-left: 0;
    padding-right: 1px;
    margin-left: 0;
    width: 25%;
  }
  .tabs--pills .tabs__link {
    width: 100%;
    padding: 22px 40px 21px;
    border-radius: 20px 20px 0 0;
  }
  .tabs--pills .tabs__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.16666667;
    color: rgba(var(--secondRgb), 0.7);
  }
  .tabs--pills .tabs__note {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .tabs--pills .active .tabs__title,
.tabs--pills .active .tabs__note {
    color: var(--second);
  }
  .tabs__nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabs__nav, .tabs__nav:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tabs .carousel__button svg {
    width: 24px;
    height: 24px;
  }
  .tabs .carousel__button.is-next {
    justify-content: flex-start;
  }
  .tabs .carousel__button.is-prev {
    justify-content: flex-end;
  }
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.icon-list__item {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.icon-list__item img,
.icon-list__item svg {
  display: block;
  width: 100%;
  height: auto;
}
.icon-list__item img path,
.icon-list__item svg path {
  fill: var(--second);
}

.param-table__item {
  margin-bottom: 30px;
}
.param-table__item:last-child {
  margin-bottom: 0;
}
.param-table__param {
  margin-bottom: 20px;
  color: rgba(var(--secondRgb), 0.7);
}
.param-table__value {
  font-size: 16px;
}
@media (min-width: 992px) {
  .param-table__item {
    display: flex;
  }
  .param-table__param {
    padding-top: 4px;
    width: 205px;
    padding-right: 20px;
    flex: 0 0 auto;
  }
  .param-table__value {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }
}

.item-address + .item-address {
  margin-top: 20px;
}
.item-address__text {
  margin-bottom: 10px;
}
.item-address + .tag {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .item-address + .item-address {
    margin-top: 30px;
  }
}

.timetable__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.timetable__item:last-child {
  margin-bottom: 0;
}
.timetable__item:before {
  content: "............................................................................................................................................................................................................";
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(var(--secondRgb), 0.3);
  font-size: 11px;
  letter-spacing: 0.05em;
}
.timetable__param {
  background-color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.timetable__value {
  background-color: #ffffff;
  width: 115px;
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .timetable:before {
    font-size: 12px;
  }
  .timetable__value {
    width: 145px;
  }
}

.add-review__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1.28571429;
}
.add-review__num {
  align-self: flex-start;
  margin-right: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: rgba(var(--primaryRgb), 0.15) 1px solid;
}
.add-review__title {
  padding-right: 10px;
  font-weight: 700;
}
.add-review__rating {
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .add-review__num {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .add-review__title {
    padding-right: 20px;
    font-weight: 500;
  }
  .add-review__rating {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.rating {
  display: flex;
}
.rating__item {
  cursor: pointer;
}
.rating__item svg {
  width: 24px;
  height: 24px;
}
.rating__item svg path {
  fill: rgba(var(--secondRgb), 0.3);
}
.rating__item.active svg path, .rating__item.checked svg path {
  fill: var(--warning);
}
@media (min-width: 992px) {
  .rating__item svg {
    width: 40px;
    height: 40px;
  }
}

.chat-search {
  position: relative;
  padding: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.chat-search__control {
  padding-right: 35px;
}
.chat-search__btn {
  background: transparent;
  margin: 0;
  padding: 10px;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.chat-search__btn svg {
  opacity: 0.5;
  display: block;
}
.chat-search__btn svg path {
  fill: var(--bodyColor);
}
@media (min-width: 992px) {
  .chat-search {
    padding: 30px 30px 13px;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
  }
  .chat-search__btn {
    padding: 10px;
    right: 30px;
    top: 30px;
  }
}

.chat-title {
  display: flex;
  align-items: center;
}
.chat-title__toggle {
  display: none;
  margin-right: 10px;
  margin-top: -3px;
  margin-bottom: -2px;
}
.chat-title__toggle svg path {
  fill: var(--primary);
}
.chat-title.active .chat-title__toggle {
  display: block;
}
@media (min-width: 992px) {
  .chat-title.active .chat-title__toggle {
    display: none;
  }
}

.chat {
  position: relative;
}
.chat__nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chat.active .chat__list {
  display: none;
}
.chat__list {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border-radius: 8px;
}
.chat__item {
  /*border-top: rgba(var(--primaryRgb),.15) 1px solid;*/
}
.chat__item:first-child {
  border-top: none;
}
.chat__item .rc {
  display: flex;
  padding: 15px 10px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.chat__item .rc__logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.chat__item .rc__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat__item .rc.active, .chat__item .rc:hover {
  background-color: rgba(var(--primaryRgb), 0.05);
}
.chat__item.active .rc {
  background-color: rgba(var(--primaryRgb), 0.05);
}
.chat__item--new .rc {
  padding-right: 45px;
}
.chat__new {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.chat__header {
  padding: 15px 10px;
  border-bottom: rgba(var(--primaryRgb), 0.15) 1px solid;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.chat__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.chat__title .rc__logo {
  width: 40px;
  height: 40px;
}
.chat__title .rc__name {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.chat__messages {
  height: 100%;
  overflow: hidden;
}
.chat__dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
  height: calc(100% - 70px);
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  flex-direction: column;
}
.chat.active .chat__dialog {
  display: flex;
}
.chat__form {
  padding: 10px;
  flex: 0 0 auto;
  position: relative;
}
.chat__form .form__group,
.chat__form .form__btn {
  margin: 0;
}
.chat__form .form__btn {
  display: none;
}
.chat__form .form__control {
  padding-right: 35px;
}
.chat__form .file {
  position: absolute;
  right: 5px;
  top: 0;
}
.chat__form .file__path {
  display: flex;
}
.chat__form .file__icon svg {
  display: block;
}
.chat__form .file__icon path {
  fill: rgba(var(--bodyColorRgb), 0.3);
}
.chat__form .file.filled .file__icon path {
  fill: var(--primary);
}
@media (min-width: 992px) {
  .chat {
    display: flex;
    flex-direction: row;
    height: 100%;
    background-color: #ffffff;
    border-radius: 24px;
  }
  .chat__item .rc {
    padding: 15px 30px;
  }
  .chat__item--new .rc {
    padding-right: 65px;
  }
  .chat__new {
    right: 30px;
  }
  .chat__dialog {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 0 0 auto;
  }
  .chat__nav {
    width: 31.18908382%;
  }
  .chat.active .chat__list {
    display: block;
  }
  .chat__list, .chat__dialog {
    background-color: transparent;
    border-radius: 0;
  }
  .chat__dialog {
    height: 100%;
    width: 68.81091618%;
    border-left: rgba(var(--primaryRgb), 0.15) 1px solid;
    display: flex;
    flex-direction: column;
    position: static;
  }
  .chat__header {
    /*padding: 34px 30px 37px;*/
    padding: 34px 30px 20px;
  }
  .chat__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.17;
  }
  .chat__title .rc__logo {
    display: none;
  }
  .chat__form {
    padding: 30px;
  }
  .chat__form .form {
    display: flex;
  }
  .chat__form .form__group {
    margin-right: 10px;
    width: 100%;
  }
  .chat__form .form__btn {
    display: block;
    flex: 0 0 auto;
  }
}

.back {
  display: none;
}
.back__link {
  display: flex;
  align-items: center;
  padding: 18px 15px;
}
.back svg {
  margin-right: 5px;
}
.back svg path {
  fill: var(--primary);
}
@media (min-width: 992px) {
  .back {
    display: block;
  }
  .back__link {
    padding: 18px 30px;
  }
}

.message-list {
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .message-list {
    padding: 30px;
  }
}

.item-message {
  margin-bottom: 10px;
  max-width: 85.71428571%;
}
.item-message__text {
  background-color: rgba(var(--primaryRgb), 0.15);
  border-radius: 12px;
  padding: 10px 15px 12px;
  font-size: 14px;
  line-height: 1.57142857;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item-message__text img {
  border-radius: 12px;
  margin: 10px -10px 10px;
  max-width: calc(100% + 20px);
}
.item-message__text img:first-child {
  margin-top: -5px;
}
.item-message__text img:last-child {
  /*margin-bottom: -5px;*/
}
.item-message__text:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 10px;
  width: 24px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12'%3e%3cpath fill='%23DFE9F4' fill-rule='evenodd' clip-rule='evenodd' d='M24 0L12 1.04907e-06L-1.04907e-06 2.09815e-06C6.5 1.5299e-06 12 5.5 12 12C12 5.5 17.5 5.68248e-07 24 0Z'/%3e%3c/svg%3e");
}
.item-message__detail {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.66666667;
  color: rgba(var(--bodyColorRgb), 0.7);
}
.item-message--my {
  margin-left: auto;
}
.item-message--my .item-message__text {
  background-color: #def5e2;
}
.item-message--my .item-message__text:before {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12'%3e%3cpath fill='%23def5e2' fill-rule='evenodd' clip-rule='evenodd' d='M24 0L12 1.04907e-06L-1.04907e-06 2.09815e-06C6.5 1.5299e-06 12 5.5 12 12C12 5.5 17.5 5.68248e-07 24 0Z'/%3e%3c/svg%3e");
}
.item-message--my .item-message__detail {
  text-align: right;
}
@media (min-width: 992px) {
  .item-message {
    width: 400px;
    max-width: 400px;
  }
  .item-message__text {
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
  .item-message__text img {
    border-radius: 12px;
    margin: 15px -10px 15px;
    max-width: calc(100% + 20px);
  }
  .item-message__text img:first-child {
    margin-top: -10px;
  }
}

.provider-info {
  line-height: 1.57142857;
}
.provider-info__item {
  margin-bottom: 30px;
}
.provider-info__item:last-child {
  margin-bottom: 0;
}
.provider-info__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.registration .container {
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}
.registration__header {
  margin-bottom: 46px;
}
.registration__header .main__title {
  margin-left: 0;
  margin-right: 0;
  min-height: auto;
  margin-bottom: 0;
}
.registration__header .btn {
  display: none;
}
.registration__sidebar {
  margin-bottom: 30px;
  color: rgba(var(--bodyColorRgb), 0.7);
}
@media (min-width: 768px) {
  .registration .brand {
    margin-left: 0;
    width: 278px;
  }
  .registration .brand img {
    width: 100%;
  }
  .registration__header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .registration__header .main__title {
    text-align: left;
    font-size: 34px;
    line-height: 1.235294;
  }
  .registration__header .btn {
    display: flex;
    margin-left: 20px;
  }
  .registration__row {
    display: flex;
  }
  .registration__sidebar {
    width: 34%;
    padding-right: 20px;
    flex: 0 0 auto;
  }
  .registration__main {
    width: 66%;
  }
  .login-form .registration__form {
    max-width: 100%;
    height: auto;
  }
  .registration__form .form__group {
    display: flex;
    align-items: center;
  }
  .registration__form .form__label {
    margin-bottom: 0;
    text-align: right;
    width: calc(50% + 10px);
    padding-right: 20px;
    flex: 0 0 auto;
  }
}

.fancybox__container .fancybox__backdrop {
  background-color: rgba(var(--bodyColorRgb), 0.2);
}
.fancybox__container .fancybox__slide {
  padding-top: 8px;
}
.fancybox__container .fancybox__content {
  /*width: 480px;*/
  /*max-width: 100%;*/
  border-radius: 12px;
  padding: 30px 30px;
}
.fancybox__container .fancybox__content > .carousel__button.is-close {
  top: 0;
  right: 0;
  color: rgba(var(--bodyColorRgb), 0.5);
  border-radius: 12px;
  width: 40px;
  height: 40px;
}
.fancybox__container .fancybox__content > .carousel__button.is-close:focus {
  outline: none !important;
  box-shadow: none;
}
.fancybox__container .fancybox__content > .carousel__button.is-close svg {
  filter: none;
  width: 18px;
  height: 18px;
}
.fancybox__container .fancybox__content > .carousel__button.is-close:hover {
  color: rgba(var(--bodyColorRgb), 0.8);
}
@media (min-width: 1024px) {
  .fancybox__container .fancybox__slide {
    padding-top: 64px;
  }
}

.modal--text .modal__title {
  text-align: center;
}

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content.modal--form {
  cursor: default;
}