*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img{
    display: block;
}
ul, ol {
    list-style: none;
}
button, input, select, textarea {
    outline: none;
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    background-color: transparent;
    cursor: pointer;
}
html{
    font-family: 'Sora', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
input {
    border: none;
    background-color: transparent;
}
body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main{
    position: relative;
    z-index: 9;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    z-index: 99;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.header__content{
    background: #FFFF48;
}
.header__burger{
    display: none;
    @media(max-width: 768px){
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #5D16B4;
        border-radius: 5px;
        color: #FFFFFF;
    }
}
.header__burger svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 768px){
        max-width: 28px;
    }
}
header.close{
    transform: translateY(-80px);
    @media(max-width: 992px){
        transform: translateY(-64px);
    }
}
header.close .header__hidden svg{
    transform: rotate(180deg);
}
.header__content-wrapper{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
    gap: 96px;
    @media(max-width: 1280px){
        gap: 60px;
        padding: 12px 20px;
    }
    @media(max-width: 575px){
        padding: 12px;
    }
}
.header__hidden{
    width: 65px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    background: #FFFF48;
    cursor: pointer;
}
.header__hidden-wrapper{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    @media(max-width: 1280px){
        padding: 0 20px;
    }
    @media(max-width: 575px){
        padding: 0 12px;
    }
}
.header__menu{
    display: flex;
    align-items: center;
    gap: 36px;
    @media(max-width: 992px){
        gap: 16px;
    }
    @media(max-width: 768px){
        display: none;
    }
}
.header__item{
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500 !important;
    color: #5D16B4 !important;
    transition: .3s ease-in-out;
}
.header__item:hover{
    color: #AB68FB !important;
}
.header__btn{
    display: flex;
    align-items: center;
    height: 40px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline !important;
    color: #5D16B4 !important;
    transition: .3s ease-in-out;
    @media(max-width: 992px){
        font-size: 16px;
        line-height: 20px;
    }
}
.header__btn:hover{
    color: #AB68FB !important;
}


.wrapper{
    position: relative;
    z-index: 9;
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    @media(max-width: 1280px){
        padding: 0 20px;
    }
    @media(max-width: 575px){
        padding: 0 12px;
    }
}












