.getintouch {
    padding: 80px 0;
}
.textinput {
    margin: 40px 0;
}

.textinput p, .textmsg p{
    font-weight: 700;
    color: #696969;
    margin-bottom: 5px;
}

.textinput input {
    width: 90%;
    height: 40px;
    outline: 0;
    border: none;
    border-radius: 10px;
}
.textmsg textarea {
    width: 97%;
    height: 80px;
    outline: 0;
    padding-top: 10px;
    display: block;
    border: none;
    border-radius: 10px;
}
.getintouch form {
    width: 70%;
    margin: 0 auto;
}
.submit {
    width: 205px;
    height: 50px;
    letter-spacing: 1px;
    background-color: darkblue;
    border: 1px solid darkblue;
    border-radius: 10px;
    color: white;
    display: block;
    margin: 50px auto 0;
    font-weight: 700;
    text-transform: uppercase;
}
.submit:hover {
    color: darkblue;
    background-color: white;
    transition: 500ms;
}

.zayavka {
    background: url(Pipe1.jpg);
    background-blend-mode: multiply, normal;
    padding: 100px 0 100px;
    background-size: cover;
}