@import "../fonts/font-Source_Sans_Pro/stylesheet.css";
:root {
  --text--xs: 16px;
  --text--s: 18px;
  --text--sm: 21px;
  --text--m: 24px;
  --text--l: 32px;
  --text--xl: 44px;
  --text--xxl: 52px;
}
@media (max-width: 991.98px) {
  :root {
    --text--xs: 16px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--s: 18px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--sm: 21px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--m: 24px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--l: 32px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xl: 42px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xxl: 44px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--xs: 16px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--s: 18px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--sm: 19px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--m: 22px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--l: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--xl: 38px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --text--xxl: 42px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--xs: 16px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--s: 16px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--sm: 18px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--m: 22px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--l: 24px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--xl: 32px;
  }
}
@media (max-width: 475.98px) {
  :root {
    --text--xxl: 36px;
  }
}

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pv-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .pb-25 {
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .pv-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .pv-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-75 {
    padding-top: 60px;
  }
  .pb-75 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 375.98px) {
  .pv-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-25 {
    padding-top: 20px;
  }
  .pb-25 {
    padding-bottom: 20px;
  }
}
@media (max-width: 375.98px) {
  .pv-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-50 {
    padding-top: 35px;
  }
  .pb-50 {
    padding-bottom: 35px;
  }
}
@media (max-width: 375.98px) {
  .pv-75 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-75 {
    padding-top: 45px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
}
@media (max-width: 375.98px) {
  .pv-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
}
.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mv-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mv-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .mv-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-25 {
    margin-top: 25px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .mv-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .mv-75 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-75 {
    margin-top: 60px;
  }
  .mb-75 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .mv-100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt-100 {
    margin-top: 80px;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 375.98px) {
  .mv-25 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-25 {
    margin-top: 20px;
  }
  .mb-25 {
    margin-bottom: 20px;
  }
}
@media (max-width: 375.98px) {
  .mv-50 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-50 {
    margin-top: 35px;
  }
  .mb-50 {
    margin-bottom: 35px;
  }
}
@media (max-width: 375.98px) {
  .mv-75 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-75 {
    margin-top: 45px;
  }
  .mb-75 {
    margin-bottom: 45px;
  }
}
@media (max-width: 375.98px) {
  .mv-100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 18px;
}

body {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  line-height: 1.2;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

main {
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin: 0;
}

p,
ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1188px;
  }
}
main {
  position: relative;
}
main._js-search-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.standard-text h1 {
  font-size: var(--text--xxl);
  font-weight: normal;
  font-style: italic;
  line-height: 1.08;
  color: #2fa889;
}
.standard-text h2 {
  font-size: var(--text--xl);
  font-weight: 600;
  line-height: 1.167;
  color: #2fa889;
}
.standard-text h3 {
  font-size: var(--text--l);
  font-weight: normal;
  font-style: italic;
  line-height: 1.313;
  color: #000000;
}
.standard-text h4 {
  font-size: var(--text--sm);
  font-weight: 600;
  line-height: 1.43;
  color: #2fa889;
}
.standard-text h5 {
  font-size: var(--text--m);
  font-weight: normal;
  line-height: 1.333;
  color: #000000;
}
.standard-text p {
  font-size: var(--text--sm);
  font-weight: normal;
  line-height: 1.524;
  margin-bottom: 25px;
}
.standard-text p a {
  color: #2fa889;
}
.standard-text p a:hover {
  text-decoration: underline;
}
.standard-text ul {
  margin-bottom: 25px;
}
.standard-text ul li {
  font-size: var(--text--sm);
  font-weight: normal;
  line-height: 1.524;
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #2fa889;
  left: 0;
  top: 11px;
}
.standard-text ol {
  margin-bottom: 25px;
  padding-left: 1rem;
}
.standard-text ol li {
  font-size: var(--text--sm);
  font-weight: normal;
  line-height: 1.524;
  margin-bottom: 10px;
  padding-left: 10px;
}

.btn {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: var(--text--xs);
  font-weight: 600;
  line-height: 1.375;
  color: #ffffff;
  text-align: center;
  background-color: #2fa889;
  padding: 9px 50px;
  border: 2px solid #2fa889;
  min-width: 135px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #b6f4aa;
  border: 2px solid #b6f4aa;
}

._text-end {
  text-align: end;
}
._text-center {
  text-align: center;
}
._text-right {
  text-align: right;
}
._text-left {
  text-align: left;
}
._text-semibold {
  font-weight: 600;
}

._bg-white {
  background-color: #fff;
}

._bg-grey {
  background-color: #f8f8f8;
}

._bg-main {
  background-color: #effbf8;
}

._r-gap-40 {
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  ._r-gap-40 {
    row-gap: 20px;
  }
}

._r-gap-80 {
  row-gap: 80px;
}
@media (max-width: 991.98px) {
  ._r-gap-80 {
    row-gap: 40px;
  }
}

._r-gap-120 {
  row-gap: 120px;
}
@media (max-width: 991.98px) {
  ._r-gap-120 {
    row-gap: 60px;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}
header + section {
  margin-top: 111px;
}
@media (max-width: 1199.98px) {
  header + section {
    margin-top: 96px;
  }
}
@media (max-width: 991.98px) {
  header + section {
    margin-top: 80px;
  }
}

.header {
  background-color: #ffffff;
  padding: 16px 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  height: 79px;
}
@media (max-width: 1199.98px) {
  .header__logo img {
    height: 64px;
  }
}
@media (max-width: 991.98px) {
  .header__logo img {
    height: 48px;
  }
}
.header .navbar {
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .navbar {
    position: fixed;
    right: -100%;
    top: 80px;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 20;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .header .navbar._js-open {
    right: 0;
  }
}
.header .menu {
  display: flex;
}
@media (max-width: 991.98px) {
  .header .menu {
    flex-direction: column;
    width: 100%;
  }
}
.header .menu li {
  font-size: var(--text--sm);
  line-height: 1.524;
  color: #000000;
  margin-right: 50px;
  padding: 4px 0;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .header .menu li {
    margin-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .header .menu li {
    padding: 12px 20px;
    margin-right: 0;
    border-top: 1px solid #2fa889;
  }
}
.header .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .header .menu li:last-child {
    margin-right: 32px;
  }
}
@media (max-width: 991.98px) {
  .header .menu li:last-child {
    margin-right: 0;
    border-bottom: 1px solid #2fa889;
  }
}
.header .menu li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #2fa889;
  width: 0;
  transition: all 0.3s ease;
}
.header .menu li:hover {
  color: #2fa889;
}
.header .menu li:hover:after {
  width: 100%;
}
.header .menu li.active {
  color: #2fa889;
}
.header .menu li a {
  display: block;
}
.header .menu-trigger {
  display: none;
  position: relative;
  width: 36px;
  height: 26px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .header .menu-trigger {
    display: inline-block;
  }
}
.header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2fa889;
  border-radius: 6px;
}
.header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.header .menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.header .search {
  display: inline-block;
  position: relative;
  margin-left: 82px;
}
@media (max-width: 991.98px) {
  .header .search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: -10px;
    margin: 0;
    background-color: #fff;
    transform: translateY(-140px);
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 30;
  }
}
.header .search._js-open {
  transform: translateY(0);
  top: 0;
}
.header .search__form {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #b0eadb;
  max-width: 210px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .header .search__form {
    max-width: 300px;
  }
}
.header .search__form input {
  display: block;
  padding: 9px 20px;
  font-size: var(--text--s);
  line-height: 20px;
}
.header .search__form input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
}
.header .search__submit {
  position: absolute;
  padding: 0 20px;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: transparent;
}
.header .search__submit img {
  display: block;
  width: 20px;
}
.header .search__close {
  position: absolute;
  padding: 0 20px;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .header .search__close {
    display: none;
  }
}
@media (max-width: 375.98px) {
  .header .search__close {
    height: 46px;
  }
}
.header .search__close img {
  display: block;
  width: 20px;
}
.header .mobile-search {
  display: none;
  background: transparent;
  cursor: pointer;
  margin-right: 20px;
}
.header .mobile-search img {
  max-width: 42px;
}
@media (max-width: 991.98px) {
  .header .mobile-search {
    display: inline-block;
  }
}

