/*-----------------------------------------------fpc-fonts-------------------------------------------------*/
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
}
/*-----------------------------------------------------container--------------------------------------------*/
.fpc-container {
  margin: 0 auto;
  padding: 0 20px;
}

/*------------------------------------------------pages-style------------------------------------------------*/
.fpc-content {
  position: relative;
  max-width: 100%;
}

.fpc-title-box {
  position: relative;
  width: 100%;
  border-radius: 1px;
  background: #FFF;
  -webkit-box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.fpc-title-box__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 10px 0px 12px 0px;
}
.fpc-title-box__title {
  color: #0A1729;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.fpc-title-box__description {
  color: #0A1729;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.fpc-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.fpc-button-box-container {
  position: relative;
  width: 100%;
}

.fpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 18px;
  width: 100%;
  padding: 20px 0;
}

.fpc-back-btn {
  white-space: nowrap;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.175px;
  text-transform: uppercase;
}

.fpc-back-btn {
  background-color: #3068BD;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

a.fpc-back-btn {
  text-decoration: none;
}

a.fpc-back-btn:hover {
  color: white;
}

.fpc-back-btn--disabled {
  background-color: #8F8F8F;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.fpc-back-btn--green {
  background-color: #008F06;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.fpc-block-title {
  color: #0A1729;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03px;
  margin-bottom: 21px;
}

.fpc-block-title--m-bottom0 {
  margin-bottom: 0;
}

.fpc-block-subtitle {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 120.5%;
  letter-spacing: 0.021px;
  margin-bottom: 23px;
}
.fpc-block-subtitle span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 120.5%;
  letter-spacing: 0.021px;
}

.fpc-block-subtitle span.bold {
  font-weight: 600;
}

