@charset "UTF-8";
/*! 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.
 */

@import "tab.css";
@import "accordion.css";

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

* {
  box-sizing: border-box;
}

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

:root {
  --title-font-size: 35px;
  --font-size: 22px;
  --middle-font-size: 16px;
  --small-font-size: 12px;
}

.title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  color: var(--black);
}

.big-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: var(--black);
}

.text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--black);
}

.small-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  color: #707070;
}

/* inter-100 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v13-cyrillic_latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-200 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v13-cyrillic_latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v13-cyrillic_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-cyrillic_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-cyrillic_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-cyrillic_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-cyrillic_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v13-cyrillic_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v13-cyrillic_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-100 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/onest-v6-cyrillic_latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-200 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/onest-v6-cyrillic_latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/onest-v6-cyrillic_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/onest-v6-cyrillic_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/onest-v6-cyrillic_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/onest-v6-cyrillic_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/onest-v6-cyrillic_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-800 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/onest-v6-cyrillic_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* onest-900 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Onest";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/onest-v6-cyrillic_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Onest", sans-serif;
  --seraya-obvodka: #d9d9d9;
  --blue-light: #e5f2ff;
  --white: #fff;
  --pink: #c01e4b;
  --blue: #292558;
  --green: #009540;
  --blue-bright: #0862ee;
  --black: #000;
  --border: #cfdfef;
  --gray: #efefef;
  --gray-light: #f8f8f8;
  --blue-light-secondary: #f2f9ff;
  --container-offset: 60px;
  --header-offset: 150px;
  --padding: 5px;
  --offset: 10px;
  --gap: 10px;
  --small-border-radius: 8px;
  --border-radius: 15px;
}

p {
  margin: 0;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-family);
}

a:hover {
  filter: contrast(1.3);
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 1 0 auto;
}

.button {
  padding: calc(var(--padding) * 3) calc(var(--padding) * 6);
  border: none;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: 700;
}

#modal {
  border-radius: 17px;
  border: 1px solid var(--border);
}

:root {
  --container-padding: 20px;
  --container-width: 1480px;
}

.container-wrap {
  max-width: var(--container-width);
  padding: 0 var(--container-padding);
  margin: 0 auto;
  position: relative;
}

.container-right {
  max-width: calc((100vw - var(--container-width)) / 2 + var(--container-width));
  margin-right: auto;
  padding-right: var(--container-padding);
}

.container-left {
  max-width: calc((100vw - var(--container-width)) / 2 + var(--container-width));
  margin-left: auto;
  padding-left: var(--container-padding);
}

.padding-container-left {
  padding-left: calc((100vw - var(--container-width)) / 2 + var(--container-width));
}

.padding-container-right {
  padding-right: calc((100vw - var(--container-width)) / 2 + var(--container-width));
}

@media (max-width: var(--container-width)) {
  .padding-container-left {
    padding-left: var(--container-padding);
  }

  .padding-container-right {
    padding-right: var(--container-padding);
  }
}

.header {
  text-align: center;
}

.footer {
  margin-top: auto;
  text-align: center;
}

.status {
  margin-top: 40px;
}

.status__container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.status__items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.status__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 15px;
  background: #f5faff;
  counter-increment: step-count;
}

.status__item p {
  font-family: var(--font-family);
}

.status__item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(step-count);
  position: relative;
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #b9dcff;
  color: var(--white);
}

.status__item:not(:first-child):before {
  left: -10px;
}

.status__item--active {
  background: #fff6e8;
}

.status__item--active:before {
  background: #fd9700;
}

.status__item--disabled {
  background: #f5f5f5;
}

.status__item--disabled:before {
  background: #d5d5d5;
}

.status__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status__subtitle {
  width: 150px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.status__days {
  min-width: 105px;
  padding: 14px;
  background: var(--green);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  border-radius: 34px;
}

.profile {
  width: 100%;
  margin-top: 30px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.profile__container {
  width: 100%;
  border-radius: 25px 25px 0 0;
  display: grid;
  grid-template-columns: 4.3fr 10fr;
  background: var(--blue-light-secondary);
}

.profile__content {
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(215, 220, 247, 0.6);
  border-radius: 25px;
}

.profile__avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100%;
}

.profile__element {
  text-decoration: none;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile__element:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.profile__element span {
  font-weight: 500;
  font-size: 20px;
}

.profile__info {
  padding: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.profile__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
}

.profile__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
}

.profile__count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--white);
  min-width: 45px;
  width: 45px;
  height: 45px;
}

.profile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile__add {
  text-decoration: none;
  color: var(--black);
  padding: 13.5px 12.5px;
  display: flex;
  align-items: center;
  gap: 12.5px;
  background: var(--white);
  box-shadow: 0 4px 15px 0 rgba(238, 238, 238, 0.6);
  border: none;
  border-radius: 10px;
  font-size: 15px;
}

.profile__add:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.projects__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid var(--seraya-obvodka);
  border-radius: 15px;
}

.projects__item .big-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--chern);
}

.projects__info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chern);
}

.projects__text.text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: var(--chern);
}

.projects__item--checking {
  background: var(--gray-light);
  border: none;
}

.projects__buttons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.projects__button {
  padding: 7px 14px;
  text-align: center;
  background: var(--blue-light-secondary);
  border-radius: 10px;
  border: none;
}

.projects__button--gray {
  background: #e9e9e9;
}

.projects__date span {
  color: #bebebe;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #959595;
}

.projects__date p {
  font-weight: 500;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #959595;
}

.projects__date--row {
  display: flex;
  align-items: center;
  gap: 35px;
}

.projects__date--row>div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.projects__params {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  text-align: right;
  min-width: max-content;
}

.projects__item p {
  font-size: 16px;
  line-height: 120%;
}

.projects__item b {
  font-size: 16px;
  line-height: 120%;
}

.projects__status {
  padding: 10px 14px;
  border-radius: 10px;
  background: #E5F2FF;
}

.projects__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.projects__view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 275px;
  padding: 10px 10px 10px 25px;
  background: var(--blue-light-secondary);
  border-radius: 10px;
  font-size: 17px;
  text-decoration: none;
  color: var(--black);
}

.projects__view:after {
  content: "";
  min-width: 35px;
  width: 35px;
  height: 35px;
  background: url("./../img/link.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.projects__view--checking {
  background: var(--white);
  color: var(--blue);
}

.projects__view--checking:after {
  background: url("./../img/link-orange-oval.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.projects__info {
  display: flex;
  align-items: center;
  gap: 25px;
}

.projects__info>div {
  display: flex;
  align-items: center;
}

.projects__info>div img {
  margin-right: 15px;
}

.projects__empty {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.projects__empty--info {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.projects__empty p {
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
}

.projects__empty span {
  font-size: 18px;
  line-height: 25px;
}

.projects__group {
  border-radius: 15px;
  padding: 7px 7px 7px 21px;
  background: var(--white);
}

.projects__group>p.form__title {
  font-size: 15px;
  font-weight: 500;
}

.projects__gap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.create {
  position: relative;
}

.create__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 40px;
}

.create__title {
  font-weight: 500;
  font-size: 28px;
  max-width: 400px;
}

.create__subtitle {
  font-size: 17px;
  margin-top: 20px;
  max-width: 488px;
}

.create__select {
  height: 85px;
  width: 490px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 17px;
  background: var(--blue-light-secondary);
  cursor: pointer;
  border-radius: 10px;
}

.create__link {
  width: 490px;
  height: 65px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  background: var(--blue);
  border-radius: 10px;
  padding: 0 25px;
  text-decoration: none;
  color: var(--white);
}

.create__link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("./../img/link-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.create__close {
  width: 15px;
  height: 15px;
  background: url("./../img/close-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

.create__toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
}

input[type=radio]:checked+.create__select {
  background: var(--white);
  border: 2px solid var(--green);
}

.create label>input {
  display: none !important;
}

.create__cancel {
  margin-top: 10px;
}

.create__cancel:after {
  transform: rotate(180deg);
}

.create__correct {
  background: var(--green);
}

:root {
  --form-padding: 20px;
  --form-radius: 25px;
}

.form {
  margin-top: 45px;
}

.form__content {
  border-radius: var(--form-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px 0 rgba(215, 220, 247, 0.6);
}

.form__content--offset {
  margin-top: 50px;
}

.form__item {
  display: grid;
  grid-template-columns: minmax(0, 115fr) minmax(0, 28fr);
  background: var(--blue-light-secondary);
}

.form__item:not(:first-child)> :first-child {
  padding-top: 10px;
}

.form__item:not(:first-child)> :last-child {
  padding-top: 10px;
}

.form__item> :first-child {
  background: var(--white);
  padding-left: calc(var(--form-padding) * 3);
  padding-right: calc(var(--form-padding) * 3);
}

.form__item> :last-child {
  padding-left: var(--form-padding);
  padding-right: var(--form-padding);
  font-size: 14px;
  line-height: 120%;
  color: #343434;
}

.form__item:first-child> :first-child {
  border-radius: var(--form-radius) var(--form-radius) 0 0;
  padding-top: calc(var(--form-padding) * 2);
}

.form__item:first-child> :last-child {
  border-radius: 0 var(--form-radius) 0 0;
  padding-top: calc(var(--form-padding) * 2);
}

.form__item:last-child> :last-child {
  border-radius: 0 0 var(--form-radius) 0;
  padding-bottom: calc(var(--form-padding) * 2.5);
}

.form__item:last-child> :first-child {
  border-radius: 0 0 var(--form-radius) var(--form-radius);
  padding-bottom: calc(var(--form-padding) * 2.5);
}

.form__item--offset>* {
  padding-top: 40px !important;
}

.form__item--reset>* {
  padding: 0;
}

.form__item--reset:last-child> :first-child {
  padding: 0;
}

.form__item--big-offset>* {
  padding-top: 60px !important;
}

.form__top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form__back {
  width: 25px;
  height: 25px;
  background: url("./../img/back.svg") no-repeat center;
  background-size: contain;
}

.form__type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 10px;
  margin-left: auto;
  height: 41px;
  background: #e9e9e9;
  font-size: 15px;
  color: var(--black);
}

.form__status {
  min-width: 85px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  color: #070707;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 80%, transparent 80% 100%), conic-gradient(var(--blue-bright) 25%, #d9d9d9 0);
}

.form__status--complete {
  background: url("./../img/diagrama100.svg") no-repeat center;
}

.form__percent {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form__percent span {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.form__required {
  color: #c01e4b;
}

.form__fields {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__field {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0 10px;
  align-items: center;
}

.form__field input,
.form__field textarea {
  border: 1px solid var(--seraya-obvodka);
  border-radius: 10px;
  padding: 16px 28px;
  color: var(--black);
  resize: none;
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: #b3b3b3;
}

.form__field textarea {
  min-height: 100px;
  height: 100%;
}

.form__field input[disabled] {
  background: #e8e8e8;
  border: 1px solid #b9b9b9;
}

.form__field p {
  font-weight: 500;
  font-size: 18px;
}

.form__field--column {
  display: flex;
  flex-direction: column;
  align-items: initial;
  gap: 17px;
}

.form__field--column textarea {
  min-height: 150px;
}

.form__field--equal {
  grid-template-columns: repeat(2, 1fr);
}

.form__buttons {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 27px;
}

.form__buttons button {
  border-radius: 10px;
  height: 55px;
  font-size: 19px;
}

.form__save {
  background: var(--blue-light);
  border: none;
  padding-left: 34px;
  padding-right: 34px;
}

.form__load {
  background: var(--blue-bright);
  color: var(--white);
  border: none;
  padding-left: 34px;
  padding-right: 34px;
}

.form__next {
  border: 1px solid var(--blue-bright);
  background: none;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 19px;
  margin-left: auto;
}

.form__next:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("./../img/next-blue.svg") no-repeat center;
  margin-left: 42px;
}

.form__wrapper {
  display: grid;
  grid-template-columns: 115fr 28fr;
}

.form__select {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  line-height: 120%;
  color: #343434;
}

.form__checkboxes {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__checkboxes label {
  cursor: pointer;
  position: relative;
  height: 45px;
  width: 170px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.form__checkboxes label:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #e3e3e3;
}

.form__checkboxes label:has(input:checked):after {
  content: "";
  position: absolute;
  left: 18px;
  width: 11px;
  height: 11px;
  background: #808080;
  border-radius: 100%;
}

.form__checkboxes--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form__checkboxes--grid label {
  width: 100%;
}

.form__checkboxes input {
  display: none;
}

.form__file {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--gray);
  border-radius: 36px;
  width: max-content;
  padding: 14px 20px;
  cursor: pointer;
}

.form__file:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./../img/plus-black.svg") no-repeat center;
}

.form__file:after {
  content: "Прикрепить документ";
}

.form__file._with-file:after {
  content: "Файл выбран";
}

.form__file input {
  display: none;
}

.form__protocol {
  background: var(--blue-light);
}

.form__save-changes {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
  color: var(--blue);
  border-radius: 10px;
  border: none;
  background: var(--white);
  box-shadow: 0 4px 15px 0 rgba(238, 238, 238, 0.6);
}

.form__name {
  font-weight: 600;
  font-size: 27px;
  line-height: 120%;
  color: var(--blue);
}

.form__badge {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  background: var(--blue-light-secondary);
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-radius: 10px;
}

.form__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__text p {
  font-size: 12px;
  line-height: 120%;
  color: #343434;
}

.form__privacy-police {
  display: flex;
  gap: 20px;
}

.form__privacy-police input {
  border-radius: 5px;
  border: 1px solid var(--blue);
  min-width: 30px;
  width: 30px;
  height: 30px;
}

.form--administration .form__item:not(:first-child)>* {
  padding-top: 20px;
}

input[type=checkbox]:checked+.form__privacy-police::before {
  content: "✓";
  /* Галочка Unicode */
  text-align: center;
  line-height: 15px;
}

