/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  color: #0075FF;
  outline: none;
  transition: all 0.3s ease-out;
}
a:not(.btn, .main-tabs__tab):hover {
  color: #181945;
}

img {
  max-width: 100%;
}

button {
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

input, select, textarea {
  padding: 13px 22px;
  background: #fff;
  border: 1px solid #E3E5EC;
  border-radius: 8px;
  font-weight: 600;
  outline: none;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #A0AEC0;
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(160, 174, 192, 0.6);
}
input.error, select.error, textarea.error {
  border-color: red;
}

textarea {
  padding: 17px 21px;
  resize: none;
  min-height: 100px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 22px;
  margin: 9px 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #A0AEC0;
}
.select2-container--default .select2-selection {
  position: relative;
  border-color: #E3E5EC;
  border-radius: 8px !important;
}
.select2-container--default .select2-selection--single {
  height: unset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 11px 35px 11px 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #181945;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #A0AEC0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 8px;
  height: 6px;
  right: 18px;
  top: calc(50% - 3px);
  background: url("../images/chevron-down-grey.svg") no-repeat center/contain;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  padding: 2px 19px 11px 10px;
}
.select2-container--default .select2-selection--multiple textarea {
  min-height: unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 9px 0 0 9px;
  padding: 5px 11px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3px;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid rgba(0, 117, 255, 0.2);
  background: rgba(0, 117, 255, 0.1);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  padding: 0;
  position: unset;
  border: 0;
  background: url("../images/close-blue.svg") no-repeat center/contain;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #0075FF;
}
.select2-container--default .select2-results {
  border: 1px solid #E3E5EC;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(24, 25, 69, 0.06);
  overflow: hidden;
}
.select2-container--default .select2-results__option {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #00317B;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-results__option--selected {
  background-color: #E3E5EC;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F3F8FA;
  color: #00317B;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #A0AEC0 transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #A0AEC0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #A0AEC0;
}

.select2-dropdown {
  border: 0;
  background: transparent;
}
.select2-dropdown::before, .select2-dropdown::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
}

.select_calendar + .select2-container .select2-selection__placeholder {
  display: flex;
  align-items: center;
  gap: 4px;
}
.select_calendar + .select2-container .select2-selection__placeholder::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("../images/calendar.svg") no-repeat center/contain;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #181945;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.no-scroll {
  overflow: hidden;
}

.body-wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.content_home {
  position: relative;
  overflow: hidden;
}
.content_home::after {
  content: "";
  width: 100%;
  height: 510px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00317B));
  background: linear-gradient(180deg, transparent 0%, #00317B 100%);
}
.content_home .content-bg {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.content_home .content-bg::after {
  content: "";
  width: 100%;
  height: 510px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00317B));
  background: linear-gradient(180deg, transparent 0%, #00317B 100%);
}
.content_home .content-bg img {
  width: 100%;
  display: block;
  opacity: 0.2;
}
.content_home .page-title {
  margin: 50px 0;
}
.content_home .page-title span {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .content_home .page-title {
    margin: 31px 0 23px;
  }
}
@media screen and (max-width: 767px) {
  .content_home .page-title {
    margin: 44px 0 48px;
  }
  .content_home .page-title span {
    white-space: unset;
  }
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  min-width: 238px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #0075FF;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-out;
}
.btn svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  fill: #fff;
  transition: all 0.3s ease-out;
}
.btn:focus {
  border-color: #181945;
}
.btn:hover {
  background: #00317B;
}
.btn:active {
  background: #181945;
}
.btn_small {
  min-width: unset;
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #0075FF;
  font-size: 16px;
  color: #0075FF;
}
.btn_small svg {
  fill: #0075FF;
}
.btn_small:focus {
  border-color: #181945;
}
.btn_small:hover {
  background: #fff;
  border-color: #181945;
  color: #181945;
}
.btn_small:hover svg {
  fill: #181945;
}
.btn_small:active {
  color: #fff;
  background: #181945;
}
.btn_small:active svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
  .btn_small {
    padding: 7px;
  }
}

.auth-button {
  width: 24px;
  height: 24px;
  margin-left: 36px;
  display: block;
}
.auth-button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #00317B;
}

.notification-button {
  width: 38px;
  height: 38px;
}
.notification-button_hasNotice {
  position: relative;
}
.notification-button_hasNotice::before {
  content: "";
  width: 9.5px;
  height: 9.5px;
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 1;
  border-radius: 50%;
  background: #F90077;
}

.burger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: block;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #00317B;
    border-radius: 50%;
  }
  .burger span, .burger::before, .burger::after {
    width: 18px;
    height: 1.5px;
    position: absolute;
    left: 7px;
    top: 50%;
    display: block;
    background: #00317B;
    border-radius: 1.5px;
    transform-origin: center;
  }
  .burger::before, .burger::after {
    content: "";
  }
  .burger span {
    transform: translateY(-50%);
  }
  .burger::before {
    transform: translateY(calc(-50% - 5px));
  }
  .burger::after {
    transform: translateY(calc(-50% + 5px));
  }
  .burger_active span {
    display: none;
  }
  .burger_active::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .burger_active::after {
    transform: translateY(-50%) rotate(-45deg);
  }
}

.logo {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  color: #00317B;
  text-decoration: none;
}
.logo img {
  width: 45px;
  height: 47px;
  object-fit: contain;
}

.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: fit-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  background: #fff;
  border: 1px solid #E3E5EC;
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0px rgba(24, 25, 69, 0.06);
  transition: all 0.3s ease-out;
}

.user-dropdown {
  left: -122px;
}
.user-dropdown a {
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: rgba(24, 25, 69, 0.8);
  transition: all 0.3s ease-out;
}
.user-dropdown a svg {
  width: 38px;
  height: 38px;
  fill: #00317B;
}
.user-dropdown a:hover {
  background: #F3F8FA;
}
@media screen and (max-width: 767px) {
  .user-dropdown {
    left: unset;
    right: 0;
  }
}

