body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1270px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.top__part {
  background: -webkit-gradient(linear, left top, right top, from(#528C26), to(#6FA760));
  background: linear-gradient(to right, #528C26, #6FA760);
}
.top__part .outer__top {
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__part .outer__top .links ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top__part .outer__top .links ul > li > a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.top__part .outer__top .links ul > li > a:hover {
  opacity: 0.7;
}
.top__part .outer__top .links ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.top__part .outer__top .links ul li.spacer {
  margin: 0px 10px;
  min-height: 16px;
  min-width: 1px;
  background-color: #FFFFFF;
}
.top__part .outer__top > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top__part .outer__top > ul > li {
  margin-right: 10px;
}
.top__part .outer__top > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  border-radius: 250px;
  text-decoration: none;
  font-size: 10px;
  line-height: 14px;
  color: #232944;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.top__part .outer__top > ul > li > a:hover {
  opacity: 0.7;
}
.top__part .outer__top > ul > li:last-child {
  margin-right: 0px;
}

header {
  padding: 32px 0px;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
}
header .outer__header .right > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}
header .outer__header .right > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  position: relative;
}
header .outer__header .right > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 12px);
  height: 2px;
  background-color: #629B47;
  bottom: -3px;
  width: 0px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
header .outer__header .right > ul > li > a:hover {
  color: #619A44;
}
header .outer__header .right > ul > li > a:hover:before {
  width: calc(100% + 12px);
}
header .outer__header .right > ul > li > a.current {
  color: #619A44;
}
header .outer__header .right > ul > li > a.current:before {
  width: calc(100% + 12px);
}
header .outer__header .right > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 28px;
  background-color: #6EA55D;
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
}
header .outer__header .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo > a > img {
  max-width: 240px;
}

footer {
  padding-top: 205px;
  padding-bottom: 38px;
  background-color: #232944;
}
footer .footer__elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__elems > .elem:nth-child(4) {
  max-width: 310px;
}
footer .footer__elems > .elem:nth-child(4) form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  min-width: 200px;
  border: 2px solid #92BF30;
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #92BF30;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .footer__elems > .elem:nth-child(4) form button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
footer .footer__elems > .elem:nth-child(4) form button:hover {
  opacity: 0.7;
}
footer .footer__elems > .elem:nth-child(4) form > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 600;
}
footer .footer__elems > .elem:nth-child(4) form > input {
  width: 100%;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 15px;
  background-color: transparent;
  outline: none;
  color: #fff;
}
footer .footer__elems > .elem:nth-child(4) form > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__elems > .elem:nth-child(4) form > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__elems > .elem:nth-child(4) form > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__elems > .elem:nth-child(4) form > input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__elems > .elem:nth-child(3) {
  max-width: 200px;
  width: 100%;
}
footer .footer__elems > .elem:nth-child(3) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
}
footer .footer__elems > .elem:nth-child(3) .menu__list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
footer .footer__elems > .elem:nth-child(3) .menu__list ul > li {
  margin-bottom: 7px;
}
footer .footer__elems > .elem:nth-child(3) .menu__list ul > li:last-child {
  margin-bottom: 0px;
}
footer .footer__elems > .elem:nth-child(3) .menu__list ul > li > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer .footer__elems > .elem:nth-child(3) .menu__list ul > li > a:hover {
  color: rgb(255, 255, 255);
}
footer .footer__elems > .elem:nth-child(2) {
  max-width: 250px;
  width: 100%;
}
footer .footer__elems > .elem:nth-child(2) > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
}
footer .footer__elems > .elem:nth-child(2) ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .footer__elems > .elem:nth-child(2) ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  font-weight: 500;
}
footer .footer__elems > .elem:nth-child(2) ul > li:last-child {
  margin-bottom: 0px;
}
footer .footer__elems > .elem:nth-child(2) ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
footer .footer__elems > .elem:nth-child(1) {
  max-width: 240px;
}
footer .footer__elems > .elem:nth-child(1) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}
footer .footer__elems > .elem:nth-child(1) > a > img {
  max-width: 240px;
}
footer .footer__elems > .elem:nth-child(1) > p {
  margin: 0px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer__elems > .elem:nth-child(1) > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer__elems > .elem:nth-child(1) > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
footer .footer__elems > .elem:nth-child(1) > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  border-radius: 250px;
  background-color: #92BF30;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 10px;
  line-height: 14px;
  color: #232944;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .footer__elems > .elem:nth-child(1) > ul > li > a:hover {
  opacity: 0.7;
}
footer .footer__elems > .elem:nth-child(1) > ul > li:last-child {
  margin-right: 0px;
}
footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  border-top: 1px solid #92BF30;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottom ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .bottom ul li > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .bottom ul li > a:hover {
  color: rgb(255, 255, 255);
}
footer .bottom ul li.spacer {
  margin: 0px 7px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.map__info {
  padding-top: 152px;
}
.map__info .outer__map {
  padding-top: 85px;
  padding-bottom: 90px;
  background-color: #528C26;
  border-radius: 10px;
  margin-bottom: -140px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.map__info .outer__map .media {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map__info .outer__map > h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 54px;
  line-height: 64px;
  color: #FFFFFF;
  font-family: "Satoshi", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.map__info .outer__map > p {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.map__info .outer__map .arr1 {
  position: absolute;
  top: 94px;
  left: 48px;
}
.map__info .outer__map .arr2 {
  position: absolute;
  bottom: 86px;
  right: 75px;
}

.foundation {
  position: relative;
  padding-top: 85px;
}
.foundation:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 550px;
  background-color: #F2F2F2;
}
.foundation .outer__foundation {
  position: relative;
  z-index: 2;
}
.foundation .outer__foundation .grid {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.foundation .outer__foundation .grid > .elem {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(35, 41, 68, 0.1);
          box-shadow: 2px 2px 20px 0px rgba(35, 41, 68, 0.1);
}
.foundation .outer__foundation .grid > .elem .desc > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #232944;
}
.foundation .outer__foundation .grid > .elem .desc > span {
  display: block;
  text-align: center;
  color: #4E5D56;
  font-size: 20px;
  line-height: 22px;
}
.foundation .outer__foundation .grid > .elem .media {
  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;
  margin-bottom: 40px;
}
.foundation .outer__foundation .grid > .elem .media img {
  max-width: 100%;
  border-radius: 5px;
}
.foundation .outer__foundation > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 70px;
  font-size: 40px;
  line-height: 53px;
  color: #232944;
  font-weight: 500;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.quote__wrapper {
  padding: 120px 0px;
}
.quote__wrapper .outer__quote {
  position: relative;
}
.quote__wrapper .outer__quote > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quote__wrapper .outer__quote > h2 {
  margin: 0px;
  position: relative;
  font-size: 40px;
  line-height: 53px;
  color: #528C26;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-align: center;
}

.news__article .outer__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news__article .outer__desc .desc {
  position: relative;
  background-color: #528C26;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right: 84px;
  max-width: 640px;
}
.news__article .outer__desc .desc > h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 25px;
}
.news__article .outer__desc .desc > p {
  font-size: 25px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0px;
}
.news__article .outer__desc .desc:before {
  content: "";
  position: absolute;
  left: -899px;
  width: 900px;
  top: 0px;
  height: 100%;
  background-color: #528C26;
}
.news__article .outer__desc .media {
  width: 100%;
  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;
  max-width: 620px;
}
.news__article .outer__desc .media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text__article {
  padding: 150px 0px;
}
.text__article .outer__text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text__article .outer__text > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 53px;
  color: #232944;
  font-weight: bold;
}
.text__article .outer__text > p {
  margin: 0px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  color: #A4A4A4;
}

.foundation__box {
  padding-top: 75px;
}
.foundation__box .outer__foundation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.foundation__box .outer__foundation .desc {
  margin-left: 40px;
  text-align: right;
}
.foundation__box .outer__foundation .desc > h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 50px;
  color: #232944;
  font-weight: 400;
}
.foundation__box .outer__foundation .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foundation__box .outer__foundation .media img {
  max-width: 550px;
  border-radius: 5px;
}

.txt {
  padding-top: 150px;
  padding-bottom: 75px;
}
.txt .outer__txt {
  max-width: 1060px;
}
.txt .outer__txt > h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 53px;
  color: #232944;
  font-weight: 400;
}
.txt .outer__txt > h2 span {
  font-weight: bold;
}

.foundation__hero {
  padding-top: 70px;
}
.foundation__hero .outer__foundation {
  position: relative;
}
.foundation__hero .outer__foundation > img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.foundation__hero .outer__foundation > p {
  text-align: center;
  margin-top: 0px;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
  margin-bottom: 85px;
}
.foundation__hero .outer__foundation > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 74px;
  color: #232944;
  font-weight: 400;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.foundation__hero .outer__foundation > h1 span {
  font-weight: bold;
}
.foundation__hero .outer__foundation .media {
  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;
}
.foundation__hero .outer__foundation .media img {
  max-width: 100%;
}

.outer__header .right > a.close {
  display: none;
}

.menu__btn {
  display: none;
}

.quote__wrapper .outer__quote {
  padding-left: 15px;
  padding-right: 15px;
}

.hero__section {
  padding-top: 64px;
  padding-bottom: 100px;
}
.hero__section .outer__hero .media {
  width: 100%;
  position: relative;
  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;
}
.hero__section .outer__hero .media .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 465px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  background-color: rgba(35, 41, 68, 0.5);
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero .media .button:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .media .button .desc {
  padding: 32px 40px;
}
.hero__section .outer__hero .media .button .desc > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.hero__section .outer__hero .media .button .desc > span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.hero__section .outer__hero .media .button .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80px;
  max-width: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#528C26), to(#6FA760));
  background: linear-gradient(to bottom, #528C26, #6FA760);
}
.hero__section .outer__hero .media > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  top: -68px;
  left: 44px;
}
.hero__section .outer__hero .media > img {
  border-radius: 10px;
  max-width: 100%;
}
.hero__section .outer__hero .btns {
  margin-top: 50px;
  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;
  margin-bottom: 50px;
}
.hero__section .outer__hero .btns .apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  text-decoration: none;
  border: 2px solid #232944;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  line-height: 28px;
  color: #232944;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero .btns .apply:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .btns .apply span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.hero__section .outer__hero .btns .donate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
}
.hero__section .outer__hero .btns .donate span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.hero__section .outer__hero .btns .donate:hover {
  opacity: 0.7;
}
.hero__section .outer__hero > p {
  margin: 0px;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
}
.hero__section .outer__hero > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 74px;
  color: #232944;
  font-weight: 400;
}
.hero__section .outer__hero > h1 .bold {
  font-weight: bold;
}
.hero__section .outer__hero > h1 .medium {
  font-weight: 500;
}

.benefits .outer__benefits {
  padding: 58px 54px;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(35, 41, 68, 0.04);
          box-shadow: 2px 4px 20px 0px rgba(35, 41, 68, 0.04);
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits .outer__benefits > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.benefits .outer__benefits > .elem .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.benefits .outer__benefits > .elem .inn .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
.benefits .outer__benefits > .elem .inn .desc {
  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;
}
.benefits .outer__benefits > .elem .inn .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #232944;
  font-weight: 400;
}
.benefits .outer__benefits > .elem .inn .desc > span {
  margin-bottom: 4px;
  display: block;
  font-size: 42px;
  line-height: 35px;
  font-weight: 800;
  color: #232944;
}
.benefits .outer__benefits > .elem .inn .desc > span span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  font-size: 36px;
  line-height: 30px;
  color: #528C26;
  font-weight: bold;
  position: relative;
  top: -5px;
}

.join__us {
  position: relative;
  background-color: #F2F2F2;
}
.join__us .media {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 600px;
}
.join__us .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join__us .outer__join {
  padding-top: 145px;
  padding-bottom: 127px;
}
.join__us .outer__join .desc {
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  max-width: 540px;
}
.join__us .outer__join .desc .btn {
  margin-top: 60px;
}
.join__us .outer__join .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  transition: 0.3s ease all;
}
.join__us .outer__join .desc .btn > a:hover {
  opacity: 0.7;
}
.join__us .outer__join .desc .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.join__us .outer__join .desc > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 54px;
  line-height: 64px;
  color: #232944;
  font-weight: 500;
}
.join__us .outer__join .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
}

