*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

img {
  vertical-align: top;
}

body,
html {
  height: 100%;
  line-height: 1;
}

.comments-task, .priority, .task__body, .servers, .documents__body, .notifications, .archive, .settings-user__block, .stats__body, .active-projects, .balance-ucer, .user {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.button-account {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  padding: 10px 22px;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #7367f0;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.button-account:hover {
  text-decoration: none;
}
@media (any-hover: hover) {
  .button-account:hover {
    background-color: #685bf1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
.button-account_green {
  background-color: #28c76f;
}
@media (any-hover: hover) {
  .button-account_green:hover {
    background-color: #24c16a;
  }
}
.button-account_red {
  background-color: #ea5455;
}
@media (any-hover: hover) {
  .button-account_red:hover {
    background-color: #e23c3c;
  }
}

.title-account {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #5e5873;
}
@media (max-width: 767.98px) {
  .title-account {
    font-size: 16px;
    line-height: 1.25;
  }
}

.pop-up-message {
  position: fixed;
  top: 139px;
  right: 0px;
  width: 379px;
  min-height: 64px;
  background-color: #28c76f;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  padding: 21px 45px 21px 21px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  backdrop-filter: blur(15px);
}
@media (max-width: 767.98px) {
  .pop-up-message {
    font-size: 16px;
    line-height: 1.25;
    max-width: 353px;
  }
}
.pop-up-message.active {
  overflow: visible;
  opacity: 0.9;
}
.pop-up-message__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 14px;
  height: 14px;
  background: url("/actions/cabinet/img/icons/close.svg") 0 0 no-repeat;
  cursor: pointer;
}

.user-account {
  color: #5e5873;
}
.user-account__container {
  display: flex;
  column-gap: 30px;
  max-width: 1330px;
  padding: 30px 15px 100px 15px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .user-account__container {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .user-account__container {
    padding: 0 40px 66px 40px;
  }
}
.user-account__aside {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  flex: 0 1 356px;
}
@media (max-width: 1163px) {
  .user-account__aside {
    column-gap: 30px;
    flex-direction: row;
    align-items: flex-start;
  }
  .user-account__aside:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .user-account__aside {
    column-gap: 20px;
  }
}
@media (max-width: 768.98px) {
  .user-account__aside {
    flex-direction: column;
    row-gap: 20px;
    align-items: stretch;
    justify-content: flex-start;
  }
  .user-account__aside:not(:last-child) {
    margin-bottom: 40px;
  }
}
.user-account__main {
  flex: 0 1 914px;
}
@media (max-width: 1163px) {
  .user-account__main {
    flex: 1 1 100%;
  }
}
.user-account__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  justify-content: space-between;
}
.user-account__header:not(:last-child) {
  margin-bottom: 30px;
}

.user-account__header a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .user-account__header {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    column-gap: 18px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  }
  .user-account__header:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .user-account__header {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.user-account__back {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  background-color: #7367f0;
  color: #ffffff;
  padding: 6px 10px;
  box-shadow: 0px 4px 14px rgba(115, 103, 240, 0.38);
  border-radius: 6px;
}
.user-account__back::before {
  content: "";
  width: 8px;
  height: 13px;
  background: url("/actions/cabinet/img/icons/arrow-right.svg") 0 0 no-repeat;
}
.user-account__exit a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  color: #ea5455;
}
@media (max-width: 991.98px) {
  .user-account__exit a span {
    display: none;
  }
}
.user-account__exit a svg {
  display: none;
  width: 25px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .user-account__exit a svg {
    display: block;
  }
}
.user-account__projects:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .user-account__projects:not(:last-child) {
    margin-bottom: 40px;
  }
}
.user {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px 20px;
}
@media (max-width: 1163px) {
  .user {
    flex-direction: row;
    column-gap: 30px;
    flex: 1 1 auto;
  }
}
@media (max-width: 991.98px) {
  .user {
    column-gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .user {
    flex-direction: column;
    row-gap: 10px;
    padding: 10.5px 10.5px 10px 10.5px;
  }
}
.user__head {
  text-align: center;
}
@media (max-width: 1163px) {
  .user__head {
    flex: 0 1 165px;
  }
}
@media (max-width: 767.98px) {
  .user__head {
    flex: 1 1 auto;
  }
}
.user__avatar {
  width: 163px;
  height: 163px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.user__avatar:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .user__avatar {
    width: 100px;
    height: 100px;
  }
  .user__avatar:not(:last-child) {
    margin-bottom: 14px;
  }
}
.user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user__name {
  display: inline-block;
  color: #5e5873;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
}
.user__name:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1163px) {
  .user__name:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .user__name {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .user__name:not(:last-child) {
    margin-bottom: 10px;
  }
}
.user__button {
  width: 100%;
}
.user__button input[type=file] {
  display: none;
}
@media (max-width: 1163px) {
  .user__details {
    flex: 1 1 auto;
  }
}
.user__heading {
  color: #5e5873;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebe9f1;
}
.user__heading:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .user__heading {
    font-size: 12px;
    line-height: 1.25;
  }
  .user__heading:not(:last-child) {
    margin-bottom: 6px;
  }
}
.user__item {
  font-size: 14px;
  line-height: 1.5;
  color: #6e6b7b;
}
.user__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .user__item {
    font-size: 12px;
    line-height: 1.75;
  }
}
.user__item span {
  font-weight: 600;
}
.user__item a {
  color: inherit;
}