.lang-switcher {
  padding: 0 14.5px;
  position: relative;
  font-weight: 600;
}
.lang-switcher:hover .lang-switcher__list {
  opacity: 1;
  transform: unset;
  pointer-events: unset;
}
.lang-switcher__current {
  display: flex;
  align-items: center;
  gap: 7.5px;
  color: #00317B;
  cursor: default;
}
.lang-switcher__current::after {
  content: "";
  width: 11px;
  height: 7px;
  margin-bottom: 2px;
  display: block;
  background: url("../images/chevron-down.svg") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.lang-switcher__list {
  width: 100%;
}
.lang-switcher__item {
  display: block;
  padding: 9px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: rgba(24, 25, 69, 0.8);
  transition: all 0.3s ease-out;
}
.lang-switcher__item:hover {
  background: #F3F8FA;
}

.search {
  width: 100%;
  display: flex;
  padding: 15px 17px 15px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transform: translateY(-100%);
  pointer-events: none;
  background: #fff;
  box-shadow: 0 100px 100px 0 rgba(24, 25, 69, 0.05);
  border-radius: 0 0 6px 6px;
  transition: all 0.3s ease-out;
}
.search.active {
  transform: unset;
  pointer-events: unset;
}
.search__icon {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 17px;
  top: calc(50% - 21px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0075FF;
}
.search__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.search__close {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 23px;
  top: calc(50% - 21px);
}
.search__close svg {
  width: 20px;
  height: 20px;
  fill: #012546;
  transition: all 0.3s ease-out;
}
.search__close:hover svg {
  fill: #0075FF;
}
.search input {
  width: 100%;
  border: 0;
  outline: none;
}

.notifications {
  width: 290px;
  left: -61px;
  padding: 16px 0;
  border-radius: 6px;
  border: 1px solid #E3E5EC;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(24, 25, 69, 0.06);
}
.notifications__header {
  padding: 0 16px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.notifications__title {
  margin: 0;
  font-weight: 700;
  color: rgba(0, 49, 123, 0.8);
}
.notifications__close {
  width: 20px;
  height: 20px;
  display: block;
}
.notifications__close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #A0AEC0;
  transition: all 0.3s ease-out;
}
.notifications__close:hover svg {
  fill: #F90077;
}
.notifications__list {
  padding: 0;
}
.notifications__item {
  padding: 9px 16px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 9px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.notifications__item-icon {
  width: 24px;
  height: 24px;
  grid-row: span 2;
  display: block;
  background: rgba(0, 117, 255, 0.1);
  border-radius: 8px;
}
.notifications__item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #00317B;
}
.notifications__item-title {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 49, 123, 0.8);
}
.notifications__item-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #A0AEC0;
}
.notifications__item_new .notifications__item-icon {
  background: #0075FF;
}
.notifications__item_new .notifications__item-icon svg {
  fill: #fff;
}
.notifications__item:hover {
  background: #F3F8FA;
}
.notifications__btn {
  margin: 9px 16px 0;
  width: calc(100% - 32px);
  font-size: 14px;
}

.breadcrumbs {
  margin: 21px 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #727FA1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.breadcrumbs__home {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: 3px;
}
.breadcrumbs__home svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: none;
  stroke: #727FA1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s ease-out;
}
.breadcrumbs__home:hover svg {
  stroke: #0075FF;
}
.breadcrumbs a {
  text-decoration: none;
  color: #727FA1;
}
.breadcrumbs a:hover {
  color: #0075FF;
}
.breadcrumbs > *:not(.breadcrumbs__home) {
  white-space: nowrap;
}
.breadcrumbs > *:not(.breadcrumbs__home)::before {
  content: "/";
  margin-right: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs > *:not(.breadcrumbs__home)::before {
    margin-right: 6px;
    margin-left: 2px;
  }
}

.input-search {
  position: relative;
}
.input-search svg {
  position: absolute;
  left: 22px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  fill: #0075FF;
}
.input-search input {
  width: 100%;
  padding: 17px 22px 17px 53px;
  background: transparent;
}

.input-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E5EC;
  border-radius: 8px;
}
.input-icon svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  fill: #0075FF;
}
.input-icon:not(.input-icon_active):hover {
  transition: all 0.3s ease-out;
  background: #F3F8FA;
}
.input-icon:not(.input-icon_active):hover svg {
  fill: #0075FF;
}
.input-icon:not(.input-icon_active):focus {
  border-color: rgba(160, 174, 192, 0.6);
  transition: none;
}
.input-icon:active {
  outline: none;
  border-color: #E3E5EC;
}
.input-icon_active {
  background: #181945;
  border-color: #181945;
}
.input-icon_active svg {
  fill: #fff;
}

.input-select {
  min-width: 300px;
  position: relative;
  border: 1px solid #E3E5EC;
  border-radius: 8px;
  background: #fff;
}
.input-select::after {
  content: "";
  width: 8px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: calc(50% - 3px);
  background: url("../images/chevron-down-grey.svg") no-repeat center/contain;
}
.input-select_active {
  border-color: rgba(160, 174, 192, 0.6);
}
.input-select_active::after {
  transform: rotate(180deg);
}
.input-select__placeholder, .input-select__current {
  padding: 11px 18px 11px 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #A0AEC0;
  cursor: pointer;
}
.input-select__placeholder svg, .input-select__current svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  fill: #A0AEC0;
}
.input-select__current {
  display: none;
  color: #181945;
}
.input-select__list {
  display: none;
  width: 100%;
  max-height: 310px;
  overflow-y: auto;
  margin: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #E3E5EC;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(24, 25, 69, 0.06);
  scrollbar-width: thin;
  scrollbar-color: #A0AEC0 transparent;
}
.input-select__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.input-select__list::-webkit-scrollbar-thumb {
  background-color: #A0AEC0;
}
.input-select__list_hasSublist .input-select__option {
  padding: 9px 20px;
}
.input-select__sublist {
  margin: 0 0 0 20px;
  border-left: 1px solid #E3E5EC;
}
.input-select__item {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #00317B;
}
.input-select__option {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease-out;
}
.input-select__option:hover {
  background: #F3F8FA;
}
.input-select__option_active {
  background: #F3F8FA;
}
.input-select ul {
  padding: 0;
  list-style: none;
}

.input-checkbox {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
}
.input-checkbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.input-checkbox input:checked + span {
  border-color: transparent;
  background: url("../images/radiobtn.svg") no-repeat center/contain;
}
.input-checkbox span {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
  border: 1px solid #E3E5EC;
  border-radius: 8px;
  background: #fff;
}
.input-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #727FA1;
}

