
/* Styles Reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[role=button] {
  cursor: pointer;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

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

a:active,
a:focus {
  outline: none;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

blockquote {
  position: relative;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  background-color: #fff8f3;
  padding: 32px;
  border-radius: 16px;
  margin-top: 45px;
  margin-bottom: 24px;
}

.quote-icon {
  position: absolute;
  top: -21px;
  left: 16px;
}

button {
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  text-align: left;
  caption-side: bottom;
}

figure {
  margin: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img[src$=".svg"] {
  max-width: none;
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

input::-webkit-search-cancel-button {
  display: none;
}

input,
input[type=email],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

label {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

select {
  word-wrap: normal;
}

textarea {
  overflow: auto;
  resize: none;
}

ul li {
  list-style: none;
}

/* Fonts */
@font-face {
  font-family: "Intro Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Intro"), local("Intro-Regular"), url(/../fonts/Intro-Regular.woff2) format("woff2"), url(/../fonts/Intro-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gals";
  font-style: normal;
  font-weight: 400;
  src: local("Gals"), local("Gals-Regular"), url(/../fonts/Gals-Regular.woff2) format("woff2"), url(/../fonts/Gals-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gals";
  font-style: normal;
  font-weight: 700;
  src: local("Gals Bold"), local("Gals-Bold"), url(/../fonts/Gals-Bold.woff2) format("woff2"), url(/../fonts/Gals-Bold.woff) format("woff");
  font-display: swap;
}
/* Variables */
/* General Classes */
:root {
  font-size: 10px;
}

html {
  width: auto;
}

body {
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Gals", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #55504f;
}

.main {
  padding-top: 58px;
}

.swiper {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #ffab7c;
}

/* Helpers */
.card {
  position: relative;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.ibg {
  position: relative;
  height: 0;
  overflow: hidden;
}

.ibg img,
.ibg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.fluid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.page-title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #252120;
}

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
}

.section-padding {
  padding: 24px 0;
}

.section-title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #252120;
}

.shadow-black {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.shadow-grey {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.shadow-red {
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
}

/* Components */
.aside-menu {
  position: relative;
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
  overflow: hidden;
}

.aside-menu::after,
.aside-menu::before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
}

.aside-menu::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.aside-menu::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.aside-menu__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  overflow: auto;
  scrollbar-width: none;
  padding: 0 15px;
}

.aside-menu__slider::-webkit-scrollbar {
  display: none;
}

.aside-menu__link {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  color: #252120;
  padding: 8px;
  border-radius: 8px;
}

.aside-menu__link._active {
  background-color: #fff8f3;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.breadcrumb__item {
  list-style: none;
}

.breadcrumb__slash {
  color: #dddddd;
}

.breadcrumb__link {
  color: #252120;
}

.breadcrumb__link--current {
  color: #dddddd;
}

.button {
  display: block;
  width: 100%;
  height: 55px;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

.button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.button--primary {
  color: #ffdfe3;
  background: rgb(243, 64, 86);
  background: rgb(243, 64, 86);
  background-color: rgb(243, 64, 86);
  background-color: rgb(243, 64, 86);
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.button--primary:focus {
  background-color: #c23345;
}

.button--secondary {
  font-size: 1.6rem;
  color: #f34056;
  background-color: transparent;
  border: 1px solid #f34056;
  -webkit-filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.button--secondary:focus {
  border-color: #c23345;
}

.button--red {
  color: #f86779;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.button--red:focus {
  color: #c65261;
}

.button--orange {
  color: #ffbe9a;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.button--orange:focus {
  color: #cc987b;
}

.checkbox {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox:checked + .checkbox-control::before {
  background-color: #f34056;
  border-color: #f34056;
}

.checkbox:checked + .checkbox-control::after {
  opacity: 1;
}

.checkbox-control {
  position: relative;
}

.checkbox-control::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #55504f;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.checkbox-control::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 11px;
  width: 8px;
  opacity: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.child-aside__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
}

.child-aside__age {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  color: #252120;
  margin-bottom: 16px;
}

.child-aside__info {
  margin-bottom: 16px;
}

.child-aside__docs {
  margin-bottom: 16px;
}

.child-aside__btn {
  margin-top: 16px;
}

.child-aside .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.child-aside .text {
  font-size: 1.7rem;
}

.child-aside .docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.child-aside .docs__link {
  color: #55504f;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.child-aside .goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.child-aside .goal__raised {
  text-align: right;
}

.child-aside .goal .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.child-aside .goal .sum {
  font-size: 1.7rem;
  line-height: 1.1;
}

.child-aside .progress {
  position: relative;
  height: 6px;
  background-color: #ffe6d8;
  border-radius: 4px;
  overflow: hidden;
}

.child-aside .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #ffab7c;
  border-radius: 4px;
  z-index: 2;
}

.child-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.child-card--custom {
  position: relative;
  border: 3px solid #f34056;
}

.child-card--highlighted {
  position: relative;
  border: 3px solid #9366c5;
}

.child-card--highlighted::before {
  display: block;
  position: absolute;
  top: -28px;
  right: 0;
  content: "";
  width: 85px;
  height: 86px;
  background-image: url(/img/heart.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  z-index: 2;
}

.child-card--promo {
  padding: 32px;
  border: 3px solid #f34056;
}

.child-card__header {
  position: relative;
  margin-bottom: 16px;
}

.child-card__image {
  padding-bottom: 63%;
  border-radius: 16px;
  margin-bottom: 16px;
}

.child-card__icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}

.child-card__custom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  z-index: 2;
  max-width: 60%;
}

.child-card__custom .label pre {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.4rem;
  color: #db3a4d;
  text-align: center;
}

.child-card__urgent {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #f34056;
  padding: 8px;
  border-radius: 8px;
  z-index: 2;
}

.child-card__urgent .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
}

.child-card__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 2px;
}

.child-card__subtitle {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  color: #252120;
}

.child-card__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.child-card__goal {
  background-color: #fff8f3;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 13px;
}

.child-card__info + .child-card__info {
  margin-top: 13px;
}

.child-card__info.required {
  margin-bottom: auto;
}

.child-card__info.story {
  display: none;
}

.child-card__info .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.child-card__info .text {
  font-size: 1.7rem;
}

.child-card__info .red {
  color: #f34056;
}

.child-card__info .grey {
  color: #afafaf;
}

.child-card__info .underline {
  text-decoration: underline;
}

.child-card__info .link-more {
  color: #ffab7c;
}

.child-card__help-link {
  margin-top: 16px;
  margin-bottom: 16px;
}

.child-card__checkbox {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  margin-top: 20px;
}

.child-card__checkbox .checkbox:checked + .label::before {
  background-color: #ffab7c;
  border-color: #ffab7c;
}

.child-card__checkbox .checkbox:checked + .label::after {
  opacity: 1;
}

.child-card__checkbox .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #252120;
}

.child-card__checkbox .label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #dddddd;
  border: 1px solid #afafaf;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.child-card__checkbox .label::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 12px;
  content: "";
  height: 14px;
  width: 9px;
  opacity: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.child-card .goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.child-card .goal__raised {
  text-align: right;
}

.child-card .goal .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.child-card .goal .sum {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.child-card .progress {
  position: relative;
  height: 6px;
  background-color: #ffe6d8;
  border-radius: 4px;
  overflow: hidden;
}

.child-card .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #ffab7c;
  border-radius: 4px;
  z-index: 2;
}

.confirm-popup {
  padding: 32px 16px;
}

.confirm-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.confirm-popup .confirm-icon {
  height: 80px;
  width: 80px;
  display: grid;
  place-items: center;
  background-color: rgba(255, 171, 124, 0.1);
  border-radius: 16px;
}

.confirm-popup .title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  color: #252120;
}

.confirm-popup .message {
  font-size: 1.7rem;
  padding-bottom: 24px;
}

.confirm-popup .confirm {
  max-width: 300px;
}

.confirm-popup .cancel {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #8a8989;
}

.cookie {
  position: fixed;
  right: 15px;
  bottom: 24px;
  left: 15px;
  background-color: #ffffff;
  border: 1px solid #ffab7c;
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 20;
}

.cookie._shown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cookie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.cookie__icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 55px;
  flex-basis: 55px;
}

.cookie__icon img {
  display: block;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
}

.cookie__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
}

.cookie__info a {
  color: #f34056;
}

.cookie__btn {
  height: 39px;
  line-height: 39px;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-container.is-open .custom-select-opener::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 240px;
  opacity: 1;
  overflow: auto;
  pointer-events: all;
}

.custom-select-container .custom-select-opener {
  position: relative;
  display: block;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #252120;
  background-color: #ffffff;
  padding: 16px 24px;
  border: 1px solid #afafaf;
  border-radius: 16px;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
  cursor: pointer;
}

.custom-select-container .custom-select-opener::after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(/img/icons/shevron.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.custom-select-container .custom-select-opener:focus {
  border-width: 2px;
  border-color: #55504f;
}

.custom-select-container .custom-select-panel {
  max-height: 0;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  opacity: 0;
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #afafaf;
  border-radius: 16px;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}

.custom-select-container .custom-select-option {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #252120;
  cursor: pointer;
}

.custom-select-container .custom-select-option.is-selected {
  color: #f34056;
  cursor: default;
}

.fail-popup {
  padding: 32px 16px;
}

.fail-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.fail-popup .fail-icon {
  height: 80px;
  width: 80px;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.fail-popup .title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  color: #252120;
}

.fail-popup .error {
  font-size: 1.7rem;
  padding-bottom: 24px;
}

.fail-popup .retry {
  max-width: 300px;
}

.fail-popup .cancel {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #8a8989;
}

.heart-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 16px;
}

.help-card {
  position: relative;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.help-card__icon {
  max-width: 65px;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  margin-bottom: 16px;
}

.help-card__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 24px;
}

.help-card__info {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.help-card .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.help-card .form__input--labeled {
  position: relative;
}

.help-card .form__label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #afafaf;
}

.help-card .form__label--absolute {
  position: absolute;
  top: calc(50% - 11px);
  right: 24px;
}

.help-card .form__policy {
  position: relative;
  padding: 5px 3px;
  margin-top: 16px;
}

.help-card .form__policy .label {
  font-size: 1.2rem;
  color: #252120;
  padding-left: 30px;
}

.help-card .form__policy .label::before {
  top: calc(50% - 9px);
}

