.send-mail-block{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f7f7f7;
}

.send-mail-block label {
    text-transform: uppercase;
    font-size: .625rem;
    margin-left: .3125rem
}

.send-mail-block input[type='text'] {
    margin-bottom: 0.5rem
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.send-mail-block .title {
    font-family: "Roboto", "Verdana", sans-serif;
    font-weight: bold;
    text-transform: none;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
    font-size: 35px;
}

.send-mail-block .title::after {
    width: 8.125rem;
    height: 4px;
    content: "";
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    background: #000
}

.send-mail-block .desc {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}


.send-mail-block .form-messages>h3.success {
    background: #088e0b;
    color: #fff;
    font-weight: bold;
    padding: 20px
}

.send-mail-block .form-messages>h3.error {
    background: #D30D0D;
    color: #fff;
    font-weight: bold;
    padding: 20px
}

.send-mail-block .column{

}

.send-mail-block .button{
    margin-top: 0;
    width: 100%;
}