html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    overflow-x: hidden;
    background-color: #f2f7fd;
    font-family: "Montserrat", sans-serif;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}
.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
img {
    display: block;
}
section,
footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
@media (max-width: 720px) {
    .container-fluid {
        padding: 0px 15px;
    }
}
.btn {
    max-width: 289px;
    width: 100%;
}
.btn a {
    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: #fff;
    -webkit-box-shadow: inset -2px -4px 8px rgba(84, 80, 119, 0.33);
    box-shadow: inset -2px -4px 8px rgba(84, 80, 119, 0.33);
    border-radius: 50px;
    padding: 11px 12px 11px 12px;
    margin-top: 7px;
    color: #fe6845;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
}
.btn a p {
    padding-right: 12px;
}
.btn a span {
    background-color: #fe6845;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    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;
}
.btn a span svg {
    margin-top: 3px;
}
.main__header {
    padding-bottom: 600px;
    position: relative;
}
.main__header__BG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main__header__BG img {
    width: 100%;
}
.main__header-title {
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    line-height: 133%;
    max-width: 810px;
    margin-left: 89px;
}
.main__header-subtitle {
    margin-top: 20px;
    margin-left: 89px;
    max-width: 700px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 55px;
}
.main__header-subtitle span {
    font-weight: 700;
}
.main__header-range {
    margin-left: 89px;
}
.main__header-range__title {
    max-width: 700px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}
.main__header-range__title span {
    font-weight: 700;
}
.main__header-range__progress {
    margin-top: 25px;
}
.main__header-range__progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 575px;
    width: 100%;
    height: 27px;
    border-radius: 15px;
}
.main__header-range__progress[value]::-webkit-progress-bar {
    background: #f3f6fb;
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.12);
    box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}
.main__header-range__progress[value]::-webkit-progress-value {
    background: #fe6845;
    -webkit-box-shadow: inset -5px -5px 4px rgba(137, 44, 44, 0.25);
    box-shadow: inset -5px -5px 4px rgba(137, 44, 44, 0.25);
    border-radius: 15px;
    position: relative;
}
.main__header-range__progress[value]::-webkit-progress-value::after {
    position: absolute;
    right: 0;
    content: "111";
}
.main__header-btn {
    margin-top: 60px;
    margin-left: 89px;
}
.main__header-btn a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main__header-btn a span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main__header-btn a span svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main__header-btn a:hover {
    background-color: #fe6845;
    color: #fff;
}
.main__header-btn a:hover span {
    background-color: #fff;
}
.main__header-btn a span svg{
    transition: 1s ease;
}
.main__header-btn a:hover span svg{
    transform: scale(1.4);
}
.main__header-btn a:hover span svg path {
    fill: #fe6845;
}
.header {
    margin-bottom: 40px;
}
.header-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
}
.header__logo {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 340px;
    width: 330px;
    margin-top: -90px;
    border-radius: 50%;
    background-color: #f2f7fd;
    -webkit-box-shadow: 0px 8px 6px #eb7e3b;
    box-shadow: 0px 8px 6px #eb7e3b;
}
.header__logo-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16.5px;
    max-width: 174px;
    width: 100%;
    color: #000;
}
.header__logo-link p {
    margin-top: 22px;
}
.header__logo-link img {
    margin: 0 auto;
    width: 170px;
}
.header__logo-link span {
    font-size: 12px;
    font-weight: 300;
}
.header__contacts {
    margin-left: auto;
    margin-right: 90px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__contacts p {
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 3px;
}
.header__contacts a:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff;
}

.header__btn a span svg{
    transition: 1s ease;
}
.header__btn a:hover span svg{
    transform: scale(1.4);
}
.header__btn a p {
    max-width: 201px;
    width: 100%;
    text-align: center;
}
.header__btn a:hover {
    background-color: #fe6845;
    color: #ffffff;
}
.header__btn a:hover span {
    background-color: #ffffff;
}
.header__btn a:hover span svg path {
    fill: #fe6845;
}