.help-card .form__policy .label::after {
  top: calc(50% - 7px);
  left: 5px;
}

.help-card .form__link {
  color: #f34056;
}

.input {
  width: 100%;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #252120;
  padding: 16px 24px;
  border: 1px solid #afafaf;
  border-radius: 16px;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.input::-webkit-input-placeholder {
  color: #afafaf;
}

.input::-moz-placeholder {
  color: #afafaf;
}

.input:-ms-input-placeholder {
  color: #afafaf;
}

.input::-ms-input-placeholder {
  color: #afafaf;
}

.input::placeholder {
  color: #afafaf;
}

.input:focus {
  border-width: 2px;
  border-color: #55504f;
}

.input._error {
  border-color: #eb5757;
}

.input-error {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 12px;
  color: #eb5757;
}

.message-card {
  position: relative;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.message-card::before,
.message-card::after {
  display: block;
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  z-index: 2;
}

.message-card::before {
  top: -15px;
  left: 66px;
  width: 105px;
  height: 106px;
  background-image: url(/img/popup-heart.webp);
}

.message-card::after {
  top: 65px;
  right: 16px;
  width: 85px;
  height: 86px;
  background-image: url(/img/heart.webp);
}

.message-card__image {
  padding-bottom: 119%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.message-card__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 24px;
}

.message-card__info {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #252120;
}

.message-card__info .highlight {
  color: #f34056;
}

.news-card__link {
  display: block;
}

.news-card__header {
  margin-bottom: 8px;
}

.news-card__image {
  border-radius: 16px;
  padding-bottom: 105%;
  margin-bottom: 8px;
}

.news-card__icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}

.news-card__date {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1rem;
  color: #8a8989;
}

.news-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #252120;
  margin-bottom: 8px;
}

.news-card__text {
  color: #55504f;
}

.success-popup {
  padding: 32px 16px;
}

.success-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.success-popup .success-icon {
  height: 80px;
  width: 80px;
  display: grid;
  place-items: center;
  background-color: rgba(64, 165, 72, 0.1);
  border-radius: 16px;
}

.success-popup .title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  color: #252120;
}

.subscription-form {
  background-color: #fff8f3;
  padding: 16px;
  border-radius: 16px;
}

.subscription-form__info {
  font-size: 1.7rem;
  margin-bottom: 24px;
}

.subscription-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 16px 8px 8px;
  border: 1px solid #ffe6d8;
  border-radius: 16px;
}

.subscription-form__input {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #252120;
}

.subscription-form__input::-webkit-input-placeholder {
  color: #afafaf;
}

.subscription-form__input::-moz-placeholder {
  color: #afafaf;
}

.subscription-form__input:-ms-input-placeholder {
  color: #afafaf;
}

.subscription-form__input::-ms-input-placeholder {
  color: #afafaf;
}

.subscription-form__input::placeholder {
  color: #afafaf;
}

.subscription-form__submit {
  height: 42px;
  font-size: 1.4rem;
  line-height: 42px;
}

.embed-youtube {
  position: relative;
  padding-bottom: 63%;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.embed-youtube__play {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 2;
}

.embed-youtube iframe {
  border-radius: 16px;
  -o-object-fit: fill;
  object-fit: fill;
  overflow: hidden;
}

.embed-youtube .heart-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

/* Header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
}

.scrollfix {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  z-index: 10;
  padding: 15px 0 !important;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .burger {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  height: 14px;
  margin-right: 19px;
  z-index: 3;
}

.header .burger__inner {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 2px;
  background-color: #252120;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .burger::before,
.header .burger::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #252120;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.header .burger::before {
  top: 0;
}

.header .burger::after {
  bottom: 0;
}

.header .burger._active .burger__inner {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header .burger._active::before {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .burger._active::after {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 106px;
  flex-basis: 106px;
  margin-right: 30px;
}

.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  text-align: center;
  background-color: #ffffff;
  padding: 92px 70px 48px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  overflow: auto;
}

.header .menu._active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

.header .main-menu__link {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #252120;
}

.header .main-menu__link--highlighted {
  padding: 8px 16px;
  border: 1px solid #ffab7c;
  border-radius: 16px;
}

.header .main-menu__item--dropdown {
  position: relative;
}

.header .main-menu__item--dropdown > .main-menu__link::after {
  content: " ▾";
  font-size: 14px;
  margin-left: 4px;
}

.header .dropdown-menu {
  position: static;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 0 0 0;
  margin-top: 16px;
  min-width: auto;
  z-index: 100;
}

.header .dropdown-menu__item {
  list-style: none;
}

.header .dropdown-menu__link {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: #8a8989;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header .dropdown-menu__link:hover {
  color: #252120;
}

.header .main-menu__item--dropdown._dropdown-active .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

.header .secondary-menu__link {
  font-size: 18px;
  white-space: nowrap;
  color: #8a8989;
}

.header .phone__label {
  font-size: 16px;
  color: #8a8989;
  margin-bottom: 2px;
}

.header .phone__link {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 24px;
  white-space: nowrap;
  color: #252120;
}

.header .main-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  color: #252120;
  padding: 4px 12px;
  border: 1px solid #ffab7c;
  border-radius: 16px;
  margin-left: auto;
}

/* Promo */
.promo {
  padding: 24px 0 48px;
}

.promo .swiper-arrows {
  display: none;
}

.promo .swiper-pagination {
  margin-top: 46px;
}

.promo .slide-image {
  position: relative;
  margin-bottom: 24px;
}

.promo .slide-image__img {
  position: absolute;
  top: calc(50% - 125px);
  left: calc(50% - 117px);
  width: 252px;
  height: 248px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.promo .slide-info__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 35px;
  /* or 91% */
  background: linear-gradient(100.09deg, rgba(243, 64, 86, 0.7) -1.12%, rgba(255, 171, 124, 0.7) 98.83%), #F34056;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
}

.promo .slide-info__text {
  font-size: 17px;
  color: #252120;
  margin-bottom: 24px;
}

.need-help__title {
  margin-bottom: 24px;
}

.need-help__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.need-help__btn {
  max-width: 192px;
  margin: 24px auto 0;
}

.news-block__title {
  margin-bottom: 8px;
}

.news-block__info {
  font-size: 1.7rem;
  text-align: center;
  color: #252120;
  margin-bottom: 24px;
}

.news-block__form {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-block__form._hidden {
  height: 0;
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}

.news-block__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.news-block__btn {
  margin-top: 24px;
}

.news-block .form {
  background-color: #fff8f3;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.news-block .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.news-block .form__info {
  font-size: 1.7rem;
}

.news-block .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 16px 8px 8px;
  border: 1px solid #ffe6d8;
  border-radius: 16px;
}

.news-block .form__input {
  width: 100%;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.news-block .form__input::-webkit-input-placeholder {
  color: #afafaf;
}

.news-block .form__input::-moz-placeholder {
  color: #afafaf;
}

.news-block .form__input:-ms-input-placeholder {
  color: #afafaf;
}

.news-block .form__input::-ms-input-placeholder {
  color: #afafaf;
}

.news-block .form__input::placeholder {
  color: #afafaf;
}

.news-block .form__submit {
  height: 42px;
  font-size: 1.4rem;
  line-height: 42px;
}

.about-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.about-block__title {
  text-align: left;
  margin-bottom: 8px;
}

.about-block__subtitle {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 8px;
}

.about-block__subtitle .highlight {
  color: #ffab7c;
}

.about-block__text {
  font-size: 1.7rem;
  color: #252120;
}

.documents-block__title {
  text-align: left;
}

.documents-block__body {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  overflow: hidden;
}

.documents-block__scans {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 15px 48px;
  overflow: auto;
  scrollbar-width: none;
}

.documents-block__scans::-webkit-scrollbar {
  display: none;
}

.documents-block .scan {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 172px;
  flex-basis: 172px;
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #fff8f3;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.documents-block .scan__image {
  padding-bottom: 144%;
  margin-bottom: 16px;
}

.documents-block .scan__title {
  color: #252120;
}

.documents-block .info-block {
  background-color: #fff8f3;
  padding: 16px;
  border: 1px solid #ffd0b6;
  border-radius: 16px;
  margin: 0 15px;
}

.documents-block .info-block__text {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 16px;
}

.documents-block .info-block__item + .info-block__item {
  margin-top: 16px;
}

.documents-block .info-block__item .label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.documents-block .info-block__item .value {
  font-size: 1.7rem;
  line-height: 18px;
}

.documents-block .info-block__link {
  display: block;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #f86779;
  margin-top: 32px;
}

.help-block {
  padding: 24px 0 0;
}

.help-block .swiper {
  width: calc(100% + 30px);
  padding: 24px 15px 48px;
  margin-left: -15px;
}

.help-block .swiper-button-prev,
.help-block .swiper-button-next {
  display: none;
}

.help-block .partner-card__image {
  border: 1px solid #fff8f3;
  margin-bottom: 16px;
}

.help-block .partner-card__title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 4px;
}

.help-block .partner-card__info {
  font-size: 1.2rem;
  color: #8a8989;
}

.help-popup {
  position: relative;
  background-color: #ffffff;
  padding: 32px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.help-popup__icon {
  max-width: 75px;
  margin-bottom: 24px;
}

.help-popup__icon img {
  display: block;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
}

.help-popup__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 24px;
}

.help-popup__info {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.help-popup .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.help-popup .form__input--labeled {
  position: relative;
}

.help-popup .form__label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #afafaf;
}

.help-popup .form__label--absolute {
  position: absolute;
  top: calc(50% - 11px);
  right: 24px;
}

.help-popup .form__policy {
  position: relative;
}

.help-popup .form__policy .label {
  font-size: 1.6rem;
  color: #252120;
  padding-left: 33px;
}

.help-popup .form__policy .label::before {
  top: calc(50% - 9px);
}

.help-popup .form__policy .label::after {
  top: calc(50% - 7px);
  left: 5px;
}

.help-popup .form__link {
  color: #f34056;
}

.help-popup .form__btn {
  margin-top: 24px;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.pagination__btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  color: #252120;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #f34056;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination__btn._active {
  color: #ffffff;
  background-color: #f34056;
}

.pagination__btn:not(._active):hover {
  color: #ffffff;
  background-color: #f34056;
}

/* Help Page */
.help-page {
  padding: 24px 0 48px;
}

.help-page__title {
  margin-bottom: 8px;
}

.help-page__info {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 48px;
}

.help-page__cards {
  display: grid;
  gap: 16px;
}

.help-page__more {
  max-width: 154px;
  margin: 24px auto 0;
}

.help-page .breadcrumb {
  margin-bottom: 16px;
}

.help-page .child-card--promo {
  margin-bottom: 16px;
}

/* Child Page */
.child-section {
  padding: 24px 0 0;
}

.program-section {
  padding: 0 0 0;
}

.child-section__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.8rem;
  color: #252120;
  margin-bottom: 8px;
}