p.form__title {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 10px;
}

p.form__title--no-offset {
  margin: 0;
}

.protocol {
  position: relative;
  height: 100%;
  background: var(--blue-light-secondary);
  border-radius: 25px;
  display: grid;
  grid-template-columns: 286px auto;
  align-items: center;
  gap: 90px;
}

.protocol>* {
  position: relative;
  z-index: 3;
}

.protocol--shadow {
  position: relative;
}

.protocol--shadow::before {
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 25px;
  position: absolute;
  box-shadow: 10px 4px 15px 0 rgba(238, 238, 238, 0.6);
}

.protocol--padding {
  padding: calc(var(--form-padding) * 3);
}

.protocol--padding-top {
  padding-top: calc(var(--form-padding) * 3);
}

.protocol--white {
  background: var(--white);
  border-radius: 0;
}

.protocol__text {
  font-size: 14px;
}

.protocol__download,
.protocol__add {
  height: 44px;
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 20px;
  border: 1px solid #0862ee;
  border-radius: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: #5a5a5a;
  cursor: pointer;
  background-color: var(--white);
}

.protocol__download::before,
.protocol__add::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.protocol__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.protocol__add::before {
  background-image: url("./../img/download2.svg");
}

.protocol__download::before {
  background-image: url("./../img/download.svg");
}