.form-field label {
  margin-bottom: 11.5px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.form-field input, .form-field select {
  width: 100%;
}
.form-field .select2 {
  display: block;
  width: 100% !important;
}

.form-forgot-password {
  display: inline-block;
  margin: 10.5px 0 0;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #0075FF;
}

.select-multiple-buttons {
  width: 100%;
  display: flex;
}
.select-multiple-buttons select {
  flex-grow: 1;
  width: 100%;
  display: block;
}
.select-multiple-buttons .select2-selection {
  min-height: 100px;
}
.select-multiple-buttons__wrapper {
  margin-left: 16px;
  flex-shrink: 0;
  display: grid;
  gap: 9px;
  align-content: baseline;
}
.select-multiple-buttons__all, .select-multiple-buttons__reset {
  padding: 8px 12px;
}
.select-multiple-buttons__all {
  color: #39C07F;
  border-color: #39C07F;
}
.select-multiple-buttons__reset {
  color: #F90077;
  border-color: #F90077;
}
@media screen and (max-width: 1024px) {
  .select-multiple-buttons {
    display: block;
  }
  .select-multiple-buttons__wrapper {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .select-multiple-buttons__wrapper .btn {
    min-width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .select-multiple-buttons__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .select-multiple-buttons__wrapper .btn {
    font-size: 16px;
  }
}

.pagination {
  display: flex;
  gap: 6px;
}
.pagination__item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #5C7EB1;
  background: #fff;
  border: 1px solid #E3E5EC;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.pagination__item svg {
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
  fill: #5C7EB1;
  transition: all 0.3s ease-out;
}
.pagination__item:hover {
  border-color: #A0AEC0;
  color: #181945;
}
.pagination__item:hover svg {
  fill: #181945;
}
.pagination__item:active, .pagination__item_active {
  border-color: #0075FF;
  background: #0075FF;
  color: #fff;
}
.pagination__item:active svg, .pagination__item_active svg {
  fill: #fff;
}
.pagination__item_active {
  pointer-events: none;
  cursor: default;
}
.pagination__item_prev {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .pagination {
    justify-content: center;
  }
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(160, 174, 192, 0.86);
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.popup__block {
  width: 100%;
  max-width: 620px;
  margin: 50px auto;
  border-radius: 6px;
  background: #fff;
}
.popup__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  color: #fff;
  background: linear-gradient(180deg, #00284C 0%, transparent 100%), #00317B;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.popup__header-bg {
  min-width: 100%;
  max-width: unset;
  object-position: top;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  opacity: 0.2;
}
.popup__header-bg_animation {
  animation: popup-bg 8s ease-out;
  animation-fill-mode: forwards;
}
.popup__header-icon {
  width: 35px;
  height: 35px;
  position: relative;
}
.popup__header-icon img, .popup__header-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.popup__header-title {
  position: relative;
  margin: 9px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.5px;
  text-transform: uppercase;
}
.popup__lang {
  display: flex;
  gap: 8px;
  position: absolute;
  right: 68px;
  top: 21px;
  color: #A0AEC0;
}
.popup__lang span {
  opacity: 0.4;
  border-color: #A0AEC0;
}
.popup__lang a {
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}
.popup__lang a:hover {
  border-color: #A0AEC0;
  color: #0075FF;
}
.popup__lang > * {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-weight: 600;
  font-size: 13px;
}
.popup__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.popup__close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: 1;
}
.popup__close svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: #fff;
  transition: all 0.3s ease-out;
}
.popup__close:hover svg {
  fill: #0075FF;
}
.popup__body {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 42px 20px 68px;
  position: relative;
  border-radius: 0 0 6px 6px;
}
.popup__title {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #00317B;
  text-align: center;
}
.popup__form {
  width: 100%;
  display: grid;
  gap: 15.5px;
}
.popup__form .form-field {
  width: 100%;
  max-width: 390px;
}
.popup__buttons {
  margin-top: 26px;
  display: flex;
  gap: 11px;
}
.popup__submit {
  flex-grow: 1;
  padding: 17.5px 14px;
}
.popup__cancel {
  color: #F90077;
  border-color: #F90077;
}
@media screen and (max-width: 767px) {
  .popup__block {
    margin: 0 auto;
  }
  .popup__header {
    border-radius: 0;
  }
  .popup__buttons {
    flex-direction: column;
  }
  .popup__submit {
    min-width: unset;
    padding: 14px;
  }
  .popup__cancel {
    padding: 16.5px;
  }
  .popup__form .form-field {
    width: calc(100vw - 40px);
  }
}

#popup-login .popup__header {
  min-height: 220px;
  padding-bottom: 30px;
}
#popup-login .popup__header-icon {
  width: 42px;
  height: 42px;
}
#popup-login .popup__body {
  padding: 58px 20px 82px;
}
#popup-login .popup__form {
  margin-top: 37.5px;
  gap: 39.5px;
}
#popup-login .popup__buttons {
  margin-top: -23.5px;
}

@keyframes popup-bg {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.table-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #5C7EB1;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #5C7EB1;
}
.table th {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #A0AEC0;
  text-align: left;
}
.table td {
  padding: 20px;
  border: 1px solid transparent;
  border-top-color: #E3E5EC;
  vertical-align: top;
}
.table a {
  font-weight: 700;
  text-decoration: none;
}
.table .status-label {
  width: 100%;
}
.table .status-label-count .count {
  padding: 2px 8.5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  border-width: 2px;
}
.table .name {
  max-width: 50%;
  font-family: "Montserrat Alternates", "Montserrat", sans-serif;
  color: #0075FF;
}
.table tbody tr:first-child td:first-child {
  border-top-left-radius: 14px;
}
.table tbody tr:first-child td:last-child {
  border-top-right-radius: 14px;
}
.table tbody tr:last-child td {
  border-bottom-color: #E3E5EC;
}
.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}
.table tbody tr:nth-child(even) {
  background: #F3F8FA;
}
.table tbody tr td:first-child {
  border-left-color: #E3E5EC;
}
.table tbody tr td:last-child {
  border-right-color: #E3E5EC;
}
.table_analysis .name {
  width: 594px;
}
.table_analytics th {
  padding: 0 3px 11px;
}
.table_analytics th:first-child {
  padding-left: 0;
}
.table_analytics th:last-child {
  padding-right: 0;
}
.table_analytics th .input-search {
  width: 100%;
  font-size: 18px;
}
.table_analytics th .input-search svg {
  fill: #A0AEC0;
}
.table_analytics td p {
  margin: 0;
  width: 100%;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #A0AEC0 transparent;
}
.table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  margin: 0 20px;
  background-color: transparent;
  border: 1px solid #E3E5EC;
  border-radius: 4px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #A0AEC0;
  border-radius: 4px;
}
.table-wrapper_scroll-desktop {
  padding-bottom: 27px;
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .table-wrapper {
    padding-bottom: 27px;
    overflow-x: auto;
  }
}

