@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);
html,
body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  width: 298px;
  height: 54px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
  border-radius: 25px;
  border: none;
}
button:hover {
  background: #E47209;
}
button:active {
  background: #4B9200;
}
button:disabled {
  background: #767474;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header {
  background-color: #000000;
  border: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 220px;
  font-family: "Roboto", sans-serif;
}

.logo {
  cursor: pointer;
}
.logo .rectangle {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
}
.logo h1, .logo .rectangle h2 {
  display: flex;
  box-sizing: border-box;
  width: 82px;
  height: 52px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 120%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.logo .icon {
  position: absolute;
  top: 25px;
  left: 10px;
  height: 21px;
  width: 12px;
  fill: #FFFFFF;
}

.nav {
  flex-grow: 2;
  margin-left: 33px;
}

.nav__links {
  list-style: none;
}
.nav__links li {
  display: inline-block;
  margin: 0 27px;
}
.nav__links .active a {
  color: #F9804B;
}

a {
  color: #FDFDFF;
  text-decoration: none;
}
a:hover {
  color: #F9804B;
  transition: color 0.3s ease;
}
a:hover .icon {
  fill: #f97e49;
  transition: fill 0.3s ease;
}

.footer {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #111115;
}
.footer .footer__firstRow,
.footer .footer__secondRow,
.footer .footer__thirdRow {
  margin-left: 220px;
  margin-right: 220px;
}

.footer__firstRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px 0 36px;
}
.footer__firstRow .firstRow_sub h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.footer__firstRow .firstRow_sub input,
.footer__firstRow .firstRow_sub select,
.footer__firstRow .firstRow_sub textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #BDBDBD;
  background-color: transparent;
  border: 2px solid #F9804B;
  outline: none;
}
.footer__firstRow .firstRow_sub input::-moz-placeholder, .footer__firstRow .firstRow_sub select::-moz-placeholder, .footer__firstRow .firstRow_sub textarea::-moz-placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input:-ms-input-placeholder, .footer__firstRow .firstRow_sub select:-ms-input-placeholder, .footer__firstRow .firstRow_sub textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input::placeholder,
.footer__firstRow .firstRow_sub select::placeholder,
.footer__firstRow .firstRow_sub textarea::placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input:focus,
.footer__firstRow .firstRow_sub select:focus,
.footer__firstRow .firstRow_sub textarea:focus {
  color: #BDBDBD;
  border: 2px solid #4B9200;
}
.footer__firstRow .firstRow_sub input:-webkit-autofill, .footer__firstRow .firstRow_sub input:-webkit-autofill:hover, .footer__firstRow .firstRow_sub input:-webkit-autofill:focus, .footer__firstRow .firstRow_sub input:-webkit-autofill:active,
.footer__firstRow .firstRow_sub select:-webkit-autofill,
.footer__firstRow .firstRow_sub select:-webkit-autofill:hover,
.footer__firstRow .firstRow_sub select:-webkit-autofill:focus,
.footer__firstRow .firstRow_sub select:-webkit-autofill:active,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:hover,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:focus,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #BDBDBD !important;
}
.footer__firstRow .firstRow_sub form input {
  width: 228px;
  height: 42px;
  margin-right: 5px;
  padding: 10px 7px 10px 7px;
  border-radius: 2px;
}
.footer__firstRow .firstRow_sub form .btn_sub {
  width: 129px;
  height: 42px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  border: 1px solid #333B41;
  border-radius: 5px;
  text-transform: none;
  color: #000000;
  background: #F1F3F2;
}
.footer__firstRow .firstRow_sub form .btn_sub:active {
  color: #4B9200;
  border-color: #4B9200;
}
.footer__firstRow .firstRow_sub form:invalid .btn_sub {
  color: #D31414;
  border-color: #D31414;
}
.footer__firstRow .firstRow_sub form:invalid input {
  border: 2px solid #D31414;
}

.footer__secondRow .secondRow__button {
  margin-bottom: 44px;
  border-radius: 5px;
}

.footer__thirdRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
}
.footer__thirdRow .thirdRow_socialList {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer__thirdRow .thirdRow_socialList .socialItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 16px;
  line-height: 140%;
}
.footer__thirdRow .thirdRow_socialList .socialItem .footer__icon {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.footer__thirdRow .thirdRow_socialList .socialItem a {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer__thirdRow .thirdRow_socialList .socialItem a .footer__icon {
  --color-circle: #C4C4C4;
  --color-opacity: 0.5;
}
.footer__thirdRow .thirdRow_socialList .socialItem a:hover {
  color: #4B9200;
}
.footer__thirdRow .thirdRow_socialList .socialItem a:hover .footer__icon {
  --color-circle: #4B9200;
  --color-opacity: 1;
}
.footer__thirdRow .thirdRow_socialList .socialItem a p {
  margin-top: 3px;
}
.footer__thirdRow .thirdRow_nav_links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 120px;
  gap: 58px;
}
.footer__thirdRow .thirdRow_nav_links li {
  list-style-type: none; /* Убираем маркеры */
}
.footer__thirdRow .thirdRow_nav_links .active a {
  color: #F9804B;
}
.footer__thirdRow .thirdRow_author a {
  font-weight: 100;
  font-size: 16px;
  line-height: 130%;
}
.footer__thirdRow .thirdRow_author a:hover {
  color: #4B9200;
  text-decoration: underline;
}
.footer__thirdRow .thirdRow_author a p:nth-child(1) {
  margin-bottom: 10px;
}

.background__panda {
  height: 386px;
  background: url("../../assets/images/Giant Panda.jpg") no-repeat;
  background-position: 0 50%;
  background-size: cover;
}

.donation {
  background: linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
}

.donation__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 40px 220px 180px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
}

