@charset"UTF-8";




.Block-6 {
    width: 50%;
    margin-left: 388px;
}
.Block-form {
    margin-top: 60px;
    padding: 60px;
    background: #f9f9f9;
}



.Block-form form input {
  height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.Block-form form input.formsubmit {
    margin-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    color: var(--white);
    background-color: rgb(156, 136, 58);
}
.Block-form form input.formsubmit:hover {
    color: var(--white);
    background-color: #004712;

}

.forn-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    float: left;
}
.forn-10{
position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}


.forn-2{
flex: 0 0 16.666667%;
    max-width: 16.666667%;
    float: left;
    margin-left: 43px;
    }


@media (max-width: 767px){

.Block-6 {
    width: 99%;
    margin-left: 7px;
}
}



/*.formform{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
*/