/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Light.woff2);
  font-weight: 300;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  color: #2a322b;
}

a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #2a322b;
}

.page-title, .section-hero__title {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-title, .section-hero__title {
    font-size: 2.8em;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .page-title, .section-hero__title {
    font-size: 2.4em;
    line-height: 28px;
  }
}

.title, .section-take__title, .section-help__title {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 39px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title, .section-take__title, .section-help__title {
    font-size: 2.4em;
    line-height: 28px;
  }
}
@media screen and (max-width: 520px) {
  .title, .section-take__title, .section-help__title {
    font-size: 1.8em;
    line-height: 22px;
  }
}

.btn, .section-volunteering__info-btn, .section-hero__info-btn, .header-nav__list > li:nth-last-child(1) {
  max-width: 172px;
  width: 100%;
  padding: 12px 17px;
  border: none;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #FF4F4F;
  cursor: pointer;
}

.button-copy {
  background: none;
  border: none;
  cursor: pointer;
}

.footer__container, .section-take__container, .section-hero > div, .header > div {
  max-width: 1440px;
  min-width: 320px;
  padding: 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .footer__container, .section-take__container, .section-hero > div, .header > div {
    padding: 0 40px;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: #FCFCEB;
  z-index: 100;
}

.header > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 13px;
}
@media (max-width: 1160px) {
  .header > div {
    top: 0;
    padding-bottom: 4px;
    background-color: #FCFCEB;
  }
}

.header-logo {
  display: flex;
  max-width: 222px;
  width: 100%;
  gap: 8px;
}
@media (max-width: 1160px) {
  .header-logo__img {
    width: 49px;
  }
}
.header-logo__title {
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 11px;
  text-transform: uppercase;
  align-self: center;
}
@media (max-width: 1160px) {
  .header-logo__title {
    font-size: 1.3em;
  }
}
.header-logo__subtitle {
  padding-top: 3px;
  font-size: 11px;
  font-weight: 300;
  color: #787878;
}
@media (max-width: 1160px) {
  .header-logo__subtitle {
    font-size: 10px;
  }
}

.header-nav {
  display: flex;
  max-width: 777px;
  width: 100%;
}
@media (max-width: 1159px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  text-transform: uppercase;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 18px;
}
.header-nav__list-item {
  cursor: pointer;
}
.header-nav__list-item a:hover {
  transition: 0.2s;
  font-weight: 500;
  color: #92cc72;
}
.header-nav__list-item a:active {
  font-weight: 500;
}
.header-nav__list > li:nth-last-child(1):hover {
  transform: scale(1.02);
  transition-duration: 0.25s;
  background-color: #ff2020;
}
.header-nav__list > li:nth-last-child(1) a {
  color: #fff;
  font-weight: 700;
}

.header-nav::after,
.header-nav::before {
  content: "";
}

li {
  list-style-type: none;
}

.header-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 1160px) {
  .header-menu {
    display: none;
  }
}
.header-menu__checkbox {
  position: absolute;
  visibility: hidden;
}
.header-menu__burger {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  gap: 9px;
  padding: 18px 10px 25px;
  justify-content: center;
  text-transform: uppercase;
  background-color: #FCFCEB;
  transform: translateX(100%);
  transition: 0.3s;
  max-width: 400px;
  width: 100%;
}
.header-menu__list-item {
  display: block;
  font-size: 1.3em;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.header-menu__list-item:hover {
  transition: 0.2s;
  font-weight: 500;
  color: #92cc72;
}

.header-menu__burger span {
  content: "";
  right: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF4F4F;
  transition: 0.3s;
}

.header-menu__burger span::after,
.header-menu__burger span::before {
  content: "";
  right: 0;
  position: absolute;
  display: block;
  height: 2px;
  background-color: #FF4F4F;
}

.header-menu__burger span::after {
  width: 20px;
  top: 6px;
}

.header-menu__burger span::before {
  width: 14px;
  top: 12px;
}

.header-menu__checkbox:checked + .header-menu__burger span::before {
  top: 0px;
  width: 100%;
  transform: rotate(90deg);
}

.header-menu__checkbox:checked + .header-menu__burger span {
  bottom: 11px;
  transform: rotate(45deg);
}

.header-menu__checkbox:checked ~ .header-menu__burger span::after {
  width: 0px;
}

.header-menu__checkbox:checked ~ .header-menu__list {
  top: 59px;
  transform: translateX(0);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 101;
}

.active {
  display: block;
}

.popup {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  padding: 54px 66px 58px;
  max-width: 637px;
  width: 100%;
  gap: 40px;
  font-size: 2em;
  font-weight: 400;
  line-height: 36px;
  background-color: #f1f1ba;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 665px) {
  .popup {
    width: 92%;
    padding: 50px 28px;
  }
}
@media screen and (max-width: 481px) {
  .popup {
    font-size: 1.6em;
    line-height: 26px;
    gap: 26px;
  }
}
.popup-close {
  position: absolute;
  top: 17px;
  right: 19px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 481px) {
  .popup-close img {
    max-width: 25px;
  }
}
.popup-close:hover {
  transform: scale(1.05);
  transition-duration: 0.25s;
}
.popup-text__decor {
  font-weight: 700;
}

#sbp,
#card-num {
  padding-right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 404px) {
  #sbp,
  #card-num {
    padding-right: 7px;
  }
}

