.contentwidthr{width:70% !important}
на .contentwidthr{width:100% !important}
$(document).ready(function(){
if (window.location == 'lechenie-narkomanii.html') {
$(".contentwidthr").css("width","100% !important");
};
if (window.location == 'vazhno-znat.html') {
$(".contentwidthr").css("width","100% !important");
};
});
jQuery(function() {
if (window.location.pathname === '/lechenie-narkomanii.html' || window.location.pathname === '/vazhno-znat.html') {
jQuery(".contentwidthr").attr("style","width: 100% !important");
}
});
$(document).ready(function(){
if (window.location.hash == '#w100' ) {
$(".contentwidthr").css("width","100% !important");
};
});