@import url(../fonts/roboto/font.css);
@import url(../fonts/life/life-fonts.css);
@import url(../fonts/brush/fonts.css);

:root {
    --white: #ffffff;
    --black-font: #343333;
    --gray-font: #5F5E5E;
    --gray-light-font: #F4F4F4;
    --green-font: #185E30;
    --green: #3EA74F;
    --green-hover: #52BB63;
    --orange-hover: #FF8F41;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: var(--black-font);
    background: var(--white);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

img,
svg {
    max-width: 100%;
}

img {
    display: block;
    border: 0;
}

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

button,
a,
input,
textarea {
    outline: none;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

h2 {
    color: var(--black-font);
    font-size: 56px;
    line-height: 0.96;
    font-weight: 400;
    letter-spacing: -1px;
}

.container {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.font-life {
    font-family: 'Life', 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 27px;
    border: 0;
    border-radius: 100px;
    background: var(--white);
    color: var(--black-font);
    font-size: 13px;
    line-height: 15px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
}

.btn:hover {
    background: var(--orange-hover);
    color: var(--white);
}

.btn--green {
    background: var(--green);
    color: var(--white);
}

.btn--green:hover {
    background: var(--green-hover);
}

.section-page {
    margin: 0;
}

/* =========================================================
   1. FIRST SCREEN
   ========================================================= */

.section-slogan {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 96px 0 0;
    background: var(--gray-light-font);
    overflow: hidden;
}

.section-slogan-logo {
    display: block;
    width: 1120px;
    max-width: calc(100vw - 80px);
    margin: 0 auto;
    padding: 0;
    line-height: 0;
}

.section-slogan-logo__picture,
.section-slogan-logo__img {
    display: block;
    width: 100%;
    height: auto;
}

.section-slogan__text {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 34px auto 0;
    color: var(--black-font);
    font-size: 20px;
    line-height: 21px;
    text-align: center;
}

.section-slogan__text > div {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.section-slogan__text span {
    display: block;
}

.section-slogan__text span:nth-child(2) {
    text-align: right;
}

.about-hero-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 642px;
    margin: 0;
    padding: 0;
    background: var(--gray-light-font);
    overflow: hidden;
}

.about-hero-media__stage {
    position: absolute;
    left: 50%;
    top: 44px;
    width: 1440px;
    height: 502px;
    transform: translateX(-50%);
    overflow: visible;
}

.about-hero-media__line {
    position: absolute;
    left: 0;
    top: 122px;
    width: 1440px;
    height: 126px;
    z-index: 1;
    pointer-events: none;
}

.about-hero-media__line-mobile {
    display: none;
}

.about-hero-media__photo {
    position: absolute;
    z-index: 2;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    max-width: none;
}

.about-hero-media__photo--left {
    left: 214px;
    top: 126px;
    width: 210px;
    height: 210px;
    transform: rotate(-5deg);
}

.about-hero-media__photo--center {
    left: 535px;
    top: 74px;
    width: 368px;
    height: 416px;
    transform: rotate(-2deg);
}

.about-hero-media__photo--right {
    left: 1018px;
    top: 104px;
    width: 210px;
    height: 210px;
    transform: rotate(4deg);
}

.about-hero-media__bullet {
    position: absolute;
    z-index: 3;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green-font);
    pointer-events: none;
}

.about-hero-media__bullet--1 { left: 409px; top: 143px; }
.about-hero-media__bullet--2 { left: 524px; top: 161px; }
.about-hero-media__bullet--3 { left: 898px; top: 222px; }
.about-hero-media__bullet--4 { left: 1011px; top: 225px; }
.about-hero-media__bullet--5 { left: 993px; top: 238px; }
.about-hero-media__bullet--6 { left: 204px; top: 187px; }
.about-hero-media__bullet--7 { left: 132px; top: 197px; }
.about-hero-media__bullet--8 { left: 1225px; top: 139px; }

/* =========================================================
   2. REPORT NUMBERS
   ========================================================= */

.section-report {
    padding: 18px 0 120px;
    background: var(--gray-light-font);
}

.section-report > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}

.section-report__first {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    margin-bottom: 55px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.section-report__first .font-life {
    color: var(--black-font);
    font-size: 133px;
    line-height: .85;
    letter-spacing: 2px;
}

.section-report__list {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
}

.section-report__list > div {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 355px;
    min-height: 160px;
    padding: 77px 20px 40px;
    border-radius: 10px;
    background: var(--white);
    text-align: center;
    line-height: 21px;
}

.section-report__list .font-life {
    position: absolute;
    left: 100%;
    top: -30px;
    display: block;
    width: 100%;
    transform: translateX(-50%);
    font-size: 75px;
    line-height: 1;
    letter-spacing: 5px;
}

/* =========================================================
   3. MISSION
   ========================================================= */

.mission-screen {
    position: relative;
    padding: 1px 0 250px;
    background: #f4f4f4;
    overflow: hidden;
}

.mission-screen__stage {
    position: relative;
    width: 1180px;
    min-height: 1260px;
    margin: 0 auto;
}

.mission-screen__head {
    position: relative;
    z-index: 3;
    margin-bottom: 70px;
    text-align: center;
}

.mission-screen__title {
    margin-bottom: 30px;
    text-align: center;
}

.mission-screen__text {
    max-width: 980px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

.mission-screen__line {
    position: absolute;
    left: 50%;
    top: 357px;
    width: 495px;
    height: 985.5px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.mission-screen__line-1024,
.mission-screen__line-tablet,
.mission-screen__line-mobile {
    display: none;
}

.mission-card {
    position: absolute;
    z-index: 3;
    width: 453px;
    height: 274px;
    padding: 30px 30px 30px;
    border-radius: 10px;
    background: #FFF;
}

.mission-card--01 { left: -107px; top: 296px; }
.mission-card--02 { left: 835px; top: 336px; }
.mission-card--03 { left: 11px; top: 659px; }
.mission-card--04 { left: 721px; top: 761px; }
.mission-card--05 { left: -108px; top: 1082px; }
.mission-card--06 { left: 835px; top: 1180px; }

.mission-card__title {
    min-height: 56px;
    color: var(--black-font);
    font-size: 30px;
    line-height: 1;
}

.mission-card__num {
    display: none;
}

.mission-card__num-svg {
   position: absolute;
  right: 10px;
  top: 13px;
}

.mission-card__text {
  color: var(--gray-font);
  font-size: 18px;
  line-height: 1.12;
  margin: auto 0 0;
  padding-top: 61px;}

.mission-screen__photo {
    position: absolute;
    z-index: 2;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

.mission-screen__photo--top {
    left: 490px;
    top: 378px;
    width: 190px;
    height: 190px;
    transform: rotate(4deg);
}

.mission-screen__photo--bottom {
    left: 439px;
    top: 1178px;
    width: 170px;
    height: 170px;
    transform: rotate(-3deg);
}

.mission-screen__bullet {
    position: absolute;
    z-index: 4;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green-font);
}

.mission-screen__bullet--01 { left: 339px; top: 355px; }
.mission-screen__bullet--02 { left: 487px; top: 413px; }
.mission-screen__bullet--03 { left: 433px; top: 1222px; }
.mission-screen__bullet--04 { left: 827px; top: 543px; }
.mission-screen__bullet--05 { left: 459px; top: 797px; }
.mission-screen__bullet--06 { left: 712px; top: 913px; }
.mission-screen__bullet--photo-01 { left: 341px; top: 1198px; }
.mission-screen__bullet--photo-02 { left: 832px; top: 1330px; }
.mission-screen__bullet--photo-03 { left: 672px; top: 484px; }
.mission-screen__bullet--photo-04 { left: 605px; top: 1269px; }

/* =========================================================
   4. APPROACH
   ========================================================= */

.approach-block {
    position: relative;
    background: var(--white);
    overflow: hidden;
}

.approach-block__inner {
    position: relative;
    min-height: 620px;
    padding: 96px 40px 110px;
    background-image: var(--approach-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.approach-block__title {
    margin-bottom: 48px;
    text-align: center;
    color: var(--white);
}

.approach-block__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: min(1080px, 100%);
    margin: 0 auto;
}

.approach-card {
    display: flex;
    flex-direction: column;
    min-height: 278px;
    padding: 28px;
    border-radius: 10px;
    background: var(--white);
}

.approach-card__title {
    min-height: 74px;
    font-size: 30px;
    line-height: 1.05;
}

.approach-card__icon {
    width: 221px;
  height: 177px;
  margin: 20px 0 24px;
}

.approach-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.approach-card__text {
    margin-top: auto;
    color: var(--gray-font);
    font-size: 18px;
    line-height: 1.12;
}

/* =========================================================
   5. HELP SYSTEM
   ========================================================= */

.help-system {
    position: relative;
  width: 100%;
  margin: 0;
  padding: 96px 0 350px;
  background: var(--gray-light-font);
  overflow: visible;
}

.help-system__stage {
    position: relative;
    width: 1440px;
    max-width: 100%;
    min-height: 760px;
    margin: 0 auto;
    overflow: visible;
}

.help-system__title {
    position: absolute;
    left: 250px;
    top: 0;
    width: 940px;
    color: var(--black-font);
    font-size: 37px;
    line-height: 1.05;
    text-align: center;
}

.help-system__photo-wrap {
    position: absolute;
    left: 50px;
    top: 230px;
    width: 510px;
    height: 500px;
}

.help-system__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.help-system__dot {
    position: absolute;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green-font);
}

.help-system__dot--top { left: 190px; top: -7px; }
.help-system__dot--left { left: -7px; top: 250px; }
.help-system__dot--right { right: -7px; bottom: 110px; }

.help-system__card {
    position: absolute;
    left: 730px;
    top: 250px;
    z-index: 3;
    width: 563px;
    height: 465px;
    padding: 42px 42px 34px;
    border-radius: 10px;
    background: var(--white);
    overflow: visible;
}

.help-system__quote,
.help-system__author,
.help-system__position,
.help-system__link {
    position: relative;
    z-index: 3;
}

.help-system__quote {
    max-width: 470px;
    color: #666666;
    font-size: 23px;
    line-height: 1.08;
}

.help-system__author {
   margin-top: 57px;
  color: var(--black-font);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.help-system__position {
    margin-top: 10px;
    color: #A6A6A6;
    font-size: 22px;
    line-height: 1.08;
}

.help-system__link {
    position: absolute;
    left: 42px;
    bottom: 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--green);
    font-size: 22px;
    line-height: 1;
}

.help-system__link span {
    font-size: 32px;
    line-height: .7;
}

.help-system__decor {
    position: absolute;
    right: -40px;
    bottom: -178px;
    z-index: 1;
    width: 314px;
    height: auto;
    max-width: none;
    pointer-events: none;
}

/* =========================================================
   6. DIRECTIONS
   ========================================================= */

.about-directions {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 82px 0 86px;
    background: var(--green);
    overflow: hidden;
}

.about-directions__stage {
    position: relative;
    width: min(1180px, calc(100vw - 80px));
    margin: 0 auto;
}

.about-directions__title {
    margin-bottom: 28px;
    text-align: center;
    color: var(--white);
}

.about-directions__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 46px;
    padding: 4px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .2);
}

.about-directions__tab {
    min-height: 40px;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: var(--white);
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
}

.about-directions__tab.is-active {
    background: var(--white);
    color: var(--black-font);
    font-weight: 800;
}

.about-directions__viewport {
    overflow: hidden;
}

.about-directions__cards {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-directions__cards.is-active {
    display: grid;
}

.about-direction-card {
    position: relative;
    min-height: 330px;
    padding: 30px 26px 86px;
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
}

.about-direction-card__content {
    position: relative;
    z-index: 2;
    max-width: 82%;
}

.about-direction-card__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.05;
}

.about-direction-card__text {
    max-width: 260px;
    color: var(--gray-font);
    font-size: 18px;
    line-height: 1.12;
}

.about-direction-card__image {
   position: absolute;
  right: 18px;
  bottom: 19px;
  z-index: 1;
  max-width: 178px;
  max-height: 132px;
  object-fit: contain;
  pointer-events: none;
}

.about-direction-card__image--ambulance { max-width: 196px; }
.about-direction-card__image--hospital { max-width: 184px; }

.about-direction-card__button {
    position: absolute;
    left: 26px;
    bottom: 28px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 100px;
    background: var(--green);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-directions__arrow {
    position: absolute;
    top: calc(50% + 52px);
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--white);
    color: var(--green);
    font-size: 34px;
    line-height: 44px;
    cursor: pointer;
}

.about-directions__arrow--prev { left: -22px; }
.about-directions__arrow--next { right: -22px; }

/* =========================================================
   7. HISTORY
   ========================================================= */

.about-history {
    position: relative;
    width: 100%;
    min-height: 1810px;
    padding: 0;
    background: #FFF;
    overflow: hidden;
}

.about-history__stage {
    position: relative;
    width: 1440px;
    min-height: 1810px;
    margin: 0 auto;
}

.about-history__title {
    position: relative;
  z-index: 2;
  margin-bottom: -20px;
  text-align: center;
  top: 81px;
}

.about-history__title + .about-history__title {
    display: none;
}

.about-history__lead {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto 56px;
    color: var(--gray-font);
    font-size: 24px;
    line-height: 1.15;
    text-align: center;
}

.about-history__line {
    position: absolute;
  left: 457px;
  top: 145px;
  width: 545px;
  height: 979px;
  transform: none;
  z-index: 1;
  pointer-events: none;
}

.about-history__line-mobile {
    display: none;
}

.about-history__year,
.about-history__text,
.about-history__photo,
.about-history__gallery {
    position: absolute;
    z-index: 2;
}

.about-history__year--2016 {
   left: 252px;
  top: 304px;
  width: 225px;
}

.about-history__year--2020 {
    left: 249px;
  top: 842px;
  width: 226px;
}

.about-history__text {
    width: 390px;
    color: var(--gray-font);
    font-size: 18px;
    line-height: 1.18;
}

.about-history__text--2016 {
    left: 762px;
    top: 242px;
    width: 503px;
}

.about-history__text--middle {
 left: 803px;
    top: 571px;
    width: 361px;
  }


.about-history__text--2020 {
   left: 698px;
    top: 895px;
    width: 470px;
  }

.about-history__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--green);
    font-size: 20px;
}