.main{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 200px 0;
    @media(max-width: 992px){
        padding: 150px 0;
    }
    @media(max-width: 575px){
        padding: 150px 0 100px;
    }
}
.main__bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.main__logo{
    width: 350px;
    height: auto;
    @media(max-width: 992px){
        width: 250px;
    }
    @media(max-width: 575px){
        width: 200px;
    }
}
.main__logo svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}
.main__content h1 {
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 50px;
    @media(max-width: 1280px){
        font-size: 80px;
        line-height: 80px;
    }
    @media(max-width: 992px){
        font-size: 60px;
        line-height: 60px;
    }
    @media(max-width: 575px){
        font-size: 48px;
        line-height: 48px;
    }
}
.main__content h1 b{
    font-weight: 700;
    color: #FFFF00;
}
.main__grid{
    display: flex;
    gap: 96px;
    @media(max-width: 1440px){
        gap: 60px;
    }
    @media(max-width: 992px){
        gap: 32px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
.main__grid-item{
    max-width: 400px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    @media(max-width: 575px){
        max-width: unset;
    }
}
.main__grid-item span{
    font-size: 72px;
    line-height: 80px;
    font-weight: 200;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    @media(max-width: 1280px){
        font-size: 60px;
        line-height: 72px;
    }
    @media(max-width: 992px){
        font-size: 48px;
        line-height: 60px;
    }
    @media(max-width: 575px){
        font-size: 30px;
        line-height: 30px;
    }
}
.main__grid-item h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFF00;
    margin-bottom: 25px;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    @media(max-width: 992px){
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
.main__grid-item p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 992px){
        font-size: 16px;
        line-height: 20px;
    }
}
.main__links{
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    @media(max-width: 992px){
        right: 20px;
    }
    @media(max-width: 575px){
        position: relative;
        right: unset;
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
}
.main__links-item{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #FFFFFF;
    transition: .3s ease-in-out;
}
.main__links-item.yellow-link{
    color: #FFFF00;
}
.main__links-item:hover{
    filter: brightness(0.8);
}











.projects{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.projects__bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    @media(max-width: 992px){
        flex-direction: column;
    }
}
.projects__bg-rectangle{
    width: 50%;
    height: 100%;
    background: #C0C0C0;
    @media(max-width: 992px){
        width: 100%;
        height: 50%;
        background: #FFFF48;
    }
}
.projects__bg-rectangle:last-child{
    background: #FFFF48;
    @media(max-width: 992px){
        background: #C0C0C0;
    }
}
.projects__content{
    display: flex;
    gap: 120px;
    @media(max-width: 1440px){
        gap: 60px;
    }
    @media(max-width: 1280px){
        gap: 30px;
    }
    @media(max-width: 992px){
        flex-direction: column-reverse;
        width: 100%;
    }
}
.projects__left{
    max-width: 405px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 140px;
    padding: 150px 0 100px;
    @media(max-width: 1280px){
        gap: 100px;
        padding: 100px 0;
    }
    @media(max-width: 992px){
        padding: 0 0 60px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
        max-width: unset;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
.projects__item{
    display: flex;
    flex-direction: column;
}
.projects__item span{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    color: #FFFF00;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
}
.projects__item h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #5D16B4;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
    @media(max-width: 992px){
        margin-bottom: 10px;
    }
}
.projects__item p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
    @media(max-width: 992px){
        font-size: 16px;
        line-height: 22px;
    }
}
.projects__img{
    max-width: 540px;
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    @media(max-width: 1280px){
        max-width: 400px;
    }
    @media(max-width: 992px){
        max-width: unset;
        width: 100%;
        height: 800px;
    }
    @media(max-width: 768px){
        height: 600px;
    }
    @media(max-width: 480px){
        height: 500px;
    }
}
.projects__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;

}
.projects__right{
    max-width: 405px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 150px 0;
    @media(max-width: 1280px){
        padding: 100px 0;
    }
    @media(max-width: 992px){
        max-width: unset;
        padding: 60px 0 0;
    }
}
.projects__right-top{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 260px;
    @media(max-width: 1280px){
        gap: 30px;
        margin-bottom: 200px;
    }
    @media(max-width: 992px){
        margin-bottom: 60px;
    }
    @media(max-width: 575px){
        margin-bottom: 30px;
    }
}
.projects__right-top h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    color: #5D16B4;
    text-transform: uppercase;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
}
.projects__right-top h2 b{
    color: #AB68FB;
}
.projects__btn{
    width: fit-content;
    padding: 12px 30px;
    border-radius: 30px;
    background: #5D16B4;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    transition: .3s ease-in-out;
}
.projects__btn:hover{
    background: #AB68FB;
}
.projects__description{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
}









