body {
    width: 100%;
    height: auto;
    margin: 0;
}

.header {
    width: 100%;
    height: 64px;
    background: #336AEA;
}

.header-in {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 18%;
    padding-right: 18%;
    align-items: center;
}

.text-between {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: Alexandria;
}

.с-1-1-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 144px;
}

.с-1-1-2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.language-switcher {
    display: flex;
    align-items: center;
    /* вирівнює елементи по вертикалі */
    gap: 5px;
    /* відстань між елементами */
}

.header {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.header .language-switcher>a {
    color: inherit;
    text-transform: uppercase;
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center
}

.under_header {
    position: relative;
    width: 100%;
    height: 900px;
    background-image: url("images/6597ea9a3d5d73f0f8f73db6ca43f2faaec4c0d1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.under_header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}

.under_header-1 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.donate-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.donate-button button {
    background-color: #336AEA;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.donate-button button:hover {}

.donate-button button img {
    width: 24px;
    height: 24px;
}

.donate-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.donate-btn {
    background-color: #336AEA;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    /* прибираємо підкреслення */
    transition: background-color 0.3s ease;
    white-space: nowrap;	
}

.donate-btn:hover {
    background-color: #2853b8;
    /* ефект при наведенні */
}

.donate-btn img {
    width: 16px;
    /* встановіть розмір іконки за потребою */
    height: auto;
}


.about-fond {
    width: 100%;
    height: 675px;
    background: #336AEA;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-fond-w {
    width: 1232px;
}

@media (max-width: 1400px) {
    .about-fond-w {
        width: 64%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}

.about-fond-1 {
    display: flex;
    justify-content: flex-start;
}

.about-fond-1 h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 48px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 47px;
}


.about-fond-2 {
    display: flex;
    justify-content: space-between;
    gap: 3.5%;
}

.about-fond-text {
    width: 884px;
    display: flex;
    justify-content: flex-start;
    align-items: ;
    flex-direction: column;
    gap: 20px;
}

.text-about-1 {
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    font-family: 'Montserrat';
}

.text-about-2 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Montserrat';
}



.goal {
    width: 100%;
    height: auto;
    min-height: 935px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.goal-w {
    width: 1232px;
}

@media (max-width: 1400px) {
    .goal-w {
        width: 64%;
    }
}


.goal-1 {
    display: flex;
    justify-content: flex-start;
}

.goal-1 h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 47px;
}

.goal-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.g-card {
    width: 395px;
    height: 628px;
    display: flex;
    flex-direction: column;
}

.g-card img {
    width: 395px;
    height: 307px;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: 20px;
}

.g-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

.g-card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}





.consequences {
    width: 100%;
    min-height: 1406px;
    height: auto;
    background: #3B3B3B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.consequences-w {
    width: 1232px;
}

@media (max-width: 1400px) {
    .consequences-w {
        width: 64%;
    }
}

.consequences-1 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4.4vh;
    margin-top: 5vh;
}

.consequences-3 {}

.consequences-1 h2 {
    margin: 0;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.icons-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.icon-item {
    border: 2px solid #6B6B6B;
    border-radius: 20px;
    width: 290px;
    height: 191px;
    padding: 30px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 5vh;
}

.icon-item img {
    margin-bottom: 10px;
}

.icon-item p {
    font-size: 22px;
    color: #E6E6E6;
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;

}

.con-b {
    margin-top: 5vh;
    width: 100%;
    margin-bottom: 5vh;
}

.goal-3 {
    width: 100%;
    min-height: 995px;
    height: auto;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.goal-3-1 {

    margin: 0;
    margin-bottom: 3vh;
}

.goal-3-1 h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;

}

.cont-2-row {
    height: auto;
    gap: 30px;
    display: flex;
}

.cont-2-row-1 {
    position: relative;
    background: #F6E54E;
    border-radius: 20px;
}

.color-con {
    width: 100%;
    background-color: #F6E54E;
    border-radius: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 40px;
    position: absolute;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

body>div.goal-3>div>div.cont-2-row>div.cont-2-row-1>div>div {
    margin-top: 24px;
}

.step {
    width: 100%;
    min-height: 1120px;
    height: auto;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step-w {
    width: 1232px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1400px) {
    .step-w {
        width: 64%;
    }
}

.step-1 {

    margin: 0;
    margin-bottom: 3vh;
}

.step-1 h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;

}

.help {
    width: 100%;
    height: auto;
    padding-bottom: 4vh;
    background: #336AEA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.help-w {
    width: 1232px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 1400px) {
    .help-w {
        width: 64%;
    }
}

.help-1 {

    margin: 0;
    margin-bottom: 0vh;
}

.help-1 h2 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;

}

.w-step {
    max-width: 1095px;
    width: 100%;
    max-height: 588px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    font-family: sans-serif;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundraising-container {
    text-align: center;
}

.fundraising-container h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.currency-switcher {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.currency {
    padding: 10px 20px;
    border: 1px solid #6B6B6B;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

.currency.active {
    background: #336AEA;
    color: white;
}

.fund-details {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.disclaimer {
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
}

.disclaimer ul {
    margin-top: 10px;
    padding-left: 20px;
}

.over-f {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 620px;
    height: auto;
}

.over-f-w {
    width: 1232px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1400px) {
    .over-f-w {
        width: 64%;
    }
}

.over-f-text {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 5vh;
}

.over-f-w-t-1,
.over-f-w-t-2 {
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 1.5;
}



.color-con-2 {
    background: #FFEB4D;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    max-width: 861px;
    box-sizing: border-box;
    width: 100%;
}

.text-about-3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.6;
    display: block;
    margin-bottom: 20px;
}

.donate-button-2 {

    display: flex;
    justify-content: center;
}

.donate-button-2 button {
    background-color: #336AEA;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.donate-button-2 button:hover {}

.donate-button-2 button img {
    width: 24px;
    height: 24px;
}

.footer {
    background: #06163B;
    color: #ffffff;
    padding: 6.9vh 18%;
    font-family: 'Montserrat', sans-serif;
}

.footer-w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 200px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-column p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 18px;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: left;
    font-size: 18px;
    color: #cccccc;
    margin-top: 40px;
}


@media (max-width: 1400px) {
    .goal-1 {

        align-items: center;
    }

    .goal-2 {
        flex-direction: column;
        align-items: center;
    }

    .g-card {
        width: 100%;
        max-width: 395px;
    }
}

@media (max-width: 1500px) {
    .cont-2-row {
        flex-direction: column;
        align-items: center;
    }

    .cont-2-row-1,
    .cont-2-row-2 {
        max-width: 720px;
    }

    .cont-2-row-1 img {
        width: 100%;
        height: auto;
    }

    .color-con {
        position: relative;
        transform: none;
        left: auto;
        padding-bottom: 10px;
        margin-top: -40px;
    }
}

@media (max-width: 1200px) {
    .color-con-2 {
        margin-bottom: 2vh;
    }

    .over-f-text {
        margin-bottom: 2vh;
    }

    .step-text-2 {
        margin-bottom: 2vh;
    }
}


.cont-2-row-2 {
    background: #F8F6F6;
    border-radius: 20px;
    padding: 20px;
    min-height: 624px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    box-sizing: border-box;
}

.step-img {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