.about-history__photo {
    overflow: hidden;
    border-radius: 2px;
}

.about-history__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-history__photo--2016 {
  left: 445px;
    top: 407px;
    width: 175px;
    height: 182px;}

.about-history__photo--2020 {
left: 403px;
    top: 795px;
    width: 155px;
    height: 162px;
  
}

.about-history__gallery {
    left: 50%;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 960px;
    transform: translateX(-50%);
}

.about-history__gallery-item {
    overflow: hidden;
    border-radius: 2px;
}

.about-history__gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}



/* =========================================================
   8. GEOGRAPHY
   ========================================================= */

.section-geography {
    padding: 86px 0 90px;
    background: linear-gradient(180deg, var(--white) 85%, var(--gray-light-font) 100%);
}

.section-geography h2 {
    margin-bottom: 42px;
    text-align: center;
}

.section-geography__map {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.section-geography__map svg {
    display: block;
    width: 100%;
    height: auto;
}

.section-geography__map .map-hover {
    cursor: pointer;
}

.section-geography__map .map-hover:hover,
.section-geography__map .map-hover:hover path {
    fill: var(--green-font);
}

.section-geography__map-info {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: var(--white);
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
}

.section-geography__map-info.info1 {
    top: 45%;
    left: 42%;
    color: var(--black-font);
}

.section-geography__map-info.info2 {
    top: 39%;
    right: 24%;
}

.section-geography__num {
    width: 190px;
    height: auto;
}

/* =========================================================
   9. TEAM
   ========================================================= */

.about-team {
    padding: 88px 0 84px;
    background: var(--gray-light-font);
}

.about-team__stage {
    width: min(1180px, calc(100vw - 80px));
    margin: 0 auto;
}

.about-team__title {
    margin-bottom: 28px;
    text-align: center;
}

.about-team__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 42px;
    padding: 4px;
    border-radius: 100px;
    background: var(--white);
}