.saved{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 250px 0 150px;
    @media(max-width: 992px){
        padding: 150px 0;
    }
    @media(max-width: 768px){
        padding: 100px 0;
    }
    @media(max-width: 575px){
        padding: 60px 0;
    }
}
.saved__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.saved__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
}
.saved__content{
    display: flex;
    flex-direction: column;
}
.saved__content h2{
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 120px;
    @media(max-width: 1280px){
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 80px;
    }
    @media(max-width: 992px){
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 60px;
    }
    @media(max-width: 575px){
        font-size: 48px;
        line-height: 48px;
    }
}
.saved__content h2 b{
    color: #FFFF48;
}
.saved__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 96px;
    width: 100%;
    margin-bottom: 150px;
    @media(max-width: 1280px){
        margin-bottom: 80px;
        gap: 60px;
    }
    @media(max-width: 992px){
        gap: 30px;
        margin-bottom: 60px;
    }
    @media(max-width: 768px){
        display: flex;
        flex-direction: column;
    }
}
.saved__grid-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media(max-width: 992px){
        gap: 10px;
    }
}
.saved__grid-item h3{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFF48;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
    @media(max-width: 992px){
        font-size: 24px;
        line-height: 28px;
    }
}
.saved__grid-item p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 992px){
        font-size: 16px;
        line-height: 22px;
    }
}
.saved__img{
    max-width: 100%;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #FFFF00;
    @media(max-width: 768px){
        padding: 12px;
    }
}
.saved__img-wrapper{
    width: 100%;
    height: fit-content;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.saved__img:after{
    content: '';
    width: 2px;
    height: 40px;
    background: #FFFF00;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.saved__img-wrapper img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.saved__btn{
    width: fit-content;
    text-align: center;
    margin: 60px auto 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #352E3D;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease-in-out;
}
.saved__btn:hover{
    color: #FFFF00;
}





























.bills{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 280px 0;
    @media(max-width: 1440px){
        padding: 200px 0;
    }
    @media(max-width: 1280px){
        padding: 150px 0;
    }
    @media(max-width: 992px){
        padding: 100px 0;
    }
    @media(max-width: 575px){
        padding: 60px 0;
    }
}
.bills__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bills__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.bills__content h2{
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    @media(max-width: 1280px){
        font-size: 80px;
        line-height: 80px;
    }
    @media(max-width: 992px){
        font-size: 60px;
        line-height: 60px;
    }
    @media(max-width: 575px){
        font-size: 48px;
        line-height: 48px;
    }
    @media(max-width: 480px){
        font-size: 40px;
        line-height: 40px;
    }
}
.bills__content h2 b{
    color: #FFFF48;
}





.news{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.news__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    @media(max-width: 992px){
        flex-direction: column;
    }
}
.news__bg-rectangle{
    width: 50%;
    height: 100%;
    background: #C0C0C0;
    @media(max-width: 992px){
        width: 100%;
        height: 50%;
        background: #FFFF48;
    }
}
.news__bg-rectangle:last-child{
    background: #FFFF48;
    @media(max-width: 992px){
        background: #C0C0C0;
    }
}
.news__content{
    display: flex;
    gap: 120px;
    @media(max-width: 1440px){
        gap: 60px;
    }
    @media(max-width: 1280px){
        gap: 30px;
    }
    @media(max-width: 992px){
        flex-direction: column-reverse;
        width: 100%;
    }
}
.news__left{
    max-width: 405px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 150px 0 100px;
    @media(max-width: 1280px){
        padding: 100px 0;
        gap: 60px;
    }
    @media(max-width: 992px){
        padding: 0 0 60px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
        max-width: unset;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
.news__item{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.news__item-img{
    max-width: 235px;
    width: 100%;
    height: auto;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    margin-bottom: 24px;
}
.news__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news__date{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 8px;
}
.news__title{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    text-transform: uppercase;
    color: #5D16B4;
    transition: .3s ease-in-out;
    margin-bottom: 8px;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
    @media(max-width: 992px){
        font-size: 24px;
        line-height: 28px;
    }
}
.news__title:hover{
    color: #AB68FB;
}
.news__item-tags{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.news__item-tag{
    padding: 5px 20px;
    border-radius: 24px;
    background: #FFFF48;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #5C5C5C;
}
.news__reading-time{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #5C5C5C;
}
.news__more{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    color: #5D16B4;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease-in-out;
}
.news__more:hover{
    color: #AB68FB;
}
.news__img{
    max-width: 540px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    @media(max-width: 1280px){
        max-width: 400px;
    }
    @media(max-width: 992px){
        max-width: unset;
        width: 100%;
        height: 800px;
    }
    @media(max-width: 768px){
        height: 600px;
    }
    @media(max-width: 480px){
        height: 500px;
    }
}
.news__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.news__right{
    display: flex;
    flex-direction: column;
    padding: 150px 0 120px;
    height: 100%;
    justify-content: space-between;
    gap: 150px;
    @media(max-width: 1280px){
        padding: 100px 0;
    }
    @media(max-width: 992px){
        max-width: unset;
        padding: 60px 0 0;
        gap: 60px;
    }
}
.news__links{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 405px;
    width: 100%;
}
.news__links-main{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #762FCD;
    transition: .3s ease-in-out;
    @media(max-width: 1280px){
        font-size: 28px;
        line-height: 36px;
    }
}
.news__links-main:hover{
    color: #AB68FB;
}
.news__links-item{
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease-in-out;
}
.news__links-item:hover{
    color: #AB68FB;
}
.news__text{
    position: relative;
    z-index: 1;
}
.news__text p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
}





.app{
    position: relative;
    z-index: 1;
}
.app__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.app__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.app__content{
    display: flex;
    flex-direction: column;
    padding: 170px 0 210px;
    position: relative;
    width: 100%;
}
.app__content h2{
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5D16B4;
    margin-bottom: 120px;
}
.app__content h2 b{
    color: #FFFF48;
}
.app__grid{
    display: flex;
    justify-content: space-between;
    gap: 90px;
    width: 100%;
    margin-bottom: 100px;
}
.app__item{
    max-width: 380px;
    width: 100%;
    height: auto;
    border: 2px solid #FFFF00;
    border-radius: 24px;
    padding: 16px;
}
.app__text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.app__text span{
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    color: #FFFFFF;
}
.app__text p{
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    color: #FFFF00;
}
.app__qr{
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}











.donate{
    background: #393241;
    padding: 150px 0;
    @media(max-width: 992px){
        padding: 100px 0;
    }
    @media(max-width: 575px){
        padding: 60px 0;
    }
}
.donate__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    width: 100%;
    @media(max-width: 1440px){
        gap: 60px;
    }
    @media(max-width: 1280px){
        gap: 32px;
    }
    @media(max-width: 1200px){
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
    }
}
.donate__column{
    display: flex;
    flex-direction: column;
    max-width: 454px;
    width: 100%;
    @media(max-width: 1200px){
        grid-column: span 1;
        max-width: unset;
    }
}
.donate__column:nth-child(1){
    @media(max-width: 1200px){
        width: 100%;
        grid-column: span 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
.donate__items{
    display: flex;
    flex-direction: column;
    gap: 140px;
    @media(max-width: 1200px){
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
}
.donate__column.donate__variables, .donate__column.donate__qrs{
    gap: 0;
}
.donate__column h2{
    font-size: 44px;
    line-height: 56px;
    font-weight: 800;
    text-transform: uppercase;
    color: #AB68FB;
    margin-bottom: 32px;
    @media(max-width: 1280px){
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}
.donate__column h2 b{
    color: #FFFF48;
}
.donate__column p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #9C9C9C;
}
.donate__links{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    @media(max-width: 992px){
        margin-top: 20px;
    }
}
.donate__links-item{
    padding: 10px 30px;
    height: 45px;
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    transition: .3s ease-in-out;
}
.donate__links-item.yellow-btn{
    color: #762FCD;
    background: #FFFF48;
}
.donate__links-item.yellow-btn:hover{
    color: #AB68FB;

}
.donate__links-item.paypal-btn{
    background: #FFFFFF;
}
.donate__links-item.paypal-btn:hover{
    background: #E2F4FC;
}
.donate__table{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.donate__table-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #9C9C9C;
}
.donate__table-header__title{
    font-size: 16px !important;
    line-height: 20px !important;
}
.donate__table-header__counter{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #AB68FB !important;
}
.donate__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.donate__list-item{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.donate__list-item p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #9C9C9C;
    width: fit-content;
    flex-shrink: 0;
}
.donate__list-item span{
    display: block;
    width: 100%;
    height: 1px;
    border: 1px dashed #9C9C9C;
}
.donate__list-item a{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #AB68FB;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease-in-out;
    width: fit-content;
    flex-shrink: 0;
}
.donate__list-item a:hover{
    color: #5D16B4;
}


.donate__qrs-item{
    display: none;
}
.donate__qrs-item.active-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.donate__qrs-item__img{
    max-width: 220px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.donate__qrs-item__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.donate__qrs-item__name{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #AB68FB;
}
.donate__qrs-item__address{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9C9C9C;
    margin-top: 10px;
    word-break: break-all;
    overflow-wrap: anywhere;
    text-align: center;
}
.donate__qrs-item__app{
    max-width: 220px;
    width: 100%;
    height: 45px;
    padding: 10px 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 24px;
    margin-top: 50px;
    transition: .3s ease-in-out;
    @media(max-width: 992px){
        margin-top: 20px;
    }
}
.donate__qrs-item__app:hover{
    background: #E2F4FC;
}
.donate__qrs-content{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    @media(max-width: 992px){
        gap: 20px;
    }
}
.donate__qrs-tabs{
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #9C9C9C;
}
.donate__qrs-tab{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #9C9C9C;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.donate__qrs-tab:hover{
    color: #AB68FB;
}
.donate__qrs-tab.active-tab{
    color: #AB68FB;
    text-decoration: none;
    font-weight: 800;
}
.donate.donate-light{
    background-image: url("../assets/images/donate-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.donate.donate-light h2{
    color: #FFFF48;
}
.donate.donate-light h2 b{
    color: #FFFFFF;
}
.donate.donate-light p{
    color: #FFFFFF;
}
.donate.donate-light .donate__qrs-item__name{
    color: #FFFF48;
}
.donate.donate-light .donate__list-item a{
    color: #FFFF48;
}
.donate.donate-light .donate__list-item a:hover{
    filter: brightness(0.7);
}
.donate.donate-light .donate__table-header__counter{
    color: #FFFF48 !important;
}
.donate.donate-light .donate__list-item span{
    border-color: #FFFFFF;
}
.donate.donate-light .donate__qrs-tabs{
    border-color: #FFFFFF;
}
.donate.donate-light .donate__qrs-tab{
    color: #FFFFFF;
}
.donate.donate-light .donate__qrs-tab:hover{
    color: #FFFF48;
}
.donate.donate-light .donate__qrs-tab.active-tab{
    color: #FFFF48;
}


.child{
    background: #252525;
    padding: 150px 0 200px;
}
.child__content h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    color: #AB68FB;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.child__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.child__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 210px;
    flex-shrink: 0;
}
.child__item-img{
    width: 100%;
    height: auto;
}
.child__item-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.child__item p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #9C9C9C;
}



.about{
    padding: 200px 0;
    @media(max-width: 992px){
        padding: 100px 0;
    }
    @media(max-width: 575px){
        padding: 60px 0;
    }
}
.about__content{
    display: flex;
    flex-direction: column;
    gap: 110px;
    @media(max-width: 992px){
        gap: 60px;
    }
}
.about__top, .about__bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    @media(max-width: 992px){
        gap: 30px;
    }
    @media(max-width: 880px){
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
.about__award{
    max-width: 260px;
    width: 100%;
}
.about__award img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.about__award-text{
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #1D1D1D;
    @media(max-width: 575px){
        font-size: 20px;
        line-height: 28px;
    }
}
.about__partners{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.about__partners-item{
    width: fit-content;
    height: 100px;
    display: flex;
    align-items: center;
    max-width: 350px;
}
.about__partners-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.about__column{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1D1D1D;
    grid-column: span 1;
}
.about__column:nth-child(1){
    @media(max-width: 880px){
        grid-column: span 2;
    }
}
.about__socials{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    @media(max-width: 992px){
        margin-top: 20px;
    }
}
.about__socials-item{
    width: 34px;
    height: 34px;
    color: #000000;
    transition: .3s ease-in-out;
}
.about__socials-item:hover{
    color: #AB68FB;
}
.about__socials-item svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.about__socials-row{
    display: flex;
    align-items: center;
    gap: 12px;
}


.mobile-menu{
    display: none;
    transform: translateX(-100%);
    transition: .3s ease-in-out;
}
.mobile-menu.open{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 360px;
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 64px;
    left: 0;
    transform: translateX(0);
    height: calc(100svh - 64px);
    background: #FFFF48;
    z-index: 999;
}
.mobile-menu__item{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #5D16B4 !important;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease-in-out;
}
.mobile-menu__item:hover{
    color: #AB68FB !important;
}



footer{
    background: #1D162B;
}
.footer-wrapper{
    max-width: 1660px;
    width: 100%;
    padding: 60px 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    @media(max-width: 1280px){
        padding: 60px 20px;
    }
    @media(max-width: 575px){
        padding: 45px 12px;
    }
}
.footer__top{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    width: 100%;
    @media(max-width: 1280px){
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    @media(max-width: 575px){
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.footer__column{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__link{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #C6C5CA !important;
    transition: .3s ease-in-out;
    width: fit-content;
}
.footer__link:hover{
    color: #FFFFFF;
}
.footer__socials-item{
    border: 1px solid #5C5C5C;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF !important;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer__socials-item:hover{
    background: #FFFFFF;
    color: #5D16B4 !important;
    border-color: #FFFFFF;
}
.footer__bottom{
    width: 100%;
    background: #2F293B;
    padding: 30px 0;
}
.footer__bottom-wrapper{
    max-width: 1660px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media(max-width: 1280px){
        padding: 0 20px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
    @media(max-width: 575px){
        padding: 0 12px;
    }
}
.footer__allright{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer__docs{
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer__docs-item{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ff8562;
    transition: .3s ease-in-out;
}
.footer__docs-item:hover{
    color: #FFFFFF !important;
}