.menu__header {
  display: none;
}
.menu > ul {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu > ul > li {
  padding-bottom: 14px;
}
.menu > ul > li > a {
  font-weight: 600;
  text-decoration: none;
  color: #A0AEC0;
}
.menu > ul > li > a:hover {
  color: #181945;
}
.menu .submenu {
  position: relative;
}
.menu .submenu > a {
  display: flex;
  align-items: center;
  gap: 3px;
}
.menu .submenu > a::after {
  /* content: ""; */
  width: 10px;
  height: 7px;
  display: block;
  background: url("../images/menu-chevron.svg") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.menu .submenu:hover > a {
  color: #181945;
}
.menu .submenu:hover > a::after {
  background-image: url("../images/menu-chevron-hover.svg");
}
.menu .submenu:hover .dropdown {
  opacity: 1;
  transform: unset;
  pointer-events: unset;
  transform: translateY(4px);
}
.menu .submenu .dropdown::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: -4px;
}
.menu .submenu .dropdown a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(24, 25, 69, 0.8);
}
.menu .submenu .dropdown > * {
  padding: 9px 26px;
  transition: all 0.3s ease-out;
}
.menu .submenu .dropdown > *:hover {
  background: #F3F8FA;
}
.menu__search {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu {
    width: 360px;
    height: 100vh;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: transform 0.5s ease-in-out;
  }
  .menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__header .auth-button {
    margin-left: 22px;
  }
  .menu__header .lang-switcher {
    margin-left: -12px;
  }
  .menu__close {
    margin-right: auto;
  }
  .menu > ul {
    margin-top: 18px;
    display: grid;
    gap: 7px;
  }
  .menu > ul > li {
    padding: 0;
  }
  .menu > ul > li > a {
    display: inline-block;
    width: fit-content;
    padding: 14px 0;
    font-size: 20px;
    line-height: 24px;
    color: #5C7EB1;
  }
  .menu .submenu > a {
    gap: 4px;
  }
  .menu .submenu > a::after {
    width: 13px;
    height: 8px;
    transform: rotate(180deg);
    background-image: url("../images/chevron-up-secondary.svg") !important;
  }
  .menu .submenu.open > a::after {
    transform: none;
  }
  .menu .submenu .dropdown {
    display: none;
    width: 100%;
    margin: 6px 0 0;
    padding: 12px 0;
    position: unset;
    transform: unset !important;
    opacity: 1;
    pointer-events: unset;
    box-shadow: none;
    transition: none;
  }
  .menu .submenu .dropdown::before {
    display: none;
  }
  .menu .submenu .dropdown li {
    padding: 0;
  }
  .menu .submenu .dropdown a {
    padding: 9px 12px;
    font-size: 16px;
    color: rgba(92, 126, 177, 0.8);
  }
  .menu .submenu:hover > a {
    color: #5C7EB1;
  }
  .menu__search {
    display: block;
    margin: 20px 0 0;
    position: relative;
  }
  .menu__search svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 22px;
    top: calc(50% - 9px);
    object-fit: contain;
    fill: #0075FF;
  }
  .menu__search input {
    width: 100%;
    padding: 21px 22px 21px 47px;
    border: none;
    background: #F3F8FA;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100vw;
  }
}
@media screen and (min-width: 1025px) {
  .menu .menu .dropdown {
    display: block !important;
  }
}

