.wpcf7-form-control-wrap {
    height: 100%;
}

.contact-form p {
    margin: 0;
    width: 100%;
}

.wpcf7 {
    margin-top: 20px;
}

.wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 1.5%;
    justify-content: center;
}

.wpcf7 form .floating-label-group {
    position: relative;
}

.wpcf7 form .form-block {
    flex: 0 1 41%;
}

.wpcf7 form .form-block.form-block-full {
    flex-basis: 84%;
}

.wpcf7 form .form-block input[type="text"],
.wpcf7 form .form-block input[type="email"],
.wpcf7 form .form-block input[type="tel"],
.wpcf7 form .form-block textarea {
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    border-bottom: 1px solid #979797;
    padding: 12px 20px 0 20px;
    font-size: 18px;
    line-height: 19px;
    font-family: 'Mona-Sans-Light';
    font-weight: normal;
    text-align: left;
}

.wpcf7 form .form-block textarea {
    padding: 20px 20px 0 20px;
    height: 150px;
    resize: none;
}

.wpcf7 form .floating-label-group .floating-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    line-height: 19px;
}

.wpcf7 form .floating-label-group input[type="text"]:focus,
.wpcf7 form .floating-label-group input[type="email"]:focus,
.wpcf7 form .floating-label-group input[type="tel"]:focus,
.wpcf7 form .floating-label-group textarea:focus {
    border-bottom: 3px solid #0030d0;
}

.wpcf7 form .floating-label-group:has(input[type="text"]:focus) .floating-label,
.wpcf7 form .floating-label-group:has(input[type="text"]:not(:placeholder-shown)) .floating-label,
.wpcf7 form .floating-label-group:has(input[type="email"]:focus) .floating-label,
.wpcf7 form .floating-label-group:has(input[type="email"]:not(:placeholder-shown)) .floating-label,
.wpcf7 form .floating-label-group:has(input[type="tel"]:focus) .floating-label,
.wpcf7 form .floating-label-group:has(input[type="tel"]:not(:placeholder-shown)) .floating-label,
.wpcf7 form .floating-label-group:has(textarea:focus) .floating-label,
.wpcf7 form .floating-label-group:has(textarea:not(:placeholder-shown)) .floating-label {
    font-size: 9px;
    /* text-transform: uppercase; */
    top: 2px;
    color: #0030d0;
    font-weight: bold;
}

.wpcf7 form .floating-label-group:has(input[type="text"].wpcf7-validates-as-required) .floating-label::after,
.wpcf7 form .floating-label-group:has(input[type="email"].wpcf7-validates-as-required) .floating-label::after,
.wpcf7 form .floating-label-group:has(input[type="tel"].wpcf7-validates-as-required) .floating-label::after,
.wpcf7 form .floating-label-group:has(textarea.wpcf7-validates-as-required) .floating-label::after {
    content: '*';
    color: red;
}

.wpcf7 form .form-block.form-block-bottom {
    flex-basis: 84%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wpcf7 form .form-block.form-block-bottom p {
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.wpcf7 form .form-block.form-block-bottom p br {
    display: none;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label {
    font-family: 'Mona-Sans-Light';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    text-align: left;
    color: #1f1f1f;
    padding-left: 20px;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label a {
    font-family: 'Mona-Sans-Bold';
    color: #000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label a:hover {
    opacity: 0.7;
    color: #0030d0;
}

.wpcf7 form .form-block.form-block-bottom .form-checks input[type="checkbox"] {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label::before {
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    border-radius: 0;
    top: 1px;
    transition: all 0.3s ease-in-out 0s;
    width: 22px;
    z-index: 9;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label:has(input:checked)::before {
    border: 1.27px solid #0030d0;
    background: #0030d0 none repeat scroll 0 0;
}

.wpcf7 form .form-block.form-block-bottom .form-checks label::after {
    border: 1px solid #b8b8b8;
    background: none;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 22px;
    border-radius: 0;
}

.wpcf7 form .form-block.form-block-bottom .form-submit p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.wpcf7 form .form-block.form-block-bottom input[type="submit"] {
    font-family: 'Mona-Sans-Medium';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.03em;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    line-height: 18px;
    cursor: pointer;
    padding: 0 32px 0 25px;
    text-align: right;
    border-radius: 10px 0px;
    background: transparent;
    height: 56px;
    border: 1px solid #0030d0;
    float: right;
    color: #0030d0;
}

.wpcf7 form .form-block.form-block-bottom input[type="submit"]:disabled {
    cursor: not-allowed;
    color: #1f1f1f;
    border-color: #1f1f1f;
}

.wpcf7 form .form-block.form-block-bottom input[type="submit"]::after {
    content: '';
    display: inline-flex;
    background: url(../../resources/v1/images/plus.svg) no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}