/*
 * оффер форма
 */

 .offer-frame iframe{
    height: 320px !important;
    width: ;
    position: relative;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);

}

.product-frame iframe{
    height: 150px !important;
    position: relative;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}

@media(max-width:991px){
    .product-frame iframe{
        height: 300px !important;
    }
    #bx_form_iframe_17 {
        height: 370px !important;
    }
}