.header {
  padding: 13px 0 14px;
  background: #fff;
  box-shadow: 0 100px 100px 0 rgba(24, 25, 69, 0.1);
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #E3E5EC;
}
.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header__left, .header__right {
  display: flex;
  align-items: center;
}
.header__right {
  gap: 8px;
  justify-content: flex-end;
}
.header__right .logout-button {
  margin-left: 36px;
}
.header__menu {
  margin-top: 14px;
  margin-bottom: -14px;
  grid-column: span 2;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 23px;
}
.header__action {
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
}
.header__action svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #00317B;
}
.header__action:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 18.4px;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: #E3E5EC;
}
.header__action_notification:hover .dropdown, .header__action_user:hover .dropdown {
  opacity: 1;
  transform: unset;
  pointer-events: unset;
}
@media screen and (max-width: 1024px) {
  .header__wrapper {
    grid-template-columns: 3fr 1fr;
  }
  .header__left {
    gap: 57px;
  }
  .header__right .header__actions, .header__right .lang-switcher {
    display: none;
  }
  .header__menu {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    position: relative;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .header__left .burger {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__logo span {
    display: none;
  }
}

.footer {
  padding: 60px 0 40px;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer__logo {
  flex-shrink: 0;
  position: relative;
  opacity: 0.5;
  color: #A0AEC0;
}
.footer__logo img {
  filter: grayscale(1);
  opacity: 0.6;
}
.footer__logo:hover {
  opacity: 0.7;
  color: #A0AEC0 !important;
}
.footer__copyright {
  max-width: 1100px;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  font-size: 14px;
  color: #A0AEC0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 55px;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }
}

.registry-item {
  display: block;
  border-radius: 14px;
  border: 1px solid #E3E5EC;
  background: #F3F8FA;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.registry-item__header {
  min-height: 77px;
  padding: 11.5px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.registry-item__title {
  max-width: 1081px;
  margin: 0;
  font-family: "Montserrat Alternates", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0075FF;
}
.registry-item__toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #0075FF;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.registry-item__toggle::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #0075FF;
  border-radius: 50%;
  background: url("../images/arrow-right-blue.svg") no-repeat center/17px 8px;
  transition: all 0.3s ease-out;
}
.registry-item__toggle:hover {
  color: #00317B;
}
.registry-item__toggle:hover::after {
  border-color: #00317B;
  background-image: url("../images/arrow-right-hover.svg");
}
.registry-item__toggle_down::after {
  transform: rotate(90deg);
}
.registry-item__toggle_open::after {
  transform: rotate(-90deg);
}
.registry-item__date {
  white-space: nowrap;
  color: #0075FF;
}
.registry-item__body {
  display: none;
  padding: 19px;
  color: #181945;
}
.registry-item__body-title {
  margin: 0 0 30px;
  font-weight: 600;
}
.registry-item__body-table {
  display: grid;
  grid-template-columns: 300px minmax(140px, max-content);
  gap: 10px 20px;
}
.registry-item__body-table .wide {
  grid-column: span 2;
}
.registry-item__body-label {
  font-weight: 600;
  color: #727FAB;
}
.registry-item__body-value {
  min-height: 30px;
  margin: 10px 0 0;
  font-size: 14px;
}
.registry-item__body-value .status-label {
  min-width: 140px;
}
.registry-item__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.registry-item__action {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #959FB9;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.registry-item__action svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  fill: #959FB9;
  transition: all 0.3s ease-out;
}
.registry-item__action:hover {
  border-color: #0075FF;
}
.registry-item__action:hover svg {
  fill: #0075FF;
}
.registry-item__action:active {
  border-color: #181945;
}
.registry-item__action:active svg {
  fill: #181945;
}
.registry-item__action_remove {
  border-color: red;
}
.registry-item__action_remove svg {
  fill: red;
}
.registry-item__action_remove:hover {
  border-color: #932C6E;
}
.registry-item__action_remove:hover svg {
  fill: #932C6E;
}
.registry-item__btn {
  margin: 5px 0 0;
  width: 100%;
}
.registry-item_active {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .registry-item__header {
    border-bottom: 1px solid #E3E5EC;
    border-radius: 14px;
  }
  .registry-item__title {
    font-size: 14px;
    line-height: 24px;
  }
  .registry-item__toggle {
    font-size: 0;
  }
  .registry-item__date {
    font-size: 14px;
  }
  .registry-item__body-table_large {
    grid-template-columns: repeat(4, minmax(140px, max-content));
    gap: 40px;
  }
  .registry-item__body-table_large .registry-item__body-label {
    font-size: 14px;
    color: #A0AEC0;
  }
  .registry-item__body-table_large .registry-item__body-value {
    margin-top: 16px;
    font-weight: 600;
    color: #5C7EB1;
  }
  .registry-item__body-table_large .status-label {
    min-width: 210px;
  }
  .registry-item__body-table_large .status-label_fill {
    min-width: unset;
  }
  .registry-item_active {
    background: #F3F8FA;
  }
}
@media screen and (max-width: 767px) {
  .registry-item__header {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
  .registry-item__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .registry-item__body-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .registry-item__body-table_large {
    padding: 0 10px 0 21px;
    grid-template-columns: 1fr;
  }
  .registry-item__body-table_large .wide {
    grid-column: 1;
  }
  .registry-item__body-table_large .registry-item__body-value {
    margin-top: 9px;
  }
}

.registry__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.registry__header .input-search {
  flex-grow: 1;
  width: 50px;
}
.registry__add {
  padding: 15px 18px;
  font-size: 16px;
}
.registry__filter {
  display: none;
  width: 100%;
  margin: 30px 0 0;
}
.registry__filter-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 20px;
  color: #5C7EB1;
}
.registry__filter-title::after {
  content: "";
  width: 13px;
  height: 8px;
  display: block;
  background: url("../images/chevron-up-secondary.svg") no-repeat center/contain;
}
.registry__filter-title_open::after {
  transform: rotate(-180deg);
}
.registry__filter-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(auto, 300px) minmax(auto, 300px) minmax(auto, 300px) 1fr;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E5EC;
}
.registry__filter-wrapper select {
  display: block;
  width: 100%;
}
.registry__filter-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.registry__filter-clear {
  padding: 13px 22px;
  color: #F90077;
  border-color: #F90077;
}
.registry__filter-submit {
  padding: 13px 25px;
  font-size: 16px;
  background: #39C07F;
}
.registry__search-submit {
  min-width: 219px;
  padding: 17.5px 14px;
  border-radius: 0 8px 0 0;
}
.registry__input_wide {
  grid-column: span 2;
}
.registry__list {
  margin: 20px 0 0;
  display: grid;
  gap: 21px;
}
.registry__pagination {
  margin: 21px 0 0;
  justify-content: flex-end;
}
.registry_main {
  padding-bottom: 160px;
}
.registry_main .registry__header {
  gap: 0;
  background: #fff;
  border-radius: 8px 8px 14px 14px;
}
.registry_main .input-search input {
  height: 100%;
  border-radius: 8px 0 0 0;
  background: #F3F8FA;
}
.registry_main .registry__filter {
  margin: 0;
}
.registry_main .registry__filter-title {
  margin: 20px 24px;
  cursor: pointer;
}
.registry_main .registry__filter-wrapper {
  padding: 0 20px 24px;
  border: 0;
}
.registry_main .registry__list {
  margin: 42px 0 0;
}
.registry_main .registry-item__header {
  padding-left: 42px;
  padding-right: 45px;
}
.registry_main .registry-item__body {
  padding-left: 39px;
  padding-right: 39px;
}
.registry_main .registry-item_active {
  background: #F3F8FA;
}
@media screen and (max-width: 1024px) {
  .registry__header {
    gap: 0 10px;
  }
  .registry__filter-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .registry__filter-actions {
    margin-top: -11px;
    grid-column: span 2;
  }
  .registry__pagination {
    justify-content: center;
  }
  .registry_main .registry__list {
    margin-top: 24px;
  }
  .registry_main .registry-item__header {
    padding: 11.5px 19px;
  }
  .registry_main .registry__filter-wrapper {
    padding: 0 24px 24px;
  }
  .registry .input-select {
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .registry__search-submit {
    min-width: unset;
    font-size: 16px;
  }
  .registry__header {
    gap: 20px 6px;
  }
  .registry__filter {
    margin: 0;
    padding: 19px;
    border: 1px solid #E3E5EC;
    border-radius: 14px;
  }
  .registry__filter-wrapper {
    grid-template-columns: 1fr;
    border: 0;
    padding-bottom: 0;
  }
  .registry__filter-actions {
    gap: 8px;
    margin-top: 0;
    justify-content: flex-start;
    grid-column: 1;
  }
  .registry__filter-submit {
    padding: 13px 5px;
    order: -1;
    flex-grow: 1;
    min-width: unset;
    font-size: 14px;
  }
  .registry__filter-clear {
    padding: 13px 6px;
  }
  .registry__add {
    width: 100%;
  }
  .registry__input_wide {
    grid-column: 1;
  }
  .registry_main .registry__filter {
    border: 0;
    padding: 0;
  }
  .registry_main .registry-item__header, .registry_main .registry-item__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .registry_history .registry-item__header {
    display: block;
  }
}

.edit-form {
  border: 1px solid #E3E5EC;
  border-radius: 14px;
}
.edit-form__row {
  display: grid;
  grid-template-columns: 37.468% 1fr;
}
.edit-form__row:first-of-type .edit-form__left, .edit-form__row:first-of-type .edit-form__right {
  padding-top: 48px;
}
.edit-form__row_link + .edit-form__row_link .edit-form__left {
  padding-top: 2px;
}
.edit-form__left {
  padding: 12px 20px;
  font-weight: 600;
  color: #00317B;
  background: #F3F8FA;
}
.edit-form__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 318px;
  margin: 0 auto;
  border-bottom: 1px solid #E3E5EC;
}
.edit-form__label a {
  display: block;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}
.edit-form__right {
  padding: 12px 28px;
}
.edit-form__value {
  width: 100%;
  max-width: 820px;
}
.edit-form__value input, .edit-form__value textarea {
  display: block;
  width: 100%;
  color: #5C7EB1;
}
.edit-form__buttons {
  padding-bottom: 47px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
.edit-form__back {
  min-width: 157px;
  padding: 14px;
  font-size: 20px;
  color: #5C7EB1;
  border-color: #5C7EB1;
}
.edit-form__submit {
  min-width: 309px;
}
.edit-form__table {
  max-width: 1503px;
  border-top: 1px solid #E3E5EC;
  padding: 30px 63px 48px;
}
@media screen and (max-width: 1024px) {
  .edit-form {
    display: grid;
    gap: 16px;
    padding: 28px 28px 37px 38px;
    background: #F3F8FA;
  }
  .edit-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .edit-form__row:first-of-type .edit-form__left, .edit-form__row:first-of-type .edit-form__right {
    padding-top: 0;
  }
  .edit-form__row_right > div:not(.edit-form__right) {
    display: none;
  }
  .edit-form__row_empty {
    display: none;
  }
  .edit-form__row_white {
    margin: -16px -29px -38px -39px;
    padding-top: 20px;
    background: #fff;
  }
  .edit-form__row_white .edit-form__value {
    max-width: 100%;
  }
  .edit-form__left {
    padding: 0;
  }
  .edit-form__label {
    display: block;
    max-width: unset;
    line-height: 35px;
  }
  .edit-form__label a {
    line-height: 35px;
  }
  .edit-form__right {
    padding: 0;
  }
  .edit-form__buttons {
    padding: 25px 0 0;
  }
  .edit-form__table {
    position: relative;
    margin: 0 -29px 0 -39px;
    padding: 86px 0 0;
    background: #fff;
    border: 0;
  }
  .edit-form__table::before {
    content: "";
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F3F8FA;
    border: 1px solid #E3E5EC;
    border-top: 0;
    border-radius: 0 0 14px 14px;
  }
}
@media screen and (max-width: 767px) {
  .edit-form {
    margin: 0 -20px;
    padding: 28px 20px 37px 20px;
  }
  .edit-form__row_white {
    margin: -16px -20px -38px -20px;
    padding: 20px 20px 0;
  }
  .edit-form__buttons {
    padding: 12px 0 0;
    flex-direction: column;
  }
  .edit-form__submit {
    font-size: 20px;
    line-height: 1.5;
  }
  .edit-form__table {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .edit-form__table .table-wrapper {
    width: calc(100vw - 40px);
  }
  .edit-form__table .table-wrapper textarea {
    min-width: 190px;
  }
}

.analytics-select {
  margin: 64px 0 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  align-items: center;
  gap: 20px;
  position: relative;
  padding-left: 72px;
}
.analytics-select__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
}
.analytics-select__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.analytics-select__input {
  width: 100%;
  min-width: unset;
}
.analytics-select .select2-container {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .analytics-select_grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .analytics-select_grid-3 .span-2, .analytics-select_grid-3 .span-2 + .select2 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .analytics-select {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .analytics-select__logo {
    grid-row: span 2;
  }
  .analytics-select_grid-3 {
    grid-template-columns: 1fr;
  }
  .analytics-select_grid-3 .span-2, .analytics-select_grid-3 .span-2 + .select2 {
    grid-column: 1;
  }
}

.analytics-statistics {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 15px;
}
.analytics-statistics__item {
  padding: 17.5px 15.5px;
  display: grid;
  gap: 18px;
  border-radius: 8px;
  border-bottom: 1px solid #E3E5EC;
}
.analytics-statistics__item-icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 117, 255, 0.2);
}
.analytics-statistics__item-icon svg, .analytics-statistics__item-icon img {
  width: 31.5px;
  height: 31.5px;
  object-fit: contain;
  fill: #0075FF;
}
.analytics-statistics__item-value {
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  color: #0075FF;
}
.analytics-statistics__item-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #5C7EB1;
}
.analytics-statistics__item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
.analytics-statistics__item_large {
  padding: 24.5px 20px;
  gap: 0;
}
.analytics-statistics__item_large .analytics-statistics__item-value {
  margin: 20px 0;
  font-size: 72px;
}
.analytics-statistics__item_large .analytics-statistics__item-label {
  font-size: 24px;
}
.analytics-statistics__item_small {
  min-height: 102px;
  padding: 9px 12px;
  gap: 15px;
}
.analytics-statistics__item_small .analytics-statistics__item-value {
  font-weight: 400;
  font-size: 48px;
}
.analytics-statistics__item_small .analytics-statistics__item-label {
  font-size: 14px;
}
.analytics-statistics__item_cell-2 {
  grid-column: span 2;
}
.analytics-statistics__item_cell-3 {
  grid-column: span 3;
}
.analytics-statistics__item_cell-4 {
  grid-column: span 4;
}
@media screen and (max-width: 767px) {
  .analytics-statistics__item-value {
    font-size: 40px;
  }
  .analytics-statistics__item-label {
    font-size: 14px;
    white-space: pre-wrap;
  }
  .analytics-statistics__item-wrapper .analytics-statistics__item-icon {
    width: 42px;
    height: 42px;
  }
  .analytics-statistics__item-wrapper .analytics-statistics__item-icon svg, .analytics-statistics__item-wrapper .analytics-statistics__item-icon img {
    width: 20px;
    height: 20px;
  }
  .analytics-statistics__item-wrapper .analytics-statistics__item-value {
    margin: 13px 0;
    font-size: 48px;
  }
  .analytics-statistics__item-wrapper .analytics-statistics__item-label {
    font-size: 16px;
  }
  .analytics-statistics__item_small .analytics-statistics__item-value {
    font-size: 24px;
  }
  .analytics-statistics__item_small .analytics-statistics__item-label {
    font-size: 11px;
  }
}

.analytics-acts {
  display: flex;
  align-self: baseline;
  align-items: center;
}
.analytics-acts__item {
  display: grid;
  grid-template-rows: 1fr 1fr;
  flex-shrink: 0;
  overflow: hidden;
}
.analytics-acts__item span {
  padding: 11px 6px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.analytics-acts__item-wrapper {
  display: flex;
}
.analytics-acts > .analytics-acts__item {
  min-height: 196px;
}
.analytics-acts > .analytics-acts__item > span {
  padding: 17px 13px;
  font-size: 14px;
}
.analytics-acts > .analytics-acts__item:first-child {
  min-height: 226px;
  border-radius: 8px;
}
.analytics-acts > .analytics-acts__item:first-child span {
  padding: 29px 12px;
}
.analytics-acts > .analytics-acts__item:last-child {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1024px) {
  .analytics-acts {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .analytics-acts {
    width: 720px;
  }
}

.analytics {
  min-height: 500px;
  padding: 62px 0 78px;
  background: #fff;
  color: #181945;
}
.analytics__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
}
.analytics__title {
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .analytics__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .analytics__title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .analytics .table-wrapper {
    width: calc(100vw - 40px);
  }
  .analytics .chart {
    width: 724px;
  }
}

.analytics-risk {
  margin: 40px 0;
  display: grid;
  grid-template-columns: minmax(auto, 480px) minmax(auto, 993px);
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .analytics-risk {
    grid-template-columns: 1fr;
  }
}

.risk {
  padding: 44px 35px 45px;
}
.risk__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5C7EB1;
}
.risk__wrapper {
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: minmax(auto, 370px) 1fr;
  gap: 34px;
}
.risk__labels {
  align-self: baseline;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
  flex-shrink: 0;
}
.risk__label {
  overflow: hidden;
  max-width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 49, 123, 0.5);
}
.risk__chart {
  padding-bottom: 38px;
  display: flex;
  gap: 12px;
  flex-grow: 1;
}
.risk__chart::after {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  flex-shrink: 0;
  background: linear-gradient(180deg, #E3E5EC 0%, #00317B 100%);
}
.risk__chart-block {
  position: relative;
  padding-top: 24px;
  flex-grow: 1;
  background: linear-gradient(180deg, transparent 0%, transparent 96%, #F3F8FA 96%, #F3F8FA 100%), linear-gradient(90deg, #E3E5EC 0%, #E3E5EC 1%, transparent 1%, transparent 100%);
  background-size: 100% 25px, 19.97% 100%;
}
.risk__chart-item {
  width: 100%;
  height: 25px;
  background: #E3E5EC;
}
.risk__x {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -38px;
  display: flex;
  justify-content: space-between;
}
.risk__x span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 49, 123, 0.5);
}
@media screen and (max-width: 1024px) {
  .risk {
    padding: 32px 25px;
  }
  .risk__wrapper {
    grid-template-columns: minmax(auto, 272px) 1fr;
  }
  .risk__labels {
    gap: 10px;
  }
  .risk__label {
    font-size: 12px;
    line-height: 15px;
  }
  .risk__chart {
    gap: 10px;
    padding-bottom: 28px;
  }
  .risk__chart::after {
    width: 18px;
  }
  .risk__chart-block {
    padding-top: 17px;
    background-size: 100% 18px, 19.97% 100%;
  }
  .risk__chart-item {
    height: 18px;
  }
  .risk__x {
    bottom: -28px;
  }
  .risk__x span {
    font-size: 10px;
    line-height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .risk {
    padding: 0;
  }
  .risk__wrapper {
    margin: 22px 0 0;
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .risk__labels {
    margin: 0;
  }
  .risk__label {
    counter-increment: risk-counter;
  }
  .risk__label::before {
    content: counter(risk-counter) ". ";
  }
  .risk__chart {
    padding-left: 25px;
  }
  .risk__chart-block {
    padding-top: 13px;
    background-size: 100% 14px, 19.97% 100%;
  }
  .risk__chart-item {
    height: 14px;
    position: relative;
    counter-increment: risk-item;
  }
  .risk__chart-item::before {
    content: counter(risk-item);
    display: block;
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 49, 123, 0.5);
  }
}

.chart {
  padding: 36px 45px 31px 21px;
}
.chart__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #5C7EB1;
}
.chart__block {
  margin: 45px 0 0;
  padding-bottom: 70px;
  display: flex;
  gap: 21px;
  overflow: hidden;
}
.chart__y {
  min-height: 171px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 33px;
}
.chart__y span {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: rgba(0, 49, 123, 0.5);
}
.chart__y span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 21px);
  width: 9999px;
  border-top: 1px solid #E3E5EC;
}
.chart__x {
  padding: 9px 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.chart__item {
  flex-grow: 1;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chart__bar {
  display: block;
  background: #E3E5EC;
}
.chart__label {
  position: absolute;
  right: 20%;
  top: 100%;
  transform-origin: right;
  transform: rotate(-30deg);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 49, 123, 0.5);
}

.chart-circle {
  width: 178px;
  height: 178px;
  position: relative;
  border-radius: 50%;
}
.chart-circle::before, .chart-circle::after, .chart-circle__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #5C7EB1;
}
.chart-circle::before, .chart-circle::after {
  position: absolute;
  bottom: 7px;
}
.chart-circle::before {
  content: "0";
  left: -4px;
}
.chart-circle::after {
  content: "100";
  right: -14px;
}
.chart-circle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chart-circle__content {
  position: absolute;
  left: 50%;
  top: 65px;
  transform: translateX(-50%);
}
.chart-circle__value {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #0075FF;
}
.chart-circle__label {
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chart-circle {
    width: 118px;
    height: 118px;
  }
  .chart-circle::before, .chart-circle::after, .chart-circle__label {
    font-size: 11px;
  }
  .chart-circle__content {
    top: 38px;
  }
  .chart-circle__value {
    font-size: 17px;
  }
  .chart-circle__label {
    white-space: unset;
  }
}