.balance-ucer {
  padding: 30px 21px;
  border: 1px solid #7367f0;
}
.balance-ucer.negative {
  border: 1px solid #ea5455;
}
@media (max-width: 1163px) {
  .balance-ucer {
    flex: 0 0 auto;
  }
}
@media (max-width: 768.98px) {
  .balance-ucer {
    flex: 1 1 auto;
    padding: 15px 14px;
  }
}
.balance-ucer__info {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.balance-ucer__info:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .balance-ucer__info {
    column-gap: 18px;
  }
}
@media (max-width: 767.98px) {
  .balance-ucer__info:not(:last-child) {
    margin-bottom: 20px;
  }
}
.balance-ucer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 63px;
  width: 63px;
  height: 63px;
  background: rgba(115, 103, 240, 0.12);
  border-radius: 50%;
}
.negative .balance-ucer__icon {
  background-color: rgba(234, 84, 85, 0.12);
}
@media (max-width: 991.98px) {
  .balance-ucer__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }
}
.balance-ucer__icon svg {
  fill: #7367f0;
}
.negative .balance-ucer__icon svg {
  fill: #ea5455;
}
.balance-ucer__current-balance span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #6e6b7b;
}
.balance-ucer__current-balance span:not(:last-child) {
  margin-bottom: 2px;
}
.balance-ucer__value {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.40625;
  color: #7367f0;
}
.negative .balance-ucer__value {
  color: #ea5455;
}
@media (max-width: 991.98px) {
  .balance-ucer__value {
    font-size: 28px;
    line-height: 1.3928571429;
  }
}
.balance-ucer__button {
  width: 100%;
}
.negative .balance-ucer__button {
  background-color: #ea5455;
}

