/*
 Theme Name: Duglass-pro
 Description: Duglass-pro
 Version: 1.0
 Author: ZHARKOV SEO
 */


 .wrap_form {
    max-width: 380px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
.title_form h3 { margin: 0 0 8px; font-size: 24px; }
.title_form p { margin: 0; color: #666; }

.wpcf7-form-control.input_name,
.wpcf7-form-control.input_tel {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.btn_st {
    /*width: 100%;
    padding: 16px;
    background: #e31837;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;*/

    display: inline-block;
    line-height: 1.2;
    width: 330px;
    border: 0;
    color: #fff;
    max-width: 100%;
    font-size: 22px;
    padding: 18px 5px 16px;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 0 0 #cb4e19;
    box-shadow: 0 3px 0 0 #cb4e19;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e5591c), color-stop(51%, #ff5800), to(#ff9159));
    background-image: -webkit-linear-gradient(bottom, #e5591c 0, #ff5800 51%, #ff9159 100%);
    background-image: linear-gradient(to top, #e5591c 0, #ff5800 51%, #ff9159 100%);
	
}
.btn_st:hover { /*background: #c11530;*/ }

.wpcf7-acceptance label {
    cursor: pointer;
}


