@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_header {
  width: 100%;
  background: #FBF8F3;
  overflow: hidden;
  border-bottom: 2px solid #15140F;
  box-sizing: border-box;
}

.header_wrapper {
  max-width: 1240px;
  width: 100%;
  padding: 76px 32px 72px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 64px;
  align-items: center;
  margin: 0 auto;
}

.header_content {
  box-sizing: border-box;
}
.header_content .content_abovetext {
  font-family: "Tektur", sans-serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1E3FA0;
  margin-bottom: 18px;
}
.header_content .content_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 6vw, 84px);
  text-transform: uppercase;
  line-height: 0.94;
  margin: 0px 0px 24px;
}
.header_content .content_description {
  font-size: 21px;
  line-height: 1.55;
  color: #3a382f;
  margin: 0px 0px 30px;
  font-family: "Mariupol", sans-serif;
  max-width: 620px;
}
.header_content .content_focus {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.header_content .content_focus .focus_item {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #FDEBDA;
  border: 2px solid #15140F;
  color: #9A5212;
  padding: 8px 14px;
  box-sizing: border-box;
}

.header_stats {
  border-top: 2px solid #15140F;
  box-sizing: border-box;
}
.header_stats .stats_fact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0px;
  border-bottom: 1px solid #E7E0D5;
  box-sizing: border-box;
}
.header_stats .stats_fact .fact_text {
  font-size: 14px;
  line-height: 1.3;
  color: #8a8578;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Mariupol", sans-serif;
}
.header_stats .stats_fact .fact_number {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 0.85;
  color: #F4791F;
}

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

.mission_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  box-sizing: border-box;
}
.mission_wrapper .mission_content .content_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  margin: 0px 0px 18px;
}
.mission_wrapper .mission_content .content_description {
  font-size: 17px;
  line-height: 1.65;
  color: #3a382f;
  font-family: "Mariupol", sans-serif;
}
.mission_wrapper .mission_image .image_content {
  aspect-ratio: 4/3;
  background: repeating-linear-gradient(45deg, #FBD9BC, #FBD9BC 14px, #f3e7d8 14px, #f3e7d8 28px);
  border: 2px solid #15140F;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  box-shadow: #1E3FA0 8px 8px 0px;
}

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

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

.values_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 46px);
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px 0px 40px;
}

.values_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.values_list .list_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 2px solid #F4791F;
  padding-top: 20px;
  box-sizing: border-box;
  color: #FBF8F3;
  font-family: "Mariupol", sans-serif;
}
.values_list .list_block .block_top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.values_list .list_block .block_top .top_number {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #F4791F;
}
.values_list .list_block .block_top .top_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.values_list .list_block .block_description {
  font-size: 16px;
  line-height: 1.55;
  color: #cfccc3;
  font-family: "Mariupol", sans-serif;
  margin-left: 45px;
}

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

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

.directions_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 46px);
  text-transform: uppercase;
  margin: 0px 0px 40px;
}

.directions_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 48px;
  box-sizing: border-box;
  font-family: "Mariupol", sans-serif;
  color: #15140F;
}
.directions_list .list_item {
  display: flex;
  gap: 16px;
  padding: 18px 0px;
  border-bottom: 1px solid #E7E0D5;
  align-items: baseline;
  box-sizing: border-box;
}
.directions_list .list_item .item_number {
  width: 28px;
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F4791F;
}
.directions_list .list_item .item_text {
  font-size: 17px;
  line-height: 1.45;
  color: #2b2a22;
}

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

.audience_wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.audience_title {
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 46px);
  text-transform: uppercase;
  margin: 0px 0px 36px;
}

.audience_segmentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.audience_segmentation .segmentation_block {
  background: #FFFFFF;
  border: 2px solid #15140F;
  padding: 30px;
  box-sizing: border-box;
  font-family: "Mariupol", sans-serif;
  color: #15140F;
}
.audience_segmentation .segmentation_block .block_direct {
  display: inline-block;
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #F4791F;
  color: #FFFFFF;
  padding: 5px 12px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.audience_segmentation .segmentation_block .block_indirect {
  display: inline-block;
  font-family: "Tektur", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #1E3FA0;
  color: #FFFFFF;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.audience_segmentation .segmentation_block .block_description {
  font-size: 17px;
  line-height: 1.6;
  color: #2b2a22;
  font-family: "Mariupol", sans-serif;
}

.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;
}

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