
.block_three{
    width: 1920px;
    height: 628px;
    background-color: rgb(62, 62, 136);
    flex: none;
    order: 1;
    flex-grow: 0;
}

.form_validation {
    width: 1597px;
    height: 628px;
    background-color: #FFFFFF;
    border-radius: 30px;
    opacity: 1;
    margin: 0 auto;
    margin-top: 100px; 
    background-image: url("../image/doska.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}


.form-container {
    width: 781px;
    height: 484px; 
    background-color: #FFFFFF;
    border-radius: 8px; 
    margin-left: 135px; 
    padding-top: 24px;
}

.form-title {
    width: 53%;
    font-size: 24px; 
    color: #38535D;
    font-family: 'Prata', sans-serif;
    font-size: 54px;
    line-height: 110%;
    font-weight: 400;
}

input[type="text"], 
input[type="email"] {
    width: 740px;
    height: 65px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    padding-left: 38px;
}

.input_type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.checkbox-container {
    display: flex;
    align-items: center; 
    height: 24px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.acceptPrivacyT{
    color: #38535D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    font-size: 19px;
}

.checkbox {
    gap: 10px;
    width: 26px;
    height: 26px;
}

button {    
    width: 781px; 
    height: 100px;
    color: white; 
    background-color: #282828; 
    border-radius: 5px; 
    cursor: pointer; 
    width: 100%; 
    font-size: 24px; 
}

button:hover {
    background-color: #FFFFFF; 
    color: #282828;
    border-color: #FFFFFF;
}

/* Медиазапросы для мобильных устройств */
@media (max-width: 768px) {
    .block_three {
        width: 768px; 
        height: auto;
    }

    .form_validation {
        width: 568px;
        padding: 20px; 
        margin-top: 50px; 
        background-position: center; 
    }

    .form-container {
        width: calc(100% - 40px); 
        margin-left: 20px; 
        margin-right: 20px;
        height: auto; 
        padding: 20px; 
    }

    .form-title {
        font-size: 24px; 
        line-height: 120%; 
    }

    input[type="text"], 
    input[type="email"] {
        width: 100%; 
        height: 50px; 
        font-size: 18px; 
        padding-left: 20px; 
    }

    .input_type {
        gap: 10px; /
    }

    .checkbox-container {
        height: auto; 
        padding: 15px 0; 
    }

    .acceptPrivacyT {
        font-size: 16px;
    }

    .checkbox {
        width: 20px; 
        height: 20px; 
    }

    button {    
        width: calc(100% - 40px); 
        height: 60px; 
        font-size: 20px
    }
}
