.hiddenPSection {
    display: none
}

.column {
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.space-aro {
    justify-content: space-around
}

.peror-contact-info {
    width: 50%;
}

.peror-inp-warper > input {
    width: 45%;
    border-radius: unset;
    border: 1px solid #ccc;
    margin-left: 1rem;

}

.peror-inp-warper > textarea {
    width: 92%;
    height: 150px;
    resize: none;
    border-radius: unset;
    border: 1px solid #ccc
}

.peror-inp-warper > select {
    width: 45%;
    border-radius: unset;
    border: 1px solid #ccc;
    margin-left: 1rem;

}

.peror-headline{
    margin-bottom: 4rem;
}

.send-con {
    border: none !important;
    margin-bottom: 18px;
}

.sent-form-custom{
    width: 94%;
    margin-bottom: 4rem;
    align-items: flex-end;
}

.photos-fix{
    width: 50%;
    padding-right: 6rem;
}

.up-p-h4{
    margin-bottom: 1rem;
}

.up-p-span{
    margin-bottom: 3rem;
}

.sent-form-custom .g-recaptcha {
    margin-left: 9px;
}

.personal-order{
    margin-bottom: 5rem;
}

@media only screen and (max-width: 850px) {
    .personal-order {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding: 3rem;
    }

    .peror-contact-info {
        width: 100%;
    }

    .photos-fix {
        width: 100%;
        padding: 0px;
    }

    .sub-title-shop-he {
        font-size: 3rem;
    }
    .img-warpper{
        border: 1px solid #cccac0;
    }
    .captchaRow{
        display: flex;
    }
    .g-recaptcha{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .peror-inp-warper > textarea {
        width: 100%;
    }
    .peror-inp-warper > input {
        width: 100%;
    }
    .peror-inp-warper > select {
        width: 100%;
    }
    .sent-form-custom {
        width: 100%;
    }
    .sent-form-custom .g-recaptcha{
        margin-left: 0px;
    }
    .personal-order{
        margin-bottom: 0rem;
    }
}