/*! 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 */
}

.color-list {
  list-style: none;
  padding: 0;
}

.color-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.color-icon {
  width: 39px;
  height: 20px;
  margin-left: 0px;
  border-radius: 20px;
}

/* 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;
}

img {
  max-width: 100%;
}

body {
  min-width: 1260px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #181945;
}
body.has-sidebar .container {
  margin-left: 54px;
  width: calc(100% - 54px);
}
@media screen and (min-width: 1408px) {
  body.has-sidebar .container {
    margin-left: auto;
    width: 100%;
  }
}
body.has-sidebar .container_medium {
  margin-left: 310px;
  width: calc(100% - 310px);
}
@media screen and (min-width: 2121px) {
  body.has-sidebar .container_medium {
    margin-left: auto;
    width: 100%;
  }
}

a {
  font-weight: 700;
  text-decoration: none;
  color: #0075FF;
  transition: all 0.3s ease-out;
}

.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;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.container_medium {
  max-width: 1460px;
}
.container_large {
  max-width: 1600px;
}

.btn, button {
  padding: 15px;
  min-width: 238px;
  display: inline-block;
  text-align: center;
  background-color: #0075FF;
  border-radius: 6px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.btn img, .btn svg, button img, button svg {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.btn:hover, button:hover {
  background-color: #012546;
}
.btn:active, button:active {
  background-color: #1F1F1F;
}
.btn_white, button_white {
  background-color: #fff;
  font-size: 16px;
  color: #004D7B;
}
.btn_white img, .btn_white svg, button_white img, button_white svg {
  width: 24px;
  height: 24px;
  fill: #004D7B;
}
.btn_white:hover, button_white:hover {
  background-color: #F3F8FA;
}
.btn_white:active, button_white:active {
  color: #fff;
  background-color: #1F1F1F;
}
.btn_white:active svg, button_white:active svg {
  fill: #fff;
}
.btn_icon, button_icon {
  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: 12px;
}

.page-title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
}

.section-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 17px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #1F1F1F;
}
.section-title span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background: #00317B;
}

.right-buttons {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 20px rgba(163, 173, 183, 0.2);
  box-shadow: 0 2px 20px rgba(163, 173, 183, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.scroll-up {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: unset;
  border-radius: 0;
}
.scroll-up svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #00317B;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-up:active svg {
  fill: none;
  stroke: #fff;
}

.chat-button {
  min-width: unset;
  padding: 50px 20px;
  text-align: left;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: block;
  font-family: "Roboto Flex", sans-serif;
  background-color: #004D7B;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.chat-button:hover {
  background-color: #012546;
}
.chat-button:active {
  background-color: #1F1F1F;
}

.no-scroll {
  overflow: hidden !important;
  margin-right: 17px !important;
}

.dropdown__title {
  cursor: pointer;
}
.dropdown__content {
  display: none;
}

.buttons-wrapper {
  margin: 29px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.buttons-wrapper .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttons-wrapper .btn {
  min-width: unset;
  padding: 9px 20px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  transition: all 0.3s ease-out;
}
.buttons-wrapper .btn:hover {
  opacity: 0.8;
}
.buttons-wrapper .btn_white {
  padding: 8px 19px;
  color: #727FA1;
  border: 1px solid #727FA1;
}

.admin-panel {
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 22px 20px;
  border-radius: 6px;
  background: rgba(114, 127, 161, 0.16);
}
.admin-panel__title {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #727FA1;
}
.admin-panel__wrapper {
  margin: 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.admin-panel__btn {
  padding: 9px 18px;
  font-weight: 600;
  font-size: 11px;
  line-height: 148%;
  color: #fff;
  background: #0178BC;
  border-radius: 4.874px;
  transition: all 0.3s ease-out;
}
.admin-panel__btn:hover {
  background: #0075FF;
}

.actions {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.actions__btn {
  min-width: 140px;
  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;
  gap: 7px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #727FA1;
  border: 1px solid #F3F8FA;
  border-radius: 6px;
}
.actions__btn:hover {
  background: #F3F8FA;
}
.actions__btn:active {
  background: #1f1f1f;
  color: #fff;
}
.actions__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #727FA1;
}
.actions__btn svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.actions__back {
  margin-right: auto;
}
.actions__delete {
  min-width: 160px;
  background: #FF6A97;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-out;
}
.actions__delete svg {
  stroke: #fff;
}
.actions__delete:hover {
  background: #f40049;
}

.tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 9px -5px;
  position: relative;
}
.tooltip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #B5BBCA;
  background-image: url("../images/icon-question.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.tooltip__content {
  width: 412px;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: calc(100% + 19px);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 8.82px 19.5px 0 rgba(140, 154, 187, 0.14);
  box-shadow: 0 8.82px 19.5px 0 rgba(140, 154, 187, 0.14);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #727fa2;
  transition: all 0.3s ease-out;
}
.tooltip__content b, .tooltip__content strong {
  font-weight: 600;
  font-size: 14px;
  color: #012546;
}
.tooltip__content > * + * {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .tooltip__content {
    left: calc(100% + 19px);
    top: -12px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.tooltip:hover::before {
  background-color: #0075FF;
}
.tooltip:hover .tooltip__content {
  opacity: 1;
}

.copy-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #B5BBCA;
  transition: all 0.3s ease-out;
}
.copy-field__btn {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  cursor: pointer;
}
.copy-field__btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: none;
  stroke: #727fa2;
  transition: all 0.3s ease-out;
}
.copy-field__btn:hover svg {
  stroke: #0075FF;
}
.copy-field_copied {
  border-color: #0075FF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.copy-field_copied .copy-field__btn svg {
  stroke: #0075FF;
}

.logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
.logo__icon {
  width: 50px;
  height: 50px;
  display: block;
  flex-shrink: 0;
  fill: none;
  stroke: #0075FF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.logo__name {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #083855;
}

.lang {
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: #004D7B;
}
.lang__current {
  padding: 13px 12px 13px 18.5px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
.lang__current::after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
}
.lang__list {
  width: 100%;
  padding: 15px 17.5px;
  position: absolute;
  left: 0;
  top: calc(100% - 6px);
  z-index: 1;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 20px rgba(24, 25, 69, 0.1);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-out;
}
.lang__item {
  display: block;
  font-weight: 600;
  color: #004D7B;
  transition: all 0.3s ease-out;
}
.lang__item:hover {
  color: #0075FF;
}
.lang:hover .lang__list {
  opacity: 1;
  pointer-events: unset;
  transform: unset;
}

.ui-datepicker {
  padding: 20px;
  background: #fff;
  box-shadow: 0 100px 100px rgba(24, 25, 69, 0.05);
  border-radius: 6px;
}
.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ui-datepicker-title {
  order: -1;
  margin-right: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #00317B;
}
.ui-datepicker-prev, .ui-datepicker-next {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.ui-datepicker-prev {
  transform: rotate(180deg);
}
.ui-datepicker-calendar {
  margin: 24px 0 0;
  border-collapse: collapse;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 6px;
}
.ui-datepicker-calendar th {
  font-weight: 700;
  font-size: 11px;
  color: #727FA2;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.ui-datepicker-calendar td a {
  padding: 11.5px 0;
  display: block;
  font-weight: 600;
  color: #0178BC;
}
.ui-datepicker-calendar td:hover, .ui-datepicker-calendar td.ui-datepicker-today {
  background: rgba(0, 117, 255, 0.2);
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  background: #0075FF;
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-other-month {
  background: #FCFCFC;
}
.ui-datepicker-calendar td.ui-datepicker-other-month a {
  color: #B5BBCA;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable {
  opacity: 0.3;
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 12;
  background: #fff;
  box-shadow: 0 100px 100px rgba(24, 25, 69, 0.1);
  border-radius: 0 0 6px 6px; 
}
.header .container {
  margin-left: auto !important;
  width: 100% !important;
}
.header__inner {
  padding: 11px 0;
  display: flex;
  align-items: center;
  
  
  position: relative;
}
.header__column {
  width: 100%;
  max-width: 600px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.header__column_right {
  justify-content: flex-end;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__auth {
  min-width: 160px;
  padding: 14px 15px 15px;
  font-size: 14px;
}
.header__lang {
  margin-left: 17px;
}
.header__menu-list {
  margin-left: 0px;
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
}
.header__menu-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 31, 31, 0.8);
  transition: all 0.3s ease-out;
}
.header__menu-link_download {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(0, 49, 123, 0.8);
}
.header__menu-link_download::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("../images/icon-download-blue-2.svg") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.header__menu-link_download:hover::before {
  background-image: url("../images/icon-download-blue.svg");
}
.header__menu-link:hover {
  color: #0075FF;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__action {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}
.header__action svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
  fill: none;
  stroke: #012546;
}
.header__action svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header__action:hover {
  background: #F3F8FA;
}
.header__action:active {
  border: 1px solid #012546;
}
.header__notifications {
  position: relative;
}
.header__notifications-block {
  width: 210px;
  padding: 20px 12px 6px;
  position: absolute;
  left: calc(50% - 110px);
  top: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 20px rgba(163, 173, 183, 0.2);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-out;
}
.header__notifications-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 31, 31, 0.8);
}
.header__notifications-clear {
  width: 30px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background: none;
}
.header__notifications-clear svg {
  width: 12px;
  height: 15px;
  fill: none;
  stroke: #B5BBCA;
  transition: all 0.3s ease-out;
}
.header__notifications-clear svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header__notifications-clear:hover {
  background: none;
}
.header__notifications-clear:hover svg {
  stroke: #D90000;
}
.header__notifications-item {
  margin: 12px 0;
  padding-left: 31px;
  display: block;
  position: relative;
}
.header__notifications-item-title {
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 49, 123, 0.8);
  transition: all 0.3s ease-out;
}
.header__notifications-item-date {
  margin: 0;
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  line-height: 17px;
  color: #727FA2;
}
.header__notifications-item .header__action {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #F3F8FA;
}
.header__notifications-item_new .header__action {
  background: rgba(17, 204, 229, 0.2);
}
.header__notifications-item_new .header__action svg {
  stroke: #0075FF;
}
.header__notifications-item:hover .header__notifications-item-title {
  color: #0075FF;
}
.header__notifications-all {
  padding: 6.5px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #727FA2;
  background: #fff;
  border: 1px solid #727FA2;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.header__notifications-all:hover {
  background: #727FA2;
  color: #fff;
}
.header__notifications:hover .header__action {
  background: #F3F8FA;
}
.header__notifications:hover .header__notifications-block {
  opacity: 1;
  pointer-events: unset;
  transform: unset;
}
.header__user {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 31, 31, 0.8);
  position: relative;
}
.header__user-menu {
  display: grid;
  gap: 12px;
  min-width: 227px;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 20px rgba(163, 173, 183, 0.2);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-out;
}
.header__user-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(31, 31, 31, 0.8);
  transition: all 0.3s ease-out;
}
.header__user-link svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: none;
  stroke: #727FA2;
  transition: all 0.3s ease-out;
}
.header__user-link svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header__user-link:hover {
  color: #0075FF;
}
.header__user-link:hover svg {
  stroke: #0075FF;
}
.header__user:hover .header__action {
  background: #F3F8FA;
}
.header__user:hover .header__user-menu {
  opacity: 1;
  pointer-events: unset;
  transform: unset;
}

.footer {
  padding: 60px 0 70px;
}
.footer__logo {
  margin: 0 auto;
  width: fit-content;
}
.footer__logo .logo__icon {
  stroke: #B5BBCA;
}
.footer__logo .logo__name {
  color: #B5BBCA;
}
.footer__menu {
  margin: 41px 0 0;
}
.footer__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 63px;
  list-style: none;
}
.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5px;
  color: rgba(31, 31, 31, 0.4);
  transition: color 0.3s ease-out;
}
.footer__link_download {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: rgba(181, 187, 202, 0.8);
}
.footer__link_download::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icon-download-grey.svg") no-repeat center/contain;
  transition: background-image 0.3s ease-out;
}
.footer__link_download:hover::before {
  background-image: url("../images/icon-download-blue.svg");
}
.footer__link:hover {
  color: #0075FF;
}

#bottomFrame {
  position: relative;
  margin-left: 0px;
  height: 200px; 
  border: none; 
}
.sidebar {
  padding: 12px 9px;
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 100px 100px rgba(24, 25, 69, 0.05);
  transition: width 0.3s ease-out, padding 0.3s ease-out;
  
}
.sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__item {
  position: relative;
}
.sidebar__item_active .sidebar__link {
  background: rgba(0, 117, 255, 0.12);
  color: rgba(0, 117, 255, 0.8);
}
.sidebar__item_active .sidebar__link svg {
  stroke: #0075FF;
}
.sidebar__item:hover .sidebar__link {
  background: rgba(0, 117, 255, 0.12);
  color: rgba(0, 117, 255, 0.8);
}
.sidebar__item:hover .sidebar__link svg {
  stroke: #0075FF;
}
.sidebar__item:hover .sidebar__submenu {
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.sidebar__link {
  width: 46px;
  padding: 12px 13px;
  display: flex;
  gap: 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: rgba(1, 37, 70, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.3s ease-out, width 0.3s ease-out, padding 0.3s ease-out;
}
.sidebar__link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
  fill: none;
  stroke: #727FA2;
  transition: all 0.3s ease-out;
}
.sidebar__link svg path {
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sidebar__link span {
  white-space: nowrap;
}
.sidebar__submenu {
  width: 243px;
  position: absolute;
  left: calc(100% + 16px);
  top: 0;
  z-index: 1;
  transform: translateX(-16px);
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding: 11px 20px;
  list-style: none;
  background: #fff;
  box-shadow: 0 2px 20px rgba(163, 173, 183, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.sidebar__submenu::before {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  left: -16px;
  top: 0;
}
.sidebar__submenu-item_active .sidebar__submenu-link {
  color: #0075FF;
}
.sidebar__submenu-link {
  padding: 9px 0;
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #727FA2;
  transition: all 0.3s ease-out;
}
.sidebar__submenu-link:hover {
  color: #0075FF;
}
.sidebar_opened {
  padding: 12px 19px 12px 12px;
}
.sidebar_opened .sidebar__toggle svg {
  transform: rotate(180deg);
}
.sidebar_opened .sidebar__link {
  width: 280px;
  padding: 12px 8px;
}

.toggle-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #727FA1;
  position: relative;
}
.toggle-checkbox span {
  width: 42px;
  height: 23px;
  display: block;
  background: #F3F8FA;
  border-radius: 200px;
  position: relative;
  transition: all 0.3s ease-out;
}
.toggle-checkbox span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 4px;
  border-radius: 100px;
  background: rgba(181, 187, 202, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04) inset;
  transition: all 0.3s ease-out;
}
.toggle-checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.toggle-checkbox input:checked + span {
  background: #0075FF;
}
.toggle-checkbox input:checked + span::before {
  left: 21px;
  background: #fff;
}
.toggle-checkbox p {
  margin: 0;
}

.form__field {
  margin: 16px 0;
}
.form__field label.error {
  display: none !important;
}
.form__field_date {
  position: relative;
}
.form__field_date::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13px;
  top: 15px;
  z-index: 1;
  pointer-events: none;
  background: url("../images/calendar.svg") no-repeat center/contain;
}
.form__field_date input {
  padding-left: 44px !important;
}
.form__label {
  margin: 0 0 6px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #012546;
}
.form input, .form textarea, .form select {
  width: 100%;
  padding: 14.5px 21px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(114, 127, 161, 0.2);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.form input:focus, .form textarea:focus, .form select:focus {
  border-color: transparent;
  outline: 1px solid #0075FF;
}
.form input.error, .form textarea.error, .form select.error {
  border-color: #D90000;
}
.form input.error:focus, .form textarea.error:focus, .form select.error:focus {
  border-color: transparent;
  outline-color: #D90000;
}
.form input::placeholder, .form textarea::placeholder {
  color: #727FA2;
}
.form textarea {
  resize: none;
}
.form select {
  cursor: pointer;
  appearance: none;
  background: #fff url("../images/icon-caret.svg") no-repeat calc(100% - 18px) 50%/8px 5px;
  color: #727FA1;
}
.form select option:not(:first-of-type) {
  color: #181945;
}
.form select.filled {
  color: #181945;
}
.form__forgot-password {
  display: block;
  margin: -4px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0178BC;
}
.form__submit {
  margin: 39px 0 0;
  width: 100%;
  display: block;
}

.warning {
  margin: 32px 0;
  padding: 9px 20px 9px 54px;
  background: rgba(255, 133, 44, 0.2) url("../image/warning-info.svg") no-repeat 20px 9px/24px 24px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #727FA2;
}
.warning__title {
  color: #FF852C;
}
.warning_success {
  background: #F3F8FA url("../image/warning-success.svg") no-repeat 20px 9px/24px 24px;
}
.warning_success .warning__title {
  color: #39C07F;
}
.warning_error {
  background: #FFDEDE url("../image/warning-error.svg") no-repeat 20px 9px/24px 24px;
}
.warning_error .warning__title {
  color: #FF6A97;
}
.warning_notice {
  background: rgba(238, 198, 9, 0.2) url("../image/warning-notice.svg") no-repeat 20px 9px/24px 24px;
}
.warning_notice .warning__title {
  color: #EEC609;
}

.popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(24, 25, 69, 0.4);
  overflow-y: scroll;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.popup__block {
  width: 100%;
  margin: 100px auto;
  max-width: 940px;
  min-height: 740px;
  display: grid;
  grid-template-columns: 48.9361% 1fr;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.popup__col_left {
  position: relative;
  padding: 27px 31px;
  background-image: url("../image/popup-image-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  will-change: background-size;
  animation: popup-animation 10s 0.02s ease-in;
  animation-fill-mode: forwards;
}
.popup__col_right {
  padding: 95px 60px;
  position: relative;
}
.popup__col_right .popup__logo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: rgba(0, 117, 255, 0.06);
  box-shadow: 0 8.82143px 19.5px rgba(140, 154, 187, 0.14);
  border-radius: 6px;
}
.popup__col_right .popup__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: none;
  stroke: #0075FF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.popup__logo {
  gap: 9px;
}
.popup__logo .logo__icon {
  width: 28px;
  height: 28px;
  stroke: #fff;
}
.popup__logo .logo__name {
  color: #fff;
}
.popup__title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.popup__form {
  margin: 39px 0 0;
}
.popup__warning {
  margin: 39px 0 0;
}
.popup__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.popup__caption span {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 60px;
}
.popup__close {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  min-width: unset;
  background: url("../images/close.svg") no-repeat center/20px 20px;
  transition: all 0.3s ease-out;
}
.popup__close:hover {
  background-color: transparent;
  background-image: url("../images/close-blue.svg");
}
.popup__close:active {
  background-color: transparent;
}
.popup__search {
  padding: 24px 0;
  max-width: unset;
  margin: 0;
  min-height: unset;
  display: flex;
  border-radius: unset;
  background: #fff;
  box-shadow: 0px 100px 100px rgba(24, 25, 69, 0.05);
  position: relative;
  transform: translateX(-100%);
  animation: search-popup 0.3s ease-out;
  animation-fill-mode: forwards;
}
.popup__search-icon {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: rgba(17, 204, 229, 0.2);
}
.popup__search input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.popup__search input::placeholder {
  color: rgba(114, 127, 161, 0.8);
}
.popup__search .popup__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes popup-animation {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes search-popup {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.breadcrumbs {
  padding: 30px 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: rgba(114, 127, 162, 0.6);
}
.breadcrumbs a {
  font-weight: 500;
  color: #727FA2;
}
.breadcrumbs a:hover {
  color: #0075FF;
}
.breadcrumbs__home {
  width: 16px;
  height: 16px;
}
.breadcrumbs__home svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #727FA2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s ease-out;
}
.breadcrumbs__home:hover svg {
  stroke: #0075FF;
}
.breadcrumbs_white {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs_white a {
  color: #fff;
}
.breadcrumbs_white a:hover {
  color: #0075FF;
}
.breadcrumbs_white .breadcrumbs__home svg {
  stroke: #fff;
}
.breadcrumbs_white .breadcrumbs__home:hover svg {
  stroke: #0075FF;
}

.notice {
  margin: 32px 0;
  padding: 36.5px 30px 36.5px 72px;
  position: relative;
  color: #FF6A97;
  background: #FFDEDE;
  border-radius: 6px;
}
.notice::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  background: url("../images/notice-red.svg") no-repeat center/contain;
}

.status {
  min-width: 58px;
  display: inline-block;
  padding: 1px 8px;
  border: 2px solid #0075FF;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 12px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
  color: #0075FF;
  white-space: nowrap;
}
.status_yes {
  padding-left: 24px;
  background-image: url("../images/status-yes.svg");
  border-color: #39C07F;
  color: #39C07F;
}
.status_no {
  padding-left: 24px;
  background-image: url("../images/status-no.svg");
  border-color: #FF6A97;
  color: #FF6A97;
}
.status_wait {
  padding-left: 24px;
  background-image: url("../images/status-wait.svg");
  border-color: #EEC609;
  color: #EEC609;
}
.status_edit {
  padding-left: 24px;
  background-image: url("../images/status-edit.svg");
  border-color: #727FA2;
  color: #727FA2;
}
.status_orange {
  border-color: #FF852C;
  color: #FF852C;
}

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.pagination__item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #B5BBCA;
  background: #fff;
  border: 1px solid #F3F8FA;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.pagination__item:hover {
  background: #F3F8FA;
  border-color: #F3F8FA;
  color: #0075FF;
}
.pagination__item:active, .pagination__item_active {
  background: #0075FF;
  border-color: #0075FF;
  color: #fff;
}

.filter-title {
  margin: 27px 0 20px;
  font-weight: 700;
  font-size: 16px;
  color: #727FA2;
}

.filter {
  margin: 36px 0 49px;
  display: flex;
  gap: 20px;
}
.filter__search {
  width: 100%;
  max-width: 481px;
  position: relative;
}
.filter__search::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 22px;
  top: 16px;
  pointer-events: none;
  background: url("../images/icon-search.svg") no-repeat center/contain;
}
.filter__search input {
  padding-left: 45px;
}
.filter__version {
  max-width: 229px;
}
.filter__year, .filter__status {
  width: 100%;
  max-width: 140px;
}
.filter__type {
  width: 100%;
  max-width: 300px;
}
.filter_requests {
  gap: 36px;
  justify-content: space-between;
}
.filter_requests .filter__date {
  flex-grow: 1;
}
.filter_expertise {
  margin: 20px 0;
}
.filter_expertise .form__field {
  margin: 0;
}
.filter_data {
  margin: 25px 0 12px;
}
.filter_data .filter__search {
  margin: 0;
  max-width: 337px;
}

.table {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #727FA2;
  border-collapse: collapse;
}
.table a {
  font-weight: 600;
}
.table th {
  padding: 12px;
  font-weight: 600;
  font-size: 12px;
  color: #B5BBCA;
  border-bottom: 1px solid rgba(175, 177, 181, 0.16);
}
.table th:first-of-type {
  text-align: left;
}
.table tbody tr {
  border-radius: 6px;
}
.table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.table td {
  padding: 16px;
}
.table__name {
  width: 39.0476%;
}
.table__date {
  width: 12.698%;
  white-space: nowrap;
}
.table__status {
  text-align: center;
}
.table__version {
  text-align: center;
}
.table__abbr {
  white-space: nowrap;
}
.table_requests .status {
  width: 100%;
}
.table_expertise .table__type {
  width: 15.238%;
}
.table_expertise .table__name {
  width: 25.08%;
}
.table_expertise .table__author {
  width: 14.44%;
}
.table_questions .table__name {
  width: 43.81%;
}
.table_questions .table__author {
  width: 23.65%;
}
.table_is .table__name {
  width: 35.08%;
}
.table_is .table__status {
  width: 25.95%;
  text-align: left;
}

.tabs {
  margin: 36px 0 33px;
  display: flex;
  gap: 30px;
  background: #fff;
  border: 1px solid rgba(114, 127, 162, 0.09);
  border-radius: 6px;
  overflow: hidden;
}
.tabs__link {
  padding: 14px 12px 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #727FA2;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-out;
}
.tabs__link:hover, .tabs__link_active {
  background: #FAFAFA;
}
.tabs__link_active {
  border-color: #0075FF;
}
.tabs__num {
  display: inline-block;
  padding: 3.5px;
  min-width: 22px;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #0075FF;
  border-radius: 50%;
}
.tabs__button {
  padding: 13px;
  min-width: 160px;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  gap: 4px;
}
.tabs__button svg {
  width: 24px;
  height: 24px;
}

.export {
  width: 599px;
}
.export__title {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #00317B;
  background: #fff;
  border: 3px solid #0075FF;
  border-radius: 6px;
}
.export__title svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  fill: none;
  stroke: #0075FF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s ease-out;
}
.export__content {
  padding: 22px 18px;
  background: #F3F8FA;
  border-radius: 0 0 6px 6px;
}
.export__form .form__label {
  font-weight: 700;
  font-size: 13px;
  color: #727FA2;
}
.export__form-wrapper {
  margin: 11px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.export__form-wrapper .form__field {
  margin: 0;
}
.export__submit {
  padding: 13px;
  min-width: unset;
  font-size: 14px;
  line-height: 21px;
}
.export.dropdown_active .export__title svg {
  transform: rotate(180deg);
}

.budget-order {
  border-top: 1px solid rgba(114, 127, 162, 0.2);
}
.budget-order__header {
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.budget-order__submit {
  padding: 13px;
  margin-right: auto;
  min-width: unset;
  font-weight: 700;
  font-size: 14px;
  gap: 6px;
}
.budget-order__submit svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
}
.budget-order__submit svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.budget-order__edit, .budget-order__delete {
  min-width: unset;
  padding: 14px 21px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #F3F8FA;
  color: #727FA2;
}
.budget-order__delete {
  color: #FF6A97;
}
.budget-order__wrapper {
  padding: 26px 0 19px;
  margin-bottom: 19px;
  border: 1px solid rgba(114, 127, 162, 0.2);
  border-left: 0;
  border-right: 0;
}
.budget-order__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 54px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.budget-order__row:nth-child(odd) {
  background: #FAFAFA;
}
.budget-order__row .form__field {
  width: 100%;
  max-width: 760px;
}
.budget-order__row:hover {
  background: #F3F8FA;
}
.budget-order__title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 49, 123, 0.5);
}
.budget-order__admin {
  margin: 61px 0 20px auto;
}

.is-info {
  margin: 30px 0 60px;
}
.is-info__header {
  padding: 14px 0 14px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(114, 127, 161, 0.2);
  border-bottom: 1px solid rgba(114, 127, 161, 0.2);
}
.is-info__header .status {
  flex-shrink: 0;
}
.is-info__header-logo {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.is-info__header-logo img, .is-info__header-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.is-info__header-title {
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 20px;
}
.is-info__body {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.is-info__col {
  border-radius: 6px;
  border: 1px solid rgba(114, 127, 161, 0.09);
  overflow: hidden;
}
.is-info__row {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(114, 127, 161, 0.09);
  font-size: 14px;
  color: #727FA1;
}
.is-info__row p {
  margin: 0;
}
.is-info__row b {
  font-weight: 600;
  color: #00317B;
}
.is-info__row > *:first-child {
  width: 100%;
  max-width: 200px;
}
.is-info__row > * {
  min-width: 60px;
}
.is-info__row:last-of-type {
  border: 0;
}
.is-info__row .status {
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px;
  background: none;
}
.is-info__row .value {
  font-weight: 700;
}
.is-info__row .value_green {
  color: #39C07F;
}
.is-info__row .value_yellow {
  color: #EEC609;
}
.is-info__right {
  align-self: baseline;
}
.is-info__right-header {
  padding: 18px 20px;
  background: #39C07F;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.is-info__right-section {
  padding: 6px 0;
  border-bottom: 1px solid rgba(114, 127, 161, 0.09);
}
.is-info__right-section:last-of-type {
  border: 0;
}
.is-info__right-row {
  padding: 3px 20px;
  display: flex;
  gap: 60px;
}
.is-info__right-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 12px;
  color: #012546;
}
.is-info__right-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
  background: url("../images/checkbox.svg") no-repeat center/contain;
}
.is-info__right-value {
  width: 100%;
  max-width: 57.54%;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  color: #727FA1;
}

.is-tabs {
  margin: 60px 0 30px;
  justify-content: space-between;
  gap: 5px;
}
.is-tabs .tabs__link {
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.is-tabs .tabs__num {
  padding: 3.5px 6px;
  border-radius: 255px;
}

.is-tab-content {
  display: none;
}

.is-menu-navigation {
  min-height: 100vh;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: baseline;
}

.is-menu {
  width: 389px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(114, 127, 161, 0.09);
  transition: all 0.3s ease-out;
}
.is-menu__back {
  width: 32px;
  height: 42px;
  position: absolute;
  left: 10px;
  top: calc(50% - 21px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.is-menu__back:hover {
  color: #0075FF;
}
.is-menu__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
  padding: 20px 18px 16px 71px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  color: #727FA1;
  transition: all 0.3s ease-out;
}
.is-menu__toggle {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
  cursor: pointer;
}
.is-menu__toggle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #727FA1;
  transition: all 0.3s ease-out;
}
.is-menu__toggle:hover svg {
  fill: #0075FF;
}
.is-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity 0.3s 0.2s ease-out;
}
.is-menu__item {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 9px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.is-menu__item-progress, .is-menu__item-count {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  text-align: center;
  color: #B5BBCA;
}
.is-menu__item-progress {
  grid-column: 1;
}
.is-menu__item-title {
  grid-column: 2;
  font-weight: 600;
  font-size: 14px;
  color: #00317B;
}
.is-menu__item-count {
  grid-column: 3;
}
.is-menu__item-submenu {
  grid-column: 1/4;
  grid-row: 2;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
.is-menu__item-submenu li {
  padding: 3px 20px 3px 71px;
  font-weight: 500;
  font-size: 14px;
  color: #727FA1;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.is-menu__item-submenu li:hover {
  background: #FAFAFA;
}
.is-menu__item-submenu li.active {
  position: relative;
  background: #FAFAFA;
}
.is-menu__item-submenu li.active::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: #0075FF;
}
.is-menu__item:hover {
  background: #FAFAFA;
}
.is-menu__item_has-submenu {
  cursor: default;
}
.is-menu__item_has-submenu:hover {
  background: none;
}
.is-menu__item_active {
  position: relative;
  background: #FAFAFA;
}
.is-menu__item_active::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: #0075FF;
}
.is-menu_closed {
  width: 70px;
}
.is-menu_closed .is-menu__back {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-menu_closed .is-menu__title {
  padding: 0;
  gap: 0;
  font-size: 0;
  color: transparent;
}
.is-menu_closed .is-menu__toggle {
  width: 68px;
  height: 65px;
  padding: 20px 19px 15px 19px;
  transform: rotateY(180deg);
}
.is-menu_closed .is-menu__list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}
.is-menu_another {
  display: none;
}

.is-content-title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
  color: #727FA1;
}

.is-menu-content {
  display: none;
}
.is-menu-content .is-content-title {
  margin: 20px;
}

.is-checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
}

.is-btn {
  padding: 5px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.48;
  color: #fff;
  background: #0178BC;
  border-radius: 4.874px;
  transition: all 0.3s ease-out;
}
.is-btn img, .is-btn svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.is-btn:hover {
  background: #0075FF;
}
.is-btn:active {
  background: #1F1F1F;
}

.is-table {
  border-collapse: collapse;
}
.is-table tr:nth-child(odd) {
  background: #FAFAFA;
}
.is-table tr:nth-child(odd) td:first-child {
  border-radius: 6px 0 0 6px;
}
.is-table tr:nth-child(odd) td:last-child {
  border-radius: 0 6px 6px 0;
}
.is-table tr td {
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.is-table tr td p {
  margin: 0;
}
.is-table tr td p + p {
  margin-top: 3px;
}
.is-table tr td:first-child {
  width: 226px;
  padding: 12px 6px 12px 20px;
  color: #727FA1;
}
.is-table tr td:nth-child(2) {
  width: 62px;
  padding: 12px 20px 12px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  text-align: center;
}
.is-table tr td:last-child {
  padding: 12px 30px 12px 20px;
  color: #B5BBCA;
}
.is-table tr td:last-child b {
  display: inline-block;
  font-weight: 600;
  color: #012546;
  line-height: 20px;
}

.is-classifier {
  margin-bottom: 40px;
  padding: 30px 16px 20px;
  border-radius: 6px;
  background: #F3F8FA;
}
.is-classifier__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #00317B;
}
.is-classifier__description {
  font-size: 14px;
  line-height: 20px;
  color: #727FA1;
}
.is-classifier__description > * {
  margin: 16px 0;
}
.is-classifier__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
.is-classifier__item {
  padding: 20px 16px;
  border-radius: 6px;
  background: #fff;
}
.is-classifier__item-title {
  margin: 0 20px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #00317B;
}
.is-classifier__table-name {
  padding: 10px 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00317B;
}
.is-classifier__row {
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 1fr 215.5px;
  justify-content: space-between;
  gap: 40px;
  font-size: 14px;
  line-height: 20px;
}
.is-classifier__row:nth-child(odd) {
  background: #FAFAFA;
}
.is-classifier__row-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #727FA1;
}
.is-classifier__row-label > * {
  margin: 0;
}
.is-classifier__row-label > *:first-child {
  width: 100%;
  max-width: 240px;
}
.is-classifier__row-value {
  font-weight: 600;
  color: #012546;
}

.is-download-list {
  margin: 20px 0;
}
.is-download-list__item {
  padding: 12px 19px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
}
.is-download-list__item .status {
  flex-shrink: 0;
  padding: 1.5px 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.48;
  text-align: center;
  background: none;
}
.is-download-list__item:nth-child(odd) {
  background: #FAFAFA;
}
.is-download-list__name {
  flex-grow: 1;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #0075FF;
}
.is-download-list__btn {
  flex-shrink: 0;
  width: 52px;
  height: 36px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.874px;
  background-color: #0178BC;
  transition: all 0.3s ease-out;
}
.is-download-list__btn svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  fill: none;
  stroke: #fff;
}
.is-download-list__btn svg path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.is-download-list__btn:hover {
  background: #0075FF;
}
.is-download-list__btn:active {
  background: #1f1f1f;
}

.comments-button {
  width: 24px;
  height: 24px;
  margin: 0 15px -5px;
  display: inline-block;
  cursor: pointer;
  background: url("../images/comments-icon.svg") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.comments-button:hover {
  transform: scale(1.1);
}

.comment:hover .comment__delete {
  opacity: 0.5;
  pointer-events: unset;
}
.comment__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.comment__name {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #0178BC;
}
.comment__mark {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.comment__mark svg, .comment__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comment__content {
  margin: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #727FA1;
}
.comment__content > * {
  margin: 6px 0;
}
.comment__date {
  margin: 6px 0;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
  color: #B5BBCA;
}
.comment__actions {
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.comment__action {
  width: 16px;
  height: 16px;
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.comment__action:hover {
  opacity: 1;
}
.comment__edit {
  background: url("../images/edit.svg") no-repeat center/contain;
}
.comment__delete {
  opacity: 0;
  pointer-events: none;
  background: url("../images/delete.svg") no-repeat center/contain;
}
.comment__delete:hover {
  background: url("../images/delete-hover.svg") no-repeat center/contain;
}

.comments {
  width: 310px;
  padding: 26px 20px;
  position: absolute;
  right: 0;
  top: 72px;
  bottom: 0;
  z-index: 11;
  opacity: 0;
  transform: translateX(100%);
  background: #fff;
  box-shadow: 0 100px 100px 0 rgba(24, 25, 69, 0.05);
  transition: all 0.3s ease-out;
}
.comments_active {
  opacity: 1;
  transform: unset;
}
.comments__close {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 18px;
  color: #727FA1;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.comments__close svg {
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  object-fit: contain;
  fill: #727FA1;
  transition: all 0.3s ease-out;
}
.comments__close:hover {
  color: #0075FF;
}
.comments__close:hover svg {
  fill: #0075FF;
}
.comments__form {
  margin: 12px 0;
  padding: 10px 16px;
  border-radius: 6px;
  background: #F3F8FA;
}
.comments__form-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #727FA1;
}
.comments__form-title span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #012546;
}
.comments__form .form__field {
  margin: 10px 0;
}
.comments__form .form__field textarea {
  display: block;
  min-height: 110px;
}
.comments__form .form__submit {
  margin: 10px 0 0;
  padding: 8px 14px;
  min-width: unset;
  width: fit-content;
  display: flex;
  gap: 2px;
  font-size: 11px;
  line-height: 1.48;
  background: #0178BC;
}
.comments__form .form__submit svg {
  width: 18px;
  height: 18px;
}
.comments__edit-form {
  margin: 20px 0;
  display: none;
}
.comments__close-icon {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background: url("../images/close.svg") no-repeat center/contain;
}
.comments__edit-form-close {
  margin-left: auto;
}
.comments__list {
  margin: 12px 0;
  display: grid;
  gap: 20px;
}
.comments__delete-form {
  display: none;
  margin: 20px 0;
  padding: 12px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 8.82px 19.5px 0 rgba(140, 154, 187, 0.14);
}
.comments__delete-form-text {
  margin: 10px 20px 10px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #00317B;
}
.comments__delete-form-close.comments__close-icon {
  position: absolute;
  right: 20px;
  top: 12px;
  background-color: transparent;
}
.comments__delete-form-buttons {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: 1fr 66px;
  gap: 12px;
}
.comments__delete-form-buttons button {
  padding: 8.5px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  min-width: unset;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.48;
}
.comments__delete-form-buttons button svg, .comments__delete-form-buttons button img {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  object-fit: contain;
}
.comments__delete-form-buttons button svg path, .comments__delete-form-buttons button img path {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.comments__delete-form-submit {
  background-color: #FF6A97;
}
.comments__delete-form-close {
  background-color: #727FA1;
}

.intro {
  position: relative;
}
.intro__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00273E;
}
.intro__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #00284C 0%, rgba(0, 0, 0, 0) 100%) no-repeat center/cover;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.46;
}
.intro__inner {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 136px 0 80px;
}
.intro__title {
  margin: 0 0 auto 0;
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.intro__title::after {
  content: "";
  width: 473px;
  height: 261px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/intro-map.png") no-repeat center/contain;
}
.intro__btn {
  margin: 50px auto 0;
  display: flex;
  min-width: 286px;
  width: fit-content;
}
.intro__buttons {
  margin: 64px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 360px));
  justify-content: center;
  gap: 20px;
}
.intro__buttons-item {
  padding: 18px 15px;
  font-weight: 700;
  font-size: 16px;
}
.intro__buttons-item:hover {
  background: #DAF4FF;
}
.intro__buttons-item:active {
  background: #0075FF;
}

.systems {
  margin: 90px 0 66px;
}
.systems__wrapper {
  margin: 44px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.systems__menu {
  margin-top: 33px;
  width: 100%;
  max-width: 478px;
  flex-shrink: 0;
}
.systems__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.systems__link {
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background-color: #F3F8FA;
  border-radius: 6px;
  border-bottom: 1px solid #F3F8FA;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #083855;
  transition: all 0.3s ease-out;
}
.systems__link::after {
  content: "";
  width: 11px;
  height: 7px;
  flex-shrink: 0;
  margin-left: auto;
  transform: rotate(-90deg);
  transition: all 0.3s ease-out;
}
.systems__link:hover {
  background-color: #DAF4FF;
}
.systems__link:active {
  background-color: #0075FF;
  color: #fff;
}
.systems__link:active::after {
}
.systems__link:active .systems__count {
  color: #0178BC;
  background-color: #fff;
}
.systems__count {
  flex-shrink: 0;
  padding: 4px;
  min-width: 48px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #0178BC;
  border-radius: 255px;
  transition: all 0.3s ease-out;
}
.systems__illustration {
  width: 732px;
  position: relative;
  right: -71px;
}
.systems__illustration img, .systems__illustration svg {
  width: 100%;
  display: block;
  object-fit: contain;
  opacity: 0.8;
}

.stack {
  margin: 66px 0 58px;
  padding: 90px 0 95px;
  background: #F3F8FA;
}
.stack__wrapper {
  margin: 70px 0 0;
  display: grid;
  grid-template-columns: minmax(auto, 336px) minmax(auto, 421px) minmax(auto, 336px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.stack__col {
  display: grid;
  gap: 20px;
}
.stack__chart svg {
  width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 100px 100px rgba(24, 25, 69, 0.05);
}
.stack__technology {
  min-height: 79px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border-bottom: 1px solid rgba(231, 231, 231, 0.6);
  border-radius: 6px;
}
.stack__technology-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(8, 56, 85, 0.7);
}
.stack__technology-img {
  width: 78px;
  height: 47px;
  flex-shrink: 0;
}
.stack__technology-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stack__technology-count {
  flex-shrink: 0;
  min-width: 28px;
  padding: 5.5px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 800;
  font-size: 11.5px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background: #0075FF;
  border-radius: 172.308px;
}
.stack__btn {
  margin: 12px auto 0;
  display: flex;
  width: fit-content;
}

.questions {
  padding: 0 0 120px;
  min-height: 100%;
  position: relative;
  color: #fff;
}
.questions__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00273E;
}
.questions__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #00284C 0%, rgba(0, 0, 0, 0) 100%) no-repeat center/cover;
}
.questions__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.46;
}
.questions__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.questions__form {
  width: 458px;
}
.questions__form .form {
  margin: 50px 0 0;
}
.questions__form .form__field {
  margin: 24px 0;
}
.questions__form .form__label {
  margin: 0 0 10px;
  color: #fff;
}
.questions__form .form__submit {
  margin: 31px 0 0;
}
.questions__form .form textarea {
  min-height: 160px;
}
.questions__last {
  width: 100%;
  max-width: 483px;
  margin: 39px 0 0;
}
.questions__last-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}
.questions__last-list {
  margin: 10px 0 0;
}
.questions__last-item {
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
}
.questions__last-item-img {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  grid-row: span 4;
}
.questions__last-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questions__last-item-title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s ease-out;
}
.questions__last-item-name {
  margin: 6px 0 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #0178BC;
}
.questions__last-item-topic {
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #0178BC;
}
.questions__last-item-date {
  margin: 6px 0 0;
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
  color: #727FA2;
}
.questions__last-item:hover .questions__last-item-title {
  color: #0075FF;
}
.questions__last-more {
  margin-left: 48px;
  min-width: 221px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #B5BBCA;
}
.questions__last-more span {
  color: #0075FF;
}
.questions__list {
  width: 100%;
  max-width: 797px;
}
.questions__list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.questions__list-btn {
  padding: 13px;
  gap: 3px;
  min-width: 180px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.questions__list-btn svg {
  width: 24px;
  height: 24px;
}
.questions__list-row {
  margin: 12px 0;
  padding-right: 34px;
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  gap: 2px;
  align-items: center;
}
.questions__list-row > *:not(:first-child) {
  text-align: center;
}
.questions__list-heading {
  margin: 37px 0 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #B5BBCA;
  border-bottom: 1px solid rgba(175, 177, 181, 0.16);
}
.questions__list-heading > * {
  padding: 12px;
}
.questions__list-item {
  min-height: 88px;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #727FA2;
}
.questions__list-item > * {
  padding: 13px 16px;
}
.questions__list-item-title {
  font-size: 16px;
  margin: 0;
}
.questions__list-item-title a {
  font-weight: 600;
}
.questions__list-item-title a:hover {
  color: #00317B;
}
.questions__list-item-description {
  margin: 9px 0 0;
  font-size: 14px;
  color: #B5BBCA;
}

.question {
  padding: 20px 12px 40px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 12px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid rgba(114, 127, 161, 0.09);
}
.question__avatar {
  width: 24px;
  height: 24px;
  grid-row: span 3;
  border-radius: 50%;
  overflow: hidden;
}
.question__avatar img, .question__avatar svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question__author-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #0178BC;
}
.question__date {
  margin: 6px 0 0;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #727FA1;
}
.question__body {
  margin: 16px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #00317B;
}

.answer-form {
  margin-bottom: 230px;
  padding: 20px 20px 40px;
  border-radius: 0px 0px 6px 6px;
  background: var(--f-3-f-8-fa, #F3F8FA);
}
.answer-form__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: #00317B;
}
.answer-form .form__field {
  max-width: 625px;
  margin: 16px auto;
}
.answer-form .form__field textarea {
  display: block;
  min-height: 110px;
}
.answer-form .form__submit {
  max-width: 297px;
  margin: 16px auto 0;
  display: flex;
}

.geo {
  padding: 0 0 93px;
  position: relative;
  color: #fff;
}
.geo__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #00273E;
}
.geo__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #00284C 0%, rgba(0, 0, 0, 0) 100%) no-repeat center/cover;
}
.geo__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.46;
}
.geo__wrapper {
  margin: 31px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 34px;
  position: relative;
}
.geo__map {
  width: 100%;
  position: absolute;
  transform-origin: left;
  transform: scale(0.5);
  max-width: 899px;
  margin: 29px 0 0;
  flex-shrink: 0;
}
.geo__map svg {
  width: 100%;
}
.geo__map svg path {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.geo__map svg path.active {
  stroke: #3A6AE2;
  stroke-width: 2px;
  stroke-dasharray: 3 3;
  z-index: 1;
}
.geo__map-info {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center top;
  z-index: 1;
  pointer-events: none;
}
.geo__map-info[data-region="1"] {
  left: 723px;
  top: 293px;
}
.geo__map-info[data-region="2"] {
  left: 149px;
  top: 273px;
}
.geo__map-info[data-region="3"] {
  left: 776px;
  top: 148px;
}
.geo__map-info[data-region="4"] {
  left: 507px;
  top: 108px;
}
.geo__map-info[data-region="5"] {
  left: 286px;
  top: 236px;
}
.geo__map-info[data-region="6"] {
  left: 606px;
  top: 342px;
}
.geo__map-info[data-region="7"] {
  left: 392px;
  top: 342px;
}
.geo__map-info[data-region="8"] {
  left: 374px;
  top: 126px;
}
.geo__map-info[data-region="9"] {
  left: 115px;
  top: 190px;
}
.geo__map-info[data-region="10"] {
  left: 162px;
  top: 394px;
}
.geo__map-info[data-region="11"] {
  left: 546px;
  top: 200px;
}
.geo__map-info[data-region="12"] {
  left: 486px;
  top: 22px;
}
.geo__map-info[data-region="13"] {
  left: 525px;
  top: 420px;
}
.geo__map-info[data-region="14"] {
  left: 635px;
  top: 63px;
}
@media screen and (min-width: 1440px) {
  .geo__map {
    transform: scale(0.7);
  }
}
@media screen and (min-width: 1600px) {
  .geo__map {
    transform: scale(0.85);
  }
}
@media screen and (min-width: 1770px) {
  .geo__map {
    position: relative;
    transform: scale(1);
  }
}
.geo__info {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  flex-shrink: 0;
}
.geo__info-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}
.geo__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(9, auto);
  grid-auto-flow: column;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}
.geo__region {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.geo__region-count {
  padding: 3px 5.5px;
  width: fit-content;
  min-width: 24px;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: #0178BC;
  border-radius: 129.231px;
}
.geo__region-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.geo__region:hover {
  background: rgba(243, 248, 250, 0.05);
}
.geo__region_active {
  background: rgba(243, 248, 250, 0.1);
}
.geo__map-num {
  margin: 0 auto;
  background: #F3F8FA;
  color: #00317B;
}
.geo__map-num_empty {
  opacity: 0.2;
}
.geo__map-name {
  position: absolute;
  left: 50%;
  top: calc(100% + 13px);
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.geo__map-name span {
  display: block;
}

.chart {
  margin: 90px 0 79px;
}
.chart__block {
  width: 100%;
  margin: 85px 0 0;
  background: #F3F8FA;
  border-radius: 6px;
}

.integrations {
  margin: 79px 0 59px;
  padding: 90px 0 58px;
  background: #F3F8FA;
}