.child-section__info {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 48px;
}

.child-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.child-section .breadcrumb {
  margin-bottom: 16px;
}

.program-section .breadcrumb {
  margin-bottom: 16px;
}

.child-section .slider__main .swiper-slide {
  padding-bottom: 63%;
  border-radius: 16px;
}

.program-section .slider__main .swiper-slide {
  padding-bottom: 63%;
  border-radius: 16px;
}

.child-section .slider__main .heart-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.program-section .slider__main .heart-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.child-section .slider__thumbs-wrapper {
  margin-top: 16px;
}

.program-section .slider__thumbs-wrapper {
  margin-top: 16px;
}

.child-section .slider__thumbs .swiper-slide {
  padding-bottom: 15%;
  border-radius: 16px;
  cursor: pointer;
}

.program-section .slider__thumbs .swiper-slide {
  padding-bottom: 15%;
  border-radius: 16px;
  cursor: pointer;
}

.child-section .slider .swiper-button-next,
.child-section .slider .swiper-button-prev {
  display: none;
}

.program-section .slider .swiper-button-next,
.program-section .slider .swiper-button-prev {
  display: none;
}

.child-story {
  padding: 24px 0;
}

.child-story__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 8px;
}

.child-story__blockquote {
  position: relative;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  background-color: #fff8f3;
  padding: 32px;
  border-radius: 16px;
  margin-top: 45px;
  margin-bottom: 24px;
}

.child-story__blockquote .icon {
  position: absolute;
  top: -21px;
  left: 16px;
}

.child-story p + .child-story__title {
  margin-top: 32px;
}

.payments-section {
  padding: 24px 0;
}

.payments-section .tabs {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
}

.fundraiser-section .tabs {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
}

.payments-section .tabs__image {
  display: none;
}

.payments-section .tabs__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 4px;
}

.payments-section .tabs__label {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
}

.payments-section .tabs-block {
  margin-top: 32px;
}

.payments-section .tabs-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  width: 75%;
}

.fundraiser-section .tabs-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 32px;
}

.payments-section .tabs-block__link {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  color: #8a8989;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  text-align: center;
  padding-bottom: 4px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.fundraiser-section .tabs-block__link {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  color: #8a8989;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  text-align: center;
  padding-bottom: 4px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.payments-section .tabs-block__link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.fundraiser-section .tabs-block__link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.payments-section .tabs-block__link._active {
  color: #252120;
}

.fundraiser-section .tabs-block__link._active {
  color: #252120;
}

.payments-section .tabs-block__link._active::after {
  background-color: #f34056;
}

.fundraiser-section .tabs-block__link._active::after {
  background-color: #f34056;
}

.payments-section .tabs-block__panel {
  display: none;
}

.fundraiser-section .tabs-block__panel {
  display: none;
}

.payments-section .tabs-block__panel._active {
  display: block;
}

.fundraiser-section .tabs-block__panel._active {
  display: block;
}

.payments-section .tabs-block .online__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.payments-section .tabs-block .online__step + .online__step {
  margin-top: 32px;
}

.payments-section .tabs-block .online__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.payments-section .tabs-block .online__option {
  position: relative;
}

.payments-section .tabs-block .online__option .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 4px 6px;
  outline: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
}

.payments-section .tabs-block .online__option .label span {
  width: 51px;
  height: 32px;
  display: grid;
  place-items: center;
}

.payments-section .tabs-block .online__option .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payments-section .tabs-block .online__option .radio:checked + .label {
  background-color: #fff8f3;
  outline-width: 2px;
  outline-color: #ffab7c;
}

.payments-section .tabs-block .online__policy {
  position: relative;
  margin-top: 32px;
}

.payments-section .tabs-block .online__policy .wrapper {
  padding: 5px 0 5px 3px;
}

.payments-section .tabs-block .online__policy .label {
  font-size: 1.2rem;
  color: #252120;
  padding-left: 30px;
}

.payments-section .tabs-block .online__policy .label::before {
  top: 6px;
}

.payments-section .tabs-block .online__policy .label::after {
  top: 7px;
  left: 5px;
}

.payments-section .tabs-block .online__policy .link {
  color: #f34056;
}

.payments-section .tabs-block .online__btn {
  margin-top: 16px;
}

.payments-section .tabs-block .online .number {
  height: 34px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 34px;
  flex-basis: 34px;
  display: grid;
  place-items: center;
  color: #ffab7c;
  background-color: #fff8f3;
  border-radius: 8px;
}

.payments-section .tabs-block .sms__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #252120;
  margin-bottom: 16px;
}

.payments-section .tabs-block .sms__title .highlight {
  color: #f34056;
}

.payments-section .tabs-block .sms__info {
  font-size: 1.7rem;
  margin-bottom: 24px;
}

.payments-section .tabs-block .sms .link {
  color: #f34056;
}

.payments-section .tabs-block .sms .age-restriction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.payments-section .tabs-block .sms .age {
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff8f3;
  background-color: #9b51e0;
  border-radius: 50%;
}

.payments-section .tabs-block .sms .label {
  font-size: 1.7rem;
}

.payments-section .tabs-block .sms .warning {
  font-size: 1.2rem;
  margin-top: 16px;
}

.payments-section .tabs-block .account__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  color: #252120;
  margin-bottom: 16px;
}

.payments-section .tabs-block .account__subtitle {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.payments-section .tabs-block .account__subtitle .highlight {
  color: #ffab7c;
}

.payments-section .tabs-block .account__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #55504f;
}

.payments-section .tabs-block .account__link + .account__title {
  margin-top: 32px;
}

.payments-section .tabs-block .account__link + .account__subtitle {
  margin-top: 16px;
}

.payments-section .tabs-block .account__warning {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 24px;
}

.crypto-donation__tabs {
  justify-content: space-around;
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.crypto-donation__tabs .button__block {
  background-color: rgba(243, 64, 86, 0.2);
  color: #0e090b;
}

.crypto-donation__tab-button {
  flex: 1 1 0;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  color: #2A373D;
  transition: all 0.2s ease;
}

.crypto-donation__tab-button.active {
  background-color: #ff295b;
  color: white;
}

.crypto-donation__tab-content {
  display: none;
  padding: 1rem;
  width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
  white-space: normal;
}

.crypto-donation__tab-content.active {
  display: block;
}

.button__block.crypto-donation__tab-button.active:hover {
  background-color: #ff295b;
  color: white;
}

.crypto-donation__wallet-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.crypto-donation__qr-code {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.crypto-donation__wallet-address {
  word-break: break-all;
  text-align: center;
  font-family: monospace;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.crypto-donation__wallet-address-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.crypto-donation__wallet-address-input {
  flex: 1;
  padding: 0.5rem;
  font-family: monospace;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.copy-btn {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  background-color: #ff295b;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.break-all {
  word-break: break-all;
}

.qrcode-smaller {
  margin-top: 20px;
  padding: 41px 0 33px 0;
  max-width: 250px;
  height: auto;
  display: block;
}

.child-news {
  padding: 24px 0 0;
}

.child-news__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 16px;
}

.child-news__cards {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 15px 24px;
  margin-left: -15px;
  overflow: auto;
  scrollbar-width: none;
}

.child-news__cards::-webkit-scrollbar {
  display: none;
}

.child-news__card {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 219px;
  flex-basis: 219px;
}

.child-news__card .news-link {
  display: block;
}

.child-news__card .date {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.2rem;
  color: #8a8989;
  margin-bottom: 8px;
}

.child-news__card .title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #55504f;
}

.more-help {
  padding: 24px 0 48px;
}

.more-help__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 16px;
}

.more-help__cards {
  display: grid;
  gap: 16px;
}

.more-help__btn {
  max-width: 154px;
  margin: 24px auto 0;
}

/* News Page */
.news-page {
  padding: 24px 0 48px;
}

.news-page__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 8px;
}

.news-page__info {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 24px;
}

.news-page__form {
  margin: 24px 0;
}

.news-page__btn {
  max-width: 146px;
  margin: 24px auto 0;
}

.news-page .breadcrumb {
  margin-bottom: 16px;
}

.news-page .news-card + .news-card {
  margin-top: 24px;
}

.news-page .help-card {
  margin: 24px 0;
}

/* News Item */
.news-item {
  padding: 24px 0 48px;
}

.news-item__back {
  display: none;
}

.news-item__title {
  margin-bottom: 8px;
}

.news-item__subtitle {
  text-align: left;
  margin-bottom: 24px;
}

.news-item__date {
  font-size: 1.2rem;
  color: #8a8989;
  margin-bottom: 8px;
}

.news-item__image {
  padding-bottom: 106%;
  border-radius: 16px;
  margin-top: 24px;
  display: none;
}

.news-item__icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.news-item__link {
  max-width: 238px;
  font-size: 1.4rem;
  height: 42px;
  line-height: 42px;
  margin: 24px auto 0;
}

.news-item__cards {
  display: grid;
  gap: 24px;
}

.news-item__btn {
  max-width: 228px;
  margin: 24px auto 0;
}

.news-item p {
  font-size: 1.7rem;
  color: #252120;
}

.news-item ul li {
  position: relative;
  font-size: 1.7rem;
  color: #252120;
  padding-left: 12px;
}

.news-item ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #252120;
  border-radius: 50%;
}

.news-item .breadcrumb {
  margin-bottom: 16px;
}

.news-item .link {
  color: #f34056;
}

.news-item .child-aside {
  margin: 24px 0;
}

.news-item .help-card {
  margin: 24px 0 48px;
}

/* Donation Page */
.donation-page {
  padding: 24px 0 48px;
}

.donation-page__title {
  margin-bottom: 8px;
}

.donation-page__info {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 48px;
}

.donation-page__payments {
  background-color: #ffffff;
  padding: 32px 16px;
  border: 2px solid #f34056;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
  box-shadow: 0px 15px 30px rgba(243, 64, 86, 0.2);
}

