
.community-hero {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.community-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/community-hero-bg.png);
  background-size: cover;
  background-position: 50% 0;
  z-index: -3;
}

.community-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #224e6b;
  opacity: 0.5;
  z-index: -3;
}

.community-hero__container .container {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

.community-hero__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.community-hero__logo {
  order: 2;
  display: block;
  width: 210px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  background-image: url(../img/usaid_ru.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.community-hero__logo_en {
  background-image: url(../img/usaid_en.png);
}

.community-hero__title {
  order: 1;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.community-hero__text {
  order: 3;
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}

.community-hero__links {
  width: 0;
}

.community-hero__socials {
  display: none;
}

.community-hero__auth {
  display: none;
}

.community-hero__socials {
  font-size: 32px;
  color: #ffffff;
}

.community-hero__nav .hero__menu {
  margin-top: 32px;
  margin-bottom: 0;
}

.community-hero__auth {
  justify-content: center;
  gap: 14px;
}

.community-hero .btn_blue {
  background-color: #002F6C;
  border-color: #002F6C;
}

@media (min-width: 768px) {
  .community-hero__container .container {
    flex-direction: column;
  }

  .community-hero__info {
    order: 2;
    display: grid;
    grid-template-columns: 232px calc(100% - 200px);
    text-align: left;
  }

  .community-hero__logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
    margin-right: initial;
    margin-bottom: 0;
    margin-left: initial;
  }

  .community-hero__title {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 16px;
    line-height: 1;
  }

  .community-hero__text {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 0;
  }

  .community-hero__links {
    order: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
  }

  .community-hero__auth {
    display: flex;
  }

  .community-hero__socials {
    display: none;
  }

  .community-hero__nav .hero__menu {
    margin-top: 0;
  }

  .community-hero__auth {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .community-hero {
    padding-bottom: 60px;
  }

  .community-hero__container .container {
    flex-direction: row;
  }

  .community-hero__info {
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .community-hero__logo {
    width: 444px;
    height: 134px;
    align-self: flex-start;
    order: 1;
    margin-bottom: 20px;
  }

  .community-hero__title {
    margin-bottom: 18px;
    font-size: 40px;
  }

  .community-hero__text {
    font-size: 18px;
    font-weight: 700;
  }

  .community-hero__links {
    order: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .community-hero__auth {
    margin-top: 120px;
  }
}

@media (min-width: 1250px) {
  .community-hero__socials {
    display: block;
  }

  .community-hero__nav .hero__menu {
    margin-top: 24px;
  }
}

.page-footer{
  background-color: #002F6C !important;
}

.usaid_item_info{
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  padding-top:15px;
  padding-bottom:15px;
  text-align: left;
}

.main-menu__item{
  color:#002F6C !important;
}

.section-menu__item{
  color:#002F6C !important;
}