/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
.hidden-element {
  position: fixed;
  transform: scale(0);
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.container {
  width: 375px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1310px) {
  .container {
    width: 1308px;
  }
}
:root {
  --transition-duration-and-func: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --white-color: #ffffff;
}
@font-face {
  font-family: Manrope;
  src: local('Manrope'), url(../fonts/Manrope-Light-Cx-P5V5h.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: Manrope;
  src: local('Manrope'), url(../fonts/Manrope-Regular-BjNcpSXg.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: Manrope;
  src: local('Manrope'), url(../fonts/Manrope-SemiBold-Diovf81e.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: Actay Wide;
  src: local('Actay Wide'), url(../fonts/ActayWide-Bold-DjpAoOQ6.otf) format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  src: local('Inter'), url(../fonts/Inter_18pt-SemiBold-C9_sHzqi.ttf) format('truetype');
  font-weight: 700;
}
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11px;
  border-bottom: 1px solid rgba(93, 90, 136, 0.17);
  background-color: var(--white-color);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo-icon {
  display: block;
  width: 129px;
  height: 42px;
}
@media screen and (min-width: 1310px) {
  header.header {
    padding: 17px;
  }
  .header-logo-icon {
    width: 146px;
    height: 48px;
  }
}
.footer {
  height: auto;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.footer-link-icon {
  display: block;
  width: 152px;
  height: 44px;
}
.footer-social-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #243c38;
  border-radius: 50%;
}
.footer-social-link-icon {
  fill: var(--white-color);
}
.footer-social-link-icon.facebook {
  width: 12px;
  height: 23px;
}
.footer-social-link-icon.telegram {
  width: 19px;
  height: 17px;
}
.footer-social-link-icon.instagram {
  width: 20px;
  height: 20px;
}
.footer-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.footer-text-birds {
  color: #37342b;
}
.footer-text-sun {
  color: #333;
}
@media screen and (min-width: 1310px) {
  .footer {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .footer-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
  .footer-social-links-list {
    gap: 16px;
  }
  .footer-social-link {
    width: 44px;
    height: 44px;
    transition: background-color var(--transition-duration-and-func);
  }
  .footer-social-link:is(:hover, :focus) {
    background-color: #192a27;
  }
  .footer-text-wrap {
    align-items: flex-end;
    gap: 8px;
  }
}
.donation-section {
  min-height: calc(100vh - 316px);
  padding-top: 89px;
  padding-bottom: 24px;
  background-color: #f5f5f7;
}
.donation-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.donation-project-info-title {
  color: #37342b;
  font-family: Actay Wide;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.donation-project-info-desc {
  margin-top: 16px;
  color: #37342b;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.donation-project-info-img {
  width: 100%;
  margin-top: 24px;
  border-radius: 20px;
}
.donation-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 16px;
  border-radius: 20px;
  background-color: var(--white-color);
}
.donation-form-title {
  color: #37342b;
  font-family: Actay Wide;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
}
.donation-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.donation-form-input-wrap {
  position: relative;
}
.donation-form-input {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  border: 1px solid;
  border-color: #f4f6f9;
  border-radius: 8px;
  background-color: #f5f5f7;
  color: #37342b;
  outline: none;
}
.donation-form-input.sum {
  padding-right: 38px;
  font-family: Actay Wide;
  font-size: 28px;
  font-weight: 700;
}
.donation-form-input.sum::placeholder {
  color: inherit;
}
.donation-form-input-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.donation-form-input-desc.currency {
  right: 20px;
  color: #37342b;
  font-family: Actay Wide;
  font-size: 24px;
  font-weight: 700;
}
.donation-form-amount-add-btn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.donation-form-amount-add-btn-list-item {
  width: calc((100% - 16px) / 3);
}
.donation-form-amount-add-btn-list-item > .donation-form-amount-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border: 1px solid;
  border-color: #f4f6f9;
  border-radius: 8px;
  background-color: #f5f5f7;
  color: #37342b;
  font-family: Actay Wide;
  font-size: 18px;
  font-weight: 700;
}
.donation-form-input.name {
  padding-right: 104px;
  color: #37342b;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.33;
}
.donation-form-input.name::placeholder {
  color: #37342b99;
}
.donation-form-input-desc.name {
  right: 16px;
  color: #37342b99;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
payments-widget .ft-flex-grow {
  color: #ee7a28;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
div[_ngcontent-ng-c2399124259] {
  color: #202124de;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1310px) {
  .donation-section {
    min-height: calc(100vh - 198px);
    padding-top: 139px;
    padding-bottom: 56px;
  }
  .donation-container {
    flex-direction: row;
    gap: 194px;
  }
  .donation-project-info-wrap {
    width: 517px;
  }
  .donation-project-info-title {
    font-size: 48px;
    text-align: left;
  }
  .donation-project-info-desc {
    margin-top: 32px;
    font-size: 20px;
    text-align: left;
  }
  .donation-project-info-img {
    margin-top: 32px;
    border-radius: 30px;
  }
  .donation-form-wrap {
    gap: 40px;
    padding: 56px;
    border-radius: 30px;
  }
  .donation-form-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .donation-form {
    gap: 40px;
  }
  .donation-form-input {
    height: 64px;
    transition: border-color var(--transition-duration-and-func);
  }
  .donation-form-input:is(:hover, :focus, :active) {
    border-color: #ee7a28;
  }
  .donation-form-input.sum {
    font-size: 32px;
  }
  .donation-form-amount-add-btn-list-item > .donation-form-amount-add-btn {
    height: 64px;
    transition: background-color var(--transition-duration-and-func), border-color var(--transition-duration-and-func);
  }
  .donation-form-amount-add-btn-list-item > .donation-form-amount-add-btn:is(:hover, :focus) {
    border-color: transparent;
    background-color: #bebebe;
  }
  .donation-form-input.name {
    padding-right: 116px;
  }
  .donation-form-input-desc.name {
    font-size: 15px;
    line-height: 1.6;
  }
}
.thanks-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 316px);
  background-color: #f5f5f7;
  padding-top: 81px;
  padding-bottom: 16px;
}
.thanks-title {
  color: #37342b;
  font-family: Actay Wide;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.thanks-title.desc {
  margin-top: 16px;
}
.thanks-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 30px;
  border-radius: 32px;
  background-color: #ee7a28;
  color: var(--white-color);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1310px) {
  .thanks-section {
    min-height: calc(100vh - 198px);
    padding-top: 99px;
  }
  .thanks-title {
    width: 704px;
    font-size: 40px;
  }
  .thanks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thanks-home-link {
    width: 300px;
    margin-top: 37px;
    transition: background-color var(--transition-duration-and-func);
  }
  .thanks-home-link:is(:hover, :focus) {
    background-color: #d66d24;
  }
}