.donation-page .breadcrumb {
  margin-bottom: 16px;
}

.donation-page .tabs-block {
  margin-bottom: 48px;
}

.donation-page .tabs-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  width: 95%;
}

.donation-page .tabs-block__link {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  color: #8a8989;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 26.66%;
  flex-basis: 26.66%;
  text-align: center;
  padding-bottom: 4px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.donation-page .tabs-block__link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.donation-page .tabs-block__link._active {
  color: #252120;
}

.donation-page .tabs-block__link._active::after {
  background-color: #f34056;
}

.donation-page .tabs-block__panel {
  display: none;
}

.donation-page .tabs-block__panel._active {
  display: block;
}

.donation-page .tabs-block .online__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.donation-page .tabs-block .online__step + .online__step {
  margin-top: 32px;
}

.donation-page .tabs-block .online__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.donation-page .tabs-block .online__option {
  position: relative;
}

.donation-page .tabs-block .online__option .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 4px 6px;
  outline: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
}

.donation-page .tabs-block .online__option .label span {
  width: 51px;
  height: 32px;
  display: grid;
  place-items: center;
}

.donation-page .tabs-block .online__option .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.donation-page .tabs-block .online__option .radio:checked + .label {
  background-color: #fff8f3;
  outline-width: 2px;
  outline-color: #ffab7c;
}

.donation-page .tabs-block .online__policy {
  position: relative;
  margin-top: 32px;
}

.donation-page .tabs-block .online__policy .wrapper {
  padding: 5px 0 5px 3px;
}

.donation-page .tabs-block .online__policy .label {
  font-size: 1.2rem;
  color: #252120;
  padding-left: 30px;
}

.donation-page .tabs-block .online__policy .label::before {
  top: 6px;
}

.donation-page .tabs-block .online__policy .label::after {
  top: 7px;
  left: 5px;
}

.donation-page .tabs-block .online__policy .link {
  color: #f34056;
}

.donation-page .tabs-block .online__btn {
  margin-top: 16px;
}

.donation-page .tabs-block .online .number {
  height: 34px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 34px;
  flex-basis: 34px;
  display: grid;
  place-items: center;
  color: #ffab7c;
  background-color: #fff8f3;
  border-radius: 8px;
}

.donation-page .tabs-block .sms__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #252120;
  margin-bottom: 16px;
}

.donation-page .tabs-block .sms__title .highlight {
  color: #f34056;
}

.donation-page .tabs-block .sms__info {
  font-size: 1.7rem;
  margin-bottom: 24px;
}

.donation-page .tabs-block .sms .link {
  color: #f34056;
}

.donation-page .tabs-block .sms .age-restriction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.donation-page .tabs-block .sms .age {
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff8f3;
  background-color: #9b51e0;
  border-radius: 50%;
}

.donation-page .tabs-block .sms .label {
  font-size: 1.7rem;
}

.donation-page .tabs-block .sms .warning {
  font-size: 1.2rem;
  margin-top: 16px;
}

.donation-page .tabs-block .account__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  color: #252120;
  margin-bottom: 16px;
}

.donation-page .tabs-block .account__subtitle {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.donation-page .tabs-block .account__subtitle .highlight {
  color: #ffab7c;
}

.donation-page .tabs-block .account__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #55504f;
}

.donation-page .tabs-block .account__link + .account__title {
  margin-top: 32px;
}

.donation-page .tabs-block .account__link + .account__subtitle {
  margin-top: 16px;
}

.donation-page .tabs-block .account__warning {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 24px;
}

.donation-page .more-children {
  position: relative;
}

.donation-page .more-children__title {
  max-width: 171px;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #252120;
}

.donation-page .more-children__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.donation-page .more-children__slider {
  width: calc(100% + 32px);
  padding: 16px 16px 24px;
  margin-left: -16px;
}

.donation-page .more-children__link {
  display: none;
}

.donation-page .child-card {
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.donation-page .child-card._checked {
  background-color: #fff8f3;
  border-color: #ffab7c;
}

.donation-page .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  border-top: 2px dashed #fe8c9a;
  border-bottom: 2px dashed #fe8c9a;
  margin-bottom: 24px;
}

.donation-page .form-footer__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff8f3;
  padding: 16px;
  border-radius: 16px;
}

.donation-page .form-footer__total .label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.7rem;
  color: #ffab7c;
}

.donation-page .form-footer__total .sum {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.8rem;
  color: #252120;
}

.donation-page .form-footer .wrapper {
  position: relative;
  padding: 5px 0 5px 3px;
}

.donation-page .form-footer .wrapper .label {
  max-width: 265px;
  font-size: 1.2rem;
  color: #252120;
  padding-left: 30px;
}

.donation-page .form-footer .wrapper .label::before {
  top: calc(50% - 9px);
}

.donation-page .form-footer .wrapper .label::after {
  top: 7px;
  left: 5px;
}

.donation-page .form-footer .wrapper .link {
  color: #f34056;
}

.donation-page .donation-footer__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #252120;
  margin-bottom: 8px;
}

.donation-page .donation-footer__info {
  color: #252120;
}

/* About Page */
.about-page {
  padding: 24px 0 48px;
}

.about-page__title {
  margin-bottom: 8px;
}

.about-page__info {
  font-size: 1.7rem;
  color: #252120;
}

.about-page__info + .about-page__list,
.about-page__info + .about-page__image,
.about-page__info + .about-page__table {
  margin-top: 24px;
}

.about-page__info + .about-page__quote {
  margin-top: 45px;
}

.about-page__info a {
  color: #f34056;
}

.about-page__list {
  font-size: 1.7rem;
  color: #252120;
}

.about-page__list + .about-page__image,
.about-page__list + .about-page__table {
  margin-top: 24px;
}

.about-page__list + .about-page__quote {
  margin-top: 45px;
}

.about-page__list li {
  position: relative;
  font-size: 1.7rem;
  color: #252120;
  padding-left: 12px;
}

.about-page__list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #252120;
  border-radius: 50%;
}

.about-page__list a {
  color: #f34056;
}

.about-page__image {
  padding-bottom: 72%;
  border-radius: 16px;
}

.about-page__image + .about-page__table {
  margin-top: 24px;
}

.about-page__image + .about-page__quote {
  margin-top: 45px;
}

.about-page__quote {
  position: relative;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  background-color: #fff8f3;
  padding: 32px;
  border-radius: 16px;
}

.about-page__quote + .about-page__table {
  margin-top: 24px;
}

.about-page__quote .icon {
  position: absolute;
  top: -21px;
  left: 16px;
}

.about-page__subtitle {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 24px;
}

.about-page__spoiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.about-page .breadcrumb {
  margin-bottom: 16px;
}

.about-page .help-card {
  display: none;
}

.about-page .heart-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.about-page .table {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  overflow: auto;
  scrollbar-width: none;
}

.about-page .table::-webkit-scrollbar {
  display: none;
}

.about-page .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page .table__row:nth-child(even) .table__cell {
  background-color: #fff8f3;
}

.about-page .table__cell {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 182px;
  flex-basis: 182px;
  padding: 12px;
}

.about-page .table__heading {
  font-size: 1.7rem;
  color: #252120;
}

.about-page .reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 48px;
}

.about-page .report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.about-page .report__doc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.about-page .report__icon {
  height: 48px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
  display: grid;
  place-items: center;
  background-color: #fff8f3;
  border-radius: 8px;
}

.about-page .report__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-page .report__title {
  font-size: 1.7rem;
  color: #252120;
  margin-bottom: 4px;
}

.about-page .report__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.about-page .report__details .link {
  font-size: 1.2rem;
  color: #f34056;
}

.about-page .report__size {
  font-size: 1.2rem;
  color: #8a8989;
}

.about-page .report__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  color: #f34056;
}

.about-page .spoiler__item {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.about-page .spoiler__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: left;
  color: #252120;
  padding: 16px;
}

.about-page .spoiler__title .shevron {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.about-page .spoiler__title._active .shevron {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-page .spoiler__panel {
  padding: 8px 16px 16px;
}

/* Contacts Page */
.contacts-page {
  padding: 24px 0 48px;
}

.contacts-page__title {
  margin-bottom: 24px;
}

.contacts-page__map {
  padding-bottom: 89.7%;
  border-radius: 16px;
  margin-bottom: 24px;
  width: 100%;
}

.contacts-page__location {
  margin-bottom: 16px;
}

.contacts-page__label {
  font-size: 1.2rem;
  color: #8a8989;
  margin-bottom: 8px;
}

.contacts-page__phones {
  margin-bottom: 8px;
}

.contacts-page__email + .contacts-page__label {
  margin-top: 16px;
}

.contacts-page__form {
  margin: 24px 0 48px;
}

.contacts-page__form .form__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 8px;
}

.contacts-page__form .form__info {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #55504f;
  margin-bottom: 16px;
}

.contacts-page__form .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.contacts-page__form .form__policy {
  position: relative;
  margin-top: 16px;
}

.contacts-page__form .form__policy .label {
  font-size: 1.2rem;
  color: #252120;
  padding-left: 30px;
}

.contacts-page__form .form__policy .label::before {
  top: calc(50% - 9px);
}

.contacts-page__form .form__policy .label::after {
  top: 7px;
  left: 5px;
}

.contacts-page__form .form__link {
  color: #f34056;
}

.contacts-page__form .form__btn {
  margin-top: 16px;
}

.contacts-page .breadcrumb {
  margin-bottom: 16px;
}

.contacts-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.7rem;
}

.contacts-page .row .icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
  display: grid;
  place-items: center;
}

.contacts-page .row .link {
  color: #252120;
}

.contacts-page .address {
  color: #252120;
}

/* Incomes Page */
.incomes-page {
  padding: 24px 0 48px;
}

.incomes-page__title {
  margin-bottom: 8px;
}

.incomes-page__info {
  font-size: 1.7rem;
  color: #252120;
}

.incomes-page__info a {
  color: #f34056;
}

.incomes-page__search {
  margin: 24px 0;
}

.incomes-page__search .form__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 16px;
}

.incomes-page__search .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.incomes-page__search .form__input {
  position: relative;
}

.incomes-page__search .form__btn {
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
}

.incomes-page__search .form .input--short {
  padding-right: 46px;
}