.response {
  position: fixed;
  top: 15%;
  left: 50%;
  display: none;
  z-index: 102;
}

.response-active {
  display: flex;
}

.response-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  font-size: 1.3em;
  color: #787878;
  border-radius: 5px;
  background-color: #f1f1ba;
}

.section-hero > div {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 188px;
  padding-bottom: 100px;
  justify-content: space-between;
  gap: 10px;
  background-color: #92cc72;
}
@media screen and (max-width: 768px) {
  .section-hero > div {
    padding-top: 131px;
    padding-bottom: 66px;
  }
}

.section-hero {
  display: flex;
  background-color: #92cc72;
}
.section-hero__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6px;
  gap: 10px;
}
@media screen and (min-width: 1136px) {
  .section-hero__info {
    width: 54%;
  }
}
.section-hero__title {
  margin: 0;
}
.section-hero__info-text {
  padding-top: 43px;
  color: #fff;
  font-size: 2em;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .section-hero__info-text {
    font-size: 1.8em;
    line-height: 28px;
  }
}
@media screen and (max-width: 401px) {
  .section-hero__info-text {
    font-size: 1.6em;
    line-height: 26px;
  }
}
.section-hero__info-btn {
  margin-top: 88px;
  font-size: 1.5em;
}
@media screen and (max-width: 1136px) {
  .section-hero__info-btn {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__info-btn {
    margin-top: 75px;
    align-self: center;
  }
}
@media screen and (max-width: 380px) {
  .section-hero__info-btn {
    margin-top: 55px;
  }
}
.section-hero__info-btn:hover {
  transform: scale(1.02);
  transition-duration: 0.25s;
  background-color: #ff2020;
}
.section-hero__info-img {
  margin-top: 50px;
  max-width: 509px;
  width: 100%;
  max-height: 494px;
  align-self: center;
  object-fit: cover;
  border: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 30%;
  border-bottom-left-radius: 30%;
  box-shadow: 10px 10px 20px 0px #628152;
  z-index: 2;
}
@media (min-width: 1405px) {
  .section-hero__info-img {
    bottom: 100px;
  }
}
@media (min-width: 1136px) {
  .section-hero__info-img {
    position: absolute;
    right: 120px;
  }
}
@media (max-width: 1404px) and (min-width: 1136px) {
  .section-hero__info-img {
    width: 380px;
    height: 340px;
  }
}
@media screen and (max-width: 543px) {
  .section-hero__info-img {
    height: 380px;
  }
}
@media screen and (max-width: 401px) {
  .section-hero__info-img {
    height: 308px;
  }
}

.section-help {
  width: 100%;
  background-color: #FCFCEB;
}
.section-help__container {
  max-width: 1440px;
  padding: 100px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .section-help__container {
    padding: 70px 40px;
  }
}
.section-help__title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0%;
  line-height: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 790px) {
  .section-help__title {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .section-help__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  .section-help__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 353px) {
  .section-help__title {
    font-size: 14px;
  }
}
.section-help__cards {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-help__cards {
    display: none;
  }
}
.section-help__content {
  font-size: 20px;
  line-height: 36px;
  color: #2a322b;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .section-help__content {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  .section-help__content {
    padding: 0;
  }
}