.risk-runner {
  padding: 31px 61px;
  border-radius: 6px;
  background: #F3F8FA;
}
.risk-runner__title {
  margin: 0 0 41px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5C7EB1;
}
.risk-runner__chart {
  max-width: 1300px;
  margin: 0 auto;
}
.risk-runner__values {
  height: 95px;
  position: relative;
  border-bottom: 1.5px solid rgb(0, 117, 255);
}
.risk-runner__values::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 1.5px solid rgb(0, 117, 255);
}
.risk-runner__values span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  transform: translateX(-50%);
  z-index: 1;
  flex-shrink: 0;
  display: block;
  background: #0075FF;
  border: 3px solid #F3F8FA;
  border-radius: 50%;
}
.risk-runner__x {
  padding-top: 21px;
  display: grid;
  grid-template-columns: repeat(10, 30px);
  justify-content: space-between;
}
.risk-runner__x span {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 49, 123, 0.5);
}
.risk-runner__x span::before {
  content: "";
  height: 103px;
  width: 1.5px;
  position: absolute;
  bottom: calc(100% + 13px);
  left: 50%;
  background: #E3E5EC;
}
.risk-runner__x span:first-child {
  text-align: left;
}
.risk-runner__x span:first-child::before {
  left: 0;
}
.risk-runner__x span:last-child {
  text-align: right;
}
.risk-runner__x span:last-child::before {
  left: unset;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .risk-runner {
    min-width: 1480px;
  }
  .risk-runner__chart {
    margin: 0;
  }
}

