.headerpc {
    position: relative;
    border-bottom: 1px solid #000;
}

.mainpc {
    position: relative;
    margin-top: -88px;
    height: 100vh;
}

.mainpc .inn {
    display: flex;
}

.mainpc .main-with-image {
    width: 60vw;
    height: 100vh;
}

.mainpc .in {
    position: absolute;
    top: 80px;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
}

.mainpc .in .container .in-conatin {
    max-width: 730px;
    padding-right: 120px;
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.mainpc .in .container .in-conatin h1 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: cormorant-garamond;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 78%; /* 70.2px */
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
}

.mainpc .in .container .in-conatin h1  * {
    font-family: cormorant-garamond;
    font-size: 90px;
    font-weight: 500;
    line-height: 78%; /* 70.2px */
    text-transform: uppercase;
}

.mainpc .in .container .in-conatin p {
    color: #000;
    font-family: montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    margin: 0;
    padding: 0;
}

.mainpc .after-image {
    height: 100vh;
    width:  40vw;
}

.mainpc p.footer {
    width: 44vw;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.3%; 
    padding: 28px 0;
    margin: 0;
}

.mainpc p.footer  a {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.3%; 
}

.wpcf7-form {
    margin:  12.5px auto 25px auto;
}

.wpcf7-form label {
    margin-bottom: 10px;
    width: 50%;
}

.wpcf7-form div.flex {
    width: 100%;
    gap: 10px;
    display: flex;
}

.wpcf7-form div.flex span:not(.wpcf7-spinner) {
    width: 100%;
}

.wpcf7-form div.flex.nogap span {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    color: #707070;
    background: none;
    leading-trim: both;
    text-edge: cap;
    font-family: montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.49);
    line-height: 133.3%; 
    line-height: 45px;
    padding: 0 20px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #707070;
}

.wpcf7-form textarea {
    width: 100%;
    height: 90px;
    resize: none;
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F1E8E2;
    padding: 115px 60px !important;
    margin: 0 !important;
    text-align: center;
    color: #000;

    leading-trim: both;

    text-edge: cap;
    font-family: cormorant-garamond;
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    border: none !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
    z-index: 9999;
}

.wpcf7-response-output::after {
    content: " ";
    background: url(/wp-content/uploads/2024/12/Frame-522.png);
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
}

.wpcf7-response-output::before {
    content: " ";
    position: absolute;
    background: transparent;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
    z-index: 0;
}

.wpcf7-spinner {
    position: absolute !important;
    width: 40px !important;
    margin: 0 !important;
    height: 40px !important;
}

.wpcf7-form div.flex.right {
    text-align: right;
}

.wpcf7-form .wpcf7-list-item {
    margin-left: 0 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-weight: 500 !important;
    font-size: 10px !important;
    margin-top: 2px !important;
}

.wpcf7-list-item input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.wpcf7-list-item input + span {
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.wpcf7-list-item input + span:hover {
    cursor: pointer;
}

.wpcf7-list-item input + span:before {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    cursor: pointer;
}

.wpcf7-list-item input:checked + span:after {
    position: absolute;
    left: -21px;
    top: 30%;
    background: #000;
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-acceptance {
    text-align: left;
    display: block;
    margin-top: 30px;
}

.wpcf7-list-item-label {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.3%;
}

.wpcf7-form input[type="checkbox"] {
    width: auto;
}

.wpcf7 .wpcf7-submit {
    position: relative;
    margin-top: 25px;
    width: 240px;
    padding: 10px 20px;
    border-radius: 900px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    leading-trim: both;
    background: transparent;

    text-edge: cap;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    transition: 300ms;
}

.wpcf7 .wpcf7-submit .anim {
    top:-2px;
    vertical-align: middle;
}

.wpcf7 .wpcf7-submit:hover .anim svg {
    left: -15px;
}

.wpcf7 .wpcf7-submit:hover .anim svg + svg {
    left: 0;
}

.mainpc .footer img {
    display: none;
}

.main_footer {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mainpc {
        width: 100% !important;
        background: url('/wp-content/uploads/2024/12/slice1.jpg');
        background-size: 100% 100%;
        height: auto;
    }

    .mainpc .in {
        top: 0;
        padding-bottom: 0;
        padding-top:230px;
        position: relative;
    }

    .mainpc .inn {
        display: none;
    }

    .mainpc .in .container .in-conatin {
        padding-right:0;
        width:100%;
        max-width: 100%;
        height: auto;
    }

    .mainpc .footer p {
        width: 100%;
        max-width: 320px;
    }

    .wpcf7-form div.flex {
        flex-wrap: wrap;
        gap: 0;
    }

    .wpcf7-form div.flex.right label {
        margin-bottom: 0;
    }

    .wpcf7-form label {
        width: 100%;
    }

    .wpcf7-form .wpcf7-acceptance {
        margin-top: 10px;
    }

    .mainpc .in .container .in-conatin h1 {
        margin-bottom: 25px;
        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: "cormorant-garamond";
        font-size: 45px;
        font-style: normal;
        font-weight: 500;
        line-height: 78%; /* 35.1px */
        text-transform: uppercase;
        max-width: 320px;
    }

    .mainpc .in .container .in-conatin h1 * {
        font-family: "cormorant-garamond";
        font-size: 45px;
        font-weight: 500;
        line-height: 78%; /* 35.1px */
        text-transform: uppercase;
    }

    .mainpc .in .container .in-conatin p {
        color: #000;
        font-family: montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 133%;
        max-width: 320px;
    }

    .mainpc p.footer {
        display: block;
        width: 100%;
        margin-bottom: 100px !important;
        margin-top: 50px !important;
    }

    .main_footer {
        padding-top: 50px;
    }

    .wpcf7 {
        max-width: 320px;
    }

    .mainpc .footer {
        position: relative;
        border-top:0;
    }

    .mainpc .footer img {
        display: block;
        width: 100%;
        height: auto;
    }

    .wpcf7-response-output { 
        width: 90vw;
        padding: 80px 30px !important;
    }   

    .main_footer {
        display: block;
    }
}