.menu-account {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .menu-account {
    justify-content: flex-end;
  }
}
.menu-account__body {
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .menu-account__body {
    position: fixed;
    top: 109px;
    right: -100%;
    width: 61%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.896);
    padding: 20px 20px 20px;
    transition: right 0.3s ease 0s;
    overflow: auto;
    z-index: 3;
    backdrop-filter: blur(10px);
  }
  .menu-account__body.active {
    right: 0;
  }
}
.menu-account__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1163px) {
  .menu-account__list {
    column-gap: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .menu-account__list {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 30px;
  }
}
.menu-account__link {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  color: #5e5873;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
.menu-account__link-disabled {
 pointer-events: none;
 display: flex;
 align-items: center;
 column-gap: 6px;
 font-weight: 500;
 font-size: 14px;
 line-height: 1.2142857143;
 letter-spacing: 0.03em;
 color: rgba(99, 97, 124, 0.5);
 padding: 6px 10px;
 border-radius: 6px;
 transition: all 0.3s ease 0s;
}
.menu-account__link-disabled svg{
  fill: rgba(99, 97, 124, 0.5);
  width: 18px;
  height: 18px;
}


@media (any-hover: hover) {
  .menu-account__link:hover {
    color: #ffffff;
    background: #7367f0;
    box-shadow: 0px 4px 14px rgba(115, 103, 240, 0.38);
  }
  .menu-account__link:hover svg {
    fill: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .menu-account__link {
    font-size: 16px;
    line-height: 1.25;
  }
}
.menu-account__link svg {
  fill: #5e5873;
  width: 18px;
  height: 18px;
}

.icon-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .icon-menu {
    position: relative;
    z-index: 5;
    display: block;
    width: 26px;
    height: 22px;
    background-color: transparent;
  }
}
@media (max-width: 991.98px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 991.98px) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background-color: #7367f0;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 991.98px) {
  .icon-menu::before {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .icon-menu::after {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .icon-menu span {
    top: calc(50% - 2px);
  }
}
@media (max-width: 991.98px) {
  .icon-menu.active span {
    width: 0;
  }
  .icon-menu.active::before {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  .icon-menu.active::after {
    bottom: calc(50% - 2px);
    transform: rotate(45deg);
  }
}

.table {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px;
  grid-auto-rows: minmax(21px, auto);
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 26px;
}
@media (max-width: 767.98px) {
  .table {
    grid-template-rows: auto;
    row-gap: 15px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.table__item {
  display: grid;
  grid-template-columns: 47px minmax(140px, 1fr) minmax(84px, 144px) minmax(132px, 175px) minmax(109px, 133px);
  column-gap: 27px;
  align-items: center;
  padding: 10px 0 10px;
}
.table__item:not(:last-child, :first-child) {
  border-bottom: 1px solid #e9ecef;
}
.table__item:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .table__item {
    grid-template-columns: auto;
    row-gap: 15px;
    padding: 11px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .table__item:not(:last-child, :first-child) {
    border-bottom: none;
  }
}
.table__item_head {
  background-color: #f3f2f7;
  margin-right: -22px;
  margin-left: -20px;
  padding-right: 22px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5e5873;
}
@media (max-width: 767.98px) {
  .table__item_head {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .table__cell {
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
  }
  .table__cell::before {
    content: attr(data-title);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5e5873;
    max-width: 132px;
  }
}
.table__cell_task {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #7367f0;
}
@media (max-width: 767.98px) {
  .table__cell_task {
    line-height: 1.0714285714;
    align-items: flex-start;
  }
}
.table__cell_status span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 17px;
  padding: 1px 4.5px;
}
.table__cell_status span.at-work {
  color: #7367f0;
  background: rgba(115, 103, 240, 0.12);
}
.table__cell_status span.done {
  color: #28c76f;
  background: rgba(40, 199, 111, 0.12);
}
.table__cell_date {
  font-size: 12px;
  line-height: 1.25;
  color: #6e6b7b;
}

.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
@media (any-hover: hover) {
  .pagging a:hover {
    text-decoration: none;
  }
}
.pagging__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  padding: 1px 7px;
  width: 32px;
  height: 32px;
}
.pagging__arrow svg {
  width: 12px;
  height: 12px;
}
.pagging__arrow_next svg {
  transform: translate(180deg);
}
.pagging__list {
  display: flex;
  column-gap: 8px;
}
.pagging__list li span {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2px;
  color: rgba(94, 88, 115, 0.25);
}
@media (max-width: 767.98px) {
  .pagging__list li:nth-child(3), .pagging__list li:nth-child(4), .pagging__list li:nth-child(6), .pagging__list li:nth-child(7) {
    display: none;
  }
}
.pagging__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #5e5873;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  padding: 1px 7px;
  width: 32px;
  height: 32px;
}
.pagging__item.active {
  color: #7367f0;
  border: 1px solid #7367f0;
}

.projects:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .projects:not(:last-child) {
    margin-bottom: 40px;
  }
}
.active-projects {
  padding: 20px 21px 24px;
}
@media (max-width: 767.98px) {
  .active-projects {
    padding: 15px 11px 0;
  }
}
.active-projects__title:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .active-projects__title:not(:last-child) {
    margin-bottom: 25px;
  }
}
.active-projects__label {
  color: #5e5873;
  padding: 15px 21px 10px;
  background-color: #f3f2f7;
  margin-left: -21px;
  margin-right: -21px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.084em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .active-projects__label {
    margin-left: -11px;
    margin-right: -11px;
  }
}
.active-projects__item:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
}

.active-project {
  display: flex;
  column-gap: 50px;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .active-project {
    flex-direction: column;
    row-gap: 15px;
    padding: 15px 0;
  }
}
.active-project__about {
  flex: 0 0 184px;
  display: flex;
  column-gap: 11px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .active-project__about {
    flex: 1 1 auto;
    justify-content: flex-start;
  }
}
.active-project__avatar {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
}
.active-project__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active-project__info {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.active-project__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6b7b;
}
.active-project__decsription {
  font-size: 12px;
  line-height: 1.5;
  color: #b9b9c3;
}
.active-project__body {
  flex: 0 1 581px;
}
.active-project__stage {
  display: flex;
  flex-direction: column;
  opacity: 0.2;
}
.active-project__stage:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .active-project__stage:not(:last-child) {
    margin-bottom: 15px;
  }
}
.active-project__stage_current {
  opacity: 1;
}
.active-project__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #5e5873;
}
.active-project__label:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .active-project__label {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }
  .active-project__label:not(:last-child) {
    margin-bottom: 10px;
  }
}
.active-project__label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #b9b9c3;
}
.active-project__line {
  position: relative;
  border-radius: 6px;
  height: 6px;
  background-color: #f3f2f7;
}
.active-project__line:not(:last-child) {
  margin-bottom: 6px;
}
.active-project__line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #7367f0;
  border-radius: 6px;
}
.active-project__time {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #b9b9c3;
}
.active-project__time:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .active-project__time:not(:last-child) {
    margin-bottom: 15px;
  }
}
.active-project__download {
  display: flex;
  column-gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #7367f0;
  box-shadow: 0px 4px 14px rgba(115, 103, 240, 0.38);
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 100%;
  align-self: start;
}
.active-project__download:not(:last-child) {
  margin-bottom: 10px;
}
.active-project__download svg {
  width: 18px;
  height: 18px;
}

