/*** Стилі CF7 для сторінки https://ranger.ua/order-form-bis/ ***/

.cf7-xTern {
    border:3px solid #225384;  /* цвет границы */
    padding:20px 20px 20px 0px!important;
    background-color: #7a946b;
    font-weight: 500;
}

.cf-left {
    text-transform:uppercase;
}
.cf-left, .cf-right {
    float:left;
    margin-bottom:-10px;
}
.clear{
    clear:both;
}
/* Стилі для блоку із заголовками полів */
.cf-left {
    width:50%;
    padding-left:20px;
    max-width:200px;
    font-size:15px !important;
}
/* Стилі для полів форми */
.cf-right{
    width:65%;
}
.cf-right input, .cf-right textarea {
    width: 100%;
    /* max-width:600px !important; */
    padding:4px;
    background:#fff; /* фон полів форми */
    border:1px solid #8a8a8a;
    font-size:15px !important;
    color:#000 !important;
}
.select1 {
    background:#fff !important;
    color:black;
    font-size:15px !important;
    /* top | right | bottom | left */
    padding:0% 20.5% 0% 1.5% !important;
    margin-top: 1px !important;
}
.select2 {
    background:#fff !important;
    color:black;
    font-size:15px !important;
    /* top | right | bottom | left */
    padding:0% 39.5% 0% 1.5% !important;
    margin-top: 16px !important;
}
.select3 {
    background:#fff !important;
    color:black;
    font-size:15px !important;
    /* top | right | bottom | left */
    padding:0% 73.5% 0% 1.5% !important;
    margin-top: 16px !important;
}
.wpcf7-submit{
background: #3f6a24!important;
color:#fff!important;  /*цвет шрифта кнопки*/
text-transform:uppercase;
font-weight: 600;
font-size:14px;
float:right;
/*margin-left: 20px!important;*/
padding: 5px 10px 5px 10px!important;
border-radius:50px!important;
text-shadow:none!important;
}
.wpcf7-submit:hover{
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;  
background-image: linear-gradient( #399ADF, #2F73B6), #399ADF!important; /*фон кнопки при наведении*/
}