.incomes-page__cards {
  display: grid;
  gap: 16px;
}

.incomes-page .breadcrumb {
  margin-bottom: 16px;
}

.incomes-page .subscription-form {
  margin: 24px 0;
}

.incomes-page .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.incomes-page .card__date,
.incomes-page .card__info {
  font-size: 1.2rem;
  color: #8a8989;
}

.incomes-page .card__sum {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  color: #f34056;
  margin-bottom: 8px;
}

.incomes-page .card__means {
  font-size: 1.8rem;
  color: #8a8989;
}

.incomes-page .saved-children {
  margin: 48px 0;
}

.incomes-page .saved-children__icon {
  max-width: 64px;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  margin-bottom: 16px;
}

.incomes-page .saved-children__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.8rem;
  color: #252120;
  margin-bottom: 16px;
}

.incomes-page .saved-children__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.incomes-page .saved-children__item {
  padding-bottom: 96.5%;
  border-radius: 16px;
}

.incomes-page .saved-children__link {
  margin-top: 16px;
}

.incomes-page .help-card {
  padding: 32px;
}

/* 404 Page */
.not-found {
  padding: 24px 0 111px;
}

.not-found__body {
  text-align: center;
}

.not-found__icons {
  position: relative;
  height: 94px;
  width: 243px;
  margin: 0 auto 42px;
}

.not-found__icons::before,
.not-found__icons::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/img/popup-heart.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
}

.not-found__icons::before {
  height: 60px;
  width: 64px;
  top: 20px;
  left: 0;
}

.not-found__icons::after {
  height: 48px;
  width: 51px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.not-found__num {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: #252120;
}

.not-found__title {
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #252120;
  margin-bottom: 32px;
}

.not-found .breadcrumb {
  margin-bottom: 17px;
}

/* Footer  */
.footer {
  margin-top: auto;
}

.footer__top {
  background-color: #fff8f3;
  padding: 24px 0;
}

.footer__details {
  max-width: 501px;
}

.footer__details .logo {
  margin-bottom: 31px;
}

.footer__details .location {
  margin-bottom: 16px;
}

.footer__details .location__icon {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
}

.footer__details .location__info {
  font-size: 1.7rem;
  line-height: 1.3;
  color: #252120;
}

.footer__details .phone {
  margin-bottom: 16px;
}

.footer__details .phone__icon {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
}

.footer__details .phone__link {
  font-size: 1.7rem;
  color: #252120;
}

.footer__details .email__icon {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
}

.footer__details .email__link {
  font-size: 1.7rem;
  color: #252120;
}

.footer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.footer__warning {
  max-width: 540px;
  display: block;
  font-size: 12px;
  color: #8a8989;
  margin-top: 24px;
}

.footer__warning .link {
  color: #f34056;
}

.footer__bottom {
  background-color: #252120;
  padding: 16px 0;
}

.footer__bottom .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.footer__bottom .social-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
}

.footer__bottom .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.footer__bottom .terms-item {
  font-size: 1.4rem;
  color: #fff8f3;
}

.footer .footer-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding: 0 24px;
}

.footer .menu-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.footer .menu-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 144px;
  flex-basis: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.footer .menu-wrapper-side {
  display: grid;
  grid-template-areas: "left left" "right right";
  grid-template-columns: 144px 144px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
}

.footer .menu__item {
  max-width: 144px;
}

.footer .menu__item:nth-child(1) {
  grid-area: left left;
}

.footer .menu__item:nth-child(2) {
  grid-area: left left;
}

.footer .menu__item:nth-child(3) {
  grid-area: right right;
}

.footer .menu__item:nth-child(4) {
  grid-area: right right;
}

.footer .menu__link {
  color: #252120;
}

.footer .footer-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
}

