@import "./fonts.css";
@import "./reset.css";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "../fonts/Inter", sans-serif;
}

.container {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 10px;
}

.grid {
  display: grid;
}

.grid__col-6 {
  grid-template-columns: 1fr 1fr;
}

.grid__col-1 {
  grid-template-columns: 1fr;
}

.grid__col-2 {
  grid-template-columns: 1fr 1fr;
}

.grid__col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__grid {
  grid-template-columns: 182px 85px 62px;
}

.grid__col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: end;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.header {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header__link {
  position: relative;
  font-family: "../fonts/Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #153149;
}
.header__link:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -7px;
  left: 50%;
  width: 0%;
  background-color: #153149;
  transition: 0.3s;
  transform: translateX(-50%);
}
.header__link:hover:before {
  width: 110%;
}
.header__link:not(:last-child) {
  margin-right: 50px;
}

.personnel {
  height: auto;
  overflow-x: hidden;
  background-image: url("../images/My_test.jpg");
  padding: 27px 0;
}
.personnel__cards {
  gap: 0;
  row-gap: 0;
}
.personnel__title {
  position: relative;
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 111.02%;
  text-transform: uppercase;
  color: #153149;
  margin: 0 0 20px 0;
  max-width: 495px;
}
.personnel__title::before {
  content: "";
  position: absolute;
  width: 107px;
  height: 5px;
  top: 10px;
  left: -103px;
  background: #153149;
}
.personnel__card {
  grid-template-columns: 1fr 3fr;
  text-align: center;
  align-items: flex-end;
}
.personnel__card .card__title {
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 137.02%;
  color: #153149;
  text-align: left;
  margin-top: 10px;
  border-radius: 14px;
  padding: 5px;
}
.personnel__card .card__position {
  font-size: 16px;
}
.personnel__card .card__image {
  width: 95%;
  height: 56%;
}
.personnel__card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FACF39;
  box-shadow: 4px 12px 33px 6px rgba(34, 60, 80, 0.36);
}
.personnel__card .card__right {
  margin-top: 10px;
}
.personnel__card .card__desc {
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 137.02%;
  color: #153149;
  text-align: left;
  margin-top: 10px;
  border-radius: 14px;
  padding: 5px;
}
.personnel__card .card__contact {
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 137.02%;
  color: #137DC5;
  text-align: left;
  margin-top: 10px;
  border-radius: 14px;
  max-width: auto;
}
.personnel .board {
  margin-top: 120px;
}
.personnel__cards-no-photo {
  margin-top: 80px;
  row-gap: 30px;
}
.personnel__cards-no-photo .no-photo .card__image {
  height: 0;
}
.personnel__cards-no-photo .card__desc {
  height: 50px;
}
.personnel .no-photo .card__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer {
  margin-top: 43px;
  padding-top: 66px;
  background: #EDEEEF;
}
.footer__left {
  position: relative;
}
.footer__left::after {
  position: absolute;
  content: "";
  width: 58%;
  height: 2px;
  background: #FFFFFF;
  bottom: 263px;
  right: -164px;
  transform: rotate(-90deg);
}
.footer__left .bank__details {
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  margin-top: 16px;
  text-align: center;
}
.footer .address {
  margin-bottom: 16px;
}
.footer__content {
  margin: 0 auto;
  padding: 0 30px;
}
.footer__content .span__swift {
  font-family: "../fonts/Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
}
.footer__title {
  max-width: 321px;
  font-weight: 700;
  font-size: 32px;
  line-height: 131.02%;
  text-align: center;
  text-transform: uppercase;
  color: #004988;
  margin: 0 auto 34px;
}
.footer__phone {
  font-weight: 500;
  font-size: 20px;
  line-height: 131.02%;
  text-decoration-line: underline;
  color: #137DC5;
  margin-top: 33px;
}
.footer__col:not(:last-child) {
  margin-right: 34px;
}
.footer__donate {
  width: 234px;
  height: 51px;
  left: 887px;
  top: 5823px;
  background: #FACF39;
  border-radius: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 137.02%;
  text-transform: uppercase;
  color: #153149;
  transition: 0.3s;
}
.footer__donate:hover {
  background: #04C45C;
  color: white;
  box-shadow: 4px 13px 8px -25px rgba(34, 60, 80, 0.2);
}
.footer__line {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  margin-top: 52px;
}
.footer__bottom {
  text-align: center;
  padding: 41px 0 38px;
}
.footer__social {
  margin-top: 20px;
}
.footer__icon {
  margin-right: 10px;
  font-size: 25px;
}
.footer__icon .fa-facebook-square {
  color: #335BF5;
}
.footer__icon .fa-instagram {
  color: #E61F5A;
}
.footer__icon .fa-whatsapp {
  color: #25D366;
}
.footer__icon .fa-linkedin {
  color: #0072b1;
}/*# sourceMappingURL=stylepers.css.map */