.help-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.help-card__icon {
  background-color: #f1f1ba;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 99px;
}
@media screen and (max-width: 900px) {
  .help-card__icon {
    width: 81px;
    height: 79px;
  }
}
.help-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: none;
}
.help-card__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .help-card__title {
    font-size: 13px;
  }
}
.help-card:hover:not(.help-card--active) .help-card__icon {
  background-color: #92cc72;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.help-card:active:not(.help-card--active) .help-card__icon {
  transform: scale(0.95);
}

.help-card--active {
  cursor: default;
}
.help-card--active .help-card__icon {
  background-color: #92cc72;
  transform: none;
  box-shadow: none;
}
.help-card--active .help-card__title {
  color: #92cc72;
}

.help-content {
  margin: 0 auto;
  display: none;
}
.help-content--active {
  display: block;
}
.help-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2a322b;
}
.help-content .subtitle {
  padding-top: 30px;
  font-weight: 600;
}
.help-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.help-content ul li {
  list-style: disc;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .help-content ul li {
    list-style: none;
  }
}
.help-content .help-content__donation p {
  padding-top: 30px;
}

.mobile-help-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-help-view {
    display: flex;
    justify-content: center;
  }
  .mobile-help-view .mobile-icon {
    width: 101px;
    height: 99px;
    background-color: #92cc72;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-help-view .mobile-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: none;
  }
}

.mobile-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
  }
  .mobile-pagination .pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f1f1ba;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .mobile-pagination .pagination-dot.active {
    background-color: #92cc72;
  }
}

@media screen and (max-width: 768px) {
  .content-donation img {
    width: 16px;
  }
}

