.elementor-1097797 .elementor-element.elementor-element-9ab0948{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1097797 .elementor-element.elementor-element-9ab0948{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-9ab0948 *//* Базовая нормализация заголовков и текста */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Нормализация списков */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Типографика */
.h1 {
  font-size: 48px;
  color: var(--color-light-green);
  margin: 0;
  padding: 0;
}

.h2 {
  font-size: 28px;
  color: var(--color-light-green);
  margin: 0;
  padding: 0;
}

.h3 {
  font-size: 20px;
  color: var(--color-light-green);
  margin: 0;
  padding: 0;
}

.text1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.text2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.outer-container {
  --color-orange: #e55d55;
  --color-dark-green: #075d74;
  --color-light-green: #3292aa;
  --color-white: #ffffff;

  font-family: Georgia, serif;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.inner-container {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 960px;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
}

.section-header__span {
  padding: 8px 20px;
  border: 2px solid var(--color-light-green);
  border-radius: 200px;
  color: var(--color-light-green);
}

.section-header__text {
  color: var(--color-light-green);
}

.note {
  width: 100%;
  padding-left: 20px;
  border-left: 2px solid var(--color-orange);
}

.note__text {
  font-style: italic;
  color: var(--color-light-green);
}

.link {
  color: var(--color-light-green);
  text-decoration: underline;
}

.image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.img-note {
  width: 100%;
  height: 329px;
  object-fit: cover;
  object-position: center;
}

.img-note__mob {
  display: none;
}

.img-note__desc {
  display: block;
}

.image-note__secondary {
  width: 100%;
  height: 850px;
  object-fit: cover;
  object-position: center;
}

.image-note__secondary-mob {
  display: none;
}

.image-note__secondary-desc {
  display: block;
}

.quote {
  background-color: var(--color-dark-green);
  border-top: 2px solid var(--color-orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.dots {
  width: 48px;
  height: 36px;
}

.divider {
  width: 300px;
  height: 2px;
  background-color: var(--color-orange);
}

.quote__text {
  color: var(--color-white);
  font-style: italic;
  text-align: center;
}

.quote__author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qoure__img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: center;
}

.quote__author-name {
  max-width: 380px;
  color: var(--color-white);
  font-style: italic;
}

.list-wrap {
  width: 100%;
  padding: 20px;
  border-left: 2px solid var(--color-orange);
}

.list {
  width: 100%;
  margin-left: 20px;
  list-style: outside;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list .list__item::marker {
  color: var(--color-orange);
}

.impact {
  font-family: 'Monsterrat', Impact, sans-serif;
  font-weight: 500;
  font-size: 18px !important;
}

.team {
  padding: 20px;
  background-color: var(--color-dark-green);
  border-left: 2px solid var(--color-orange);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-title {
  color: var(--color-white);
}

.team-list {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: outside;
}

.team-list__item {
  color: var(--color-white);
}

.team p {
  color: var(--color-white);
}

@media screen and (max-width: 980px) {
  /* Типографика */
  .h1 {
    font-size: 7.05vw;
  }

  .h2 {
    font-size: 4.11vw;
  }

  .h3 {
    font-size: 2.94vw;
  }

  .text1 {
    font-size: 2.94vw;
  }

  .text2 {
    font-size: 2.35vw;
  }

  .inner-container {
    padding: 2.94vw 0;
    gap: 2.94vw;
    max-width: 93.75vw;
  }

  .section {
    gap: 2.94vw;
  }

  .section-header {
    gap: 1.47vw;
    padding: 1.17vw;
  }

  .section-header__span {
    padding: 1.17vw 2.94vw;
    border-radius: 29.41vw;
  }

  .note {
    padding-left: 2.94vw;
  }

  .image {
    height: 47.05vw;
  }

  .img-note {
    height: 98.52vw;
  }

  .img-note__mob {
    display: block;
  }

  .img-note__desc {
    display: none;
  }

  .image-note__secondary {
    height: 76.76vw;
  }

  .image-note__secondary-mob {
    display: block;
  }

  .image-note__secondary-desc {
    display: none;
  }

  .quote {
    gap: 2.94vw;
    padding: 2.94vw;
  }

  .dots {
    width: 7.05vw;
    height: 5.29vw;
  }

  .divider {
    width: 44.11vw;
  }

  .quote__author {
    gap: 2.94vw;
  }

  .qoure__img {
    width: 11.76vw !important;
    height: 11.76vw !important;
  }

  .quote__author-name {
    max-width: 55.88vw;
  }

  .list-wrap {
    padding: 2.94vw;
  }

  .list {
    margin-left: 2.94vw;
    gap: 2.94vw;
  }

  .team {
    padding: 2.94vw;
    gap: 2.94vw;
  }

  .team-list {
    padding: 0 2.94vw;
    gap: 2.94vw;
  }
  
  .impact {
      font-size: 2.64vw;
  }
}

@media screen and (max-width: 768px) {
  /* Типографика */
  .h1 {
    font-size: 7.05vw;
  }

  .h2 {
    font-size: 4.11vw;
  }

  .h3 {
    font-size: 2.94vw;
  }

  .text1 {
    font-size: 2.94vw;
  }

  .text2 {
    font-size: 2.35vw;
  }

  .inner-container {
    padding: 2.94vw 0;
    gap: 2.94vw;
    max-width: 93.75vw;
  }

  .section {
    gap: 2.94vw;
  }

  .section-header {
    gap: 1.47vw;
    padding: 1.17vw;
  }

  .section-header__span {
    padding: 1.17vw 2.94vw;
    border-radius: 29.41vw;
  }

  .note {
    padding-left: 2.94vw;
  }

  .image {
    height: 47.05vw;
  }

  .img-note {
    height: 98.52vw;
  }

  .image-note__secondary {
    height: 76.76vw;
  }

  .quote {
    gap: 2.94vw;
    padding: 2.94vw;
  }

  .dots {
    width: 7.05vw;
    height: 5.29vw;
  }

  .divider {
    width: 44.11vw;
  }

  .quote__author {
    gap: 2.94vw;
  }

  .qoure__img {
    width: 11.76vw !important;
    height: 11.76vw !important;
  }

  .quote__author-name {
    max-width: 55.88vw;
  }

  .list-wrap {
    padding: 2.94vw;
  }

  .list {
    margin-left: 2.94vw;
    gap: 2.94vw;
  }

  .team {
    padding: 2.94vw;
    gap: 2.94vw;
  }

  .team-list {
    padding: 0 2.94vw;
    gap: 2.94vw;
  }
  
  .impact {
      font-size: 2.64vw;
  }
}/* End custom CSS */