.discover__wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.discover__wrapper .outer__discover .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.discover__wrapper .outer__discover .grid .elem {
  padding: 20px;
  position: relative;
  padding-bottom: 120px;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(35, 41, 68, 0.1);
          box-shadow: 2px 2px 20px 0px rgba(35, 41, 68, 0.1);
  border-radius: 8px;
}
.discover__wrapper .outer__discover .grid .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 26px;
  color: #232944;
  font-weight: 600;
}
.discover__wrapper .outer__discover .grid .elem .desc > span {
  font-size: 16px;
  line-height: 22px;
  color: #4E5D56;
  font-weight: 400;
}
.discover__wrapper .outer__discover .grid .elem .btn {
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: calc(100% - 40px);
}
.discover__wrapper .outer__discover .grid .elem .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  height: 54px;
  border: 2px solid #232944;
  border-radius: 6px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #232944;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.discover__wrapper .outer__discover .grid .elem .btn > a span svg path {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.discover__wrapper .outer__discover .grid .elem .btn > a:hover:before {
  opacity: 1;
}
.discover__wrapper .outer__discover .grid .elem .btn > a:hover {
  color: #FFFFFF;
  border-color: transparent;
}
.discover__wrapper .outer__discover .grid .elem .btn > a:hover span svg path {
  fill: #fff;
}
.discover__wrapper .outer__discover .grid .elem .btn > a:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  border-radius: 6px;
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left bottom, right top, from(#6FA760), to(#528C26));
  background: linear-gradient(to top right, #6FA760, #528C26);
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.discover__wrapper .outer__discover .grid .elem .btn > a p {
  margin: 0px;
  position: relative;
  z-index: 2;
}
.discover__wrapper .outer__discover .grid .elem .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.discover__wrapper .outer__discover .grid .elem .media {
  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;
  margin-bottom: 30px;
  position: relative;
}
.discover__wrapper .outer__discover .grid .elem .media img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.discover__wrapper .outer__discover > h2 {
  text-align: center;
  font-size: 54px;
  line-height: 64px;
  color: #232944;
  font-weight: 500;
  margin-bottom: 40px;
}

.outer__news .outer__news--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.outer__news .outer__news--box .elem {
  width: 100%;
  height: 380px;
  background-color: #F2F2F2;
  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: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.outer__news .outer__news--box .elem.opened {
  background-color: #528C26;
}
.outer__news .outer__news--box .elem.opened .desc {
  opacity: 0;
}
.outer__news .outer__news--box .elem.opened .desc__active {
  opacity: 1;
}
.outer__news .outer__news--box .elem > a {
  position: absolute;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  right: 0px;
  bottom: 0px;
  width: 54px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #92BF30;
}
.outer__news .outer__news--box .elem > a.opened {
  background-color: #FFFFFF;
}
.outer__news .outer__news--box .elem > a.opened svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.outer__news .outer__news--box .elem > a.opened svg path {
  fill: #528C26;
}
.outer__news .outer__news--box .elem > a svg {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.outer__news .outer__news--box .elem > a svg path {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.outer__news .outer__news--box .elem .desc {
  max-width: 305px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-width: 305px;
}
.outer__news .outer__news--box .elem .desc > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
  color: #528C26;
  font-weight: 500;
}
.outer__news .outer__news--box .elem .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #4E5D56;
  font-weight: 400;
}
.outer__news .outer__news--box .elem .desc__active {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 305px;
  min-width: 305px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
}
.outer__news .outer__news--box .elem .desc__active > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.outer__news .outer__news--box .elem .desc__active > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.outer__news > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 64px;
  color: #232944;
  font-weight: 500;
}

.buy__now .outer__buy {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.buy__now .outer__buy > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 104px;
  bottom: -20px;
}
.buy__now .outer__buy .desc {
  background-color: #528C26;
  padding-top: 90px;
  padding-bottom: 90px;
}
.buy__now .outer__buy .desc .inner__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
.buy__now .outer__buy .desc .inner__desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
.buy__now .outer__buy .desc .inner__desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  border: 2px solid #232944;
  border-radius: 5px;
  background-color: #fff;
  font-size: 20px;
  line-height: 28px;
  color: #232944;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buy__now .outer__buy .desc .inner__desc .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.buy__now .outer__buy .desc .inner__desc .btn > a:hover {
  opacity: 0.7;
}
.buy__now .outer__buy .desc .inner__desc > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 400;
}
.buy__now .outer__buy .desc .inner__desc > h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 54px;
  line-height: 64px;
  color: #FFFFFF;
  font-weight: 500;
}
.buy__now .outer__buy .media {
  position: relative;
  width: 100%;
}
.buy__now .outer__buy .media img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.donation__wrapper {
  margin-top: 150px;
  background-color: #F2F2F2;
}
.donation__wrapper .outer__donation {
  padding-top: 104px;
  padding-bottom: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donation__wrapper .outer__donation .media {
  max-width: 550px;
}
.donation__wrapper .outer__donation .media > img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 90px;
}
.donation__wrapper .outer__donation .media .raised__progress .bar {
  width: 100%;
  margin-bottom: 20px;
  height: 10px;
  border-radius: 6px;
  position: relative;
  background-color: #FFFFFF;
}
.donation__wrapper .outer__donation .media .raised__progress .bar .active {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #92BF30;
  border-radius: 6px;
  height: 100%;
}
.donation__wrapper .outer__donation .media .raised__progress .bar .active span {
  position: absolute;
  width: 60px;
  text-align: center;
  position: absolute;
  right: -30px;
  top: -32px;
  font-size: 16px;
  line-height: 26px;
  color: #232944;
  font-weight: bold;
}
.donation__wrapper .outer__donation .media .raised__progress .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem:nth-child(1) > p {
  color: #528C26;
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem:nth-child(2) > p {
  color: #92BF30;
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem:nth-child(3) > p {
  color: #232944;
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem > p {
  margin: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.donation__wrapper .outer__donation .media .raised__progress .grid > .elem > span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  color: #232944;
  font-weight: 400;
}
.donation__wrapper .outer__donation .desc {
  max-width: 560px;
}
.donation__wrapper .outer__donation .desc > p {
  font-size: 16px;
  line-height: 26px;
  color: #4E5D56;
  max-width: 520px;
  margin-bottom: 55px;
}
.donation__wrapper .outer__donation .desc .donation__amount {
  width: 100%;
  max-width: 505px;
}
.donation__wrapper .outer__donation .desc .donation__amount .btn {
  margin-top: 30px;
}
.donation__wrapper .outer__donation .desc .donation__amount .btn > a {
  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%;
  height: 54px;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.donation__wrapper .outer__donation .desc .donation__amount .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.donation__wrapper .outer__donation .desc .donation__amount .btn > a:hover {
  opacity: 0.7;
}
.donation__wrapper .outer__donation .desc .donation__amount .predefined {
  margin-top: 30px;
}
.donation__wrapper .outer__donation .desc .donation__amount .predefined ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
}
.donation__wrapper .outer__donation .desc .donation__amount .predefined ul > li {
  width: 100%;
}
.donation__wrapper .outer__donation .desc .donation__amount .predefined ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #4E5D56;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  height: 40px;
  border: 1px solid #4E5D56;
  border-radius: 6px;
  text-decoration: none;
}
.donation__wrapper .outer__donation .desc .donation__amount form {
  width: 100%;
}
.donation__wrapper .outer__donation .desc .donation__amount form .group__input > input {
  width: 100%;
  outline: none;
  border: 0px;
  height: 72px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 130px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.donation__wrapper .outer__donation .desc .donation__amount > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
  color: #232944;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
}
.donation__wrapper .outer__donation .desc > h2 {
  margin-top: 0px;
  margin-bottom: 34px;
  font-size: 54px;
  line-height: 64px;
  color: #232944;
  font-weight: 500;
}

.discover__wrapper .outer__discover > h2 {
  margin-top: 0px;
}

.donation__amount .group__input {
  position: relative;
}
.donation__amount .group__input .dropdown {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 105px;
}
.donation__amount .group__input .dropdown .box {
  position: absolute;
  right: 0px;
  top: 60px;
  background-color: #fff;
  min-width: 140px;
  border: 1px solid #cecece;
  border-radius: 6px;
  padding: 15px;
  display: none;
}
.donation__amount .group__input .dropdown .box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.donation__amount .group__input .dropdown .box ul > li {
  margin-bottom: 5px;
  width: 100%;
}
.donation__amount .group__input .dropdown .box ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.donation__amount .group__input .dropdown .box ul > li > a:hover {
  opacity: 0.7;
}
.donation__amount .group__input .dropdown .box ul > li:last-child {
  margin-bottom: 0px;
}
.donation__amount .group__input .dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 105px;
  min-height: 54px;
  background-color: rgba(99, 99, 99, 0.2);
  border-radius: 6px;
  text-decoration: none;
}
.donation__amount .group__input .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.donation__amount .group__input .dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.donation__amount .group__input .dropdown > a span {
  font-size: 16px;
  line-height: 24px;
  color: #232944;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}

.join__community {
  padding-top: 67px;
  padding-bottom: 115px;
}
.join__community .outer__community {
  position: relative;
}
.join__community .outer__community .desc {
  max-width: 400px;
  width: 100%;
  margin-right: 20px;
}
.join__community .outer__community .desc > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 48px;
  color: #232944;
  font-weight: bold;
}
.join__community .outer__community .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #6A6A6A;
  font-weight: 300;
}
.join__community .outer__community .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join__community .outer__community .desc .btn > a {
  margin-top: 35px;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  border-radius: 5px;
  text-decoration: none;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.join__community .outer__community .desc .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.join__community .outer__community .desc .btn > a:hover {
  opacity: 0.7;
}
.join__community .outer__community .inner {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join__community .outer__community .inner .box {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}
.join__community .outer__community .inner .box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.join__community .outer__community .inner .box ul > li {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.join__community .outer__community .inner .box ul > li:last-child {
  margin-bottom: 0px;
}
.join__community .outer__community .inner .box .btn {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 64px;
}
.join__community .outer__community .inner .box .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  border: 2px solid #232944;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  line-height: 28px;
  color: #232944;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.join__community .outer__community .inner .box .btn > a:hover {
  opacity: 0.7;
}
.join__community .outer__community .inner .box .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.join__community .outer__community .inner .box > h2 {
  margin-top: 0px;
  font-size: 36px;
  line-height: 170%;
  font-weight: 600;
  color: #232944;
  margin-bottom: 80px;
}
.join__community .outer__community .inner .box:nth-child(2) {
  margin-right: 27px;
  background-color: rgba(82, 140, 38, 0.5);
}
.join__community .outer__community .inner .box:nth-child(2) > ul > li {
  color: #fff;
}
.join__community .outer__community .inner .box:nth-child(3) {
  background-color: rgba(82, 140, 38, 0.3);
}
.join__community .outer__community .inner .box:nth-child(3) > ul > li {
  color: #528C26;
}
.join__community .outer__community > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
}
.join__community .outer__community > p span {
  font-weight: bold;
}
.join__community .outer__community > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 74px;
  color: #232944;
  font-weight: 400;
}
.join__community .outer__community > h2 span {
  font-weight: bold;
}
.join__community .outer__community > img {
  position: absolute;
  top: 20px;
  right: 0px;
}

.create__account {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #528C26;
  margin-top: -60px;
  position: relative;
}
.create__account .outer__create .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.create__account .outer__create .controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.015%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.create__account .outer__create .controls > a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.create__account .outer__create .controls > a:hover {
  opacity: 0.7;
}
.create__account .outer__create .controls > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.create__account .outer__create form .double {
  display: -ms-grid;
  display: grid;
  margin-bottom: 41px;
  -ms-grid-columns: 1fr 54px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 54px;
}
.create__account .outer__create form > .group__input {
  margin-bottom: 41px;
}
.create__account .outer__create .group__input {
  width: 100%;
}
.create__account .outer__create .group__input .file__picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 24px;
}
.create__account .outer__create .group__input .file__picker > span {
  font-size: 20px;
  line-height: 28px;
  color: #A4A4A4;
}
.create__account .outer__create .group__input > input[type=file] {
  position: absolute;
  left: -25000px;
}
.create__account .outer__create .group__input > input {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  outline: none;
  border: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.create__account .outer__create .group__input > input::-webkit-input-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > input::-moz-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > input:-ms-input-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > input:-moz-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > select {
  width: 100%;
  height: 70px;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  outline: none;
  border: 0px;
  font-size: 20px;
  line-height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #A4A4A4;
  background: url("../img/arrowselect.svg");
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: calc(100% - 32px) center;
  background-color: #FFFFFF;
}
.create__account .outer__create .group__input > select.changed {
  color: #000;
}
.create__account .outer__create .group__input > select::-webkit-input-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > select::-moz-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > select:-ms-input-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create .group__input > select:-moz-placeholder {
  color: #A4A4A4;
}
.create__account .outer__create > h2 {
  margin-top: 0px;
  margin-bottom: 52px;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 400;
}
.create__account .outer__create > h2 span {
  font-weight: bold;
}
.create__account > img {
  position: absolute;
  left: 0px;
  top: -54px;
}

.file__picker {
  cursor: pointer;
}

.pagination {
  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;
  padding: 15px 0px;
}
.pagination > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.pagination > a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination > a:hover {
  opacity: 0.7;
}
.pagination ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
.pagination ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2px;
}
.pagination ul > li.last {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}
.pagination ul > li:last-child {
  margin-right: 0px;
}
.pagination ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}
.pagination ul > li > a.current {
  color: #060115;
}
.pagination ul > li > a:hover {
  color: #060115;
}