.about-team__tab {
    min-height: 40px;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: var(--black-font);
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
}

.about-team__tab.is-active {
    background: var(--green);
    color: var(--white);
    font-weight: 800;
}

.about-team__panel {
    display: none;
}

.about-team__panel.is-active {
    display: block;
}

.about-team__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-team-card {
    position: relative;
    min-height: 500px;
    padding: 28px;
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
}

.about-team-card__content {
    position: relative;
    z-index: 2;
}

.about-team-card__name {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.05;
}

.about-team-card__position {
    margin-bottom: 12px;
    color: var(--gray-font);
    font-size: 18px;
    line-height: 1.12;
}

.about-team-card__email {
    color: var(--green);
    font-size: 16px;
    line-height: 1.15;
    word-break: break-word;
}

.about-team-card__photo-wrap {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    height: 270px;
    overflow: hidden;
    border-radius: 2px;
}

.about-team-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-team-card__dot {
    position: absolute;
    z-index: 3;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green-font);
}

.about-team-card__dot--top { left: 34%; top: -7px; }
.about-team-card__dot--right-top { right: -7px; top: 30%; }
.about-team-card__dot--right-middle { right: -7px; top: 56%; }

/* =========================================================
   10. PARTNERS / DONATE
   ========================================================= */

.about-partners-offset {
    margin: 0;
    padding: 72px 0;
    background: var(--white);
    overflow: hidden;
}