.stats__button {
  margin-left: auto;
  width: 312px;
}
.stats__button:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .stats__button {
    align-self: stretch;
    width: 100%;
  }
  .stats__button:not(:last-child) {
    margin-bottom: 40px;
  }
}
.stats__body {
  padding: 11px 22px 19px 20px;
}
@media (max-width: 767.98px) {
  .stats__body {
    padding: 15px 10px 20px;
  }
}
.stats__header {
  display: grid;
  grid-template-columns: minmax(107px, 186px) 1fr;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.stats__header:not(:last-child) {
  margin-bottom: 11px;
}
@media (max-width: 991.98px) {
  .stats__header {
    grid-template-columns: auto;
    row-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .stats__header:not(:last-child) {
    margin-bottom: 22px;
  }
}
.stats__selection {
  display: grid;
  grid-template-columns: 259px 142px 209px;
  column-gap: 10px;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #7367f0;
}
@media (max-width: 767.98px) {
  .stats__selection {
    grid-template-columns: auto;
    row-gap: 15px;
  }
}
.stats__date {
  position: relative;
  height: 36px;
}
.stats__date input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #7367f0;
  border-radius: 5px;
  padding: 0 12px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  caret-color: transparent;
  background: url("/actions/cabinet/img/icons/calendar.svg") right 12px top 10px no-repeat;
  cursor: pointer;
}
.stats__date input::placeholder {
  color: inherit;
}
.stats__date input:focus {
  outline: none;
}
.stats__table:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .stats__table:not(:last-child) {
    margin-bottom: 20px;
  }
}
.months-stats {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .months-stats {
    justify-content: start;
  }
}
.months-stats__list {
  display: flex;
  column-gap: 24px;
}
.months-stats__item a {
  color: #5e5873;
}
.months-stats__item a.active {
  color: #7367f0;
}
.months-stats__item a:hover {
  text-decoration: none;
}

