.contact_page h1 {
    margin: 0 5.5555vw 2.0833vw;
    font-weight: 400;
    font-size: calc(48vw * 100 / 1440);
    line-height: 1.4;
    color: #1E1E1E;
}

.contact_page_section {
    padding: 2.7777vw 0 5.5555vw;
}

.contact_page_section .contact_page_flex {
    padding: 0 5.5555vw;
    display: flex;
    justify-content: space-between;
}

.contact_page_section .boxes {
    padding-right: 3.4722vw;
    width: 45.4861vw;
    flex-shrink: 0;
}

.contact_page_section .boxes .box:not(:last-child) {
    margin-bottom: 2.7777vw;
}

.contact_page_section .box_title {
    margin: 0 0 1.3888vw;
    font-weight: 400;
    font-size: calc(28vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.contact_page_section .box_content {
    padding-top: 2.0833vw;
    border-top: 2px solid #1E1E1E;
}

.contact_page_section .box_content_flex {
    display: flex;
    justify-content: left;
}

.contact_page_section .box_content_flex:not(:last-child) {
    margin-bottom: 0.3472vw;
}

.contact_page_section .box_content_icon {
    flex-shrink: 0;
}

.contact_page_section .box_content_icon svg {
    width: 3.75vw;
    height: 3.75vw;
}

.contact_page_section .box_content_list_item:not(:last-child) {
    margin-bottom: 0.6944vw;
}

.contact_page_section .box_content_text {
    padding-top: 1.1111vw;
    padding-left: 2.0833vw;
}

.contact_page_section .phone_num,
.contact_page_section .contact_mail,
.contact_page_section .line-one .text,
.contact_page_section .line-one a {
    display: inline-block;
    font-weight: 500;
    font-size: calc(18vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.contact_page_section .phone_num:hover,
.contact_page_section .contact_mail:hover,
.contact_page_section .line-one a:hover {
    color: var(--hover_color);
}

.contact_page_section .phone_text {
    margin-left: 0.6944vw;
}

.contact_page_section .line-two {
    margin-top: 0.6944vw;
}

.contact_page_section .phone_text,
.contact_page_section .line-two .text {
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1E1E1E;
}

.contact_page_section .box_content.socials {
    display: flex;
}

.contact_page_section .box_content.socials .social:not(:last-child) {
    margin-right: 2.0833vw;
}

.contact_page_section .box_content.socials .social a {
    display: inline-flex;
}

.contact_page_section .box_content.socials .social a svg {
    width: 3.75vw;
    height: 3.75vw;
}

.contact_page_section .box_content.socials .social a:hover {
    opacity: .85;
}

.contact_page_section .contact_form {
    padding: 3.75vw 2.7777vw;
    width: 100%;
    background: rgba(216, 108, 151, 0.05)
}

.contact_page_section .contact_form_title {
    margin: 0;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: calc(38vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
}

.contact_page_section .contact_form_inner {
    margin-top: 2.0833vw;
}

.contact_page_section .contact_form_fields .field.name,
.contact_page_section .contact_form_fields .field.tel,
.contact_page_section .contact_form_fields .field.mail {
    position: relative;
    padding-bottom: 0.9027vw;
}

.contact_page_section .contact_form_fields .field.mail {
    margin-bottom: 1.7361vw;
}

.contact_page_section .contact_form_fields .field p {
    margin: 0;
}

.contact_page_section .contact_form_fields .field span {
    position: inherit;
    display: block;
}

.contact_page_section .contact_form_fields .field.name input,
.contact_page_section .contact_form_fields .field.tel input,
.contact_page_section .contact_form_fields .field.mail input {
    position: relative;
    margin: 0;
    padding: 0.6944vw 0.3472vw 1.0416vw;
    width: 100%;
    height: 3.4722vw;
    display: block;
    border-radius: 0;
    border: 0;
    background: #FDF8FA;
    border-bottom: 1px solid rgba(30, 30, 30, 0.25);
    text-align: left;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #1E1E1E;
    opacity: 1;
}

.contact_page_section .contact_form_fields .field.name input:focus,
.contact_page_section .contact_form_fields .field.tel input:focus,
.contact_page_section .contact_form_fields .field.mail input:focus {
    outline: none;
}

.contact_page_section .contact_form_fields .field.textarea textarea {
    position: relative;
    margin: 0 0 1.3888vw;
    padding: 0 0.3472vw;
    width: 100%;
    height: 4.4722vw;
    background: #FDF8FA;
    border: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.25);
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #1E1E1E;
    outline: none;
}

.contact_page_section .contact_form_fields .field input::placeholder {
    color: rgba(30, 30, 30, 0.45);
}

.contact_page_section .contact_form_fields .field input::-moz-placeholder,
.contact_page_section .contact_form_fields .field textarea::-moz-placeholder {
    color: rgba(30, 30, 30, 0.45);
    opacity: 1!important;
}

.contact_page_section .contact_form_fields .field input::-webkit-input-placeholder,
.contact_page_section .contact_form_fields .field textarea::-webkit-input-placeholder {
    color: rgba(30, 30, 30, 0.45);
}

.contact_page_section .contact_form_fields .field.name span span,
.contact_page_section .contact_form_fields .field.tel span span,
.contact_page_section .contact_form_fields .field.mail span span,
.contact_page_section .contact_form_fields .field.textarea span span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #F56159;
    opacity: 0.85;
}

.contact_page_section .contact_form_fields .field.file {
    margin-top: 2.0833vw;
    position: relative;
    display: flex;
    justify-content: center;
}

.contact_page_section .contact_form_fields .field.file .field_file_inner {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

.contact_page_section .contact_form_fields .field.file .field_file_inner input {
    opacity: 0;
}

.contact_page_section .contact_form_fields .field.file .field_file_inner .wpcf7-not-valid-tip {
    margin-top: 0.6944vw;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #F56159;
    opacity: 0.85;
}

.contact_page_section .contact_form_fields .field.file .field_file_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: underline 1px;
    text-underline-offset: 0.2083vw;
    font-weight: 600;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    color: #1E1E1E;
    transition: all .3s linear;
}

.contact_page_section .contact_form_fields .field.file .field_file_text:hover {
    opacity: .75;
}

.contact_page_section .contact_form_fields .field.file .field_file_text p {
    margin-left: 1.0416vw;
}

.contact_page_section .contact_form_fields .field.file .field_file_text::before {
    content: '';
    width: 1.6666vw;
    height: 1.6666vw;
    display: block;
    background-image: url(../images/attach-file.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.contact_page_section .contact_form_fields .field.submit {
    margin-top: 2.0833vw;
    text-align: center;
}

.contact_page_section .contact_form_fields .field.submit input {
    padding: 1.0416vw 1.3888vw;
    min-width: 14.0277vw;
    border-radius: 0;
    border: none;
    background-color: #87936F;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #fff;
    cursor: pointer;
    transition: all .3s linear;
}

.contact_page_section .contact_form_fields .field.submit input:hover {
    background-color: #E485AB;
}

.contact_page_section .wpcf7-response-output {
    margin: 1.3888vw 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
    font-weight: 500;
    font-size: calc(14vw * 100 / 1440) !important;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--title_color);
}

.contact_page_section .wpcf7-spinner {
    display: none !important;
}


/* Responsiveness // Responsiveness // Responsiveness */

@media (max-width: 768px) {
    .contact_page h1 {
        margin: 0 4.6875vw 6.25vw;
        font-size: calc(20vw * 100 / 320);
    }
    .contact_page_section {
        padding: 0;
    }
    .contact_page_section .contact_page_flex {
        padding: 0;
        display: block;
    }
    .contact_page_section .boxes {
        padding: 0 4.6875vw;
        width: 100%;
    }
    .contact_page_section .boxes .box:not(:last-child) {
        margin-bottom: 9.375vw;
    }
    .contact_page_section .box_title {
        margin-bottom: 3.125vw;
        font-size: calc(22vw * 100 / 320);
    }
    .contact_page_section .box_content {
        padding-top: 9.375vw;
    }
    .contact_page_section .box_content_flex:not(:last-child) {
        margin-bottom: 1.5625vw;
    }
    .contact_page_section .box_content_icon svg {
        width: 15vw;
        height: 15vw;
    }
    .contact_page_section .box_content_text {
        padding-top: 5vw;
        padding-left: 4.6875vw;
    }
    .contact_page_section .box_content_list_item:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .contact_page_section .phone_num,
    .contact_page_section .contact_mail,
    .contact_page_section .line-one .text,
    .contact_page_section .line-one a {
        margin-right: 3.125vw;
        font-size: calc(14vw * 100 / 320);
    }
    .contact_page_section .phone_text,
    .contact_page_section .line-two .text {
        margin: 0;
        font-size: calc(12vw * 100 / 320);
    }
    .contact_page_section .box_content_list_item {
        display: flex;
        flex-wrap: wrap;
    }
    .contact_page_section .box_content.socials .social:not(:last-child) {
        margin-right: 4.6875vw;
    }
    .contact_page_section .box_content.socials .social a svg {
        width: 15vw;
        height: 15vw;
    }
    .contact_page_section .contact_form {
        margin-top: 9.375vw;
        padding: 9.375vw 10.9375vw 12.5vw;
    }
    .contact_page_section .contact_form_title {
        font-size: calc(26vw * 100 / 320);
    }
    .contact_page_section .contact_form_inner {
        margin-top: 6.25vw;
    }
    .contact_page_section .contact_form_fields .field.name,
    .contact_page_section .contact_form_fields .field.tel,
    .contact_page_section .contact_form_fields .field.mail {
        padding-bottom: 3.125vw;
    }
    .contact_page_section .contact_form_fields .field.name input,
    .contact_page_section .contact_form_fields .field.tel input,
    .contact_page_section .contact_form_fields .field.mail input {
        padding: 4.6875vw;
        height: 14.6875vw;
        font-size: calc(14vw * 100 / 320);
    }
    .contact_page_section .contact_form_fields .field.mail {
        margin-bottom: 6.25vw;
    }
    .contact_page_section .contact_form_fields .field.textarea textarea {
        margin: 4.6875vw 0 0;
        padding: 0 4.6875vw 0;
        height: 14.5vw;
        font-size: calc(14vw * 100 / 320);
    }
    .contact_page_section .contact_form_fields .field.file .field_file_inner {
        height: 5.625vw;
    }
    .contact_page_section .contact_form_fields .field.file {
        margin-top: 9.375vw;
    }
    .contact_page_section .contact_form_fields .field.file .field_file_text {
        text-underline-offset: 0.9375vw;
        font-size: calc(14vw * 100 / 320);
    }
    .contact_page_section .contact_form_fields .field.file .field_file_text::before {
        width: 5.625vw;
        height: 5.625vw;
    }
    .contact_page_section .contact_form_fields .field.file .field_file_text p {
        margin-left: 3.125vw;
    }
    .contact_page_section .contact_form_fields .field.submit {
        margin-top: 9.375vw;
    }
    .contact_page_section .contact_form_fields .field.submit input {
        padding: 4.6875vw 6.25vw;
        min-width: 63.125vw;
        font-size: calc(14vw * 100 / 320);
    }
    .contact_page_section .contact_form_fields .field.name span span,
    .contact_page_section .contact_form_fields .field.tel span span,
    .contact_page_section .contact_form_fields .field.mail span span,
    .contact_page_section .contact_form_fields .field.textarea span span {
        font-size: calc(8vw * 100 / 320);
    }
    .contact_page_section .wpcf7-response-output {
        margin-top: 4.6875vw !important;
        font-size: calc(10vw * 100 / 320) !important;
    }
}