@media (max-width: 1365px){
    .dialogred_modal[data-close_template="2"] .dialogred_close{
        top:auto;
        bottom:100%;
        left:auto;
        right:10px;
        margin-bottom:5px;
    }
    .dialogred_modal[data-close_template="2"] .dialogred_close_img{
        width:17px;
        height:16px;
        background-size:17px 16px;
    }
}

@media (max-width: 767px){
    .dialogred_modal[data-close_template="1"] .dialogred_close_img{
        width:25px;
        height:25px;
        background-size:25px 25px;
    }

    .dialogred_inner{
        width:calc(100% - 20px);
    }
    .dialogred_data{
        min-height:500px;
    }
}