html {
  overflow-x: hidden;
}

body {
  background: radial-gradient(27% 9% at 28% 15%, rgba(182, 150, 171, 0.3) 0%, rgba(182, 150, 171, 0.21) 52.08%, rgba(182, 150, 171, 0) 100%), radial-gradient(27% 9% at 80% 12%, rgba(23, 113, 169, 0.4) 0%, rgba(23, 113, 169, 0.3) 52.08%, rgba(23, 113, 169, 0) 100%), radial-gradient(27% 9% at 46% 30%, rgba(23, 113, 169, 0.4) 0%, rgba(23, 113, 169, 0.3) 52.08%, rgba(23, 113, 169, 0) 100%), radial-gradient(27% 9% at 85% 35%, rgba(182, 150, 171, 0.3) 0%, rgba(182, 150, 171, 0.21) 52.08%, rgba(182, 150, 171, 0) 100%), radial-gradient(27% 9% at 20% 44%, rgba(182, 150, 171, 0.3) 0%, rgba(182, 150, 171, 0.21) 52.08%, rgba(182, 150, 171, 0) 100%), radial-gradient(27% 9% at 77% 46%, rgba(23, 113, 169, 0.4) 0%, rgba(23, 113, 169, 0.3) 52.08%, rgba(23, 113, 169, 0) 100%), radial-gradient(27% 9% at 23% 59%, rgba(23, 113, 169, 0.4) 0%, rgba(23, 113, 169, 0.3) 52.08%, rgba(23, 113, 169, 0) 100%), radial-gradient(27% 9% at 74% 65%, rgba(182, 150, 171, 0.3) 0%, rgba(182, 150, 171, 0.21) 52.08%, rgba(182, 150, 171, 0) 100%), radial-gradient(27% 9% at 18% 73%, rgba(226, 192, 144, 0.2) 0%, rgba(226, 192, 144, 0.14) 52.08%, rgba(226, 192, 144, 0) 100%), radial-gradient(27% 9% at 72% 81%, rgba(23, 113, 169, 0.4) 0%, rgba(23, 113, 169, 0.3) 52.08%, rgba(23, 113, 169, 0) 100%), radial-gradient(27% 9% at 56% 90%, rgba(182, 150, 171, 0.3) 0%, rgba(182, 150, 171, 0.21) 52.08%, rgba(182, 150, 171, 0) 100%), #0F1D65;
  overflow-x: hidden;
}

.profile__background-grey {
  background-color: #EFF1F8;
  padding: 40px 0 100px;
}

.profile__description-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  width: 85%;
}

.profile__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 44px;
  padding: 40px;
}
.profile__details .profile__description-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile__details svg {
  width: 32px;
  height: 32px;
}
.profile__details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.profile__details div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 44px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.profile__details div:nth-child(2n) {
  min-width: 160px;
}
.profile__details div:last-child {
  width: 80%;
}

.profile__details-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.profile-wrap {
  position: relative;
  background-color: #F8F9FD;
  margin: 0 auto 64px;
  border-radius: 12px;
  padding: 32px !important;
}

.profile__background {
  position: absolute;
}

.profile__top-block-person {
  padding-top: 200px;
}
.profile__top-block-person .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile__top-block-details {
  width: 81%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.profile__bottom-block-details {
  width: 81%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 81px;
  margin: auto 0;
}

.profile__bottom-block-details >div:not(:first-child){
  display: none;
}

.profile__bottom-person-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  margin-top: -60px;
  border-bottom: 1px solid #fff;
}
.profile__bottom-person-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  z-index: 5;
  background-color: #fff;
}
.profile__bottom-person-block img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: relative;
  top: -113px;
  left: 24px;
  object-fit: cover;
}

.profile__wrapper-img {
  width: 184px;
  height: 184px;
  position: relative;
  left: 12px;
  background-image: url("/local/templates/ik/img/frame-avatar.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.profile__wrapper-img svg {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  z-index: 6;
}
.profile__wrapper-img svg:hover circle {
  fill: #5FAAFE;
}

.profile__name-title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.profile__edit-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.profile__edit-block svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.profile__edit-block div:last-child {
  height: 16px;
  margin: auto 0;
}
.profile__edit-block:hover {
  color: #fff;
}
.profile__edit-block:hover path {
  fill-opacity: 1;
}

.profile__title-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 32px;
  background: -webkit-gradient(linear, left top, right top, from(#2D5AC2), to(#77438F));
  background: linear-gradient(90deg, #2D5AC2 0%, #77438F 100%);
  border-radius: 12px 12px 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.profile__white-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  max-height: 416px;
}
.profile__white-block_documents-templates{
  max-height: 100%;
}
.profile__white-block a:nth-child(2n) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.profile__button-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
  border: 1px solid #2E90FD;
  color: #2E90FD;
  cursor: pointer;
  gap: 8px;
  border-radius: 30px;
}
.profile__button-send svg {
  width: 16px;
  height: 16px;
}

.profile__title-services {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__image-services {
  width: 48px;
  height: 48px;
}

.profile__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.profile__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 43px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  display: none;
}

.profile__one-item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  cursor: pointer;
}
.profile__one-item-menu:hover {
  opacity: 0.6;
}
.profile__one-item-menu:hover path {
  opacity: 0.6;
}

.profile__wrapper-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 16px;
}
.profile__wrapper-services .profile__white-block {
  height: 100%;
  width: calc((100% - 32px) / 3);
  padding: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__wrapper-services > a{
  width: calc((100% - 32px) / 3);
}
.profile__wrapper-services a {
  color: #2E90FD;
}

.profile__details-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}

