
body {
    font-family: 'Montserrat', sans-serif;
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}
form {
    background: rgba(99, 99, 99, 0.7);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    
}
h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #333;
    text-align: center;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hidden-input {
    visibility: hidden; /* Поле скрыто визуально */
    position: absolute; /* Убираем из видимой области */
    left: -9999px; /* Перемещаем за пределы экрана */
}

.form-group div {
    flex: 1 1 45%;
    min-width: 45%;
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #ffffff;
}
input[type="text"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
input[type="text"]:focus {
    border-color: #007BFF;
    outline: none;
}
button {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 800;
    font-size: 20px;
    transition: background-color 0.3s;
}
button:hover {
    background-color: #0056b3;
}
select {

    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
@media (max-width: 768px) {
    form {
        padding: 20px;
    }
    h2 {
        font-size: 24px;
    }
    .form-group div {
        flex: 1 1 100%;
        min-width: 100%;
    }
    button {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    form {
        padding: 15px;
    }
    h2 {
        font-size: 20px;
    }
    button {
        font-size: 16px;
    }
    input[type="text"] {
        padding: 8px;
    }
}

.journal-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button:hover {
    background-color: #0057b3ac;
}

.journal-button2 {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #007bffd1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button2:hover {
    background-color: #0057b3ac;
}



.journal-button3 {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button3:hover {
    background-color: #0057b3ac;
}

.journal-button7 {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button7:hover {
    background-color: #0057b3ac;
}

.journal-button4 {
    position: fixed;
    bottom: 170px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button4:hover {
    background-color: #0057b3ac;
}

.journal-button5 {
    position: fixed;
    bottom: 220px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button5:hover {
    background-color: #0057b3ac;
}

.journal-button6 {
    position: fixed;
    bottom: 270px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 200px;
}

.journal-button6:hover {
    background-color: #0057b3ac;
}

.journal-button7 {
    position: fixed;
    bottom: 320px;
    right: 20px;
    background-color: #007bffdF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.journal-button7:hover {
    background-color: #0057b3ac;
}

