/*Projects*/
.projects {
  flex: 1;
  padding-bottom: 200px;
}
.projects .wrapper_projects {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.projects .wrapper_projects .projects__items {
  margin-left: -15px;
  margin-right: -15px;
}
.projects .wrapper_projects .projects__item {
  width: 25%;
  min-width: 310px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 7.5px 15px 7.5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #393939;
}
@media (max-width: 1272px) {
  .projects .wrapper_projects .projects__item {
    width: 33.3333%;
  }
}
@media (max-width: 946px) {
  .projects .wrapper_projects .projects__item {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .projects .wrapper_projects .projects__item {
    width: 100%;
  }
}
.projects .wrapper_projects .projects__item > a {
  display: block;
  padding: 20px;
  border: 1px solid #EBEBEB;
  position: relative;
}
.projects .wrapper_projects .projects__item .projects__description {
  font-size: 14px;
  line-height: 22px;
  height: auto;
  margin-bottom: 0;
}
.projects .wrapper_projects .projects__item .projects__image {
  width: 100%;
  margin-bottom: 15px;
  min-height: 30px;
}
.projects .wrapper_projects .projects__item .projects__image img {
  width: 100%;
  height: auto;
}
.projects .wrapper_projects .projects__item .projects__name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 15px;
}
.projects .wrapper_projects .projects__item .projects__status {
  position: absolute;
  top: 26px;
  right: 10px;
  background: #959697;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 8px 15px;
}
.projects .wrapper_projects .projects__item .projects__status.status-0 {
  background: #183B71;
  color: #FFFFFF;
}
.projects .wrapper_projects .projects__item .projects__status.status-1 {
  background: #959697;
  color: #FFFFFF;
}
.projects .wrapper_projects .projects__item .projects__status.status-2 {
  background: #77B65E;
  color: #FFFFFF;
}
.projects .wrapper_project {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.projects .wrapper_project, .projects .wrapper_project p, .projects .wrapper_project li {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.projects .wrapper_project > .content {
  flex: 1 1 100%;
  margin-right: 100px;
}
.projects .wrapper_project > .sidebar {
  flex: 0 0 310px;
}
.projects .wrapper_project .project__image {
  margin: 2em 0;
}
.projects .wrapper_project .project__image img {
  width: 100%;
  height: auto;
}
.projects .wrapper_project .widget {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(119, 182, 94, 0.2);
  padding: 20px 15px 50px 15px;
  text-align: center;
}
.projects .wrapper_project .widget h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #171717;
}
.projects .wrapper_project .widget h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #171717;
}
.projects .wrapper_project .widget .money {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  color: #183B71;
  white-space: nowrap;
}
.projects .wrapper_project .widget .sum {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.projects .wrapper_project .widget .sum .money {
  position: absolute;
}
.projects .wrapper_project .widget .balance .money {
  font-size: 36px;
  line-height: 47px;
}
.projects .wrapper_project .payment {
  margin: 15px 0 30px 0;
}
.projects .wrapper_project .payment .btn {
  width: 100%;
}

.projects__link {
  display: block;
  position: relative;
  padding-right: 4vw;
  margin-bottom: 25px;
  transition: 0.2s;
  font-size: 17px;
  color: #77b65e;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
.projects__link:hover, .projects__link:focus {
  color: #18528b;
}

.fundraising-dates {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 45px 80px;
  margin-top: 50px;
}
.fundraising-dates h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #171717;
  margin: 0 0 10px 0;
}
.fundraising-dates .date {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.fundraising-dates .date span {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #183B71;
}
.fundraising-dates .date span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 93px;
}

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