.header__contacts-tel {
    margin-left: 70px;
}
.help {
    margin-top: -100px;
}
.help__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 125px;
}
.help__title h3 {
    color: #ff4e66;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 256px;
    margin-left: 24px;
}
.help__title span {
    display: inline-block;
    background-color: #ff4e66;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    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;
}
.help__title span svg {
    width: 39px;
    height: 33px;
}
.help__card {
    font-family: "Roboto", sans-serif;
}
.help__card + .help__card {
    margin-left: 40px;
}
.help__card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.help__card-mainWrapper {
    max-width: 560px;
    width: 100%;
    min-height: 662px;
    padding: 130px 60px 42px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(16, 23, 48, 0.15);
    box-shadow: 0px 20px 30px rgba(16, 23, 48, 0.15);
    border-radius: 30px;
    margin-top: -110px;
}
.help__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.help__card .orange {
    color: #fe6845;
}
.help__card .orange a {
    color: #fe6845;
}
.help__card .orange a p {
    max-width: 201px;
    width: 100%;
    text-align: center;
}
.help__card .orange a:hover {
    background-color: #fe6845;
    color: #f3f6fb;
}
.help__card .orange a:hover span {
    background-color: #f3f6fb;
}
.help__card .orange a:hover span svg path {
    fill: #fe6845;
}
.help__card .orange span {
    color: #fe6845;
    background-color: #fe6845;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card .orange span svg path {
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card .blue {
    color: #7669df;
}
.help__card .blue a {
    color: #7669df;
}
.help__card .blue a p {
    max-width: 201px;
    width: 100%;
    text-align: center;
}
.help__card .blue a:hover {
    background-color: #7669df;
    color: #f2f7fd;
}
.help__card .blue a:hover span {
    background-color: #f2f7fd;
}
.help__card .blue a:hover span svg path {
    fill: #7669df;
}
.help__card .blue span {
    color: #7669df;
    background-color: #7669df;
}
.help__card .blue span svg path {
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card img {
    display: block;
    -webkit-box-shadow: 0px -4px 8px rgba(44, 47, 73, 0.17), 0px 6px 6px rgba(29, 28, 91, 0.25);
    box-shadow: 0px -4px 8px rgba(44, 47, 73, 0.17), 0px 6px 6px rgba(29, 28, 91, 0.25);
    border-radius: 20px;
    margin-bottom: 21px;
    width: calc(100% - 120px);
    margin: 0px 60px;
}
.help__card-name {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 27px;
    max-width: 440px;
}
.help__card-diagnosis {
    color: #060606;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    max-width: 440px;
}
.help__card-diagnosis span {
    font-weight: 500;
}
.help__card-need {
    font-size: 18px;
    line-height: 21px;
    max-width: 440px;
    margin-bottom: 15px;
}
.help__card-text {
    font-size: 20px;
    line-height: 150%;
    max-width: 440px;
    margin-bottom: 40px;
    min-height: 275px;
}
.help__card-history {
    font-size: 20px;
    line-height: 23px;
}
.help__card-btn a {
    background-color: #f3f6fb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card-btn a span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card-btn a span svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.help__card-btn a span svg{
    transition: 1s ease;
}
.help__card-btn a:hover span svg{
    transform: scale(1.4);
}
.wheelchair {
    padding-top: 337px;
    position: relative;
}
.wheelchair__BG {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}
.wheelchair__BG img {
    width: 100%;
}
.wheelchair__BG.top {
    top: -700px;
}
.wheelchair__BG.bottom {
    top: 1700px;
}
.wheelchair__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    max-width: 570px;
    margin-bottom: 30px;
}
.wheelchair__title span {
    color: #ffcb2a;
}
.wheelchair__mainTitle {
    color: #7669df;
    font-weight: 600;
    font-size: 36px;
    line-height: 139%;
    text-align: center;
    max-width: 1150px;
    margin: auto;
    margin-top: 252px;
}
.wheelchair__mainTitle span {
    color: #9ecb45;
}
.wheelchair__child {
    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: 130px;
}
.wheelchair__child:nth-child(2) .wheelchair__child-text {
    color: #438dfe;
}
.wheelchair__child:nth-child(2) .wheelchair__child-img img {
    border-radius: 40px 40px 0px 40px;
}
.wheelchair__child:nth-child(2) .wheelchair__child-img::after {
    background-color: #9ecb45;
    border-radius: 40px 40px 0px 40px;
}
.wheelchair__child:nth-child(3) .wheelchair__child-img__name {
    right: auto;
    left: 40px;
}
.wheelchair__child:nth-child(3) .wheelchair__child-img img {
    border-radius: 0px 40px 40px 40px;
}
.wheelchair__child:nth-child(3) .wheelchair__child-img::after {
    background-color: #ffa046;
    border-radius: 0px 40px 40px 40px;
}
.wheelchair__child:nth-child(4) .wheelchair__child-text {
    color: #ff4e66;
    margin-top: auto;
    margin-bottom: -20px;
}
.wheelchair__child:nth-child(4) .wheelchair__child-img__name {
    right: auto;
    left: 40px;
}
.wheelchair__child:nth-child(4) .wheelchair__child-img img {
    border-radius: 40px 0px 40px 40px;
}
.wheelchair__child:nth-child(4) .wheelchair__child-img::after {
    background-color: #438dfe;
    border-radius: 40px 0px 40px 40px;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a {
    color: #f3f6fb;
    background-color: #ff4e66;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a span {
    background-color: #f3f6fb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a span svg path {
    fill: #ff4e66;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a:hover {
    background-color: #fff;
    color: #ff4e66;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a:hover span {
    background-color: #ff4e66;
}
.wheelchair__child:nth-child(4) .wheelchair__child-btn a:hover span svg path {
    fill: #fff;
}
.wheelchair__child-btn a span svg{
    transition: 1s ease;
}
.wheelchair__child-btn a:hover span svg{
    transform: scale(1.4);
}
.wheelchair__child-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    max-width: 442px;
}
.wheelchair__child-text span {
    font-weight: 700;
}
.wheelchair__child-img {
    position: relative;
    z-index: 1;
}
.wheelchair__child-img img {
    max-width: 480px;
    width: 100%;
    border-radius: 40px 40px 40px 0px;
}
.wheelchair__child-img::after {
    position: absolute;
    content: "";
    right: -24px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 40px 0px;
    background-color: #ffcb2a;
    z-index: -1;
}
.wheelchair__child-img__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.wheelchair__child-btn {
    margin-top: 70px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wheelchair__child-btn a {
    color: #ff4e66;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child-btn a span {
    background-color: #ff4e66;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child-btn a span svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wheelchair__child-btn a:hover {
    background-color: #ff4e66;
    color: #fff;
}
.wheelchair__child-btn a:hover span {
    background-color: #fff;
}
.wheelchair__child-btn a:hover span svg path {
    fill: #ff4e66;
}
.wheelchair__child:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.happyChildren {
    padding-top: 280px;
    padding-bottom: 216px;
    position: relative;
}
.happyChildren__BG {
    position: absolute;
    top: -250px;
    left: 0;
    height: 100%;
    z-index: -1;
}
.happyChildren__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.happyChildren__wrapper {
    max-width: 410px;
}
.happyChildren__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 692px;
}
.happyChildren__photo img {
    display: block;
    margin-right: 25px;
    margin-bottom: 25px;
    max-width: 320px;
}
.happyChildren__photo img:nth-child(1) {
    border-radius: 20px 20px 0px 20px;
}
.happyChildren__photo img:nth-child(2) {
    border-radius: 20px 20px 20px 0px;
}
.happyChildren__photo img:nth-child(3) {
    border-radius: 20px 0px 20px 20px;
}
.happyChildren__photo img:nth-child(4) {
    border-radius: 0px 20px 20px 20px;
}
.happyChildren__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #ff4e66;
    margin-bottom: 50px;
}
.happyChildren__title span {
    text-transform: uppercase;
    color: #ffca2a;
}
.happyChildren__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #7669df;
    max-width: 403px;
    margin-bottom: 70px;
}
.happyChildren__text p {
    margin-bottom: 20px;
}
.happyChildren__text span {
    font-weight: 700;
}
.happyChildren__btn {
    max-width: 100%;
    width: 100%;
}
.happyChildren__btn a {
    background-color: #ff4e66;
    font-size: 18px;
    padding-left: 29px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.happyChildren__btn a span {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.happyChildren__btn a span svg path {
    fill: #ff4e66;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.happyChildren__btn a:hover {
    background-color: #fff;
    color: #ff4e66;
}
.happyChildren__btn a:hover span {
    background-color: #ff4e66;
}
.happyChildren__btn a:hover span svg path {
    fill: #fff;
}
.happyChildren__btn a span svg{
    transition: 1s ease;
}
.happyChildren__btn a:hover span svg{
    transform: scale(1.4);
}
.pay {
    margin-bottom: 150px;
}
.pay__title {
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #5bb768;
    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;
}
.pay__title span {
    border-radius: 50%;
    display: block;
    width: 103px;
    height: 103px;
    background-color: #fe6845;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25);
    box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25); */
    margin-left: 30px;
}
.pay__title span svg {
    width: 54px;
    height: 46px;
}
.pay__title span svg path {
    fill: #fff;
}
.pay__frame {
    min-height: 754px;
}
.thanks__title {
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff4e66;
    text-align: center;
}
.thanks__text {
    max-width: 639px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #7669df;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}
.thanks__btn {
    margin: 0 auto;
}
.thanks__btn a {
    background-color: #ff4e66;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thanks__btn a span {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thanks__btn a span svg path {
    fill: #ff4e66;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thanks__btn a span svg{
    transition: 1s ease;
}
.thanks__btn a:hover span svg{
    transform: scale(1.4);
}
.thanks__btn a p {
    max-width: 201px;
    width: 100%;
    text-align: center;
}
.thanks__btn a:hover {
    background-color: #fff;
    color: #ff4e66;
}
.thanks__btn a:hover span {
    background-color: #ff4e66;
}
.thanks__btn a:hover span svg path {
    fill: #fff;
}
.alreadyHelped {
    padding-top: 370px;
    padding-bottom: 208px;
    position: relative;
}
.alreadyHelped__BG {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.alreadyHelped__BG img {
    width: 100%;
}
.alreadyHelped__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.alreadyHelped__slider {
    position: relative;
}
.alreadyHelped__slider .slick-list {
    overflow: hidden !important;
}
.alreadyHelped__slider .slick-arrow {
    position: absolute;
    top: -173px;
    font-size: 0;
    border: none;
    padding: 0;
    background: #f3f6fb;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}
.alreadyHelped__slider .slick-arrow::after {
    content: url(../images/sliderArrow.svg);
    top: 50%;
    left: 50%;
    display: inline-block;
}
.alreadyHelped__slider .slick-arrow.slick-prev {
    -webkit-box-shadow: inset 3px -3px 4px rgba(0, 0, 0, 0.12);
    box-shadow: inset 3px -3px 4px rgba(0, 0, 0, 0.12);
    right: 124px;
}
.alreadyHelped__slider .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.alreadyHelped__slider .slick-arrow.slick-next {
    -webkit-box-shadow: inset -2px -3px 4px rgba(0, 0, 0, 0.12);
    box-shadow: inset -2px -3px 4px rgba(0, 0, 0, 0.12);
    right: 25px;
}
.alreadyHelped__slider-item {
    max-width: 365px;
    width: 100%;
}
.alreadyHelped__slider-item__wrapper {
    padding: 25px;
}
.alreadyHelped__slider-item__img {
    position: relative;
    margin-bottom: 60px;
}
.alreadyHelped__slider-item__img::after {
    position: absolute;
    left: -12px;
    top: 14px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffcb2a;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25);
    box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25);
}
.alreadyHelped__slider-item__img img {
    position: relative;
    -webkit-box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25);
    box-shadow: 0px 8px 15px rgba(29, 28, 91, 0.25);
    border-radius: 10px;
    display: block;
    max-width: 354px;
    width: 100%;
    height: 354px;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
}
.alreadyHelped__slider-item__name {
    max-width: 200px;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #fff;
    text-align: center;
    margin: auto;
}
.alreadyHelped__slider-item__name span {
    font-size: 20px;
    line-height: 150%;
}
.aboutUs__logo {
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin-bottom: 60px;
}
.aboutUs__logo img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}
.aboutUs__logo p {
    color: #000;
    font-size: 20px;
    line-height: 150%;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    margin-top: 66px;
    margin-bottom: 95px;
}
.aboutUs__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 137%;
    color: #53af69;
    max-width: 1056px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 130px;
}
.aboutUs__secondTitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 167%;
    text-align: center;
    color: #7669df;
    max-width: 1132px;
}
.aboutUs__secondTitle span {
    color: #ff4e66;
    font-weight: 700;
}
.aboutUs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 195px;
}
.aboutUs__wrapper.blue .aboutUs__subtitle {
    color: #3d8dff;
}
.aboutUs__wrapper.blue .aboutUs__btn a {
    background-color: #3d8dff;
}
.aboutUs__wrapper.green .aboutUs__subtitle {
    color: #a1ca52;
}
.aboutUs__wrapper.green .aboutUs__btn a {
    background-color: #a1ca52;
}
.aboutUs__wrapper.orange .aboutUs__subtitle {
    color: #fe6845;
}
.aboutUs__wrapper.orange .aboutUs__btn a {
    background-color: #fe6845;
}
.aboutUs__subtitle {
    font-weight: 600;
    font-size: 34px;
    line-height: 49px;
}
.aboutUs__text {
    font-size: 18px;
    line-height: 167%;
    color: #000;
    margin-top: 40px;
    margin-bottom: 8px;
    max-width: 354px;
    min-height: 136px;
}
.aboutUs__btn a {
    -webkit-box-shadow: inset -2px -4px 8px rgba(84, 80, 119, 0.33);
    box-shadow: inset -2px -4px 8px rgba(84, 80, 119, 0.33);
    border-radius: 30px;
    padding: 17px 11px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    max-width: 270px;
    width: 100%;
}
.footer {
    position: relative;
    margin-top: -100px;
    padding-top: 300px;
}
.footer__BG {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.footer__title {
    margin-top: 100px;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #438dfe;
    margin-bottom: 90px;
}
.footer__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 142%;
    max-width: 957px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #438dfe;
}
.footer__secondTitle {
    margin: 0 auto;
    margin-top: 462px;
    margin-bottom: 58px;
    max-width: 666px;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    line-height: 137%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.footer__subtitle {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 115px;
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}
.footer__social a + a {
    margin-left: 23px;
}
.footer__form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 65px 50px 35px 50px;
    background-color: #fe6845;
    -webkit-box-shadow: 0px 15px 20px rgba(29, 28, 91, 0.25);
    box-shadow: 0px 15px 20px rgba(29, 28, 91, 0.25);
    border-radius: 15px;
    max-width: 660px;
    width: 100%;
    margin-right: 140px;
}
.footer__form-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}
.footer__form-text {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.footer__form-input {
    position: relative;
}
.footer__form-input::before {
    position: absolute;
    content: url(../images/mail.svg);
    top: 13px;
    left: 30px;
    width: 42px;
    height: 28px;
}
.footer__form-input input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 18px 16px 18px 97px;
    margin-bottom: 32px;
}
.footer__form-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
}
.footer__form-input input::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
}
.footer__form-input input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
}
.footer__form-input input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
}
.footer__form-input input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
}
.footer__form-btn {
    text-align: right;
}
.footer__form-btn button {
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 13px 34px;
    -webkit-box-shadow: 0px 4px 4px rgba(96, 88, 165, 0.2), inset -2px -6px 6px rgba(84, 80, 119, 0.33);
    box-shadow: 0px 4px 4px rgba(96, 88, 165, 0.2), inset -2px -6px 6px rgba(84, 80, 119, 0.33);
    border-radius: 5px;
    background-color: #7569de;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__form-btn button:hover {
    background-color: #fff;
    color: #7669df;
}
.footer__form-suptitle {
    font-size: 13.5px;
    line-height: 133%;
    color: #fff;
    margin-top: 38px;
}
.footer__form-suptitle a {
    text-decoration: underline;
}
.footer__contacts {
    max-width: 240px;
    width: 100%;
}
.footer__contacts-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 33px;
}
.footer__contacts-tel {
    margin-bottom: 28px;
}
.footer__contacts-tel a {
    font-weight: 500;
    font-size: 26px;
    line-height: 138%;
}
.footer__contacts-tel a:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff;
}
.footer__contacts-mail a {
    line-height: 32px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin-bottom: 35px;
}
.footer__contacts-mail a:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff;
}
.footer__contacts-adress {
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}
.footer__copyright {
    margin: 0 auto;
    margin-top: 117px;
    font-family: "Roboto", sans-serif;
    max-width: 640px;
    width: 100%;
}
.footer__copyright-title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 32px;
}
.footer__copyright-text {
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}



