.lyf-form {
    padding: 0;
    margin: 0 auto;
}

.lyf-form .fa {
    color: #3498db;
}

#sp_cheks {
    display: none !important;
}

.message-success {
    padding: 170px 10px 200px;
    text-align: center;
    font-size: 18px;
}

input, textarea, select {
    -webkit-appearance: none;
}

input, textarea, label#request_call_text, .phone-number-input, select {
    display: block;
    padding: 15px 5px;
    margin: 10px 0 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    font-size: 18px;
}

select {
    max-width: 200px;
}

input:focus, textarea:focus {
    border: 1px solid #3498db;
}

label#request_call_text {
    max-width: 430px;
    margin: 6px 0 0;
    border-bottom: none;
}

.phone-number-input {
    margin:0;
    padding: 0;
    border-bottom: none;
}

.input-box input, .input-box textarea, label#request_call_text, .phone-number-input {
    display: inline-block;
    width: 88%;
}

.input-box .phone-number-input .tel-input {
    width: 85px;
    display: inline-block;
    text-align: center;
}

.input-box .fa, label#request_call_check {
    width: 10%;
    text-align: center;
    font-size: 26px;
    vertical-align: top;
    padding-top: 22px;
}

label#request_call_check .fa:before {
    content: "\f096";
}

#requested_call:checked ~ label#request_call_check .fa:before {
    content: "\f046" !important;
}

label#request_call_check {
    cursor:pointer;
}

input#requested_call { 
    display: none !important;
}

input[type="submit"] {
    display: inline-block;
    padding: 12px 15px;
    margin: 0;
    text-align: center;
    border: none;
    border-radius: 3px;
    width: auto;
    color: #fafafa;
    cursor: pointer;
    background: #353535;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyf-form input[type="submit"] {
    display: block;
    max-width: 300px;
    margin: 15px 0 0 11%;
}

.lyf-form input[type="submit"]:hover {
    border: 1px solid #3498db;
    background: #3498db;
}

.lyf-form textarea {
    min-height: 200px;
}

.lyf-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  
}
.lyf-form ::-moz-placeholder { /* Firefox 19+ */
  
}
.lyf-form :-ms-input-placeholder { /* IE 10+ */
  
}
.lyf-form :-moz-placeholder { /* Firefox 18- */
  
}

.form-error {
    border: 1px solid orange !important;
}

/* ==== CONTACT FORM 7 ==== */

.lyf-custom-form {
    max-width: 800px;
}
.lyf-dropdown-4 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .lyf-dropdown-4 {
        width: 50%;
        float: left;
    }
    
}

@media screen and (min-width: 1200px) {
    .lyf-dropdown-4 {
        width: 25%;
        padding: 0 5px;
    }
    
}