.header-blur
{
        background: rgb(255 255 255 / 4%);
}
main{
        flex-direction: column;
    
}
.header-conteiner{
        margin-top: 50px;
        top: 0px;
        max-width: 1200px;
}
.donate-page{

        width: 1200px;
        margin: 0 auto;  
        color: #fff;
        display: flex;
        justify-content: center;
        padding: 10px;
}
.donate-header{
        font-family: "BenzinBold", sans-serif;
        font-size: 35px;
        color: #fff;
        margin-top: 163px;

}
.input-form{
/* Rectangle 265 */

        width: 465px;
        height: 86px;
      

        background: rgba(26, 16, 1, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(5.96662px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 9px;
        display: flex;
        align-items: center;
        padding: 20px 35px;
        margin-top: 34px;
        color:#fff
}
.input-field{
        font-size: 17px;
        font-weight: 300;
        margin-left: 25px;
}
.button-donate{
/* Rectangle 260 */


width: 465px;
height: 86px;


background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
border-radius: 9px;
color: #fff;
font-size: 17px;
        font-weight: 300;
margin-top:31px
}
input{
        color:#fff;
}
.donate-info {
    width: 465px;
    background: rgba(26, 16, 1, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    border-radius: 9px;
    padding: 20px 30px;
    margin-top: 25px;

    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}

.donate-info strong {
    color: #FFA500; /* ���������-��������� */
    font-weight: 500;
}

.donate-info span {
    font-weight: 400;
    color: #FFB347; /* ������ ������ �� ����� */
}
.img-donate-img{
        height: 735px;
        margin-top: 30px;
}


.elipse63{
        left: -1315px;
        top: -220px;
        opacity: 0.68;
            background: #ff83005e;
}
.elipse62{
        left: 1412px;
        top: 1320px;
}

/* ������� ������� � Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ������� ������� � Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 1128px) {
        .donate-header{
                font-size: 24px;
        }
        .input-form {
                width: 46.5vh;
                height: 8.6vh;
        }
        .donate-info {
                width: 46.5vh;
        }
        .button-donate {
                width: 46.5vh;
                height: 8.6vh;

                font-size: 1.7vh;
                font-weight: 300;
                margin-top: 3.1vh;
                margin-bottom: 50px;
        }
        .donate-page {
                width: 120vh;
        }
        .img-donate-img {
                height: 73.5vh;
                margin-top: 3vh;
        }


}
.llfd{
        display: flex; gap: 20px; width: 900px;
}
.error-text{
        color: red;
        font-size: 14px;
        margin-top: 15px;

        font-size: 12px;
}
@media (max-width: 1000px) {
        .img-donate {
                display: none;
        }
        .donate-header {
                margin-top: 53px;
        }
        .class-vip {
                display: inline-block;
                width: 100%;
        }
        .donate-vip{
                width: auto;
                
                padding: 10px;
        }
        .donate-page {
                width: 100%;
        }
        .llfd{
                display: block; 
                width: 100%;
        }
        .donate-vip-header{
                font-size: 24px;
                margin-top: 20px;
        }
        .donate-contjent{
                width: 100%;
        }
        .input-form {
                width: 100%;
                height: 8.6vh;
        }
        .button-donate {
                width: 100%;
        }
        .donate-info {
                width: 100%;
        }


}

