

.contact-block {
    border-radius: 20px;
        padding: 0px 20px;
        width: 100%;
        height: 464px;
    background: #1e2a2e;
}

.contact-box {
display: flex;
gap:40px;
padding: 40px 24px;
height: 100%;
color: #fff;
}

.contact-form {
    min-width: 792px;
    width: 62.3%;
    height: 100%;
}

.contact-form h2{
    margin: 0;
font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}
.contact-form p {
   margin: 0;
}
.contact-form br {
    display: none;
}
.contact-form input{
    font-family: var(--second-family);
        font-weight: 400;
        font-size: 13px;
        color: #fff!important;
   width: 100%;
border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 13px;
    height: 41px;
background-color: rgba(255, 255, 255, 0.02) !important;
    margin-bottom: 14px;

}

.contact-form input::placeholder {
    font-family: var(--second-family);
        font-weight: 400;
        font-size: 13px;
        color: #757575;

}

.contact-form textarea {
border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 13px 13px 91px;
resize: none;
    height: 123px;
    min-height: 120px;
    width: 100%;
color: #fff!important;
    background-color: rgba(255, 255, 255, 0.02)!important;
margin-bottom: 14px;
overflow: hidden;
}

.wpcf7-response-output{
    margin: 0;
    border-radius: 6px;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
}

.contact-form input[type=submit] {
border: 2px solid #000;
    border-radius: 6px;
    padding: 14px 20px;
    width: 117px;
    height: 43px;
background-color: #1ba59c!important;
cursor: pointer;
font-family: var(--second-family);
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #fff;
}



.contact-info {
    padding: 19px 0px;
        min-width: 480px;
        width: 37.7%;
        height: 100%;
}

.contact-info h2, .contact-info p {
   margin: 0;
}

.contact-info h2{
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 18px;
        color: #fff;
}
.contact-info p {
    margin-top: 16px;
    font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #fff;
}

.contact-info a {
   text-decoration: none;
color: #fff!important;
}

.contact-map{
    margin-top: 34px;
}

.contact-map, .contact-map>iframe {
    border-radius: 6px;
        width: 100%;
        height: 200px;
}


@media (max-width: 1440px) {


.contact-block {
     height: fit-content;
      
    }

.contact-box {
    display: flex;
    flex-direction: column;
 gap: 0px;
}

.contact-form {
    min-width: 100%;
    width: 100%;
   
}
.contact-info {
    min-width: 100%;
        width: 100%;
}
.contact-map,
.contact-map>iframe {

    height: 400px;
}

}

@media (max-width: 768px) {

.contact-block {
    
        padding: 0px;

    }


}