$(document).ready(function(){
var is_full = false;
})
$(window).resize(function() {
let resizeWidth = $(window).width();
if (resizeWidth > 560 && is_full == false) {
is_full = true;
// code
}
})
.block-1_offer_feedback-form__button:active {
border-color: transparent;
outline: none;
}
.block-1_offer_feedback-form__button:active {
border-color: transparent;
outline: none;
}