
#main__center {
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 75px;
}

.form {
    width: 650px;
    display: flex;
    flex-direction: column;
}

.form__title {
    margin-bottom: 25px;
}

.form__input {
    width: 100%;
    margin-bottom: 15px;
}

.form__textarea {
    width: 100%;
    height: 210px;
    resize: none;
}

.checkbox__field {
    width: auto;
    height: auto;
    grid-area: checkbox__field;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0px;
}

.button--form {
    margin-top: 50px;
}

/*==========================================================*/
/**********************MEDIA-QUERY***************************/
/*==========================================================*/

@media only screen and (max-width: 1360px) {

}

@media only screen and (max-width: 1050px) { 

}

@media only screen and (max-width: 890px) { 

}

@media only screen and (max-width: 720px) { 

}

@media only screen and (max-width: 550px) { 

}

@media only screen and (max-width: 360px) {


}

@media only screen and (max-width: 300px) { 

}