.settings-user__block {
  padding: 20px 20px 30px 20px;
}
.settings-user__block:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .settings-user__block {
    padding: 15px 11px 20px 11px;
  }
}
.settings-user__title {
  border-bottom: 1px solid #ebe9f1;
  padding-bottom: 19px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.settings-user__title:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .settings-user__title {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
  }
  .settings-user__title:not(:last-child) {
    margin-bottom: 9px;
  }
}
.settings-user__form {
  display: flex;
  column-gap: 17px;
}
@media (max-width: 768.98px) {
  .settings-user__form {
    flex-direction: column;
    row-gap: 20px;
  }
}
.settings-user__column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex: 0 1 calc((100% - 17px) / 2);
}
.settings-user__line {
  flex: 1 1 auto;
}
.settings-user__line label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  color: #6e6b7b;
  cursor: pointer;
}
.settings-user__line label:not(:last-child) {
  margin-bottom: 7px;
}
.settings-user__input input {
  border: 1px solid #d8d6de;
  border-radius: 5px;
  height: 38px;
  width: 100%;
  padding: 0 28px 0 15px;
  font-size: 12px;
  line-height: 2;
  color: #5e5873;
  cursor: pointer;
}
.settings-user__input_edit {
  display: flex;
}
.settings-user__input_edit input {
  background: url("/actions/cabinet/img/icons/edit.svg") center right 12px no-repeat;
}
.settings-user__button {
  width: 100%;
}

