jQuery(document).ready(function($){
if (window.location.pathname == '/lechenie-narkomanii.html') {
$(".contentwidthr").css("width","100% !important");
};
if (window.location.pathname == '/vazhno-znat.html') {
$(".contentwidthr").css("width","100% !important");
};
});
$(".contentwidthr").style("width", "100%", "important");