/*************/
/* common form settings  */
/*************/
.form-control:focus, input:focus, form input:focus, form textarea:focus, select:focus {
    outline-style:none;
    outline:0 !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.2)!important;
 }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
@keyframes autofill {
    100% {
        background: #fff;
        color: #303031;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: #fff;
        color: #303031;
    }
}
/* placeholder */
*::-webkit-input-placeholder {
    color: rgba(48,48,49,0.5);
}
*:focus::-webkit-input-placeholder {
    color:rgba(48,48,49,0.5);
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: rgba(48,48,49,0.5);
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgba(48,48,49,0.5);
    opacity: 1;
}
*:focus::-moz-placeholder {
    color:rgba(48,48,49,0.5);
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(48,48,49,0.5);
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(48,48,49,0.5);
}
*:focus::-ms-input-placeholder {
    color:rgba(48,48,49,0.5);
}
*::placeholder {
    /* modern browser */
    color: rgba(48,48,49,0.5)!important;
}
*:focus::placeholder {
    color:rgba(48,48,49,0.5);
}
/**/
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, select {
    border: 1px solid #105B74;
    color: #161616;
    border-radius: 0;
    background-color: #fff;
    width: 100%
}

input[type="radio"], input[type="checkbox"] {
    height: auto;
    line-height: 1.6;
    width: auto
}
input[type="file"] {
    border:none;
    padding: 0;
    margin: 10px 0;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #105B74;
    color: #161616;
    width:100%;
    background-color: #fff;
    padding: 10px 15px;
    border-radius:0;
	height: 118px;
}
input[type="submit"], button {
    min-height: 40px;
    min-width:200px;
    width: auto;
    background: #FE9000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
    transition: background-color .5s
}
input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
    box-shadow: none!important;
    color: #fff;
    background: #105B74;
    border-color: #fff;
}
input {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
}
select {
	padding: 0 15px;
	line-height: 40px;
}
/**/
/* cf7 settings */
.wpcf7-form label {
    display:block;
}
.wpcf7 p {
    margin-bottom:20px!important
}
/*  acceptance field  - must have name acceptance / your-consent */
.wpcf7-form-control.wpcf7-acceptance, 
.wpcf7-form-control-wrap[data-name="cf7-acceptance"] {
    display: block;
}
.wpcf7-form-control-wrap.acceptance, .wpcf7-form-control-wrap.your-consent, 
.wpcf7-form-control-wrap[data-name="acceptance"], 
.wpcf7-form-control-wrap[data-name="your-consent"]  {
    display: block;
}
.wpcf7 .acceptance .wpcf7-list-item,
.wpcf7 .your-consent .wpcf7-list-item, 
.wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item, 
.wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item  {
    position: relative;
    display: block;
    min-height: 2rem;
    margin-left:0;
}
.wpcf7 .acceptance .wpcf7-list-item > label,
.wpcf7 .your-consent .wpcf7-list-item > label, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item > label, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item > label {
    display:flex
}
.wpcf7 .acceptance input,
.wpcf7 .your-consent input, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] input, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wpcf7 .acceptance .wpcf7-list-item-label,
.wpcf7 .your-consent .wpcf7-list-item-label, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item-label, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item-label {
    padding-left: 34px;
    padding-top: 2px;
    position: relative;
    cursor:pointer;
    line-height: 1.3;
	font-size:13px;
}
.wpcf7 .acceptance  .wpcf7-list-item label input + span.wpcf7-list-item-label::before,
.wpcf7 .your-consent  .wpcf7-list-item label input + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"]  .wpcf7-list-item label input + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"]  .wpcf7-list-item label input + span.wpcf7-list-item-label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    content: '\2713';
    /*font-family: "icomoon-vip";*/
    color: #fff;
    text-align: center;
    background-color: #fff;
    pointer-events: none;
    border: 1px solid #105B74;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7 .acceptance .wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before,
.wpcf7 .your-consent .wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before {
    background-color: #105B74;
}
.wpcf7 .acceptance .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before,
.wpcf7 .your-consent .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before {
    background-color: #fff;
}
.wpcf7 .acceptance .wpcf7-list-item > input.invalid + span.wpcf7-list-item-label::after,
.wpcf7 .your-consent .wpcf7-list-item > input.invalid + span.wpcf7-list-item-label::after, 
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before, 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-consent"] .wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before {
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
/*  cf7 validation */
span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -26px;
    left: 0;
}
.wpcf7-form-control-wrap[data-name="dropdown"] span.wpcf7-not-valid-tip {
    bottom: -18px;
}
.cf7-acceptance span.wpcf7-not-valid-tip {
    bottom: -10px;
    width: 100%;
}
div.wpcf7-response-output {
    position: absolute;
    bottom: 40px;
    color: #00253f;
    border-color: #ff0000;
    font-size: 16px;
    max-width: 260px;
    right: 50%;
    margin-right: -130px!important;
    text-align: center;
    background-color: #fff;
    padding: 8px 10px!important;
    border-radius:0;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.1);
    z-index: 1
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #00253f;
}

/* cf7 5.5: .wpcf7-spinner class replaces .ajax-loader */

/* div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 16px;
} */

.wpcf7-spinner {
    position: absolute;
	z-index: 1;
    bottom: 30px;
    left: calc(50% - 12px);
    margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
	margin-bottom: 22px
}