@charset "UTF-8";
/* Mariupol */
@font-face {
  font-family: "Mariupol";
  src: url("../fonts/Mariupol-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src: url("../fonts/Mariupol-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src: url("../fonts/Mariupol-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Tektur SemiCondensed */
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur_SemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur_SemiCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur_SemiCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur_SemiCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur_SemiCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Tektur SemiBold (окреме накреслення) */
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
}

.container_navbar {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: rgba(251, 248, 243, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #15140F;
}

.nav_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 32px;
  box-sizing: border-box;
}

.nav_logo {
  display: block;
  width: 217px;
  height: 34px;
  background: url("/img_assets/logo.png") no-repeat center/contain;
}

.nav_links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 22px;
}
.nav_links * {
  font-size: 15px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.04em;
  color: #15140F;
  text-transform: uppercase;
}
.nav_links .links_selected {
  color: #F4791F;
  border-bottom: 3px solid #F4791F;
}

.nav_functions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 40px;
}

.functions_language {
  padding: 7px 12px;
  background: none;
  border: 2px solid #15140F;
  font-size: 14px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.04em;
  color: #15140F;
  cursor: pointer;
  box-sizing: border-box;
}
.functions_language:focus-visible {
  outline: 3px solid #F4791F;
  outline-offset: 2px;
}

.functions_donate {
  display: inline-block;
  padding: 7px 12px;
  background: #F4791F;
  border: 2px solid #15140F;
  box-shadow: #15140F 3px 3px 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}
.functions_donate:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
}

.container_hero {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #FBF8F3;
  overflow: hidden;
  border-bottom: 2px solid #15140F;
  box-sizing: border-box;
}

.hero_wrapper {
  display: flex;
  align-items: center;
  gap: 65px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 32px 84px;
  box-sizing: border-box;
}

.hero_backimage {
  position: absolute;
  top: -60px;
  right: -30px;
  z-index: 1;
  width: 390px;
  height: 390px;
  background: url("/img_assets/ЛОГО_5_512.png");
  opacity: 0.1;
  background-size: contain;
  pointer-events: none;
}

.hero_content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.hero_content .content_abovetext {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.18em;
  color: #1E3FA0;
  text-transform: uppercase;
}
.hero_content .content_title {
  margin: 0 0 26px;
  font-size: clamp(46px, 6.2vw, 86px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 0.94;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.hero_content .content_title span {
  padding: 0 0.1em;
  background: #F4791F;
  color: #FFFFFF;
}
.hero_content .content_description {
  margin-bottom: 34px;
  font-size: 20px;
  font-family: "Mariupol", sans-serif;
  line-height: 1.5;
  color: #3a382f;
}

.hero_content .content_buttons {
  display: flex;
  gap: 14px;
}
.hero_content .content_buttons .buttons_donate {
  padding: 14px 26px;
  background: #F4791F;
  border: 2px solid #15140F;
  box-shadow: #15140F 3px 3px 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
.hero_content .content_buttons .buttons_projects {
  padding: 14px 26px;
  background: none;
  border: 2px solid #15140F;
  font-size: 14px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.04em;
  color: #15140F;
  cursor: pointer;
  box-sizing: border-box;
}

.hero_image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  width: 44%;
}
.hero_image .image_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80%;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #FBD9BC, #FBD9BC 14px, #f3e7d8 14px, #f3e7d8 28px);
  border: 2px solid #15140F;
  box-shadow: #1E3FA0 8px 8px 0;
  aspect-ratio: 4/5;
}

.container_reasons {
  width: 100%;
  background: #FBF8F3;
}

.reasons_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 84px 32px;
  box-sizing: border-box;
}

.reasons_title {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: 44px;
}
.reasons_title .title_number {
  font-size: 15px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  color: #F4791F;
}
.reasons_title .title_text {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.reasons_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.reasons_list .list_block {
  width: 375px;
  height: 240px;
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #15140F;
  box-sizing: border-box;
}
.reasons_list .list_block .block_number {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 1;
  color: #FBD9BC;
}
.reasons_list .list_block .block_title {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 1.05;
  color: #15140F;
  text-transform: uppercase;
}
.reasons_list .list_block .block_description {
  font-size: 16px;
  font-family: "Mariupol", sans-serif;
  line-height: 1.55;
  color: #4a473d;
}

.container_suggestions {
  width: 100%;
  background: #15140F;
}

.suggestions_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 84px 32px;
  box-sizing: border-box;
}

.suggestions_title {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: 44px;
}
.suggestions_title .title_number {
  font-size: 15px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  color: #F4791F;
}
.suggestions_title .title_text {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

.suggestions_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.suggestions_list .list_block {
  width: 375px;
  height: 210px;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}
.suggestions_list .list_block .block_whome {
  display: inline-block;
  margin-bottom: 22px;
  padding: 5px 12px;
  background: #F4791F;
  font-size: 14px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
  box-sizing: border-box;
}
.suggestions_list .list_block .block_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.suggestions_list .list_block .block_list .list_point {
  padding-left: 1em;
  font-size: 16px;
  font-family: "Mariupol", sans-serif;
  line-height: 1.45;
  color: #e9e6dd;
  text-indent: -1em;
}
.suggestions_list .list_block .block_list .list_point::before {
  padding-right: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Mariupol", sans-serif;
  line-height: 1.45;
  color: #F4791F;
  content: "→";
  flex: 0 0 auto;
}

.container_impact {
  width: 100%;
  background: #FBD9BC;
  border-bottom: 2px solid #15140F;
}

.impact_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 32px;
  box-sizing: border-box;
}

