@charset "UTF-8";

.page-id-26 .footer__social img {
filter: none;
}
.form-container {
margin-block-end: 150px;
} .cf7-custom-form {
max-width: 1000px;
margin: 0 auto;            }
.cf7-custom-form .wpcf7-not-valid-tip {
font-size: 13px;
margin-block-start: 5px;
}
.cf7-custom-form .form-row {
display: flex;
gap: 80px;
margin-block-end: 30px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-row {
flex-direction: column;
gap: 20px;
margin-bottom: 20px;
}
}
.cf7-custom-form .form-field {
display: flex;
flex-direction: column;  }
.cf7-custom-form .form-field.half {
flex: 1;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-field.half {
width: 100%;
}
}
.cf7-custom-form .form-field.full {
flex: 1 1 100%;
}
.cf7-custom-form .form-field.center {
align-items: center;
}
.cf7-custom-form .form-field label {
font-weight: 600;
margin-bottom: 10px;
display: block;
color: #000;
font-size: 16px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-field label {
font-size: 14px;
}
}
.cf7-custom-form .form-field .wpcf7-form-control-wrap.recaptcha {
display: flex;
justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-field .wpcf7-form-control-wrap.recaptcha {
justify-content: center;
transform: scale(0.95);
transform-origin: center;
}
}
@media only screen and (max-width: 400px) {
.cf7-custom-form .form-field .wpcf7-form-control-wrap.recaptcha {
transform: scale(0.85);
}
}
.cf7-custom-form .section-label {
font-weight: 600;
margin-bottom: 10px;
display: block;
color: #000;
font-size: 16px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .section-label {
font-size: 14px;
}
}
.cf7-custom-form .required {
color: #ff0000;
}
.cf7-custom-form .form-field.half .form-input {
width: 100%;
padding: 12px 0;
border: none;
border-bottom: 1px solid #000;
border-radius: 0;
font-size: 16px;
font-family: inherit;
background: transparent;
transition: border-color 0.3s;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-field.half .form-input {
padding: 10px 0;
font-size: 14px;
}
}
.cf7-custom-form .form-field.half .form-input:focus {
outline: none;
border-bottom-color: #333;
}
.cf7-custom-form .form-field.half .form-input::placeholder {
color: #000;
opacity: 1;
font-weight: 600;
font-size: 16px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-field.half .form-input::placeholder {
font-size: 14px;
}
}
.cf7-custom-form .form-textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #000;
border-radius: 20px;
font-size: 15px;
font-family: inherit;
background: #fff;
transition: border-color 0.3s;
block-size: 160px;
resize: none;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .form-textarea {
padding: 10px 12px;
font-size: 14px;
}
}
.cf7-custom-form .form-textarea:focus {
outline: none;
border-color: #333;
}
.cf7-custom-form .form-textarea::placeholder {
color: #999;
opacity: 1;
}
.cf7-custom-form .wpcf7-checkbox {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
place-content: center;
place-items: center;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .wpcf7-checkbox {
grid-template-columns: repeat(2, 1fr);
}
}
.cf7-custom-form input[type=checkbox] {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #000;
min-width: 40px;
height: 40px;
border-radius: 5px;
cursor: pointer;
position: relative;
margin-right: 24px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form input[type=checkbox] {
min-width: 28px;
height: 28px;
}
}
.cf7-custom-form input[type=checkbox]:checked::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 24px;
background-color: black;
border-radius: 50%;
transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
.cf7-custom-form input[type=checkbox]:checked::before {
width: 16px;
height: 16px;
}
}
.cf7-custom-form .checkbox-group {
display: flex;
gap: 40px;
justify-content: center;
margin-block: 40px;
inline-size: 70%;
margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
.cf7-custom-form .checkbox-group {
inline-size: 100%;
}
}
.cf7-custom-form .checkbox-group p {
width: 100%;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .checkbox-group {
gap: 25px;
}
}
.cf7-custom-form .checkbox-group label {
display: flex;
flex-direction: row-reverse;
gap: 15px;
}
.cf7-custom-form .checkbox-group .wpcf7-list-item {
margin: 0;
display: flex;
align-items: center;
}
.cf7-custom-form .checkbox-group .wpcf7-list-item-label {
display: flex;
align-items: center;
cursor: pointer;
font-weight: 700;
font-size: 16px;
gap: 10px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .checkbox-group .wpcf7-list-item-label {
font-size: 14px;
}
}
.cf7-custom-form .acceptance {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.cf7-custom-form .acceptance p {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: center;
gap: 50px;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .acceptance p {
gap: 20px;
}
}
.cf7-custom-form .submit-button {
background: #000;
color: #fff;
border: none;
padding: 18px 80px;
font-size: 18px;
font-weight: 700;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s;
text-transform: none;
}
@media only screen and (max-width: 600px) {
.cf7-custom-form .submit-button {
padding: 14px 50px;
font-size: 15px;
width: 100%;
max-width: 300px;
}
}
@media only screen and (max-width: 400px) {
.cf7-custom-form .submit-button {
padding: 12px 40px;
font-size: 14px;
}
}
.cf7-custom-form .submit-button:disabled {
background: #666;
cursor: not-allowed;
}
.cf7-custom-form .submit-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cf7-custom-form .wpcf7-not-valid {
border-color: #ff0000;
}
.cf7-custom-form .wpcf7-response-output {
margin: 20px 0;
padding: 15px;
border-radius: 4px;
text-align: center;
font-weight: 600;
}
.cf7-custom-form .wpcf7-mail-sent-ok {
background: #d4edda;
border: 1px solid #c3e6cb;
color: #155724;
}
.cf7-custom-form .wpcf7-validation-errors,
.cf7-custom-form .wpcf7-mail-sent-ng {
background: #f8d7da;
border: 1px solid #f5c6cb;
color: #721c24;
}
.cf7-custom-form .wpcf7-spinner {
margin-left: 15px;
}