if ( !defined ( "SKIP_TITLE" ) ) {
$APPLICATION->ShowTitle(false);
}
define( "SKIP_TITLE", true );
$('.clik p').click(function(){
var parent = $(this).parent(),
has = $(".hidden", parent).hasClass('active');
$(".hidden").removeClass("active");
!has && $(".hidden", parent).addClass("active");
});