.archive {
  padding: 19px 22px 19px 20px;
}
@media (max-width: 768.98px) {
  .archive {
    padding: 15px 10px 20px 10px;
  }
}
.archive__title:not(:last-child) {
  margin-bottom: 19px;
}
@media (max-width: 768.98px) {
  .archive__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
  }
}
.archive__table:not(:last-child) {
  margin-bottom: 17px;
}
.notifications {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .notifications {
    padding: 15px 10px 20px 10px;
  }
}
.notifications__title {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ebe9f1;
}
@media (max-width: 767.98px) {
  .notifications__title {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
  }
}
.notifications__item {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.notifications__item:not(:last-child) {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe9f1;
}
@media (max-width: 767.98px) {
  .notifications__item {
    padding-top: 15px;
  }
  .notifications__item:not(:last-child) {
    padding-bottom: 15px;
  }
}
.notifications__body {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.notifications__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 49px;
  width: 49px;
  height: 42px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .notifications__icon {
    flex: 0 0 35px;
    width: 35px;
    height: 30px;
  }
}
.notifications__icon_success {
  background: rgba(40, 199, 111, 0.12);
}
@media (max-width: 767.98px) {
  .notifications__icon_success img {
    width: 16px;
  }
}
.notifications__icon_canceled {
  background: rgba(234, 84, 85, 0.12);
}
@media (max-width: 767.98px) {
  .notifications__icon_canceled img {
    width: 18px;
  }
}
.notifications__icon_new {
  background: rgba(115, 103, 240, 0.12);
}
@media (max-width: 767.98px) {
  .notifications__icon_new img {
    width: 18px;
  }
}
.notifications__content {
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.5;
  color: #6e6b7b;
}
@media (max-width: 767.98px) {
  .notifications__content {
    font-size: 10px;
    line-height: 1.5;
  }
}
.notifications__head {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.notifications__head:not(:last-child) {
  margin-bottom: 6px;
}
.notifications__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.031em;
}
@media (max-width: 767.98px) {
  .notifications__heading {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}
.notifications__heading_success {
  color: #28c76f;
}
.notifications__heading_canceled {
  color: #ea5455;
}
.notifications__heading_new {
  color: #7367f0;
}
.documents__item:not(:last-child) {
  margin-bottom: 30px;
}
.documents__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 20px;
}
@media (max-width: 767.98px) {
  .documents__body {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.documents__name {
  display: flex;
  column-gap: 9px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #5e5873;
}
.documents__name::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 24px;
  background: url("/actions/cabinet/img/icons/documents.svg") 0 0 no-repeat;
}
.documents__button {
  flex: 0 0 220px;
  display: inline-block;
}
.documents__button input[type=file] {
  display: none;
}
@media (max-width: 767.98px) {
  .documents__button {
    flex: 1 0 37px;
    width: 100%;
  }
}

.servers {
  padding: 20px;
}
.servers__title:not(:last-child) {
  margin-bottom: 18px;
}
.servers__table {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px;
  grid-auto-rows: minmax(40px, auto);
}
@media (max-width: 767.98px) {
  .servers__table {
    grid-template-rows: auto;
    row-gap: 15px;
    border-bottom: none;
  }
}
.servers__item {
  padding: 12px 0 16px;
  display: grid;
  grid-template-columns: minmax(auto, 262px) minmax(66px, auto);
  align-items: center;
}
.servers__item:not(:last-child, :first-child) {
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 767.98px) {
  .servers__item {
    grid-template-columns: auto;
    row-gap: 16px;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .servers__item:not(:last-child, :first-child) {
    border-bottom: none;
  }
}
.servers__item_head {
  background-color: #f3f2f7;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5e5873;
}
@media (max-width: 767.98px) {
  .servers__item_head {
    display: none;
  }
}
.servers__cell_status span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 17px;
  padding: 1px 6px;
}
.servers__cell_status span.active {
  color: #28c76f;
  background: rgba(40, 199, 111, 0.12);
}
.servers__cell_status span.inactive {
  color: #ea5455;
  background: rgba(234, 84, 85, 0.12);
}
@media (max-width: 767.98px) {
  .servers__cell_status {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  .servers__cell_status::before {
    content: attr(data-title);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5e5873;
    max-width: 132px;
  }
}
.servers__heading {
  display: flex;
  align-items: center;
  column-gap: 11px;
}
.servers__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
}
.servers__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servers__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6b7b;
}

.task__header:not(:last-child) {
  margin-bottom: 30px;
}
.task__wrapper {
  display: flex;
  column-gap: 20px;
}
.task__main {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  flex: 1 1 584px;
}
@media (max-width: 768.98px) {
  .task__main {
    row-gap: 40px;
  }
}
.task__body {
  flex: 1 1 auto;
  padding: 20px 21px 23px;
}
@media (max-width: 768.98px) {
  .task__body {
    padding: 20px 10px 20px;
  }
}
.task__title {
  border-bottom: 1px solid #e9ecef;
  margin-right: -21px;
  margin-left: -21px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 18px;
}
.task__title:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .task__title {
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.task__performer:not(:last-child) {
  margin-bottom: 20px;
}
.task__content {
  min-height: 108px;
}
.task__content:not(:last-child) {
  margin-bottom: 20px;
}
.task__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #6e6b7b;
}
.task__content p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 768.98px) {
  .task__content p {
    font-size: 12px;
  }
}
.task__image {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
}
.task__image:not(:last-child) {
  margin-bottom: 20px;
}
.task__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768.98px) {
  .task__image:not(:last-child) {
    margin-bottom: 12px;
  }
}
.task__button {
  width: 312px;
}
.task__button input[type=file] {
  display: none;
}
@media (max-width: 768.98px) {
  .task__button {
    width: 100%;
  }
}
.task__aside {
  flex: 0 1 310px;
}
@media (max-width: 768.98px) {
  .task__aside {
    display: none;
  }
}
.task__priority:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .task__priority:not(:last-child) {
    margin-bottom: 40px;
  }
}
.header-task {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 20px;
}
@media (max-width: 768.98px) {
  .header-task {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.header-task__heading {
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768.98px) {
  .header-task__heading {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.header-task__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6428571429;
  color: #5e5873;
}
.header-task__name {
  color: #5e5873;
}
@media (max-width: 768.98px) {
  .header-task__name {
    font-size: 26px;
  }
}
.header-task__num {
  color: #7367f0;
}
.header-task__button {
  flex: 0 1 312px;
}
@media (max-width: 768.98px) {
  .header-task__button {
    flex: 1 1 auto;
    width: 100%;
  }
}

.performer {
  display: flex;
  column-gap: 14px;
  align-items: center;
}
.performer__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.performer__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performer__info span {
  display: block;
}
.performer__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6428571429;
  color: #5e5873;
}
.performer__name:not(:last-child) {
  margin-bottom: 3px;
}
.performer__description {
  font-size: 12px;
  line-height: 1.5;
  color: #b9b9c3;
}

.actions-task {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 768.98px) {
  .actions-task {
    flex-direction: column;
    row-gap: 10px;
  }
}
.actions-task__button {
  flex: 1 1 100%;
}

.priority {
  padding: 20px 21px 30px;
}
.priority__performer:not(:last-child) {
  margin-bottom: 30px;
}
.priority__title:not(:last-child) {
  margin-bottom: 12px;
}
.priority__list {
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
}
@media (max-width: 768.98px) {
  .priority__list {
    max-width: 260px;
  }
}
.priority__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #5e5873;
  border: 1px solid #6e6b7b;
  border-radius: 4px;
  cursor: pointer;
}
.priority__item.active {
  border: 1px solid #7367f0;
  background-color: #7367f0;
  color: #ffffff;
}

.comments-task {
  display: flex;
  flex-direction: column;
  padding: 20px 21px 30px;
  min-height: 204px;
}
.comments-task_add {
  display: none;
}
.comments-task_not-empty {
  display: none;
}
.comments-task__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
}
.comments-task__description:not(:last-child) {
  margin-bottom: 15px;
}
.comments-task__items {
  flex: 1 1 auto;
  padding-bottom: 35px;
}
.comments-task__items:not(:last-child) {
  margin-bottom: 15px;
}
.comments-task__item {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.comments-task__item:not(:last-child) {
  margin-bottom: 20px;
}
.comments-task__avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 31px;
  overflow: hidden;
}
.comments-task__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments-task__body {
  flex: 1 1 auto;
}
.comments-task__row {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.comments-task__row:not(:last-child) {
  margin-bottom: 8px;
}
.comments-task__author {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1666666667;
}
.comments-task__date {
  font-size: 12px;
  line-height: 1.5;
  color: #b9b9c3;
}
.comments-task__comment {
  font-weight: 500;
  font-size: 16px;
  line-height: 0.75;
  letter-spacing: 0.01em;
}
.comments-task__input {
  position: relative;
  height: 42px;
  border: 1px solid #f3f2f7;
  border-radius: 5px;
}
.comments-task__input:not(:last-child) {
  margin-bottom: 10px;
}
.comments-task__text {
  width: 100%;
  height: 100%;
  padding: 0 36px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0.75;
  letter-spacing: 0.01em;
  color: #5e5873;
}
.comments-task__text::placeholder {
  font-size: 14px;
  line-height: 0.8571428571;
  font-style: italic;
  color: #5e5873;
}
.comments-task__file {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("/actions/cabinet/img/icons/pin.svg") center no-repeat;
}
.comments-task__file input {
  display: none;
}
.comments-task__button {
  width: 100%;
}
.comments-task__button:not(:last-child) {
  margin-bottom: 10px;
}

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