/* BEGIN p-contact-1 */
.c-form-border .c_input {
    padding: 1.5em 1.072em 1.5em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-bottom: 8px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-main);
}
.c-form-border::placeholder {
    color: #666;
}
.c-form-border label {
    margin-bottom:5px;
    font-weight: bold;
    display: inline-block;
}
.c-form .c_error, .c-form-border .c_error {
    top: 70%;
}
.p-contact-1 {
    margin: 30px 0 0;
}
.p-contact-1 .p_contact {
    position: relative;
    background: #f3faff;
    padding: 40px;
}
.p-contact-1 .p_contact > ul {
    /* margin: 0 1.25%; */
}
.p-contact-1 .p_contact > ul h1 {
    font-size: 20px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.p-contact-1 .p_contact > ul span.fa {
    margin-bottom: 7px;
    line-height: 1.42857143;
    font-weight: inherit;
}
.p-contact-1 .p_contact > ul span.fa:not(:last-child) {
    margin-right: 20px;
}
.p-contact-1 .p_contact > ul span.fa::before {
    width: 15px;
    text-align: center;
}
.p-contact-1 .p_contact > ul iframe {
    width: 100% !important;
    height: 225px !important;
    margin-top: 25px;
}
.p-contact-1 .p_contact > form {
    width: 30%;
    margin: 0 1.25%;
}
.heading-98 {
    font-size: 32px;
    color: var(--color-main);
    margin-bottom: 15px;
    font-weight: bold;
}
.name_company {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text-bold);
    margin-bottom: 18px;
}
.p_contact-info li  {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: start;
    gap: 10px;
}
.p_contact-info li span:first-child {
    width: 120px;
    min-width: 120px;
    display: inline-block;
    font-weight: 500;
}
iframe.map {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 991px) {
    .p-contact-1 .p_contact {
        flex-direction: column;
        padding: 20px;
    }
    .p-contact-1 .p_contact > ul h1 {
        font-size: 14px;
        font-weight: bold;
    }
    .p-contact-1 .p_contact > ul iframe {
        margin: 15px 0;
    }
    .p-contact-1 .p_contact > form {
        width: auto;
    }
}
/* END p-contact-1 */