@media only screen and (min-width: 481px) {
  .container {
    max-width: 360px;
    padding: 0;
  }
  .cookie {
    max-width: 530px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 600px;
  }
  .section-padding {
    padding: 32px 0;
  }
  .promo .slide-image__img {
    top: calc(50% - 215px);
    left: calc(50% - 187px);
    width: 432px;
    height: 428px;
  }
  .news-block__btn {
    max-width: 192px;
    margin: 24px auto 0;
  }
  .payments-section .tabs-block .online__option .label {
    padding: 16px;
  }
  .donation-page .tabs-block .online__option .label {
    padding: 16px;
  }
  .not-found__body {
    max-width: 448px;
    margin: 0 auto;
  }
  .footer__bottom .social-links {
    margin-bottom: 0;
  }
  .footer .footer-bottom__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .qrcode_donation {
    display: flex;
    flex-direction: column;
  }
  .qrcode_donation .qrcode {
    max-width: 100%;
    margin-top: 20px;
    padding: 41px 0 33px 0;
  }
  .qrcode_text {
    margin-bottom: 20px;
    width: 100%;
  }
  .bottom_qrcode_text {
    font-size: 14.5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .main {
    background-image: url(/img/main-bg1.jpg);
    background-size: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 77px;
  }
  .hystmodal__window {
    max-width: 623px;
  }
  .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
  .container {
    max-width: 960px;
  }
  .page-aside {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 349px;
    flex-basis: 349px;
  }
  .page-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .page-title {
    font-size: 3.6rem;
  }
  .section-padding {
    padding: 48px 0;
  }
  .section-title {
    font-size: 36px;
  }
  .table-striped > tbody > tr td {
    padding: 8px;
    border: 1px solid #ddd;
  }
  .c-table td {
    padding: 10px;
    line-height: 18px;
    font-size: 1.7rem;
  }
  .aside-menu::after,
  .aside-menu::before {
    content: none;
  }
  .aside-menu__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    overflow: visible;
  }
  .aside-menu__link {
    width: 100%;
    font-size: 2rem;
    text-align: left;
    padding: 16px;
  }
  .aside-menu {
    padding: 32px;
    margin-bottom: 32px;
  }
  .breadcrumb__link {
    font-size: 1.8rem;
  }
  .child-card--promo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
  .child-card__header--promo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 317px;
    flex-basis: 317px;
    margin-bottom: 0;
  }
  .child-card__image--promo {
    padding-bottom: 86%;
    margin-bottom: 32px;
  }
  .child-card__title--promo {
    font-size: 3.2rem;
  }
  .child-card__goal--promo {
    margin-bottom: 0;
  }
  .child-card__info.story {
    display: block;
  }
  .child-card__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 16px;
  }
  .child-card__help-link--promo {
    margin: 0;
  }
  .child-card .goal .sum--promo {
    font-size: 2.4rem;
  }
  .confirm-popup {
    min-width: 623px;
    padding: 64px 32px;
  }
  .confirm-popup__body {
    max-width: 408px;
    margin: 0 auto;
  }
  .confirm-popup .title {
    font-size: 3.6rem;
  }
  .cookie__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 24px;
    margin-bottom: 0;
  }
  .cookie__info {
    font-size: 1.8rem;
  }
  .cookie__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 73px;
    flex-basis: 73px;
  }
  .cookie {
    max-width: 746px;
    right: unset;
    bottom: 48px;
    left: calc(50% - 373px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
  .fail-popup {
    min-width: 623px;
    padding: 64px 32px;
  }
  .fail-popup__body {
    max-width: 408px;
    margin: 0 auto;
  }
  .fail-popup .title {
    font-size: 3.6rem;
  }
  .message-card {
    padding: 32px;
  }
  .message-card__image {
    padding-bottom: 125%;
  }
  .news-card__image {
    padding-bottom: 100%;
  }
  .news-card__date {
    font-size: 1.2rem;
  }
  .news-card__title {
    font-size: 1.8rem;
  }
  .news-card__text {
    font-size: 1.7rem;
  }
  .success-popup {
    min-width: 623px;
    padding: 64px 32px;
  }
  .success-popup__body {
    max-width: 498px;
    margin: 0 auto;
  }
  .success-popup .title {
    font-size: 3.6rem;
  }
  .subscription-form__info {
    margin-bottom: 16px;
  }
  .header {
    padding: 15px 0 8px;
  }
  .header .burger {
    display: none;
  }
  .header .logo {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }
  .header .menu {
    position: static;
    height: auto;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 24px;
    padding: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    overflow: visible;
  }
  .header .main-menu__link {
    font-size: 14px;
  }
  .header .main-menu {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }
  .header .secondary-menu__link {
    font-size: 14px;
  }
  .header .secondary-menu {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }
  .header .main-menu__item--dropdown {
    position: relative;
  }
  .header .main-menu__item--dropdown > .main-menu__link::after {
    content: " ▾";
    font-size: 12px;
    margin-left: 4px;
  }
  .header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 16px rgba(37, 33, 32, 0.1);
    box-shadow: 0 4px 16px rgba(37, 33, 32, 0.1);
    padding: 12px 0 8px 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .main-menu__item--dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .dropdown-menu__link {
    font-size: 14px;
    padding: 10px 20px;
    color: #252120;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .header .dropdown-menu__link:hover {
    background-color: #fff5f0;
    color: #ff7d3f;
  }
  .header .phone__label {
    font-size: 10px;
  }
  .header .phone__link {
    font-size: 16px;
  }
  .header .phone {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: right;
  }
  .header .main-link {
    display: none;
  }
  .promo .swiper-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 95px;
    position: absolute;
    right: 47px;
    bottom: 32px;
    z-index: 2;
  }
  .promo .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .promo .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 83px;
  }
  .promo .slide-image__img {
    top: calc(50% - 145px);
    left: calc(50% - 139px);
    width: 292px;
    height: 288px;
  }
  .promo .slide-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .promo .slide-info__title {
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .promo .slide-info__btn {
    max-width: 188px;
  }
  .promo .slide-info {
    padding-left: 125px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 494px;
    flex-basis: 494px;
  }
  .promo .slide-heart {
    position: absolute;
    width: 108.06px;
    height: 104.25px;
    left: 15px;
    top: 31px;
    background: url(/img/popup-heart-slide.png), no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(5px 15px 15px rgba(243, 64, 86, 0.48));
  }
  .need-help__title {
    margin-bottom: 32px;
  }
  .need-help__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 40px;
  }
  .need-help__btn {
    margin-top: 32px;
  }
  .need-help .child-card {
    max-width: 344px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .news-block__info {
    max-width: 711px;
    margin: 0 auto 48px;
  }
  .news-block__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 40px;
  }
  .news-block__btn {
    margin-top: 48px;
  }
  .news-block .form {
    margin-bottom: 48px;
  }
  .news-block .form__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-block .form__info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 585px;
    flex-basis: 585px;
  }
  .news-block .form__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .news-block .news-card {
    max-width: 349px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .about-block__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 63px;
  }
  .about-block__info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 396px;
    flex-basis: 396px;
  }
  .about-block__title {
    margin-bottom: 16px;
  }
  .about-block__subtitle {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .about-block__video {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .documents-block {
    padding-bottom: 0;
  }
  .documents-block__title {
    margin-bottom: 16px;
  }
  .documents-block__body {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
  }
  .documents-block__scans {
    padding: 0 16px 48px 0;
  }
  .documents-block .info-block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    margin: 0;
    margin-left: auto;
  }
  .help-block {
    padding: 48px 0;
  }
  .help-block__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }
  .help-block .swiper {
    width: 100%;
    padding: 48px 0;
    margin-left: 0;
  }
  .help-block .swiper-button-prev,
  .help-block .swiper-button-next {
    display: grid;
  }
  .help-popup {
    padding: 64px 32px;
  }
  .help-popup__title {
    font-size: 3.6rem;
  }
  .help-popup .form__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .help-popup .form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .help-page__cards {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .help-page__more {
    display: none;
  }
  .help-page .child-card--promo {
    margin-bottom: 30px;
  }
  .child-section {
    padding: 44px 0 0;
  }
  .program-section {
    padding: 0 0 0;
  }
  .child-section__title {
    display: none;
  }
  .child-section__info {
    display: none;
  }
  .child-section__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
  .child-section .slider__main .swiper-slide {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  }
  .program-section .slider__main .swiper-slide {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  }
  .child-section .slider {
    max-width: 560px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
  }
  .program-section .slider {
    max-width: 560px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
  }
  .child-story__body {
    max-width: 560px;
  }
  .child-story__title {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
  .child-story__title--secondary {
    margin-bottom: 32px;
  }
  .child-story__blockquote {
    font-size: 1.7rem;
    margin-top: 37px;
    margin-bottom: 32px;
  }
  .child-story p {
    font-size: 1.7rem;
  }
  .payments-section .tabs__image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 456px;
    flex-basis: 456px;
    padding-bottom: 60.8%;
    border-radius: 16px;
  }
  .payments-section .tabs__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fundraiser-section .tabs__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
  }
  .payments-section .tabs__title {
    font-size: 3.2rem;
  }
  .payments-section .tabs__info {
    font-size: 1.7rem;
  }
  .payments-section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 32px;
  }
  .fundraiser-section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 32px;
  }
  .payments-section .tabs-block__panels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fundraiser-section .tabs-block__panels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payments-section .tabs-block__panel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fundraiser-section .tabs-block__panel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .payments-section .tabs-block .sms__warning {
    margin-top: auto;
  }
  .payments-section .tabs-block .sms {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payments-section .tabs-block .account__title {
    font-size: 1.8rem;
  }
  .payments-section .tabs-block .account__warning {
    margin-top: auto;
  }
  .payments-section .tabs-block .account {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payments-section .tabs-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fundraiser-section .tabs-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .child-news__title {
    font-size: 2.8rem;
  }
  .child-news__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    margin-left: 0;
    overflow: visible;
  }
  .child-news__card .title {
    font-size: 2.8rem;
  }
  .child-news {
    padding: 24px 0;
  }
  .more-help {
    padding-bottom: 75px;
  }
  .more-help__title {
    font-size: 2.8rem;
  }
  .more-help__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .more-help__btn {
    display: none;
  }
  .news-page__title {
    font-size: 3.6rem;
  }
  .news-page__info {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  .news-page__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .news-page__form {
    margin: 32px 0;
  }
  .news-page__btn {
    margin-top: 32px;
  }
  .news-page__aside {
    margin-top: 47px;
  }
  .news-page .breadcrumb {
    margin-bottom: 24px;
  }
  .news-page .news-card + .news-card {
    margin-top: 0;
  }
  .news-page .help-card {
    padding: 32px 32px 47px;
    margin: 0;
  }
  .news-item__back {
    display: block;
    max-width: 71px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 8px;
  }
  .news-item__subtitle {
    margin-top: 64px;
    margin-bottom: 16px;
  }
  .news-item__date {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  .news-item__image {
    padding-bottom: 33%;
    margin-top: 16px;
  }
  .news-item__link {
    margin: 16px 0 0;
  }
  .news-item__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .news-item__btn {
    margin-top: 16px;
  }
  .news-item__aside {
    margin-top: 47px;
  }
  .news-item p + ul {
    margin-top: 16px;
  }
  .news-item .breadcrumb {
    margin-bottom: 19px;
  }
  .news-item .help-card {
    display: none;
  }
  .news-item .news-card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 344px;
    flex-basis: 344px;
  }
  .donation-page {
    padding: 44px 0 54px;
  }
  .donation-page__payments {
    padding: 32px;
  }
  .donation-page .tabs-block {
    margin-bottom: 32px;
  }
  .donation-page .tabs-block .online__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .donation-page .tabs-block .online__step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .donation-page .tabs-block .online__step + .online__step {
    margin-top: 0;
  }
  .donation-page .tabs-block .sms__warning {
    margin-top: auto;
  }
  .donation-page .tabs-block .sms {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donation-page .tabs-block .account__title {
    font-size: 1.8rem;
  }
  .donation-page .tabs-block .account__warning {
    margin-top: auto;
  }
  .donation-page .tabs-block .account {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donation-page .more-children__title {
    font-size: 2.4rem;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .donation-page .more-children__arrows {
    display: none;
  }
  .donation-page .more-children__slider {
    all: unset;
  }
  .donation-page .more-children__slider .swiper-wrapper {
    all: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .donation-page .more-children__link {
    display: block;
    max-width: 190px;
    margin: 32px auto 0;
  }
  .donation-page .form-footer {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
  .donation-page .form-footer__total {
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
  }
  .donation-page .form-footer__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 344px;
    flex-basis: 344px;
  }
  .donation-page .form-footer .wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .donation-page .donation-footer__title {
    font-size: 2.4rem;
  }
  .donation-page .donation-footer__info {
    font-size: 1.7rem;
  }
  .about-page__title {
    margin-bottom: 16px;
  }
  .about-page__info + .about-page__list,
  .about-page__info + .about-page__image,
  .about-page__info + .about-page__table {
    margin-top: 16px;
  }
  .about-page__info + .about-page__quote {
    margin-top: 37px;
  }
  .about-page__list + .about-page__image,
  .about-page__list + .about-page__table {
    margin-top: 16px;
  }
  .about-page__list + .about-page__quote {
    margin-top: 37px;
  }
  .about-page__image + .about-page__table {
    margin-top: 16px;
  }
  .about-page__image + .about-page__quote {
    margin-top: 37px;
  }
  .about-page__image {
    padding-bottom: 32.7%;
  }
  .about-page__quote + .about-page__table {
    margin-top: 16px;
  }
  .about-page__quote {
    font-size: 1.7rem;
  }
  .about-page__subtitle {
    font-size: 3.6rem;
    margin-bottom: 16px;
  }
  .about-page__spoiler {
    gap: 16px;
  }
  .about-page__aside {
    margin-top: 47px;
  }
  .about-page .breadcrumb {
    margin-bottom: 25px;
  }
  .about-page .help-card {
    display: block;
    padding: 32px 32px 47px;
  }
  .about-page .reports {
    margin: 16px 0 64px;
  }
  .about-page .report {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .spoiler__title {
    font-size: 2rem;
  }
  .about-page .spoiler__text {
    font-size: 1.7rem;
  }
  .contacts-page {
    padding: 44px 0 75px;
  }
  .contacts-page__title {
    margin-bottom: 16px;
  }
  .contacts-page__map {
    padding-bottom: 40.7%;
    margin-bottom: 16px;
    width: 100%;
  }
  .contacts-page__map iframe {
    -o-object-fit: unset;
    object-fit: unset;
    border-radius: 16px;
    overflow: hidden;
  }
  .contacts-page__form {
    margin: 16px 0 0;
  }
  .contacts-page__form .form__title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .contacts-page__form .form__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contacts-page__form .form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contacts-page__form .form__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .contacts-page__form .form__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 264px;
    flex-basis: 264px;
    margin-top: 0;
  }
  .contacts-page__aside {
    padding-top: 47px;
  }
  .contacts-page .breadcrumb {
    margin-bottom: 25px;
  }
  .contacts-page .address__metro {
    display: block;
  }
  .contacts-page .help-card {
    padding: 32px 32px 47px;
  }
  .incomes-page {
    padding: 44px 0 75px;
  }
  .incomes-page__info {
    font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
    font-size: 1.8rem;
    color: #55504f;
  }
  .incomes-page__search {
    margin: 16px 0;
  }
  .incomes-page__search .form {
    padding: 32px;
  }
  .incomes-page__search .form__title {
    font-size: 2.8rem;
  }
  .incomes-page__search .form__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .incomes-page__search .form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .incomes-page__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .incomes-page__aside {
    margin-top: 47px;
  }
  .incomes-page .breadcrumb {
    margin-bottom: 25px;
  }
  .incomes-page .subscription-form {
    margin: 16px 0;
  }
  .incomes-page .saved-children {
    padding: 32px;
    margin: 0 0 32px;
  }
  .incomes-page .saved-children__title {
    font-size: 2.8rem;
  }
  .incomes-page .saved-children__item {
    padding-bottom: 102%;
  }
  .not-found {
    padding: 44px 0 58px;
  }
  .not-found__icons {
    height: 0;
    width: 100%;
    margin: 0;
  }
  .not-found__num {
    font-size: 12rem;
  }
  .not-found__title {
    font-size: 2.8rem;
  }
  .not-found__link {
    display: inline-block;
    max-width: 285px;
  }
  .not-found .breadcrumb {
    margin-bottom: 14px;
  }
  .footer__top {
    padding: 48px 0;
  }
  .footer__bottom .terms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
  }
  .footer__bottom .terms-item {
    font-size: 1.7rem;
  }
  .footer .footer-top__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1100px;
  }
  .child-aside__title {
    font-size: 3.6rem;
  }
  .child-card__title {
    font-size: 2.4rem;
  }
  .subscription-form__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 8px 8px 24px;
  }
  .subscription-form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
  .subscription-form__submit {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 202px;
    flex-basis: 202px;
  }
  .header .menu {
    gap: 32px;
  }
  .header .main-menu {
    gap: 24px;
    margin-right: 16px;
  }
  .header .secondary-menu {
    gap: 24px;
  }
  .promo .swiper-pagination {
    bottom: 32px;
  }
  .promo .slide-image__img {
    top: calc(50% - 196px);
    left: calc(50% - 183px);
    width: 392px;
    height: 388px;
  }
  .need-help__title {
    margin-bottom: 48px;
  }
  .need-help__cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .need-help__btn {
    margin-top: 48px;
  }
  .news-block__cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-block .form__body {
    gap: 48px;
  }
  .news-block .form__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 8px 8px 24px;
  }
  .news-block .form__input {
    text-align: left;
  }
  .news-block .form__submit {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 202px;
    flex-basis: 202px;
  }
  .help-page__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .child-section .slider__main .swiper-slide {
    padding-bottom: 62%;
  }
  .program-section .slider__main .swiper-slide {
    padding-bottom: 62%;
  }
  .child-section .slider__thumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
  .program-section .slider__thumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
  .child-section .slider__thumbs .swiper-slide {
    padding-bottom: 18.5%;
  }
  .program-section .slider__thumbs .swiper-slide {
    padding-bottom: 18.5%;
  }
  .child-section .slider__thumbs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .program-section .slider__thumbs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .child-section .slider .swiper-button-next,
  .child-section .slider .swiper-button-prev {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
  .program-section .slider .swiper-button-next,
  .program-section .slider .swiper-button-prev {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
  .child-section .slider {
    max-width: 635px;
    -ms-flex-preferred-size: 635px;
    flex-basis: 635px;
  }
  .program-section .slider {
    max-width: 635px;
    -ms-flex-preferred-size: 635px;
    flex-basis: 635px;
  }
  .child-story__body {
    max-width: 635px;
  }
  .payments-section .tabs-block .online__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .payments-section .tabs-block .online__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 254px;
    flex-basis: 254px;
    margin-top: 0;
  }
  .more-help__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .donation-page .tabs-block .online__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .donation-page .tabs-block .online__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 254px;
    flex-basis: 254px;
    margin-top: 0;
  }
  .about-page .table__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .about-page .table {
    overflow: hidden;
  }
  .contacts-page__form .form {
    padding: 32px;
  }
  .contacts-page__form .form__btn {
    -ms-flex-preferred-size: 324px;
    flex-basis: 324px;
  }
  .incomes-page .card {
    padding: 32px;
  }
  .incomes-page .card__header {
    margin-bottom: 16px;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .footer .footer-top__container {
    gap: 66px;
    padding: 0;
  }
  .footer .menu-wrappers {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 348px;
    flex-basis: 348px;
    gap: 32px;
    margin-bottom: 0;
  }
  .footer .menu-wrapper {
    -ms-flex-preferred-size: 158px;
    flex-basis: 158px;
  }
  .footer .menu-wrapper-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .footer .menu__link {
    font-size: 17px;
  }
  .footer .footer-bottom__container {
    padding: 0;
  }
  .program-section {
    padding: 0 27px 0;
  }
}
@media (hover: hover) {
  .button--primary:hover {
    background-color: #db3a4d;
  }
  .button--secondary:hover {
    border-color: #db3a4d;
  }
  .button--red:hover {
    color: #df5d6d;
  }
  .button--orange:hover {
    color: #e6ab8b;
  }
  .custom-select-container .custom-select-opener:hover {
    border-color: #55504f;
  }
  .input:hover {
    border-color: #55504f;
  }
}
@supports (-webkit-appearance: none) {
  .custom-select-container .custom-select-opener::after {
    background-image: url(/img/icons/shevron.svg);
  }
  .not-found__icons::before, .not-found__icons::after {
    background-image: url(/img/popup-heart.webp);
  }
}
@media only screen and (min-width: 350px) {
  .main {
    background-image: url(/img/main-bg1.jpg);
    background-size: inherit;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 77px;
  }
  .table-striped > tbody > tr td {
    padding: 4px;
    border: 1px solid #ddd;
  }
  @supports (-webkit-appearance: none) {
    .main {
      background-image: url(/img/main-bg1.webp);
    }
  }
}
@media only screen and (min-width: 480px) {
  .main {
    background-image: url(/img/main-bg1.jpg);
    background-size: inherit;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 77px;
  }
  .help_button {
    display: none;
  }
  @supports (-webkit-appearance: none) {
    .main {
      background-image: url(/img/main-bg1.webp);
    }
  }
}
@media only screen and (min-width: 1024px) {
  @supports (-webkit-appearance: none) {
    .main {
      background-image: url(/img/main-bg1.webp);
    }
  }
}
.hystmodal__opened {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.hystmodal__shadow {
  position: fixed;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: black;
}

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: 0.6;
}

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 99;
  visibility: hidden;
}

.hystmodal--active {
  opacity: 1;
}

.hystmodal--moved,
.hystmodal--active {
  pointer-events: auto;
  visibility: visible;
}

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.hystmodal__wrap1 {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.hystmodal__window {
  margin: 50px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 600px;
  max-width: 100%;
  overflow: visible;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transform: scale(0.9);
  opacity: 0;
}

.hystmodal--active .hystmodal__window {
  transform: scale(1);
  opacity: 1;
}

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -40px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
}

.hystmodal__close:focus {
  outline: 2px dotted #afb3b9;
  outline-offset: 2px;
}

.box_title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin: 0 0 11px;
}

