.back_color_PopApp{
    background-color: #000000CC;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 1;
}
.conteiner_LK{
    width: 438px;
    height: 250px;
    background-color: var(--bg-color);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    opacity: 1;
}
.PopApp_p_top{
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.PopApp_p{
    color: #707070;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    text-align: center;
}
.PopApp_btn{
    border-radius: 10px;
    color: #FFFFFF;
    background-color: var(--color-accent);
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
}
.bool_svg{
    border-radius: 100%;
    background-color: var(--color-btns);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_popapp{
    width: 1192px;
    height: 710px;
    background-color: var(--bg-color);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    opacity: 1;
    position: relative;
}
.contact_popapp div img{
    width: 320px;
    border-radius: 10px 0 0 10px;
    pointer-events: none;
    height: 100%;
}
.img_block{
    position: relative;
    height: 100%;
}
.img_block .PopApp_p_top{
    position: absolute;
    top: 32px;
    left: 32px;
    width: 227px;
    color: #FFFFFFFF;
    font-size: 32px;
    line-height: 36px;
}
.img_p_bottom{
    color: #FFFFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 211px;
}
.contact-form_popapp{
    width: 784px;
    height: 584px;
    margin: 0 32px 0 0;
}
.btn_cross{
    background: none;
    position: absolute;
    top: 38px;
    right: 38px;
    cursor: pointer;
}
.btn_cross svg{
    stroke: var(--text-color);
}
.contact-form_popapp input{
    font-family: 'Manrope_Med', sans-serif;
    background-color: var(--bg-input);
    color: var(--text-color);
    transition: background-color 0.5s ease, color 0.5s ease;
    border: none;
    border-radius: 10px;
    height: 54px;
    padding: 18px 16px 18px 16px;
}
.contact-form_popapp textarea{
    font-family: 'Manrope_Med', sans-serif;
    background-color: var(--bg-input);
    color: var(--text-color);
    transition: background-color 0.5s ease, color 0.5s ease;
    border: none;
    border-radius: 10px;
    padding: 18px 16px 18px 16px;
    height: 114px;
    max-height: 142px;
    max-width: 784px;

}
.contact-form_popapplabel {
    font-family: 'TT_Fors_Variable', sans-serif;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
     margin: 0 0 12px 0;
}

.contact-form_popapp .form-footer .block_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0 0;
}

.contact-form_popapp .form-row{
    margin: 16px 0 0 0;
}
.contact-form_popapp .full{
    margin: 6px 0 0 0;
}

.PopApp_none{
    pointer-events: none;
    opacity: 0;
    display: none;
}

@media (max-width: 1200px){
    .checkbox_popapp p{
        font-size: 14px;
        margin: -3px 0 0 6px;
        font-weight: 200;
        line-height: 18px;
    }
    .checkbox_popapp a{
        font-size: 14px;
        font-weight: 200;
        line-height: 18px;
    }
    .contact_popapp {
        width: 358px;
        height: 710px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .img_block {
        width: 100%;
        height: 126px;
    }
    .checkbox_popapp{
        margin: 8px 0 0 0 !important;
    }
    .contact_popapp div img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        height: 100%;
    }
    .btn_cross {
        top: 24px;
        right: 16px;
    }
    .btn_cross svg {
        stroke: #FFFFFFFF;
    }
    .img_block .PopApp_p_top {
        top: 16px;
        left: 16px;
        width: 227px;
        color: #FFFFFFFF;
        font-size: 24px;
        line-height: 30px;
    }
    .img_p_bottom {
        bottom: 16px;
        left: 16px;
        width: 310px;
    }
    .contact-form_popapp {
        width: 100%;
        height: 660px;
        margin: 2px 0 0 0;
        padding: 0 16px 0 16px;
    }
    .contact-form_popapp label {
        margin: 0 0 2px 0;
        font-size: 14px;
    }
    .contact-form_popapp textarea {
        height: 40px;
        max-height: 142px;
        max-width: 326px;
        padding: 10px 8px 9px 9px;
    }
    .checkbox {
        display: flex;
        align-items: start;
        margin: 16px 0 0 0;
    }
    .contact-form_popapp .form-row {
        flex-direction: column;
        gap: 0px;
        margin: 0;
    }
    .contact-form_popapp .form-footer .block_btns .submit-btn {
        width: 100%;
        margin: 0;
    }
    .contact-form_popapp .form-footer .block_btns {
        align-items: start;
        justify-content: space-between;
        margin: 16px 0 0 0;

        flex-direction: column;

    }
    .contact-form_popapp input{
        height: 40px;
        padding: 9px 8px 9px 8px;
    }
    .half_popapp {
        width: 100%;
        margin: 6px 0 0 0;

    }
}
@media (max-width: 600px){
    .PopApp_p_top{
        font-size: 20px;
        line-height: 24px;
    }
    .conteiner_LK{
        width: 380px;
        height: 270px;
    }
}