.section-volunteering {
  background-color: #f1f1ba;
  font-family: "Montserrat";
  position: relative;
  color: #2a322b;
}
.section-volunteering__container {
  max-width: 1440px;
  padding: 100px 120px 160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 770px) {
  .section-volunteering__container {
    padding: 70px 40px;
  }
}
.section-volunteering__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 70px;
}
@media (max-width: 1300px) {
  .section-volunteering__title {
    padding-right: 0px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1135px) {
  .section-volunteering__title {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .section-volunteering__title {
    font-size: 18px;
  }
}
.section-volunteering__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1135px) {
  .section-volunteering__content {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .section-volunteering__content {
    gap: 10px;
  }
}
.section-volunteering__slider-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  gap: 25px;
  max-width: 580px;
}
@media (max-width: 1300px) {
  .section-volunteering__slider-block {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .section-volunteering__slider-block {
    flex-direction: column;
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .section-volunteering__slider-block {
    max-width: 242px;
  }
}
.section-volunteering__slider {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.section-volunteering__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-volunteering .slider-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.section-volunteering .slider-button img {
  width: 39px;
  height: 47px;
  display: block;
}
.section-volunteering .slider-button--left img {
  transform: rotate(-90deg);
}
.section-volunteering .slider-button--right img {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .section-volunteering .slider-button {
    display: none;
  }
}
.section-volunteering__dots {
  display: none;
}
.section-volunteering__dots .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.section-volunteering__dots .dot.active {
  background-color: #92cc72;
}
@media (max-width: 768px) {
  .section-volunteering__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px auto;
  }
}
.section-volunteering__text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}
@media (max-width: 1300px) {
  .section-volunteering__text-block {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .section-volunteering__text-block {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .section-volunteering__text-block {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-volunteering__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1300px) {
  .section-volunteering__list {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .section-volunteering__list {
    gap: 20px;
  }
}
.section-volunteering__list li {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .section-volunteering__list li {
    padding-left: 20px;
  }
}
@media (max-width: 425px) {
  .section-volunteering__list li {
    padding-left: 15px;
  }
}
.section-volunteering__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 14px;
  height: 14px;
  background-color: #628152;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .section-volunteering__list li::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1050px) {
  .section-volunteering__list li::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .section-volunteering__list li::before {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 425px) {
  .section-volunteering__list li::before {
    width: 5px;
    height: 5px;
  }
}
.section-volunteering__list li strong {
  font-weight: 600;
}
.section-volunteering__info-btn {
  display: none;
}
@media (max-width: 768px) {
  .section-volunteering__info-btn {
    display: inline-block;
    align-self: center;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .section-volunteering__info-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #ff2020;
  }
  .section-volunteering__info-btn:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #ff2020;
  }
}

.section-take {
  background-color: #FCFCEB;
  color: #2a322b;
  font-family: "Montserrat";
  text-align: center;
}
.section-take__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-take__title {
  margin-bottom: 52px;
}
.section-take__description {
  font-size: 20px;
  line-height: 32px;
}
.section-take__slider-desktop {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-take__slider-desktop {
    display: none;
  }
}
.section-take__slider-mobile-wrapper {
  display: none;
}
.section-take__slider {
  display: flex;
  max-width: 969px;
  width: 100%;
  height: 354px;
  position: relative;
  margin-bottom: 105px;
}
.section-take__slider-window {
  width: 100%;
  max-width: 797px;
  margin: 0 auto;
}
.section-take__slider-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}
.section-take__slider-image {
  width: 100%;
  max-width: 227px;
  transition: all 0.4s ease;
}
.section-take__slider-image--active {
  max-width: 283px;
}
.section-take__slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.section-take__slider-button--left {
  left: 0.5%;
}
.section-take__slider-button--left img {
  width: 39px;
  transform: rotate(-90deg);
}
.section-take__slider-button--right {
  right: 0.5%;
}
.section-take__slider-button--right img {
  width: 39px;
  transform: rotate(90deg);
}
.section-take__dots {
  display: none;
  justify-content: center;
  gap: 7px;
}
.section-take__dots .dot {
  height: 10px;
  width: 10px;
  background-color: #f1f1ba;
  border-radius: 50%;
  transition: 0.3s;
}
.section-take__dots .dot.active {
  background-color: #92cc72;
}

@media screen and (max-width: 1260px) {
  .section-take__slider {
    height: 288px;
    max-width: 820px;
  }
  .section-take__slider-window {
    max-width: 641px;
  }
  .section-take__slider-track {
    justify-content: center;
  }
  .section-take__slider-image {
    max-width: 180px;
  }
  .section-take__slider-image--active {
    max-width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .section-take__slider-mobile-wrapper {
    display: block;
  }
  .section-take__slider-mobile {
    max-width: 500px;
    width: 100%;
    transition: 0.3s;
  }
  .section-take__dots {
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .section-take__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 770px) {
  .section-take__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-take__description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 450px) {
  .section-take__slider-mobile {
    max-width: 260px;
  }
}
.footer {
  background-color: #92cc72;
  font-family: "Montserrat";
  padding-top: 17px;
  padding-bottom: 27px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 24px;
  margin-left: auto;
}
.footer__contacts a {
  cursor: pointer;
}
.footer__contact-btn {
  background-color: #92cc72;
  border: none;
  cursor: pointer;
}
.footer__contact-btn img {
  width: 16px;
  height: 15px;
}

@media (max-width: 819px) {
  .footer {
    font-size: 13px;
    line-height: 22px;
  }
  .footer__container {
    align-items: flex-end;
    gap: 10px;
  }
  .footer__logo {
    display: none;
  }
  .footer__contacts {
    margin-left: 0;
  }
  .footer__social {
    font-size: 0;
    line-height: 0;
  }
  .footer__social-icon {
    width: 48px;
  }
}

/*# sourceMappingURL=style.css.map */
