RewriteCond %{QUERY_STRING} (?:^|&)utm_referrer\=https\:%2F%2Fyandex\.ru%2Fsearchapp%3Ffrom%3Dalice%26text%3D(?:$|&)
RewriteRule ^kak\-posmotret\-tv/$ /kak\-posmotret\-tv/? [L,R=301]
RewriteCond %{QUERY_STRING} (?:^|&)utm_referrer\=https\:%2F%2Fyandex\.ru%2Fsearchapp%3Ffrom%3Dalice%26text%3D(?:$|&)
RewriteRule ^(.+)/$ /$1/? [L,R=301]
var s_win_w = $(window).width();
$(window).resize(function(){
win_w = $(window).width();
if (win_w >= s_win_w*1.3 || win_w <= s_win_w*0.7) {
location.reload();
}
});