.impact_title {
  margin-bottom: 38px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  text-transform: uppercase;
}

.impact_numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.numbers_item {
  width: 220px;
  height: 80px;
  border-left: 3px solid #15140F;
  padding-left: 16px;
  box-sizing: border-box;
}
.numbers_item .item_number {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 0.95;
  color: #15140F;
}
.numbers_item .item_text {
  margin-top: 8px;
  font-size: 14px;
  font-family: "Mariupol", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #5C4A36;
  text-transform: uppercase;
}

.container_featured {
  width: 100%;
  background: #FBF8F3;
  border-bottom: 2px solid #15140F;
  box-sizing: border-box;
}

.featured_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 84px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  box-sizing: border-box;
}

.featured_content {
  display: flex;
  flex-direction: column;
}
.featured_content .content_abovetext {
  margin-bottom: 14px;
  color: #1E3FA0;
  font-family: "Tektur", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.featured_content .content_title {
  margin: 0px 0px 8px;
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.featured_content .content_undertext {
  font-family: "Tektur", sans-serif;
  font-size: 18px;
  color: #F4791F;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0px 0px 18px;
}
.featured_content .content_description {
  max-width: 520px;
  margin: 0 0 26px;
  font-size: 17px;
  font-family: "Mariupol", sans-serif;
  line-height: 1.6;
  color: #3a382f;
}
.featured_content .content_button {
  width: fit-content;
  padding: 14px 24px;
  border: 2px solid #15140F;
  font-size: 15px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  color: #15140F;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: transparent;
  box-shadow: #15140F 3px 3px 0px;
}

.featured_image {
  display: flex;
  justify-content: start;
}
.featured_image .image_content {
  width: 505px;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #FBD9BC, #FBD9BC 14px, #f3e7d8 14px, #f3e7d8 28px);
  border: 2px solid #15140F;
  box-shadow: #1E3FA0 8px 8px 0;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}

.container_cta-band {
  width: 100%;
  border-bottom: 2px solid #15140F;
  box-sizing: border-box;
  background: #1E3FA0;
}

.cta-band_wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 72px 32px;
  box-sizing: border-box;
}
.cta-band_wrapper .cta-band_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4.5vw, 58px);
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
  margin: 0 0 28px;
}
.cta-band_wrapper .cta-band_buttons {
  display: flex;
  gap: 14px;
}
.cta-band_wrapper .cta-band_buttons .buttons_donate {
  padding: 14px 28px;
  background: #F4791F;
  border: 2px solid #FFFFFF;
  font-family: "Tektur", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.35) 4px 4px 0px;
}
.cta-band_wrapper .cta-band_buttons .buttons_contact {
  padding: 14px 28px;
  font-weight: 700;
  font-family: "Tektur", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #FFFFFF;
}

.container_footer {
  width: 100%;
  background: #15140F;
}

.footer_wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  padding: 64px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.footer_info {
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid #3a382f;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.info_about {
  display: flex;
  flex-direction: column;
}
.info_about .about_zemnist {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.info_about .about_zemnist .zemnist_text {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #F4791F;
  letter-spacing: 0.01em;
}
.info_about .about_zemnist .zemnist_logo {
  height: 46px;
  width: 46px;
  box-sizing: border-box;
  background: url("/img_assets/ЛОГО_5_512.png");
  background-size: cover;
}
.info_about .about_description {
  font-size: 15px;
  line-height: 1.6;
  color: #b6b3aa;
  font-family: "Mariupol", sans-serif;
  max-width: 340px;
  margin: 0px;
}

.info_nav {
  display: flex;
  flex-direction: column;
}
.info_nav .nav_title {
  font-family: "Tektur", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a766b;
  margin-bottom: 16px;
}
.info_nav .nav_list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: start;
}
.info_nav .nav_list .list_item {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  color: #e9e6dd;
  cursor: pointer;
  padding: 0px;
  text-align: left;
}
.info_nav .nav_list a {
  font-family: "Mariupol", sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  color: #e9e6dd;
  cursor: pointer;
  padding: 0px;
  text-align: left;
  text-decoration: none;
}

.info_contacts {
  display: flex;
  flex-direction: column;
}
.info_contacts .contacts_title {
  font-family: "Tektur", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a766b;
  margin-bottom: 16px;
}
.info_contacts .contacts_data {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 16px;
}
.info_contacts .contacts_data .data_item {
  box-sizing: border-box;
  font-size: 16px;
  color: #e9e6dd;
  font-family: "Mariupol", sans-serif;
}
.info_contacts .contacts_data .data_item:last-child {
  color: #b6b3aa;
}

.footer_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  gap: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.footer_bottom .bottom_copyright {
  box-sizing: border-box;
  font-size: 13px;
  color: #7a766b;
  font-family: "Mariupol", sans-serif;
}
.footer_bottom .bottom_text {
  box-sizing: border-box;
  font-size: 13px;
  color: #7a766b;
  font-family: "Mariupol", sans-serif;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

::selection {
  background: #F4791F;
  color: #FBF8F3;
}