.profile__notification-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__plus-project-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 416px;
  background-color: #EFF1F8;
  border-radius: 12px;
}
.profile__plus-project-wrapper-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.profile__plus-project-wrapper-content svg{
    margin: 0 auto;
}

.profile__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 20px 0 24px;
}

.profile__projects-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding-top: 72px;
  flex-wrap: wrap;
}
.profile__projects-block a {
  width: calc((100% - 32px) / 3);
}
.profile__projects-block a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.profile__projects-block img {
  height: 265px;
  border-radius: 12px 12px 0 0;
}

.profile__text-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 20px 20px 32px;
}
.profile__text-projects div:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.profile__text-projects div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__webinars-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding-top: 72px;
}
.profile__webinars-block a {
  width: calc((100% - 32px) / 3);
}
.profile__webinars-block img {
  border-radius: 5px 5px 0 0;
}

.profile__one-webinars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}
.profile__one-webinars img {
  width: 100%;
}
.profile__one-webinars div {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__documents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.profile__documents-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

.profile__documents-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}

.profile__one-document {
    gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  padding: 24px;
  cursor: pointer;
}
.profile__one-document:nth-child(2n) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.profile__one-document:last-child {
  border-bottom: none;
}

.profile__name-document {
  width: 65%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__details-document {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
   height: fit-content;
    margin: auto 0;
}

.profile__download-block {
  height: fit-content;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
}

.profile__block-notifications {
  margin-bottom: 32px;
}
.profile__block-notifications a:first-child {
  border-radius: 12px 12px 0 0;
}
.profile__block-notifications a:last-child {
  border-radius: 0 0 12px 12px;
}
.profile__block-notifications a:hover {
  background: rgba(30, 50, 152, 0.07);
}

.profile__wrapper-documents {
  max-width: 1272px;
  width: 100%;
  padding-top: 33px;
  margin: -9px auto 0;
}

.profile__secondary-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}

.profile__chat {
  position: fixed;
  right: 77px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 80px;
  height: 80px;
  z-index: 6;
  
  display: none;
}
.profile__chat div {
  width: 80px;
  height: 80px;
  background-color: #2E90FD;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5.6px 22.4px rgba(5, 14, 58, 0.12);
          box-shadow: 0px 5.6px 22.4px rgba(5, 14, 58, 0.12);
}
.profile__chat div span {
  width: 40px;
  height: 40px;
  background-image: url("/local/templates/ik/img/chat-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.profile__chat div:hover {
  background-color: #5FAAFE;
}

.appeal__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0F1D65;
  padding-top: 145px;
  padding-bottom: 75px;
}

.appeal__bottom-block {
  background: #fff;
}

.appeal__back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.appeal__back-button div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.appeal__back-button svg {
  width: 9px;
  height: 24px;
}

.appeal__block-application-corporation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 56px;
}
.appeal__block-application-corporation div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.appeal__title {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1.25px;
  color: #FFFFFF;
}
.appeal__subtitle{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.84);
}
.appeal__wrapper-persone-data{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin: 32px 0;
}
.appeal__wrapper-persone-data .profile__wrapper-img{
  left: 0;
  top: 0;
}
.appeal__wrapper-name-job-title{
  height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
  margin: auto 0;
}
.appeal__wrapper-icon-title-top{
  width: max-content;
}
.appeal__wrapper-persone-data img{
  width: 87%;
    height: 87%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.appeal__wrapper-name-job-title h4{
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.75px;
  color: #FFFFFF;
  margin: 0;
}
.appeal__wrapper-name-job-title div{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.84);
}

.appeal__details {
  max-width: 576px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.84);
}

.appeal__icon-block {
  width: 64px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}

.appeal__hidden-input{
  display: none;
}

.cabinet-page__inputs-wrapper > div {
  position: relative;
}
.cabinet-page__inputs-wrapper_additional-materials{
  width: fit-content;
}