.hero {
  height: 0;
  padding-bottom: 25.35%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .hero {
    padding-bottom: 40%;
  }
}
@media (max-width: 575.98px) {
  .hero {
    padding-bottom: 50%;
  }
}

.hero-video video {
  width: 100%;
  outline: none;
  border: none;
}

@media (min-width: 992px) {
  .columns-text .col-lg-6 > *:last-child {
    margin-bottom: 0;
  }
}
.columns-text h2 {
  margin-bottom: 52px;
}
@media (max-width: 991.98px) {
  .columns-text h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .columns-text h2 {
    margin-bottom: 26px;
  }
}

.item-with-blur {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .item-with-blur {
    margin-bottom: 50px;
  }
}
.item-with-blur__img {
  margin-bottom: 35px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.item-with-blur__img img {
  height: 360px;
  object-fit: cover;
}
.item-with-blur__descr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 16px 20px;
  overflow: hidden;
  font-size: var(--text--sm);
  font-weight: 600;
  line-height: 1.24;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-with-blur__descr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) brightness(150%);
}
.item-with-blur__descr p {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 1.238;
}
.item-with-blur__text {
  font-size: var(--text--s);
  line-height: 1.445;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-with-blur .btn-wrapper {
  margin-top: 38px;
}

.teaser h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .teaser h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .teaser .col-lg-6:nth-last-child(-n+2) .item-with-blur {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .teaser .col-lg-6:last-child .item-with-blur {
    margin-bottom: 0;
  }
}

.members h1 {
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .members h1 {
    margin-bottom: 32px;
  }
}
.members .item-with-blur {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .members .item-with-blur {
    margin-bottom: 20px;
  }
}
.members .item-with-blur__img {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .members .item-with-blur__img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .members .item-with-blur__img {
    margin-bottom: 20px;
  }
}
.members .item-with-blur__descr:after {
  background-color: rgba(176, 234, 219, 0.78);
}
.members .item-with-blur .btn-wrapper {
  margin-top: 32px;
}
.members .item-with-blur__text {
  display: block;
  overflow: visible;
}
@media (min-width: 768px) {
  .members .col-lg-4:nth-last-child(-n+3) .item-with-blur {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .members .col-lg-4:last-child .item-with-blur {
    margin-bottom: 0;
  }
}

.member-description h1 {
  margin-bottom: 64px;
}
.member-description p {
  line-height: 1.429;
}
.member__img img {
  display: block;
  max-width: 310px;
  height: 412px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .member__img img {
    margin: auto;
  }
}
.member__info {
  padding: 46px 50px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .member__info {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .member__info {
    padding: 30px;
  }
}
@media (max-width: 375.98px) {
  .member__info {
    padding: 20px 16px;
  }
}
.member__info__block {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .member__info__block {
    margin-bottom: 20px;
  }
}
.member__info__block:last-child {
  margin-bottom: 0;
}
.member__info__block p {
  margin-bottom: 0;
}
.member-career h3 {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .member-career h3 {
    margin-bottom: 24px;
  }
}
.member-career p {
  font-size: var(--text--s);
  line-height: 1.445;
}
.member-career p:last-child {
  margin-bottom: 0;
}
.member-career__item {
  padding: 30px 0;
  border-bottom: 1px solid #7f7f7f;
}
@media (max-width: 767.98px) {
  .member-career__item {
    padding: 20px 0;
  }
}
.member-career__item h4 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .member-career__item h4 {
    margin-bottom: 10px;
  }
}

.text-box._simple h3 {
  margin-bottom: 30px;
}
.text-box._simple .text-box__item {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.text-box h3 {
  margin-bottom: 58px;
}
@media (max-width: 767.98px) {
  .text-box h3 {
    margin-bottom: 24px;
  }
}
.text-box__content {
  padding-top: 10px;
  padding-bottom: 60px;
}
.text-box__item {
  padding: 50px 0;
  margin: 0 50px;
  border-bottom: 1px solid #7F7F7F;
}
@media (max-width: 767.98px) {
  .text-box__item {
    padding: 30px 0;
    margin: 0 30px;
  }
}
.text-box__item h4 {
  margin-bottom: 20px;
}
.text-box__item p {
  font-size: var(--text--s);
  line-height: 1.445;
}
.text-box__item p:last-child {
  margin-bottom: 0;
}
.text-box__item a {
  color: #2c2342;
  text-decoration: underline;
  font-size: var(--text--sm);
  font-weight: normal;
  line-height: 1.524;
  transition: all 0.3s ease;
}
.text-box__item a:hover {
  color: #2fa889;
}

.news-header h1 {
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .news-header h1 {
    margin-bottom: 40px;
  }
}
.news-header .featured-img img {
  width: auto;
}
.news-date p {
  color: #2fa889;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-date p {
    margin-bottom: 26px;
  }
}
.news-headline h2 {
  color: #000000;
  margin-bottom: 55px;
  font-size: var(--text--l);
}
@media (max-width: 767.98px) {
  .news-headline h2 {
    margin-bottom: 32px;
  }
}
.news-text blockquote p {
  font-size: var(--text--l);
  font-weight: normal;
  font-style: italic;
  line-height: 1.313;
  color: #2fa889;
  padding: 20px 0;
}
@media (max-width: 475.98px) {
  .news-text blockquote p {
    padding: 10px 0;
  }
}
.news-text h5 {
  margin-bottom: 25px;
}

.featured-img figure {
  margin: 0;
}
.featured-img figcaption {
  font-size: var(--text--s);
  line-height: 1.445;
  margin-top: 22px;
  color: #000000;
}

.search-result a {
  font-size: var(--text--l);
  line-height: 1.313;
  font-style: normal;
  font-weight: 600;
  color: #2fa889;
  transition: all 0.3s ease;
}
.search-result a:hover {
  opacity: 0.7;
}
.search-result p {
  font-size: var(--text--s);
  color: #2fa889;
  margin-bottom: 12px;
}
.search-result__item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(47, 168, 137, 0.2);
}
.search-result__item:last-child {
  border-bottom: none;
}

.search-page-search h1 {
  text-align: center;
  margin-bottom: 40px;
}
.search-page-search .search {
  display: block;
  position: relative;
}
.search-page-search .search__form {
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #b0eadb;
  border-radius: 10px;
}
.search-page-search .search__form input {
  display: block;
  padding: 9px 20px;
  font-size: var(--text--s);
  line-height: 20px;
  width: calc(100% - 100px);
}
.search-page-search .search__form input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #7F7F7F;
}
.search-page-search .search__submit {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100px;
  padding: 0 10px;
  background-color: #2fa889;
  color: #ffffff;
}