.section-form-donate {
    margin: 0;
    padding: 76px 0;
    background: var(--green);
}

.section-form-donate > .container {
    width: min(1180px, calc(100vw - 80px));
}

/* =========================================================
   11. TABLET
   ========================================================= */

@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
        line-height: 1;
    }

    .section-slogan {
        padding: 70px 24px 0;
    }

    .section-slogan-logo {
        width: min(900px, 100%);
        max-width: 100%;
    }

    .section-slogan__text {
        margin-top: 28px;
    }

    .about-hero-media {
        height: 420px;
    }

    .about-hero-media__stage {
        top: 20px;
        width: 1024px;
        height: 400px;
    }

    .about-hero-media__line {
        top: 120px;
        width: 1024px;
        height: auto;
    }

    .about-hero-media__photo--left {
        left: 110px;
        top: 120px;
        width: 180px;
        height: 180px;
    }

    .about-hero-media__photo--center {
        left: 370px;
        top: 60px;
        width: 300px;
        height: 340px;
    }

    .about-hero-media__photo--right {
        left: 760px;
        top: 118px;
        width: 180px;
        height: 180px;
    }

    .section-report__list,
    .approach-block__cards,
    .about-directions__cards,
    .about-team__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-report__list {
        display: grid;
        gap: 40px 24px;
    }

    .section-report__list > div {
        width: 100%;
    }

    .mission-screen__stage,
    .about-directions__stage,
    .about-history__stage,
    .about-team__stage {
        width: calc(100vw - 48px);
    }

    .mission-screen__stage {
        min-height: auto;
    }

    .mission-screen__line,
    .mission-screen__photo,
    .mission-screen__bullet {
        display: none;
    }

    .mission-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        min-height: 0;
        margin-bottom: 18px;
    }

    .mission-screen__stage {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .mission-screen__head {
        grid-column: 1 / -1;
    }

    .help-system {
        padding: 72px 24px 70px;
        overflow: hidden;
    }

    .help-system__stage {
        width: 100%;
        min-height: 0;
    }

    .help-system__title,
    .help-system__photo-wrap,
    .help-system__card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .help-system__title {
        margin-bottom: 46px;
        text-align: center;
    }

    .help-system__photo-wrap {
        position: absolute;
  left: 50px;
  top: 230px;
  width: 510px;
  height: 619px;
}    }

    .help-system__card {
        position: absolute;
  left: 730px;
  top: 250px;
  z-index: 3;
  width: 563px;
  height: 557px;
  padding: 42px 42px 34px;
  border-radius: 10px;
  background: var(--white);
  overflow: visible;
    }

    .help-system__decor {
       position: absolute;
  right: -34px;
  bottom: -164px;
  z-index: 1;
  width: 314px;
  height: auto;
  max-width: none;
  pointer-events: none;
    }

}