.hystmodal__styled {
  font-size: 16px;
  line-height: 1.5;
}

.hystmodal__styled p {
  margin-bottom: 0.8em;
}

.hystmodal__styled a {
  color: #6b83a6;
}

.hystmodal__styled .h1 {
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #39537a;
}

.hystmodal__styled .h2 {
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #39537a;
}

.hystmodal__styled ul {
  margin-bottom: 0.8em;
}

.hystmodal__styled li {
  padding: 0.2em 0 0.2em 30px;
  position: relative;
  list-style: none;
}

.hystmodal__styled li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #39537a;
  border-radius: 50%;
  top: 12px;
  left: 10px;
}

.hystmodal__styled img {
  display: block;
  margin-bottom: 0.8em;
  max-width: 100%;
}

.hystmodal__styled button {
  background-color: #000;
  color: #fff;
  border: none;
  font-weight: bold;
  margin: 1em 0;
  padding: 10px 30px;
}

.hystmodal__styled a:hover {
  color: #39537a;
}

.form-group__field {
  display: block !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #f35640;
}

.btn__form {
  border: none;
  background: #FF295B;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.form__group input, .form__group select {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid rgba(28, 157, 195, 0.54);
  height: 40px;
  border-radius: 5px;
  background: transparent;
}

@media all and (max-width: 767px) {
  .hystmodal__close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  }
  .hystmodal__window {
    margin: 0;
  }
  iframe {
    width: 100%;
    height: 45vw;
  }
  .iframe-main {
    width: 100%;
    height: 50vw;
  }
  .news-item__image {
    padding-bottom: 106%;
    border-radius: 16px;
    margin-top: 24px;
    display: block;
  }
  .ibg {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .ibg img,
  .ibg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
/*
Main Modificator Classes
Version 1.1.2
Author name : Rim Zabarov
Company: SIMAI
Website: http://simai.ru

Reductions:

m  - margin (use additions);
p  - padding (use additions);
h  - height;
w  - width;
z  - z-index;
b  - border (use additions);
lh - line height;
f  - font;
bg - background;

Additions (used together reductions):

l - left;
r - right;
t - top;
b - bottom;
a - all (only for borders);

Units:

none - px or none;
p    - percent;
e    - em;
r    - rem;

*/
/* MARGIN */
.no-margin,
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

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

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

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

/* PADDING */
.no-padding,
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

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

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

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

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

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

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

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

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

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

/* HEIGHT */
.h-10 {
  height: 10px !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-60 {
  height: 60px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.h-90 {
  height: 90px !important;
}

.h-100 {
  height: 100px !important;
}

.h-150 {
  height: 150px !important;
}

.h-200 {
  height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-500 {
  height: 500px !important;
}

/* MIN-HEIGHT */
.min-h-10 {
  min-height: 10px !important;
}

.min-h-20 {
  min-height: 20px !important;
}

.min-h-30 {
  min-height: 30px !important;
}

.min-h-40 {
  min-height: 40px !important;
}

.min-h-50 {
  min-height: 50px !important;
}

.min-h-60 {
  min-height: 60px !important;
}

.min-h-70 {
  min-height: 70px !important;
}

.min-h-80 {
  min-height: 80px !important;
}

.min-h-90 {
  min-height: 90px !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.min-h-750 {
  min-height: 750px !important;
}

/* WIDTH */
.w-0p {
  width: 0% !important;
}

.w-10p {
  width: 10% !important;
}

.w-20p {
  width: 20% !important;
}

.w-30p {
  width: 30% !important;
}

.w-40p {
  width: 40% !important;
}

.w-50p {
  width: 50% !important;
}

.w-60p {
  width: 60% !important;
}

.w-70p {
  width: 70% !important;
}

.w-75p {
  width: 75% !important;
}

.w-80p {
  width: 80% !important;
}

.w-90p {
  width: 90% !important;
}

.w-95p {
  width: 95% !important;
}

.w-100p {
  width: 100% !important;
}

/* POSITION */
.top-0 {
  top: 0px !important;
}

.top-5 {
  top: 5px !important;
}

.top-10 {
  top: 10px !important;
}

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-60 {
  top: 60px !important;
}

.top-70 {
  top: 70px !important;
}

.top-80 {
  top: 80px !important;
}

.top-90 {
  top: 90px !important;
}

.top-100 {
  top: 100px !important;
}

.right-0 {
  right: 0px !important;
}

.right-5 {
  right: 5px !important;
}

.right-10 {
  right: 10px !important;
}

.right-15 {
  right: 15px !important;
}

.right-20 {
  right: 20px !important;
}

.right-25 {
  right: 25px !important;
}

.right-30 {
  right: 30px !important;
}

.right-35 {
  right: 35px !important;
}

.right-40 {
  right: 40px !important;
}

.right-45 {
  right: 45px !important;
}

.right-50 {
  right: 50px !important;
}

.right-60 {
  right: 60px !important;
}

.right-70 {
  right: 70px !important;
}

.right-80 {
  right: 80px !important;
}

.right-90 {
  right: 90px !important;
}

.right-100 {
  right: 100px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-45 {
  bottom: 45px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-60 {
  bottom: 60px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.left-0 {
  left: 0px !important;
}

.left-5 {
  left: 5px !important;
}

.left-10 {
  left: 10px !important;
}

.left-15 {
  left: 15px !important;
}

.left-20 {
  left: 20px !important;
}

.left-25 {
  left: 25px !important;
}

.left-30 {
  left: 30px !important;
}

.left-35 {
  left: 35px !important;
}

.left-40 {
  left: 40px !important;
}

.left-45 {
  left: 45px !important;
}

.left-50 {
  left: 50px !important;
}

.left-60 {
  left: 60px !important;
}

.left-70 {
  left: 70px !important;
}

.left-80 {
  left: 80px !important;
}

.left-90 {
  left: 90px !important;
}

.left-100 {
  left: 100px !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.static {
  position: static !important;
}

/* Z-INDEX */
.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-500 {
  z-index: 500 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-10000 {
  z-index: 10000 !important;
}

/* FLOAT */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.clear-after:after {
  clear: both !important;
}

/* RADIUS */
.r-0 {
  border-radius: 0px !important;
}

.r-1 {
  border-radius: 1px !important;
}

.r-2 {
  border-radius: 2px !important;
}

.r-3 {
  border-radius: 3px !important;
}

.r-4 {
  border-radius: 4px !important;
}

.r-5 {
  border-radius: 5px !important;
}

.r-6 {
  border-radius: 6px !important;
}

.r-7 {
  border-radius: 7px !important;
}

.r-8 {
  border-radius: 8px !important;
}

.r-9 {
  border-radius: 9px !important;
}

.r-10 {
  border-radius: 10px !important;
}

.circle {
  border-radius: 50% !important;
}

.border-0,
.border-none {
  border-width: 0px;
}

/* TEXT */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-underline {
  text-decoration: underline !important;
}

.caps {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.lh-65 {
  line-height: 65px !important;
}

.lh-70 {
  line-height: 70px !important;
}

.lh-75 {
  line-height: 75px !important;
}

.lh-80 {
  line-height: 80px !important;
}

.lh-85 {
  line-height: 85px !important;
}

.lh-90 {
  line-height: 90px !important;
}

.lh-95 {
  line-height: 95px !important;
}

.lh-100 {
  line-height: 100px !important;
}

.lh-90e {
  line-height: 0.9em !important;
}

.lh-100e {
  line-height: 1em !important;
}

.lh-110e {
  line-height: 1.1em !important;
}

.lh-120e {
  line-height: 1.2em !important;
}

.lh-130e {
  line-height: 1.3em !important;
}

.lh-140e {
  line-height: 1.4em !important;
}

.lh-150e {
  line-height: 1.5em !important;
}

.lh-160e {
  line-height: 1.6em !important;
}

.lh-170e {
  line-height: 1.7em !important;
}

.lh-180e {
  line-height: 1.8em !important;
}

.lh-190e {
  line-height: 1.9em !important;
}

.lh-200e {
  line-height: 2em !important;
}

/* FONT */
/* from 10 to 20 each value */
/* from 20 only even; */
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.small,
.text-small,
.fs-85p {
  font-size: 85% !important;
}

.fs-90p {
  font-size: 90% !important;
}

.fs-100p {
  font-size: 100% !important;
}

.fs-110p {
  font-size: 110% !important;
}

.fs-120p {
  font-size: 120% !important;
}

.fs-130p {
  font-size: 130% !important;
}

.fs-140p {
  font-size: 140% !important;
}

.fs-150p {
  font-size: 150% !important;
}

.fs-160p {
  font-size: 160% !important;
}

.fs-200p {
  font-size: 200% !important;
}

.fs-300p {
  font-size: 300% !important;
}

.fs-400p {
  font-size: 400% !important;
}

.fs-500p {
  font-size: 500% !important;
}

.fs-600p {
  font-size: 600% !important;
}

.fs-700p {
  font-size: 700% !important;
}

.fs-800p {
  font-size: 800% !important;
}

.fs-900p {
  font-size: 900% !important;
}

.fs-75r {
  font-size: 0.75rem !important;
}

.fs-90r {
  font-size: 0.9rem !important;
}

.fs-100r {
  font-size: 1rem !important;
}

.fs-110r {
  font-size: 1.1rem !important;
}

.fs-120r {
  font-size: 1.2rem !important;
}

.fs-130r {
  font-size: 1.3rem !important;
}

.fs-140r {
  font-size: 1.4rem !important;
}

.fs-150r {
  font-size: 1.5rem !important;
}

.fs-160r {
  font-size: 1.6rem !important;
}

.fs-200r {
  font-size: 2rem !important;
}

.fs-300r {
  font-size: 3rem !important;
}

.bold, .fwb {
  font-weight: bold !important;
}

.light {
  font-weight: lighter !important;
}

.fw-100 {
  font-weight: 300 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.italic {
  font-style: italic !important;
}

.serif {
  font-family: "Times New Roman", Times, serif !important;
}

.sans-serif {
  font-family: Tahoma, Geneva, sans-serif !important;
}

.monospace {
  font-family: "Courier New", Courier, monospace !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.georgia {
  font-family: Georgia, serif !important;
}

.color-inherit,
a.color-inherit:hover {
  color: inherit;
}

/* OPACITY */
.opacity-none,
.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

/* OVERFLOW */
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

/* VISIBILITY */
.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

/* DISPLAY */
.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.display-cell {
  display: table-cell !important;
}

/* SELECT */
.no-select {
  user-select: none !important;
}

.form__link {
  color: #f34056;
}

.grecaptcha-badge {
  display: none;
}

.footer__links {
  margin-top: 15px;
}

.prev-arrow {
  transform: rotate(-180deg);
}

.donation-page .tabs-block .online__steps {
  gap: 16px;
}

.donation-page .form-footer .wrapper .label::after {
  top: 15px;
}

.donation-page .tabs-block .online__option .label {
  padding: 5px;
}

.number-circle {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 10px;
  margin-right: 10px;
  background: #f34056;
  font-size: 15px;
  text-align: left;
  line-height: 10px;
  font-family: "Intro Regular", Helvetica, "Trebuchet MS", Tahoma, sans-serif;
  color: #f7dee3;
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    background-color: #FFFFFF;
  }
  .donation-page .tabs-block .online__options {
    grid-template-columns: none;
  }
}
.swal2-popup {
  width: 40rem;
  font-size: 1.3rem;
}

.hystmodal__window--full {
  width: 1000px;
}

.slide-info__btn {
  margin-top: 20px;
  display: inline-block;
}

.slide-info-buttons {
  display: flex;
  gap: 10px;
}

.child-aside.card {
  width: 100%;
}

.justify-space-around {
  justify-content: space-around;
}

p a {
  color: #f34056;
}

.scroll-section {
  scroll-margin-top: 65px;
}

.grid-two {
  grid-template-columns: repeat(2, 1fr) !important;
}

div.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px;
}

.mob {
  display: none;
}

.news-item__body.page-body.fit-content {
  width: fit-content;
}

.qrcode_donation {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.qrcode_donation .qrcode {
  width: 100%;
}

.qr-border {
  display: flex;
  border-radius: 25px;
  background: #fbe2b0;
  padding: 20px;
  height: 100px;
  width: 97%;
  align-items: flex-start;
}

.qrcode_text {
  width: 70%;
}

.qrcode_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding-bottom: 39px;
}

.qrcode_card_text {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 220px;
  font-size: 16px;
  font-weight: 400;
}

.qrcode_sber_form {
  padding: 41px 19px 55px !important;
}

.qrcode_sber_open_modal {
  padding: 10px 19px 55px !important;
}

.phone_hand {
  max-width: 25% !important;
}

.c-detail__help-btn {
  text-transform: uppercase;
  background-color: #f34056;
  box-shadow: 0 4px 24px #f34056;
  width: 100%;
  color: #ffdfe3 !important;
  border-radius: 16px;
  outline: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  transition: 0.3s;
  margin-top: 25px;
  font-weight: normal;
}

.c-detail__help-btn:hover {
  background-color: #FF295B;
  box-shadow: 0 4px 24px #FF295B;
}

.c-detail__help-btn {
  cursor: pointer;
}

.button__block {
  width: 188px;
  height: 42px;
  line-height: 42px;
  background: #f34056;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #F9F9F9;
  font-family: "Gals";
  font-size: small;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.button__block:hover {
  background: #DF6682;
}

.button__block:focus {
  outline: none;
}

.main-form-button {
  cursor: pointer;
}

.new_fix_button {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 300px;
  z-index: 999999;
}

.hystmodal__window {
  border-radius: 5px;
  padding: 30px 30px;
}

.program-card__help-link {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 40%;
}

@media screen and (max-width: 1280px) {
  .button__block {
    width: 155px;
  }
  .new_fix_button {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 270px !important;
    z-index: 999999;
  }
  .program-card__help-link {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .main-form-button {
    margin-left: 0 !important;
  }
  .new_fix_button {
    width: 195px !important;
    font-size: 13px;
    line-height: unset;
    z-index: 999999;
  }
  .program-card__help-link {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    background-color: #FFFFFF;
  }
  .mob {
    display: block;
  }
  .news-item__body.page-body.fit-content {
    width: fit-content;
  }
  .desktop {
    display: none;
  }
  .help_button {
    display: block;
  }
  .qrcode_donation {
    display: flex;
    flex-direction: column;
  }
  .qrcode_donation .qrcode {
    max-width: 100%;
    margin-top: 20px;
    padding: 41px 0 33px 0;
  }
  .qrcode_text {
    margin-bottom: 20px;
    width: 100%;
  }
  .qrcode_sber_open_modal {
    padding: 10px 0 55px !important;
  }
  .qrcode_sber_form {
    padding: 41px 0 55px !important;
  }
  .button__block {
    width: 135px;
  }
  .program-card__help-link {
    width: 100%;
  }
}
.donation-page .form-footer .wrapper .label::before {
  top: 14px;
}

.header .phone__link {
  font-size: 18px;
}

@media only screen and (min-width: 1024px) {
  .news-block .form__info {
    flex-basis: 820px;
  }
}
video {
  max-width: 100%;
}
