#page_content_wrapper .inner .sidebar_content div.slick-list {
    max-width: none;
}

#page_content_wrapper .inner .sidebar_content div .woocommerce-product-gallery div{
    max-width: none;
}


#wpcf7-f4089-p1358-o1 p label,
#wpcf7-f4089-p1358-o1 p span {
  width: 100%;
  display: block;
}

#wpcf7-f4089-p1358-o1 p input[type=text] ,
#wpcf7-f4089-p1358-o1 p input[type=email],
#wpcf7-f4089-p1358-o1 p textarea {
  width: 100%;
  box-sizing: border-box;
}

.post_excerpt.wraper-form-contact {
    display: flex;
    width: 100%;
}

@media (min-width: 768px) {
    .post_excerpt.wraper-form-contact .one_half:nth-of-type(1){
        width: 70%;
        margin: 0;
        padding-right: 40px;
    }
    .post_excerpt.wraper-form-contact .one_half:nth-of-type(2) {
        width: 30%;
        margin: 0;
        padding-right: 0px;
    }
}