.fpc-application-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 11px 17px 20px 17px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
}
.fpc-application-status__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
  padding: 0% 2% 0% 2%;
  margin-bottom: 15px;
}
.fpc-application-status__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3px;
}
.fpc-application-status__item {
  position: relative;
  width: 13.8%;
  height: 18px;
  border-radius: 5px;
  border: 0.5px solid #3068BD;
  cursor: pointer;
}
.fpc-application-status__item--big {
  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;
  width: 100%;
}
.fpc-application-status__item-text {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.fpc-application-status__body-description {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 120.5%;
  letter-spacing: 0.021px;
}
.fpc-application-status__items .fpc-application-status__item:last-child .fpc-help-box {
  left: auto;
  right: 0;
}
.fpc-help-box {
  position: absolute;
  bottom: 150%;
  left: 50%;
  width: max-content;
  max-width: 277px;
  height: max-content;
  min-height: 50px;
  max-height: 340px;
  overflow-y: auto;
  padding: 5px 7px 7px 5px;
  border-radius: 3px;
  background: #3068BD;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 2010;
}
.fpc-help-box{
  scrollbar-color: #8F8F8F rgba(244, 204, 204, 0.25);
  scrollbar-width: thin;
}
.fpc-help-box::-webkit-scrollbar {
  width: 4px;
}
.fpc-help-box::-webkit-scrollbar-track {
  background: linear-gradient(to left, rgba(244, 204, 204, 0) 0%, rgba(244, 204, 204, 0) 30%, rgba(0, 0, 0, 0.25) 50%, rgba(244, 204, 204, 0) 70%, rgba(244, 204, 204, 0) 100%);
}
.fpc-help-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 1px;
  background: linear-gradient(95.62deg, #8F8F8F 6.11%, #8F8F8F 100%);
}

.fpc-help-box__top {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
}
.fpc-help-box__body {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
}

.fpc-help-box__body a{
  color: #FFF;
  text-decoration: underline;
}

.fpc-help-box__body ul{
  padding-left: 16px;
}
.fpc-help-box__body li{
  text-align: left;
  padding-left: 4px;
  min-width: 200px;
}


.fpc-application-status__item:hover .fpc-help-box {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.fpc-application-status__item--progress {
  border: 0.5px solid #3068BD;
  background: rgba(48, 104, 189, 0.6);
}

.fpc-application-status__item--revision {
  border: 0.5px solid rgba(195, 9, 51, 0.7);
  border-radius: 5px;
  background: rgba(195, 9, 51, 0.8);
}

.fpc-organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  padding: 13px 14px 11px 14px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
}

.fpc-select-wrapper {
  position: relative;
  width: 382px;
}

.fpc-select-chevron-icon {
  position: absolute;
  top: 20%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.fpc-organization-select {
  position: relative;
  width: 100%;
  padding: 9px 31px 9px 14px;
  border-radius: 5px;
  border: 1px solid #5B5B5B;
  background: #FFF;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0A1729;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.024px;
}
.fpc-organization-select:disabled {
  background: #efefef;
}
.fpc-organization-select > option {
  width: 100%;
  color: #0A1729;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.024px;
}

.fpc-notification-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0px 23px 19px;
  gap: 18px;
  width: calc(100% - 19px);
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: 19px;
}
.fpc-notification-box__title {
  padding-left: 35px;
  color: #3068BD;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fpc-notification-box__title::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 14px;
  width: 22px;
  height: 22px;
  background-image: url("../images/free-icon-active.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fpc-notification-box__title:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fpc-notification-box__description {
  max-width: 1330px;
  width: 100%;
  color: #0A1729;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.027px;
  text-decoration: none;
}
.fpc-notification-box__description > span {
  color: #0A1729;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.027px;
}

.fpc-project {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: minmax(235px, auto);
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}

.fpc-project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  position: relative;
  padding: 35px 18px;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.fpc-project-item-big-text {
  padding: 20px 18px;
}

.fpc-project-item:hover, .fpc-project-item:focus {
  text-decoration: none;
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.35)
}
.fpc-item-header {
  width: 100%;
  flex-grow: 2;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.fpc-project-item.fpc-not-active {
  /*padding-top: 18%;*/
  background: rgba(220, 220, 220, 0.22);
  pointer-events: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fpc-project-item--empty {
  padding: 18% 18px 10% 44px;
  width: calc(100% - 62px);
}

.fpc-item-title {
  color: #0A1729;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03px;
}

.fpc-item-body {
  color: #0A1729;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.027px;
  padding: 22px 0;
}

.fpc-item-body--m-height {
  min-height: 60px;
}

.fpc-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-top: 33px;
}

.fpc-item-bottom--f-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fpc-item-status {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.021px;
  padding: 6px 18px;
  border-radius: 5px;
}

.fpc-item-status--not-filled {
  background: rgba(220, 0, 50, 0.18);
}

.fpc-item-status--previous-steps {
  background: #EAEAE7;
}

.fpc-item-status--required-later {
  background: #BDBDB7;
}

.fpc-item-status--completed {
  background: rgba(0, 182, 7, 0.18);
}

.fpc-item-status--accepted {
  background: rgba(48, 104, 189, 0.36);
}

.fpc-item-number {
  color: #5B5B5B;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.024px;
  margin-bottom: -20px;
}

.fpc-item-number.stl-pa-br {
  position: absolute;
  right: 18px;
  bottom: 21px;
  margin-bottom: 0px;
}

.fpc-item-indicators {
  position: relative;
  min-height: 35px;
}

.fpc-item-indicators-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.fpc-loaded-box,
.fpc-accepted-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.fpc-loaded-box__text,
.fpc-accepted-box__text {
  color: #181939;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.021px;
}

.fpc-loaded-box__status,
.fpc-accepted-box__status {
  width: 124px;
  height: 11px;
  border: 0.5px solid #6C6D70;
  border-radius: 5px;
}

.fpc-loaded-box__status--full-load,
.fpc-accepted-box__status--full-accepted {
  background: #3068BD;
  opacity: 0.3;
}

@media (max-width: 1567.98px) {
  .fpc-application-status__items .fpc-application-status__item .fpc-help-box {
    left: auto;
    right: 0;
    max-width: 190px;
    bottom: 110%;
  }
  .fpc-application-status__items .fpc-application-status__item:first-child .fpc-help-box {
    left: 50%;
    right: auto;
  }
}

@media (max-width: 1200px) {
  .fpc-application-status__items {
    flex-wrap: wrap;
  }
  .fpc-application-status__item {
    width: 31%;
    margin-bottom: 25px;
    margin-right: 3px;
    margin-left: 3px;
  }
}

@media (max-width: 767.98px) {
  .fpc-button-box-container {
    padding-bottom: 15px;
  }
  .fpc-button-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 567px) {
  .fpc-button-box {
    flex-direction: column;
    max-width: 420px;
    margin: 0 auto;
  }
  .fpc-back-btn {
    width: 100%;
  }
  .fpc-help-box {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .fpc-organization {
    padding: 13px;
    width: calc(100% - 26px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fpc-select-wrapper {
    width: 100%;
  }
  .fpc-project {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