.protocol__download--secondary {
  background: var(--white);
  border: none;
  padding: 16px 28px;
}

.protocol__download--secondary::before {
  display: none;
}

.protocol__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

p.protocol__title {
  margin-top: 0;
}

.group {
  color: #343434;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.group p {
  max-width: 700px;
}

.group__link {
  font-size: 15px;
  padding: 10px 30px;
  background: var(--blue-light-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  margin-top: 15px;
}

.group__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.group__count {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: var(--blue-light-secondary);
  gap: 13px;
  padding: 10px 15px;
}

.group__count:before {
  content: "";
  width: 26px;
  height: 30px;
  background: url("./../img/time.svg") no-repeat center;
  background-size: cover;
}

.group__count span {
  margin-left: 13px;
  font-size: 13px;
}

.group__count p {
  font-weight: 500;
  font-size: 27px;
}

.group__count--success {
  background: var(--green);
  color: var(--white);
}

.group__count--success:before {
  background: url("./../img/success.svg") no-repeat center;
}

.table__top {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.table__top p {
  font-weight: 500;
  font-size: 14px;
  color: var(--blue);
}

.table__content {
  overflow: hidden;
  border: 2px solid var(--seraya-obvodka);
  border-radius: 15px;
  margin-top: 14px;
}

.table__row {
  display: grid;
  grid-template-columns: 37fr 15fr;
}

.table__row>* {
  padding: 20px 40px 20px 30px;
  display: flex;
  align-items: center;
}

.table__row> :nth-child(2) {
  background: var(--gray-light);
  justify-content: end;
}

.table__row> :nth-child(1) {
  justify-content: start;
}

.table__row:not(:last-child) {
  border-bottom: 2px solid var(--seraya-obvodka);
}

.table__text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  max-width: 460px;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 5px;
}

.table__text--big {
  font-size: 25px;
}

.table__text--big ._error {
  font-size: 14px;
  position: absolute;
  width: 16.1%;
  right: 3%;
}

.table__text--small {
  font-size: 14px;
}

.table__cell {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
}

.form__field .suggestions-wrapper {
  grid-column-start: 2;
}

.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }
}

.stages__date.button {
  width: fit-content;
  height: fit-content;
}

/*# sourceMappingURL=style.css.map */

.archive-reactions {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.archive-reactions .archive-reactions__item {
  display: flex;
  flex-direction: start;
  align-items: end;
  gap: 5px;
  padding: 5px 10px;
  background: #dcedff;
  border-radius: 10px;
  cursor: pointer;
}

.archive-reactions .archive-reactions__item.--active {
  background: unset;
}

.archive-reactions .archive-reactions__item.--disable {
  opacity: 0;
  cursor: unset;
}

.archive-reactions .archive-reactions__item:not(.--active, .--disable):hover {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.archive-reactions .archive-reactions__count {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.archive-reactions .archive-reactions__item.--positive .archive-reactions__count {
  color: #009540;
}

.archive-reactions .archive-reactions__item.--unpositive .archive-reactions__count {
  color: #FD9700;
}

.archive-reactions .archive-reactions__icon {
  width: 44px;
  height: 44px;
}

.archive-reactions .archive-reactions__icon>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between
}

.profile__element .noty-counter,
.profile__link+.counter {
  max-width: unset !important;
  padding: 2px 5px !important;
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}