.cabinet-page__inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.wrap_appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 34%;
  margin: 0 auto;
  padding: 64px 0 100px;
}
.wrap_appeal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wrap_appeal input, .wrap_appeal textarea {
  width: 100%;
  max-width: 608px;
  background-color: #EFF1F8;
  border-radius: 12px;
  border: none;
}
.wrap_appeal input {
  height: 60px;
  text-indent: 16px;
  padding-top: 18px;
}
.wrap_appeal input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
/*
.wrap_appeal input::-webkit-input-placeholder {
  opacity: 1;
}
.wrap_appeal input::-moz-placeholder {
  opacity: 1;
}
.wrap_appeal input:-moz-placeholder {
  opacity: 1;
}
.wrap_appeal input:-ms-input-placeholder {
  opacity: 1;
}
.wrap_appeal input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.wrap_appeal input:focus::-moz-placeholder {
  opacity: 0;
}
.wrap_appeal input:focus:-moz-placeholder {
  opacity: 0;
}
.wrap_appeal input:focus:-ms-input-placeholder {
  opacity: 0;
}*/
.wrap_appeal textarea {
  padding-top: 40px;
  padding-left: 16px;
  height: 200px;
  resize: none;
}
.wrap_appeal textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.wrap_appeal textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.wrap_appeal textarea:focus:-moz-placeholder {
  color: transparent;
}
.wrap_appeal textarea:focus::-moz-placeholder {
  color: transparent;
}
.wrap_appeal textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.wrap_appeal button {
  width: 192px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 32px;
  gap: 8px;
  height: 56px;
  background-color: #E32144;
  color: #fff;
  border-radius: 1000px;
  border: none;
  margin: 12px auto 0;
  padding: 14px 32px;
}
.wrap_appeal button:hover {
  background-color: #FF3F62;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form-control:focus ~ .placeholder:not(.placeholder_textarea),
.form-control:valid ~ .placeholder:not(.placeholder_textarea) {
  /*display: none;*/
  top: 25%;
}
.format-xlsx label {
  margin-top: 0;
}
.format-xlsx svg {
  margin: auto 0;
  min-width: 24px;
}
.placeholder {
  position: absolute;
  /*left: 5px;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  padding-left: 16px;
  font-family: "Golos";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}

.placeholder-uneditable{
  top: 25%;
}

.color-star {
  color: #2E90FD;
  vertical-align: super;
  font-size: 8px;
}

.visually-hidden {
  position: absolute;
  width: 1px !important;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.appeal__drop-zone {
  position: relative;
  cursor: pointer;
  margin-top: 12px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.appeal__drop-zone-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2E90FD;
}

.appeal__drop-zone-text:hover{
  opacity: 0.8;
}

.wrap_appeal-top {
  max-width: 850px;
}
.wrap_appeal-bottom{
  background-color: #fff;
}

.error-border {
  border: 2px solid #FF8BA0 !important;
}

.cabinet-page__text-error {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-left: 22px;
  color: #FF8BA0 !important;
}

.profile__wrapper-documents_mobile {
  display: none;
}

.appeal__title-form{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: -16px;
}
.appeal__title-form_second{
  margin-top: 24px;
}
.appeal__description-text{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  margin-top: -4px;
}
.button_project-support{
  margin-top: 8px;
}

.cabinet-page__type-select-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 18px;
  width: 100%;
  /*height: 60px;*/
  color: rgba(0, 0, 0, 0.38);
}
.cabinet-page__type-select-item:last-child {
  border-radius: 0 0 12px 12px;
}
.cabinet-page__type-select-item:hover {
  background: #EFF1F8;
}
.cabinet-page__type-select {
  position: relative;
  background: rgba(30, 50, 152, 0.07);
  border-radius: 12px;
  border: none;
  width: 33%;
  height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
  z-index: 1;
}
.cabinet-page__type-select:hover {
  background-color: rgba(30, 50, 152, 0.12);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cabinet-page__type-select.is-active .cabinet-page__type-select-body {
  display: block;
}

.cabinet-page__type-select-header {
  border: none;
  width: 100%;
  height: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-page__type-select-current {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(0, 0, 0, 0.38) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabinet-page__type-select-icon {
  margin: auto 16px auto auto;
  width: 16px;
  height: 8px;
  background-image: url("/local/templates/ik/img/cabinet-select-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.cabinet-page__icon-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.active-input {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.38);
  border-radius: 12px 12px 0 0;
}
.cabinet-page__type-select-header.active-input {
  -webkit-box-shadow: 0px 8px 32px rgba(5, 14, 58, 0.12);
          box-shadow: 0px 8px 32px rgba(5, 14, 58, 0.12);
}
.select-input {
    background-color: #0F1D65 !important;
    color: #fff !important;
}
.cabinet-page__type-select-body {
  border: none;
  border-top: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0px 33px 32px rgba(5, 14, 58, 0.12);
          box-shadow: 0px 33px 32px rgba(5, 14, 58, 0.12);
}
.profile__wrapper-popup-succes {
  display: none;  
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0,0,0,.5);
  z-index: 10;
}

.profile__wrapper-popup-succes button {
  width: 192px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 32px;
  gap: 8px;
  height: 56px;
  background-color: #E32144;
  color: #fff;
  border-radius: 1000px;
  border: none;
  margin: 12px auto 0;
  padding: 14px 32px;
}
.profile__wrapper-popup-succes button:hover {
  background-color: #FF3F62;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.profile__popup-succes {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  max-width: 616px;
  max-height: 384px;
  width: 100%;
  padding-top: 64px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
}

.profile__popup-succes button {
  margin-bottom: 80px;
}

.profile__popup-wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

.profile__popup-wrapper-text svg {
  position: absolute;
  right: -38px;
  top: 0;
  cursor: pointer;
}

.profile__popup-block-number {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0 48px;
}

.profile__popup-title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.87);
}

.profile__popup-text-number {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.profile__popup-number-appeal {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.profile__consent {
  position: relative;
  margin-bottom: 1rem;
  z-index: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.profile__consent a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.profile__consent input, .profile__consent label {
  cursor: pointer;
}


.profile__consent input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.profile__consent label {
  padding-left: 25px;
  font-size: 1rem;
  cursor: pointer;
}

.profile__consent label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.1s linear, border 0.1s linear;
  transition: background-color 0.1s linear, border 0.1s linear;
}

.profile__consent label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-color: 3FA6F6;
  opacity: 0;
  position: absolute;
  background-image: url(../img/icon-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #E32144;
  top: 9px;
  left: 3px;
  z-index: 2;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.profile__consent input:checked + label:before {
  border-color: #E32144;
  background-color: #0F1D65;
}

.profile__consent input:checked + label:after {
  opacity: 1;
}

.block-aggregator-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin: 32px 0 64px;
}
.block-aggregator-support__one-tag {
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px 12px;
  gap: 4px;
  background: rgba(15, 29, 101, 0.8);
  border-radius: 4px;
  margin-bottom: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.profile__title-services_block-aggregator-support{
  font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
}
.appeal__top-block_aggregator-support {
  padding-bottom: 0;
  padding-top: 0;
}
.block-aggregator-support__description-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  margin-top: 4px;
}

.block-aggregator-support__description-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.block-aggregator-support__type-person {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.profile__block-text_block-aggregator-support {
  gap: 4px;
  margin: 0;
}
.profile__white-block_block-aggregator-support {
  width: 100%  !important;
  gap: 16px;
}
.profile__white-block_block-aggregator-support:hover {
  -webkit-box-shadow: 0px 8px 32px rgba(5, 14, 58, 0.12);
          box-shadow: 0px 8px 32px rgba(5, 14, 58, 0.12);
  cursor: pointer;
}
.block-aggregator-support__background-grey {
  background-color: #EFF1F8;
  padding: 48px 0 100px;
}
.block-aggregator-support__background-grey .main-consultation {
  width: calc(67% - 8px);
  background: rgba(15, 29, 101, 1);
}
.block-aggregator-support__clear-filters {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  cursor: pointer;
}
.block-aggregator-support__clear-filters > div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.block-aggregator-support__clear-filters > svg {
  margin: 7px 0 0;
}
.block-aggregator-support__select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.wrap_block-aggregator-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}
.block-aggregator-support__clear-filters:hover path {
  stroke: #2E90FD;
}
.block_aggregator-support__hidden-input-text{
  display: none;
}
.display-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}






.project-details__first-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.project-details__first-block .project-details__description-text {
  border-radius: 0 12px 12px 0;
    width: 60%;
}

.project-details__second-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  margin: 32px 0 48px;
}

.project-details__third-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.project-details__third-block h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  padding: 20px 32px;
  background: -webkit-gradient(linear, left top, right top, from(#2D5AC2), to(#77438F));
  background: linear-gradient(90deg, #2D5AC2 0%, #77438F 100%);
  margin: 0;
  border-radius: 12px 12px 0 0;
}

.project-details__description-text {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
.project-details__description-text > div {
  padding: 12px 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.project-details__description-text > div:last-child {
  border-bottom: none;
}
.project-details__description-text > div span {
  color: rgba(0, 0, 0, 0.38);
}
.project-details__description-text > div > div:first-child {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.38);
}
.project-details__description-text > div > div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.project-details__description-text > div > div:nth-child(3) {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.project-details__third-left-container {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.project-details__third-left-container > div {
  border-radius: 12px;
}

.project-details__third-rigth-container {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
}

.project-details__title-timeline {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin: 20px 32px 16px;
}

.project-details__timeline {
  margin: 0 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}

.project-details__show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2E90FD;
  margin: 32px 24px 40px;
  cursor: pointer;
}
.project-details__show-more svg {
  margin: auto 0;
}

.block-aggregator-support_project-details {
  margin-bottom: 182px;
}

.wrap_project-details {
  margin-top: -182px;
}

.project-details__timeline-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-details__timeline-dates > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-details__timeline-dates > div > div:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2E90FD;
}
.project-details__timeline-dates > div > div:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.project-details__timeline-dates > div:nth-child(2) {
  margin-left: 21%;
}

.project-details__timeline-indicator {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.project-details__description-timeline >div {
  display: none;
}
.project-details__timeline-line {
  width: 57%;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#BFDDFF), to(#8AC1FF));
  background: linear-gradient(90deg, #BFDDFF 0%, #8AC1FF 100%);
}

.project-details__timeline-checkpoint {
  position: absolute;
  width: 1px;
  height: 32px;
  background: #7890C1;
  top: -8px;
}
.project-details__timeline-checkpoint:first-child {
  left: 0;
}
.project-details__timeline-checkpoint:nth-child(2) {
  left: 14%;
}
.project-details__timeline-checkpoint:nth-child(3) {
  right: 43%;
  top: 0;
}
.project-details__timeline-checkpoint:last-child {
  right: 0;
}
.project-details__timeline-initiation{
    margin-left: 164px;
}
.project-details__timeline-initiation > div:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
}
.project-details__timeline-initiation > div:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.appeal__top-block_project-details{
    padding-bottom: 0;
}

.project-details__slider {
  max-height: 524px;
  max-width: 524px;
  position: relative;
}
.project-details__image{
  max-width: 524px;
  width: 100%;
  object-fit: cover;
    height: 524px;
    border-radius: 12px 0 0 12px;
}
.appeal__wrapper .cabinet-page__type-select {
  width: 100%;
}
.project-details__slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  border-radius: 50%;
}
.project-details__slider .slick-arrow:hover {
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
}
.project-details__slider .slick-next.slick-arrow {
  right: 12px;
  background-image: url(/local/templates/ik/img/project-details/right-arrow.png);
}
.project-details__slider .slick-next.slick-arrow:hover {
  background-image: url(/local/templates/ik/img/project-details/right-arrow-hover.png);
}
.project-details__slider .slick-prev.slick-arrow {
  left: 12px;
  background-image: url(/local/templates/ik/img/project-details/left-arrow.png);
}
.project-details__slider .slick-prev.slick-arrow:hover {
  background-image: url(/local/templates/ik/img/project-details/left-arrow-hover.png);
}
.project-details__slider .slick-dots {
  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;
  position: absolute;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 8px 12px;
  gap: 8px;
  margin: 0 auto 16px;
  left: 0;
  right: 0;
  width: 16%;
}
.project-details__slider .slick-dots .slick-active button {
  background-color: #fff;
}
.project-details__slider .slick-dots li {
  position: relative;
  list-style: none;
  margin: 0;
  width: 8px;
  height: 8px;
}
.project-details__slider .slick-dots li button {
  border: none !important;
  border-radius: 50% !important;
  padding: 0;
}
.project-details__slider .slick-dots button {
  position: absolute;
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.project-details__slider .slick-dots li button:hover {
  background-color: #fff;
}
.project-details__additional-block{
  max-width: 605px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  margin-top: 24px;
}
.project-details__additional-block a{
  color: rgba(0, 0, 0, 0.38) !important;
}
.project-details__form{
    width: calc(65% - 12px) !important;
  padding: 20px 32px 64px;
  border-radius: 12px;
  margin: 48px 0 0;
}
.project-details__form h5{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background: none;
  padding: 0;
  margin: 0 0 24px;
}
.project-details__form button{
  margin-top: 0;
}
.project-details__form .profile__consent{
  margin-bottom: 8px;
}
.cabinet-page__inputs-wrapper_project-details{
  margin: 12px 0 20px;
}


.slick-list.draggable{
    border-radius: 12px 0 0 12px;
}
.aggregator-details__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.aggregator-details__main-block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.aggregator-details__main-block ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
.aggregator-details__main-block li::marker {
  color: #2E90FD;
  font-size: 22px;
}

.aggregator-details__measure-description {
  width: 67%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 32px 32px 64px;
  border-radius: 12px;
}
.aggregator-details__measure-description > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aggregator-details__measure-description > div:nth-child(2) {
  background-color: #EFF1F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 32px 48px;
  border-radius: 12px;
  margin: 48px 0 32px;
}
.aggregator-details__measure-description > div:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aggregator-details__measure-description > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aggregator-details__link-source {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 48px;
  max-width:286px;
}
.aggregator-details__link-source:hover > div {
  color: #fff;
  background-color: #2E90FD;
}
.aggregator-details__link-source:hover path {
  stroke: #fff;
}
.aggregator-details__link-source > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13px;
  padding: 14px 32px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2E90FD;
  border-radius: 100px;
  border: 1px solid #2E90FD;
}
.aggregator-details__link-source svg {
  margin: auto 0;
}

.block-aggregator-support__background-grey_aggregator-details {
  padding-top: 48px;
}

.aggregator-details__subtitle-description {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.aggregator-details__link-document {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.aggregator-details__name-document {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.aggregator-details__download-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aggregator-details__details-document {
  margin: auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}

.aggregator-details__one-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 16px;
}

.aggregator-details__one-document svg {
  margin: auto 0;
  min-width: 5%;
}

.aggregator-details__description-text {
  width: 33%; 
  background-color: #fff;
  border-radius: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.aggregator-details__description-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 12px 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.aggregator-details__description-text > div div:first-child {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.38);
}
.aggregator-details__description-text > div div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.aggregator-details__description-text > div:first-child {
  padding-top: 24px;
}
.aggregator-details__description-text > div:last-child {
  padding-bottom: 24px;
}

.block-aggregator-support_aggregator-details {
  margin: 32px 0 48px;
}

.aggregator-details__form-agregator{
  background-color: #fff;
  width: calc(67% - 10px) !important;
    margin: 48px 0 0;
  padding: 48px 0 64px;
  border-radius: 12px;
}
.aggregator-details__form-agregator >div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: fit-content;
    margin: 0 auto;
}

.aggregator-details__form-agregator h5{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 24px;
  text-align: center;
}
.aggregator-details__form-agregator button{
  width: 278px;
}
.container-choice__radio {
  position: relative;
  background-color: #fff;
  font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
.container-choice__radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  cursor: pointer;
}
.container-choice__radio label {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
}
.container-choice__radio label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #8cbffa;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.container-choice__radio label:hover:before {
  border: 2px solid #2E90FD;
}

.container-choice__radio label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #2E90FD;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 5px;
  z-index: 2;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.container-choice__radio input:checked + label:before {
  border-color: #2E90FD;
}
.container-choice__radio input:checked + label:after {
  opacity: 1;
}
.appeal-official h5{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.appeal-official p{
  font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
.meeting-format{
  display: none;
}
.meeting-format input {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.receive-answer input {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.receive-answer {
  background-color: #fff;
  z-index: 0;
}
.receive-answer:hover {
  background-color: #fff;
}
.receive-answer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.receive-answer > div:hover {
  background-color: #fff;
}

.meeting-format {
  background-color: #fff;
}
.meeting-format:hover {
  background-color: #fff;
}
.meeting-format > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.meeting-format > div:hover {
  background-color: #fff;
}
.essence-question textarea{
  height: 200px !important;
}
.essence-question .placeholder{
  top: 12%;
}
.number-last-appeal p {
  font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
.number-last-appeal div{
  display: none;
}
.number-last-appeal div input {
  position: relative;
  margin-top: 10px;
}


.wrap_edit-page {
  width: 100% !important;
  max-width: 816px;
  margin: 0 auto;
  padding: 0 !important;
}

.project-details__description-text_edit-page {
  width: 100% !important;
  max-width: 816px;
  margin: 0 auto;
  border-radius: 12px;
  padding-bottom: 80px;
}
.project-details__description-text_edit-page .cabinet-page__preview {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.project-details__description-text_edit-page .cabinet-page__preview img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.project-details__description-text_edit-page .cabinet-page__drop-zone-text {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.appeal__drop-zone_attached-file .cabinet-page__text-error{
  padding-left: 0;
    color: #ED4242 !important;
  cursor: auto;
}
.done-download .appeal__drop-zone-text span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.done-download .appeal__drop-zone-text:hover {
  opacity: 1;
  cursor: auto;
}
.done-download svg {
   margin: auto 0;
}
.delete-attached-file{
  cursor: pointer;
  margin-left: 12px !important;
}


.project-details__description-text_edit-page .cabinet-page__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.project-details__description-text_edit-page form {
  width: 61%;
  margin: 0 auto;
}
.project-details__description-text_edit-page button {
  width: 261px;
  margin-top: 0 !important;
}
.project-details__description-text_edit-page button:hover {
  background-color: #FF3F62;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.edit-page__photo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2E90FD;
}
.edit-page__photo-button > div {
  cursor: pointer;
}
.edit-page__photo-button > div:hover {
  opacity: 0.8;
}
.edit-page__photo-button svg {
  margin: auto 0;
}

.edit-page__exit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
}
.edit-page__exit-button > div {
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #E32144 !important;
}
.edit-page__exit-button svg {
  margin: auto 0;
}
.profile__error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 473px;
  margin: 187px auto 100px;
}

.profile__error-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}

.profile__error-code {
  font-style: normal;
  font-weight: 700;
  font-size: 164px;
  line-height: 164px;
  letter-spacing: -1.25px;
  color: #FFFFFF;
}

.profile__error-title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.profile__error-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.25px;
  color: rgba(255, 255, 255, 0.84);
}

.profile__error-button {
  width: 100%;
  max-width: 217px;
  padding: 14px 32px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  background-color: #E32144;
  border-radius: 1000px;
}
.profile__error-button:hover {
  background-color: #FF3F62;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/* added 06.02 */
.profile__notifications {
  margin-bottom: 32px;
}
.notifications-block {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 0;
}
.notification-link {
  display: block;
  padding: 20px 32px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.notification-link:last-of-type {
  border-bottom: none;
}
.notification-link:hover {
  background-color: rgba(30, 50, 152, 0.07);
}
.notification-link:last-child {
  border-radius: 0;
}
.notification-link.hidden {
  display: none;
}
.notification-link__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
}
.notification-link__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
.notifications-more {
  display: none;
  align-items: center;
  min-height: 100px;
  padding: 20px 32px;
}
.notifications-more__btn {
  display: flex;
  align-items: center;
  color: #2E90FD;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.notifications-more__btn svg {
  margin-left: 8px;
}

.timeline-block {
  margin: 32px 0;
  border-radius: 12px;
  background-color: #fff;
  padding: 40px 32px 32px;
}
.timeline-head {
  padding-left: 32px;
  margin-bottom: 24px;
}
.timeline-head__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
}
.timeline-head__dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.timeline-head__date-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2E90FD;
}
.timeline-head__date-subtitle {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
}
.timeline-head__date-end {
  text-align: end;
}
.timeline-chart {
  border: 1px solid #D6D9E7;
  border-top: none;
  padding-top: 60px;
  padding-bottom: 24px;
  position: relative;
}
.timeline-head__date-today {
  position: absolute;
  top: 4px;
  left: 0;
  padding-left: 10px;
  height: calc(100% - 4px);
}
.timeline-head__date-today::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #F0F3FB;
}
.timeline-head__date-today.reverse .timeline-head__date-title, .timeline-head__date-today.reverse .timeline-head__date-subtitle  {
  transform: translateX(-100%);
  padding-right: 16px;
  text-align: right;
}
.timeline-chart__items {
  counter-reset: myCounter;
}
.timeline-chart__item {
  position: relative;
  margin-bottom: 8px;
}
.timeline-chart__item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
  transform: translate(-100%);
  left: -8px;
  bottom: 0;
}
.timeline-chart__item-dates {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 0 5px 4px;
  color: rgba(0, 0, 0, 0.38);
  /* border-left: 1px solid #D6D9E7;
  border-right: 1px solid #D6D9E7; */
  gap: 7px;
  height: 20px;
}

.timeline-chart__item-dates-block {
 position: absolute;
 display: flex;
 width: 100%;
}

.timeline-chart__item:last-child .timeline-chart__item-dates-block {
  justify-content: flex-end;
  left: auto;
  right: 0;
  padding: 0 5px 4px;
}

.timeline-chart__item-start {
  margin-right: 10px;
}

.timeline-chart__item-end {
  margin: 0 0 0 auto;
}

/* .timeline-chart__item-dates > div {
  padding-left: 7px;
}
.timeline-chart__item-end {
  position: absolute;
  left: 100%;
} */
.timeline-chart__item-line {
  width: 100%;
  height: 20px;
}
.timeline-tasks {
  counter-reset: myCounter;
  margin: 0;
  padding: 0;
}
.timeline-task {
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
}
.timeline-task::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  min-width: 24px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.87);
}
.timeline-task:last-child {
  border-bottom: none;
}
.timeline-task__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  margin-bottom: 8px;
}
.timeline-task__head > div {
  margin-right: 16px;
}
.timeline-task__head > div:last-child {
  margin-right: 0;
}
.timeline-task__status {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid;
  border-radius: 8px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.timeline-task__status-color {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 8px;
  flex-shrink: 0;
}
.timeline-task__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 4px;
}
.timeline-task__subtitle {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}


@media (max-width: 1600px) {
  .profile__chat {
    right: 48px;
  }
}
@media (max-width: 1280px) {
  .wrap_appeal {
    width: 50%;
  }
  .wrap_appeal input {
    max-width: 100%;
  }
  .wrap_appeal textarea {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  /*.project-details__image{
    width: 424px;
  }*/
  .profile__top-block-details {
    width: 78%;
  }
  .project-details__timeline-checkpoint:nth-child(2) {
    left: 18%;
  }

  .profile__bottom-block-details {
    gap: 65px;
    padding-left: 30px;
  }

  .aggregator-details__link-source{
    width: fit-content;
    margin: 32px auto 0;
  }
  .aggregator-details__link-document {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .aggregator-details__description-text {
    width: 100%;
  }
  .aggregator-details__measure-description {
    width: 100%;
  }
}
@media (max-width: 912px) {
  .aggregator-details__form-agregator {
    width: 100% !important;
  }
  .project-details__additional-block {
    max-width: 515px;
  }
  .profile__bottom-block-details {
    gap: 30px;
    padding-left: 50px;
  }

  .profile__name-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .profile__top-block-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 25px;
  }

  .profile__edit-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }

  .profile__bottom-person-block img {
    left: 22px;
  }
  .profile__white-block_block-aggregator-support{
  width: calc((100% - 32px) / 2) !important;
  }
  .project-details__timeline-checkpoint:nth-child(2) {
    left: 20%;
  }
  .appeal__top-block_project-details{
  padding-top: 85px;
  }
  .aggregator-details__main-block{
  flex-direction: column-reverse;
  }
    .profile__wrapper-services > a {
    width: 40%;
    margin: 0 auto;
  }
  .profile__wrapper-services .profile__white-block{
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  /*.project-details__image {
    width: 484px;
    border-radius: 12px 12px 0 0;
  }*/
  .project-details__form{
    width: 100% !important;
    padding: 20px 32px 64px;
    border-radius: 12px;
    margin: 48px 0 0;
  }
  .profile__bottom-person-block .wrap {
    height: 230px;
  }

  .profile__bottom-block-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .profile__bottom-person-block img {
    left: 23px;
    top: -116px;
  }

  .profile__wrapper-img svg {
    display: none;
  }

  .project-details__first-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-details__third-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-details__third-left-container {
    width: 100%;
  }

  .project-details__third-rigth-container {
    width: 100%;
  }

  .project-details__first-block .project-details__description-text {
    border-radius: 0 0 12px 12px;
  }

  .slick-list.draggable {
    border-radius: 12px 12px 0 0;
  }
    .wrap_project-details {
      max-width: 100%;
  }
  .project-details__slider{
    max-width: 100%;
  }
  .project-details__image {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .project-details__timeline-initiation {
      margin-left: 87px;
  }
    .project-details__third-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  gap: 48px;
  }
}
@media (max-width: 768px) {
  /*.wrap_project-details {
    max-width: 768px;
  }*/
  .project-details__description-text_edit-page form{
    width: 100%;
  }
  .wrap_edit-page{
    padding: 0 20px !important;
  }
  .project-details__description-text_edit-page{
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-aggregator-support__background-grey_edit-page{
    padding: 0 !important;
  }
  .project-details__description-text_edit-page button {
    margin-top: 8px !important;
  }
  .wrap_edit-page .block-aggregator-support{
    flex-direction: column;
    margin-bottom: 48px;
    gap: 12px;
  }
  .wrap_edit-page .block-aggregator-support svg{
    width: 40px;
    height: 40px;
  }
  
  .profile__bottom-person-block img {
    left: 21px;
  }

  .profile__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .appeal__top-block {
    padding-top: 90px;
  }

  .appeal__block-application-corporation div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .appeal__title {
    font-size: 32px;
    line-height: 40px;
  }

  .appeal__details {
    font-size: 16px;
    line-height: 24px;
  }

  .wrap_appeal {
    width: 90%;
  }

  .appeal__block-application-corporation {
    margin-top: 32px;
  }

  .profile__chat {
    right: 16px;
    width: 56px;
    height: 56px;
  }
  .profile__chat div {
    width: 56px;
    height: 56px;
  }
  .profile__chat div span {
    width: 28px;
    height: 28px;
  }
  .appeal__title-form_second{
    margin-top: 8px;
  }
  .button_project-support{
    margin-top: 0;
  }
    .profile__white-block_block-aggregator-support{
    width: 100% !important;
  }
  .block-aggregator-support__select-block{
    flex-direction: column;
  }
  .wrap_block-aggregator-support{
    padding: 32px 0;
  }
  .block-aggregator-support__background-grey{
    padding-bottom: 80px;
  }
  .profile__wrapper-services > a {
    width: 100%;
  }
  .appeal__wrapper-persone-data img {
    max-height: 94px;
    max-width: 94px;
  }
  .appeal__wrapper-persone-data .profile__wrapper-img{
    max-height: 112px;
    max-width: 112px;
  }
  .appeal__wrapper-name-job-title h4{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.15px;
  }
  .appeal__wrapper-name-job-title div{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .appeal__wrapper-icon-title-top .appeal__title{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.75px;
  }
    .profile__error-code {
    font-size: 80px;
    line-height: 80px;
    }
    .profile__error-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    }

    /* added 06.02 */
    .profile__notifications {
      margin-bottom: 48px;
    }
    .notification-link {
      padding: 16px;
    }
    .notifications-more {
      padding: 20px 16px;
    }
    .timeline-block {
      padding: 20px 16px 16px;
    }
}
@media (max-width: 540px) {
  .project-details__form{
    border-radius: 0;
  }
  .aggregator-details__form-agregator {
    width: 100% !important;
    padding: 48px 20px 64px;
  }
  .project-details__additional-block {
    max-width: 100%;
    padding: 0 16px;
  }
  .project-details__third-block h5{
    padding: 20px 16px;
  }
  .profile__name-document {
    width: 85%;
  }
  .profile__wrapper-services {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__wrapper-services .profile__white-block {
    width: 100%;
  }

  .profile__projects-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__projects-block a {
    width: 100%;
  }

  .profile__webinars-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__webinars-block a {
    width: 100%;
  }

  .profile__documents-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .profile__top-block-person {
    padding-top: 150px;
  }

  .profile__wrapper-img {
    width: 112px;
    height: 112px;
    top: -15px;
    border-radius: 0;
  }
  .profile__wrapper-img svg {
    display: none;
  }

  .profile__bottom-person-block {
    padding-bottom: 32px;
  }
  .profile__bottom-person-block img {
    width: 94px;
    height: 94px;
    left: 20px;
    top: -124px;
  }
  .profile__bottom-person-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 65px;
    height: 248px;
  }
  .profile__bottom-person-block .wrap > div:first-child {
    position: absolute;
  }

  .profile__name-title {
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
  }

  .profile__edit-block div:first-child {
    display: none;
  }

  .profile__top-block-details {
    margin-top: -75px;
    gap: 17px;
  }

  .profile__nav-menu {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    left: -120px;
  }

  .profile__name-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .profile__bottom-block-details {
    gap: 12px;
    padding-left: 0;
  }

  .profile__wrapper .wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .profile__background-grey {
    padding: 32px 0 80px;
  }

  .profile-wrap {
    padding: 16px !important;
  }

  .profile__secondary-title {
    margin-top: 16px;
  }

  .profile__details {
    padding: 20px 16px;
  }
  .profile__details div:first-child {
    gap: 12px;
  }

  .profile__block-notifications {
    margin-bottom: 48px;
  }

  .profile__secondary-title_services {
    margin-bottom: 32px;
  }

  .profile__wrapper-services .profile__white-block {
    padding: 20px;
  }

  .profile-wrap {
    margin-bottom: 32px;
  }

  .profile__projects-block {
    padding-top: 96px;
    padding-bottom: 32px;
  }

  .profile__webinars-block {
    padding-top: 96px;
    padding-bottom: 32px;
  }

  .profile-wrap_projects {
    margin-bottom: 48px;
  }

  .profile__wrapper-documents {
    padding-top: 16px;
    margin: 0;
  }

  .profile__documents-title {
    padding-left: 16px;
  }

  .profile__one-document {
    padding: 16px;
  }

  .profile__wrapper-documents_desktop {
    display: none;
  }

  .profile__wrapper-documents_mobile {
    display: block;
  }

  .profile__templates .profile__documents-title {
    margin-top: 16px;
  }
  .profile__popup-succes{
    width: 95%;
    padding: 48px 41px;
    height: fit-content;
  }
  .profile__popup-wrapper-text svg{
  right: 0;
    top: -199px;
  }
  .profile__popup-title{
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.5px;
  }
  .profile__popup-number-appeal{
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.15px;
  }
  .profile__popup-block-number{
    margin: 16px 0 32px;
  }
  .profile__popup-wrapper-text{
    width:100%;
  }
  .profile__popup-succes button{
  margin: 0 auto;
  }
  .wrap_project-details {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .project-details__slider {
    max-width: 100%;
  }
  .slick-slide img {
    width: 100%;
   }
   .project-details__description-text > div{
     padding: 12px 16px;
   }
   .project-details__slider {
    max-height: 100%;
   }
   .project-details__timeline {
     position: relative;
     width: 100%;
   }
   .project-details__timeline-initiation {
      margin-left: 108px;
    }
  .appeal__title{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .block-aggregator-support{
      -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  .block-aggregator-support_project-details{
    margin-bottom: 59px;
  }
  .wrap_project-details {
    margin-top: -60px;
  }
  .block-aggregator-support__background-grey_aggregator-details .wrap{
    padding: 0 !important;
  }
  .aggregator-details__measure-description{
    padding: 32px 0 48px;
  }
  .aggregator-details__measure-description h5{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.15px;
  }
  .aggregator-details__description-text > div{
    padding-left: 16px;
    padding-right: 16px;
  }
  .block-aggregator-support__background-grey_aggregator-details {
    padding-top: 32px;
  }
  .aggregator-details__main-block{
    gap: 32px;
  }
  .aggregator-details__measure-description > div:first-child{
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .wrap_aggregator-details{
    padding-left: 16px !important;
    padding-right: 16px !important;   
  }
  .aggregator-details__measure-description > div:nth-child(2){
    padding-left: 16px;
    padding-right: 16px;
  }
  .aggregator-details__measure-description > div:nth-child(2) > div > div{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .aggregator-details__main-block ul{
    gap: 16px;
  }
  .aggregator-details__one-document{
    padding: 16px;
  }
  .aggregator-details__one-document svg{
    margin: auto 0;
    min-width: 7%;
  }
  .aggregator-details__download-block{
    flex-direction: column;
    gap: 8px;
  }
  .aggregator-details__subtitle-description{
    font-size: 18px;
  }

  /* added 06.02 */ 
  .timeline-head {
    padding-left: 24px;
    margin-bottom: 12px;
  }
  .timeline-task__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4px;
  }
  .timeline-task__status {
    margin-bottom: 8px;
  }
  .timeline-task::before {
    min-width: 16px;
    font-size: 14px;
    line-height: 28px;
  }
  .timeline-task__subtitle, .timeline-task__head, .timeline-head__date-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .timeline-head__date-title, .timeline-task__status {
    font-size: 14px;
    line-height: 20px;
  }
  .timeline-chart__item::before {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .project-details__image {
    height: 424px;
  }
  .profile__wrapper-img {
    width: 100%;
    min-width: 112px;
  }

  .profile__name-block {
    width: 89.5%;
  }
    .profile__popup-wrapper-text svg {
    top: -286px;
  }
  .project-details__timeline {
    width: 170%;
  }
  .project-details__timeline-initiation {
    margin-left: 145px;
  }
  .appeal__wrapper-icon-title-top .appeal__title{
    width: 70%;
  }
  .appeal__wrapper-name-job-title div {
    width: 75%;
  }
}

@media (max-width: 393px) {
  .profile__popup-wrapper-text svg {
    top: -265px;
  }
  .project-details__timeline-initiation {
       margin-left: 133px;
    }

@media (max-width: 375px) {
  .profile__name-block {
    width: 86%;
  }
  .profile__popup-wrapper-text svg {
    top: -172px;
  }
  .project-details__timeline-initiation {
    margin-left: 127px;
  }
}
@media (max-width: 360px) {
  .profile__name-block {
    width: 85%;
  }
  .profile__popup-wrapper-text svg {
    top: -209px;
  }
  .project-details__timeline-initiation {
    margin-left: 122px;
  }
}
@media (max-width: 280px) {
  .profile__name-block {
    width: 68%;
  }
  .profile__popup-wrapper-text svg {
    top: -152px;
  }
  .project-details__timeline-initiation {
    margin-left: 95px;
  }
}