.news .item-img img {
  width: 100%;
  height: auto;
}
.news .item-text {
  background: #effbf8;
  padding: 20px;
}
.news .item-text h4 {
  margin-bottom: 15px;
}

.events .item-img img {
  width: auto;
  max-width: 350px;
}
.events .item-text {
  padding: 20px 0 0 0;
}
.events .item-text h4 {
  margin-bottom: 15px;
}
.events .item-text p:last-child {
  margin-bottom: 0;
}
.events hr {
  color: #2fa889;
  opacity: 1;
  height: 3px;
  margin: 40px 0 0 0;
}

@media (max-width: 991.98px) {
  .comment-form p {
    margin-bottom: 15px;
  }
}
.comment-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.comment-form input:not([type=checkbox]):not([type=submit]),
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.comment-form input:not([type=checkbox]):not([type=submit]):focus,
.comment-form textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.comment-form .submit {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: var(--text--xs);
  font-weight: 600;
  line-height: 1.375;
  color: #ffffff;
  text-align: center;
  background-color: #2fa889;
  padding: 9px 50px;
  border: 2px solid #2fa889;
  min-width: 135px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form .submit:hover {
  background-color: #b6f4aa;
  border: 2px solid #b6f4aa;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.comment-form .comment-form-cookies-consent input {
  margin-top: 10px;
}

.comments-area {
  margin-top: 40px;
}

h3#comments {
  font-size: var(--text--sm);
  font-weight: 600;
  line-height: 1.43;
  color: #2fa889;
  margin-bottom: 20px;
}