/* =========================================================
   12. MOBILE
   ========================================================= */

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 34px;
        line-height: 1.04;
        letter-spacing: -.5px;
    }

    .container {
        width: calc(100% - 32px);
    }

    .section-slogan {
        padding: 36px 16px 34px;
    }

    .section-slogan-logo {
        width: 100%;
        max-width: 343px;
        margin-bottom: 28px;
    }

    .section-slogan__text {
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.25;
    }

    .section-slogan__text > div {
        max-width: 343px;
    }

    .section-slogan__text span,
    .section-slogan__text span:nth-child(2) {
        display: inline;
        text-align: center;
    }

    .about-hero-media {
        height: 330px;
    }

    .about-hero-media__stage {
        left: 50%;
        top: 0;
        width: 357px;
        height: 330px;
    }

    .about-hero-media__line {
        display: none;
    }

    .about-hero-media__line-mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 357px;
        height: 317px;
        z-index: 1;
    }

    .about-hero-media__photo--left {
        left: 18px;
        top: 92px;
        width: 118px;
        height: 118px;
    }

    .about-hero-media__photo--center {
        left: 126px;
        top: 48px;
        width: 150px;
        height: 186px;
    }

    .about-hero-media__photo--right {
        left: 240px;
        top: 132px;
        width: 104px;
        height: 104px;
    }

    .about-hero-media__bullet {
        width: 8px;
        height: 8px;
    }

    .about-hero-media__bullet--1 { left: 95px; top: 128px; }
    .about-hero-media__bullet--2 { left: 138px; top: 138px; }
    .about-hero-media__bullet--3 { left: 248px; top: 194px; }
    .about-hero-media__bullet--4 { left: 285px; top: 162px; }
    .about-hero-media__bullet--5 { left: 272px; top: 214px; }
    .about-hero-media__bullet--6 { left: 28px; top: 154px; }
    .about-hero-media__bullet--7 { left: 8px; top: 112px; }
    .about-hero-media__bullet--8 { left: 336px; top: 130px; }

    .section-report {
        padding: 42px 0 60px;
    }

    .section-report__first {
        row-gap: 16px;
        margin-bottom: 26px;
        font-size: 22px;
        line-height: 1.15;
    }

    .section-report__first .font-life {
        font-size: 88px;
    }

    .section-report__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .section-report__list .font-life {
        font-size: 60px;
    }

    .mission-screen {
        padding: 56px 16px 60px;
    }

    .mission-screen__stage {
        display: block;
        width: 100%;
    }

    .mission-screen__text br,
    .help-system__title br,
    .about-history__lead br {
        display: none;
    }

    .mission-card {
        padding: 24px;
    }

    .mission-card__title,
    .approach-card__title,
    .about-direction-card__title,
    .about-team-card__name {
        font-size: 26px;
    }

    .approach-block__inner {
        padding: 56px 16px 60px;
    }

    .approach-block__cards,
    .about-directions__cards,
    .about-team__cards {
        grid-template-columns: 1fr;
    }

    .about-directions {
        padding: 58px 0 62px;
    }

    .about-directions__stage,
    .about-history__stage,
    .about-team__stage,
    .section-form-donate > .container {
        width: calc(100vw - 32px);
    }

    .about-directions__tabs,
    .about-team__tabs {
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .about-directions__tabs::-webkit-scrollbar,
    .about-team__tabs::-webkit-scrollbar {
        display: none;
    }

    .about-directions__tab,
    .about-team__tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .about-directions__arrow {
        display: none;
    }

    .about-direction-card {
        min-height: 300px;
        padding: 24px 22px 82px;
    }

    .about-direction-card__content,
    .about-direction-card__text {
        max-width: 100%;
    }

    .about-direction-card__image {
        right: 14px;
        bottom: 52px;
        max-width: 142px;
        max-height: 104px;
        opacity: .9;
    }

    .about-direction-card__button {
        left: 22px;
        bottom: 24px;
    }

    .help-system {
        padding: 58px 16px 62px;
    }

    .help-system__title {
        font-size: 32px;
    }

    .help-system__card {
        min-height: 430px;
        padding: 30px 26px 34px;
    }

    .help-system__quote {
        font-size: 20px;
    }

    .help-system__author {
        font-size: 24px;
    }

    .help-system__position {
        font-size: 18px;
    }

    .help-system__link {
        left: 26px;
        bottom: 30px;
        font-size: 20px;
    }

    .help-system__decor {
        right: -43px;
        bottom: -145px;
        width: 256px;
    }

    .about-history {
        padding: 58px 0;
    }

    .about-history__lead {
        margin-bottom: 30px;
        font-size: 20px;
        text-align: left;
    }

    .about-history__line-mobile {
        display: block;
        position: relative;
        width: 193px;
        height: 31px;
        margin: 0 0 30px;
    }

    .about-history__photo {
        width: 100%;
    }

    .about-history__gallery {
        grid-template-columns: 1fr;
        gap: 16px;
        overflow: visible;
        scroll-snap-type: none;
    }

    .about-history__gallery-item:nth-child(n + 2) {
        display: none;
    }

    .about-history__gallery-item img {
        height: auto;
    }

    .section-geography {
        padding: 58px 0 62px;
    }

    .section-geography h2 {
        margin-bottom: 28px;
        text-align: left;
    }

    .section-geography__map {
        overflow: hidden;
    }

    .section-geography__map svg {
        width: 760px;
        max-width: none;
        transform: translateX(-190px);
    }

    .section-geography__map-info {
        position: static;
        width: 100%;
        margin-top: 18px;
        color: var(--black-font);
    }

    .section-geography__num {
        max-width: 190px;
        height: auto;
        margin: 0 auto;
    }

    .about-team {
        padding: 58px 0;
    }

    .about-team-card {
        min-height: 440px;
    }

    .about-team-card__photo-wrap {
        height: 220px;
    }

    .about-partners-offset {
        padding: 52px 0;
    }

    .section-form-donate {
        padding: 56px 0;
    }
}
