        /* =========== GENERAL & FONT STYLES =========== */
        @font-face {
            font-family: 'DINpro';
            font-weight: 400;
            src: url(https://donate.unrwa.org/themes/custom/unrwa/fonts/DIN%20Pro/dinpro_medium.otf);
            font-display: swap;
        }
        @font-face {
            font-family: 'DINpro';
            font-weight: bold;
            font-style: normal;
            src: url(https://donate.unrwa.org/themes/custom/unrwa/fonts/DIN%20Pro/dinpro_bold.otf);
            font-display: swap;
        }

        :root {
            --primary: #cceffc;
            --secondary: #00aeef;
            --success: #f2f8fc;
            --danger: #c2203c;
            --light: #f5f5f5;
            --dark: #000;
            --white: #fff;
            --gray: #6c757d;
        }

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

        body {
            margin: 0;
            font-family: 'DINpro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.4;
            color: #000;
            background-color: var(--white);
            position: relative;
            min-height: 100vh;
            overflow-x: hidden;
        }

        .container {
            max-width: 1390px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding-right: 15px;
            padding-left: 15px;
        }

        h1, h2, h3, h4, h5, h6 {
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 700;
            line-height: 1.2;
        }

        h2 {
            font-size: calc(1.35rem + 1.2vw);
        }
        
        @media (min-width: 1200px) {
            h2 {
                font-size: 2.25rem;
            }
        }

        a {
            color: var(--secondary);
            text-decoration: none;
            background-color: transparent;
        }
        
        a:hover {
            color: #0076a3;
            text-decoration: underline;
        }

        .site-header {
    background-color: var(--white);
    padding: 0;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .09);
    position: sticky;
    top: 0;
    z-index: 1000;
}

    .site-header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 0.00rem;
            padding-bottom: 0.00rem; 
        }

    .navbar-brand.navbar-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .site-header .logo img {
        height: auto;
        max-height: 6.4rem;
    }

    .secure-donation.container {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 1.125rem;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .secure-donation.container img {
        height: 24px;
        width: 22px;
        vertical-align: middle;
    }

        main {
            padding-top: 0;
            margin-top: 1.5cm;
        }

        .main-layout {
            display: flex;
            gap: 1cm;
        }
        
        .info-column {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 0;
        }
        
        .form-column {
            flex: 0 0 50%;
            max-width: 50%;
        }
        
        .image-container {
            position: relative;
            margin-bottom: 0;
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        .image-overlay-text {
            position: absolute;
            bottom: 0;
            left: 0;
            display: flex;
            width: 100%;
            height: 100%;
            padding: 3.5rem;
            color: var(--white);
            background: linear-gradient(0deg, #000 -12%, transparent 60%);
            align-items: flex-end;
            font-size: calc(3.4375rem + 3.25vw);
            font-weight: bold;
        }
        
        @media (min-width: 1200px) {
            .image-overlay-text {
                font-size: 3.425rem;
            }
        }
        
        .info-text {
            padding: 1.875rem 2.5rem 0 0;
        }
        
        .info-text h1 {
            font-size: 40px;
            font-weight: bold;
        }
        
        .info-text p {
            font-size: 26px;
            line-height: 1.6;
        }
        
        .info-text .highlight {
            font-size: 48px;
            font-weight: bold;
            color: var(--secondary);
        }

        .donation-form-wrapper {
            padding: 2.2cm 3.2rem;
            color: var(--white);
            background-color: var(--secondary);
            min-height: 70%;
        }

        .donation-form-wrapper h2 {
            margin-bottom: 1.5rem;
            text-align: left;
        }
        

        .form-group {
            margin-bottom: 1.25rem;
        }
        
        .frequency-selector {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 1.875rem; 
        }

        .amount-selector {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 1.2cm;
        }
        
        .frequency-selector {
            gap: 0;
        }
        
        
        .frequency-selector .radio-option {
            flex: 0 0 50%;
        }
        
        .amount-selector .amount-option {
            margin: 0 .625rem 1.25rem;
        }
        
        .frequency-selector input[type="radio"],
        .amount-selector input[type="radio"] {
            position: absolute;
            opacity: 0;
            width: 1px;
            height: 1px;
        }
        
        .frequency-selector label, .amount-selector label {
            font-weight: bold;
            text-align: center;
            color: #000;
            background-color: var(--white);
            cursor: pointer;
            padding: .938rem .5rem;
            display: flex;
            width: 100%;
            height: 100%;
            font-size: 1.3rem;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }
        
        .frequency-selector .radio-option:first-child label {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }
        
        .frequency-selector .radio-option:last-child label {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }
        
        .amount-selector label {
            width: 145px;
            border-radius: .25rem;
        }
        
        .frequency-selector input[type="radio"]:checked + label,
        .amount-selector input[type="radio"]:checked + label {
            background-color: var(--primary);
            box-shadow: 0 7px 29px 0 rgba(0, 61, 101, .71);
            z-index: 1;
        }
        
        .impact-description {
            color: #fff;
            border-inline-start: 3px solid var(--primary);
            padding: 0 .625rem;
            margin-bottom: 1.875rem;
            font-size: 1.3rem;
        }

        .custom-amount {
            display: flex;
            gap: 10px;
            margin-bottom: .938rem;
        }
        
        .custom-amount input { 
            flex: 2; 
        }
        
        .custom-amount select { 
            flex: 1; 
        }

        input[type="text"], input[type="email"], select {
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.4;
            display: block;
            width: 100%;
            height: calc(1.4em + .626rem + 2px);
            padding: .313rem 1.03rem;
            color: #000;
            border: 1px solid #ccc;
            border-radius: .25rem;
            background-color: var(--white);
            margin-bottom: 1.25rem;
            box-sizing: border-box;
        }
        
        .form-group-inline {
            display: flex;
            gap: 10px;
        }
        
        .personal-details h3 {
            font-size: 1.8rem;
            font-weight: bold;
            padding-top: 1.875rem;
            text-align: left;
            margin-bottom: 1rem;
        }
        
        /* Checkboxes */
        .checkbox-group {
            margin-bottom: 1.25rem;
            position: relative;
        }
        
        .checkbox-group input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            width: 1px;
            height: 1px;
        }
        
        .checkbox-group label {
            padding-left: 1.8rem;
            position: relative;
            cursor: pointer;
            line-height: 1.4;
            display: block;
            font-size: 1rem;
        }
        
        .checkbox-group label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.2rem;
            height: 1.2rem;
            border: 1px solid #adb5bd;
            background-color: var(--white);
            border-radius: .25rem;
        }
        
        .checkbox-group input[type="checkbox"]:checked + label:before {
            border-color: var(--secondary);
            background-color: var(--secondary);
        }
        
        .checkbox-group input[type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            left: .35rem;
            top: .35rem;
            width: .6rem;
            height: .3rem;
            border: solid white;
            border-width: 0 0 2px 2px;
            transform: rotate(-45deg);
        }

        .donate-button {
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.4;
            display: inline-block;
            padding: 12px 20px;
            width: 100%;
            margin-top: .938rem;
            color: #212529;
            border-color: var(--primary);
            background-color: var(--primary);
            border-radius: .25rem;
            border-width: 2px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .donate-button:hover {
            background-color: #a8e4fa;
            border-color: #9ce0f9;
            transform: translateY(-2px);
        }

        .faq-section {
            padding: 40px 0;
            background-color: #fff;
        }
        
        .faq-section .container {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .faq-section h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-size: 2.5rem;
            font-weight: bold;
        }
        
        .faq-item {
            background: #f5f5f5;
            padding: 27px 20px;
            margin: 18px auto;
            width: 36cm;
            cursor: pointer;
            position: relative;
            font-size: 1.2rem;
            border-radius: 4px;
            left: -7cm;
        }
        
        .faq-item h3 {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 600;
            color: #111;
            padding-left: 30px;
            position: relative;
        }
        
        .faq-item h3:before {
            content: "⬇️";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            color: #111;
        }
        
        .faq-item p {
            display: none;
            margin-top: 15px;
            font-size: 1rem;
            color: #444;
            line-height: 1.6;
        }
        
        .faq-item.active p {
            display: block;
        }
        
        .faq-item h3:after {
            content: "+";
            font-size: 20px;
            color: #00aef0;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }
        
        .faq-item.active h3:after {
            content: "–";
        }

        /* =========== OTHER WAYS SECTION =========== */
        .other-ways-section {
            padding: 60px 0;
            background-color: #fff;
        }
        
        .other-ways-section h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.5rem;
        }
        
        .cards-container {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .way-card {
            background-color: #00aeef;
            color: var(--white);
            padding: 0;
            flex: 0 0 calc(25% - 20px);
            max-width: calc(25% - 20px);
            position: relative;
            box-sizing: border-box;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .way-card:hover {
            transform: translateY(-5px);
        }
        
        .way-card a {
            color: var(--white);
            display: block;
            height: 100%;
            text-decoration: none;
        }
        
        .way-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 0;
        }
        
        .way-card-content {
            padding: 20px;
        }
        
        .way-card h3 {
            font-size: 1.4rem;
            color: var(--white);
            margin-bottom: 10px;
        }
        
        .way-card p {
            font-size: 1rem;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        
        .way-card .card-link {
            font-weight: bold;
            color: var(--white);
            display: inline-block;
            margin-top: auto;
        }


                /* =========== STYLES FOR HEADER TOP RIGHT (UPDATED) =========== */
        .header-top-right {
            display: flex;
            align-items: center;
            gap: 18px; /* Расстояние между блоками */
            font-weight: bold;
        }

        .header-top-right span {
            color: var(--dark); /* Текст теперь черный */
            font-size: 1rem;
        }

        .header-link-item {
            display: flex;
            align-items: center;
            gap: 8px; /* Расстояние между иконкой и текстом */
        }

        .language-selector {
            text-decoration: none; /* Убираем подчеркивание у ссылки */
        }

        /* Стили для иконок */
        .header-top-right i {
            color: var(--secondary); /* Иконки остаются синими */
        }

        /* Увеличиваем только иконки щита и планеты */
        .header-top-right .fa-shield-alt,
        .header-top-right .fa-globe {
            font-size: 1.5rem; /* Увеличено в 1.5 раза */
        }

        .language-selector:hover i {
            color: #0076a3; /* Меняем цвет только иконок при наведении */
        }

        /* Стили для разделителя */
        .header-top-right .separator {
            height: 24px;
            width: 1px;
            background-color: var(--primary); /* Линия теперь светло-синяя */
        }

        /* Стили для маленькой стрелочки-указателя */
        .header-top-right i.fa-caret-down {
            font-size: 0.8em;
            margin-left: 2px;
        }

    .header-top-right i.fa-caret-down {
        font-size: 0.8em; /* Делаем стрелочку чуть меньше */
    }
        /* =========== FOOTER =========== */
        .site-footer-bottom {
            margin-top: auto;
        }
        
        .footer-top {
            background-color: #f4f4f4;
            padding: 20px 0;
        }
        
        .payment-logos {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .payment-logos img {
            height: 36px;
            max-width: 91px;
        }
        
        .payment-logos span {
            display: inline-block;
            width: 1px;
            height: 36px;
            background-color: #a7a7a7;
        }
        
        .footer-main {
            background-color: #414042;
            padding: 2.813rem 0 4.375rem 0;
            color: var(--white);
        }
        
        .footer-main .container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        .footer-logo { 
            text-align: left; 
        }
        
        .footer-logo img {
            height: 43px;
            margin-bottom: 1.5rem;
        }
        
        .footer-logo p {
            font-size: .875rem;
            margin: 0;
            color: #ccc;
        }
        
        .footer-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .footer-nav li {
            margin-right: .625rem;
            padding-right: .625rem;
            border-right: 1px solid #6c757d;
        }
        
        .footer-nav li:last-child {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }
        
        .footer-nav a {
            color: var(--white);
            font-weight: bold;
            font-size: 0.9rem;
        }
        
        .footer-nav a:hover {
            color: var(--secondary);
            text-decoration: none;
        }

        /* =========== RESPONSIVE STYLES =========== */
        @media (max-width: 1199.98px) {
            .info-text h1 {
                font-size: 32px;
            }
            
            .info-text p {
                font-size: 22px;
            }
            
            .info-text .highlight {
                font-size: 40px;
            }
            
            .way-card {
                flex: 0 0 calc(50% - 20px);
                max-width: calc(50% - 20px);
            }
        }
        
        @media (max-width: 991.98px) {
            .main-layout {
                flex-direction: column-reverse;
            }
            
            .info-column, .form-column {
                max-width: 100%;
                padding: 0;
            }
            
            .info-text {
                padding: 1.875rem 1rem 0 1rem;
            }
            
            .donation-form-wrapper {
                padding: 2.5rem 1.5rem;
            }
            
            .footer-main .container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 30px;
            }
            
            .footer-logo {
                text-align: center;
            }
            
            .footer-nav ul {
                justify-content: center;
            }
        }
        
        @media (max-width: 767.98px) {
            .site-header .container {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }
            
            .navbar-brand.navbar-wrapper {
                flex-direction: row;
                justify-content: space-between;
            }
            
            .site-header .logo img {
                max-height: 3rem;
            }
            
            .header-top-right {
                gap: 10px;
            }
            
            /* Скрываем Secure Donation на мобильных */
            .header-link-item:first-child {
                display: none;
            }
            
            .header-link-item {
                font-size: 0.9rem;
            }
            
            .separator {
                display: none;
            }
            
            .main-layout {
                flex-direction: column;
                gap: 0;
                margin-top: 0;
            }
            
            main {
                margin-top: 0;
            }
            
            .info-column, .form-column {
                max-width: 100%;
                padding: 0;
                flex: 0 0 100%;
            }
            
            /* Убираем info-column из layout чтобы его дети участвовали напрямую */
            .info-column {
                display: contents;
            }
            
            .image-container {
                margin-bottom: 0;
            }
            
            .image-overlay-text {
                padding: 1.5rem;
                font-size: 1.8rem;
            }
            
            .image-container {
                order: 1;
            }
            
            .form-column {
                order: 2;
            }
            
            .info-text {
                padding: 1.5rem 1rem;
                order: 3;
            }
            
            .info-text h1 {
                font-size: 24px;
            }
            
            .info-text p {
                font-size: 16px;
            }
            
            .info-text .highlight {
                font-size: 28px;
            }
            
            .donation-form-wrapper {
                margin: 0;
                padding: 1.5rem 1rem;
                min-height: auto;
            }
            
            .donation-form-wrapper h2 {
                font-size: 1.5rem;
            }
            
            .frequency-selector {
                gap: 0;
            }
            
            .amount-selector {
                flex-wrap: wrap;
                justify-content: space-between;
                gap: 10px;
            }
            
            .amount-selector .amount-option {
                flex: 0 0 48%;
                margin: 0;
                margin-bottom: 10px;
            }
            
            .amount-selector .amount-option:nth-child(3) {
                flex: 0 0 48%;
                margin: 0 auto;
            }
            
            .amount-selector label {
                width: 100%;
                padding: 0.75rem 0.5rem;
                font-size: 1.1rem;
            }
            
            .impact-description {
                font-size: 1rem;
                padding: 0 0.5rem;
            }
            
            input[type="text"], 
            input[type="email"], 
            select {
                font-size: 1rem;
                padding: 0.5rem;
            }
            
            .custom-donation-section .form-label {
                font-size: 1rem;
            }
            
            .toggle-wrapper {
                padding: 0.5rem 0.75rem;
            }
            
            .personal-details-section h3 {
                font-size: 1.5rem;
            }
            
            .personal-details-section .form-label {
                font-size: 1rem;
            }
            
            .donate-button {
                font-size: 1rem;
                padding: 0.75rem 1rem;
            }
            
            .faq-section {
                padding: 30px 0;
            }
            
            .faq-section h2 {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }
            
            .faq-item {
                width: 100%;
                left: 0;
                padding: 20px 15px;
                margin: 12px 0;
                font-size: 1rem;
            }
            
            .faq-item h3 {
                font-size: 1rem;
                padding-left: 25px;
                padding-right: 30px;
            }
            
            .faq-item h3:before {
                font-size: 1rem;
            }
            
            .faq-item p {
                font-size: 0.9rem;
            }
            
            .other-ways-section {
                padding: 40px 0;
            }
            
            .other-ways-section h2 {
                font-size: 1.5rem;
                margin-bottom: 20px;
            }
            
            .way-card {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 15px;
            }
            
            .way-card img {
                height: 250px;
            }
            
            .way-card h3 {
                font-size: 1.2rem;
            }
            
            .footer-main .container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 20px;
                padding-top: 2rem;
                padding-bottom: 2rem;
            }
            
            .footer-logo {
                text-align: center;
            }
            
            .footer-nav ul {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
                row-gap: 15px;
            }
            
            .footer-nav li {
                border-right: 1px solid #6c757d;
                margin-right: 0;
                padding-right: 10px;
                padding-bottom: 0;
                border-bottom: none;
                width: auto;
                text-align: center;
            }
            
            .footer-nav li:last-child {
                padding-bottom: 0;
                border-right: none;
            }
            
            .footer-nav a {
                font-size: 0.85rem;
            }
            
            .payment-logos img {
                height: 30px;
                max-width: 70px;
            }
        }
        
        @media (max-width: 575.98px) {
            .image-overlay-text {
                padding: 1.5rem;
                font-size: 1.8rem;
            }
            
            .info-text h1 {
                font-size: 28px;
            }
            
            .info-text p {
                font-size: 18px;
            }
            
            .info-text .highlight {
                font-size: 32px;
            }
            
            .personal-details h3 {
                font-size: 1.5rem;
            }
            
            .faq-item {
                padding: 15px 20px;
            }
            
            .faq-item h3 {
                font-size: 1.2rem;
            }
        }
        .custom-donation-section {
        margin-top: 1.5rem;
}

        .custom-donation-section .form-label {
            font-weight: bold;
            display: block;
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
            color: var(--white);
        }

        .custom-donation-section #custom-amount,
        .custom-donation-section #currency {
            margin-bottom: 1rem;
            border: 1px solid var(--white);
            color: var(--dark);
        }
        .custom-donation-section #custom-amount {
            width: 100%;
        }

        #currency {
            width: 50%;
        }

        .toggle-wrapper {
            display: flex;
            align-items: center;
            margin-top: 1.5rem;
            border: 2px solid var(--white);
            border-radius: 0.25rem;
            padding: 0.75rem 1rem;
            color: var(--white);
            position: relative;
        }

        .toggle-wrapper input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
            pointer-events: none;
        }

        .toggle-label {
            margin-left: 1rem;
            font-weight: bold;
        }

        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 28px;
            cursor: pointer;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 28px;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

        #cover-fees:checked + .toggle-switch .slider {
            background-color: var(--primary);
        }

        #cover-fees:checked + .toggle-switch .slider:before {
            transform: translateX(22px);
        }

        /* Стили для сообщения cover fees */
        .cover-fees-message {
            display: none;
            background-color: #0099cc;
            color: white;
            padding: 20px;
            border-radius: 8px;
            border: 2px solid white;
            margin-top: 15px;
            font-size: 16px;
            line-height: 1.6;
        }

        .cover-fees-message h3 {
            margin: 0 0 10px 0;
            font-size: 20px;
            font-weight: bold;
        }

        .cover-fees-message p {
            margin: 0;
        }

        #cover-fees:checked ~ .cover-fees-message {
            display: block;
        }

        /* Стили для секции с личными данными */
        #show-personal-details {
            display: none;
        }

        .personal-details-section {
            display: none;
            margin-top: 2rem;
        }

        .personal-details-section .form-label {
            color: var(--white);
            font-weight: bold;
            display: block;
            margin-bottom: 0.5rem;
            font-size: 1.125rem;
        }

        #show-personal-details:checked ~ .personal-details-section {
            display: block;
        }

        /* Скрываем первую кнопку Donate когда открыта форма */
        #show-personal-details:checked ~ label.donate-button {
            display: none;
        }

        .personal-details-section h3 {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            text-align: left;
        }

        .personal-details-section .checkbox-group label {
            font-size: 0.95rem;
            line-height: 1.4;
        }