.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-meta {
  margin-bottom: 20px;
  font-size: var(--text--xs);
  margin-top: 10px;
}

.comment-meta a {
  color: #333;
}

.comment-metadata {
  margin-left: 50px;
}

.comments-area table {
  border-left: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.comments-area th {
  background: #278cc1;
  color: #fff;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

.comment-reply-link {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: var(--text--xs);
  font-weight: 600;
  line-height: 1.375;
  color: #ffffff;
  text-align: center;
  background-color: #2fa889;
  padding: 9px 50px;
  border: 2px solid #2fa889;
  min-width: 135px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-reply-link:hover {
  background-color: #b6f4aa;
  border: 2px solid #b6f4aa;
}

ol.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.commentlist li.comment {
  margin-bottom: 30px;
  padding-left: 0;
}

ol.commentlist .comment .comment-body {
  background: white;
  padding: 15px;
}
ol.commentlist .comment ul {
  margin-top: 25px;
}
ol.commentlist .comment ul li {
  list-style: none;
  padding-left: 25px;
}
ol.commentlist .comment ul li::before {
  content: unset;
}

.comment-metadata {
  font-size: 80%;
}

ol.commentlist li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

ol.commentlist li ol.children ol.children {
  padding-left: 20px;
}

ol.commentlist li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 40px;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}

.comment-form input[type=submit] {
  width: auto;
}

.footer {
  font-size: var(--text--sm);
  line-height: 1.24;
}
.footer__cta p {
  margin-bottom: 27px;
  font-weight: 600;
}
.footer__contacts {
  font-weight: 600;
}
.footer__contacts a {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .footer__info {
    margin-top: 60px;
  }
}
.footer__info p {
  margin-bottom: 18px;
  font-weight: 600;
}
.footer__logo {
  margin-bottom: 36px;
}
.footer__logo img {
  max-width: 248px;
}
.footer__legal a {
  text-transform: uppercase;
  text-decoration: underline;
  margin-right: 49px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.footer__legal a:hover {
  color: #2fa889;
}
.footer__legal a:last-child {
  margin-right: 0;
}
.footer .btn-wrapper {
  margin-top: 44px;
}/*# sourceMappingURL=style.css.map */