@media (max-width: 2100px) {
    .help__card img {
        width: calc(100% - 200px);
        margin: 0px auto;
    }

    .help__card-text {
        margin-bottom: 20px;
        min-height: 150px;
        font-size: 16px;
    }

    .help__card-mainWrapper {
        min-height: 580px;
    }
}

@media (max-width: 1800px) {
    .alreadyHelped__slider-item__name {
        color: #53af69;
    }
}

@media (max-width: 1570px) {
    .wheelchair__BG.top {
        top: -600px;
    }

    .main__header {
        padding-bottom: 300px;
    }

    .wheelchair__title {
        font-size: 36px;
        padding-top: 40px;
    }

    .wheelchair__child-img img {
        max-width: 400px;
    }

    .wheelchair__child {
        justify-content: space-around;
    }

    .wheelchair__BG.bottom {
        top: 1500px;
    }

    .wheelchair__mainTitle {
        font-size: 34px;
    }

    .happyChildren__title {
        font-size: 34px;
    }

    .happyChildren__photo img {
        max-width: 300px;
    }

    .wheelchair__title {
        padding-left: 80px;
        max-width: 70%;
    }
}
@media (max-width: 1450px) {
    .wheelchair__BG.top {
        top: -400px;
    }
}
@media (max-width: 1330px) {
    .happyChildren__BG {
        top: -200px;
    }
    .alreadyHelped__BG {
        top: -60px;
    }
}
@media (max-width: 1240px) {
    .wheelchair__BG.top {
        top: -250px;
    }
}
@media (max-width: 1040px) {
    .wheelchair__title {
        max-width: 405px;
    }
    .wheelchair__BG.top {
        top: -150px;
    }
}
@media (max-width: 1200px) {
    .header {
        margin-bottom: 100px;
    }
    .header__contacts {
        display: none;
    }
    .header__btn {
        display: none;
    }
    .header__logo {
        width: 240px;
        height: 245px;
        margin-top: -70px;
    }
    .header__logo p {
        display: none;
    }
    .main__header-title {
        font-size: 40px;
        margin-left: 0;
    }
    .main__header-subtitle {
        font-size: 20px;
        margin-left: 0;
    }
    .main__header-range,
    .main__header-btn {
        margin-left: 0;
    }
    .wheelchair__child {
        margin-right: 20px;
    }
    .wheelchair__child:nth-child(1) img {
        margin-left: 20px;
    }
    .wheelchair__child:nth-child(2) .wheelchair__child-text {
        margin-left: 40px;
    }
    .wheelchair__child:nth-child(3) img {
        margin-left: 20px;
    }
    .wheelchair__child:nth-child(4) .wheelchair__child-text {
        margin-left: 40px;
    }
    .aboutUs__title,
    .aboutUs__subtitle {
        font-size: 30px;
    }
    .aboutUs__secondTitle {
        font-size: 25px;
    }
    .aboutUs__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .btn a {
        font-size: 16px;
    }
    .footer__contacts-title {
        font-size: 25px;
    }
    .footer__contacts-tel a,
    .footer__contacts-mail a {
        font-size: 20px;
    }
    .footer__contacts-adress {
        font-size: 16px;
    }
    .title {
        font-size: 36px;
    }
}
@media (max-width: 1120px) {
    .happyChildren__title {
        font-size: 33px;
        line-height: 41px;
    }

    .header__logo-link img {
        width: 130px;
    }
}
@media (max-width: 1108px) {
    .help__card-text {
        min-height: 300px;
    }
    .help__card-mainWrapper {
        padding: 130px 22px 20px 22px;
    }
    .help__card img {
        width: calc(100% - 44px);
        margin: 0 auto;
    }
}
@media (max-width: 1090px) {
    .btn a {
        font-size: 14px;
    }
    .thanks__btn a {
        font-size: 18px;
    }
    .happyChildren__title span {
        color: #fff;
    }
}
@media (max-width: 1091px) {
    .aboutUs__wrapper.orange {
        margin-top: 60px;
    }
}
@media (max-width: 1090px) {
    .happyChildren__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .happyChildren__photo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    .wheelchair__child-text {
        max-width: 360px;
    }
    .title {
        font-size: 28px;
    }
    .wheelchair__title {
        max-width: 315px;
    }
    .wheelchair__child-text {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .alreadyHelped__BG {
        top: 130px;
    }
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__form {
        margin: 0 auto;
    }
    .footer__contacts {
        margin: 0 auto;
        margin-top: 55px;
        max-width: 100%;
        text-align: center;
    }
    .footer__contacts-tel {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .wheelchair__child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
    .wheelchair__child:nth-child(1) .wheelchair__child-text,
    .wheelchair__child:nth-child(2) .wheelchair__child-text {
        color: #438dfe;
    }
    .wheelchair__child-img {
        margin-bottom: 62px;
    }
    .wheelchair__child-btn a {
        font-size: 16px;
    }
    .wheelchair__child:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wheelchair__child:nth-child(1) img,
    .wheelchair__child:nth-child(2) .wheelchair__child-text,
    .wheelchair__child:nth-child(3) img,
    .wheelchair__child:nth-child(4) .wheelchair__child-text {
        margin-left: 0;
    }
}
@media (max-width: 950px) {
    .help__card-btn {
        max-width: 200px;
    }
    .help__card-btn a {
        padding: 5px 12px;
        font-size: 16px;
    }
    .help__card-btn a span {
        width: 31px;
        height: 31px;
    }
    .help__card-btn a span svg {
        width: 17px;
        height: 14px;
    }
    .help__card .orange a p,
    .help__card .blue a p {
        max-width: 125px;
    }
}
@media (max-width: 850px) {
    .alreadyHelped__title {
        padding-right: 250px;
        font-size: 36px;
    }
}
@media (max-width: 780px) {
    .wheelchair__BG.top {
        top: -100px;
    }
}
@media (max-width: 774px) {
    .help__card-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .help__card + .help__card {
        margin-left: 0;
        margin-top: 77px;
    }
}
@media (max-width: 737px) {
    .aboutUs__wrapper {
        margin-top: 60px;
    }
    .aboutUs__wrapper:first-child {
        margin-top: 0;
    }
}
@media (max-width: 705px) {
    .alreadyHelped__slider .slick-arrow {
        top: -206px;
    }
}
@media (max-width: 664px) {
    .wheelchair__BG.top {
        top: 0;
    }
}
@media (max-width: 580px) {
    .wheelchair__BG.top {
        top: -150px;
    }
    .main__header {
        padding-bottom: 191px;
    }
    .main__header-title {
        font-size: 24px;
    }
    .main__header-subtitle {
        font-size: 14px;
        max-width: 221px;
    }
    .main__header-range__title {
        font-size: 14px;
        margin-bottom: 33px;
    }
    .main__header-btn {
        margin-left: auto;
        margin-top: 32px;
    }
    .title {
        font-size: 24px !important;
        line-height: 125%;
    }
    .help__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 38px;
    }
    .help__title span {
        width: 38px;
        height: 38px;
    }
    .help__title span svg {
        width: 20px;
        height: 17px;
    }
    .wheelchair {
        padding-top: 155px;
    }
    .wheelchair__mainTitle {
        margin-top: 147px;
        font-size: 20px;
    }
    .wheelchair__child:nth-child(4) .wheelchair__child-btn {
        max-width: 289px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .happyChildren {
        padding-top: 152px;
        padding-bottom: 82px;
    }
    .happyChildren__title {
        font-size: 20px;
    }
    .happyChildren__title span {
        color: #fff;
    }
    .happyChildren__text {
        font-size: 14px;
        margin-bottom: 41px;
    }
    .happyChildren__photo img {
        width: calc(50% - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .pay__title {
        font-size: 24px;
    }
    .pay__title p {
        width: 164px;
    }
    .pay__title span {
        width: 65px;
        height: 65px;
    }
    .pay__title span svg {
        width: 34px;
        height: 29px;
    }
    .thanks__text {
        margin-top: 38px;
        margin-bottom: 48px;
    }
    .alreadyHelped__title {
        font-size: 20px;
        line-height: 160%;
        max-width: 182px;
        padding-right: 0;
    }
    .alreadyHelped__slider .slick-arrow {
        top: -178px;
    }
    .footer__social {
        margin-top: 70px;
    }
    .footer__social a img {
        width: 44px;
        height: 44px;
    }
    .footer__secondTitle {
        margin-top: 217px;
    }
    .header__logo {
        width: 112px;
        height: 115px;
        margin-top: -46px;
    }
    .header__logo img {
        width: 65px;
        height: 57px;
    }
    .help__card-name {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .help__card-diagnosis {
        font-size: 16px;
        line-height: 20px;
    }
    .help__card-need {
        font-size: 13px;
        line-height: 16px;
    }
    .help__card-text {
        font-size: 13px;
        line-height: 16px;
        min-height: 140px;
    }
    .help__card-mainWrapper {
        min-height: auto;
    }
}
@media (max-width: 600px) {
    .alreadyHelped__BG {
        top: 250px;
    }
}
@media (max-width: 480px) {
    .wheelchair__BG.top {
        top: -90px;
    }

    .wheelchair__title {
        max-width: 100%;
    }
    .title {
        font-size: 20px !important;
    }

    .header-container .main__header-subtitle {
        color: #fd9248;
        font-size: 16px;
        max-width: 100%;
    }

    .header-container .main__header-subtitle{
        color: #fd9248;
    }

    .header-container .main__header-range__title{
        color: #fd9248;
        margin-bottom: 0;
    }

    .main__header-btn.btn {
        margin: 30px auto;
    }

    .help__card-text {
        font-size: 12px;
        line-height: 20px;
    }

    .help__card-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    a.help__card-history {
        margin-top: 18px;
    }

    .wheelchair__BG.bottom {
        transform: scale(-6.5);
        top: 1750px;
    }

    .wheelchair__child:nth-child(2) .wheelchair__child-text {
        color: #ffffff;
        padding-top: 55px;
    }

    .wheelchair__child:nth-child(3) .wheelchair__child-text {
        color: #ffa046;
    }

    .wheelchair__child:nth-child(4) .wheelchair__child-text {
        color: #438dfe;
    }

    .wheelchair__child:nth-child(3) {
        margin-bottom: 40px;
    }

    #payFrame{
        height: 1200px !important;
    }

    .wheelchair__title.title {
        padding-top: 0;
    }
    
    .wheelchair__BG.top {
        top: -120px;
    }

    .wheelchair__child-btn.btn a {
        font-size: 14px;
    }

    .wheelchair__child-btn.btn {
        margin-top: 35px;
    }

    .happyChildren__title {
        margin-top: 50px;
    }

    .happyChildren__title {
        margin-top: 50px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .happyChildren__photo img {
        width: calc(100% - 5px);
    }

    h1.main__header-title {
        color: #ff6752;
        padding-top: 110px;
    }

    .pay {
        margin-bottom: 0;
    }

    .thanks__text {
        text-transform: none;
    }

    button.slick-prev.slick-arrow {
        top: -150px !important;
        left: 200px !important;
    }

    button.slick-next.slick-arrow {
        top: -150px !important;
        right: 30px;
    }

    section.alreadyHelped {
        padding-bottom: 85px;
    }

    .aboutUs__title {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .aboutUs__text {
        font-size: 16px;
        margin-top: 25px;
    }

    .aboutUs__subtitle {
        font-size: 26px;
    }

    .aboutUs__btn a {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .aboutUs__inner {
        margin-bottom: 70px;
    }

    .aboutUs__secondTitle {
        font-size: 16px;
    }

    .footer__text {
        font-size: 16px;
    }

    .footer__secondTitle.title {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .footer__subtitle {
        margin-bottom: 50px;
    }

    .footer__form-title {
        font-size: 20px;
    }

    form.footer__form {
        padding: 40px 30px;
    }

    .footer__form-text {
        font-size: 14px;
    }

    .footer__form-btn button {
        font-size: 14px;
        display: flex;
        margin: auto;
    }

    .alreadyHelped {
        padding-top: 100px;
    }

    .alreadyHelped__BG {
        top: 25px;
        transform: scale(1.1);
    }

    .footer__title.title {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .footer__BG img {
        height: 100%;
    }

    .help__card-wrapper {
        flex-direction: column;
    }

    .help__card .orange a p, .help__card .blue a p {
        padding-left: 43px;
    }

    .wheelchair__child-btn.btn p {
        padding-left: 50px;
    }
}
@media (max-width: 430px) {
    .wheelchair__title {
        max-width: 100%;
    }
    .title {
        font-size: 20px !important;
    }

    .header-container .main__header-subtitle {
        color: #fd9248;
        font-size: 16px;
        max-width: 100%;
    }

    .header-container .main__header-subtitle{
        color: #fd9248;
    }

    .header-container .main__header-range__title{
        color: #fd9248;
        margin-bottom: 0;
    }

    .main__header-btn.btn {
        margin: 30px auto;
    }

    .help__card-text {
        font-size: 12px;
        line-height: 20px;
    }

    .help__card-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    a.help__card-history {
        margin-top: 18px;
    }

    .wheelchair__BG.bottom {
        transform: scale(-6.5);
        top: 1750px;
    }

    .wheelchair__child:nth-child(2) .wheelchair__child-text {
        color: #ffffff;
        padding-top: 55px;
    }

    .wheelchair__child:nth-child(3) .wheelchair__child-text {
        color: #ffa046;
    }

    .wheelchair__child:nth-child(4) .wheelchair__child-text {
        color: #438dfe;
    }

    .wheelchair__child:nth-child(3) {
        margin-bottom: 40px;
    }

    #payFrame{
        height: 1000px !important;
    }

    .wheelchair__title.title {
        padding-top: 0;
    }
    
    .wheelchair__BG.top {
        top: -120px;
    }

    .wheelchair__child-btn.btn a {
        font-size: 14px;
    }

    .wheelchair__child-btn.btn {
        margin-top: 35px;
    }

    .happyChildren__title {
        margin-top: 50px;
    }

    .happyChildren__title {
        margin-top: 50px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .happyChildren__photo img {
        width: calc(100% - 5px);
    }

    h1.main__header-title {
        color: #ff6752;
        padding-top: 110px;
    }

    .pay {
        margin-bottom: 0;
    }

    .thanks__text {
        text-transform: none;
    }

    button.slick-prev.slick-arrow {
        top: -50px;
        left: 30px;
    }

    button.slick-next.slick-arrow {
        top: -50px;
        right: 30px;
    }

    section.alreadyHelped {
        padding-bottom: 85px;
    }

    .aboutUs__title {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .aboutUs__text {
        font-size: 16px;
        margin-top: 25px;
    }

    .aboutUs__subtitle {
        font-size: 26px;
    }

    .aboutUs__btn a {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .aboutUs__inner {
        margin-bottom: 70px;
    }

    .aboutUs__secondTitle {
        font-size: 16px;
    }

    .footer__text {
        font-size: 16px;
    }

    .footer__secondTitle.title {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .footer__subtitle {
        margin-bottom: 50px;
    }

    .footer__form-title {
        font-size: 20px;
    }

    form.footer__form {
        padding: 40px 30px;
    }

    .footer__form-text {
        font-size: 14px;
    }

    .footer__form-btn button {
        font-size: 14px;
        display: flex;
        margin: auto;
    }

    .alreadyHelped {
        padding-top: 100px;
    }

    .alreadyHelped__BG {
        top: 25px;
        transform: scale(1.1);
    }

    .footer__title.title {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .footer__BG img {
        height: 100%;
    }

    .help__card-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 370px) {
    .wheelchair__BG.top {
        top: -60px;
    }

    .wheelchair__title {
        max-width: 100%;
    }
    .title {
        font-size: 20px !important;
    }

    .header-container .main__header-subtitle {
        color: #fd9248;
        font-size: 16px;
        max-width: 100%;
    }

    .header-container .main__header-subtitle{
        color: #fd9248;
    }

    .header-container .main__header-range__title{
        color: #fd9248;
        margin-bottom: 0;
    }

    .main__header-btn.btn {
        margin: 30px auto;
    }

    .help__card-text {
        font-size: 12px;
        line-height: 20px;
    }

    .help__card-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    a.help__card-history {
        margin-top: 18px;
    }

    .wheelchair__BG.bottom {
        transform: scale(-6.5);
        top: 1630px;
    }

    .wheelchair__child:nth-child(2) .wheelchair__child-text {
        color: #ffffff;
        padding-top: 55px;
    }

    .wheelchair__child:nth-child(3) .wheelchair__child-text {
        color: #ffa046;
    }

    .wheelchair__child:nth-child(4) .wheelchair__child-text {
        color: #438dfe;
    }

    .wheelchair__child:nth-child(3) {
        margin-bottom: 40px;
    }

    #payFrame{
        height: 1000px !important;
    }

    .wheelchair__title.title {
        padding-top: 0;
    }
    
    .wheelchair__BG.top {
        top: -75px;
    }

    .wheelchair__child-btn.btn a {
        font-size: 14px;
    }

    .wheelchair__child-btn.btn {
        margin-top: 35px;
    }

    .happyChildren__title {
        margin-top: 50px;
    }

    .happyChildren__title {
        margin-top: 50px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .happyChildren__photo img {
        width: calc(100% - 5px);
    }

    h1.main__header-title {
        color: #ff6752;
        padding-top: 45px;
    }

    .pay {
        margin-bottom: 0;
    }

    .thanks__text {
        text-transform: none;
    }

    button.slick-prev.slick-arrow {
        top: -90px !important;
        left: 160px !important;
    }

    button.slick-next.slick-arrow {
        top: -90px !important;
        right: 30px;
    }

    .alreadyHelped__BG {
        top: 120px;
        transform: scale(1.2);
    }

    section.alreadyHelped {
        padding-bottom: 85px;
    }

    .aboutUs__title {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .aboutUs__text {
        font-size: 16px;
        margin-top: 25px;
    }

    .aboutUs__subtitle {
        font-size: 26px;
    }

    .aboutUs__btn a {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .aboutUs__inner {
        margin-bottom: 70px;
    }

    .aboutUs__secondTitle {
        font-size: 16px;
    }

    .footer__text {
        font-size: 16px;
    }

    .footer__secondTitle.title {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .footer__subtitle {
        margin-bottom: 50px;
    }

    .footer__form-title {
        font-size: 20px;
    }

    form.footer__form {
        padding: 40px 30px;
    }

    .footer__form-text {
        font-size: 14px;
    }

    .footer__form-btn button {
        font-size: 14px;
        display: flex;
        margin: auto;
    }

    .alreadyHelped__title {
        margin-bottom: 30px;
    }
}
@media (max-width: 369px) {
    .wheelchair__BG.top {
        top: -40px;
    }

    .wheelchair__BG.bottom {
        transform: scale(-8.5);
        top: 1660px;
    }

    .alreadyHelped__BG {
        top: 155px;
        transform: scale(1.4);
    }
}