.jobs__box .bottom__controls {
  position: sticky;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  backdrop-filter: blur(5px);
}
.jobs__box .bottom__controls .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__box .bottom__controls .left .dropdown {
  position: relative;
  margin-left: 10px;
}
.jobs__box .bottom__controls .left .dropdown .drop {
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 100%;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  background-color: #fff;
  display: none;
}
.jobs__box .bottom__controls .left .dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.jobs__box .bottom__controls .left .dropdown .drop ul > li {
  margin-bottom: 7px;
}
.jobs__box .bottom__controls .left .dropdown .drop ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .bottom__controls .left .dropdown .drop ul > li > a:hover {
  opacity: 0.7;
}
.jobs__box .bottom__controls .left .dropdown .drop ul > li:last-child {
  margin-bottom: 0px;
}
.jobs__box .bottom__controls .left .dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 41px;
  text-decoration: none;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  padding-left: 15px;
  background-color: #fff;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs__box .bottom__controls .left .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jobs__box .bottom__controls .left .dropdown > a span {
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.jobs__box .bottom__controls .left .dropdown > a img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .bottom__controls .left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__box .bottom__controls .left > ul > li {
  font-size: 18px;
  line-height: 26px;
  color: #101010;
  font-weight: 500;
}
.jobs__box .bottom__controls .left > ul > li.spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 10px;
}
.jobs__box .jobs__box--inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jobs__box .jobs__box--inner .job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper {
  min-width: 410px;
  max-width: 410px;
  width: 100%;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup {
  position: sticky;
  top: 30px;
  left: 0px;
  max-height: calc(100vh - 100px);
  border-radius: 21px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup::-webkit-scrollbar {
  width: 6px;
  border-radius: 21px;
  background-color: #F2F2F2;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup::-webkit-scrollbar-thumb {
  background-color: #666F8D;
  border-radius: 21px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants {
  margin-top: 22px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls {
  position: static;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls .message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls .message > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background-color: rgba(37, 37, 37, 0.12);
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls .message > a svg path {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls .message > a:hover {
  background-color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls .message > a:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  min-height: 51px;
  background-color: #528C26;
  border-radius: 12px;
  margin-right: 14px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls > a:hover {
  opacity: 0.7;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .about__desc > span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 140%;
  color: #252525;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .about__desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #7C7C7C;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .about__desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .about__desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 17px;
  color: #528C26;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid > .el {
  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-left: 16px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid > .el > span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #BEBEBE;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid > .el > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph {
  width: 140px;
  height: 140px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc {
  max-width: 180px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .list ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3px 7px;
  font-size: 12px;
  line-height: 140%;
  color: #7C7C7C;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .list ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 11px;
  max-width: 11px;
  min-height: 11px;
  max-height: 11px;
  border-radius: 4px;
  margin-right: 7px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .total > .main__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  font-size: 32px;
  line-height: 140%;
  color: #252525;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .total > .total__score {
  font-size: 16px;
  line-height: 140%;
  color: #7C7C7C;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .total > p {
  margin: 0px;
  font-size: 12px;
  line-height: 15px;
  color: #7C7C7C;
  font-weight: 500;
  margin-right: 8px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #528C26;
  border-radius: 24px;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title > a:hover {
  opacity: 0.7;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title > p {
  margin: 0px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  color: #252525;
  letter-spacing: -0.04em;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup {
  background-color: #F9FAF7;
  padding-top: 65px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 22px;
  border-radius: 12px;
  overflow-y: auto;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 110px;
  background-color: #D9D9D9;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-right: 14px;
  background-color: #F7F7F7;
  cursor: pointer;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 8px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite.added {
  background-color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite.added .active {
  opacity: 1;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite.added > img {
  opacity: 0;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite:hover {
  background-color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite:hover .active {
  opacity: 1;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite:hover > img {
  opacity: 0;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite .active {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right .favorite > img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F7F7;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right > a.share {
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 8px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right > a.share:hover {
  background-color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right > a.share:hover svg path {
  stroke: #fff;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right > a.share svg path {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left > ul .dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 8px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left > ul > li {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #BEBEBE;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left > ul > li.main {
  color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left > p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 140%;
  color: #252525;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .top img {
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}
.jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .top > p {
  margin: 0px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  color: #BEBEBE;
  letter-spacing: -0.02em;
}
.jobs__box .jobs__box--inner .job__main {
  padding-left: 30px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  max-width: 100%;
}
.jobs__box .jobs__box--inner .job__main.smaller {
  max-width: calc(100% - 430px);
}
.jobs__box .jobs__box--inner .job__main.smaller .list__jobs .elem__job {
  padding-left: 21px;
  padding-right: 21px;
}
.jobs__box .jobs__box--inner .job__main.smaller .list__jobs .elem__job .head .favorite {
  min-width: 44px;
}
.jobs__box .jobs__box--inner .job__main.smaller .list__jobs .elem__job .head .media > img {
  width: 58px;
  min-width: 58px;
}
.jobs__box .jobs__box--inner .job__list {
  width: 100%;
}
.jobs__box .jobs__box--inner .job__list .list__jobs {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job {
  padding-top: 21px;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  padding-bottom: 11px;
  margin-bottom: 22px;
  border-radius: 12px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job.opened {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats {
  margin-top: 33px;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #252525;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .content {
  margin-top: 15px;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .content > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #7C7C7C;
  font-weight: 400;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  background-color: #fff;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .desc {
  margin-right: 15px;
  width: 100%;
  margin-right: auto;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .desc .title ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .desc .title ul > li {
  margin: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #528C26;
  border-radius: 14px;
  background-color: rgba(82, 140, 38, 0.1);
  padding-left: 12px;
  padding-right: 12px;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .desc .title > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
  color: #252525;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite {
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-width: 78px;
  min-height: 44px;
  background-color: #F7F7F7;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite .active {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite.added {
  background-color: #528C26;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite.added > img {
  opacity: 0;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite.added > img.active {
  opacity: 1;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .favorite > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .media > img {
  width: 105px;
  height: 58px;
  min-width: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job:last-child {
  margin-bottom: 0px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop {
  display: none;
  position: absolute;
  right: 0px;
  top: 25px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #cecece;
  z-index: 4;
  border-radius: 6px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop ul > li {
  margin-bottom: 3px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop ul > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop ul > li:last-child {
  margin-bottom: 0px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort .drop ul li a {
  white-space: nowrap;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 130%;
  color: #252525;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort > a p {
  margin: 0px;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort > a.opened span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title .sort > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  font-size: 12px;
  line-height: 140%;
  color: #7C7C7C;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .job__list > .job__main > .title > p {
  margin: 0px;
  font-size: 18px;
  line-height: 135%;
  color: #252525;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .profile__side {
  min-width: 255px;
  max-width: 255px;
  padding-top: 30px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 20px;
  background-color: #FAFBF8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.jobs__box .jobs__box--inner .profile__side .write__success {
  margin-top: 32px;
  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;
}
.jobs__box .jobs__box--inner .profile__side .write__success > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 51px;
  width: 100%;
  background-color: #528C26;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .jobs__box--inner .profile__side .write__success > a:hover {
  opacity: 0.7;
}
.jobs__box .jobs__box--inner .profile__side .skills > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 135%;
  font-weight: 600;
  color: #252525;
}
.jobs__box .jobs__box--inner .profile__side .skills ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -4px;
  margin-top: -4px;
}
.jobs__box .jobs__box--inner .profile__side .skills ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 24px;
  background-color: rgba(82, 140, 38, 0.12);
  font-size: 14px;
  line-height: 135%;
  color: #528C26;
  letter-spacing: -0.02em;
}
.jobs__box .jobs__box--inner .profile__side .personal__details > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 135%;
  color: #252525;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 35px;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li:last-child {
  margin-bottom: 0px;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li .desc {
  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;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li .desc > span {
  font-size: 14px;
  line-height: 21px;
  color: #252525;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.jobs__box .jobs__box--inner .profile__side .personal__details ul > li .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 135%;
  color: #7C7C7C;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .profile__side .available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.jobs__box .jobs__box--inner .profile__side .available > p {
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  background-color: rgba(38, 141, 97, 0.1);
  border-radius: 250px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 15px;
  line-height: 135%;
  color: #268D61;
  font-weight: 600;
}
.jobs__box .jobs__box--inner .profile__side .available > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.jobs__box .jobs__box--inner .profile__side .author {
  text-align: center;
  margin-bottom: 12px;
}
.jobs__box .jobs__box--inner .profile__side .author > p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 135%;
  font-weight: 600;
  color: #252525;
  letter-spacing: -0.02em;
}
.jobs__box .jobs__box--inner .profile__side .author > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 22px;
  color: #7C7C7C;
  font-weight: 500;
}
.jobs__box .jobs__box--inner .profile__side .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.jobs__box .jobs__box--inner .profile__side .media > img {
  min-width: 73px;
  max-width: 73px;
  min-height: 73px;
  max-height: 73px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
}
.jobs__box .tags__filter {
  margin-top: 32px;
  margin-bottom: 50px;
}
.jobs__box .tags__filter ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__box .tags__filter ul > li > a {
  padding-left: 16px;
  padding-right: 30px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 59px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #19213D;
}
.jobs__box .tags__filter ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.jobs__box .search {
  padding: 20px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#528C26), to(#6FA760));
  background: linear-gradient(to right, #528C26, #6FA760);
  position: relative;
}
.jobs__box .search .group__input {
  position: relative;
  z-index: 2;
}
.jobs__box .search .group__input > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  outline: none;
  border: 0px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .search .group__input > button:hover {
  opacity: 0.7;
}
.jobs__box .search .group__input > input {
  width: 100%;
  height: 62px;
  background-color: #FFFFFF;
  outline: none;
  border: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 62px;
}
.jobs__box .search .group__input > input::-webkit-input-placeholder {
  color: #A3A3A3;
}
.jobs__box .search .group__input > input::-moz-placeholder {
  color: #A3A3A3;
}
.jobs__box .search .group__input > input:-ms-input-placeholder {
  color: #A3A3A3;
}
.jobs__box .search .group__input > input:-moz-placeholder {
  color: #A3A3A3;
}

.jobs__wrapper {
  padding-top: 50px;
}
.jobs__wrapper .outer__jobs .inner > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__wrapper .outer__jobs .inner > .title > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
  padding-left: 31px;
  padding-right: 31px;
  border-radius: 250px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background-color: #232944;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__wrapper .outer__jobs .inner > .title > a:hover {
  opacity: 0.7;
}
.jobs__wrapper .outer__jobs .inner > .title > h2 {
  margin-top: 0px;
  font-size: 36px;
  line-height: 44px;
  color: #232944;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.jobs__wrapper .outer__jobs > .top {
  margin-bottom: 85px;
}
.jobs__wrapper .outer__jobs > .top > p {
  margin: 0px;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
}
.jobs__wrapper .outer__jobs > .top > h2 {
  text-align: center;
  font-size: 55px;
  line-height: 74px;
  margin-bottom: 14px;
  color: #232944;
  font-weight: 400;
  margin-top: 0px;
}
.jobs__wrapper .outer__jobs > .top > h2 span {
  font-weight: 600;
}

.jobs__box .bottom__controls .left .dropdown .drop ul > li > a {
  width: 100%;
}

.gift__hero {
  padding-top: 60px;
  padding-bottom: 43px;
}
.gift__hero .outer__gift {
  position: relative;
}
.gift__hero .outer__gift .btns {
  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;
}
.gift__hero .outer__gift .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-decoration: none;
}
.gift__hero .outer__gift .btns > a.student {
  border: 2px solid #232944;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 28px;
  color: #232944;
  letter-spacing: 0.015em;
}
.gift__hero .outer__gift .btns > a.student:hover {
  opacity: 0.7;
}
.gift__hero .outer__gift .btns > a.student span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
.gift__hero .outer__gift .btns > a.master {
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  font-size: 20px;
  margin-right: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.015em;
}
.gift__hero .outer__gift .btns > a.master:hover {
  opacity: 0.7;
}
.gift__hero .outer__gift .btns > a.master span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
.gift__hero .outer__gift > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 74px;
  color: #232944;
  font-weight: 400;
}
.gift__hero .outer__gift > h2 span {
  font-weight: bold;
}
.gift__hero .outer__gift > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
}
.gift__hero .outer__gift > img {
  position: absolute;
  top: 20px;
  right: 0px;
}

.about__wrapper {
  padding-top: 43px;
  padding-bottom: 55px;
}
.about__wrapper .outer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__wrapper .outer__about .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
}
.about__wrapper .outer__about .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.about__wrapper .outer__about .desc .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.about__wrapper .outer__about .desc .btn > a:hover {
  opacity: 0.7;
}
.about__wrapper .outer__about .desc .double {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
}
.about__wrapper .outer__about .desc .double > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #070A29;
  font-weight: 500;
  position: relative;
}
.about__wrapper .outer__about .desc .double > .elem > span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  width: 30px;
  height: 2px;
  background-color: #6DA55C;
}
.about__wrapper .outer__about .desc .double > .elem > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #6A6A6A;
}
.about__wrapper .outer__about .desc > span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #6DA55C;
  font-weight: 400;
}
.about__wrapper .outer__about .desc > h2 {
  margin: 0px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  color: #232944;
  margin-bottom: 18px;
}
.about__wrapper .outer__about .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #6A6A6A;
  font-weight: 300;
}
.about__wrapper .outer__about .media__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__wrapper .outer__about .media__grid .right {
  padding-top: 95px;
}
.about__wrapper .outer__about .media__grid .right > .im1 > img {
  width: 290px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.about__wrapper .outer__about .media__grid .right > .im2 > img {
  width: 290px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about__wrapper .outer__about .media__grid .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.about__wrapper .outer__about .media__grid .left > img {
  min-width: 290px;
  height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.benefits__wrapper {
  padding-top: 52px;
  padding-bottom: 80px;
}
.benefits__wrapper .outer__benefits .elems > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.benefits__wrapper .outer__benefits .elems > .elem:last-child {
  margin-bottom: 0px;
}
.benefits__wrapper .outer__benefits .elems > .elem .left > span {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 48px;
  color: #528C26;
  font-weight: bold;
}
.benefits__wrapper .outer__benefits .elems > .elem .left > ul {
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
}
.benefits__wrapper .outer__benefits .elems > .elem .right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom left, #6FA760, #528C26);
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.benefits__wrapper .outer__benefits .elems > .elem .right > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.benefits__wrapper .outer__benefits .elems > .elem .right > a:hover {
  opacity: 0.7;
}
.benefits__wrapper .outer__benefits > .top {
  margin-bottom: 45px;
}
.benefits__wrapper .outer__benefits > .top > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #6DA55C;
  font-weight: 400;
}
.benefits__wrapper .outer__benefits > .top > p {
  margin: 0px;
  margin-bottom: 45px;
  font-size: 44px;
  line-height: 48px;
  color: #232944;
  font-weight: 400;
}
.benefits__wrapper .outer__benefits > .top > p span {
  font-weight: bold;
}

.match__slider {
  padding-top: 52px;
  padding-bottom: 52px;
  overflow: hidden;
}
.match__slider .pagination {
  margin-top: 45px;
}
.match__slider .outer__match .slider .slick-slide {
  margin: 0 27px;
}
.match__slider .outer__match .slider .slick-prev, .match__slider .outer__match .slider .slick-next {
  display: none !important;
}
.match__slider .outer__match .slider .elem {
  max-width: 335px;
}
.match__slider .outer__match .slider .elem .inn {
  padding-bottom: 73px;
  position: relative;
  width: 100%;
}
.match__slider .outer__match .slider .elem .inn .btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.match__slider .outer__match .slider .elem .inn .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6FA760), to(#528C26));
  background: linear-gradient(to bottom, #6FA760, #528C26);
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.match__slider .outer__match .slider .elem .inn .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.match__slider .outer__match .slider .elem .inn .btn > a:hover {
  opacity: 0.7;
}
.match__slider .outer__match .slider .elem .inn .desc {
  margin-top: 24px;
}
.match__slider .outer__match .slider .elem .inn .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 120%;
  color: #6B6868;
  font-weight: 400;
}
.match__slider .outer__match .slider .elem .inn > .media {
  position: relative;
  padding-bottom: 115%;
}
.match__slider .outer__match .slider .elem .inn > .media > p {
  position: absolute;
  margin: 0px;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 2;
}
.match__slider .outer__match .slider .elem .inn > .media > img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.match__slider .outer__match .pagination > a {
  margin-right: 15px;
}
.match__slider .outer__match .pagination > a:last-child {
  margin-right: 0px;
}
.match__slider .outer__match > .top {
  margin-bottom: 52px;
}
.match__slider .outer__match > .top > p {
  margin: 0px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  font-weight: 400;
}
.match__slider .outer__match > .top > h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 48px;
  color: #232944;
  font-weight: 400;
  text-align: center;
}
.match__slider .outer__match > .top > h2 span {
  font-weight: 600;
}

.testimonials {
  padding-top: 53px;
  padding-bottom: 52px;
  overflow: hidden;
}
.testimonials .outer__testimonials .testimonials__slider {
  margin-top: 32px;
  width: calc(100% + 36px);
  margin-left: -18px;
}
.testimonials .outer__testimonials .testimonials__slider .slick-dots {
  position: static;
  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;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 55px;
  width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
}
.testimonials .outer__testimonials .testimonials__slider .slick-dots li {
  width: 100%;
  margin: 0px;
  height: 5px;
  background-color: rgba(110, 166, 94, 0.5);
}
.testimonials .outer__testimonials .testimonials__slider .slick-dots li.slick-active button {
  background-color: #6EA65E;
}
.testimonials .outer__testimonials .testimonials__slider .slick-dots li button {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  padding: 0px;
  height: 100%;
  border-radius: 5px;
}
.testimonials .outer__testimonials .testimonials__slider .slick-dots li button:before {
  content: none;
}
.testimonials .outer__testimonials .testimonials__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonials .outer__testimonials .testimonials__slider .slick-slide {
  height: inherit !important;
}
.testimonials .outer__testimonials .testimonials__slider .elem {
  padding: 18px;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn {
  position: relative;
  height: 100%;
  padding: 17px 18px;
  padding-bottom: 43px;
  border-radius: 25px;
  background-color: #FFFFFF;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.05);
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
  position: absolute;
  left: 18px;
  width: calc(100% - 36px);
  bottom: 13px;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom .age {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom .age > span {
  font-size: 12px;
  line-height: 16px;
  color: #C5C5C5;
  font-weight: 400;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom > p {
  margin: 0px;
  font-size: 15px;
  line-height: 21px;
  color: #535353;
  font-weight: 400;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 150px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  font-weight: 600;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .content > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .media {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .media ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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;
}
.testimonials .outer__testimonials .testimonials__slider .elem > .inn .media > img {
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .outer__testimonials .dbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.testimonials .outer__testimonials .dbl > p {
  margin: 0px;
  min-width: 170px;
  margin-right: 16px;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.testimonials .outer__testimonials .dbl > p:last-child {
  margin-right: 0px;
}
.testimonials .outer__testimonials > .top {
  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;
}
.testimonials .outer__testimonials > .top > span {
  font-size: 18px;
  line-height: 26px;
  color: #6DA55C;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonials .outer__testimonials > .top > h2 {
  margin: 0px;
  font-size: 44px;
  line-height: 54px;
  color: #232944;
  font-weight: 600;
}

.benefits__wrapper .outer__benefits .elems > .elem .left {
  margin-right: 30px;
}

.benefits__wrapper .outer__benefits .elems > .elem .right > a {
  white-space: nowrap;
}

footer.no__space {
  padding-top: 50px;
}

.jobs__wrapper.student .outer__jobs > .inner .title > a {
  text-transform: capitalize;
}
.jobs__wrapper.student .outer__jobs > .inner .title > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.future__hero {
  padding-top: 60px;
  padding-bottom: 115px;
}
.future__hero .future__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 22px;
}
.future__hero .future__grid .elem {
  width: 100%;
}
.future__hero .future__grid .elem:nth-child(odd) {
  padding-top: 75px;
}
.future__hero .future__grid .elem .card {
  margin-bottom: 24px;
  padding-bottom: 120%;
  position: relative;
  -webkit-box-shadow: 4px 4px 35px 0px rgba(183, 183, 183, 0.25);
          box-shadow: 4px 4px 35px 0px rgba(183, 183, 183, 0.25);
  border-radius: 10px;
}
.future__hero .future__grid .elem .card:last-child {
  margin-bottom: 0px;
}
.future__hero .future__grid .elem .card > p {
  margin: 0px;
  position: absolute;
  left: 27px;
  width: calc(100% - 54px);
  bottom: 17px;
  font-size: 16px;
  line-height: 24px;
  color: #060115;
  font-weight: 400;
}
.future__hero .future__grid .elem .card .img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
}
.future__hero .future__grid .elem .card .img > img {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.future__hero .future__grid .elem .media {
  width: 100%;
  padding-bottom: 120%;
  margin-bottom: 24px;
  position: relative;
}
.future__hero .future__grid .elem .media:last-child {
  margin-bottom: 0px;
}
.future__hero .future__grid .elem .media img {
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.future__hero .outer__future {
  margin-bottom: 85px;
}
.future__hero .outer__future > p {
  text-align: center;
  margin: 0px;
  font-size: 21px;
  line-height: 26px;
  color: #4E5D56;
  font-weight: 400;
}
.future__hero .outer__future > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 74px;
  color: #232944;
  text-align: center;
  font-weight: 400;
}
.future__hero .outer__future > h2 span {
  font-weight: 600;
}

/*.future__grid.mobile{
	position: absolute;
	left:0px;
	top:0px;
	opacity:0;
	pointer-events: none;
}*/
.future__hero {
  overflow: hidden;
}

.future__hero .future__grid.mobile {
  display: block;
}

.future__hero .future__grid.mobile > .inn {
  padding-left: 0px;
}

.future__hero .future__grid.mobile .inn .elem {
  min-width: 320px;
}

.future__hero .future__grid .elem.odd {
  padding-top: 75px !important;
}

.future__hero .future__grid.mobile .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.future__hero .future__grid.mobile .inn .elem {
  max-width: 320px;
}

.future__hero .future__grid.mobile .slick-track {
  padding: 30px 0px;
}

.future__hero .future__grid.mobile .elem {
  margin: 0px 12px;
}

.future__hero .future__grid .elem:nth-child(odd) {
  padding-top: 0px;
}

.future__hero .future__grid ul {
  list-style-type: none;
}

.future__hero .future__grid .elem .card > p {
  white-space: initial;
  word-break: initial;
}

.future__hero .future__grid.mobile {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.students__box > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.students__box > .top .sorted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.students__box > .top .sorted > .dropdown {
  position: relative;
}
.students__box > .top .sorted > .dropdown .drop {
  position: absolute;
  right: 0px;
  top: 40px;
  min-width: 100%;
  padding: 10px 20px;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  background-color: #fff;
  z-index: 3;
  display: none;
}
.students__box > .top .sorted > .dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.students__box > .top .sorted > .dropdown .drop ul > li {
  margin-bottom: 7px;
  width: 100%;
}
.students__box > .top .sorted > .dropdown .drop ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  white-space: nowrap;
}
.students__box > .top .sorted > .dropdown .drop ul > li > a:hover {
  opacity: 0.7;
}
.students__box > .top .sorted > .dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  border: 1px solid #6FA760;
  border-radius: 7px;
}
.students__box > .top .sorted > .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.students__box > .top .sorted > .dropdown > a > span {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  letter-spacing: -0.02em;
}
.students__box > .top .sorted > .dropdown > a > img {
  margin-left: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.students__box > .top .sorted > p {
  margin: 0px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.students__box > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  letter-spacing: -0.02em;
}
.students__box > .top > p span {
  font-weight: bold;
}

.students__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 38px;
}
.students__grid > .elem {
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-box-shadow: 0px 33px 20px 0px rgba(0, 0, 0, 0.01), 0px 15px 15px 0px rgba(0, 0, 0, 0.01), 0px 3px 8px 0px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 33px 20px 0px rgba(0, 0, 0, 0.01), 0px 15px 15px 0px rgba(0, 0, 0, 0.01), 0px 3px 8px 0px rgba(0, 0, 0, 0.01);
  padding-bottom: 55px;
  position: relative;
  cursor: pointer;
}
.students__grid > .elem .bottom {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 15px;
}
.students__grid > .elem .bottom > span {
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.students__grid > .elem .bottom > p {
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #528C26;
}
.students__grid > .elem .bottom > p > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.students__grid > .elem .list {
  margin-top: 10px;
}
.students__grid > .elem .list > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-top: -5px;
}
.students__grid > .elem .list > ul > li {
  min-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19213D;
  font-size: 15px;
  line-height: 22px;
  margin: 5px;
  font-weight: 500;
  background-color: #F7F8FA;
  border-radius: 250px;
}
.students__grid > .elem .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.students__grid > .elem .top > .desc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: -2px;
  margin-left: -7px;
}
.students__grid > .elem .top > .desc > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 7px;
  font-size: 17px;
  line-height: 27px;
  color: #19213D;
  letter-spacing: -0.015em;
}
.students__grid > .elem .top > .desc > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.students__grid > .elem .top > .desc > .top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.students__grid > .elem .top > .desc > .top__title > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.students__grid > .elem .top > .desc > .top__title > span svg path {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.students__grid > .elem .top > .desc > .top__title > span.added svg path {
  fill: #528C26;
}
.students__grid > .elem .top > .desc > .top__title > p {
  margin: 0px;
  font-size: 20px;
  line-height: 130%;
  color: #19213D;
  font-weight: bold;
}
.students__grid > .elem .top .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.students__grid > .elem .top .media > img {
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom__pagination > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bottom__pagination > .left .dropdown {
  position: relative;
  margin-left: 10px;
}
.bottom__pagination > .left .dropdown .drop {
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 100%;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  background-color: #fff;
  display: none;
}
.bottom__pagination > .left .dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.bottom__pagination > .left .dropdown .drop ul > li {
  margin-bottom: 7px;
}
.bottom__pagination > .left .dropdown .drop ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.bottom__pagination > .left .dropdown .drop ul > li > a:hover {
  opacity: 0.7;
}
.bottom__pagination > .left .dropdown .drop ul > li:last-child {
  margin-bottom: 0px;
}
.bottom__pagination > .left .dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 41px;
  text-decoration: none;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  padding-left: 15px;
  background-color: #fff;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom__pagination > .left .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bottom__pagination > .left .dropdown > a span {
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.bottom__pagination > .left .dropdown > a img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.bottom__pagination > .left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bottom__pagination > .left > ul > li {
  font-size: 18px;
  line-height: 26px;
  color: #101010;
}
.bottom__pagination > .left > ul .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 10px;
}

.students__box .bottom__pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}

.students__grid > .elem .desc {
  width: 100%;
}

.bottom__pagination > .left .dropdown .drop ul > li > a {
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  display: none;
}

.students__grid > .elem {
  background-color: #fff;
}

.students__grid > .elem.opened {
  position: relative;
  z-index: 6;
}

.personal__popup {
  position: absolute;
  width: 100%;
  max-width: 340px;
  background-color: #FAFBF8;
  z-index: 6;
  display: none;
  border-radius: 18px;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-left: 28px;
  padding-right: 28px;
}
.personal__popup.reverse:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  right: -54px;
  left: auto;
  width: 78px;
  height: 137px;
  background: url("../img/leftpersonal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.personal__popup:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -54px;
  width: 78px;
  height: 137px;
  background: url("../img/leftpersonal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.personal__popup .boost {
  padding: 15px;
}
.personal__popup .boost > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.personal__popup .boost .btn {
  width: 100%;
}
.personal__popup .boost .btn > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
  background-color: #6FA760;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 34px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.personal__popup .boost .btn > a:hover {
  opacity: 0.7;
}
.personal__popup .boost .btn > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.personal__popup .personal {
  padding: 15px 20px;
  background-color: #FFFFFF;
  border-radius: 18px;
  margin-bottom: 15px;
}
.personal__popup .personal:last-child {
  margin-bottom: 0px;
}
.personal__popup .personal .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
.personal__popup .personal .double > .elem {
  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;
}
.personal__popup .personal .double > .elem > span {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #A3A3A3;
  font-weight: 400;
}
.personal__popup .personal .double > .elem > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #383838;
  font-weight: 500;
}
.personal__popup .personal .double > .elem > p .percent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 250px;
  font-size: 12px;
  line-height: 16px;
}
.personal__popup .personal .double > .elem > p .percent.green {
  background-color: #EBF8F3;
  color: #00A361;
}
.personal__popup .personal .double > .elem > p .percent.red {
  background-color: #FCEDED;
  color: #D20D0C;
}
.personal__popup .personal > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.personal__popup .personal > .top .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.personal__popup .personal > .top .more > a {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.personal__popup .personal > .top > p {
  font-size: 18px;
  line-height: 26px;
  color: #232944;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}
.personal__popup .desc {
  text-align: center;
  margin-bottom: 16px;
}
.personal__popup .desc > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #232944;
  font-weight: 600;
}
.personal__popup .desc > span {
  font-size: 16px;
  line-height: 22px;
  color: #A3A3A3;
  font-weight: 300;
}
.personal__popup .available {
  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;
  margin-bottom: 10px;
}
.personal__popup .available > p {
  margin: 0px;
  min-height: 34px;
  padding-left: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 250px;
  font-size: 14px;
  line-height: 21px;
  color: #6FA760;
  font-weight: 400;
  padding-right: 18px;
  background-color: rgba(111, 167, 96, 0.5);
}
.personal__popup .available > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.personal__popup .profile {
  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;
  margin-bottom: 12px;
}
.personal__popup .profile .media {
  position: relative;
}
.personal__popup .profile .media > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 250px;
  background-color: #FAFBF8;
  position: absolute;
  right: 0px;
  bottom: -2px;
}
.personal__popup .profile .media > img {
  min-width: 71px;
  max-width: 71px;
  min-height: 71px;
  max-height: 71px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.personal__popup > .close__popup {
  display: none;
}

.jobs__box {
  padding-bottom: 50px;
}
.jobs__box .outer__jobs .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}
.jobs__box .outer__jobs .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
  min-width: 230px;
  background-color: #528C26;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  border: 0px;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .outer__jobs .group__submit > button:hover {
  opacity: 0.7;
}
.jobs__box .outer__jobs .box {
  padding: 18px 28px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
          box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
  border-radius: 20px;
}
.jobs__box .outer__jobs .box .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 45px;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown {
  width: 100%;
  position: relative;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown.picked > a > span {
  color: #000;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop {
  position: absolute;
  left: 0px;
  top: 45px;
  width: 100%;
  border: 1px solid #E7EAED;
  border-radius: 10px;
  background-color: #fff;
  display: none;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop ul > li {
  margin-bottom: 7px;
  width: 100%;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop ul > li > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #19213D;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop ul > li > a:hover {
  opacity: 0.7;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown .drop ul > li:last-child {
  margin-bottom: 0px;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 10px;
  height: 40px;
  background-color: #FFFFFF;
  border: 4px solid #F2F2F2;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
          box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .outer__jobs .box .grid > .elem .dropdown > a > span {
  font-size: 15px;
  line-height: 22px;
  color: #808080;
  font-weight: 500;
}
.jobs__box .outer__jobs .box .grid > .elem .group__input {
  position: relative;
}
.jobs__box .outer__jobs .box .grid > .elem .group__input > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
.jobs__box .outer__jobs .box .grid > .elem .group__input > input {
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  border-radius: 5px;
  border: 4px solid #F2F2F2;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
          box-shadow: 0px 0px 26px 0px rgba(143, 143, 143, 0.4237);
  padding-left: 44px;
  padding-right: 12px;
}
.jobs__box .outer__jobs .box .grid > .elem > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-weight: 600;
}
.jobs__box .outer__jobs .box > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7px;
  margin-left: -7px;
  margin-bottom: 16px;
}
.jobs__box .outer__jobs .box > ul > li {
  margin: 7px;
}
.jobs__box .outer__jobs .box > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 250px;
  font-size: 15px;
  line-height: 22px;
  color: #528C26;
  text-decoration: none;
  border: 2px solid #528C26;
  border-radius: 250px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .outer__jobs .box > ul > li > a:hover {
  color: #FFFFFF;
  background-color: #528C26;
}
.jobs__box .outer__jobs .box > ul > li > a.current {
  color: #FFFFFF;
  background-color: #528C26;
}
.jobs__box .outer__jobs > .top {
  text-align: center;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs__box .outer__jobs > .top > h2 {
  margin: 0px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #232944;
  letter-spacing: -0.02em;
}
.jobs__box .outer__jobs > .top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
  border-radius: 250px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #232944;
  border-radius: 250px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__box .outer__jobs > .top > a:hover {
  opacity: 0.7;
}
.jobs__box .outer__jobs > .top > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.jobs__list--content {
  margin-top: 55px;
}
.jobs__list--content .top {
  background-color: #232944;
}
.jobs__list--content .top .outer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 0px;
}
.jobs__list--content .top .outer__top .refresh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jobs__list--content .top .outer__top .refresh .sort__by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.jobs__list--content .top .outer__top .refresh .sort__by > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.jobs__list--content .top .outer__top .refresh > a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .top .outer__top .refresh > a:hover {
  opacity: 0.7;
}
.jobs__list--content .top .outer__top .refresh .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2px;
  min-height: 37px;
  background-color: #DADADA;
  margin: 0px 12px;
}
.jobs__list--content .top .outer__top .fast__controls {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jobs__list--content .top .outer__top .fast__controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 56px;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .top .outer__top .fast__controls > a:hover {
  opacity: 0.7;
}
.jobs__list--content .top .outer__top .fast__controls > a.recommended:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 101px;
  height: 4px;
  background-color: #528C26;
}
.jobs__list--content .top .outer__top .fast__controls > a:last-child {
  margin-right: 0px;
}
.jobs__list--content .top .outer__top .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__list--content .top .outer__top .filters .clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs__list--content .top .outer__top .filters .clear > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .top .outer__top .filters .clear > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
}
.jobs__list--content .top .outer__top .filters .clear > a:hover {
  opacity: 0.7;
}
.jobs__list--content .top .outer__top .filters > a {
  margin-right: 128px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  font-weight: 500;
}
.jobs__list--content .top .outer__top .filters > a:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 4px;
  width: 38px;
  background-color: #528C26;
  bottom: -4px;
}

.filters__popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.filters__popup .box {
  width: 100%;
  max-width: 500px;
  border: 10px solid #f2f2f2;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  margin-left: auto;
  padding: 17px 25px;
}
.filters__popup .box form .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.filters__popup .box form .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  min-height: 85px;
  background-color: #6FA760;
  border-radius: 15px;
  outline: none;
  cursor: pointer;
  border: 0px;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filters__popup .box form .group__submit > button:hover {
  opacity: 0.7;
}
.filters__popup .box form > .elem {
  margin-bottom: 45px;
}
.filters__popup .box form > .elem .elem__switch {
  margin-bottom: 15px;
}
.filters__popup .box form > .elem .elem__switch:last-child {
  margin-bottom: 0px;
}
.filters__popup .box form > .elem .elem__switch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filters__popup .box form > .elem .elem__switch label > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin-right: 10px;
}
.filters__popup .box form > .elem .experience ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -13px;
  margin-top: -13px;
  margin-bottom: -13px;
}
.filters__popup .box form > .elem .experience ul > li {
  margin: 13px;
}
.filters__popup .box form > .elem .experience ul > li > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border: 2px solid #A4A4A4;
  border-radius: 250px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #A4A4A4;
  font-weight: 500;
  text-align: center;
}
.filters__popup .box form > .elem .experience ul > li > a.active {
  border-color: #6FA760;
  background-color: #6FA760;
  color: #fff;
}
.filters__popup .box form > .elem .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -6px;
  margin-left: -12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters__popup .box form > .elem .checks .check {
  margin: 6px 12px;
}
.filters__popup .box form > .elem .checks .check p {
  margin: 0px;
}
.filters__popup .box form > .elem > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
  color: #6FA760;
  font-weight: 600;
  text-transform: uppercase;
}
.filters__popup .box form > .elem:last-child {
  margin-bottom: 0px;
}
.filters__popup .box > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filters__popup .box > .top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filters__popup .box > .top > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.filters__popup .box > .top > a:hover {
  opacity: 0.7;
}
.filters__popup .box > .top > p {
  margin: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
}

.filters__popup {
  display: none;
}

.filters__popup .box {
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  position: relative;
  right: -800px;
}

.jobs__list--content > .top {
  position: sticky;
  top: 0px;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}

*::-webkit-scrollbar-thumb {
  background-color: #666F8D;
  border-radius: 250px;
}

.jobs__list--content .outer__jobs {
  margin-top: 40px;
  max-width: 1334px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.jobs__list--content .outer__jobs .bottom__pagination {
  margin-top: 25px;
}
.jobs__list--content .outer__jobs .jobs__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .jobs__double .secondary {
  max-height: 930px;
  overflow-y: auto;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 590px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  cursor: pointer;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem:last-child {
  margin-bottom: 0px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem.current {
  border-color: #528C26;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .bottom > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #666F8D;
  font-weight: 400;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .bottom > span {
  font-size: 18px;
  line-height: 27px;
  color: #19213D;
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .early {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .early > p {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  line-height: 20px;
  color: #528C26;
  font-weight: 500;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .early > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem > ul {
  margin-top: 10px;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -4px;
  margin-left: -4px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 33px;
  background-color: #F7F8FA;
  border-radius: 129px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #19213D;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info .desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info .desc ul > li {
  font-size: 18px;
  line-height: 27px;
  color: #666F8D;
  font-weight: 400;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info .desc ul .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #19213D;
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info .desc > p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 130%;
  color: #19213D;
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .search__field {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .search__field > input {
  width: 100%;
  border: 1px solid #F2F2F2;
  height: 40px;
  border-radius: 4px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown {
  position: relative;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown .drop {
  position: absolute;
  right: 0px;
  top: 43px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #cecece;
  z-index: 4;
  border-radius: 6px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown .drop ul > li {
  margin-bottom: 8px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown .drop ul > li > a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(255, 79, 10, 0.25);
  border-radius: 7px;
  text-decoration: none;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs .dropdown > a span {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by--jobs > p {
  margin: 0px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.jobs__list--content .outer__jobs .jobs__double .secondary .top__info > p span {
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .main {
  width: 100%;
  max-width: 680px;
  margin-left: 40px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  max-height: 930px;
  overflow-y: auto;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info .desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info .desc ul > li {
  font-size: 18px;
  line-height: 27px;
  color: #666F8D;
  font-weight: 400;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info .desc ul .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #19213D;
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info .desc > p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 130%;
  color: #19213D;
  font-weight: bold;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .top > span {
  white-space: nowrap;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #19213D;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .controls > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #666F8D;
  font-weight: 400;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 275px;
  min-height: 52px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #528C26;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head .controls > a:hover {
  opacity: 0.7;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head > ul {
  margin-top: 10px;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -4px;
  margin-left: -4px;
}
.jobs__list--content .outer__jobs .jobs__double .main .main__head > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 33px;
  background-color: #F7F8FA;
  border-radius: 129px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #19213D;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.jobs__list--content .outer__jobs .jobs__double .main .description {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #F1F3F7;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el {
  margin-bottom: 30px;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > span {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #19213D;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > ul {
  margin: 0px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #666F8D;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > ul > li {
  margin-bottom: 5px;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > ul > li:last-child {
  margin-bottom: 0px;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #666F8D;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el > p:last-child {
  margin-bottom: 0px;
}
.jobs__list--content .outer__jobs .jobs__double .main .description > .el:last-child {
  margin-bottom: 0px;
}
.jobs__list--content .outer__jobs .top__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .top__switcher > p {
  margin: 0px;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.jobs__list--content .outer__jobs .top__switcher ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  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%;
  max-width: 860px;
  border: 1px solid #FBF2EB;
  border-radius: 30px;
  padding: 5px;
}
.jobs__list--content .outer__jobs .top__switcher ul > li {
  margin-right: 5px;
  width: 100%;
}
.jobs__list--content .outer__jobs .top__switcher ul > li:last-child {
  margin-right: 0px;
}
.jobs__list--content .outer__jobs .top__switcher ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  min-height: 58px;
  border-radius: 250px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  letter-spacing: -0.02em;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .outer__jobs .top__switcher ul > li > a:hover {
  background-color: #528C26;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px 2px #FBEFE5;
          box-shadow: 0px 0px 2px 2px #FBEFE5;
}
.jobs__list--content .outer__jobs .top__switcher ul > li > a.current {
  background-color: #528C26;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px 2px #FBEFE5;
          box-shadow: 0px 0px 2px 2px #FBEFE5;
}
.jobs__list--content .outer__jobs .search__job {
  margin-bottom: 55px;
}
.jobs__list--content .outer__jobs .search__job form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs__list--content .outer__jobs .search__job form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 175px;
  min-height: 43px;
  margin-left: 20px;
  background-color: #528C26;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: 0px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .outer__jobs .search__job form button:hover {
  opacity: 0.7;
}
.jobs__list--content .outer__jobs .search__job form > input {
  width: 100%;
  height: 43px;
  background-color: #D9D9D9;
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  border: 0px;
}

.jobs__list--content .top .outer__top .filters > a, .jobs__list--content .top .outer__top .refresh .sort__by > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.jobs__list--content .top .outer__top .filters > a:hover, .jobs__list--content .top .outer__top .refresh .sort__by > a:hover {
  opacity: 0.7;
}

.top__switcher .list__wrap {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
}

.top__switcher > p {
  white-space: nowrap;
}

.jobs__list--content .outer__jobs .jobs__double .main .main__head .top > span {
  margin-left: 10px;
}

.jobs__list--content {
  overflow: hidden;
}

@media (max-width: 1920px) {
  .join__us .outer__join .desc {
    margin-left: 0px;
    padding-left: 600px;
    max-width: none;
  }
  .join__us .outer__join .desc > h2 {
    max-width: 440px;
  }
}
.buy__now .outer__buy .desc {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1440px) {
  .benefits .outer__benefits > .elem .inn .desc > span {
    font-size: 36px;
  }
}
.jobs__wrapper .outer__jobs .inner > .title > h2 {
  margin-bottom: 0px;
}

.close__popup {
  display: none;
}

.future__hero .future__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.future__hero .future__grid > .elem.hidden {
  display: none;
}

.tickercontainer {
  height: auto !important;
}

.future__hero .future__grid.desktop .elem:nth-child(odd) {
  padding-top: 75px;
}

.future__grid.mobile {
  display: none !important;
}

@media (max-width: 1440px) {
  .future__hero .future__grid .elem .card > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1360px) {
  .buy__now .outer__buy > img {
    max-width: 60px;
  }
}
@media (max-width: 1200px) {
  .jobs__list--content .outer__jobs .jobs__double .secondary, .jobs__list--content .outer__jobs .jobs__double .main {
    max-height: calc(100vh - 200px);
  }
  .top__switcher .list__wrap {
    max-width: 640px;
  }
  .jobs__list--content .outer__jobs .top__switcher ul {
    max-width: 640px;
  }
  .jobs__list--content .outer__jobs .jobs__double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__list--content .outer__jobs .jobs__double .secondary {
    width: 100%;
    max-width: 100%;
  }
  .jobs__list--content .outer__jobs .jobs__double .main {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 35px;
  }
  .jobs__box .outer__jobs .box .grid {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 25px;
  }
  .jobs__box .outer__jobs > .top > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .jobs__box .outer__jobs > .top {
    margin-bottom: 35px;
  }
  .jobs__box {
    padding-top: 60px;
  }
  .students__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .future__grid.mobile {
    display: block !important;
  }
  .future__hero .future__grid.mobile {
    display: block;
    opacity: 1;
    pointer-events: initial;
    position: static;
  }
  .future__hero .future__grid {
    display: none;
  }
  .future__hero .future__grid .elem {
    min-width: 280px;
  }
  .future__hero .future__grid > .elem.hidden {
    display: block;
  }
  .future__hero {
    padding-bottom: 60px;
  }
  .future__hero .outer__future {
    margin-bottom: 0px;
  }
  .future__hero {
    padding-top: 30px;
  }
  .gift__hero .outer__gift > h2 {
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .gift__hero .outer__gift > p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .about__wrapper .outer__about .media__grid .left > img {
    min-width: 240px;
    max-width: 240px;
    height: 480px;
  }
  .about__wrapper .outer__about .media__grid .right > .im1 > img {
    width: 240px;
  }
  .about__wrapper .outer__about .media__grid .right {
    padding-top: 55px;
  }
  .about__wrapper .outer__about .media__grid .right > .im2 > img {
    width: 240px;
    height: 340px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .close__popup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    top: 10px;
    right: 10px;
  }
  .close__popup img {
    max-width: 40px;
  }
  .jobs__box .jobs__box--inner .job__main.smaller {
    max-width: 100% !important;
  }
  .jobs__box .jobs__box--inner .job__main .list__jobs .elem__job {
    padding-left: 21px;
    padding-right: 21px;
  }
  .jobs__box .jobs__box--inner .job__main .list__jobs .elem__job .head .favorite {
    min-width: 44px;
  }
  .jobs__box .jobs__box--inner .job__main .list__jobs .elem__job .head .media > img {
    width: 58px;
    min-width: 58px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph {
    width: 280px;
    height: 280px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 100%;
    z-index: 6;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-width: 0px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper {
    overflow-y: auto;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup {
    position: static;
    max-height: none;
  }
  .jobs__box .tags__filter {
    width: calc(100% + 15px);
    overflow-x: auto;
    padding-right: 15px;
  }
  .jobs__box .tags__filter::-webkit-scrollbar {
    height: 4px;
    border-radius: 21px;
    background-color: #F2F2F2;
  }
  .jobs__box .tags__filter::-webkit-scrollbar-thumb {
    background-color: #666F8D;
    height: 4px;
    border-radius: 21px;
  }
  .jobs__box .tags__filter ul {
    min-width: 1200px;
  }
  .join__community .outer__community .inner {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .join__community .outer__community .desc {
    margin-right: 0px;
    max-width: 480px;
    width: 100%;
    margin-bottom: 25px;
  }
  .join__community .outer__community .inner .box:nth-child(2) {
    margin-right: 0px;
  }
  .join__community .outer__community .inner .box:nth-child(2) {
    margin-bottom: 25px;
  }
  .join__community .outer__community .inner .box {
    max-width: 560px;
  }
  .create__account > img {
    display: none;
  }
  .join__community .outer__community .desc .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join__community .outer__community > h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 12px;
  }
  .join__community .outer__community > p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .join__community .outer__community .inner {
    margin-top: 40px;
  }
  .join__community {
    padding-top: 35px;
  }
  .join__community .outer__community .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .join__community .outer__community .desc .btn > a {
    margin-top: 15px;
  }
  .join__community .outer__community .inner .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .donation__wrapper .outer__donation .desc > h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .donation__wrapper .outer__donation .desc > p {
    margin-bottom: 30px;
  }
  .donation__wrapper {
    margin-top: 80px;
  }
  .donation__wrapper .outer__donation .desc {
    width: 100%;
    max-width: 48%;
  }
  .donation__wrapper .outer__donation .media {
    max-width: 48%;
    width: 100%;
  }
  .outer__news .outer__news--box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .buy__now .outer__buy .desc .inner__desc > h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .outer__news .outer__news--box .elem .desc {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 440px;
    width: 100%;
  }
  .outer__news .outer__news--box .elem .desc__active {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 440px;
  }
  .discover__wrapper {
    padding: 75px 0px;
  }
  .discover__wrapper .outer__discover > h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .discover__wrapper .outer__discover .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 30px;
  }
  .join__us .media {
    left: -200px;
  }
  .join__us .outer__join .desc {
    padding-left: 420px;
  }
  .hero__section .outer__hero > h1 {
    font-size: 45px;
    line-height: 65px;
  }
  .map__info {
    padding-top: 100px;
  }
  .map__info .outer__map > h2 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer__elems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  footer .footer__elems > .elem:nth-child(4) {
    max-width: 100%;
  }
  footer .footer__elems > .elem:nth-child(2) {
    max-width: 100%;
  }
  footer .footer__elems > .elem:nth-child(1) > a {
    margin-bottom: 25px;
  }
  .foundation__box .outer__foundation .desc > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .foundation__box .outer__foundation .media img {
    max-width: 450px;
  }
  .foundation__hero .outer__foundation > h1 {
    font-size: 45px;
    line-height: 65px;
  }
  .benefits .outer__benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits__wrapper .outer__benefits > .top > p {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .about__wrapper .outer__about .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .about__wrapper .outer__about .desc .double {
    margin-top: 35px;
    grid-column-gap: 35px;
  }
  .about__wrapper .outer__about .desc .double > .elem > p {
    font-size: 16px;
    line-height: 24px;
  }
  .about__wrapper .outer__about .desc .btn {
    margin-top: 25px;
  }
  .future__hero {
    padding-bottom: 0px;
    margin-bottom: -30px;
  }
}
@media (max-width: 991px) {
  .top__switcher .list__wrap {
    max-width: 100%;
  }
  .jobs__list--content .outer__jobs .top__switcher ul {
    max-width: 100%;
  }
  .jobs__list--content .outer__jobs .top__switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__list--content .outer__jobs .top__switcher > p {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
  }
  .jobs__list--content .top .outer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__list--content .top .outer__top .fast__controls {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .jobs__list--content .top .outer__top .filters {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobs__list--content .top .outer__top .fast__controls > a {
    position: relative;
  }
  .jobs__list--content .top .outer__top .fast__controls {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  .jobs__list--content .top .outer__top .refresh {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .jobs__list--content .top .outer__top .refresh .sort__by > a {
    white-space: nowrap;
  }
  .jobs__list--content .top .outer__top .refresh .spacer {
    display: none;
  }
  .jobs__list--content .top .outer__top .fast__controls > a {
    margin-right: 0px;
  }
  .jobs__list--content .top .outer__top .filters > a {
    margin-right: 0px;
  }
  .jobs__box .outer__jobs .box .grid > .elem > p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }
  .future__hero .outer__future > h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .future__hero .outer__future > p {
    font-size: 18px;
    line-height: 23px;
  }
  .gift__hero .outer__gift > h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .gift__hero .outer__gift > img {
    display: none;
  }
  .gift__hero {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .about__wrapper {
    padding: 32px 0px;
  }
  .about__wrapper .outer__about .media__grid .left {
    margin-right: 0px;
  }
  .about__wrapper .outer__about .media__grid .right > .im1 > img, .about__wrapper .outer__about .media__grid .right > .im2 > img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .about__wrapper .outer__about .media__grid .right > .im1 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 70%;
  }
  .about__wrapper .outer__about .media__grid .right > .im2 {
    position: relative;
    padding-bottom: 133%;
  }
  .about__wrapper .outer__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__wrapper .outer__about .media__grid {
    margin-right: 0px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 35px;
  }
  .about__wrapper .outer__about .media__grid .left {
    height: 0px;
    position: relative;
    padding-bottom: 191%;
  }
  .about__wrapper .outer__about .media__grid .left img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 0px;
    max-width: 100%;
  }
  .about__wrapper .outer__about .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .testimonials .outer__testimonials .testimonials__slider .elem > .inn .content > p br {
    display: none;
  }
  .testimonials .outer__testimonials > .top > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .testimonials .outer__testimonials > .top > span {
    margin-bottom: 15px;
  }
  .testimonials .outer__testimonials .dbl {
    margin-top: 12px;
  }
  .testimonials .outer__testimonials .testimonials__slider {
    margin-top: 20px;
  }
  .testimonials {
    padding: 32px 0px;
  }
  .testimonials .outer__testimonials .testimonials__slider .slick-dots {
    margin-top: 25px;
  }
  .benefits__wrapper .outer__benefits .elems > .elem {
    -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;
  }
  .match__slider .outer__match > .top > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .match__slider .outer__match > .top {
    margin-bottom: 25px;
  }
  .match__slider {
    padding: 30px 0px;
  }
  .match__slider .pagination {
    margin-top: 25px;
  }
  .benefits__wrapper .outer__benefits .elems > .elem .left {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .jobs__wrapper .outer__jobs > .top > h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .jobs__wrapper .outer__jobs > .top > p {
    font-size: 18px;
    line-height: 24px;
  }
  .jobs__wrapper .outer__jobs > .top {
    margin-bottom: 40px;
  }
  .jobs__wrapper .outer__jobs .inner > .title > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .jobs__wrapper .outer__jobs .inner > .title {
    margin-bottom: 15px;
  }
  .jobs__wrapper {
    padding-top: 25px;
  }
  .jobs__box .jobs__box--inner .profile__side .available {
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .profile__side .personal__details > p {
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .profile__side .personal__details ul {
    margin-bottom: 20px;
  }
  .jobs__box .jobs__box--inner .profile__side .personal__details ul > li {
    margin-bottom: 12px;
  }
  .jobs__box .jobs__box--inner .profile__side .skills > p {
    margin-bottom: 12px;
  }
  .jobs__box .jobs__box--inner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__box .tags__filter {
    margin-bottom: 25px;
  }
  .jobs__box .tags__filter {
    margin-top: 15px;
  }
  .pagination > a img {
    max-width: 25px;
  }
  .pagination ul > li > a, .pagination ul > li.last {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }
  .jobs__box .jobs__box--inner .profile__side {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .job__main {
    padding-left: 0px;
  }
  .jobs__box .bottom__controls .left > ul > li {
    font-size: 14px;
    line-height: 20px;
  }
  .donation__wrapper .outer__donation {
    padding: 50px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donation__wrapper .outer__donation .desc {
    max-width: 100%;
    margin-bottom: 35px;
    width: 100%;
  }
  .donation__wrapper .outer__donation .desc > p {
    max-width: 100%;
  }
  .donation__wrapper .outer__donation .desc .donation__amount {
    max-width: 100%;
  }
  .donation__wrapper .outer__donation .media {
    max-width: 100%;
  }
  .donation__wrapper .outer__donation .media > img {
    width: 100%;
  }
  .buy__now .outer__buy .desc {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .buy__now .outer__buy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .buy__now .outer__buy .desc .inner__desc {
    max-width: 100%;
  }
  .buy__now .outer__buy .desc .inner__desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .buy__now .outer__buy .desc .inner__desc .btn {
    margin-top: 25px;
  }
  .buy__now .outer__buy > img {
    max-width: 100px;
  }
  .discover__wrapper .outer__discover > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .join__us .media {
    position: static;
  }
  .join__us .outer__join {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .join__us .media {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .join__us .outer__join .desc {
    padding-left: 0px;
    margin-top: 35px;
  }
  .join__us .outer__join .desc > h2 {
    max-width: 100%;
    font-size: 45px;
    line-height: 54px;
  }
  .join__us .outer__join .desc .btn {
    margin-top: 30px;
  }
  .hero__section .outer__hero > h1 {
    font-size: 38px;
    line-height: 54px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__section .outer__hero > p {
    font-size: 18px;
    line-height: 24px;
  }
  .hero__section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .hero__section .outer__hero .media > span img {
    max-width: 90px;
  }
  .hero__section .outer__hero .media > span {
    top: -30px;
    left: 20px;
  }
  .map__info {
    padding-top: 70px;
  }
  .map__info .outer__map .arr1 {
    top: 30px;
    left: 20px;
    max-width: 55px;
  }
  .map__info .outer__map .arr2 {
    bottom: 40px;
    right: 35px;
    max-width: 45px;
  }
  .foundation .outer__foundation > h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .foundation {
    padding-top: 45px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .quote__wrapper {
    padding: 80px 0px;
  }
  .news__article .outer__desc .desc > h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .news__article .outer__desc .desc > p {
    font-size: 20px;
    line-height: 26px;
  }
  .text__article {
    padding: 100px 0px;
  }
  .text__article .outer__text > h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .text__article .outer__text > p {
    font-size: 22px;
    line-height: 30px;
  }
  .foundation__box {
    padding-top: 35px;
  }
  .txt .outer__txt > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .txt {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .foundation__hero .outer__foundation > h1 {
    font-size: 38px;
    line-height: 54px;
  }
  .foundation__hero .outer__foundation > p {
    font-size: 18px;
    line-height: 24px;
  }
  .foundation__hero .outer__foundation > img {
    max-width: 70px;
  }
  .foundation__hero {
    padding-top: 35px;
  }
  .foundation__hero .outer__foundation > p {
    margin-bottom: 35px;
  }
  header {
    padding: 15px 0px;
  }
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }
  .menu__btn > a span {
    min-width: 24px;
    min-height: 2px;
    background-color: #000;
    margin-bottom: 5px;
  }
  .menu__btn > a span:last-child {
    margin-bottom: 0px;
  }
  .outer__header .right > a.close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    min-width: 0px;
    min-height: 0px;
  }
  .outer__header .right > a.close img {
    max-width: 30px;
  }
  header .outer__header .right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    top: -100%;
    z-index: 3;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  header .outer__header .right > ul {
    margin-right: 0px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .outer__header .right > ul > li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .foundation__box .outer__foundation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foundation__box .outer__foundation .media {
    width: 100%;
  }
  .foundation__box .outer__foundation .media img {
    max-width: 100%;
    width: 100%;
  }
  .foundation__box .outer__foundation .desc {
    margin-top: 25px;
    margin-left: 0px;
  }
  .news__article .outer__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__article .outer__desc .desc {
    max-width: calc(100% + 15px);
    width: calc(100% + 15px);
    padding-right: 32px;
    padding-left: 16px;
  }
  .news__article .outer__desc .media {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .create__account .outer__create form .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 41px;
  }
  .create__account .outer__create .controls {
    margin-top: 35px;
  }
  .create__account .outer__create > h2 {
    margin-bottom: 25px;
  }
  .create__account .outer__create form > .group__input {
    margin-bottom: 20px;
  }
  .create__account .outer__create form .double {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
  .benefits__wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .students__box .bottom__pagination {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .bottom__pagination > .left > ul > li {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__box .outer__jobs > .top > h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by > p {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__list--content .outer__jobs .jobs__double .secondary .top__info > p {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__list--content .outer__jobs .jobs__double .secondary .top__info .sort__by .dropdown > a span {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .controls > span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .controls > a {
    min-width: 0px;
    width: 100%;
    margin-top: 5px;
    max-width: 100%;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .top > span {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    margin-bottom: 7px;
  }
  .jobs__list--content .outer__jobs .bottom__pagination {
    -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;
  }
  .jobs__list--content .outer__jobs .search__job form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__list--content .outer__jobs .search__job form button {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  .jobs__list--content .outer__jobs .top__switcher ul {
    max-width: 100%;
    width: 100%;
  }
  .jobs__list--content .outer__jobs .top__switcher ul > li > a {
    min-height: 45px;
  }
  .jobs__list--content .outer__jobs .top__switcher ul {
    min-width: 480px;
    overflow-x: auto;
  }
  .filters__popup .box > .top > p {
    font-size: 20px;
    line-height: 26px;
  }
  .filters__popup .box > .top > a {
    font-size: 20px;
    line-height: 26px;
  }
  .filters__popup .box form > .elem > p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .range__input > p {
    font-size: 16px;
    line-height: 20px;
  }
  .filters__popup .box form > .elem .experience ul > li {
    margin: 6px;
  }
  .filters__popup .box form > .elem .experience ul {
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .filters__popup .box form > .elem .elem__switch label > p {
    font-size: 16px;
    line-height: 20px;
  }
  .filters__popup .box form .group__submit {
    margin-top: 20px;
  }
  .filters__popup .box form .group__submit > button {
    width: 100%;
    min-height: 60px;
    font-size: 24px;
  }
  .filters__popup .box form > .elem {
    margin-bottom: 30px;
  }
  .jobs__box .outer__jobs .group__submit {
    margin-top: 25px;
  }
  .jobs__box .outer__jobs .group__submit > button {
    width: 100%;
  }
  .jobs__box .outer__jobs .box {
    padding: 15px 15px;
  }
  .jobs__box .outer__jobs .box .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .jobs__box .outer__jobs > .top {
    -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;
  }
  .jobs__box .outer__jobs > .top > h2 {
    margin-bottom: 12px;
  }
  .jobs__box .outer__jobs > .top > a {
    width: 100%;
  }
  .personal__popup {
    padding-left: 15px;
    padding-right: 15px;
  }
  .personal__popup {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    overflow-y: auto;
    max-width: 100%;
    border-radius: 0px;
  }
  .personal__popup > .close__popup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    top: 10px;
    right: 10px;
  }
  .students__box > .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .students__box > .top > p {
    text-align: center;
    margin-bottom: 12px;
  }
  .students__box .bottom__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .students__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .future__hero .outer__future > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .future__hero .outer__future > p {
    font-size: 16px;
    line-height: 21px;
  }
  .gift__hero .outer__gift .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gift__hero .outer__gift .btns > a.master {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .gift__hero .outer__gift .btns > a.student {
    width: 100%;
  }
  .about__wrapper .outer__about .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .testimonials .outer__testimonials > .top > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .testimonials .outer__testimonials > .top > span {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .match__slider .outer__match .slider .elem .inn > .media > p {
    font-size: 19px;
  }
  .match__slider .outer__match .slider .elem .inn .desc > p {
    font-size: 16px;
  }
  .match__slider .outer__match .slider .elem .inn .desc {
    margin-top: 16px;
  }
  .match__slider .outer__match .slider .elem .inn {
    padding-bottom: 60px;
  }
  .match__slider .outer__match > .top > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .match__slider .outer__match .slider .elem {
    max-width: 280px;
  }
  .match__slider .outer__match .slider .slick-slide {
    margin: 0px 15px;
  }
  .benefits__wrapper .outer__benefits > .top > span {
    margin-bottom: 10px;
  }
  .benefits__wrapper .outer__benefits > .top > p {
    font-size: 30px;
    line-height: 38px;
  }
  .benefits__wrapper .outer__benefits .elems > .elem .left > span {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .benefits__wrapper .outer__benefits .elems > .elem .right {
    width: 100%;
  }
  .benefits__wrapper .outer__benefits .elems > .elem .right > a {
    width: 100%;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph {
    margin-right: 20px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc {
    min-width: 180px;
  }
  .jobs__wrapper .outer__jobs .inner > .title {
    -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;
  }
  .jobs__box .search .group__input > button {
    width: 45px;
    height: 45px;
  }
  .jobs__wrapper .outer__jobs .inner > .title > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .jobs__wrapper .outer__jobs .inner > .title > a {
    width: 100%;
  }
  .jobs__box .search {
    padding: 12px 0px;
  }
  .jobs__box .search .group__input > input {
    height: 45px;
    font-size: 17px;
    line-height: 24px;
  }
  .jobs__wrapper .outer__jobs > .top > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .jobs__box .jobs__box--inner .job__list > .job__main > .title {
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .job__list > .job__main > .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__box .jobs__box--inner .job__list > .job__main > .title > p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .jobs__box .tags__filter ul > li > a {
    min-height: 45px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .jobs__box .tags__filter ul {
    min-width: 940px;
  }
  .jobs__box .jobs__box--inner .profile__side .write__success {
    margin-top: 15px;
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats ul {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats {
    margin-top: 20px;
  }
  .jobs__box .bottom__controls {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pagination {
    padding: 5px 0px;
  }
  .join__community .outer__community .inner .box > h2 {
    margin-bottom: 40px;
    line-height: 30px;
    line-height: 120%;
  }
  .join__community .outer__community .inner .box ul > li {
    font-size: 18px;
    line-height: 23px;
  }
  .join__community .outer__community > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .join__community .outer__community > img {
    display: none;
  }
  .join__community .outer__community .desc > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .donation__wrapper .outer__donation .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .join__us .outer__join .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .benefits .outer__benefits {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 20px;
  }
  .benefits .outer__benefits > .elem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__section .outer__hero .btns {
    margin: 25px 0px;
    margin-bottom: 40px;
  }
  .hero__section .outer__hero .media > img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__section .outer__hero .media .button {
    max-width: calc(100% - 20px);
  }
  .map__info {
    padding-top: 45px;
  }
  .map__info .outer__map .arr2 {
    display: none;
  }
  .map__info .outer__map .arr1 {
    display: none;
  }
  .map__info .outer__map {
    padding: 45px 0px;
  }
  .map__info .outer__map > h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .map__info .outer__map > h2 br {
    display: block;
  }
  .map__info .outer__map > p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map__info .outer__map > p br {
    display: none;
  }
  footer .footer__elems {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__elems > .elem:nth-child(1) {
    text-align: center;
  }
  footer .footer__elems > .elem:nth-child(1) > a {
    margin-bottom: 15px;
  }
  footer .footer__elems > .elem:nth-child(1) > p {
    margin-bottom: 15px;
  }
  footer .footer__elems > .elem:nth-child(1) > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__elems > .elem:nth-child(2) {
    max-width: 240px;
  }
  footer .footer__elems > .elem:nth-child(3) {
    text-align: center;
  }
  footer .footer__elems > .elem:nth-child(3) > span {
    margin-bottom: 15px;
  }
  footer .footer__elems > .elem:nth-child(2) > span {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  footer .footer__elems > .elem:nth-child(3) .menu__list ul > li {
    width: 100%;
    text-align: center;
  }
  footer .footer__elems > .elem:nth-child(4) {
    max-width: 280px;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .foundation .outer__foundation .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .news__article .outer__desc .desc {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .text__article .outer__text > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .text__article .outer__text > p {
    font-size: 19px;
    line-height: 27px;
  }
  .foundation__box .outer__foundation .desc > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .txt .outer__txt > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .txt {
    padding-top: 45px;
  }
  .foundation__hero .outer__foundation > img {
    display: none;
  }
  .foundation__hero .outer__foundation > h1 br {
    display: none;
  }
  .donation__wrapper .outer__donation .media > img {
    margin-bottom: 50px;
  }
  .donation__wrapper .outer__donation .desc .donation__amount .predefined ul {
    grid-column-gap: 5px;
  }
  .donation__wrapper .outer__donation .desc .donation__amount .predefined {
    margin-top: 20px;
  }
  .donation__wrapper .outer__donation .desc .donation__amount > p {
    font-size: 20px;
    line-height: 26px;
  }
  .create__account .outer__create .controls {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .create__account .outer__create .controls > a {
    width: 100%;
    margin-bottom: 15px;
  }
  .create__account .outer__create .controls > a:last-child {
    margin-bottom: 0px;
  }
  .create__account {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .create__account .outer__create > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .create__account .outer__create .group__input > select {
    background-size: 20px;
    background-position: calc(100% - 12px) center;
  }
  .create__account .outer__create .group__input .file__picker {
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .create__account .outer__create .group__input .file__picker > span {
    font-size: 16px;
    line-height: 24px;
  }
  .create__account .outer__create .group__input .file__picker > img {
    max-width: 40px;
  }
  .create__account .outer__create .group__input > input, .create__account .outer__create .group__input > select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    height: 50px;
  }
  .join__community {
    padding-top: 20px;
  }
  .students__box > .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .students__box > .top > p {
    margin-bottom: 5px;
  }
  .students__box > .top .sorted {
    width: 100%;
  }
  .students__box > .top .sorted > .dropdown {
    width: 100%;
  }
  .students__box > .top .sorted > .dropdown > a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .students__box > .top .sorted > p {
    white-space: nowrap;
  }
  .students__box > .top > p {
    font-size: 14px;
    line-height: 22px;
  }
  .students__box > .top .sorted > p {
    font-size: 14px;
    line-height: 22px;
  }
  .students__box > .top .sorted > .dropdown > a > span {
    font-size: 14px;
    line-height: 22px;
  }
  .students__box > .top .sorted > .dropdown .drop ul > li > a {
    font-size: 14px;
    line-height: 22px;
  }
  .students__grid > .elem .top > .desc > .top__title > p {
    font-size: 18px;
  }
  .students__grid > .elem .top > .desc > ul > li {
    font-size: 15px;
    line-height: 18px;
  }
  .students__grid > .elem .list > ul > li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 540px) {
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph {
    width: 200px;
    height: 200px;
  }
}
.testimonials .outer__testimonials .testimonials__slider {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info {
    -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;
  }
  .jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .top__proj .proj__info > span {
    margin-bottom: 10px;
  }
  .jobs__list--content .outer__jobs .jobs__double .secondary .list .elem .bottom {
    margin-top: 20px;
    -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;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info {
    -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;
  }
  .jobs__list--content .outer__jobs .jobs__double .main .main__head .top .proj__info > span {
    margin-bottom: 10px;
  }
  .top__switcher .list__wrap {
    overflow-x: auto;
    max-width: calc(100% + 15px);
    width: calc(100% + 15px);
  }
  .jobs__list--content .top .outer__top .refresh > a, .jobs__list--content .top .outer__top .refresh .sort__by > a, .jobs__list--content .top .outer__top .fast__controls > a {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__list--content .top .outer__top .fast__controls > a.recommended:before {
    height: 2px;
    bottom: -2px;
  }
  .jobs__list--content .top .outer__top .filters > a {
    font-size: 14px;
    line-height: 20px;
  }
  .jobs__list--content .top .outer__top .filters > a:before {
    botrtom: -2px;
    height: 2px;
  }
  .jobs__list--content .top .outer__top .filters .clear > a {
    font-size: 14px;
    line-height: 20px;
  }
  .bottom__pagination > .left {
    margin-bottom: 15px;
  }
  .bottom__pagination > .left {
    -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%;
  }
  .bottom__pagination > .left .dropdown {
    margin-left: 0px;
    width: 100%;
  }
  .bottom__pagination > .left .dropdown > a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .future__hero .future__grid.mobile .inn .elem {
    min-width: 260px;
    max-width: 260px;
  }
  .gift__hero .outer__gift > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .about__wrapper .outer__about .desc .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-top: 25px;
  }
  .testimonials .outer__testimonials .testimonials__slider {
    margin-top: 12px;
  }
  .testimonials .outer__testimonials .dbl {
    -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;
  }
  .testimonials .outer__testimonials .dbl > p {
    min-width: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
  }
  .testimonials .outer__testimonials .dbl > p:last-child {
    margin-bottom: 0px;
  }
  .testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom {
    position: relative;
    left: 0px;
    width: 100%;
    bottom: 0px;
    margin-top: 12px;
  }
  .testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom {
    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;
  }
  .testimonials .outer__testimonials .testimonials__slider .elem > .inn .bottom > span {
    min-width: 0px;
    margin-right: 0px;
  }
  .testimonials .outer__testimonials .testimonials__slider .elem > .inn {
    padding-bottom: 15px;
  }
  .testimonials .outer__testimonials .testimonials__slider .slick-track {
    display: block !important;
  }
  .match__slider .outer__match .slider .elem .inn .btn {
    width: 100%;
  }
  .match__slider .outer__match .slider .elem .inn .btn > a {
    width: 100%;
  }
  .jobs__wrapper .outer__jobs > .top > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .jobs__wrapper .outer__jobs > .top > p {
    font-size: 16px;
    line-height: 22px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .left {
    width: 100%;
    margin-top: 10px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head .right {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .jobs__wrapper .outer__jobs .inner > .title > h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants > .title > p {
    margin-bottom: 10px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .job__popup .head {
    margin-bottom: 12px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants {
    margin-top: 10px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info {
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid > .el > span {
    margin-bottom: 4px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .bottom__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .info__grid > .el {
    padding: 0px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph > canvas {
    width: 100% !important;
    height: auto !important;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .desc .total {
    margin-bottom: 10px;
  }
  .jobs__box .jobs__box--inner .job__list .job__popup--wrapper .applicants .graph__info .graph {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .jobs__box .bottom__controls .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .jobs__box .bottom__controls .left > ul {
    width: 100%;
  }
  .jobs__box .bottom__controls .right {
    margin-top: 15px;
  }
  .jobs__box .bottom__controls .left .dropdown {
    width: 100%;
  }
  .jobs__box .bottom__controls .left .dropdown > a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobs__box .bottom__controls .left .dropdown {
    margin-left: 0px;
    margin-top: 10px;
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job, .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job.opened, .jobs__box .jobs__box--inner .job__main.smaller .list__jobs .elem__job {
    padding: 12px;
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .head .media {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .jobs__box .jobs__box--inner .job__main .list__jobs .elem__job .head .favorite {
    position: absolute;
    right: 0px;
  }
  .join__community .outer__community .desc > p br {
    display: none;
  }
  .create__account .outer__create > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .join__community .outer__community .inner .box .btn > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .create__account .outer__create .controls > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 23px;
  }
  .join__community .outer__community > p br {
    display: none;
  }
  .donation__wrapper .outer__donation .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .donation__wrapper .outer__donation .media .raised__progress .grid > .elem > p {
    font-size: 16px;
    line-height: 22px;
  }
  .discover__wrapper {
    padding: 40px 0px;
  }
  .discover__wrapper .outer__discover > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .join__us .outer__join .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero__section .outer__hero .media .button .desc > p {
    font-size: 18px;
    line-height: 26px;
  }
  .hero__section .outer__hero .media .button .desc {
    padding: 24px 16px;
  }
  .hero__section .outer__hero .btns {
    -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;
  }
  .hero__section .outer__hero .btns > a {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0px;
  }
  .hero__section .outer__hero .btns .donate {
    margin-right: 0px;
  }
  .hero__section .outer__hero > h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .map__info .outer__map > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .foundation .outer__foundation > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .quote__wrapper {
    padding: 45px 0px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .quote__wrapper .outer__quote > img {
    max-width: 240px;
  }
  .news__article .outer__desc .desc > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .news__article .outer__desc .desc > p {
    font-size: 17px;
    line-height: 24px;
  }
  .foundation__hero .outer__foundation > h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .foundation__hero {
    padding-top: 15px;
  }
  .foundation__hero .outer__foundation > p {
    margin-bottom: 20px;
  }
  .foundation__hero .outer__foundation > h1 {
    margin-bottom: 12px;
  }
  .top__part .outer__top > ul > li {
    margin-right: 5px;
  }
  .top__part .outer__top .links ul {
    -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;
  }
  .top__part .outer__top .links ul li {
    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;
    margin-bottom: 5px;
  }
  .top__part .outer__top .links ul li:last-child {
    margin-bottom: 0px;
  }
  .top__part .outer__top .links ul .spacer {
    display: none;
  }
  .top__part .outer__top > ul > li > a {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
  }
  .jobs__box .jobs__box--inner .job__list .list__jobs > .elem__job .stats ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.container__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  min-width: 21px;
  max-width: 21px;
  min-height: 21px;
  max-height: 21px;
  border: 2px solid #A4A4A4;
  border-radius: 5px;
  margin-right: 14px;
}

/* When the checkbox is checked, add a blue background */
.container__check input:checked ~ .checkmark {
  background-color: #6FA760;
  border-color: #6FA760;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container__check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.switch {
  cursor: pointer;
}

.switch .slider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #6FA760;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.range__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range__input > .irs {
  width: 100%;
  position: relative;
  top: -14px;
}
.range__input > p {
  white-space: nowrap;
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
.range__input > p:nth-child(1) {
  margin-right: 12px;
}
.range__input > p:nth-child(4) {
  margin-left: 12px;
}

.irs--round .irs-handle {
  background-color: #6FA760 !important;
  border: 0px;
}

.irs--round .irs-min, .irs--round .irs-max {
  display: none !important;
}

.irs--round .irs-bar {
  background-color: #6FA760;
}

.irs--round .irs-single {
  top: 58px;
  background-color: #6FA760;
}
.irs--round .irs-single:before {
  content: none;
}

.irs--round .irs-line {
  background-color: rgba(111, 167, 96, 0.5);
}

.text__article.dark {
  padding: 120px 0px;
}
.text__article.dark .outer__text > h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
}
.text__article.dark .outer__text > p {
  color: #4E5D56;
}

.benefits.updated {
  padding-top: 100px;
  padding-bottom: 80px;
}
.benefits.updated .outer__benefits > .elem > .inn > .media > img {
  max-width: 74px;
}
.benefits.updated .top {
  text-align: center;
  margin-bottom: 50px;
}
.benefits.updated .top > h2 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 25px;
}
.benefits.updated .top > h2 span {
  font-weight: bold;
}

.education__program {
  margin-top: 80px;
  padding: 45px 0px;
  background-color: #F8F8F8;
}
.education__program .outer__education {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.education__program .outer__education .plates > .plate {
  margin-bottom: 20px;
  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: 25px 40px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
.education__program .outer__education .plates > .plate > span {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  color: #578F2C;
  font-weight: 600;
}
.education__program .outer__education .plates > .plate > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #4E5D56;
}
.education__program .outer__education .plates > .plate:last-child {
  margin-bottom: 0px;
}
.education__program .outer__education > .desc .list {
  margin-top: 30px;
}
.education__program .outer__education > .desc .list > .el {
  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;
  margin-bottom: 25px;
}
.education__program .outer__education > .desc .list > .el:last-child {
  margin-bottom: 0px;
}
.education__program .outer__education > .desc .list > .el > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #4E5D56;
}
.education__program .outer__education > .desc .list > .el > span {
  display: block;
  margin-bottom: 2px;
  margin-top: 0px;
  font-size: 26px;
  line-height: 34px;
  color: #578F2C;
  font-weight: 600;
}
.education__program .outer__education > .desc > p {
  margin: 0px;
  font-size: 26px;
  line-height: 38px;
  color: #4E5D56;
}
.education__program .outer__education > .desc > p span {
  font-weight: 600;
}
.education__program .outer__education > .desc > h2 {
  margin: 0px;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
}
.education__program .outer__education > .desc > span {
  display: block;
  margin-bottom: 10px;
  color: #578F2C;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.news__article.updated .outer__desc > .desc .list {
  margin-top: 20px;
}
.news__article.updated .outer__desc > .desc .list > .el {
  margin-bottom: 25px;
}
.news__article.updated .outer__desc > .desc .list > .el > span {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}
.news__article.updated .outer__desc > .desc .list > .el > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.news__article.updated .outer__desc > .desc .list > .el:last-child {
  margin-bottom: 0px;
}
.news__article.updated .outer__desc > .desc > p {
  margin: 0px;
  font-size: 32px;
  line-height: 38px;
}
.news__article.updated .outer__desc > .desc > h2 {
  font-size: 56px;
  line-height: 64px;
}
.news__article.updated .outer__desc > .desc > h2 span {
  font-weight: 500;
}

.donation__wrapper .outer__donation .desc > p {
  margin-bottom: 0px;
}

.text__article.dark + .donation__wrapper {
  margin-top: 0px;
}

.donation__wrapper.updated .outer__donation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donation__wrapper.updated .outer__donation .media > img {
  margin-bottom: 0px;
}

.outer__foundation .contact__wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  border-radius: 15px;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.outer__foundation .contact__wrapper .location__wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.outer__foundation .contact__wrapper .location__wrapper .bottom {
  padding: 20px;
}
.outer__foundation .contact__wrapper .location__wrapper .bottom ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.outer__foundation .contact__wrapper .location__wrapper .bottom ul li {
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.outer__foundation .contact__wrapper .location__wrapper .bottom ul span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer__foundation .contact__wrapper .location__wrapper .bottom ul span svg {
  width: 16px;
  height: 16px;
  color: #4d7a26;
}
.outer__foundation .contact__wrapper .location__wrapper > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.outer__foundation .contact__wrapper .location__wrapper > .top .right > a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #4d7a26;
}
.outer__foundation .contact__wrapper .location__wrapper > .top > .left > span {
  font-size: 12px;
  line-height: 22px;
  color: #4d7a26;
  font-weight: 500;
  text-transform: uppercase;
}
.outer__foundation .contact__wrapper .location__wrapper > .top > .left > p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #0f1a2e;
  font-weight: 600;
}
.outer__foundation .contact__wrapper .location__wrapper #map {
  height: 280px;
}
.outer__foundation .contact__wrapper .desc {
  width: 100%;
}
.outer__foundation .contact__wrapper .desc .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.outer__foundation .contact__wrapper .desc .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  margin-right: 15px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.outer__foundation .contact__wrapper .desc .btns > a:hover {
  opacity: 0.7;
}
.outer__foundation .contact__wrapper .desc .btns > a.request {
  background-color: #4d7a26;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
}
.outer__foundation .contact__wrapper .desc .btns > a.partner {
  border: 1px solid #4d7a26;
  color: #4d7a26;
  font-size: 16px;
  line-height: 24px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
}
.outer__foundation .contact__wrapper .desc .btns > a:last-child {
  margin-right: 0px;
}
.outer__foundation .contact__wrapper .desc .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}
.outer__foundation .contact__wrapper .desc .list .el {
  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;
  margin-bottom: 16px;
}
.outer__foundation .contact__wrapper .desc .list .el:last-child {
  margin-bottom: 0px;
}
.outer__foundation .contact__wrapper .desc .list .el ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.outer__foundation .contact__wrapper .desc .list .el ul > li {
  margin-bottom: 6px;
  color: rgb(75, 85, 99);
}
.outer__foundation .contact__wrapper .desc .list .el ul > li span {
  font-weight: 500;
  color: #000;
}
.outer__foundation .contact__wrapper .desc .list .el ul > li:last-child {
  margin-bottom: 0px;
}
.outer__foundation .contact__wrapper .desc .list .el > p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(75, 85, 99);
}
.outer__foundation .contact__wrapper .desc .list .el > a {
  text-decoration: none;
  color: #4d7a26;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.outer__foundation .contact__wrapper .desc .list .el > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #0f1a2e;
  text-transform: uppercase;
}
.outer__foundation .contact__wrapper .desc > p {
  margin: 0px;
  color: rgb(75, 85, 99);
  font-size: 18px;
  line-height: 28px;
}
.outer__foundation .contact__wrapper .desc > h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}
.outer__foundation .contact__wrapper .desc > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4d7a26;
  margin-bottom: 10px;
}

.contact__box {
  padding: 65px 0px;
  padding-bottom: 0px;
  padding-top: 90px;
}
.contact__box .outer__contact {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.contact__box .outer__contact form {
  margin-top: 40px;
  padding: 2rem;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact__box .outer__contact form > p {
  margin: 0px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.contact__box .outer__contact form .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__box .outer__contact form .group__submit button {
  background-color: #4d7a26;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  margin-right: 15px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0px;
  outline: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact__box .outer__contact form .group__submit button:hover {
  opacity: 0.7;
}
.contact__box .outer__contact form .group__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.contact__box .outer__contact form .group__check input {
  width: 16px;
  margin: 0px;
  margin-right: 8px;
  height: 16px;
}
.contact__box .outer__contact form .group__check > label {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.contact__box .outer__contact form > .group__input {
  margin-bottom: 20px;
}
.contact__box .outer__contact form > .group__input:last-child {
  margin-bottom: 0px;
}
.contact__box .outer__contact form .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  grid-column-gap: 20px;
}
.contact__box .outer__contact form .group__input > input, .contact__box .outer__contact form .group__input > textarea {
  width: 100%;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  border: 1px solid rgb(209, 213, 219);
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 46px;
  color: rgb(31, 41, 55);
}
.contact__box .outer__contact form .group__input > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  border: 1px solid rgb(209, 213, 219);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-right: 35px;
  height: 46px;
  color: rgb(31, 41, 55);
  background: url("../img/arrowdown.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) center;
  background-color: #fff;
}
.contact__box .outer__contact form .group__input > textarea {
  resize: none;
  padding-top: 14px;
  height: 125px;
}
.contact__box .outer__contact form .group__input > p {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
  color: #0f1a2e;
  font-weight: 500;
}
.contact__box .outer__contact > .top {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.contact__box .outer__contact > .top > h2 {
  margin-top: 0px;
  font-size: 1.875rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  line-height: 2.25rem;
}
.contact__box .outer__contact > .top > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(75, 85, 99);
  margin: 0px;
}

.foundation__hero .grid {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.foundation__hero .grid > .elem {
  width: 100%;
  border-radius: 8px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 60px;
}
.foundation__hero .grid > .elem .date {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.foundation__hero .grid > .elem .date > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #619A44;
}
.foundation__hero .grid > .elem .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #4E5D56;
}
.foundation__hero .grid > .elem .desc > h2 {
  margin-top: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #000;
}
.foundation__hero .grid > .elem .desc > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #619A44;
  text-transform: uppercase;
  font-weight: 600;
}
.foundation__hero .grid > .elem .media {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
}
.foundation__hero .grid > .elem .media img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.foundation__hero .grid > .elem .desc > h2 {
  color: #343953;
}

.history__wrapper .outer__history > .elem .left {
  position: relative;
  top: 4px;
}

.history__wrapper .outer__history {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #cecece;
}
.history__wrapper .outer__history > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.history__wrapper .outer__history > .elem:last-child .right {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.history__wrapper .outer__history > .elem .right {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cecece;
}
.history__wrapper .outer__history > .elem .right > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #619A44;
}
.history__wrapper .outer__history > .elem .right > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 34px;
  color: #343953;
  font-weight: 600;
}
.history__wrapper .outer__history > .elem .right > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #4E5D56;
}
.history__wrapper .outer__history > .elem .left {
  min-width: 200px;
}
.history__wrapper .outer__history > .elem .left > span {
  font-size: 24px;
  line-height: 28px;
  color: #619A44;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .foundation__hero .grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 35px;
  }
  .outer__foundation .contact__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .outer__foundation .contact__wrapper .desc .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .news__article.updated .outer__desc > .desc > h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .news__article.updated .outer__desc > .desc > p {
    font-size: 26px;
    line-height: 34px;
  }
  .education__program .outer__education {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .education__program .outer__education > .desc > h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .education__program .outer__education > .desc > p {
    font-size: 22px;
    line-height: 32px;
  }
  .education__program .outer__education > .desc .list > .el > span {
    font-size: 22px;
    line-height: 32px;
  }
  .education__program .outer__education .plates > .plate {
    padding: 15px 25px;
  }
  .education__program .outer__education .plates > .plate > span {
    font-size: 19px;
    line-height: 22px;
  }
  .benefits.updated .top > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .benefits.updated {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .benefits.updated .top > h2 {
    margin-bottom: 10px;
  }
  .benefits.updated .top {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .outer__foundation .contact__wrapper {
    padding: 20px 15px;
  }
  .outer__foundation .contact__wrapper .desc > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .text__article.dark .outer__text > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .education__program .outer__education > .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .benefits.updated .top > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .foundation__hero .outer__foundation > p br {
    display: none;
  }
  .news__article.updated .outer__desc > .desc .list > .el > span {
    font-size: 20px;
    line-height: 28px;
  }
  .news__article.updated .outer__desc > .desc .list > .el > p {
    font-size: 16px;
    line-height: 24px;
  }
  .text__article.dark {
    padding: 80px 0px;
  }
  .history__wrapper {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .history__wrapper .outer__history {
    margin-top: 40px;
    padding-top: 40px;
  }
  .history__wrapper .outer__history > .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history__wrapper .outer__history > .elem .left {
    min-width: 0px;
    margin-bottom: 15px;
  }
  .history__wrapper .outer__history > .elem .left > span {
    font-size: 20px;
    line-height: 24px;
  }
  .history__wrapper .outer__history > .elem .right > h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .foundation__hero .grid > .elem {
    padding: 15px;
    padding-bottom: 60px;
  }
  .foundation__hero .grid > .elem .date {
    left: 15px;
  }
  .foundation__hero .grid > .elem .desc > h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .contact__box .outer__contact > .top > p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact__box .outer__contact > .top > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact__box {
    padding-top: 45px;
  }
  .contact__box .outer__contact form .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .contact__box .outer__contact form {
    padding: 15px;
  }
  .outer__foundation .contact__wrapper .desc .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .text__article.dark .outer__text > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .news__article.updated .outer__desc > .desc > h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .news__article.updated .outer__desc > .desc > p {
    font-size: 22px;
    line-height: 28px;
  }
  .map__info .outer__map > h2 br {
    display: none;
  }
  .history__wrapper .outer__history > .elem .right {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .history__wrapper {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .contact__box .outer__contact form .group__submit button {
    width: 100%;
  }
  .outer__foundation .contact__wrapper {
    margin-top: 35px;
  }
  .outer__foundation .contact__wrapper .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .outer__foundation .contact__wrapper .desc > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .outer__foundation .contact__wrapper .desc .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .outer__foundation .contact__wrapper .desc .btns > a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .outer__foundation .contact__wrapper .desc .btns > a:last-child {
    margin-bottom: 0px;
  }
  .outer__foundation .contact__wrapper .location__wrapper > .top {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .outer__foundation .contact__wrapper .location__wrapper > .top .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .outer__foundation .contact__wrapper .location__wrapper .bottom {
    padding: 12px;
  }
  .news__article .outer__desc .desc {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news__article.updated .outer__desc > .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .education__program .outer__education > .desc > h2 br {
    display: none;
  }
  .benefits.updated .top > h2 {
    font-size: 22px;
    line-height: 30px;
  }
}