Access to Font at 'http://matrix-uav.ua/wp-content/themes/Matrix/new/fonts/iconfont.ttf?9ge6jk' from origin 'http://muav.com.ua' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://muav.com.ua' is therefore not allowed access.
$("#yourid").slick('slickPrev');
$("#yourid").slick('slickNext');
$('.next1').click(function() {
$("#slick_id").slick('slickNext');
});
$('.prev1').click(function() {
$("#slick_id").slick('slickPrev');
});
$('.tel').inputmask("+7 (999) 999-9999",{ clearMaskOnLostFocus: false });
$(document).ready(function() {
$('.calc_left input:checked').change()
});