.content__info h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
}
.content__info p {
  margin-bottom: 44px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.content__info .orng {
  margin-bottom: 60px;
  color: #F9804B;
}

.content__interactivity_bg {
  background: rgba(255, 255, 255, 0.52);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 20px;
}
.content__interactivity_bg .interactivity_info {
  padding: 42px 92px 0px;
}
.content__interactivity_bg .interactivity_info h2 {
  margin-right: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #F9804B;
}
.content__interactivity_bg .interactivity_info p {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #333B41;
}
.content__interactivity_bg .interactivity_section {
  padding: 0px 92px 62px;
}
.content__interactivity_bg .interactivity_section .first_section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 46px;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 50px;
  color: #000000;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_info .count {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 72px;
  line-height: 80%;
  /* identical to box height, or 58px */
  text-align: center;
  text-transform: uppercase;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #333B41;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_multiply {
  width: 20px;
  height: 20px;
  margin-top: 33px;
  margin-left: 10px;
  margin-right: 55px;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_multiply svg {
  width: 14px;
  height: 14px;
}
.content__interactivity_bg .interactivity_section .first_section .first_section_icon svg {
  margin: 0;
  width: 284px;
  height: 246px;
}
.content__interactivity_bg .interactivity_section .second_section {
  margin-bottom: 93px;
  color: #000000;
}
.content__interactivity_bg .interactivity_section .second_section p {
  margin-bottom: 10px;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #form-title {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider::after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 88%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #72828E;
  border-radius: 2px;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: 27px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #404950;
  border-radius: 2px;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input, .content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider label {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 45px);
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  white-space: nowrap;
  color: #333B41;
  transition: all 0.15s ease-in-out;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #FFEE2E;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
  transition: transform 0.3s ease-in-out;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input {
  display: none;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked + label::before {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #F9804B;
  opacity: 1;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked ~ #debt-amount-pos {
  opacity: 1;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(1) ~ #debt-amount-pos {
  left: 6.3%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(3) ~ #debt-amount-pos {
  left: 18.8%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(5) ~ #debt-amount-pos {
  left: 31.3%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(7) ~ #debt-amount-pos {
  left: 43.8%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(9) ~ #debt-amount-pos {
  left: 56.3%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(11) ~ #debt-amount-pos {
  left: 68.8%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(13) ~ #debt-amount-pos {
  left: 81.3%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider input:checked:nth-child(15) ~ #debt-amount-pos {
  left: 93.8%;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider #debt-amount-pos {
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #F9804B;
  opacity: 0;
  z-index: 2;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider #debt-amount-slider #debt-amount-pos::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #F9804B;
  z-index: 2;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider:valid #debt-amount-slider input + label::before {
  transform: translate(-50%, 45px) scale(0.9);
  transition: all 0.15s linear;
}
.content__interactivity_bg .interactivity_section .second_section .radio_button_dot-slider:valid #debt-amount-slider input:checked + label::before {
  transform: translate(-50%, 45px) scale(1.1);
  transition: all 0.15s linear;
}
.content__interactivity_bg .interactivity_section .third_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2px;
  color: #333B41;
}
.content__interactivity_bg .interactivity_section .third_section .iconme {
  position: relative;
}
.content__interactivity_bg .interactivity_section .third_section .iconme .icon_dollar {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  right: 10px;
  top: 17px;
  fill: #929699;
}
.content__interactivity_bg .interactivity_section .third_section .iconme:focus-within .icon_dollar {
  fill: #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number] {
  display: inline-block;
  width: 268px;
  height: 54px;
  margin-bottom: 25px;
  padding-left: 8px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #929699;
  background-color: transparent;
  border: 2px solid #929699;
  outline: none;
  -moz-appearance: textfield;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]::-moz-placeholder {
  color: #BDBDBD;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:-ms-input-placeholder {
  color: #BDBDBD;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]::placeholder {
  color: #BDBDBD;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:focus {
  color: #4B9200;
  border: 2px solid #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:focus::-moz-placeholder {
  color: #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:focus:-ms-input-placeholder {
  color: #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:focus::placeholder {
  color: #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]:-webkit-autofill, .content__interactivity_bg .interactivity_section .third_section input[type=number]:-webkit-autofill:hover, .content__interactivity_bg .interactivity_section .third_section input[type=number]:-webkit-autofill:focus, .content__interactivity_bg .interactivity_section .third_section input[type=number]:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #929699 !important;
}
.content__interactivity_bg .interactivity_section .third_section input[type=number]::-webkit-outer-spin-button, .content__interactivity_bg .interactivity_section .third_section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list {
  display: flex;
  flex-direction: row;
  height: 21px;
  margin-right: 10px;
  margin-bottom: 30px;
  gap: 47px;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list .radio_item {
  display: flex;
  align-items: center;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list input[type=radio],
.content__interactivity_bg .interactivity_section .third_section .radio_list label {
  cursor: pointer;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list input[type=radio] {
  margin-right: 10px;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  outline: none;
  border: 2px solid #F9804B;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list input[type=radio]:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -3px;
  left: -3px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: hidden;
  border: 2px solid #F9804B;
}
.content__interactivity_bg .interactivity_section .third_section .radio_list input[type=radio]:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -3px;
  position: relative;
  background-color: #4B9200;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #4B9200;
}
.content__interactivity_bg .interactivity_section .third_section button {
  margin-bottom: 30px;
}
.content__interactivity_bg .interactivity_section .third_section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}/*# sourceMappingURL=style.css.map */