.form-wrap .contact-form {
    margin-bottom: 20px;
    width: 45%;
}

@media (max-width: 1024px) {
    .form-wrap .contact-form {
        width: 50%;
    }
}

@media (max-width: 780px) {
    .form-wrap .contact-form {
        width: 100%;
    }
}

.form-wrap .contact-form .wpcf7 {
    width: 100%;
}

.form-wrap .content .contact-image {
    margin-bottom: 40px;
}

@media (max-width: 780px) {
    .form-wrap .content .contact-image {
        margin-bottom: 20px;
    }
}

.form-wrap .content .contact-image img {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 780px) {
    .form-wrap .content .contact-image img {
        width: 90%;
    }
}

.form-wrap .wpcf7-not-valid-tip {
    color: #c00;
    font-size: 12px;
    line-height: 1.2;
}

.form-wrap .wpcf7-response-output {
    border: none;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.form-wrap .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.form-wrap .wpcf7-checkbox .wpcf7-list-item,
.form-wrap .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 5px;
}

.form-wrap .wpcf7-checkbox .wpcf7-list-item-label,
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding-left: 19px;
    position: relative;
}

.form-wrap .wpcf7-checkbox .wpcf7-list-item-label::before,
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label::before {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.form-wrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.form-wrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-color: #003bff;
    border-color: #003bff;
}

.form-wrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.form-wrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 3px;
    left: 3px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 7px;
}

.form-wrap .wpcf7-checkbox input[type=checkbox] {
    display: none;
}

.inner > h1 {
    font-size: 18px;
    margin-bottom: 45px;
    text-align: center;
}

.contact-thanks .form-wrap .content {
    margin-top: 0;
    margin: 0 auto;
}

.form-wrap .content .submitted-message {
    margin-top: 0;
    text-align: center;
}

@media (max-width: 780px) {
    .inner > h1 {
        margin-bottom: 15px;
    }
}

.contact-thanks__link {
    display: inline-block;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 45px;
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
}

.contact-thanks__link:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.form-columns-2 {
    display: flex;
    gap: 3%;
}

@media (max-width: 780px) {
    .form-columns-2 {
        display: block;
    }
}