.page-title {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.page-title img {
  max-width: 48px;
  max-height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-title span {
  display: block;
  color: #00317B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-title_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-title_no-ellipsis span {
  white-space: unset;
}
@media screen and (max-width: 1024px) {
  .page-title {
    margin: 20px 0 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .page-title span {
    display: -webkit-box;
    text-overflow: unset;
    white-space: unset;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.page-subtitle {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.page-subtitle__back {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #E3E5EC;
  border-radius: 50%;
}
.page-subtitle__back svg {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -o-object-fit: contain;
  object-fit: contain;
  fill: #5C7EB1;
  transition: all 0.3s ease-out;
}
.page-subtitle__back:hover {
  border-color: #A0AEC0;
}
.page-subtitle__back:hover svg {
  fill: #181945;
}
.page-subtitle__back:active {
  border-color: #0075FF;
  background: #0075FF;
}
.page-subtitle__back:active svg {
  fill: #fff;
}
.page-subtitle__content {
  grid-column: 2;
  width: calc(100% - 66px);
  max-width: 1040px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #5C7EB1;
}
.page-subtitle__descr {
  padding-left: 66px;
  max-width: 1034px;
  grid-column: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #5C7EB1;
}
.page-subtitle__descr > * {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .page-subtitle {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-subtitle {
    gap: 11px;
  }
  .page-subtitle__back {
    width: 28px;
    height: 28px;
  }
  .page-subtitle__content {
    width: calc(100% - 39px);
    min-height: 28px;
    font-size: 16px;
  }
  .page-subtitle__descr {
    padding-left: 39px;
    font-size: 12px;
  }
}

.status-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.status-labels > * {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 208px;
}

.status-label {
  padding: 2px 8.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
  border: 2px solid #0075FF;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #0075FF;
  white-space: nowrap;
  background: #fff;
}
.status-label::before {
  width: 12px;
  height: 12px;
}
.status-label_thin {
  padding: 5px 12px;
  gap: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  border-width: 1px;
}
.status-label_thin::before {
  width: 14px;
  height: 14px;
}
.status-label_thin .status-label_ok::before {
  background-image: url("../images/check.svg");
}
.status-label_ok {
  border-color: #39C07F;
  color: #39C07F;
}
.status-label_ok::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/check-bold.svg") no-repeat center/contain;
}
.status-label_warning, .status-label_fail {
  border-color: #F90077;
  color: #F90077;
}
.status-label_warning::before, .status-label_fail::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/warning.svg") no-repeat center/contain;
}
.status-label_fail::before {
  background-image: url("../images/error.svg");
}
.status-label_notice {
  border-color: #DEA000;
  color: #DEA000;
}
.status-label_notice::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/notice.svg") no-repeat center/contain;
}
.status-label_light, .status-label_medium, .status-label_hard {
  color: #fff;
}
.status-label_light {
  background: #A0AEC0;
  border-color: #A0AEC0;
}
.status-label_medium {
  background: #5C7EB1;
  border-color: #5C7EB1;
}
.status-label_hard {
  background: #181945;
  border-color: #181945;
}

.status-label-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.status-label-count .status-label {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.status-label-count .count {
  padding: 5px 12px;
  border: 1px solid #A0AEC0;
  border-radius: 0 8px 8px 0;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  color: #A0AEC0;
}

.blue-bg {
  background: #00317B;
  color: #fff;
}

.main-tabs {
  margin: 100px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-tabs__tab {
  padding: 9px 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
}
.main-tabs__tab:hover:not(.main-tabs__tab_active) {
  color: #0075FF;
}
.main-tabs__tab_active {
  background: #0075FF;
}
@media screen and (max-width: 1024px) {
  .main-tabs__tab {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-tabs {
    gap: 10px;
  }
  .main-tabs__tab {
    padding: 9px;
    font-size: 13px;
  }
}

.white {
  background: #fff;
  color: #181945;
}

.organizations {
  padding: 60px 0 132px;
}

@media screen and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

.tablet-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tablet-show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}